[Pkg-libvirt-commits] [SCM] Libvirt debian packaging branch, master, updated. debian/0.6.1-1
Guido Günther
agx at sigxcpu.org
Thu Mar 5 13:55:29 UTC 2009
The following commit has been merged in the master branch:
commit 3be7341c33f3640064657c85ef557496dac96f3f
Author: Guido Günther <agx at sigxcpu.org>
Date: Thu Mar 5 11:25:12 2009 +0100
Imported Upstream version 0.6.1
diff --git a/.x-sc_prohibit_nonreentrant b/.x-sc_prohibit_nonreentrant
index a90e010..cc323b0 100644
--- a/.x-sc_prohibit_nonreentrant
+++ b/.x-sc_prohibit_nonreentrant
@@ -4,5 +4,7 @@ ChangeLog
^Makefile*
^docs/
^tests/
-^src/virsh.c
+^src/virsh\.c
+^src/console\.c
+^src/virterror\.c
^build-aux/
diff --git a/AUTHORS b/AUTHORS
index 29585df..c6bbc74 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -59,6 +59,11 @@ Patches have also been contributed by:
Itamar Heim <iheim at redhat.com>
Dave Allan <dallan at redhat.com>
Markus Armbruster <armbru at redhat.com>
+ Ryota Ozaki <ozaki.ryota at gmail.com>
+ James Morris <jmorris at namei.org>
+ Daniel J Walsh <dwalsh at redhat.com>
+ Maximilian Wilhelm <max at rfc2324.org>
+ Ryota Ozaki <ozaki.ryota at gmail.com>
[....send patches to get your name here....]
diff --git a/ChangeLog b/ChangeLog
index ba191b6..f06074e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,808 @@
+Wed Mar 4 14:11:15 CET 2009 Daniel Veillard <veilard at redhat.com>
+
+ * NEWS configure.in libvirt.spec.in doc/* include/libvirt/libvirt.h:
+ release of 0.6.1
+ * po/*: rebuilt
+ * AUTHORS: updated to list new contributors
+
+Wed Mar 4 12:37:13 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ Fix misc failures in test suite & make test cases more robust
+ to future changes
+ * src/virsh.c: Add a new --print-xml option to pool-define-as
+ and pool-create-as, to allow printing of generated XML doc.
+ * tests/Makefile.am: Fix setting of CONFIG_HEADER variable
+ * tests/daemon-conf: Don't diff entire of libvirtd stdout,
+ just grep for the diagnostic we care about, to avoid breaking
+ everytime libvirtd prints new unrelated diagnostics
+ * tests/libvirtd-fail: Check status of libvirtd when run with
+ bogus config file to detect failure, rather than relying on
+ diff of unpredictable stdout logs
+ * tests/libvirtd-net-persist: Remove test which breaks if
+ QEMU driver can't be started, and conflicts with running
+ session daemon
+ * tests/libvirtd-pool: Use new --print-xml option to virsh
+ to directly test XML generation, rather than indirectly
+ checking via the QEMU driver
+
+Tue Mar 3 19:31:13 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ * src/libvirt.c: Fix return status s/-2/-1/ for virNodeGetSecurityModel
+ and virDomainGetSecurityLabel()
+ * src/remote_driver.c:Add missing mutex lock/unlock calls for
+ virNodeGetSecurityModel and virDomainGetSecurityLabel drivers
+
+Tue Mar 3 16:55:13 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ Mingw32 portability fixes
+ * src/pci.c: Use lseek+read/write instead of pread/pwrite
+ to avoid mingw compile break
+ * test/nodedevxml2xmltest.c: Don't link to QEMU driver, since
+ its not required and breaks build when QEMU is turned off
+
+Tue Mar 3 16:43:13 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ Explicitly track static declared vs dynamically generated
+ security labels for VMs
+ * src/domain_conf.c, src/domain_conf.h: Add type='static|dynamic'
+ for <seclabel> to determine whether to auto-generate labels
+ * src/qemu_driver.c: Only generate security labels for type=dynamic
+
+Tue Mar 3 14:58:13 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ Misc sVirt bug fixes
+ * src/qemu_driver.c: Don't raise error - let callee do it
+ * src/security.h: Pass virCOnnectPtr when generating label
+ * src/security_selinux.c: Fix STREQ logic bugs, and use
+ VIR_ALLOC, and report detailed errors.
+
+Tue Mar 3 15:58:55 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ config: fix a typo
+ * src/qemu_conf.c (CHECK_TYPE): Fix typo:
+ s/security_river/security_driver/
+
+Tue Mar 3 15:35:02 CET 2009 Daniel Veillard <veillard at redhat.com>
+
+ * po/*: update italian, polish and brazilian translations, regenerate
+
+Tue Mar 3 12:01:13 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ QEMU security driver usage for sVirt support (James Morris, Dan Walsh
+ & Daniel Berrange)
+ * src/qemu.conf: Add security_driver config option
+ * src/qemu_conf.c, src/qemu_conf.h, src/qemu_driver.c,
+ src/util.c: Use a security driver (if available) when
+ running virtual machines
+
+Tue Mar 3 11:31:13 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ * src/iptables.c, src/qemu_conf.c, src/qemu_driver.c,
+ src/uuid.c: Replace qemudLogging with calls to logging.h
+ APIs
+
+Tue Mar 3 12:22:51 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ avoid file descriptor leak when fd == 0
+ * src/pci.c (pciGetDevice): Initialize dev->fd to -1, not 0.
+ (pciFreeDevice): Close fd also when it is 0.
+
+Tue Mar 3 12:22:51 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ don't leak a file descriptor on failed pciGetDevice call
+ * src/pci.c (pciIterDevices): Always close dir handle.
+
+Tue Mar 3 12:22:51 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ update .gitignore and .hgignore files
+
+Tue Mar 3 10:01:13 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ SELinux security driver for sVirt support (James Morris, Dan Walsh & Daniel
+ Berrange)
+ * configure.in: Check for selinux_virtual_domain_context_path() and
+ selinux_virtual_image_context_path() methods in libselinux.so
+ * po/POTFILES.in: add src/security_selinux.c
+ * src/Makefile.am, src/security.c, src/security_selinux.c,
+ src/security_selinux.h: Add SELinux impl of security driver API
+
+Tue Mar 3 09:55:13 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ virsh additions for sVirt support (James Morris & Dan Walsh)
+ * src/virsh.c: Include security model / label information
+ in the 'dominfo' output
+
+Tue Mar 3 09:40:13 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ Core internal driver stub for sVirt support (James Morris & Dan Walsh)
+ * Makefile.maint: Add virSecurityReportError as a msggen
+ function
+ * docs/schemas/capability.rng: Add <secmodel> element
+ * docs/schemas/domain.rng: Add <seclabel> element
+ * include/libvirt/virterror.h, src/virterror.c: Add
+ VIR_FROM_SECURITY and VIR_ERR_NO_SECURITY_MODEL
+ * po/POTFILES.in: Add src/security.c
+ * src/Makefile.am: Build security driver into libvirt.so
+ * src/capabilities.c, src/capabilities.h: Handling of
+ <secmodel> element / data
+ * src/domain_conf.c, src/domain_conf.h: Handling of
+ <seclabel> element / data
+ * src/libvirt_private.syms: Add virXPathStringLimit and
+ virSecurity* methods
+ * src/security.c, src/security.h: Add internal driver
+ stub impl
+ * src/storage_backend.c: TODO item about seclabel
+ * src/xml.c, src/xml.h: Add virXPathStringLimit
+
+Tue Mar 3 09:25:13 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ Remote protocol / RPC API for sVirt support (James Morris & Dan Walsh)
+ * qemud/remote.c: Handle new RPC calls
+ * qemud/remote_protocol.x: Add definitions for new RPC calls
+ * src/remote_internal.c: Implement virDomainGetSecurityLabel()
+ and virNodeGetSecurityModel() driver methods
+ * qemud/remote_dispatch_args.h, qemud/remote_dispatch_prototypes.h,
+ qemud/remote_dispatch_ret.h, qemud/remote_dispatch_table.h,
+ qemud/remote_protocol.c, qemud/remote_protocol.h: Regenerate
+
+Tue Mar 3 09:12:13 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ Internal driver API for sVirt support (James Morris & Dan Walsh)
+ * src/driver.h: Internal typedefs for virNodeGetSecurityModel()
+ and virDomainGetSecurityLabel() driver entry points
+ * src/libvirt.c: Implement entry point for new public APIs
+ virNodeGetSecurityModel() and virDomainGetSecurityLabel()
+ * src/lxc_driver.c, src/openvz_driver.c, src/qemu_driver.c,
+ src/test.c, src/uml_driver.c: Update for new driver entry
+ points
+ * python/generator.py: temporarily blacklist non-generated
+ virNodeGetSecurityModel() and virDomainGetSecurityLabel()
+
+Tue Mar 3 09:10:13 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ Public API for sVirt support (James Morris & Dan Walsh)
+ * include/libvirt/libvirt.h.in, src/libvirt_public.syms: added
+ virNodeGetSecurityModel() and virDomainGetSecurityLabel() APIs
+ * include/libvirt/libvirt.h: Regenerated
+
+Tue Mar 3 08:55:13 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ Don't try to detach & reset PCI devices while running test
+ suite for XML-> ARGV conversion.
+ * src/qemu_driver.c: Add qemuPrepareHostDevices() helper to
+ detach and reset PCI devices.
+ * src/qemu_conf.c: Don't detach & reset PCI devices while
+ building the command line argv
+
+Tue Mar 3 09:24:13 CET 2009 Daniel Veillard <veillard at redhat.com>
+
+ * qemud/qemud.c: fix qemu+tls handshake negotiation, patch by
+ Chris Lalancette
+
+Mon Mar 2 20:24:00 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ * python/.cvsignore: Ignore generated.stamp
+ * examples/hellolibvirt/.cvsignore: Ignore autotools generated
+ files
+
+Mon Mar 2 20:21:00 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ * src/qemu_conf.c: Always reset PCI devices before starting guests.
+ Add todo item for non-managed PCI devs
+
+Mon Mar 2 20:18:00 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ * src/libvirt_private.syms: Export virUnrefConnect and
+ virCapabilitiesGenerateMac to drivers
+
+Mon Mar 2 21:00:00 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ tests: further isolate a test that runs libvirtd
+ * tests/daemon-conf: Specify a non-default socket directory.
+ Specify test-specific log directory and pid file, too.
+
+Mon Mar 2 21:00:00 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ add two tests
+ * tests/libvirtd-pool: New file.
+ Exercise the new unix_sock_dir option
+ * tests/libvirtd-fail: New file.
+ * tests/Makefile.am (test_scripts): Add libvirtd-fail and libvirtd-pool.
+
+Mon Mar 2 20:01:55 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ tests: fix an error that made us skip the daemon-conf test
+ * tests/Makefile.am (CONFIG_HEADER): Correct definition.
+
+Mon Mar 2 19:32:18 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ tests: test for a recent fix
+ * tests/libvirtd-net-persist: New file. Test for today's
+ "Mark 'defined' networks as persistent" fix.
+ * tests/Makefile.am (test_scripts): Add it.
+
+Mon Mar 2 19:32:18 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ virsh: tweak a format string to avoid emitting trailing space
+ * src/virsh.c (cmdNetworkList): Change format not to right-pad
+ with spaces, as that would have required a trailing blank in
+ an expected output file.
+
+Mon Mar 2 12:52:16 EST 2009 Cole Robinson <crobinso at redhat.com>
+
+ * src/network_conf.c: Fix bridge generation loop counter.
+
+Mon Mar 2 12:38:08 EST 2009 Cole Robinson <crobinso at redhat.com>
+
+ * src/node_device_hal.c: Recognize ejectable media in hostdev hal driver.
+
+Mon Mar 2 12:37:04 EST 2009 Cole Robinson <crobinso at redhat.com>
+
+ * src/domain_conf.c src/domain_conf.h src/libvirt_private.syms
+ src/qemu_driver.c:
+ Better error reporting from qemu AttachDevice
+
+Mon Mar 2 12:34:25 EST 2009 Cole Robinson <crobinso at redhat.com>
+
+ * src/bridge.c src/bridge.h src/libvirt_private.syms src/network_conf.c
+ src/network_conf.h src/network_driver.c:
+ Generate network bridge names if none passed at define/create time.
+
+Mon Mar 2 12:30:08 EST 2009 Cole Robinson <crobinso at redhat.com>
+
+ * src/domain_conf.c src/domain_conf.h src/qemu_driver.c:
+ Remove redundant monitor watch variable (s/monitor_watch/monitorWatch/)
+
+Mon Mar 2 12:25:58 EST 2009 Cole Robinson <crobinso at redhat.com>
+
+ * src/network_driver.c src/network_conf.c: Mark 'defined' networks
+ as persistent.
+
+Mon Mar 2 17:35:09 CET 2009 Daniel Veillard <veillard at redhat.com>
+
+ * docs/schemas/domain.rng src/domain_conf.c src/domain_conf.h
+ src/qemu_conf.c
+ tests/qemuxml2argvdata/qemuxml2argv-hostdev-pci-address.xml
+ tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-address.xml
+ tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-product.xml:
+ adds a new <hostdev managed='(yes|no)'> property
+ to host devices indicating whether or not we should
+ automatically dettach/reset, patch by Mark McLoughlin
+
+Mon Mar 2 17:31:48 CET 2009 Daniel Veillard <veillard at redhat.com>
+
+ * src/qemu_driver.c: add qemu dettach/reattach/reset implementation
+ patch by Mark McLoughlin.
+
+Mon Mar 2 17:28:42 CET 2009 Daniel Veillard <veillard at redhat.com>
+
+ * qemud/remote.c qemud/remote_dispatch_args.h
+ qemud/remote_dispatch_prototypes.h qemud/remote_dispatch_table.h
+ qemud/remote_protocol.c qemud/remote_protocol.h
+ qemud/remote_protocol.x src/remote_internal.c: Implement
+ attach/reattach/reset in the remote driver, patch by Mark
+ McLoughlin.
+
+Mon Mar 2 17:26:48 CET 2009 Daniel Veillard <veillard at redhat.com>
+
+ * src/virsh.c: add 3 new commands for node device detach,
+ reattach and reset, patch by Mark McLoughlin.
+
+Mon Mar 2 17:19:23 CET 2009 Daniel Veillard <veillard at redhat.com>
+
+ * include/libvirt/libvirt.h include/libvirt/libvirt.h.in
+ src/driver.h src/libvirt.c src/libvirt_public.syms
+ src/lxc_driver.c src/openvz_driver.c src/qemu_driver.c
+ src/test.c src/uml_driver.c: add the public APIs for
+ virNodeDeviceDettach virNodeDeviceReAttach and virNodeDeviceReset
+ and extends the driver structure accordingly, patch by Mark
+ McLoughlin.
+
+Mon Mar 2 17:07:44 CET 2009 Daniel Veillard <veillard at redhat.com>
+
+ * configure.in po/POTFILES.in src/Makefile.am src/libvirt_private.syms
+ src/pci.c src/pci.h: Add implementations of dettach, reattach and
+ reset for PCI devices, patch by Mark McLoughlin
+
+Mon Mar 2 12:12:11 CET 2009 Daniel Veillard <veillard at redhat.com>
+
+ * qemud/qemud.c src/node_device_hal.c: activate DBus multithreading
+ to avoid random crashes in the daemon, patch by Daniel Berrange
+
+Mon Mar 2 10:16:04 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ correct a typo in a diagnostic
+ * src/storage_conf.c (virStorageVolDefParsePerms): Correct a typo:
+ s/owner/group/. Patch by Ryota Ozaki.
+
+ plug two config-parsing leaks
+ * src/storage_conf.c (virStoragePoolDefParsePerms): Free mode string.
+ (virStorageVolDefParsePerms): Likewise.
+ Patch by Ryota Ozaki.
+ * AUTHORS: Update.
+
+ don't dereference uninitialized pointer
+ * src/storage_conf.c (virStoragePoolDefParsePerms): Initialize
+ "ptr" to NULL.
+
+Fri Feb 27 17:15:00 CET 2009 Chris Lalancette <clalance at redhat.com>
+
+ * src/qemu_driver.c: If there is a failure during offline migrate,
+ make sure to resume the guest.
+
+Fri Feb 27 15:27:31 CET 2009 Daniel Veillard <veillard at redhat.com>
+
+ * docs/libvirt-api.xml docs/libvirt-refs.xml
+ docs/devhelp/libvirt-virterror.html docs/html/libvirt-virterror.html:
+ regenerated the APIs and documentation.
+ * po/*: updated the polish translation, regenerated.
+
+Thu Feb 26 16:01:04 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ * src/libvirt_private.syms, src/util.c, src/util.h: Add new
+ virExecWithHook function to allow passing of a callback to run
+ between fork() & exec()
+
+Thu Feb 26 17:13:09 CET 2009 Daniel Veillard <veillard at redhat.com>
+
+ * Makefile.am configure.in examples/hellolibvirt/Makefile.am
+ examples/hellolibvirt/hellolibvirt.c: new trivial example program
+ by David Allan
+
+Thu Feb 26 16:05:04 CET 2009 Daniel Veillard <veillard at redhat.com>
+
+ * src/remote_internal.c: fix autostart of session daemon, patch
+ by Dan Berrange
+
+Thu Feb 26 15:35:40 CET 2009 Daniel Veillard <veillard at redhat.com>
+
+ * src/storage_backend_fs.c: fix compile-error when configured without
+ qemu-img
+
+Thu Feb 26 14:43:48 CET 2009 Daniel Veillard <veillard at redhat.com>
+
+ * python/Makefile.am: avoid a parallel make issue #472702
+ provided by Michael Marineau
+
+Wed Feb 25 21:00:46 CET 2009 Daniel Veillard <veillard at redhat.com>
+
+ * docs/formatnetwork.html docs/formatnetwork.html.in: patch from
+ Charles Duffy documenting static host IP assignments.
+
+Tue Feb 24 14:55:28 GMT 2009 Mark McLoughlin <markmc at redhat.com>
+
+ * tests/nodedevxml2xmltest.c: Add a test to check node
+ device XML parsing by first parsing the XML, then
+ re-formatting as XML and finally comparing the resulting
+ XML to the original XML.
+
+ * tests/nodedevschemadata/*.xml: strip trailing newlines.
+
+ * tests/Makefile.am, tests/.*ignore: adminstrivia
+
+Tue Feb 24 14:54:05 GMT 2009 Mark McLoughlin <markmc at redhat.com>
+
+ * src/libvirt_private.syms, src/node_device_conf.[ch]:
+ Add virNodeDeviceDefParseString(), a function for
+ parsing node device XML descriptions.
+
+Tue Feb 24 14:52:58 GMT 2009 Mark McLoughlin <markmc at redhat.com>
+
+ * src/xml.[ch]: Add virXPathULongLong()
+
+Tue Feb 24 14:52:44 GMT 2009 Mark McLoughlin <markmc at redhat.com>
+
+ * src/xml.[ch]: Add virXPathLongHex() and virXPathULongHex()
+
+Tue Feb 24 14:51:32 GMT 2009 Mark McLoughlin <markmc at redhat.com>
+
+ * docs/formatdomain.html: fix a typo in hostdev docs
+
+Sun Feb 22 11:18:20 GMT 2009 Mark McLoughlin <markmc at redhat.com>
+
+ * src/network_driver.c: networkEnableIpForwarding() now
+ returns zero for success
+
+Sun Feb 22 11:06:39 GMT 2009 Mark McLoughlin <markmc at redhat.com>
+
+ * docs/formatdomain.html: commit auto-generated change as
+ a result of earlier s/clock sync/clock offset/
+
+Thu Feb 19 09:14:56 CET 2009 Guido Günther <agx at sigxcpu.org>
+
+ * src/qemu_driver.c (qemudReadMonitorOutput, qemudReadLogOutput):
+ (s)size_t type cleanup
+
+Tue Feb 17 20:40:51 EST 2009 Cole Robinson <crobinso at redhat.com>
+
+ * src/qemu_driver.c: Remove the _actually_ incorrect
+ ATTRIBUTE_UNUSED (Patch by Maximilian Wilhelm)
+
+Tue Feb 17 15:44:38 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ fix build failure due to invalid generated Makefile
+ * qemud/Makefile.am (libvirtd_LDADD): Unindent "if HAVE_*" directives.
+ Reported by Daniel Schwager.
+
+Tue Feb 17 09:49:49 EST 2009 Cole Robinson <crobinso at redhat.com>
+
+ * qemud/qemud.c : Fix daemon TCP listen cleanup
+
+Tue Feb 17 09:47:05 EST 2009 Cole Robinson <crobinso at redhat.com>
+
+ * src/qemu_driver.c : Remove incorrect ATTRIBUTE_UNUSED usage.
+
+Tue Feb 17 11:41:10 +0100 2009 Maximilian Wilhelm <max at rfc2324.org>
+
+ Build fix for 'driver.c' when building with loadable modules
+ The 'asprintf' -> 'virAsprintf' transition made in
+ [9e5d9950] "use virAsprintf instead of asprintf" introducted
+ a build error for 'driver.c' as 'util.h' has to be included.
+
+ Signed-off-by: Maximilian Wilhelm <max at rfc2324.org>
+
+Tue Feb 17 11:32:01 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ Avoid link failure when configured --with-driver-modules
+ * qemud/Makefile.am (WITH_DRIVER_MODULES): Link with libvirt_driver.la
+ and libvirt_util.la. Indent for readability.
+
+Tue Feb 17 11:30:23 +0100 2009 Maximilian Wilhelm <max at rfc2324.org>
+
+ Work around 'virGetVersion' build problem
+ The 'getVer' fix introducted in 02a72b42 [Allow remote://hostname/
+ style URIs for automatic driver probe...] breaks compiling libvirt
+ with loadable module support. Work around this to get it building again.
+
+Tue Feb 17 11:25:22 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ avoid compiler warning about unused parameter
+ * src/bridge.c (brProbeVnetHdr)
+ [IFF_VNET_HDR && TUNGETFEATURES && TUNGETIFF]: Use a "(void)" case
+ to mark the parameter as unused. Reported by Maximilian Wilhelm in
+ http://thread.gmane.org/gmane.comp.emulators.libvirt/11918/focus=11917
+
+Tue Feb 17 11:21:00 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ don't fail daemon-conf test when configured --without-qemu
+ * tests/Makefile.am (TESTS_ENVIRONMENT): Define CONFIG_HEADER.
+ * tests/daemon-conf: Use test-lib.sh.
+ Skip this test when configured --without-qemu.
+
+Tue Feb 17 11:21:00 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ accommodate configuring --without-lxc --without-qemu
+ * configure.in: Enable internal WITH_BRIDGE support not just for LXC or
+ QEMU, but also for --with-network. Russell Haering reported that
+ compilation failed when configured with --without-lxc --without-qemu.
+ Details: http://thread.gmane.org/gmane.comp.emulators.libvirt/11928
+ * src/bridge.h: Use #if WITH_BRIDGE, rather than currently-equivalent
+ "#if defined(WITH_QEMU) || defined(WITH_LXC)"
+
+Tue Feb 17 11:18:39 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ doc: fix typo in formatdomain's clock offset specification
+ * docs/formatdomain.html.in: s/clock sync/clock offset/
+ Patch by Jesse Lauren Farinacci <jieryn at gmail.com>.
+
+Tue Feb 10 11:14:07 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ Fix I/O errors in libvirtd daemon, and hang/crash in remote
+ client upon I/O error.
+ * qemud/event.c: Treat POLLNVAL as VIR_EVENT_HANDLE_ERROR
+ * src/domain_conf.c: Initialize monitor FD to -1
+ * src/remote_internal.c: Remove call object from waitDispatch
+ queue upon I/O failure, since call is about to free it.
+
+Mon Feb 16 17:59:04 EST 2009 Cole Robinson <crobinso at redhat.com>
+
+ * src/virsh.c, src/Makefile.am: Don't pass flags to DumpXML
+ in *-edit virsh commands
+
+Mon Feb 16 17:55:50 EST 2009 Cole Robinson <crobinso at redhat.com>
+
+ * src/storage_backend_logical.c: Remove erroneous lvm volume
+ format check for backing store.
+
+Mon Feb 16 17:53:24 EST 2009 Cole Robinson <crobinso at redhat.com>
+
+ * python/generator.py: Skip bindings for virSaveLastError and
+ virFreeError
+
+Fri Feb 13 19:04:57 GMT 2009 Mark McLoughlin <markmc at redhat.com>
+
+ * src/libvirt_private.syms, src/util.[ch]: add
+ virFileWriteStr()
+
+ * src/network_driver.c: use it here
+
+Fri Feb 13 19:04:45 GMT 2009 Mark McLoughlin <markmc at redhat.com>
+
+ * src/xml.c: fix some error strings
+
+Fri Feb 13 19:04:22 GMT 2009 Mark McLoughlin <markmc at redhat.com>
+
+ * src/xml.h: kill some non-existent functions
+
+Fri Feb 13 19:03:58 GMT 2009 Mark McLoughlin <markmc at redhat.com>
+
+ * docs/virsh.pod: update bugzilla link
+
+Fri Feb 13 19:03:30 GMT 2009 Mark McLoughlin <markmc at redhat.com>
+
+ * qemud/qemud.c: fix gcc-4.4 warnings
+
+Fri Feb 13 19:03:25 GMT 2009 Mark McLoughlin <markmc at redhat.com>
+
+ * src/bridge.c: fix gcc-4.4 warnings
+
+Fri Feb 13 16:50:35 GMT 2009 John Levon <john.levon at sun.com>
+
+ * src/xend_internal.c: xend in 3.3 grew a couple of new options
+ for the migration method. As they're ignored on older xend
+ versions, always pass them.
+
+Fri Feb 13 19:09:54 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ test:///default driver: don't dereference NULL "def"
+ * src/test.c (testNetworkCreate, testNetworkDefine): Since "def" is
+ set to NULL immediately after any vir*AssignDef call (to indicate we
+ no longer own it and to ensure no clean-up path mistakenly frees it),
+ dereference via net->def->, not def->.
+
+Fri Feb 13 12:31:03 CET 2009 Guido Günther <agx at sigxcpu.org>
+
+ usleep to wait for domain logfile to fill up
+ * src/qemu_driver.c (qemudReadLogOutput): New function to read from
+ domain log file.
+ (qemudWaitForMonitor): Use it.
+ (qemudOpenMonitor): Pass timout in seconds.
+ (qemudReadMonitorOutput): Convert timout to milliseconds.
+
+Wed Feb 11 21:30:47 CET 2009 Guido Günther <agx at sigxcpu.org>
+
+ * src/qemu_driver.c (qemudStartVMDaemon): fix return status when
+ domain didn't show up
+
+Mon Feb 9 17:26:07 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ libvirtd: new config-file option: unix_sock_dir
+ Before this change, the unix socket directory was hard-coded
+ to be e.g., /var/run/libvirt for euid==0 and ~/.libvirt otherwise.
+ With this change, you may now specify that directory in libvirtd's
+ config file via a line like this: unix_sock_dir = "/var/run/libvirt".
+ This is essential for running tests that do not impinge on any
+ existing libvirtd process, and in running tests in parallel.
+ * qemud/libvirtd.conf (unix_sock_dir): Add comment and example.
+ * qemud/qemud.h (struct qemud_server) [logDir]: Change type
+ from char[PATH_MAX] to char*.
+ * qemud/qemud.c (unix_sock_dir): New global
+ (remoteReadConfigFile): Set the global.
+ (qemudInitPaths): Use the global, unix_sock_dir, if non-NULL.
+ One minor improvement: unlink both sockets or none, never
+ just one of them.
+ (qemudCleanup): Free logDir.
+ (main): Use the new global rather than hard-coding "/run/libvirt".
+ * qemud/libvirtd.aug (sock_acl_entry): Add "unix_sock_dir".
+
+Mon Feb 9 10:13:28 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ don't print uninitialized in debug diagnostic
+ * qemud/mdns.c (libvirtd_mdns_timeout_new): Don't use local, t,
+ uninitialized.
+
+Mon Feb 9 16:25:52 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ avoid two test failures induced by today's error-reporting changes
+ * tests/cpuset: Adjust expected diagnostic to match new behavior.
+ * tests/undefine: Likewise.
+
+Mon Feb 9 14:19:02 GMT 2009 John Levon <john.levon at sun.com>
+
+ * src/virsh.c: rather than verbosely printing every error, save
+ the last error and report that only if the entire command fails.
+
+Mon Feb 9 14:07:51 GMT 2009 John Levon <john.levon at sun.com>
+
+ * include/libvirt/virterror.h:
+ * src/libvirt_public.syms:
+ * src/virterror.c: introduce virSaveLastError(), virFreeError()
+
+Mon Feb 9 10:21:33 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ * src/virsh.c: Limit readonly history to 500 to avoid unbounded
+ growth in memory usage (Jim Paris)
+
+Sat Feb 7 21:46:06 CET 2009 Guido Günther <agx at sigxcpu.org>
+
+ * src/qemu_driver.c (qemudStartVMDaemon, qemudDomainSuspend,
+ qemudDomainResume, qemudDomainAttachDevice, qemudDomainDetachDevice):
+ Don't ignore errors to save domain status.
+ (qemudShutdownVMDaemon): Warn if we fail to remove the status file.
+
+Fri Feb 6 14:43:10 GMT 2009 Daniel P. Berrange <berrange at redhat.com>
+
+ Fix 100% CPU bound loop when libvirtd --timeout is used
+ * qemud/event.c: Don't assume pthread_t is equivalent to an
+ int, explicitly track whether event loop is active with a
+ flag independantly of the threadLeader variable
+ * qemud/qemud.c: Don't register/unregister shutdown timer
+ on each loop. Register once, and activate/deactivate when
+ required
+
+Thu Feb 5 19:28:10 GMT 2009 John Levon <john.levon at sun.com>
+
+ * src/domain_conf.c: Check the last error, not the last
+ connection error, which may not have been set.
+
+Thu Feb 5 18:08:39 GMT 2009 John Levon <john.levon at sun.com>
+
+ * src/xs_internal.c: Use virMacAddrCompare() for
+ case-insensitive comparison
+
+Thu Feb 5 17:19:24 GMT 2009 John Levon <john.levon at sun.com>
+
+ * src/xend_internal.c: report error for some xend operations on
+ shutdown domain
+
+Thu Feb 5 16:53:37 GMT 2009 John Levon <john.levon at sun.com>
+
+ * src/xend_internal.c: robustify sexpr parser for NICs
+
+Thu Feb 5 17:03:35 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ syntax-check: enable prohibit_nonreentrant
+ * .x-sc_prohibit_nonreentrant: Add src/console.c and virterror.c.
+ * Makefile.cfg (local-checks-to-skip): Don't exempt
+ sc_prohibit_nonreentrant.
+ * Makefile.nonreentrant: Don't exempt strerror.
+
+Thu Feb 5 17:03:35 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ remove remainder of offending strerror uses
+ * qemud/qemud.c (GET_CONF_STR): Use virStrerror, not strerror.
+ * qemud/remote.c (remoteDispatchDomainBlockPeek): Likewise.
+ (remoteDispatchDomainMemoryPeek, remoteDispatchAuthSaslInit): Likewise.
+ (remoteDispatchAuthPolkit): Likewise.
+ * src/lxc_container.c (lxcContainerAvailable): Likewise.
+ * src/network_driver.c (networkStartNetworkDaemon): Likewise.
+ (networkShutdownNetworkDaemon): Likewise.
+ * src/qemu_conf.c (qemudExtractVersion, qemudNetworkIfaceConnect):
+ * src/storage_conf.c (virStoragePoolLoadAllConfigs): Likewise.
+ * src/storage_driver.c (storagePoolUndefine): Likewise.
+ * src/uml_driver.c (umlStartup, umlStartVMDaemon): Likewise.
+ * src/util.c (virFileReadAll): Likewise.
+ * src/uuid.c (virUUIDGenerate): Likewise.
+ * src/xen_internal.c (get_cpu_flags): Likewise.
+
+Thu Feb 5 17:03:35 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ don't include raw errno in diagnostics
+ * src/uml_driver.c (umlStartVMDaemon): Don't print raw errno value.
+ * qemud/remote.c (remoteDispatchAuthSaslInit): Likewise.
+
+Thu Feb 5 17:03:35 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ qemud.c: use virStrerror, not strerror
+
+Thu Feb 5 17:03:35 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ iptables.c: Use virStrerror, not strerror.
+ * src/iptables.c: Include "virterror_internal.h".
+ Use virStrerror, not strerror.
+ * src/iptables.c (notifyRulesUpdated): Use %s rather than
+ string-concatenation that made sc_unmarked_diagnostics report
+ a false-positive.
+
+Thu Feb 5 17:03:35 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ use virReportOOMError rather than more verbose equivalent
+ * src/qemu_driver.c (qemudDomainSave, qemudDomainRestore)
+ (qemudDomainAttachPciDiskDevice)
+ (qemudDomainAttachUsbMassstorageDevice):
+
+Thu Feb 5 17:03:35 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ qemu_driver.c: s/strerror/virStrerror.../
+ Perform most changs automatically, with this:
+ perl -pi -e 's/\bstrerror *\((.+?)\)/virStrerror($1, ebuf, sizeof ebuf)/'
+ Then, declare ebuf, as needed
+
+Thu Feb 5 17:03:35 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ remove duplicate *SetCloseExec and *SetNonBlock functions
+ * src/qemu_driver.c: Use virSetCloseExec and virSetNonBlock,
+ rather than qemuSet* functions. Suggested by Daniel P. Berrange.
+ * src/util.c (virSetCloseExec): Publicize.
+ * src/util.h (virSetCloseExec): Declare
+ * src/libvirt_private.syms: Add virSetCloseExec.
+
+Thu Feb 5 17:03:35 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ qemu_driver.c: use virReportSystemError in place of some qemudLog uses
+ ...thus eliminating many uses of strerror.
+ (kvmGetMaxVCPUs): Rather than merely warning, diagnose an error
+ and return -1 upon failure to open KVM_DEVICE. Suggested by
+ Daniel P. Berrange.
+
+Thu Feb 5 17:03:34 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ publicize virStrerror
+ * src/virterror.c (virStrerror): Remove "static".
+ * src/virterror_internal.h (virStrerror): Declare it.
+ * src/libvirt_private.syms: Add virStrerror;
+
+Thu Feb 5 17:00:17 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ remove useless code
+ * src/bridge.c (brAddTap): Remove redundant errno=ENOMEM assignment
+ after failed strdup.
+ * src/cgroup.c (virCgroupFree): Remove redundant *group=NULL assignment
+ after VIR_FREE(*group).
+ * src/lxc_driver.c (lxcShutdown): Likewise.
+ * src/xen_unified.c (xenUnifiedClose): Likewise.
+ * src/xm_internal.c (xenXMDomainConfigFormat): Rewrite disk-
+ and net-config-setting code to be clearer.
+
+Wed Feb 4 22:22:34 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ lxc_container: Don't dereference NULL upon failure
+ * src/lxc_container.c (lxcContainerPivotRoot): Free and zero
+ oldroot *after* printing the diagnostic, both for virFileMakePath
+ and pivot_root failure.
+
+Tue Feb 3 14:06:06 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ avoid a format-related warning
+ * src/qemu_driver.c (qemudStartVMDaemon): Use "%s".
+
+Tue Feb 3 14:06:06 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ build: enable redundant-const check
+ * Makefile.cfg (local-checks-to-skip): Remove sc_redundant_const.
+ * src/lxc_controller.c: Remove redundant "const"(s).
+ * src/storage_backend_fs.c: Likewise.
+ * src/util.h: Likewise.
+ * src/xen_internal.c: Likewise.
+ * tests/qparamtest.c: Likewise.
+
+Tue Feb 3 14:06:06 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ syntax-check: enable more checks
+ * Makefile.cfg (local-checks-to-skip): Don't skip sc_m4_quote_check.
+ Don't skip sc_prohibit_nonreentrant.
+ * Makefile.nonreentrant (NON_REENTRANT): Comment out until we've
+ remove all remaining uses of strerror.
+
+Tue Feb 3 14:06:05 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ cleanup: remove useless if-before-VIR_FREE
+ * Makefile.cfg (useless_free_options): Also check for VIR_FREE.
+ * src/iptables.c (iptRulesFree): Remove useless if-before-VIR_FREE.
+ * src/remote_internal.c (remoteAuthSASL): Likewise.
+ * src/test.c (testOpenFromFile): Likewise.
+
+Mon Feb 2 21:33:57 +0100 2009 Jim Meyering <meyering at redhat.com>
+
+ tests: diagnose more open failures
+ * tests/qemuxml2argvtest.c: Revert the change,
+ "tests: diagnose open failure" of 2009-01-30.
+ * tests/testutils.c (virtTestLoadFile): Diagnose failure here.
+
+Mon Feb 2 18:33:19 GMT 2009 John Levon <john.levon at sun.com>
+
+ * src/libvirt.c: fix more printf("%s", NULL) cases
+
+Sat Jan 31 14:45:58 CET 2009 Guido Günther<agx at sigxcpu.org>
+
+ * src/remote_internal.c (doRemoteOpen): Don't hardcode ssh port 22,
+ use VIR_FREE, initialize pointers to NULL not 0.
+
+Sat Jan 31 11:43:21 CET 2009 Daniel Veillard <veillard at redhat.com>
+
+ * configure.in docs/* NEWS: release of 0.6.0
+ * po/*: regenerated and updated brazilian and polish localizations
+
Sat Jan 31 10:09:08 CET 2009 Daniel Veillard <veillard at redhat.com>
* docs/news.html*: update with infos for 0.6.0
diff --git a/Makefile.am b/Makefile.am
index d4e42f1..928a93c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ LCOV = lcov
GENHTML = genhtml
SUBDIRS = gnulib/lib include src qemud proxy docs gnulib/tests \
- python tests po examples/domain-events/events-c
+ python tests po examples/domain-events/events-c examples/hellolibvirt
ACLOCAL_AMFLAGS = -I m4 -I gnulib/m4
diff --git a/Makefile.in b/Makefile.in
index 083748d..f96eca6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -520,6 +520,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
@@ -748,7 +749,7 @@ top_srcdir = @top_srcdir@
LCOV = lcov
GENHTML = genhtml
SUBDIRS = gnulib/lib include src qemud proxy docs gnulib/tests \
- python tests po examples/domain-events/events-c
+ python tests po examples/domain-events/events-c examples/hellolibvirt
ACLOCAL_AMFLAGS = -I m4 -I gnulib/m4
EXTRA_DIST = \
diff --git a/NEWS b/NEWS
index d71b4c8..c1326a3 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,58 @@
http://libvirt.org/news.html
+0.6.1: Mar 3 2009:
+ - New features: new APIs for Node device detach reattach and reset
+ (Mark McLoughlin), sVirt mandatory access control support (James
+ Morris and Dan Walsh)
+ - Portability: non gcc toolchain (John Levon), gcc-4.4 warnings fixes
+ (Mark McLoughlin), fix build without LXC and QEmu (Jim Meyering)
+ - Documentation: man page bugzilla URL (Mark McLoughlin), typo
+ in domain format (Jesse Farinacci), clock offset fix (Mark
+ McLoughlin), hostdev description typo (Mark McLoughlin), static
+ host IP (Charles Duffy), new example program (David Allan)
+ - Bug fixes: NULL dereference in LXC (Jim Meyering), fix domain
+ error reporting (John Levon), fix loop of libvirtd --timeout
+ (Daniel Berrange), limit history to 500 to restrict virsh memory
+ (Daniel Berrange), wrong lvm volume format check (Cole Robinson),
+ I/O error in daemon and associated remote acces crash (Daniel
+ Berrange), fix autostart of session daemon (Daniel Berrange),
+ restart guest on qemu migration failures (Chris Lalancette),
+ config parsing leaks (Ryota Ozaki), DBus multithreading activation
+ to avoid crashes (Daniel Berrange), mark defined network descriptions
+ as persistent (Cole Robinson), qemu+tls handshake negotiation hang
+ (Chris Lalancette)
+ - Improvements: don't hardcode ssh port (Guido Günther), new test
+ cases and testing infrastructure (Jim Meyering), improve the
+ SExpr parser (John Levon), proper error reporting on xend
+ shutdown command (John Levon), proper handling of errors when
+ saving QEmu domains state (Guido Günther), revamp of the internal
+ error memory APIs (John Levon), better virsh error reporting (John
+ Levon), more daemon options to allow running multiple daemons (Jim
+ Meyering), error handling when creating a QEmu domain (Guido Günther),
+ fix timeouts in QEmu log reading (Guido Günther), migration with
+ xend 3.3 fixes (John Levon), virsh XML dump flags cleanup (Cole
+ Robinson), fix build with loadable drivers (Maximilian Wilhelm),
+ internal XML APIs to read long long and hexa values (Mark
+ McLoughlin), function to parse node device XML descriptions and
+ associated test (Mark McLoughlin), generate network bridge names if
+ not provided (Cole Robinson), recognize ejectable media in hostdev
+ hal driver (Cole Robinson), integration of sVirt (Daniel Berrange)
+ - Cleanups: printf NULL string checks (John Levon), remove uses of
+ strerror and use virStrerror (Jim Meyering), remove redundant NULL
+ assignments (Jim Meyering), QEmu driver logging and exec cleanups
+ (Jim Meyering), many error handling cleanups (Jim Meyering), XML
+ module cleanups (Mark McLoughlin), compiler warning (Maximilian
+ Wilhelm), daemon TCP listen cleanup (Cole Robinson), size_t type
+ cleanup (Guido Günther), parallel make fix (Michael Marineau),
+ storage error diagnostic fix (Ryota Ozaki), remove redundant monitor
+ watch variable (Cole Robinson), qemu AttachDevice error report
+ improvement (Cole Robinson), virsh output cleanup (Jim Meyering),
+ various tests cleanups and improvements (Jim Meyering), fix the
+ internal export list with new APIs (Daniel Berrange), cleanups on
+ new APIs for Node device (Daniel Berrange)
+
+
0.6.0: Jan 31 2009:
- New features: thread safety of the API and event handling (Daniel
Berrange), allow QEmu domains to survive daemon restart (Guido
diff --git a/config.h.in b/config.h.in
index 952543d..bf527b0 100644
--- a/config.h.in
+++ b/config.h.in
@@ -634,6 +634,9 @@
/* Location of lvs program */
#undef LVS
+/* Location or name of the modprobe program */
+#undef MODPROBE
+
/* Location or name of the mount program */
#undef MOUNT
@@ -801,6 +804,9 @@
/* whether building for the RHEL-5 API */
#undef WITH_RHEL5_API
+/* whether SELinux security driver is available */
+#undef WITH_SECDRIVER_SELINUX
+
/* whether directory backend for storage driver is enabled */
#undef WITH_STORAGE_DIR
diff --git a/configure b/configure
index 3e00348..2b27316 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for libvirt 0.6.0.
+# Generated by GNU Autoconf 2.61 for libvirt 0.6.1.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@@ -726,8 +726,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='libvirt'
PACKAGE_TARNAME='libvirt'
-PACKAGE_VERSION='0.6.0'
-PACKAGE_STRING='libvirt 0.6.0'
+PACKAGE_VERSION='0.6.1'
+PACKAGE_STRING='libvirt 0.6.1'
PACKAGE_BUGREPORT=''
ac_unique_file="src/libvirt.c"
@@ -1273,6 +1273,7 @@ DNSMASQ
BRCTL
UDEVADM
UDEVSETTLE
+MODPROBE
HTML_DIR
STATIC_BINARIES
ENABLE_DEBUG_TRUE
@@ -1288,8 +1289,6 @@ WITH_LXC_TRUE
WITH_LXC_FALSE
WITH_QEMU_TRUE
WITH_QEMU_FALSE
-WITH_BRIDGE_TRUE
-WITH_BRIDGE_FALSE
WITH_UML_TRUE
WITH_UML_FALSE
WITH_TEST_TRUE
@@ -1326,6 +1325,8 @@ HAVE_SELINUX_TRUE
HAVE_SELINUX_FALSE
SELINUX_CFLAGS
SELINUX_LIBS
+WITH_SECDRIVER_SELINUX_TRUE
+WITH_SECDRIVER_SELINUX_FALSE
HAVE_NUMACTL_TRUE
HAVE_NUMACTL_FALSE
NUMACTL_CFLAGS
@@ -1334,6 +1335,8 @@ READLINE_CFLAGS
VIRSH_LIBS
WITH_NETWORK_TRUE
WITH_NETWORK_FALSE
+WITH_BRIDGE_TRUE
+WITH_BRIDGE_FALSE
WITH_STORAGE_DIR_TRUE
WITH_STORAGE_DIR_FALSE
MOUNT
@@ -1954,7 +1957,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures libvirt 0.6.0 to adapt to many kinds of systems.
+\`configure' configures libvirt 0.6.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -2024,7 +2027,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of libvirt 0.6.0:";;
+ short | recursive ) echo "Configuration of libvirt 0.6.1:";;
esac
cat <<\_ACEOF
@@ -2081,6 +2084,7 @@ Optional Packages:
--with-polkit use PolicyKit for UNIX socket access checks
--with-avahi use avahi to advertise remote daemon
--with-selinux use SELinux to manage security
+ --with-secdriver-selinux use SELinux security driver
--with-numactl use numactl for host topology info
--with-network with virtual network driver (on)
--with-storage-fs with FileSystem backend for the storage driver (on)
@@ -2200,7 +2204,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-libvirt configure 0.6.0
+libvirt configure 0.6.1
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -2214,7 +2218,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by libvirt $as_me 0.6.0, which was
+It was created by libvirt $as_me 0.6.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2934,7 +2938,7 @@ fi
# Define the identity of the package.
PACKAGE='libvirt'
- VERSION='0.6.0'
+ VERSION='0.6.1'
cat >>confdefs.h <<_ACEOF
@@ -27429,7 +27433,7 @@ ia64-*-hpux*)
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 27432 "configure"' > conftest.$ac_ext
+ echo '#line 27436 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -29983,11 +29987,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:29986: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:29990: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:29990: \$? = $ac_status" >&5
+ echo "$as_me:29994: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -30273,11 +30277,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:30276: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:30280: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:30280: \$? = $ac_status" >&5
+ echo "$as_me:30284: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -30377,11 +30381,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:30380: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:30384: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:30384: \$? = $ac_status" >&5
+ echo "$as_me:30388: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -32728,7 +32732,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 32731 "configure"
+#line 32735 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -32828,7 +32832,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 32831 "configure"
+#line 32835 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -35248,11 +35252,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:35251: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:35255: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:35255: \$? = $ac_status" >&5
+ echo "$as_me:35259: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -35352,11 +35356,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:35355: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:35359: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:35359: \$? = $ac_status" >&5
+ echo "$as_me:35363: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -36916,11 +36920,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:36919: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:36923: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:36923: \$? = $ac_status" >&5
+ echo "$as_me:36927: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -37020,11 +37024,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:37023: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:37027: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:37027: \$? = $ac_status" >&5
+ echo "$as_me:37031: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -39209,11 +39213,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:39212: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:39216: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:39216: \$? = $ac_status" >&5
+ echo "$as_me:39220: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -39499,11 +39503,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:39502: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:39506: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:39506: \$? = $ac_status" >&5
+ echo "$as_me:39510: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -39603,11 +39607,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:39606: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:39610: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:39610: \$? = $ac_status" >&5
+ echo "$as_me:39614: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -44287,6 +44291,47 @@ echo "${ECHO_T}no" >&6; }
fi
+# Extract the first word of "modprobe", so it can be a program name with args.
+set dummy modprobe; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_MODPROBE+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $MODPROBE in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_MODPROBE="$MODPROBE" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="/sbin:/usr/sbin:/usr/local/sbin:$PATH"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_MODPROBE="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+MODPROBE=$ac_cv_path_MODPROBE
+if test -n "$MODPROBE"; then
+ { echo "$as_me:$LINENO: result: $MODPROBE" >&5
+echo "${ECHO_T}$MODPROBE" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
cat >>confdefs.h <<_ACEOF
@@ -44312,6 +44357,13 @@ cat >>confdefs.h <<_ACEOF
_ACEOF
fi
+if test -n "$MODPROBE"; then
+
+cat >>confdefs.h <<_ACEOF
+#define MODPROBE "$MODPROBE"
+_ACEOF
+
+fi
# Check whether --with-html-dir was given.
@@ -44676,24 +44728,6 @@ else
fi
-with_bridge=no
-if test "$with_qemu" = "yes" -o "$with_lxc" = "yes"; then
- with_bridge=yes
-
-cat >>confdefs.h <<_ACEOF
-#define WITH_BRIDGE 1
-_ACEOF
-
-fi
- if test "$with_bridge" = "yes"; then
- WITH_BRIDGE_TRUE=
- WITH_BRIDGE_FALSE='#'
-else
- WITH_BRIDGE_TRUE='#'
- WITH_BRIDGE_FALSE=
-fi
-
-
if test "$with_uml" = "yes" ; then
cat >>confdefs.h <<_ACEOF
@@ -47321,6 +47355,236 @@ fi
+
+# Check whether --with-secdriver-selinux was given.
+if test "${with_secdriver_selinux+set}" = set; then
+ withval=$with_secdriver_selinux;
+else
+ with_secdriver_selinux=check
+fi
+
+
+if test "$with_selinux" != "yes" ; then
+ if test "$with_secdriver_selinux" = "check" ; then
+ with_secdriver_selinux=no
+ else
+ { { echo "$as_me:$LINENO: error: You must install the SELinux development package in order to compile libvirt" >&5
+echo "$as_me: error: You must install the SELinux development package in order to compile libvirt" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+else
+ old_cflags="$CFLAGS"
+ old_libs="$LIBS"
+ CFLAGS="$CFLAGS $SELINUX_CFLAGS"
+ LIBS="$CFLAGS $SELINUX_LIBS"
+
+ fail=0
+ { echo "$as_me:$LINENO: checking for selinux_virtual_domain_context_path" >&5
+echo $ECHO_N "checking for selinux_virtual_domain_context_path... $ECHO_C" >&6; }
+if test "${ac_cv_func_selinux_virtual_domain_context_path+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+/* Define selinux_virtual_domain_context_path to an innocuous variant, in case <limits.h> declares selinux_virtual_domain_context_path.
+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
+#define selinux_virtual_domain_context_path innocuous_selinux_virtual_domain_context_path
+
+/* System header to define __stub macros and hopefully few prototypes,
+ which can conflict with char selinux_virtual_domain_context_path (); below.
+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+ <limits.h> exists even on freestanding compilers. */
+
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+
+#undef selinux_virtual_domain_context_path
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char selinux_virtual_domain_context_path ();
+/* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+#if defined __stub_selinux_virtual_domain_context_path || defined __stub___selinux_virtual_domain_context_path
+choke me
+#endif
+
+int
+main ()
+{
+return selinux_virtual_domain_context_path ();
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext &&
+ $as_test_x conftest$ac_exeext; then
+ ac_cv_func_selinux_virtual_domain_context_path=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_func_selinux_virtual_domain_context_path=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_func_selinux_virtual_domain_context_path" >&5
+echo "${ECHO_T}$ac_cv_func_selinux_virtual_domain_context_path" >&6; }
+if test $ac_cv_func_selinux_virtual_domain_context_path = yes; then
+ :
+else
+ fail=1
+fi
+
+ { echo "$as_me:$LINENO: checking for selinux_virtual_image_context_path" >&5
+echo $ECHO_N "checking for selinux_virtual_image_context_path... $ECHO_C" >&6; }
+if test "${ac_cv_func_selinux_virtual_image_context_path+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+/* Define selinux_virtual_image_context_path to an innocuous variant, in case <limits.h> declares selinux_virtual_image_context_path.
+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
+#define selinux_virtual_image_context_path innocuous_selinux_virtual_image_context_path
+
+/* System header to define __stub macros and hopefully few prototypes,
+ which can conflict with char selinux_virtual_image_context_path (); below.
+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+ <limits.h> exists even on freestanding compilers. */
+
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+
+#undef selinux_virtual_image_context_path
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char selinux_virtual_image_context_path ();
+/* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+#if defined __stub_selinux_virtual_image_context_path || defined __stub___selinux_virtual_image_context_path
+choke me
+#endif
+
+int
+main ()
+{
+return selinux_virtual_image_context_path ();
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext &&
+ $as_test_x conftest$ac_exeext; then
+ ac_cv_func_selinux_virtual_image_context_path=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_func_selinux_virtual_image_context_path=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_func_selinux_virtual_image_context_path" >&5
+echo "${ECHO_T}$ac_cv_func_selinux_virtual_image_context_path" >&6; }
+if test $ac_cv_func_selinux_virtual_image_context_path = yes; then
+ :
+else
+ fail=1
+fi
+
+ CFLAGS="$old_cflags"
+ LIBS="$old_libs"
+
+ if test "$fail" = "1" ; then
+ if test "$with_secdriver_selinux" = "check" ; then
+ with_secdriver_selinux=no
+ else
+ { { echo "$as_me:$LINENO: error: You must install the SELinux development package in order to compile libvirt" >&5
+echo "$as_me: error: You must install the SELinux development package in order to compile libvirt" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ else
+ with_secdriver_selinux=yes
+
+cat >>confdefs.h <<_ACEOF
+#define WITH_SECDRIVER_SELINUX 1
+_ACEOF
+
+ fi
+fi
+ if test "$with_secdriver_selinux" != "no"; then
+ WITH_SECDRIVER_SELINUX_TRUE=
+ WITH_SECDRIVER_SELINUX_FALSE='#'
+else
+ WITH_SECDRIVER_SELINUX_TRUE='#'
+ WITH_SECDRIVER_SELINUX_FALSE=
+fi
+
+
+
+
+
# Check whether --with-numactl was given.
if test "${with_numactl+set}" = set; then
withval=$with_numactl;
@@ -48197,6 +48461,23 @@ else
fi
+with_bridge=no
+if test "$with_qemu:$with_lxc:$with_network" != "no:no:no"; then
+ with_bridge=yes
+
+cat >>confdefs.h <<_ACEOF
+#define WITH_BRIDGE 1
+_ACEOF
+
+fi
+ if test "$with_bridge" = "yes"; then
+ WITH_BRIDGE_TRUE=
+ WITH_BRIDGE_FALSE='#'
+else
+ WITH_BRIDGE_TRUE='#'
+ WITH_BRIDGE_FALSE=
+fi
+
@@ -52994,7 +53275,7 @@ fi
test "x$srcdir" = x. && ! test -f COPYING &&
cp -f COPYING.LIB COPYING
-ac_config_files="$ac_config_files Makefile src/Makefile include/Makefile docs/Makefile docs/examples/Makefile docs/devhelp/Makefile docs/examples/python/Makefile docs/schemas/Makefile gnulib/lib/Makefile gnulib/tests/Makefile libvirt.pc libvirt.spec mingw32-libvirt.spec po/Makefile.in include/libvirt/Makefile include/libvirt/libvirt.h python/Makefile python/tests/Makefile qemud/Makefile tests/Makefile proxy/Makefile tests/xml2sexprdata/Makefile tests/sexpr2xmldata/Makefile tests/xmconfigdata/Makefile tests/xencapsdata/Makefile tests/confdata/Makefile examples/domain-events/events-c/Makefile"
+ac_config_files="$ac_config_files Makefile src/Makefile include/Makefile docs/Makefile docs/examples/Makefile docs/devhelp/Makefile docs/examples/python/Makefile docs/schemas/Makefile gnulib/lib/Makefile gnulib/tests/Makefile libvirt.pc libvirt.spec mingw32-libvirt.spec po/Makefile.in include/libvirt/Makefile include/libvirt/libvirt.h python/Makefile python/tests/Makefile qemud/Makefile tests/Makefile proxy/Makefile tests/xml2sexprdata/Makefile tests/sexpr2xmldata/Makefile tests/xmconfigdata/Makefile tests/xencapsdata/Makefile tests/confdata/Makefile examples/domain-events/events-c/Makefile examples/hellolibvirt/Makefile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -53208,13 +53489,6 @@ echo "$as_me: error: conditional \"WITH_QEMU\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi
-if test -z "${WITH_BRIDGE_TRUE}" && test -z "${WITH_BRIDGE_FALSE}"; then
- { { echo "$as_me:$LINENO: error: conditional \"WITH_BRIDGE\" was never defined.
-Usually this means the macro was only invoked conditionally." >&5
-echo "$as_me: error: conditional \"WITH_BRIDGE\" was never defined.
-Usually this means the macro was only invoked conditionally." >&2;}
- { (exit 1); exit 1; }; }
-fi
if test -z "${WITH_UML_TRUE}" && test -z "${WITH_UML_FALSE}"; then
{ { echo "$as_me:$LINENO: error: conditional \"WITH_UML\" was never defined.
Usually this means the macro was only invoked conditionally." >&5
@@ -53285,6 +53559,13 @@ echo "$as_me: error: conditional \"HAVE_SELINUX\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi
+if test -z "${WITH_SECDRIVER_SELINUX_TRUE}" && test -z "${WITH_SECDRIVER_SELINUX_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"WITH_SECDRIVER_SELINUX\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"WITH_SECDRIVER_SELINUX\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
if test -z "${HAVE_NUMACTL_TRUE}" && test -z "${HAVE_NUMACTL_FALSE}"; then
{ { echo "$as_me:$LINENO: error: conditional \"HAVE_NUMACTL\" was never defined.
Usually this means the macro was only invoked conditionally." >&5
@@ -53299,6 +53580,13 @@ echo "$as_me: error: conditional \"WITH_NETWORK\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi
+if test -z "${WITH_BRIDGE_TRUE}" && test -z "${WITH_BRIDGE_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"WITH_BRIDGE\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"WITH_BRIDGE\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
if test -z "${WITH_STORAGE_DIR_TRUE}" && test -z "${WITH_STORAGE_DIR_FALSE}"; then
{ { echo "$as_me:$LINENO: error: conditional \"WITH_STORAGE_DIR\" was never defined.
Usually this means the macro was only invoked conditionally." >&5
@@ -53704,7 +53992,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by libvirt $as_me 0.6.0, which was
+This file was extended by libvirt $as_me 0.6.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -53757,7 +54045,7 @@ Report bugs to <bug-autoconf at gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-libvirt config.status 0.6.0
+libvirt config.status 0.6.1
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
@@ -53908,6 +54196,7 @@ do
"tests/xencapsdata/Makefile") CONFIG_FILES="$CONFIG_FILES tests/xencapsdata/Makefile" ;;
"tests/confdata/Makefile") CONFIG_FILES="$CONFIG_FILES tests/confdata/Makefile" ;;
"examples/domain-events/events-c/Makefile") CONFIG_FILES="$CONFIG_FILES examples/domain-events/events-c/Makefile" ;;
+ "examples/hellolibvirt/Makefile") CONFIG_FILES="$CONFIG_FILES examples/hellolibvirt/Makefile" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
@@ -54679,6 +54968,7 @@ DNSMASQ!$DNSMASQ$ac_delim
BRCTL!$BRCTL$ac_delim
UDEVADM!$UDEVADM$ac_delim
UDEVSETTLE!$UDEVSETTLE$ac_delim
+MODPROBE!$MODPROBE$ac_delim
HTML_DIR!$HTML_DIR$ac_delim
STATIC_BINARIES!$STATIC_BINARIES$ac_delim
ENABLE_DEBUG_TRUE!$ENABLE_DEBUG_TRUE$ac_delim
@@ -54694,8 +54984,6 @@ WITH_LXC_TRUE!$WITH_LXC_TRUE$ac_delim
WITH_LXC_FALSE!$WITH_LXC_FALSE$ac_delim
WITH_QEMU_TRUE!$WITH_QEMU_TRUE$ac_delim
WITH_QEMU_FALSE!$WITH_QEMU_FALSE$ac_delim
-WITH_BRIDGE_TRUE!$WITH_BRIDGE_TRUE$ac_delim
-WITH_BRIDGE_FALSE!$WITH_BRIDGE_FALSE$ac_delim
WITH_UML_TRUE!$WITH_UML_TRUE$ac_delim
WITH_UML_FALSE!$WITH_UML_FALSE$ac_delim
WITH_TEST_TRUE!$WITH_TEST_TRUE$ac_delim
@@ -54732,6 +55020,8 @@ HAVE_SELINUX_TRUE!$HAVE_SELINUX_TRUE$ac_delim
HAVE_SELINUX_FALSE!$HAVE_SELINUX_FALSE$ac_delim
SELINUX_CFLAGS!$SELINUX_CFLAGS$ac_delim
SELINUX_LIBS!$SELINUX_LIBS$ac_delim
+WITH_SECDRIVER_SELINUX_TRUE!$WITH_SECDRIVER_SELINUX_TRUE$ac_delim
+WITH_SECDRIVER_SELINUX_FALSE!$WITH_SECDRIVER_SELINUX_FALSE$ac_delim
HAVE_NUMACTL_TRUE!$HAVE_NUMACTL_TRUE$ac_delim
HAVE_NUMACTL_FALSE!$HAVE_NUMACTL_FALSE$ac_delim
NUMACTL_CFLAGS!$NUMACTL_CFLAGS$ac_delim
@@ -54740,6 +55030,8 @@ READLINE_CFLAGS!$READLINE_CFLAGS$ac_delim
VIRSH_LIBS!$VIRSH_LIBS$ac_delim
WITH_NETWORK_TRUE!$WITH_NETWORK_TRUE$ac_delim
WITH_NETWORK_FALSE!$WITH_NETWORK_FALSE$ac_delim
+WITH_BRIDGE_TRUE!$WITH_BRIDGE_TRUE$ac_delim
+WITH_BRIDGE_FALSE!$WITH_BRIDGE_FALSE$ac_delim
WITH_STORAGE_DIR_TRUE!$WITH_STORAGE_DIR_TRUE$ac_delim
WITH_STORAGE_DIR_FALSE!$WITH_STORAGE_DIR_FALSE$ac_delim
MOUNT!$MOUNT$ac_delim
@@ -54754,9 +55046,6 @@ VGCREATE!$VGCREATE$ac_delim
LVCREATE!$LVCREATE$ac_delim
PVREMOVE!$PVREMOVE$ac_delim
VGREMOVE!$VGREMOVE$ac_delim
-LVREMOVE!$LVREMOVE$ac_delim
-VGCHANGE!$VGCHANGE$ac_delim
-VGSCAN!$VGSCAN$ac_delim
_ACEOF
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
@@ -54798,6 +55087,9 @@ _ACEOF
ac_delim='%!_!# '
for ac_last_try in false false false false false :; do
cat >conf$$subs.sed <<_ACEOF
+LVREMOVE!$LVREMOVE$ac_delim
+VGCHANGE!$VGCHANGE$ac_delim
+VGSCAN!$VGSCAN$ac_delim
PVS!$PVS$ac_delim
VGS!$VGS$ac_delim
LVS!$LVS$ac_delim
@@ -54868,7 +55160,7 @@ gltests_LIBOBJS!$gltests_LIBOBJS$ac_delim
gltests_LTLIBOBJS!$gltests_LTLIBOBJS$ac_delim
_ACEOF
- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 68; then
+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 71; then
break
elif $ac_last_try; then
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
@@ -55629,6 +55921,14 @@ echo "$as_me: iSCSI: $with_storage_iscsi" >&6;}
echo "$as_me: Disk: $with_storage_disk" >&6;}
{ echo "$as_me:$LINENO: " >&5
echo "$as_me: " >&6;}
+{ echo "$as_me:$LINENO: Security Drivers" >&5
+echo "$as_me: Security Drivers" >&6;}
+{ echo "$as_me:$LINENO: " >&5
+echo "$as_me: " >&6;}
+{ echo "$as_me:$LINENO: SELinux: $with_secdriver_selinux" >&5
+echo "$as_me: SELinux: $with_secdriver_selinux" >&6;}
+{ echo "$as_me:$LINENO: " >&5
+echo "$as_me: " >&6;}
{ echo "$as_me:$LINENO: Driver Loadable Modules" >&5
echo "$as_me: Driver Loadable Modules" >&6;}
{ echo "$as_me:$LINENO: " >&5
diff --git a/configure.in b/configure.in
index 6e04d56..413d27c 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([libvirt], [0.6.0])
+AC_INIT([libvirt], [0.6.1])
AC_CONFIG_SRCDIR([src/libvirt.c])
AC_CONFIG_AUX_DIR([build-aux])
AM_CONFIG_HEADER([config.h])
@@ -128,6 +128,8 @@ AC_PATH_PROG([UDEVADM], [udevadm], [],
[/sbin:/usr/sbin:/usr/local/sbin:$PATH])
AC_PATH_PROG([UDEVSETTLE], [udevsettle], [],
[/sbin:/usr/sbin:/usr/local/sbin:$PATH])
+AC_PATH_PROG([MODPROBE], [modprobe], [],
+ [/sbin:/usr/sbin:/usr/local/sbin:$PATH])
AC_DEFINE_UNQUOTED([DNSMASQ],["$DNSMASQ"],
[Location or name of the dnsmasq program])
@@ -141,6 +143,10 @@ if test -n "$UDEVSETTLE"; then
AC_DEFINE_UNQUOTED([UDEVSETTLE],["$UDEVSETTLE"],
[Location or name of the udevsettle program])
fi
+if test -n "$MODPROBE"; then
+ AC_DEFINE_UNQUOTED([MODPROBE],["$MODPROBE"],
+ [Location or name of the modprobe program])
+fi
dnl Specific dir for HTML output ?
AC_ARG_WITH([html-dir], [AC_HELP_STRING([--with-html-dir=path],
@@ -287,13 +293,6 @@ if test "$with_qemu" = "yes" ; then
fi
AM_CONDITIONAL([WITH_QEMU], [test "$with_qemu" = "yes"])
-with_bridge=no
-if test "$with_qemu" = "yes" -o "$with_lxc" = "yes"; then
- with_bridge=yes
- AC_DEFINE_UNQUOTED([WITH_BRIDGE], 1, [whether bridge code is needed])
-fi
-AM_CONDITIONAL([WITH_BRIDGE], [test "$with_bridge" = "yes"])
-
if test "$with_uml" = "yes" ; then
AC_DEFINE_UNQUOTED([WITH_UML], 1, [whether UML driver is enabled])
fi
@@ -641,6 +640,45 @@ AM_CONDITIONAL([HAVE_SELINUX], [test "$with_selinux" != "no"])
AC_SUBST([SELINUX_CFLAGS])
AC_SUBST([SELINUX_LIBS])
+
+AC_ARG_WITH([secdriver-selinux],
+ [ --with-secdriver-selinux use SELinux security driver],
+ [],
+ [with_secdriver_selinux=check])
+
+if test "$with_selinux" != "yes" ; then
+ if test "$with_secdriver_selinux" = "check" ; then
+ with_secdriver_selinux=no
+ else
+ AC_MSG_ERROR([You must install the SELinux development package in order to compile libvirt])
+ fi
+else
+ old_cflags="$CFLAGS"
+ old_libs="$LIBS"
+ CFLAGS="$CFLAGS $SELINUX_CFLAGS"
+ LIBS="$CFLAGS $SELINUX_LIBS"
+
+ fail=0
+ AC_CHECK_FUNC([selinux_virtual_domain_context_path], [], [fail=1])
+ AC_CHECK_FUNC([selinux_virtual_image_context_path], [], [fail=1])
+ CFLAGS="$old_cflags"
+ LIBS="$old_libs"
+
+ if test "$fail" = "1" ; then
+ if test "$with_secdriver_selinux" = "check" ; then
+ with_secdriver_selinux=no
+ else
+ AC_MSG_ERROR([You must install the SELinux development package in order to compile libvirt])
+ fi
+ else
+ with_secdriver_selinux=yes
+ AC_DEFINE_UNQUOTED([WITH_SECDRIVER_SELINUX], 1, [whether SELinux security driver is available])
+ fi
+fi
+AM_CONDITIONAL([WITH_SECDRIVER_SELINUX], [test "$with_secdriver_selinux" != "no"])
+
+
+
dnl NUMA lib
AC_ARG_WITH([numactl],
[ --with-numactl use numactl for host topology info],
@@ -729,6 +767,12 @@ if test "$with_network" = "yes" ; then
fi
AM_CONDITIONAL([WITH_NETWORK], [test "$with_network" = "yes"])
+with_bridge=no
+if test "$with_qemu:$with_lxc:$with_network" != "no:no:no"; then
+ with_bridge=yes
+ AC_DEFINE_UNQUOTED([WITH_BRIDGE], 1, [whether bridge code is needed])
+fi
+AM_CONDITIONAL([WITH_BRIDGE], [test "$with_bridge" = "yes"])
dnl
dnl Storage driver checks
@@ -1286,7 +1330,8 @@ AC_OUTPUT(Makefile src/Makefile include/Makefile docs/Makefile \
tests/xmconfigdata/Makefile \
tests/xencapsdata/Makefile \
tests/confdata/Makefile \
- examples/domain-events/events-c/Makefile)
+ examples/domain-events/events-c/Makefile \
+ examples/hellolibvirt/Makefile)
AC_MSG_NOTICE([])
AC_MSG_NOTICE([Configuration summary])
@@ -1314,6 +1359,10 @@ AC_MSG_NOTICE([ LVM: $with_storage_lvm])
AC_MSG_NOTICE([ iSCSI: $with_storage_iscsi])
AC_MSG_NOTICE([ Disk: $with_storage_disk])
AC_MSG_NOTICE([])
+AC_MSG_NOTICE([Security Drivers])
+AC_MSG_NOTICE([])
+AC_MSG_NOTICE([ SELinux: $with_secdriver_selinux])
+AC_MSG_NOTICE([])
AC_MSG_NOTICE([Driver Loadable Modules])
AC_MSG_NOTICE([])
if test "$with_driver_modules" != "no" ; then
diff --git a/docs/Makefile.in b/docs/Makefile.in
index bf75ef1..6948968 100644
--- a/docs/Makefile.in
+++ b/docs/Makefile.in
@@ -486,6 +486,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
diff --git a/docs/devhelp/Makefile.in b/docs/devhelp/Makefile.in
index c3d6731..02af02e 100644
--- a/docs/devhelp/Makefile.in
+++ b/docs/devhelp/Makefile.in
@@ -474,6 +474,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
diff --git a/docs/devhelp/libvirt-libvirt.html b/docs/devhelp/libvirt-libvirt.html
index ec3f06b..be5eb44 100644
--- a/docs/devhelp/libvirt-libvirt.html
+++ b/docs/devhelp/libvirt-libvirt.html
@@ -41,13 +41,16 @@
<pre class="synopsis">#define <a href="#VIR_NODEINFO_MAXCPUS">VIR_NODEINFO_MAXCPUS</a>(nodeinfo);
#define <a href="#LIBVIR_VERSION_NUMBER">LIBVIR_VERSION_NUMBER</a>;
#define <a href="#VIR_USE_CPU">VIR_USE_CPU</a>(cpumap, cpu);
+#define <a href="#VIR_SECURITY_DOI_BUFLEN">VIR_SECURITY_DOI_BUFLEN</a>;
#define <a href="#VIR_CPU_MAPLEN">VIR_CPU_MAPLEN</a>(cpu);
-#define <a href="#VIR_UUID_BUFLEN">VIR_UUID_BUFLEN</a>;
+#define <a href="#VIR_SECURITY_LABEL_BUFLEN">VIR_SECURITY_LABEL_BUFLEN</a>;
#define <a href="#VIR_CPU_USABLE">VIR_CPU_USABLE</a>(cpumaps, maplen, vcpu, cpu);
#define <a href="#VIR_COPY_CPUMAP">VIR_COPY_CPUMAP</a>(cpumaps, maplen, vcpu, cpumap);
#define <a href="#VIR_DOMAIN_SCHED_FIELD_LENGTH">VIR_DOMAIN_SCHED_FIELD_LENGTH</a>;
+#define <a href="#VIR_SECURITY_MODEL_BUFLEN">VIR_SECURITY_MODEL_BUFLEN</a>;
#define <a href="#VIR_UUID_STRING_BUFLEN">VIR_UUID_STRING_BUFLEN</a>;
#define <a href="#VIR_GET_CPUMAP">VIR_GET_CPUMAP</a>(cpumaps, maplen, vcpu);
+#define <a href="#VIR_UUID_BUFLEN">VIR_UUID_BUFLEN</a>;
#define <a href="#VIR_UNUSE_CPU">VIR_UNUSE_CPU</a>(cpumap, cpu);
typedef struct _virDomainBlockStats <a href="#virDomainBlockStatsStruct">virDomainBlockStatsStruct</a>;
typedef enum <a href="#virDomainMigrateFlags">virDomainMigrateFlags</a>;
@@ -70,6 +73,7 @@ typedef <a href="libvirt-libvirt.html#virDomainInterfaceStatsStruct">virDomainIn
typedef <a href="libvirt-libvirt.html#virConnectAuth">virConnectAuth</a> * <a href="#virConnectAuthPtr">virConnectAuthPtr</a>;
typedef struct _virStorageVolInfo <a href="#virStorageVolInfo">virStorageVolInfo</a>;
typedef enum <a href="#virSchedParameterType">virSchedParameterType</a>;
+typedef struct _virSecurityLabel <a href="#virSecurityLabel">virSecurityLabel</a>;
typedef <a href="libvirt-libvirt.html#virStorageVolInfo">virStorageVolInfo</a> * <a href="#virStorageVolInfoPtr">virStorageVolInfoPtr</a>;
typedef <a href="libvirt-libvirt.html#virConnectCredential">virConnectCredential</a> * <a href="#virConnectCredentialPtr">virConnectCredentialPtr</a>;
typedef <a href="libvirt-libvirt.html#virStoragePool">virStoragePool</a> * <a href="#virStoragePoolPtr">virStoragePoolPtr</a>;
@@ -92,6 +96,7 @@ typedef struct _virVcpuInfo <a href="#virVcpuInfo">virVcpuInfo</a>;
typedef <a href="libvirt-libvirt.html#virSchedParameter">virSchedParameter</a> * <a href="#virSchedParameterPtr">virSchedParameterPtr</a>;
typedef struct _virConnectAuth <a href="#virConnectAuth">virConnectAuth</a>;
typedef struct _virConnectCredential <a href="#virConnectCredential">virConnectCredential</a>;
+typedef <a href="libvirt-libvirt.html#virSecurityModel">virSecurityModel</a> * <a href="#virSecurityModelPtr">virSecurityModelPtr</a>;
typedef enum <a href="#virDomainEventSuspendedDetailType">virDomainEventSuspendedDetailType</a>;
typedef <a href="libvirt-libvirt.html#virVcpuInfo">virVcpuInfo</a> * <a href="#virVcpuInfoPtr">virVcpuInfoPtr</a>;
typedef enum <a href="#virStoragePoolBuildFlags">virStoragePoolBuildFlags</a>;
@@ -103,6 +108,8 @@ typedef enum <a href="#virConnectCredentialType">virConnectCredentialType</a>;
typedef enum <a href="#virStoragePoolState">virStoragePoolState</a>;
typedef <a href="libvirt-libvirt.html#virStoragePoolInfo">virStoragePoolInfo</a> * <a href="#virStoragePoolInfoPtr">virStoragePoolInfoPtr</a>;
typedef enum <a href="#virDomainCreateFlags">virDomainCreateFlags</a>;
+typedef <a href="libvirt-libvirt.html#virSecurityLabel">virSecurityLabel</a> * <a href="#virSecurityLabelPtr">virSecurityLabelPtr</a>;
+typedef struct _virSecurityModel <a href="#virSecurityModel">virSecurityModel</a>;
char * <a href="#virStoragePoolGetXMLDesc">virStoragePoolGetXMLDesc</a> (<a href="libvirt-libvirt.html#virStoragePoolPtr">virStoragePoolPtr</a> pool, <br/> unsigned int flags);
const char * <a href="#virStorageVolGetKey">virStorageVolGetKey</a> (<a href="libvirt-libvirt.html#virStorageVolPtr">virStorageVolPtr</a> vol);
typedef void <a href="#virEventUpdateTimeoutFunc">virEventUpdateTimeoutFunc</a> (int timer, <br/> int timeout);
@@ -115,7 +122,8 @@ int <a href="#virNodeGetCellsFreeMemory">virNodeGetCellsFreeMemory</a> (<a href=
int <a href="#virInitialize">virInitialize</a> (void);
const char * <a href="#virNodeDeviceGetName">virNodeDeviceGetName</a> (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev);
int <a href="#virStoragePoolSetAutostart">virStoragePoolSetAutostart</a> (<a href="libvirt-libvirt.html#virStoragePoolPtr">virStoragePoolPtr</a> pool, <br/> int autostart);
-<a href="libvirt-libvirt.html#virStorageVolPtr">virStorageVolPtr</a> <a href="#virStorageVolCreateXML">virStorageVolCreateXML</a> (<a href="libvirt-libvirt.html#virStoragePoolPtr">virStoragePoolPtr</a> pool, <br/> const char * xmldesc, <br/> unsigned int flags);
+int <a href="#virNodeDeviceDettach">virNodeDeviceDettach</a> (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev);
+int <a href="#virDomainGetSecurityLabel">virDomainGetSecurityLabel</a> (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br/> <a href="libvirt-libvirt.html#virSecurityLabelPtr">virSecurityLabelPtr</a> seclabel);
int <a href="#virConnectDomainEventDeregister">virConnectDomainEventDeregister</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br/> <a href="libvirt-libvirt.html#virConnectDomainEventCallback">virConnectDomainEventCallback</a> cb);
int <a href="#virDomainGetSchedulerParameters">virDomainGetSchedulerParameters</a> (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br/> <a href="libvirt-libvirt.html#virSchedParameterPtr">virSchedParameterPtr</a> params, <br/> int * nparams);
<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> <a href="#virDomainLookupByUUIDString">virDomainLookupByUUIDString</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br/> const char * uuidstr);
@@ -155,6 +163,7 @@ char * <a href="#virNetworkGetBridgeName">virNetworkGetBridgeName</a> (<a href=
char * <a href="#virStorageVolGetXMLDesc">virStorageVolGetXMLDesc</a> (<a href="libvirt-libvirt.html#virStorageVolPtr">virStorageVolPtr</a> vol, <br/> unsigned int flags);
int <a href="#virDomainSetSchedulerParameters">virDomainSetSchedulerParameters</a> (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br/> <a href="libvirt-libvirt.html#virSchedParameterPtr">virSchedParameterPtr</a> params, <br/> int nparams);
const char * <a href="#virConnectGetType">virConnectGetType</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn);
+<a href="libvirt-libvirt.html#virStorageVolPtr">virStorageVolPtr</a> <a href="#virStorageVolCreateXML">virStorageVolCreateXML</a> (<a href="libvirt-libvirt.html#virStoragePoolPtr">virStoragePoolPtr</a> pool, <br/> const char * xmldesc, <br/> unsigned int flags);
int <a href="#virDomainSave">virDomainSave</a> (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br/> const char * to);
int <a href="#virDomainCreate">virDomainCreate</a> (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain);
int <a href="#virConnectListDomains">virConnectListDomains</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br/> int * ids, <br/> int maxids);
@@ -188,6 +197,7 @@ char * <a href="#virConnectGetCapabilities">virConnectGetCapabilities</a> (<a hr
<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> <a href="#virDomainLookupByName">virDomainLookupByName</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br/> const char * name);
char * <a href="#virConnectFindStoragePoolSources">virConnectFindStoragePoolSources</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br/> const char * type, <br/> const char * srcSpec, <br/> unsigned int flags);
int <a href="#virDomainPinVcpu">virDomainPinVcpu</a> (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br/> unsigned int vcpu, <br/> unsigned char * cpumap, <br/> int maplen);
+int <a href="#virNodeGetSecurityModel">virNodeGetSecurityModel</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br/> <a href="libvirt-libvirt.html#virSecurityModelPtr">virSecurityModelPtr</a> secmodel);
int <a href="#virDomainRestore">virDomainRestore</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br/> const char * from);
char * <a href="#virStorageVolGetPath">virStorageVolGetPath</a> (<a href="libvirt-libvirt.html#virStorageVolPtr">virStorageVolPtr</a> vol);
<a href="libvirt-libvirt.html#virNetworkPtr">virNetworkPtr</a> <a href="#virNetworkLookupByUUIDString">virNetworkLookupByUUIDString</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br/> const char * uuidstr);
@@ -217,9 +227,11 @@ int <a href="#virNetworkGetUUIDString">virNetworkGetUUIDString</a> (<a href="li
int <a href="#virDomainGetMaxVcpus">virDomainGetMaxVcpus</a> (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain);
typedef void <a href="#virEventHandleCallback">virEventHandleCallback</a> (int watch, <br/> int fd, <br/> int events, <br/> void * opaque);
char * <a href="#virDomainGetSchedulerType">virDomainGetSchedulerType</a> (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br/> int * nparams);
+int <a href="#virNodeDeviceReset">virNodeDeviceReset</a> (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev);
int <a href="#virDomainDetachDevice">virDomainDetachDevice</a> (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br/> const char * xml);
int <a href="#virStoragePoolNumOfVolumes">virStoragePoolNumOfVolumes</a> (<a href="libvirt-libvirt.html#virStoragePoolPtr">virStoragePoolPtr</a> pool);
int <a href="#virStoragePoolGetUUIDString">virStoragePoolGetUUIDString</a> (<a href="libvirt-libvirt.html#virStoragePoolPtr">virStoragePoolPtr</a> pool, <br/> char * buf);
+int <a href="#virNodeDeviceReAttach">virNodeDeviceReAttach</a> (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev);
int <a href="#virStoragePoolUndefine">virStoragePoolUndefine</a> (<a href="libvirt-libvirt.html#virStoragePoolPtr">virStoragePoolPtr</a> pool);
typedef int <a href="#virConnectAuthCallbackPtr">virConnectAuthCallbackPtr</a> (<a href="libvirt-libvirt.html#virConnectCredentialPtr">virConnectCredentialPtr</a> cred, <br/> unsigned int ncred, <br/> void * cbdata);
int <a href="#virDomainAttachDevice">virDomainAttachDevice</a> (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br/> const char * xml);
@@ -293,6 +305,18 @@ int <a href="#virConnectListNetworks">virConnectListNetworks</a> (<a href="libv
</pre><p>This macro is to calculate the total number of CPUs supported but not necessary active in the host.</p><div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>nodeinfo</tt></i>:</span></td><td><a href="libvirt-libvirt.html#virNodeInfo">virNodeInfo</a> instance</td></tr></tbody></table></div>
</div>
<hr/>
+ <div class="refsect2" lang="en"><h3><a name="VIR_SECURITY_DOI_BUFLEN">Macro </a>VIR_SECURITY_DOI_BUFLEN</h3><pre class="programlisting">#define <a href="#VIR_SECURITY_DOI_BUFLEN">VIR_SECURITY_DOI_BUFLEN</a>;
+</pre><p>Macro providing the maximum length of the <a href="libvirt-libvirt.html#virSecurityModel">virSecurityModel</a> doi string.</p>
+</div>
+ <hr/>
+ <div class="refsect2" lang="en"><h3><a name="VIR_SECURITY_LABEL_BUFLEN">Macro </a>VIR_SECURITY_LABEL_BUFLEN</h3><pre class="programlisting">#define <a href="#VIR_SECURITY_LABEL_BUFLEN">VIR_SECURITY_LABEL_BUFLEN</a>;
+</pre><p>Macro providing the maximum length of the <a href="libvirt-libvirt.html#virSecurityLabel">virSecurityLabel</a> label string. Note that this value is based on that used by Labeled NFS.</p>
+</div>
+ <hr/>
+ <div class="refsect2" lang="en"><h3><a name="VIR_SECURITY_MODEL_BUFLEN">Macro </a>VIR_SECURITY_MODEL_BUFLEN</h3><pre class="programlisting">#define <a href="#VIR_SECURITY_MODEL_BUFLEN">VIR_SECURITY_MODEL_BUFLEN</a>;
+</pre><p>Macro providing the maximum length of the <a href="libvirt-libvirt.html#virSecurityModel">virSecurityModel</a> model string.</p>
+</div>
+ <hr/>
<div class="refsect2" lang="en"><h3><a name="VIR_UNUSE_CPU">Macro </a>VIR_UNUSE_CPU</h3><pre class="programlisting">#define <a href="#VIR_UNUSE_CPU">VIR_UNUSE_CPU</a>(cpumap, cpu);
</pre><p>This macro is to be used in conjunction with virDomainPinVcpu() API. USE_CPU macro reset the bit (CPU not usable) of the related cpu in cpumap.</p><div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>cpumap</tt></i>:</span></td><td>pointer to a bit map of real CPUs (in 8-bit bytes) (IN/OUT)</td></tr><tr><td><span class="term"><i><tt>cpu</tt></i>:</span></td><td>the physical CPU number</td></tr></tbody></table></div>
</div>
@@ -584,6 +608,26 @@ The content of this structure is not made public by the API.
</pre><p/>
</div>
<hr/>
+ <div class="refsect2" lang="en"><h3><a name="virSecurityLabel">Structure </a>virSecurityLabel</h3><pre class="programlisting">struct _virSecurityLabel {
+The content of this structure is not made public by the API.
+} virSecurityLabel;
+</pre><p/>
+</div>
+ <hr/>
+ <div class="refsect2" lang="en"><h3><a name="virSecurityLabelPtr">Typedef </a>virSecurityLabelPtr</h3><pre class="programlisting"><a href="libvirt-libvirt.html#virSecurityLabel">virSecurityLabel</a> * virSecurityLabelPtr;
+</pre><p>a <a href="libvirt-libvirt.html#virSecurityLabelPtr">virSecurityLabelPtr</a> is a pointer to a virSecurityLabel.</p>
+</div>
+ <hr/>
+ <div class="refsect2" lang="en"><h3><a name="virSecurityModel">Structure </a>virSecurityModel</h3><pre class="programlisting">struct _virSecurityModel {
+The content of this structure is not made public by the API.
+} virSecurityModel;
+</pre><p/>
+</div>
+ <hr/>
+ <div class="refsect2" lang="en"><h3><a name="virSecurityModelPtr">Typedef </a>virSecurityModelPtr</h3><pre class="programlisting"><a href="libvirt-libvirt.html#virSecurityModel">virSecurityModel</a> * virSecurityModelPtr;
+</pre><p>a <a href="libvirt-libvirt.html#virSecurityModelPtr">virSecurityModelPtr</a> is a pointer to a virSecurityModel.</p>
+</div>
+ <hr/>
<div class="refsect2" lang="en"><h3><a name="virStoragePool">Structure </a>virStoragePool</h3><pre class="programlisting">struct _virStoragePool {
The content of this structure is not made public by the API.
} virStoragePool;
@@ -924,6 +968,10 @@ The content of this structure is not made public by the API.
</pre><p>Get the scheduler type.</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>domain</tt></i>:</span></td><td>pointer to domain object</td></tr><tr><td><span class="term"><i><tt>nparams</tt></i>:</span></td><td>number of scheduler parameters(return value)</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>NULL in case of error. The caller must free the returned string.</td></tr></tbody></table></div></div>
<hr/>
+ <div class="refsect2" lang="en"><h3><a name="virDomainGetSecurityLabel"/>virDomainGetSecurityLabel ()</h3><pre class="programlisting">int virDomainGetSecurityLabel (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br/> <a href="libvirt-libvirt.html#virSecurityLabelPtr">virSecurityLabelPtr</a> seclabel)<br/>
+</pre><p>Extract security label of an active domain.</p>
+<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>domain</tt></i>:</span></td><td>a domain object</td></tr><tr><td><span class="term"><i><tt>seclabel</tt></i>:</span></td><td>pointer to a <a href="libvirt-libvirt.html#virSecurityLabel">virSecurityLabel</a> structure</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success, -1 in case of failure, and -2 if the operation is not supported (caller decides if that's an error).</td></tr></tbody></table></div></div>
+ <hr/>
<div class="refsect2" lang="en"><h3><a name="virDomainGetUUID"/>virDomainGetUUID ()</h3><pre class="programlisting">int virDomainGetUUID (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br/> unsigned char * uuid)<br/>
</pre><p>Get the UUID for a domain</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>domain</tt></i>:</span></td><td>a domain object</td></tr><tr><td><span class="term"><i><tt>uuid</tt></i>:</span></td><td>pointer to a <a href="libvirt-libvirt.html#VIR_UUID_BUFLEN">VIR_UUID_BUFLEN</a> bytes array</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>-1 in case of error, 0 in case of success</td></tr></tbody></table></div></div>
@@ -1108,6 +1156,10 @@ The content of this structure is not made public by the API.
</pre><p>Undefine a network but does not stop it if it is running</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>network</tt></i>:</span></td><td>pointer to a defined network</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success, -1 in case of error</td></tr></tbody></table></div></div>
<hr/>
+ <div class="refsect2" lang="en"><h3><a name="virNodeDeviceDettach"/>virNodeDeviceDettach ()</h3><pre class="programlisting">int virNodeDeviceDettach (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)<br/>
+</pre><p/>
+<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>dev</tt></i>:</span></td><td/></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td/></tr></tbody></table></div></div>
+ <hr/>
<div class="refsect2" lang="en"><h3><a name="virNodeDeviceFree"/>virNodeDeviceFree ()</h3><pre class="programlisting">int virNodeDeviceFree (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)<br/>
</pre><p>Drops a reference to the node device, freeing it if this was the last reference.</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>dev</tt></i>:</span></td><td>pointer to the node device</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the 0 for success, -1 for error.</td></tr></tbody></table></div></div>
@@ -1136,10 +1188,18 @@ The content of this structure is not made public by the API.
</pre><p>Accessor for the number of capabilities supported by the device.</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>dev</tt></i>:</span></td><td>the device</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of capabilities supported by the device.</td></tr></tbody></table></div></div>
<hr/>
+ <div class="refsect2" lang="en"><h3><a name="virNodeDeviceReAttach"/>virNodeDeviceReAttach ()</h3><pre class="programlisting">int virNodeDeviceReAttach (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)<br/>
+</pre><p>Re-attach a previously dettached node device to the node so that it may be used by the node again. Depending on the hypervisor, this may involve operations such as resetting the device, unbinding it from a dummy device driver and binding it to its appropriate driver. If the device is currently in use by a guest, this method may fail.</p>
+<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>dev</tt></i>:</span></td><td>pointer to the node device</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td/></tr></tbody></table></div></div>
+ <hr/>
<div class="refsect2" lang="en"><h3><a name="virNodeDeviceRef"/>virNodeDeviceRef ()</h3><pre class="programlisting">int virNodeDeviceRef (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)<br/>
</pre><p>Increment the reference count on the dev. For each additional call to this method, there shall be a corresponding call to <a href="libvirt-libvirt.html#virNodeDeviceFree">virNodeDeviceFree</a> to release the reference count, once the caller no longer needs the reference to this object. This method is typically useful for applications where multiple threads are using a connection, and it is required that the connection remain open until all threads have finished using it. ie, each new thread using a dev would increment the reference count.</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>dev</tt></i>:</span></td><td/></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td/></tr></tbody></table></div></div>
<hr/>
+ <div class="refsect2" lang="en"><h3><a name="virNodeDeviceReset"/>virNodeDeviceReset ()</h3><pre class="programlisting">int virNodeDeviceReset (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)<br/>
+</pre><p>Reset a previously dettached node device to the node before or after assigning it to a guest. The exact reset semantics depends on the hypervisor and device type but, for example, KVM will attempt to reset PCI devices with a Function Level Reset, Secondary Bus Reset or a Power Management D-State reset. If the reset will affect other devices which are currently in use, this function may fail.</p>
+<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>dev</tt></i>:</span></td><td>pointer to the node device</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td/></tr></tbody></table></div></div>
+ <hr/>
<div class="refsect2" lang="en"><h3><a name="virNodeGetCellsFreeMemory"/>virNodeGetCellsFreeMemory ()</h3><pre class="programlisting">int virNodeGetCellsFreeMemory (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br/> unsigned long long * freeMems, <br/> int startCell, <br/> int maxCells)<br/>
</pre><p>This call returns the amount of free memory in one or more NUMA cells. The @freeMems array must be allocated by the caller and will be filled with the amount of free memory in kilobytes for each cell requested, starting with startCell (in freeMems[0]), up to either (startCell + maxCells), or the number of additional cells in the node, whichever is smaller.</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>freeMems</tt></i>:</span></td><td>pointer to the array of unsigned long long</td></tr><tr><td><span class="term"><i><tt>startCell</tt></i>:</span></td><td>index of first cell to return freeMems info on.</td></tr><tr><td><span class="term"><i><tt>maxCells</tt></i>:</span></td><td>Maximum number of cells for which freeMems information can be returned.</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of entries filled in freeMems, or -1 in case of error.</td></tr></tbody></table></div></div>
@@ -1152,6 +1212,10 @@ The content of this structure is not made public by the API.
</pre><p>Extract hardware information about the node.</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>info</tt></i>:</span></td><td>pointer to a <a href="libvirt-libvirt.html#virNodeInfo">virNodeInfo</a> structure allocated by the user</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success and -1 in case of failure.</td></tr></tbody></table></div></div>
<hr/>
+ <div class="refsect2" lang="en"><h3><a name="virNodeGetSecurityModel"/>virNodeGetSecurityModel ()</h3><pre class="programlisting">int virNodeGetSecurityModel (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br/> <a href="libvirt-libvirt.html#virSecurityModelPtr">virSecurityModelPtr</a> secmodel)<br/>
+</pre><p>Extract the security model of a hypervisor.</p>
+<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>a connection object</td></tr><tr><td><span class="term"><i><tt>secmodel</tt></i>:</span></td><td>pointer to a <a href="libvirt-libvirt.html#virSecurityModel">virSecurityModel</a> structure</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success, -1 in case of failure, and -2 if the operation is not supported (caller decides if that's an error).</td></tr></tbody></table></div></div>
+ <hr/>
<div class="refsect2" lang="en"><h3><a name="virNodeListDevices"/>virNodeListDevices ()</h3><pre class="programlisting">int virNodeListDevices (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br/> const char * cap, <br/> char ** const names, <br/> int maxnames, <br/> unsigned int flags)<br/>
</pre><p>Collect the list of node devices, and store their names in @names If the optional 'cap' argument is non-NULL, then the count will be restricted to devices with the specified capability</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>cap</tt></i>:</span></td><td>capability name</td></tr><tr><td><span class="term"><i><tt>names</tt></i>:</span></td><td>array to collect the list of node device names</td></tr><tr><td><span class="term"><i><tt>maxnames</tt></i>:</span></td><td>size of @names</td></tr><tr><td><span class="term"><i><tt>flags</tt></i>:</span></td><td>flags (unused, pass 0)</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of node devices found or -1 in case of error</td></tr></tbody></table></div></div>
diff --git a/docs/devhelp/libvirt-virterror.html b/docs/devhelp/libvirt-virterror.html
index 979fb53..002e0d2 100644
--- a/docs/devhelp/libvirt-virterror.html
+++ b/docs/devhelp/libvirt-virterror.html
@@ -43,6 +43,7 @@ typedef enum <a href="#virErrorLevel">virErrorLevel</a>;
typedef enum <a href="#virErrorDomain">virErrorDomain</a>;
typedef enum <a href="#virErrorNumber">virErrorNumber</a>;
typedef struct _virError <a href="#virError">virError</a>;
+void <a href="#virFreeError">virFreeError</a> (<a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> err);
int <a href="#virCopyLastError">virCopyLastError</a> (<a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> to);
void <a href="#virConnSetErrorFunc">virConnSetErrorFunc</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br/> void * userData, <br/> <a href="libvirt-virterror.html#virErrorFunc">virErrorFunc</a> handler);
void <a href="#virResetLastError">virResetLastError</a> (void);
@@ -54,6 +55,7 @@ void <a href="#virDefaultErrorFunc">virDefaultErrorFunc</a> (<a href="libvirt-v
void <a href="#virSetErrorFunc">virSetErrorFunc</a> (void * userData, <br/> <a href="libvirt-virterror.html#virErrorFunc">virErrorFunc</a> handler);
int <a href="#virConnCopyLastError">virConnCopyLastError</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br/> <a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> to);
void <a href="#virConnResetLastError">virConnResetLastError</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn);
+<a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> <a href="#virSaveLastError">virSaveLastError</a> (void);
</pre>
</div>
<div class="refsect1" lang="en">
@@ -103,7 +105,8 @@ void <a href="#virConnResetLastError">virConnResetLastError</a> (<a href="libvi
<a name="VIR_FROM_DOMAIN">VIR_FROM_DOMAIN</a> = 20 /* Error from domain config */
<a name="VIR_FROM_UML">VIR_FROM_UML</a> = 21 /* Error at the UML driver */
<a name="VIR_FROM_NODEDEV">VIR_FROM_NODEDEV</a> = 22 /* Error from node device monitor */
- <a name="VIR_FROM_XEN_INOTIFY">VIR_FROM_XEN_INOTIFY</a> = 23 /* Error from xen inotify layer */
+ <a name="VIR_FROM_XEN_INOTIFY">VIR_FROM_XEN_INOTIFY</a> = 23 /* Error from xen inotify layer */
+ <a name="VIR_FROM_SECURITY">VIR_FROM_SECURITY</a> = 24 /* Error from security framework */
};
</pre><p/>
</div>
@@ -170,7 +173,8 @@ void <a href="#virConnResetLastError">virConnResetLastError</a> (<a href="libvi
<a name="VIR_ERR_NO_STORAGE_VOL">VIR_ERR_NO_STORAGE_VOL</a> = 50 /* storage pool not found */
<a name="VIR_WAR_NO_NODE">VIR_WAR_NO_NODE</a> = 51 /* failed to start node driver */
<a name="VIR_ERR_INVALID_NODE_DEVICE">VIR_ERR_INVALID_NODE_DEVICE</a> = 52 /* invalid node device object */
- <a name="VIR_ERR_NO_NODE_DEVICE">VIR_ERR_NO_NODE_DEVICE</a> = 53 /* node device not found */
+ <a name="VIR_ERR_NO_NODE_DEVICE">VIR_ERR_NO_NODE_DEVICE</a> = 53 /* node device not found */
+ <a name="VIR_ERR_NO_SECURITY_MODEL">VIR_ERR_NO_SECURITY_MODEL</a> = 54 /* security model not found */
};
</pre><p/>
</div>
@@ -207,6 +211,10 @@ void <a href="#virConnResetLastError">virConnResetLastError</a> (<a href="libvi
</pre><p>Default routine reporting an error to stderr.</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>err</tt></i>:</span></td><td>pointer to the error.</td></tr></tbody></table></div></div>
<hr/>
+ <div class="refsect2" lang="en"><h3><a name="virFreeError"/>virFreeError ()</h3><pre class="programlisting">void virFreeError (<a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> err)<br/>
+</pre><p>Resets and frees the given error.</p>
+<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>err</tt></i>:</span></td><td>error to free</td></tr></tbody></table></div></div>
+ <hr/>
<div class="refsect2" lang="en"><h3><a name="virGetLastError"/>virGetLastError ()</h3><pre class="programlisting"><a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> virGetLastError (void)<br/>
</pre><p>Provide a pointer to the last error caught at the library level The error object is kept in thread local storage, so separate threads can safely access this concurrently.</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a pointer to the last error or NULL if none occurred.</td></tr></tbody></table></div></div>
@@ -219,6 +227,10 @@ void <a href="#virConnResetLastError">virConnResetLastError</a> (<a href="libvi
</pre><p>Reset the last error caught at the library level. The error object is kept in thread local storage, so separate threads can safely access this concurrently, only resetting their own error object.</p>
</div>
<hr/>
+ <div class="refsect2" lang="en"><h3><a name="virSaveLastError"/>virSaveLastError ()</h3><pre class="programlisting"><a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> virSaveLastError (void)<br/>
+</pre><p>Save the last error into a new error object.</p>
+<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a pointer to the copied error or NULL if allocation failed. It is the caller's responsibility to free the error with virFreeError().</td></tr></tbody></table></div></div>
+ <hr/>
<div class="refsect2" lang="en"><h3><a name="virSetErrorFunc"/>virSetErrorFunc ()</h3><pre class="programlisting">void virSetErrorFunc (void * userData, <br/> <a href="libvirt-virterror.html#virErrorFunc">virErrorFunc</a> handler)<br/>
</pre><p>Set a library global error handling function, if @handler is NULL, it will reset to default printing on stderr. The error raised there are those for which no handler at the connection level could caught.</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>userData</tt></i>:</span></td><td>pointer to the user data provided in the handler callback</td></tr><tr><td><span class="term"><i><tt>handler</tt></i>:</span></td><td>the function to get called in case of error or NULL</td></tr></tbody></table></div></div>
diff --git a/docs/devhelp/libvirt.devhelp b/docs/devhelp/libvirt.devhelp
index 358af2f..0da5c06 100644
--- a/docs/devhelp/libvirt.devhelp
+++ b/docs/devhelp/libvirt.devhelp
@@ -14,6 +14,9 @@
<function name="VIR_DOMAIN_SCHED_FIELD_LENGTH" link="libvirt-libvirt.html#VIR_DOMAIN_SCHED_FIELD_LENGTH"/>
<function name="VIR_GET_CPUMAP" link="libvirt-libvirt.html#VIR_GET_CPUMAP"/>
<function name="VIR_NODEINFO_MAXCPUS" link="libvirt-libvirt.html#VIR_NODEINFO_MAXCPUS"/>
+ <function name="VIR_SECURITY_DOI_BUFLEN" link="libvirt-libvirt.html#VIR_SECURITY_DOI_BUFLEN"/>
+ <function name="VIR_SECURITY_LABEL_BUFLEN" link="libvirt-libvirt.html#VIR_SECURITY_LABEL_BUFLEN"/>
+ <function name="VIR_SECURITY_MODEL_BUFLEN" link="libvirt-libvirt.html#VIR_SECURITY_MODEL_BUFLEN"/>
<function name="VIR_UNUSE_CPU" link="libvirt-libvirt.html#VIR_UNUSE_CPU"/>
<function name="VIR_USE_CPU" link="libvirt-libvirt.html#VIR_USE_CPU"/>
<function name="VIR_UUID_BUFLEN" link="libvirt-libvirt.html#VIR_UUID_BUFLEN"/>
@@ -96,6 +99,7 @@
<function name="VIR_ERR_NO_NODE_DEVICE" link="libvirt-virterror.html#VIR_ERR_NO_NODE_DEVICE"/>
<function name="VIR_ERR_NO_OS" link="libvirt-virterror.html#VIR_ERR_NO_OS"/>
<function name="VIR_ERR_NO_ROOT" link="libvirt-virterror.html#VIR_ERR_NO_ROOT"/>
+ <function name="VIR_ERR_NO_SECURITY_MODEL" link="libvirt-virterror.html#VIR_ERR_NO_SECURITY_MODEL"/>
<function name="VIR_ERR_NO_SOURCE" link="libvirt-virterror.html#VIR_ERR_NO_SOURCE"/>
<function name="VIR_ERR_NO_STORAGE_POOL" link="libvirt-virterror.html#VIR_ERR_NO_STORAGE_POOL"/>
<function name="VIR_ERR_NO_STORAGE_VOL" link="libvirt-virterror.html#VIR_ERR_NO_STORAGE_VOL"/>
@@ -137,6 +141,7 @@
<function name="VIR_FROM_QEMU" link="libvirt-virterror.html#VIR_FROM_QEMU"/>
<function name="VIR_FROM_REMOTE" link="libvirt-virterror.html#VIR_FROM_REMOTE"/>
<function name="VIR_FROM_RPC" link="libvirt-virterror.html#VIR_FROM_RPC"/>
+ <function name="VIR_FROM_SECURITY" link="libvirt-virterror.html#VIR_FROM_SECURITY"/>
<function name="VIR_FROM_SEXPR" link="libvirt-virterror.html#VIR_FROM_SEXPR"/>
<function name="VIR_FROM_STATS_LINUX" link="libvirt-virterror.html#VIR_FROM_STATS_LINUX"/>
<function name="VIR_FROM_STORAGE" link="libvirt-virterror.html#VIR_FROM_STORAGE"/>
@@ -200,6 +205,8 @@
<function name="virNodeInfoPtr" link="libvirt-libvirt.html#virNodeInfoPtr"/>
<function name="virSchedParameterPtr" link="libvirt-libvirt.html#virSchedParameterPtr"/>
<function name="virSchedParameterType" link="libvirt-libvirt.html#virSchedParameterType"/>
+ <function name="virSecurityLabelPtr" link="libvirt-libvirt.html#virSecurityLabelPtr"/>
+ <function name="virSecurityModelPtr" link="libvirt-libvirt.html#virSecurityModelPtr"/>
<function name="virStoragePoolBuildFlags" link="libvirt-libvirt.html#virStoragePoolBuildFlags"/>
<function name="virStoragePoolDeleteFlags" link="libvirt-libvirt.html#virStoragePoolDeleteFlags"/>
<function name="virStoragePoolInfoPtr" link="libvirt-libvirt.html#virStoragePoolInfoPtr"/>
@@ -223,6 +230,8 @@
<function name="virNodeDevice" link="libvirt-libvirt.html#virNodeDevice"/>
<function name="virNodeInfo" link="libvirt-libvirt.html#virNodeInfo"/>
<function name="virSchedParameter" link="libvirt-libvirt.html#virSchedParameter"/>
+ <function name="virSecurityLabel" link="libvirt-libvirt.html#virSecurityLabel"/>
+ <function name="virSecurityModel" link="libvirt-libvirt.html#virSecurityModel"/>
<function name="virStoragePool" link="libvirt-libvirt.html#virStoragePool"/>
<function name="virStoragePoolInfo" link="libvirt-libvirt.html#virStoragePoolInfo"/>
<function name="virStorageVol" link="libvirt-libvirt.html#virStorageVol"/>
@@ -294,6 +303,7 @@
<function name="virDomainGetOSType ()" link="libvirt-libvirt.html#virDomainGetOSType"/>
<function name="virDomainGetSchedulerParameters ()" link="libvirt-libvirt.html#virDomainGetSchedulerParameters"/>
<function name="virDomainGetSchedulerType ()" link="libvirt-libvirt.html#virDomainGetSchedulerType"/>
+ <function name="virDomainGetSecurityLabel ()" link="libvirt-libvirt.html#virDomainGetSecurityLabel"/>
<function name="virDomainGetUUID ()" link="libvirt-libvirt.html#virDomainGetUUID"/>
<function name="virDomainGetUUIDString ()" link="libvirt-libvirt.html#virDomainGetUUIDString"/>
<function name="virDomainGetVcpus ()" link="libvirt-libvirt.html#virDomainGetVcpus"/>
@@ -320,6 +330,7 @@
<function name="virDomainSuspend ()" link="libvirt-libvirt.html#virDomainSuspend"/>
<function name="virDomainUndefine ()" link="libvirt-libvirt.html#virDomainUndefine"/>
<function name="virEventRegisterImpl ()" link="libvirt-libvirt.html#virEventRegisterImpl"/>
+ <function name="virFreeError ()" link="libvirt-virterror.html#virFreeError"/>
<function name="virGetLastError ()" link="libvirt-virterror.html#virGetLastError"/>
<function name="virGetVersion ()" link="libvirt-libvirt.html#virGetVersion"/>
<function name="virInitialize ()" link="libvirt-libvirt.html#virInitialize"/>
@@ -341,6 +352,7 @@
<function name="virNetworkRef ()" link="libvirt-libvirt.html#virNetworkRef"/>
<function name="virNetworkSetAutostart ()" link="libvirt-libvirt.html#virNetworkSetAutostart"/>
<function name="virNetworkUndefine ()" link="libvirt-libvirt.html#virNetworkUndefine"/>
+ <function name="virNodeDeviceDettach ()" link="libvirt-libvirt.html#virNodeDeviceDettach"/>
<function name="virNodeDeviceFree ()" link="libvirt-libvirt.html#virNodeDeviceFree"/>
<function name="virNodeDeviceGetName ()" link="libvirt-libvirt.html#virNodeDeviceGetName"/>
<function name="virNodeDeviceGetParent ()" link="libvirt-libvirt.html#virNodeDeviceGetParent"/>
@@ -348,14 +360,18 @@
<function name="virNodeDeviceListCaps ()" link="libvirt-libvirt.html#virNodeDeviceListCaps"/>
<function name="virNodeDeviceLookupByName ()" link="libvirt-libvirt.html#virNodeDeviceLookupByName"/>
<function name="virNodeDeviceNumOfCaps ()" link="libvirt-libvirt.html#virNodeDeviceNumOfCaps"/>
+ <function name="virNodeDeviceReAttach ()" link="libvirt-libvirt.html#virNodeDeviceReAttach"/>
<function name="virNodeDeviceRef ()" link="libvirt-libvirt.html#virNodeDeviceRef"/>
+ <function name="virNodeDeviceReset ()" link="libvirt-libvirt.html#virNodeDeviceReset"/>
<function name="virNodeGetCellsFreeMemory ()" link="libvirt-libvirt.html#virNodeGetCellsFreeMemory"/>
<function name="virNodeGetFreeMemory ()" link="libvirt-libvirt.html#virNodeGetFreeMemory"/>
<function name="virNodeGetInfo ()" link="libvirt-libvirt.html#virNodeGetInfo"/>
+ <function name="virNodeGetSecurityModel ()" link="libvirt-libvirt.html#virNodeGetSecurityModel"/>
<function name="virNodeListDevices ()" link="libvirt-libvirt.html#virNodeListDevices"/>
<function name="virNodeNumOfDevices ()" link="libvirt-libvirt.html#virNodeNumOfDevices"/>
<function name="virResetError ()" link="libvirt-virterror.html#virResetError"/>
<function name="virResetLastError ()" link="libvirt-virterror.html#virResetLastError"/>
+ <function name="virSaveLastError ()" link="libvirt-virterror.html#virSaveLastError"/>
<function name="virSetErrorFunc ()" link="libvirt-virterror.html#virSetErrorFunc"/>
<function name="virStoragePoolBuild ()" link="libvirt-libvirt.html#virStoragePoolBuild"/>
<function name="virStoragePoolCreate ()" link="libvirt-libvirt.html#virStoragePoolCreate"/>
diff --git a/docs/examples/Makefile.in b/docs/examples/Makefile.in
index c502966..0652576 100644
--- a/docs/examples/Makefile.in
+++ b/docs/examples/Makefile.in
@@ -514,6 +514,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
diff --git a/docs/examples/python/Makefile.in b/docs/examples/python/Makefile.in
index 93b84e7..15cec24 100644
--- a/docs/examples/python/Makefile.in
+++ b/docs/examples/python/Makefile.in
@@ -474,6 +474,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
diff --git a/docs/formatdomain.html b/docs/formatdomain.html
index acc63dd..17dc0cd 100644
--- a/docs/formatdomain.html
+++ b/docs/formatdomain.html
@@ -396,7 +396,7 @@
</p>
<pre>
...
- <clock sync="localtime"/>
+ <clock offset="localtime"/>
...</pre>
<dl><dt><code>clock</code></dt><dd>The <code>sync</code> attribute takes either "utc" or
"localtime" to specify how the guest clock is initialized
@@ -485,7 +485,7 @@
...
<hostdev mode='subsystem' type='pci'>
<source>
- <address>bus='0x06' slot='0x02' function='0x0'</address>
+ <address bus='0x06' slot='0x02' function='0x0'/>
</source>
</hostdev>
...</pre>
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 965262a..ee32354 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -287,7 +287,7 @@
<pre>
...
- <clock sync="localtime"/>
+ <clock offset="localtime"/>
...</pre>
<dl>
@@ -397,7 +397,7 @@
...
<hostdev mode='subsystem' type='pci'>
<source>
- <address>bus='0x06' slot='0x02' function='0x0'</address>
+ <address bus='0x06' slot='0x02' function='0x0'/>
</source>
</hostdev>
...</pre>
diff --git a/docs/formatnetwork.html b/docs/formatnetwork.html
index faebbb9..59539c2 100644
--- a/docs/formatnetwork.html
+++ b/docs/formatnetwork.html
@@ -211,7 +211,9 @@
...
<ip address="192.168.122.1" netmask="255.255.255.0">
<dhcp>
- <range start="192.168.122.2" end="192.168.122.254" />
+ <range start="192.168.122.100" end="192.168.122.254" />
+ <host mac="00:16:3e:77:e2:ed" name="foo.example.com" ip="192.168.122.10" />
+ <host mac="00:16:3e:3e:a9:1a" name="bar.example.com" ip="192.168.122.11" />
</dhcp>
</ip>
</network></pre>
@@ -231,6 +233,14 @@
IPv4 addresses to be provided to DHCP clients. These two addresses
must lie within the scope of the network defined on the parent
<code>ip</code> element. <span class="since">Since 0.3.0</span>
+ </dd><dt><code>host</code></dt><dd>Within the <code>dhcp</code> element there may be zero or more
+ <code>host</code> elements; these specify hosts which will be given
+ names and predefined IP addresses by the built-in DHCP server. Any
+ such element must specify the MAC address of the host to be assigned
+ a given name (via the <code>mac</code> attribute), the IP to be
+ assigned to that host (via the <code>ip</code> attribute), and the
+ name to be given that host by the DHCP server (via the
+ <code>name</code> attribute). <span class="since">Since 0.4.5</span>
</dd></dl>
<h2>
<a name="examples" id="examples">Example configuration</a>
diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in
index ca37b05..fd68430 100644
--- a/docs/formatnetwork.html.in
+++ b/docs/formatnetwork.html.in
@@ -98,7 +98,9 @@
...
<ip address="192.168.122.1" netmask="255.255.255.0">
<dhcp>
- <range start="192.168.122.2" end="192.168.122.254" />
+ <range start="192.168.122.100" end="192.168.122.254" />
+ <host mac="00:16:3e:77:e2:ed" name="foo.example.com" ip="192.168.122.10" />
+ <host mac="00:16:3e:3e:a9:1a" name="bar.example.com" ip="192.168.122.11" />
</dhcp>
</ip>
</network></pre>
@@ -126,6 +128,16 @@
must lie within the scope of the network defined on the parent
<code>ip</code> element. <span class="since">Since 0.3.0</span>
</dd>
+ <dt><code>host</code></dt>
+ <dd>Within the <code>dhcp</code> element there may be zero or more
+ <code>host</code> elements; these specify hosts which will be given
+ names and predefined IP addresses by the built-in DHCP server. Any
+ such element must specify the MAC address of the host to be assigned
+ a given name (via the <code>mac</code> attribute), the IP to be
+ assigned to that host (via the <code>ip</code> attribute), and the
+ name to be given that host by the DHCP server (via the
+ <code>name</code> attribute). <span class="since">Since 0.4.5</span>
+ </dd>
</dl>
<h2><a name="examples">Example configuration</a></h2>
diff --git a/docs/html/libvirt-libvirt.html b/docs/html/libvirt-libvirt.html
index d9fd1cc..f2c9a5d 100644
--- a/docs/html/libvirt-libvirt.html
+++ b/docs/html/libvirt-libvirt.html
@@ -10,6 +10,9 @@
#define <a href="#VIR_DOMAIN_SCHED_FIELD_LENGTH">VIR_DOMAIN_SCHED_FIELD_LENGTH</a>
#define <a href="#VIR_GET_CPUMAP">VIR_GET_CPUMAP</a>
#define <a href="#VIR_NODEINFO_MAXCPUS">VIR_NODEINFO_MAXCPUS</a>
+#define <a href="#VIR_SECURITY_DOI_BUFLEN">VIR_SECURITY_DOI_BUFLEN</a>
+#define <a href="#VIR_SECURITY_LABEL_BUFLEN">VIR_SECURITY_LABEL_BUFLEN</a>
+#define <a href="#VIR_SECURITY_MODEL_BUFLEN">VIR_SECURITY_MODEL_BUFLEN</a>
#define <a href="#VIR_UNUSE_CPU">VIR_UNUSE_CPU</a>
#define <a href="#VIR_USE_CPU">VIR_USE_CPU</a>
#define <a href="#VIR_UUID_BUFLEN">VIR_UUID_BUFLEN</a>
@@ -52,6 +55,10 @@ typedef <a href="libvirt-libvirt.html#virNodeInfo">virNodeInfo</a> * <a name="vi
typedef struct _virSchedParameter <a href="#virSchedParameter">virSchedParameter</a>
typedef <a href="libvirt-libvirt.html#virSchedParameter">virSchedParameter</a> * <a name="virSchedParameterPtr" id="virSchedParameterPtr">virSchedParameterPtr</a>
typedef enum <a href="#virSchedParameterType">virSchedParameterType</a>
+typedef struct _virSecurityLabel <a href="#virSecurityLabel">virSecurityLabel</a>
+typedef <a href="libvirt-libvirt.html#virSecurityLabel">virSecurityLabel</a> * <a name="virSecurityLabelPtr" id="virSecurityLabelPtr">virSecurityLabelPtr</a>
+typedef struct _virSecurityModel <a href="#virSecurityModel">virSecurityModel</a>
+typedef <a href="libvirt-libvirt.html#virSecurityModel">virSecurityModel</a> * <a name="virSecurityModelPtr" id="virSecurityModelPtr">virSecurityModelPtr</a>
typedef struct _virStoragePool <a href="#virStoragePool">virStoragePool</a>
typedef enum <a href="#virStoragePoolBuildFlags">virStoragePoolBuildFlags</a>
typedef enum <a href="#virStoragePoolDeleteFlags">virStoragePoolDeleteFlags</a>
@@ -121,6 +128,7 @@ const char * <a href="#virDomainGetName">virDomainGetName</a> (<a href="libvirt-
char * <a href="#virDomainGetOSType">virDomainGetOSType</a> (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain)
int <a href="#virDomainGetSchedulerParameters">virDomainGetSchedulerParameters</a> (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br /> <a href="libvirt-libvirt.html#virSchedParameterPtr">virSchedParameterPtr</a> params, <br /> int * nparams)
char * <a href="#virDomainGetSchedulerType">virDomainGetSchedulerType</a> (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br /> int * nparams)
+int <a href="#virDomainGetSecurityLabel">virDomainGetSecurityLabel</a> (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br /> <a href="libvirt-libvirt.html#virSecurityLabelPtr">virSecurityLabelPtr</a> seclabel)
int <a href="#virDomainGetUUID">virDomainGetUUID</a> (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br /> unsigned char * uuid)
int <a href="#virDomainGetUUIDString">virDomainGetUUIDString</a> (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br /> char * buf)
int <a href="#virDomainGetVcpus">virDomainGetVcpus</a> (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br /> <a href="libvirt-libvirt.html#virVcpuInfoPtr">virVcpuInfoPtr</a> info, <br /> int maxinfo, <br /> unsigned char * cpumaps, <br /> int maplen)
@@ -194,6 +202,7 @@ char * <a href="#virNetworkGetXMLDesc">virNetworkGetXMLDesc</a> (<a href="libvi
int <a href="#virNetworkRef">virNetworkRef</a> (<a href="libvirt-libvirt.html#virNetworkPtr">virNetworkPtr</a> network)
int <a href="#virNetworkSetAutostart">virNetworkSetAutostart</a> (<a href="libvirt-libvirt.html#virNetworkPtr">virNetworkPtr</a> network, <br /> int autostart)
int <a href="#virNetworkUndefine">virNetworkUndefine</a> (<a href="libvirt-libvirt.html#virNetworkPtr">virNetworkPtr</a> network)
+int <a href="#virNodeDeviceDettach">virNodeDeviceDettach</a> (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)
int <a href="#virNodeDeviceFree">virNodeDeviceFree</a> (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)
const char * <a href="#virNodeDeviceGetName">virNodeDeviceGetName</a> (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)
const char * <a href="#virNodeDeviceGetParent">virNodeDeviceGetParent</a> (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)
@@ -201,10 +210,13 @@ char * <a href="#virNodeDeviceGetXMLDesc">virNodeDeviceGetXMLDesc</a> (<a href=
int <a href="#virNodeDeviceListCaps">virNodeDeviceListCaps</a> (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev, <br /> char ** const names, <br /> int maxnames)
<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> <a href="#virNodeDeviceLookupByName">virNodeDeviceLookupByName</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br /> const char * name)
int <a href="#virNodeDeviceNumOfCaps">virNodeDeviceNumOfCaps</a> (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)
+int <a href="#virNodeDeviceReAttach">virNodeDeviceReAttach</a> (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)
int <a href="#virNodeDeviceRef">virNodeDeviceRef</a> (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)
+int <a href="#virNodeDeviceReset">virNodeDeviceReset</a> (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)
int <a href="#virNodeGetCellsFreeMemory">virNodeGetCellsFreeMemory</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br /> unsigned long long * freeMems, <br /> int startCell, <br /> int maxCells)
unsigned long long <a href="#virNodeGetFreeMemory">virNodeGetFreeMemory</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn)
int <a href="#virNodeGetInfo">virNodeGetInfo</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br /> <a href="libvirt-libvirt.html#virNodeInfoPtr">virNodeInfoPtr</a> info)
+int <a href="#virNodeGetSecurityModel">virNodeGetSecurityModel</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br /> <a href="libvirt-libvirt.html#virSecurityModelPtr">virSecurityModelPtr</a> secmodel)
int <a href="#virNodeListDevices">virNodeListDevices</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br /> const char * cap, <br /> char ** const names, <br /> int maxnames, <br /> unsigned int flags)
int <a href="#virNodeNumOfDevices">virNodeNumOfDevices</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br /> const char * cap, <br /> unsigned int flags)
int <a href="#virStoragePoolBuild">virStoragePoolBuild</a> (<a href="libvirt-libvirt.html#virStoragePoolPtr">virStoragePoolPtr</a> pool, <br /> unsigned int flags)
@@ -244,7 +256,7 @@ char * <a href="#virStorageVolGetXMLDesc">virStorageVolGetXMLDesc</a> (<a href=
<a href="libvirt-libvirt.html#virStorageVolPtr">virStorageVolPtr</a> <a href="#virStorageVolLookupByName">virStorageVolLookupByName</a> (<a href="libvirt-libvirt.html#virStoragePoolPtr">virStoragePoolPtr</a> pool, <br /> const char * name)
<a href="libvirt-libvirt.html#virStorageVolPtr">virStorageVolPtr</a> <a href="#virStorageVolLookupByPath">virStorageVolLookupByPath</a> (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br /> const char * path)
int <a href="#virStorageVolRef">virStorageVolRef</a> (<a href="libvirt-libvirt.html#virStorageVolPtr">virStorageVolPtr</a> vol)
-</pre><h2>Description</h2><h3><a name="macros" id="macros">Macros</a></h3><h3><a name="LIBVIR_VERSION_NUMBER" id="LIBVIR_VERSION_NUMBER"><code>LIBVIR_VERSION_NUMBER</code></a></h3><pre>#define LIBVIR_VERSION_NUMBER</pre><p>Macro providing the version of the library as version * 1,000,000 + minor * 1000 + micro</p><h3><a name="VIR_COPY_CPUMAP" id="VIR_COPY_CPUMAP"><code>VIR_COPY_CPUMAP</code></a></h3><pre>#define VIR_COPY_CPUMAP</pre><p>This macro is to be used in conjunction with virDomainGetVcpus() and virDomainPinVcpu() APIs. <a href="libvirt-libvirt.html#VIR_COPY_CPUMAP">VIR_COPY_CPUMAP</a> macro extract the cpumap of the specified vcpu from cpumaps array and copy it into cpumap to be used later by virDomainPinVcpu() API.</p><h3><a name="VIR_CPU_MAPLEN" id="VIR_CPU_MAPLEN"><code>VIR_CPU_MAPLEN</code></a></h3><pre>#define VIR_CPU_MAPLEN</pre><p>This macro is to be used in conjunction with virDomainPinVcpu() API. It returns the length (in bytes) required to store the complete CPU map between a single virtual & all physical CPUs of a domain.</p><h3><a name="VIR_CPU_USABLE" id="VIR_CPU_USABLE"><code>VIR_CPU_USABLE</code></a></h3><pre>#define VIR_CPU_USABLE</pre><p>This macro is to be used in conjunction with virDomainGetVcpus() API. <a href="libvirt-libvirt.html#VIR_CPU_USABLE">VIR_CPU_USABLE</a> macro returns a non zero value (true) if the cpu is usable by the vcpu, and 0 otherwise.</p><h3><a name="VIR_DOMAIN_SCHED_FIELD_LENGTH" id="VIR_DOMAIN_SCHED_FIELD_LENGTH"><code>VIR_DOMAIN_SCHED_FIELD_LENGTH</code></a></h3><pre>#define VIR_DOMAIN_SCHED_FIELD_LENGTH</pre><p>Macro providing the field length of <a href="libvirt-libvirt.html#virSchedParameter">virSchedParameter</a></p><h3><a name="VIR_GET_CPUMAP" id="VIR_GET_CPUMAP"><code>VIR_GET_CPUMAP</code></a></h3><pre>#define VIR_GET_CPUMAP</pre><p>This macro is to be used in conjunction with virDomainGetVcpus() and virDomainPinVcpu() APIs. <a href="libvirt-libvirt.html#VIR_GET_CPUMAP">VIR_GET_CPUMAP</a> macro returns a pointer to the cpumap of the specified vcpu from cpumaps array.</p><h3><a name="VIR_NODEINFO_MAXCPUS" id="VIR_NODEINFO_MAXCPUS"><code>VIR_NODEINFO_MAXCPUS</code></a></h3><pre>#define VIR_NODEINFO_MAXCPUS</pre><p>This macro is to calculate the total number of CPUs supported but not necessary active in the host.</p><h3><a name="VIR_UNUSE_CPU" id="VIR_UNUSE_CPU"><code>VIR_UNUSE_CPU</code></a></h3><pre>#define VIR_UNUSE_CPU</pre><p>This macro is to be used in conjunction with virDomainPinVcpu() API. USE_CPU macro reset the bit (CPU not usable) of the related cpu in cpumap.</p><h3><a name="VIR_USE_CPU" id="VIR_USE_CPU"><code>VIR_USE_CPU</code></a></h3><pre>#define VIR_USE_CPU</pre><p>This macro is to be used in conjunction with virDomainPinVcpu() API. USE_CPU macro set the bit (CPU usable) of the related cpu in cpumap.</p><h3><a name="VIR_UUID_BUFLEN" id="VIR_UUID_BUFLEN"><code>VIR_UUID_BUFLEN</code></a></h3><pre>#define VIR_UUID_BUFLEN</pre><p>This macro provides the length of the buffer required for virDomainGetUUID()</p><h3><a name="VIR_UUID_STRING_BUFLEN" id="VIR_UUID_STRING_BUFLEN"><code>VIR_UUID_STRING_BUFLEN</code></a></h3><pre>#define VIR_UUID_STRING_BUFLEN</pre><p>This macro provides the length of the buffer required for virDomainGetUUIDString()</p><h3><a name="types" id="types">Types</a></h3><h3><a name="virConnect" id="virConnect"><code>virConnect</code></a></h3><div class="api"><pre>struct virConnect{
+</pre><h2>Description</h2><h3><a name="macros" id="macros">Macros</a></h3><h3><a name="LIBVIR_VERSION_NUMBER" id="LIBVIR_VERSION_NUMBER"><code>LIBVIR_VERSION_NUMBER</code></a></h3><pre>#define LIBVIR_VERSION_NUMBER</pre><p>Macro providing the version of the library as version * 1,000,000 + minor * 1000 + micro</p><h3><a name="VIR_COPY_CPUMAP" id="VIR_COPY_CPUMAP"><code>VIR_COPY_CPUMAP</code></a></h3><pre>#define VIR_COPY_CPUMAP</pre><p>This macro is to be used in conjunction with virDomainGetVcpus() and virDomainPinVcpu() APIs. <a href="libvirt-libvirt.html#VIR_COPY_CPUMAP">VIR_COPY_CPUMAP</a> macro extract the cpumap of the specified vcpu from cpumaps array and copy it into cpumap to be used later by virDomainPinVcpu() API.</p><h3><a name="VIR_CPU_MAPLEN" id="VIR_CPU_MAPLEN"><code>VIR_CPU_MAPLEN</code></a></h3><pre>#define VIR_CPU_MAPLEN</pre><p>This macro is to be used in conjunction with virDomainPinVcpu() API. It returns the length (in bytes) required to store the complete CPU map between a single virtual & all physical CPUs of a domain.</p><h3><a name="VIR_CPU_USABLE" id="VIR_CPU_USABLE"><code>VIR_CPU_USABLE</code></a></h3><pre>#define VIR_CPU_USABLE</pre><p>This macro is to be used in conjunction with virDomainGetVcpus() API. <a href="libvirt-libvirt.html#VIR_CPU_USABLE">VIR_CPU_USABLE</a> macro returns a non zero value (true) if the cpu is usable by the vcpu, and 0 otherwise.</p><h3><a name="VIR_DOMAIN_SCHED_FIELD_LENGTH" id="VIR_DOMAIN_SCHED_FIELD_LENGTH"><code>VIR_DOMAIN_SCHED_FIELD_LENGTH</code></a></h3><pre>#define VIR_DOMAIN_SCHED_FIELD_LENGTH</pre><p>Macro providing the field length of <a href="libvirt-libvirt.html#virSchedParameter">virSchedParameter</a></p><h3><a name="VIR_GET_CPUMAP" id="VIR_GET_CPUMAP"><code>VIR_GET_CPUMAP</code></a></h3><pre>#define VIR_GET_CPUMAP</pre><p>This macro is to be used in conjunction with virDomainGetVcpus() and virDomainPinVcpu() APIs. <a href="libvirt-libvirt.html#VIR_GET_CPUMAP">VIR_GET_CPUMAP</a> macro returns a pointer to the cpumap of the specified vcpu from cpumaps array.</p><h3><a name="VIR_NODEINFO_MAXCPUS" id="VIR_NODEINFO_MAXCPUS"><code>VIR_NODEINFO_MAXCPUS</code></a></h3><pre>#define VIR_NODEINFO_MAXCPUS</pre><p>This macro is to calculate the total number of CPUs supported but not necessary active in the host.</p><h3><a name="VIR_SECURITY_DOI_BUFLEN" id="VIR_SECURITY_DOI_BUFLEN"><code>VIR_SECURITY_DOI_BUFLEN</code></a></h3><pre>#define VIR_SECURITY_DOI_BUFLEN</pre><p>Macro providing the maximum length of the <a href="libvirt-libvirt.html#virSecurityModel">virSecurityModel</a> doi string.</p><h3><a name="VIR_SECURITY_LABEL_BUFLEN" id="VIR_SECURITY_LABEL_BUFLEN"><code>VIR_SECURITY_LABEL_BUFLEN</code></a></h3><pre>#define VIR_SECURITY_LABEL_BUFLEN</pre><p>Macro providing the maximum length of the <a href="libvirt-libvirt.html#virSecurityLabel">virSecurityLabel</a> label string. Note that this value is based on that used by Labeled NFS.</p><h3><a name="VIR_SECURITY_MODEL_BUFLEN" id="VIR_SECURITY_MODEL_BUFLEN"><code>VIR_SECURITY_MODEL_BUFLEN</code></a></h3><pre>#define VIR_SECURITY_MODEL_BUFLEN</pre><p>Macro providing the maximum length of the <a href="libvirt-libvirt.html#virSecurityModel">virSecurityModel</a> model string.</p><h3><a name="VIR_UNUSE_CPU" id="VIR_UNUSE_CPU"><code>VIR_UNUSE_CPU</code></a></h3><pre>#define VIR_UNUSE_CPU</pre><p>This macro is to be used in conjunction with virDomainPinVcpu() API. USE_CPU macro reset the bit (CPU not usable) of the related cpu in cpumap.</p><h3><a name="VIR_USE_CPU" id="VIR_USE_CPU"><code>VIR_USE_CPU</code></a></h3><pre>#define VIR_USE_CPU</pre><p>This macro is to be used in conjunction with virDomainPinVcpu() API. USE_CPU macro set the bit (CPU usable) of the related cpu in cpumap.</p><h3><a name="VIR_UUID_BUFLEN" id="VIR_UUID_BUFLEN"><code>VIR_UUID_BUFLEN</code></a></h3><pre>#define VIR_UUID_BUFLEN</pre><p>This macro provides the length of the buffer required for virDomainGetUUID()</p><h3><a name="VIR_UUID_STRING_BUFLEN" id="VIR_UUID_STRING_BUFLEN"><code>VIR_UUID_STRING_BUFLEN</code></a></h3><pre>#define VIR_UUID_STRING_BUFLEN</pre><p>This macro provides the length of the buffer required for virDomainGetUUIDString()</p><h3><a name="types" id="types">Types</a></h3><h3><a name="virConnect" id="virConnect"><code>virConnect</code></a></h3><div class="api"><pre>struct virConnect{
</pre><table><tr><td colspan="3">The content of this structure is not made public by the API</td></tr></table><pre>
}
</pre></div><h3><a name="virConnectAuth" id="virConnectAuth"><code>virConnectAuth</code></a></h3><div class="api"><pre>struct virConnectAuth{
@@ -309,6 +321,12 @@ int <a href="#virStorageVolRef">virStorageVolRef</a> (<a href="libvirt-libvirt.
}
</pre></div><h3><a name="virSchedParameterType" id="virSchedParameterType"><code>virSchedParameterType</code></a></h3><div class="api"><pre>enum virSchedParameterType {
</pre><table><tr><td><a name="VIR_DOMAIN_SCHED_FIELD_INT" id="VIR_DOMAIN_SCHED_FIELD_INT">VIR_DOMAIN_SCHED_FIELD_INT</a></td><td> = </td><td>1</td><td> : integer case</td></tr><tr><td><a name="VIR_DOMAIN_SCHED_FIELD_UINT" id="VIR_DOMAIN_SCHED_FIELD_UINT">VIR_DOMAIN_SCHED_FIELD_UINT</a></td><td> = </td><td>2</td><td> : unsigned integer case</td></tr><tr><td><a name="VIR_DOMAIN_SCHED_FIELD_LLONG" id="VIR_DOMAIN_SCHED_FIELD_LLONG">VIR_DOMAIN_SCHED_FIELD_LLONG</a></td><td> = </td><td>3</td><td> : long long case</td></tr><tr><td><a name="VIR_DOMAIN_SCHED_FIELD_ULLONG" id="VIR_DOMAIN_SCHED_FIELD_ULLONG">VIR_DOMAIN_SCHED_FIELD_ULLONG</a></td><td> = </td><td>4</td><td> : unsigned long long case</td></tr><tr><td><a name="VIR_DOMAIN_SCHED_FIELD_DOUBLE" id="VIR_DOMAIN_SCHED_FIELD_DOUBLE">VIR_DOMAIN_SCHED_FIELD_DOUBLE</a></td><td> = </td><td>5</td><td> : double case</td></tr><tr><td><a name="VIR_DOMAIN_SCHED_FIELD_BOOLEAN" id="VIR_DOMAIN_SCHED_FIELD_BOOLEAN">VIR_DOMAIN_SCHED_FIELD_BOOLEAN</a></td><td> = </td><td>6</td><td> : boolean(character) case</td></tr></table><pre>}
+</pre></div><h3><a name="virSecurityLabel" id="virSecurityLabel"><code>virSecurityLabel</code></a></h3><div class="api"><pre>struct virSecurityLabel{
+</pre><table><tr><td colspan="3">The content of this structure is not made public by the API</td></tr></table><pre>
+}
+</pre></div><h3><a name="virSecurityModel" id="virSecurityModel"><code>virSecurityModel</code></a></h3><div class="api"><pre>struct virSecurityModel{
+</pre><table><tr><td colspan="3">The content of this structure is not made public by the API</td></tr></table><pre>
+}
</pre></div><h3><a name="virStoragePool" id="virStoragePool"><code>virStoragePool</code></a></h3><div class="api"><pre>struct virStoragePool{
</pre><table><tr><td colspan="3">The content of this structure is not made public by the API</td></tr></table><pre>
}
@@ -385,7 +403,8 @@ int <a href="#virStorageVolRef">virStorageVolRef</a> (<a href="libvirt-libvirt.
</pre><p>Get the public name for that domain</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>domain</tt></i>:</span></td><td>a domain object</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a pointer to the name or NULL, the string need not be deallocated its lifetime will be the same as the domain object.</td></tr></tbody></table></div><h3><a name="virDomainGetOSType" id="virDomainGetOSType"><code>virDomainGetOSType</code></a></h3><pre class="programlisting">char * virDomainGetOSType (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain)<br />
</pre><p>Get the type of domain operation system.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>domain</tt></i>:</span></td><td>a domain object</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the new string or NULL in case of error, the string must be freed by the caller.</td></tr></tbody></table></div><h3><a name="virDomainGetSchedulerParameters" id="virDomainGetSchedulerParameters"><code>virDomainGetSchedulerParameters</code></a></h3><pre class="programlisting">int virDomainGetSchedulerParameters (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br /> <a href="libvirt-libvirt.html#virSchedParameterPtr">virSchedParameterPtr</a> params, <br /> int * nparams)<br />
</pre><p>Get the scheduler parameters, the @params array will be filled with the values.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>domain</tt></i>:</span></td><td>pointer to domain object</td></tr><tr><td><span class="term"><i><tt>params</tt></i>:</span></td><td>pointer to scheduler parameter object (return value)</td></tr><tr><td><span class="term"><i><tt>nparams</tt></i>:</span></td><td>pointer to number of scheduler parameter (this value should be same than the returned value nparams of virDomainGetSchedulerType)</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>-1 in case of error, 0 in case of success.</td></tr></tbody></table></div><h3><a name="virDomainGetSchedulerType" id="virDomainGetSchedulerType"><code>virDomainGetSchedulerType</code></a></h3><pre class="programlisting">char * virDomainGetSchedulerType (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br /> int * nparams)<br />
-</pre><p>Get the scheduler type.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>domain</tt></i>:</span></td><td>pointer to domain object</td></tr><tr><td><span class="term"><i><tt>nparams</tt></i>:</span></td><td>number of scheduler parameters(return value)</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>NULL in case of error. The caller must free the returned string.</td></tr></tbody></table></div><h3><a name="virDomainGetUUID" id="virDomainGetUUID"><code>virDomainGetUUID</code></a></h3><pre class="programlisting">int virDomainGetUUID (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br /> unsigned char * uuid)<br />
+</pre><p>Get the scheduler type.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>domain</tt></i>:</span></td><td>pointer to domain object</td></tr><tr><td><span class="term"><i><tt>nparams</tt></i>:</span></td><td>number of scheduler parameters(return value)</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>NULL in case of error. The caller must free the returned string.</td></tr></tbody></table></div><h3><a name="virDomainGetSecurityLabel" id="virDomainGetSecurityLabel"><code>virDomainGetSecurityLabel</code></a></h3><pre class="programlisting">int virDomainGetSecurityLabel (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br /> <a href="libvirt-libvirt.html#virSecurityLabelPtr">virSecurityLabelPtr</a> seclabel)<br />
+</pre><p>Extract security label of an active domain.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>domain</tt></i>:</span></td><td>a domain object</td></tr><tr><td><span class="term"><i><tt>seclabel</tt></i>:</span></td><td>pointer to a <a href="libvirt-libvirt.html#virSecurityLabel">virSecurityLabel</a> structure</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success, -1 in case of failure, and -2 if the operation is not supported (caller decides if that's an error).</td></tr></tbody></table></div><h3><a name="virDomainGetUUID" id="virDomainGetUUID"><code>virDomainGetUUID</code></a></h3><pre class="programlisting">int virDomainGetUUID (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br /> unsigned char * uuid)<br />
</pre><p>Get the UUID for a domain</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>domain</tt></i>:</span></td><td>a domain object</td></tr><tr><td><span class="term"><i><tt>uuid</tt></i>:</span></td><td>pointer to a <a href="libvirt-libvirt.html#VIR_UUID_BUFLEN">VIR_UUID_BUFLEN</a> bytes array</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>-1 in case of error, 0 in case of success</td></tr></tbody></table></div><h3><a name="virDomainGetUUIDString" id="virDomainGetUUIDString"><code>virDomainGetUUIDString</code></a></h3><pre class="programlisting">int virDomainGetUUIDString (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br /> char * buf)<br />
</pre><p>Get the UUID for a domain as string. For more information about UUID see RFC4122.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>domain</tt></i>:</span></td><td>a domain object</td></tr><tr><td><span class="term"><i><tt>buf</tt></i>:</span></td><td>pointer to a <a href="libvirt-libvirt.html#VIR_UUID_STRING_BUFLEN">VIR_UUID_STRING_BUFLEN</a> bytes array</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>-1 in case of error, 0 in case of success</td></tr></tbody></table></div><h3><a name="virDomainGetVcpus" id="virDomainGetVcpus"><code>virDomainGetVcpus</code></a></h3><pre class="programlisting">int virDomainGetVcpus (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br /> <a href="libvirt-libvirt.html#virVcpuInfoPtr">virVcpuInfoPtr</a> info, <br /> int maxinfo, <br /> unsigned char * cpumaps, <br /> int maplen)<br />
</pre><p>Extract information about virtual CPUs of domain, store it in info array and also in cpumaps if this pointer isn't NULL.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>domain</tt></i>:</span></td><td>pointer to domain object, or NULL for Domain0</td></tr><tr><td><span class="term"><i><tt>info</tt></i>:</span></td><td>pointer to an array of <a href="libvirt-libvirt.html#virVcpuInfo">virVcpuInfo</a> structures (OUT)</td></tr><tr><td><span class="term"><i><tt>maxinfo</tt></i>:</span></td><td>number of structures in info array</td></tr><tr><td><span class="term"><i><tt>cpumaps</tt></i>:</span></td><td>pointer to an bit map of real CPUs for all vcpus of this domain (in 8-bit bytes) (OUT) If cpumaps is NULL, then no cpumap information is returned by the API. It's assumed there is <maxinfo> cpumap in cpumaps array. The memory allocated to cpumaps must be (maxinfo * maplen) bytes (ie: calloc(maxinfo, maplen)). One cpumap inside cpumaps has the format described in virDomainPinVcpu() API.</td></tr><tr><td><span class="term"><i><tt>maplen</tt></i>:</span></td><td>number of bytes in one cpumap, from 1 up to size of CPU map in underlying virtualization system (Xen...).</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of info filled in case of success, -1 in case of failure.</td></tr></tbody></table></div><h3><a name="virDomainGetXMLDesc" id="virDomainGetXMLDesc"><code>virDomainGetXMLDesc</code></a></h3><pre class="programlisting">char * virDomainGetXMLDesc (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br /> int flags)<br />
@@ -440,18 +459,22 @@ int <a href="#virStorageVolRef">virStorageVolRef</a> (<a href="libvirt-libvirt.
</pre><p>Try to lookup a network on the given hypervisor based on its UUID.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>uuidstr</tt></i>:</span></td><td>the string UUID for the network</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a new network object or NULL in case of failure. If the network cannot be found, then <a href="libvirt-virterror.html#VIR_ERR_NO_NETWORK">VIR_ERR_NO_NETWORK</a> error is raised.</td></tr></tbody></table></div><h3><a name="virNetworkRef" id="virNetworkRef"><code>virNetworkRef</code></a></h3><pre class="programlisting">int virNetworkRef (<a href="libvirt-libvirt.html#virNetworkPtr">virNetworkPtr</a> network)<br />
</pre><p>Increment the reference count on the network. For each additional call to this method, there shall be a corresponding call to <a href="libvirt-libvirt.html#virNetworkFree">virNetworkFree</a> to release the reference count, once the caller no longer needs the reference to this object. This method is typically useful for applications where multiple threads are using a connection, and it is required that the connection remain open until all threads have finished using it. ie, each new thread using a network would increment the reference count.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>network</tt></i>:</span></td><td></td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td></td></tr></tbody></table></div><h3><a name="virNetworkSetAutostart" id="virNetworkSetAutostart"><code>virNetworkSetAutostart</code></a></h3><pre class="programlisting">int virNetworkSetAutostart (<a href="libvirt-libvirt.html#virNetworkPtr">virNetworkPtr</a> network, <br /> int autostart)<br />
</pre><p>Configure the network to be automatically started when the host machine boots.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>network</tt></i>:</span></td><td>a network object</td></tr><tr><td><span class="term"><i><tt>autostart</tt></i>:</span></td><td>whether the network should be automatically started 0 or 1</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>-1 in case of error, 0 in case of success</td></tr></tbody></table></div><h3><a name="virNetworkUndefine" id="virNetworkUndefine"><code>virNetworkUndefine</code></a></h3><pre class="programlisting">int virNetworkUndefine (<a href="libvirt-libvirt.html#virNetworkPtr">virNetworkPtr</a> network)<br />
-</pre><p>Undefine a network but does not stop it if it is running</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>network</tt></i>:</span></td><td>pointer to a defined network</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success, -1 in case of error</td></tr></tbody></table></div><h3><a name="virNodeDeviceFree" id="virNodeDeviceFree"><code>virNodeDeviceFree</code></a></h3><pre class="programlisting">int virNodeDeviceFree (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)<br />
+</pre><p>Undefine a network but does not stop it if it is running</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>network</tt></i>:</span></td><td>pointer to a defined network</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success, -1 in case of error</td></tr></tbody></table></div><h3><a name="virNodeDeviceDettach" id="virNodeDeviceDettach"><code>virNodeDeviceDettach</code></a></h3><pre class="programlisting">int virNodeDeviceDettach (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)<br />
+</pre><p></p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>dev</tt></i>:</span></td><td></td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td></td></tr></tbody></table></div><h3><a name="virNodeDeviceFree" id="virNodeDeviceFree"><code>virNodeDeviceFree</code></a></h3><pre class="programlisting">int virNodeDeviceFree (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)<br />
</pre><p>Drops a reference to the node device, freeing it if this was the last reference.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>dev</tt></i>:</span></td><td>pointer to the node device</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the 0 for success, -1 for error.</td></tr></tbody></table></div><h3><a name="virNodeDeviceGetName" id="virNodeDeviceGetName"><code>virNodeDeviceGetName</code></a></h3><pre class="programlisting">const char * virNodeDeviceGetName (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)<br />
</pre><p>Just return the device name</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>dev</tt></i>:</span></td><td>the device</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the device name or NULL in case of error</td></tr></tbody></table></div><h3><a name="virNodeDeviceGetParent" id="virNodeDeviceGetParent"><code>virNodeDeviceGetParent</code></a></h3><pre class="programlisting">const char * virNodeDeviceGetParent (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)<br />
</pre><p>Accessor for the parent of the device</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>dev</tt></i>:</span></td><td>the device</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the name of the device's parent, or NULL if the device has no parent.</td></tr></tbody></table></div><h3><a name="virNodeDeviceGetXMLDesc" id="virNodeDeviceGetXMLDesc"><code>virNodeDeviceGetXMLDesc</code></a></h3><pre class="programlisting">char * virNodeDeviceGetXMLDesc (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev, <br /> unsigned int flags)<br />
</pre><p>Fetch an XML document describing all aspects of the device.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>dev</tt></i>:</span></td><td>pointer to the node device</td></tr><tr><td><span class="term"><i><tt>flags</tt></i>:</span></td><td>flags for XML generation (unused, pass 0)</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the XML document, or NULL on error</td></tr></tbody></table></div><h3><a name="virNodeDeviceListCaps" id="virNodeDeviceListCaps"><code>virNodeDeviceListCaps</code></a></h3><pre class="programlisting">int virNodeDeviceListCaps (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev, <br /> char ** const names, <br /> int maxnames)<br />
</pre><p>Lists the names of the capabilities supported by the device.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>dev</tt></i>:</span></td><td>the device</td></tr><tr><td><span class="term"><i><tt>names</tt></i>:</span></td><td>array to collect the list of capability names</td></tr><tr><td><span class="term"><i><tt>maxnames</tt></i>:</span></td><td>size of @names</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of capability names listed in @names.</td></tr></tbody></table></div><h3><a name="virNodeDeviceLookupByName" id="virNodeDeviceLookupByName"><code>virNodeDeviceLookupByName</code></a></h3><pre class="programlisting"><a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> virNodeDeviceLookupByName (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br /> const char * name)<br />
</pre><p>Lookup a node device by its name.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>name</tt></i>:</span></td><td>unique device name</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a <a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> if found, NULL otherwise.</td></tr></tbody></table></div><h3><a name="virNodeDeviceNumOfCaps" id="virNodeDeviceNumOfCaps"><code>virNodeDeviceNumOfCaps</code></a></h3><pre class="programlisting">int virNodeDeviceNumOfCaps (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)<br />
-</pre><p>Accessor for the number of capabilities supported by the device.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>dev</tt></i>:</span></td><td>the device</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of capabilities supported by the device.</td></tr></tbody></table></div><h3><a name="virNodeDeviceRef" id="virNodeDeviceRef"><code>virNodeDeviceRef</code></a></h3><pre class="programlisting">int virNodeDeviceRef (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)<br />
-</pre><p>Increment the reference count on the dev. For each additional call to this method, there shall be a corresponding call to <a href="libvirt-libvirt.html#virNodeDeviceFree">virNodeDeviceFree</a> to release the reference count, once the caller no longer needs the reference to this object. This method is typically useful for applications where multiple threads are using a connection, and it is required that the connection remain open until all threads have finished using it. ie, each new thread using a dev would increment the reference count.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>dev</tt></i>:</span></td><td></td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td></td></tr></tbody></table></div><h3><a name="virNodeGetCellsFreeMemory" id="virNodeGetCellsFreeMemory"><code>virNodeGetCellsFreeMemory</code></a></h3><pre class="programlisting">int virNodeGetCellsFreeMemory (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br /> unsigned long long * freeMems, <br /> int startCell, <br /> int maxCells)<br />
+</pre><p>Accessor for the number of capabilities supported by the device.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>dev</tt></i>:</span></td><td>the device</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of capabilities supported by the device.</td></tr></tbody></table></div><h3><a name="virNodeDeviceReAttach" id="virNodeDeviceReAttach"><code>virNodeDeviceReAttach</code></a></h3><pre class="programlisting">int virNodeDeviceReAttach (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)<br />
+</pre><p>Re-attach a previously dettached node device to the node so that it may be used by the node again. Depending on the hypervisor, this may involve operations such as resetting the device, unbinding it from a dummy device driver and binding it to its appropriate driver. If the device is currently in use by a guest, this method may fail.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>dev</tt></i>:</span></td><td>pointer to the node device</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td></td></tr></tbody></table></div><h3><a name="virNodeDeviceRef" id="virNodeDeviceRef"><code>virNodeDeviceRef</code></a></h3><pre class="programlisting">int virNodeDeviceRef (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)<br />
+</pre><p>Increment the reference count on the dev. For each additional call to this method, there shall be a corresponding call to <a href="libvirt-libvirt.html#virNodeDeviceFree">virNodeDeviceFree</a> to release the reference count, once the caller no longer needs the reference to this object. This method is typically useful for applications where multiple threads are using a connection, and it is required that the connection remain open until all threads have finished using it. ie, each new thread using a dev would increment the reference count.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>dev</tt></i>:</span></td><td></td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td></td></tr></tbody></table></div><h3><a name="virNodeDeviceReset" id="virNodeDeviceReset"><code>virNodeDeviceReset</code></a></h3><pre class="programlisting">int virNodeDeviceReset (<a href="libvirt-libvirt.html#virNodeDevicePtr">virNodeDevicePtr</a> dev)<br />
+</pre><p>Reset a previously dettached node device to the node before or after assigning it to a guest. The exact reset semantics depends on the hypervisor and device type but, for example, KVM will attempt to reset PCI devices with a Function Level Reset, Secondary Bus Reset or a Power Management D-State reset. If the reset will affect other devices which are currently in use, this function may fail.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>dev</tt></i>:</span></td><td>pointer to the node device</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td></td></tr></tbody></table></div><h3><a name="virNodeGetCellsFreeMemory" id="virNodeGetCellsFreeMemory"><code>virNodeGetCellsFreeMemory</code></a></h3><pre class="programlisting">int virNodeGetCellsFreeMemory (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br /> unsigned long long * freeMems, <br /> int startCell, <br /> int maxCells)<br />
</pre><p>This call returns the amount of free memory in one or more NUMA cells. The @freeMems array must be allocated by the caller and will be filled with the amount of free memory in kilobytes for each cell requested, starting with startCell (in freeMems[0]), up to either (startCell + maxCells), or the number of additional cells in the node, whichever is smaller.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>freeMems</tt></i>:</span></td><td>pointer to the array of unsigned long long</td></tr><tr><td><span class="term"><i><tt>startCell</tt></i>:</span></td><td>index of first cell to return freeMems info on.</td></tr><tr><td><span class="term"><i><tt>maxCells</tt></i>:</span></td><td>Maximum number of cells for which freeMems information can be returned.</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of entries filled in freeMems, or -1 in case of error.</td></tr></tbody></table></div><h3><a name="virNodeGetFreeMemory" id="virNodeGetFreeMemory"><code>virNodeGetFreeMemory</code></a></h3><pre class="programlisting">unsigned long long virNodeGetFreeMemory (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn)<br />
</pre><p>provides the free memory available on the Node</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the available free memory in kilobytes or 0 in case of error</td></tr></tbody></table></div><h3><a name="virNodeGetInfo" id="virNodeGetInfo"><code>virNodeGetInfo</code></a></h3><pre class="programlisting">int virNodeGetInfo (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br /> <a href="libvirt-libvirt.html#virNodeInfoPtr">virNodeInfoPtr</a> info)<br />
-</pre><p>Extract hardware information about the node.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>info</tt></i>:</span></td><td>pointer to a <a href="libvirt-libvirt.html#virNodeInfo">virNodeInfo</a> structure allocated by the user</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success and -1 in case of failure.</td></tr></tbody></table></div><h3><a name="virNodeListDevices" id="virNodeListDevices"><code>virNodeListDevices</code></a></h3><pre class="programlisting">int virNodeListDevices (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br /> const char * cap, <br /> char ** const names, <br /> int maxnames, <br /> unsigned int flags)<br />
+</pre><p>Extract hardware information about the node.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>info</tt></i>:</span></td><td>pointer to a <a href="libvirt-libvirt.html#virNodeInfo">virNodeInfo</a> structure allocated by the user</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success and -1 in case of failure.</td></tr></tbody></table></div><h3><a name="virNodeGetSecurityModel" id="virNodeGetSecurityModel"><code>virNodeGetSecurityModel</code></a></h3><pre class="programlisting">int virNodeGetSecurityModel (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br /> <a href="libvirt-libvirt.html#virSecurityModelPtr">virSecurityModelPtr</a> secmodel)<br />
+</pre><p>Extract the security model of a hypervisor.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>a connection object</td></tr><tr><td><span class="term"><i><tt>secmodel</tt></i>:</span></td><td>pointer to a <a href="libvirt-libvirt.html#virSecurityModel">virSecurityModel</a> structure</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success, -1 in case of failure, and -2 if the operation is not supported (caller decides if that's an error).</td></tr></tbody></table></div><h3><a name="virNodeListDevices" id="virNodeListDevices"><code>virNodeListDevices</code></a></h3><pre class="programlisting">int virNodeListDevices (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br /> const char * cap, <br /> char ** const names, <br /> int maxnames, <br /> unsigned int flags)<br />
</pre><p>Collect the list of node devices, and store their names in @names If the optional 'cap' argument is non-NULL, then the count will be restricted to devices with the specified capability</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>cap</tt></i>:</span></td><td>capability name</td></tr><tr><td><span class="term"><i><tt>names</tt></i>:</span></td><td>array to collect the list of node device names</td></tr><tr><td><span class="term"><i><tt>maxnames</tt></i>:</span></td><td>size of @names</td></tr><tr><td><span class="term"><i><tt>flags</tt></i>:</span></td><td>flags (unused, pass 0)</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of node devices found or -1 in case of error</td></tr></tbody></table></div><h3><a name="virNodeNumOfDevices" id="virNodeNumOfDevices"><code>virNodeNumOfDevices</code></a></h3><pre class="programlisting">int virNodeNumOfDevices (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br /> const char * cap, <br /> unsigned int flags)<br />
</pre><p>Provides the number of node devices. If the optional 'cap' argument is non-NULL, then the count will be restricted to devices with the specified capability</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>cap</tt></i>:</span></td><td>capability name</td></tr><tr><td><span class="term"><i><tt>flags</tt></i>:</span></td><td>flags (unused, pass 0)</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of node devices or -1 in case of error</td></tr></tbody></table></div><h3><a name="virStoragePoolBuild" id="virStoragePoolBuild"><code>virStoragePoolBuild</code></a></h3><pre class="programlisting">int virStoragePoolBuild (<a href="libvirt-libvirt.html#virStoragePoolPtr">virStoragePoolPtr</a> pool, <br /> unsigned int flags)<br />
</pre><p>Build the underlying storage pool</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>pool</tt></i>:</span></td><td>pointer to storage pool</td></tr><tr><td><span class="term"><i><tt>flags</tt></i>:</span></td><td>future flags, use 0 for now</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 on success, or -1 upon failure</td></tr></tbody></table></div><h3><a name="virStoragePoolCreate" id="virStoragePoolCreate"><code>virStoragePoolCreate</code></a></h3><pre class="programlisting">int virStoragePoolCreate (<a href="libvirt-libvirt.html#virStoragePoolPtr">virStoragePoolPtr</a> pool, <br /> unsigned int flags)<br />
diff --git a/docs/html/libvirt-virterror.html b/docs/html/libvirt-virterror.html
index 4c744db..c29fba8 100644
--- a/docs/html/libvirt-virterror.html
+++ b/docs/html/libvirt-virterror.html
@@ -17,19 +17,21 @@ void <a href="#virDefaultErrorFunc">virDefaultErrorFunc</a> (<a href="libvirt-v
typedef <a href="#virErrorFunc">virErrorFunc</a>
void <a href="#virErrorFunc">virErrorFunc</a> (void * userData, <br /> <a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> error)
+void <a href="#virFreeError">virFreeError</a> (<a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> err)
<a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> <a href="#virGetLastError">virGetLastError</a> (void)
void <a href="#virResetError">virResetError</a> (<a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> err)
void <a href="#virResetLastError">virResetLastError</a> (void)
+<a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> <a href="#virSaveLastError">virSaveLastError</a> (void)
void <a href="#virSetErrorFunc">virSetErrorFunc</a> (void * userData, <br /> <a href="libvirt-virterror.html#virErrorFunc">virErrorFunc</a> handler)
</pre><h2>Description</h2><h3><a name="types" id="types">Types</a></h3><h3><a name="virError" id="virError"><code>virError</code></a></h3><div class="api"><pre>struct virError{
</pre><table><tr><td>int</td><td>code</td><td> : The error code, a <a href="libvirt-virterror.html#virErrorNumber">virErrorNumber</a></td></tr><tr><td>int</td><td>domain</td><td> : What part of the library raised this error</td></tr><tr><td>char *</td><td>message</td><td> : human-readable informative error message</td></tr><tr><td><a href="libvirt-virterror.html#virErrorLevel">virErrorLevel</a></td><td>level</td><td> : how consequent is the error</td></tr><tr><td><a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a></td><td>conn</td><td> : connection if available, deprecated see note above</td></tr><tr><td><a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a></td><td>dom</td><td> : domain if available, deprecated see note above</td></tr><tr><td>char *</td><td>str1</td><td> : extra string information</td></tr><tr><td>char *</td><td>str2</td><td> : extra string information</td></tr><tr><td>char *</td><td>str3</td><td> : extra string information</td></tr><tr><td>int</td><td>int1</td><td> : extra number information</td></tr><tr><td>int</td><td>int2</td><td> : extra number information</td></tr><tr><td><a href="libvirt-libvirt.html#virNetworkPtr">virNetworkPtr</a></td><td>net</td><td> : network if available, deprecated see note above</td></tr></table><pre>
}
</pre></div><h3><a name="virErrorDomain" id="virErrorDomain"><code>virErrorDomain</code></a></h3><div class="api"><pre>enum virErrorDomain {
-</pre><table><tr><td><a name="VIR_FROM_NONE" id="VIR_FROM_NONE">VIR_FROM_NONE</a></td><td> = </td><td>0</td></tr><tr><td><a name="VIR_FROM_XEN" id="VIR_FROM_XEN">VIR_FROM_XEN</a></td><td> = </td><td>1</td><td> : Error at Xen hypervisor layer</td></tr><tr><td><a name="VIR_FROM_XEND" id="VIR_FROM_XEND">VIR_FROM_XEND</a></td><td> = </td><td>2</td><td> : Error at connection with xend daemon</td></tr><tr><td><a name="VIR_FROM_XENSTORE" id="VIR_FROM_XENSTORE">VIR_FROM_XENSTORE</a></td><td> = </td><td>3</td><td> : Error at connection with xen store</td></tr><tr><td><a name="VIR_FROM_SEXPR" id="VIR_FROM_SEXPR">VIR_FROM_SEXPR</a></td><td> = </td><td>4</td><td> : Error in the S-Expression code</td></tr><tr><td><a name="VIR_FROM_XML" id="VIR_FROM_XML">VIR_FROM_XML</a></td><td> = </td><td>5</td><td> : Error in the XML code</td></tr><tr><td><a name="VIR_FROM_DOM" id="VIR_FROM_DOM">VIR_FROM_DOM</a></td><td> = </td><td>6</td><td> : Error when operating on a domain</td></tr><tr><td><a name="VIR_FROM_RPC" id="VIR_FROM_RPC">VIR_FROM_RPC</a></td><td> = </td><td>7</td><td> : Error in the XML-RPC code</td></tr><tr><td><a name="VIR_FROM_PROXY" id="VIR_FROM_PROXY">VIR_FROM_PROXY</a></td><td> = </td><td>8</td><td> : Error in the proxy code</td></tr><tr><td><a name="VIR_FROM_CONF" id="VIR_FROM_CONF">VIR_FROM_CONF</a></td><td> = </td><td>9</td><td> : Error in the configuration file handling</td></tr><tr><td><a name="VIR_FROM_QEMU" id="VIR_FROM_QEMU">VIR_FROM_QEMU</a></td><td> = </td><td>10</td><td> : Error at the QEMU daemon</td></tr><tr><td><a name="VIR_FROM_NET" id="VIR_FROM_NET">VIR_FROM_NET</a></td><td> = </td><td>11</td><td> : Error when operating on a network</td></tr><tr><td><a name="VIR_FROM_TEST" id="VIR_FROM_TEST">VIR_FROM_TEST</a></td><td> = </td><td>12</td><td> : Error from test driver</td></tr><tr><td><a name="VIR_FROM_REMOTE" id="VIR_FROM_REMOTE">VIR_FROM_REMOTE</a></td><td> = </td><td>13</td><td> : Error from remote driver</td></tr><tr><td><a name="VIR_FROM_OPENVZ" id="VIR_FROM_OPENVZ">VIR_FROM_OPENVZ</a></td><td> = </td><td>14</td><td> : Error from OpenVZ driver</td></tr><tr><td><a name="VIR_FROM_XENXM" id="VIR_FROM_XENXM">VIR_FROM_XENXM</a></td><td> = </td><td>15</td><td> : Error at Xen XM layer</td></tr><tr><td><a name="VIR_FROM_STATS_LINUX" id="VIR_FROM_STATS_LINUX">VIR_FROM_STATS_LINUX</a></td><td> = </td><td>16</td><td> : Error in the Linux Stats code</td></tr><tr><td><a name="VIR_FROM_LXC" id="VIR_FROM_LXC">VIR_FROM_LXC</a></td><td> = </td><td>17</td><td> : Error from Linux Container driver</td></tr><tr><td><a name="VIR_FROM_STORAGE" id="VIR_FROM_STORAGE">VIR_FROM_STORAGE</a></td><td> = </td><td>18</td><td> : Error from storage driver</td></tr><tr><td><a name="VIR_FROM_NETWORK" id="VIR_FROM_NETWORK">VIR_FROM_NETWORK</a></td><td> = </td><td>19</td><td> : Error from network config</td></tr><tr><td><a name="VIR_FROM_DOMAIN" id="VIR_FROM_DOMAIN">VIR_FROM_DOMAIN</a></td><td> = </td><td>20</td><td> : Error from domain config</td></tr><tr><td><a name="VIR_FROM_UML" id="VIR_FROM_UML">VIR_FROM_UML</a></td><td> = </td><td>21</td><td> : Error at the UML driver</td></tr><tr><td><a name="VIR_FROM_NODEDEV" id="VIR_FROM_NODEDEV">VIR_FROM_NODEDEV</a></td><td> = </td><td>22</td><td> : Error from node device monitor</td></tr><tr><td><a name="VIR_FROM_XEN_INOTIFY" id="VIR_FROM_XEN_INOTIFY">VIR_FROM_XEN_INOTIFY</a></td><td> = </td><td>23</td><td> : Error from xen inotify layer</td></tr></table><pre>}
+</pre><table><tr><td><a name="VIR_FROM_NONE" id="VIR_FROM_NONE">VIR_FROM_NONE</a></td><td> = </td><td>0</td></tr><tr><td><a name="VIR_FROM_XEN" id="VIR_FROM_XEN">VIR_FROM_XEN</a></td><td> = </td><td>1</td><td> : Error at Xen hypervisor layer</td></tr><tr><td><a name="VIR_FROM_XEND" id="VIR_FROM_XEND">VIR_FROM_XEND</a></td><td> = </td><td>2</td><td> : Error at connection with xend daemon</td></tr><tr><td><a name="VIR_FROM_XENSTORE" id="VIR_FROM_XENSTORE">VIR_FROM_XENSTORE</a></td><td> = </td><td>3</td><td> : Error at connection with xen store</td></tr><tr><td><a name="VIR_FROM_SEXPR" id="VIR_FROM_SEXPR">VIR_FROM_SEXPR</a></td><td> = </td><td>4</td><td> : Error in the S-Expression code</td></tr><tr><td><a name="VIR_FROM_XML" id="VIR_FROM_XML">VIR_FROM_XML</a></td><td> = </td><td>5</td><td> : Error in the XML code</td></tr><tr><td><a name="VIR_FROM_DOM" id="VIR_FROM_DOM">VIR_FROM_DOM</a></td><td> = </td><td>6</td><td> : Error when operating on a domain</td></tr><tr><td><a name="VIR_FROM_RPC" id="VIR_FROM_RPC">VIR_FROM_RPC</a></td><td> = </td><td>7</td><td> : Error in the XML-RPC code</td></tr><tr><td><a name="VIR_FROM_PROXY" id="VIR_FROM_PROXY">VIR_FROM_PROXY</a></td><td> = </td><td>8</td><td> : Error in the proxy code</td></tr><tr><td><a name="VIR_FROM_CONF" id="VIR_FROM_CONF">VIR_FROM_CONF</a></td><td> = </td><td>9</td><td> : Error in the configuration file handling</td></tr><tr><td><a name="VIR_FROM_QEMU" id="VIR_FROM_QEMU">VIR_FROM_QEMU</a></td><td> = </td><td>10</td><td> : Error at the QEMU daemon</td></tr><tr><td><a name="VIR_FROM_NET" id="VIR_FROM_NET">VIR_FROM_NET</a></td><td> = </td><td>11</td><td> : Error when operating on a network</td></tr><tr><td><a name="VIR_FROM_TEST" id="VIR_FROM_TEST">VIR_FROM_TEST</a></td><td> = </td><td>12</td><td> : Error from test driver</td></tr><tr><td><a name="VIR_FROM_REMOTE" id="VIR_FROM_REMOTE">VIR_FROM_REMOTE</a></td><td> = </td><td>13</td><td> : Error from remote driver</td></tr><tr><td><a name="VIR_FROM_OPENVZ" id="VIR_FROM_OPENVZ">VIR_FROM_OPENVZ</a></td><td> = </td><td>14</td><td> : Error from OpenVZ driver</td></tr><tr><td><a name="VIR_FROM_XENXM" id="VIR_FROM_XENXM">VIR_FROM_XENXM</a></td><td> = </td><td>15</td><td> : Error at Xen XM layer</td></tr><tr><td><a name="VIR_FROM_STATS_LINUX" id="VIR_FROM_STATS_LINUX">VIR_FROM_STATS_LINUX</a></td><td> = </td><td>16</td><td> : Error in the Linux Stats code</td></tr><tr><td><a name="VIR_FROM_LXC" id="VIR_FROM_LXC">VIR_FROM_LXC</a></td><td> = </td><td>17</td><td> : Error from Linux Container driver</td></tr><tr><td><a name="VIR_FROM_STORAGE" id="VIR_FROM_STORAGE">VIR_FROM_STORAGE</a></td><td> = </td><td>18</td><td> : Error from storage driver</td></tr><tr><td><a name="VIR_FROM_NETWORK" id="VIR_FROM_NETWORK">VIR_FROM_NETWORK</a></td><td> = </td><td>19</td><td> : Error from network config</td></tr><tr><td><a name="VIR_FROM_DOMAIN" id="VIR_FROM_DOMAIN">VIR_FROM_DOMAIN</a></td><td> = </td><td>20</td><td> : Error from domain config</td></tr><tr><td><a name="VIR_FROM_UML" id="VIR_FROM_UML">VIR_FROM_UML</a></td><td> = </td><td>21</td><td> : Error at the UML driver</td></tr><tr><td><a name="VIR_FROM_NODEDEV" id="VIR_FROM_NODEDEV">VIR_FROM_NODEDEV</a></td><td> = </td><td>22</td><td> : Error from node device monitor</td></tr><tr><td><a name="VIR_FROM_XEN_INOTIFY" id="VIR_FROM_XEN_INOTIFY">VIR_FROM_XEN_INOTIFY</a></td><td> = </td><td>23</td><td> : Error from xen inotify layer</td></tr><tr><td><a name="VIR_FROM_SECURITY" id="VIR_FROM_SECURITY">VIR_FROM_SECURITY</a></td><td> = </td><td>24</td><td> : Error from security framework</td></tr></table><pre>}
</pre></div><h3><a name="virErrorLevel" id="virErrorLevel"><code>virErrorLevel</code></a></h3><div class="api"><pre>enum virErrorLevel {
</pre><table><tr><td><a name="VIR_ERR_NONE" id="VIR_ERR_NONE">VIR_ERR_NONE</a></td><td> = </td><td>0</td></tr><tr><td><a name="VIR_ERR_WARNING" id="VIR_ERR_WARNING">VIR_ERR_WARNING</a></td><td> = </td><td>1</td><td> : A simple warning</td></tr><tr><td><a name="VIR_ERR_ERROR" id="VIR_ERR_ERROR">VIR_ERR_ERROR</a></td><td> = </td><td>2</td><td> : An error</td></tr></table><pre>}
</pre></div><h3><a name="virErrorNumber" id="virErrorNumber"><code>virErrorNumber</code></a></h3><div class="api"><pre>enum virErrorNumber {
-</pre><table><tr><td><a name="VIR_ERR_OK" id="VIR_ERR_OK">VIR_ERR_OK</a></td><td> = </td><td>0</td></tr><tr><td><a name="VIR_ERR_INTERNAL_ERROR" id="VIR_ERR_INTERNAL_ERROR">VIR_ERR_INTERNAL_ERROR</a></td><td> = </td><td>1</td><td> : internal error</td></tr><tr><td><a name="VIR_ERR_NO_MEMORY" id="VIR_ERR_NO_MEMORY">VIR_ERR_NO_MEMORY</a></td><td> = </td><td>2</td><td> : memory allocation failure</td></tr><tr><td><a name="VIR_ERR_NO_SUPPORT" id="VIR_ERR_NO_SUPPORT">VIR_ERR_NO_SUPPORT</a></td><td> = </td><td>3</td><td> : no support for this function</td></tr><tr><td><a name="VIR_ERR_UNKNOWN_HOST" id="VIR_ERR_UNKNOWN_HOST">VIR_ERR_UNKNOWN_HOST</a></td><td> = </td><td>4</td><td> : could not resolve hostname</td></tr><tr><td><a name="VIR_ERR_NO_CONNECT" id="VIR_ERR_NO_CONNECT">VIR_ERR_NO_CONNECT</a></td><td> = </td><td>5</td><td> : can't connect to hypervisor</td></tr><tr><td><a name="VIR_ERR_INVALID_CONN" id="VIR_ERR_INVALID_CONN">VIR_ERR_INVALID_CONN</a></td><td> = </td><td>6</td><td> : invalid connection object</td></tr><tr><td><a name="VIR_ERR_INVALID_DOMAIN" id="VIR_ERR_INVALID_DOMAIN">VIR_ERR_INVALID_DOMAIN</a></td><td> = </td><td>7</td><td> : invalid domain object</td></tr><tr><td><a name="VIR_ERR_INVALID_ARG" id="VIR_ERR_INVALID_ARG">VIR_ERR_INVALID_ARG</a></td><td> = </td><td>8</td><td> : invalid function argument</td></tr><tr><td><a name="VIR_ERR_OPERATION_FAILED" id="VIR_ERR_OPERATION_FAILED">VIR_ERR_OPERATION_FAILED</a></td><td> = </td><td>9</td><td> : a command to hypervisor failed</td></tr><tr><td><a name="VIR_ERR_GET_FAILED" id="VIR_ERR_GET_FAILED">VIR_ERR_GET_FAILED</a></td><td> = </td><td>10</td><td> : a HTTP GET command to failed</td></tr><tr><td><a name="VIR_ERR_POST_FAILED" id="VIR_ERR_POST_FAILED">VIR_ERR_POST_FAILED</a></td><td> = </td><td>11</td><td> : a HTTP POST command to failed</td></tr><tr><td><a name="VIR_ERR_HTTP_ERROR" id="VIR_ERR_HTTP_ERROR">VIR_ERR_HTTP_ERROR</a></td><td> = </td><td>12</td><td> : unexpected HTTP error code</td></tr><tr><td><a name="VIR_ERR_SEXPR_SERIAL" id="VIR_ERR_SEXPR_SERIAL">VIR_ERR_SEXPR_SERIAL</a></td><td> = </td><td>13</td><td> : failure to serialize an S-Expr</td></tr><tr><td><a name="VIR_ERR_NO_XEN" id="VIR_ERR_NO_XEN">VIR_ERR_NO_XEN</a></td><td> = </td><td>14</td><td> : could not open Xen hypervisor control</td></tr><tr><td><a name="VIR_ERR_XEN_CALL" id="VIR_ERR_XEN_CALL">VIR_ERR_XEN_CALL</a></td><td> = </td><td>15</td><td> : failure doing an hypervisor call</td></tr><tr><td><a name="VIR_ERR_OS_TYPE" id="VIR_ERR_OS_TYPE">VIR_ERR_OS_TYPE</a></td><td> = </td><td>16</td><td> : unknown OS type</td></tr><tr><td><a name="VIR_ERR_NO_KERNEL" id="VIR_ERR_NO_KERNEL">VIR_ERR_NO_KERNEL</a></td><td> = </td><td>17</td><td> : missing kernel information</td></tr><tr><td><a name="VIR_ERR_NO_ROOT" id="VIR_ERR_NO_ROOT">VIR_ERR_NO_ROOT</a></td><td> = </td><td>18</td><td> : missing root device information</td></tr><tr><td><a name="VIR_ERR_NO_SOURCE" id="VIR_ERR_NO_SOURCE">VIR_ERR_NO_SOURCE</a></td><td> = </td><td>19</td><td> : missing source device information</td></tr><tr><td><a name="VIR_ERR_NO_TARGET" id="VIR_ERR_NO_TARGET">VIR_ERR_NO_TARGET</a></td><td> = </td><td>20</td><td> : missing target device information</td></tr><tr><td><a name="VIR_ERR_NO_NAME" id="VIR_ERR_NO_NAME">VIR_ERR_NO_NAME</a></td><td> = </td><td>21</td><td> : missing domain name information</td></tr><tr><td><a name="VIR_ERR_NO_OS" id="VIR_ERR_NO_OS">VIR_ERR_NO_OS</a></td><td> = </td><td>22</td><td> : missing domain OS information</td></tr><tr><td><a name="VIR_ERR_NO_DEVICE" id="VIR_ERR_NO_DEVICE">VIR_ERR_NO_DEVICE</a></td><td> = </td><td>23</td><td> : missing domain devices information</td></tr><tr><td><a name="VIR_ERR_NO_XENSTORE" id="VIR_ERR_NO_XENSTORE">VIR_ERR_NO_XENSTORE</a></td><td> = </td><td>24</td><td> : could not open Xen Store control</td></tr><tr><td><a name="VIR_ERR_DRIVER_FULL" id="VIR_ERR_DRIVER_FULL">VIR_ERR_DRIVER_FULL</a></td><td> = </td><td>25</td><td> : too many drivers registered</td></tr><tr><td><a name="VIR_ERR_CALL_FAILED" id="VIR_ERR_CALL_FAILED">VIR_ERR_CALL_FAILED</a></td><td> = </td><td>26</td><td> : not supported by the drivers (DEPRECATED)</td></tr><tr><td><a name="VIR_ERR_XML_ERROR" id="VIR_ERR_XML_ERROR">VIR_ERR_XML_ERROR</a></td><td> = </td><td>27</td><td> : an XML description is not well formed or broken</td></tr><tr><td><a name="VIR_ERR_DOM_EXIST" id="VIR_ERR_DOM_EXIST">VIR_ERR_DOM_EXIST</a></td><td> = </td><td>28</td><td> : the domain already exist</td></tr><tr><td><a name="VIR_ERR_OPERATION_DENIED" id="VIR_ERR_OPERATION_DENIED">VIR_ERR_OPERATION_DENIED</a></td><td> = </td><td>29</td><td> : operation forbidden on read-only connections</td></tr><tr><td><a name="VIR_ERR_OPEN_FAILED" id="VIR_ERR_OPEN_FAILED">VIR_ERR_OPEN_FAILED</a></td><td> = </td><td>30</td><td> : failed to open a conf file</td></tr><tr><td><a name="VIR_ERR_READ_FAILED" id="VIR_ERR_READ_FAILED">VIR_ERR_READ_FAILED</a></td><td> = </td><td>31</td><td> : failed to read a conf file</td></tr><tr><td><a name="VIR_ERR_PARSE_FAILED" id="VIR_ERR_PARSE_FAILED">VIR_ERR_PARSE_FAILED</a></td><td> = </td><td>32</td><td> : failed to parse a conf file</td></tr><tr><td><a name="VIR_ERR_CONF_SYNTAX" id="VIR_ERR_CONF_SYNTAX">VIR_ERR_CONF_SYNTAX</a></td><td> = </td><td>33</td><td> : failed to parse the syntax of a conf file</td></tr><tr><td><a name="VIR_ERR_WRITE_FAILED" id="VIR_ERR_WRITE_FAILED">VIR_ERR_WRITE_FAILED</a></td><td> = </td><td>34</td><td> : failed to write a conf file</td></tr><tr><td><a name="VIR_ERR_XML_DETAIL" id="VIR_ERR_XML_DETAIL">VIR_ERR_XML_DETAIL</a></td><td> = </td><td>35</td><td> : detail of an XML error</td></tr><tr><td><a name="VIR_ERR_INVALID_NETWORK" id="VIR_ERR_INVALID_NETWORK">VIR_ERR_INVALID_NETWORK</a></td><td> = </td><td>36</td><td> : invalid network object</td></tr><tr><td><a name="VIR_ERR_NETWORK_EXIST" id="VIR_ERR_NETWORK_EXIST">VIR_ERR_NETWORK_EXIST</a></td><td> = </td><td>37</td><td> : the network already exist</td></tr><tr><td><a name="VIR_ERR_SYSTEM_ERROR" id="VIR_ERR_SYSTEM_ERROR">VIR_ERR_SYSTEM_ERROR</a></td><td> = </td><td>38</td><td> : general system call failure</td></tr><tr><td><a name="VIR_ERR_RPC" id="VIR_ERR_RPC">VIR_ERR_RPC</a></td><td> = </td><td>39</td><td> : some sort of RPC error</td></tr><tr><td><a name="VIR_ERR_GNUTLS_ERROR" id="VIR_ERR_GNUTLS_ERROR">VIR_ERR_GNUTLS_ERROR</a></td><td> = </td><td>40</td><td> : error from a GNUTLS call</td></tr><tr><td><a name="VIR_WAR_NO_NETWORK" id="VIR_WAR_NO_NETWORK">VIR_WAR_NO_NETWORK</a></td><td> = </td><td>41</td><td> : failed to start network</td></tr><tr><td><a name="VIR_ERR_NO_DOMAIN" id="VIR_ERR_NO_DOMAIN">VIR_ERR_NO_DOMAIN</a></td><td> = </td><td>42</td><td> : domain not found or unexpectedly disappeared</td></tr><tr><td><a name="VIR_ERR_NO_NETWORK" id="VIR_ERR_NO_NETWORK">VIR_ERR_NO_NETWORK</a></td><td> = </td><td>43</td><td> : network not found</td></tr><tr><td><a name="VIR_ERR_INVALID_MAC" id="VIR_ERR_INVALID_MAC">VIR_ERR_INVALID_MAC</a></td><td> = </td><td>44</td><td> : invalid MAC address</td></tr><tr><td><a name="VIR_ERR_AUTH_FAILED" id="VIR_ERR_AUTH_FAILED">VIR_ERR_AUTH_FAILED</a></td><td> = </td><td>45</td><td> : authentication failed</td></tr><tr><td><a name="VIR_ERR_INVALID_STORAGE_POOL" id="VIR_ERR_INVALID_STORAGE_POOL">VIR_ERR_INVALID_STORAGE_POOL</a></td><td> = </td><td>46</td><td> : invalid storage pool object</td></tr><tr><td><a name="VIR_ERR_INVALID_STORAGE_VOL" id="VIR_ERR_INVALID_STORAGE_VOL">VIR_ERR_INVALID_STORAGE_VOL</a></td><td> = </td><td>47</td><td> : invalid storage vol object</td></tr><tr><td><a name="VIR_WAR_NO_STORAGE" id="VIR_WAR_NO_STORAGE">VIR_WAR_NO_STORAGE</a></td><td> = </td><td>48</td><td> : failed to start storage</td></tr><tr><td><a name="VIR_ERR_NO_STORAGE_POOL" id="VIR_ERR_NO_STORAGE_POOL">VIR_ERR_NO_STORAGE_POOL</a></td><td> = </td><td>49</td><td> : storage pool not found</td></tr><tr><td><a name="VIR_ERR_NO_STORAGE_VOL" id="VIR_ERR_NO_STORAGE_VOL">VIR_ERR_NO_STORAGE_VOL</a></td><td> = </td><td>50</td><td> : storage pool not found</td></tr><tr><td><a name="VIR_WAR_NO_NODE" id="VIR_WAR_NO_NODE">VIR_WAR_NO_NODE</a></td><td> = </td><td>51</td><td> : failed to start node driver</td></tr><tr><td><a name="VIR_ERR_INVALID_NODE_DEVICE" id="VIR_ERR_INVALID_NODE_DEVICE">VIR_ERR_INVALID_NODE_DEVICE</a></td><td> = </td><td>52</td><td> : invalid node device object</td></tr><tr><td><a name="VIR_ERR_NO_NODE_DEVICE" id="VIR_ERR_NO_NODE_DEVICE">VIR_ERR_NO_NODE_DEVICE</a></td><td> = </td><td>53</td><td> : node device not found</td></tr></table><pre>}
+</pre><table><tr><td><a name="VIR_ERR_OK" id="VIR_ERR_OK">VIR_ERR_OK</a></td><td> = </td><td>0</td></tr><tr><td><a name="VIR_ERR_INTERNAL_ERROR" id="VIR_ERR_INTERNAL_ERROR">VIR_ERR_INTERNAL_ERROR</a></td><td> = </td><td>1</td><td> : internal error</td></tr><tr><td><a name="VIR_ERR_NO_MEMORY" id="VIR_ERR_NO_MEMORY">VIR_ERR_NO_MEMORY</a></td><td> = </td><td>2</td><td> : memory allocation failure</td></tr><tr><td><a name="VIR_ERR_NO_SUPPORT" id="VIR_ERR_NO_SUPPORT">VIR_ERR_NO_SUPPORT</a></td><td> = </td><td>3</td><td> : no support for this function</td></tr><tr><td><a name="VIR_ERR_UNKNOWN_HOST" id="VIR_ERR_UNKNOWN_HOST">VIR_ERR_UNKNOWN_HOST</a></td><td> = </td><td>4</td><td> : could not resolve hostname</td></tr><tr><td><a name="VIR_ERR_NO_CONNECT" id="VIR_ERR_NO_CONNECT">VIR_ERR_NO_CONNECT</a></td><td> = </td><td>5</td><td> : can't connect to hypervisor</td></tr><tr><td><a name="VIR_ERR_INVALID_CONN" id="VIR_ERR_INVALID_CONN">VIR_ERR_INVALID_CONN</a></td><td> = </td><td>6</td><td> : invalid connection object</td></tr><tr><td><a name="VIR_ERR_INVALID_DOMAIN" id="VIR_ERR_INVALID_DOMAIN">VIR_ERR_INVALID_DOMAIN</a></td><td> = </td><td>7</td><td> : invalid domain object</td></tr><tr><td><a name="VIR_ERR_INVALID_ARG" id="VIR_ERR_INVALID_ARG">VIR_ERR_INVALID_ARG</a></td><td> = </td><td>8</td><td> : invalid function argument</td></tr><tr><td><a name="VIR_ERR_OPERATION_FAILED" id="VIR_ERR_OPERATION_FAILED">VIR_ERR_OPERATION_FAILED</a></td><td> = </td><td>9</td><td> : a command to hypervisor failed</td></tr><tr><td><a name="VIR_ERR_GET_FAILED" id="VIR_ERR_GET_FAILED">VIR_ERR_GET_FAILED</a></td><td> = </td><td>10</td><td> : a HTTP GET command to failed</td></tr><tr><td><a name="VIR_ERR_POST_FAILED" id="VIR_ERR_POST_FAILED">VIR_ERR_POST_FAILED</a></td><td> = </td><td>11</td><td> : a HTTP POST command to failed</td></tr><tr><td><a name="VIR_ERR_HTTP_ERROR" id="VIR_ERR_HTTP_ERROR">VIR_ERR_HTTP_ERROR</a></td><td> = </td><td>12</td><td> : unexpected HTTP error code</td></tr><tr><td><a name="VIR_ERR_SEXPR_SERIAL" id="VIR_ERR_SEXPR_SERIAL">VIR_ERR_SEXPR_SERIAL</a></td><td> = </td><td>13</td><td> : failure to serialize an S-Expr</td></tr><tr><td><a name="VIR_ERR_NO_XEN" id="VIR_ERR_NO_XEN">VIR_ERR_NO_XEN</a></td><td> = </td><td>14</td><td> : could not open Xen hypervisor control</td></tr><tr><td><a name="VIR_ERR_XEN_CALL" id="VIR_ERR_XEN_CALL">VIR_ERR_XEN_CALL</a></td><td> = </td><td>15</td><td> : failure doing an hypervisor call</td></tr><tr><td><a name="VIR_ERR_OS_TYPE" id="VIR_ERR_OS_TYPE">VIR_ERR_OS_TYPE</a></td><td> = </td><td>16</td><td> : unknown OS type</td></tr><tr><td><a name="VIR_ERR_NO_KERNEL" id="VIR_ERR_NO_KERNEL">VIR_ERR_NO_KERNEL</a></td><td> = </td><td>17</td><td> : missing kernel information</td></tr><tr><td><a name="VIR_ERR_NO_ROOT" id="VIR_ERR_NO_ROOT">VIR_ERR_NO_ROOT</a></td><td> = </td><td>18</td><td> : missing root device information</td></tr><tr><td><a name="VIR_ERR_NO_SOURCE" id="VIR_ERR_NO_SOURCE">VIR_ERR_NO_SOURCE</a></td><td> = </td><td>19</td><td> : missing source device information</td></tr><tr><td><a name="VIR_ERR_NO_TARGET" id="VIR_ERR_NO_TARGET">VIR_ERR_NO_TARGET</a></td><td> = </td><td>20</td><td> : missing target device information</td></tr><tr><td><a name="VIR_ERR_NO_NAME" id="VIR_ERR_NO_NAME">VIR_ERR_NO_NAME</a></td><td> = </td><td>21</td><td> : missing domain name information</td></tr><tr><td><a name="VIR_ERR_NO_OS" id="VIR_ERR_NO_OS">VIR_ERR_NO_OS</a></td><td> = </td><td>22</td><td> : missing domain OS information</td></tr><tr><td><a name="VIR_ERR_NO_DEVICE" id="VIR_ERR_NO_DEVICE">VIR_ERR_NO_DEVICE</a></td><td> = </td><td>23</td><td> : missing domain devices information</td></tr><tr><td><a name="VIR_ERR_NO_XENSTORE" id="VIR_ERR_NO_XENSTORE">VIR_ERR_NO_XENSTORE</a></td><td> = </td><td>24</td><td> : could not open Xen Store control</td></tr><tr><td><a name="VIR_ERR_DRIVER_FULL" id="VIR_ERR_DRIVER_FULL">VIR_ERR_DRIVER_FULL</a></td><td> = </td><td>25</td><td> : too many drivers registered</td></tr><tr><td><a name="VIR_ERR_CALL_FAILED" id="VIR_ERR_CALL_FAILED">VIR_ERR_CALL_FAILED</a></td><td> = </td><td>26</td><td> : not supported by the drivers (DEPRECATED)</td></tr><tr><td><a name="VIR_ERR_XML_ERROR" id="VIR_ERR_XML_ERROR">VIR_ERR_XML_ERROR</a></td><td> = </td><td>27</td><td> : an XML description is not well formed or broken</td></tr><tr><td><a name="VIR_ERR_DOM_EXIST" id="VIR_ERR_DOM_EXIST">VIR_ERR_DOM_EXIST</a></td><td> = </td><td>28</td><td> : the domain already exist</td></tr><tr><td><a name="VIR_ERR_OPERATION_DENIED" id="VIR_ERR_OPERATION_DENIED">VIR_ERR_OPERATION_DENIED</a></td><td> = </td><td>29</td><td> : operation forbidden on read-only connections</td></tr><tr><td><a name="VIR_ERR_OPEN_FAILED" id="VIR_ERR_OPEN_FAILED">VIR_ERR_OPEN_FAILED</a></td><td> = </td><td>30</td><td> : failed to open a conf file</td></tr><tr><td><a name="VIR_ERR_READ_FAILED" id="VIR_ERR_READ_FAILED">VIR_ERR_READ_FAILED</a></td><td> = </td><td>31</td><td> : failed to read a conf file</td></tr><tr><td><a name="VIR_ERR_PARSE_FAILED" id="VIR_ERR_PARSE_FAILED">VIR_ERR_PARSE_FAILED</a></td><td> = </td><td>32</td><td> : failed to parse a conf file</td></tr><tr><td><a name="VIR_ERR_CONF_SYNTAX" id="VIR_ERR_CONF_SYNTAX">VIR_ERR_CONF_SYNTAX</a></td><td> = </td><td>33</td><td> : failed to parse the syntax of a conf file</td></tr><tr><td><a name="VIR_ERR_WRITE_FAILED" id="VIR_ERR_WRITE_FAILED">VIR_ERR_WRITE_FAILED</a></td><td> = </td><td>34</td><td> : failed to write a conf file</td></tr><tr><td><a name="VIR_ERR_XML_DETAIL" id="VIR_ERR_XML_DETAIL">VIR_ERR_XML_DETAIL</a></td><td> = </td><td>35</td><td> : detail of an XML error</td></tr><tr><td><a name="VIR_ERR_INVALID_NETWORK" id="VIR_ERR_INVALID_NETWORK">VIR_ERR_INVALID_NETWORK</a></td><td> = </td><td>36</td><td> : invalid network object</td></tr><tr><td><a name="VIR_ERR_NETWORK_EXIST" id="VIR_ERR_NETWORK_EXIST">VIR_ERR_NETWORK_EXIST</a></td><td> = </td><td>37</td><td> : the network already exist</td></tr><tr><td><a name="VIR_ERR_SYSTEM_ERROR" id="VIR_ERR_SYSTEM_ERROR">VIR_ERR_SYSTEM_ERROR</a></td><td> = </td><td>38</td><td> : general system call failure</td></tr><tr><td><a name="VIR_ERR_RPC" id="VIR_ERR_RPC">VIR_ERR_RPC</a></td><td> = </td><td>39</td><td> : some sort of RPC error</td></tr><tr><td><a name="VIR_ERR_GNUTLS_ERROR" id="VIR_ERR_GNUTLS_ERROR">VIR_ERR_GNUTLS_ERROR</a></td><td> = </td><td>40</td><td> : error from a GNUTLS call</td></tr><tr><td><a name="VIR_WAR_NO_NETWORK" id="VIR_WAR_NO_NETWORK">VIR_WAR_NO_NETWORK</a></td><td> = </td><td>41</td><td> : failed to start network</td></tr><tr><td><a name="VIR_ERR_NO_DOMAIN" id="VIR_ERR_NO_DOMAIN">VIR_ERR_NO_DOMAIN</a></td><td> = </td><td>42</td><td> : domain not found or unexpectedly disappeared</td></tr><tr><td><a name="VIR_ERR_NO_NETWORK" id="VIR_ERR_NO_NETWORK">VIR_ERR_NO_NETWORK</a></td><td> = </td><td>43</td><td> : network not found</td></tr><tr><td><a name="VIR_ERR_INVALID_MAC" id="VIR_ERR_INVALID_MAC">VIR_ERR_INVALID_MAC</a></td><td> = </td><td>44</td><td> : invalid MAC address</td></tr><tr><td><a name="VIR_ERR_AUTH_FAILED" id="VIR_ERR_AUTH_FAILED">VIR_ERR_AUTH_FAILED</a></td><td> = </td><td>45</td><td> : authentication failed</td></tr><tr><td><a name="VIR_ERR_INVALID_STORAGE_POOL" id="VIR_ERR_INVALID_STORAGE_POOL">VIR_ERR_INVALID_STORAGE_POOL</a></td><td> = </td><td>46</td><td> : invalid storage pool object</td></tr><tr><td><a name="VIR_ERR_INVALID_STORAGE_VOL" id="VIR_ERR_INVALID_STORAGE_VOL">VIR_ERR_INVALID_STORAGE_VOL</a></td><td> = </td><td>47</td><td> : invalid storage vol object</td></tr><tr><td><a name="VIR_WAR_NO_STORAGE" id="VIR_WAR_NO_STORAGE">VIR_WAR_NO_STORAGE</a></td><td> = </td><td>48</td><td> : failed to start storage</td></tr><tr><td><a name="VIR_ERR_NO_STORAGE_POOL" id="VIR_ERR_NO_STORAGE_POOL">VIR_ERR_NO_STORAGE_POOL</a></td><td> = </td><td>49</td><td> : storage pool not found</td></tr><tr><td><a name="VIR_ERR_NO_STORAGE_VOL" id="VIR_ERR_NO_STORAGE_VOL">VIR_ERR_NO_STORAGE_VOL</a></td><td> = </td><td>50</td><td> : storage pool not found</td></tr><tr><td><a name="VIR_WAR_NO_NODE" id="VIR_WAR_NO_NODE">VIR_WAR_NO_NODE</a></td><td> = </td><td>51</td><td> : failed to start node driver</td></tr><tr><td><a name="VIR_ERR_INVALID_NODE_DEVICE" id="VIR_ERR_INVALID_NODE_DEVICE">VIR_ERR_INVALID_NODE_DEVICE</a></td><td> = </td><td>52</td><td> : invalid node device object</td></tr><tr><td><a name="VIR_ERR_NO_NODE_DEVICE" id="VIR_ERR_NO_NODE_DEVICE">VIR_ERR_NO_NODE_DEVICE</a></td><td> = </td><td>53</td><td> : node device not found</td></tr><tr><td><a name="VIR_ERR_NO_SECURITY_MODEL" id="VIR_ERR_NO_SECURITY_MODEL">VIR_ERR_NO_SECURITY_MODEL</a></td><td> = </td><td>54</td><td> : security model not found</td></tr></table><pre>}
</pre></div><h3><a name="functions" id="functions">Functions</a></h3><h3><a name="virConnCopyLastError" id="virConnCopyLastError"><code>virConnCopyLastError</code></a></h3><pre class="programlisting">int virConnCopyLastError (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br /> <a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> to)<br />
</pre><p>Copy the content of the last error caught on that connection This method is not protected against access from multiple threads. In a multi-threaded application, always use the global virGetLastError() API which is backed by thread local storage. If the connection object was discovered to be invalid by an API call, then the error will be reported against the global error object. Since 0.6.0, all errors reported in the per-connection object are also duplicated in the global error object. As such an application can always use virGetLastError(). This method remains for backwards compatability. One will need to free the result with virResetError()</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>to</tt></i>:</span></td><td>target to receive the copy</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 if no error was found and the error code otherwise and -1 in case of parameter error.</td></tr></tbody></table></div><h3><a name="virConnGetLastError" id="virConnGetLastError"><code>virConnGetLastError</code></a></h3><pre class="programlisting"><a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> virConnGetLastError (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn)<br />
</pre><p>Provide a pointer to the last error caught on that connection This method is not protected against access from multiple threads. In a multi-threaded application, always use the global virGetLastError() API which is backed by thread local storage. If the connection object was discovered to be invalid by an API call, then the error will be reported against the global error object. Since 0.6.0, all errors reported in the per-connection object are also duplicated in the global error object. As such an application can always use virGetLastError(). This method remains for backwards compatability.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a pointer to the last error or NULL if none occurred.</td></tr></tbody></table></div><h3><a name="virConnResetLastError" id="virConnResetLastError"><code>virConnResetLastError</code></a></h3><pre class="programlisting">void virConnResetLastError (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn)<br />
@@ -37,9 +39,11 @@ void <a href="#virSetErrorFunc">virSetErrorFunc</a> (void * userData, <br />
</pre><p>Set a connection error handling function, if @handler is NULL it will reset to default which is to pass error back to the global library handler.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>userData</tt></i>:</span></td><td>pointer to the user data provided in the handler callback</td></tr><tr><td><span class="term"><i><tt>handler</tt></i>:</span></td><td>the function to get called in case of error or NULL</td></tr></tbody></table></div><h3><a name="virCopyLastError" id="virCopyLastError"><code>virCopyLastError</code></a></h3><pre class="programlisting">int virCopyLastError (<a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> to)<br />
</pre><p>Copy the content of the last error caught at the library level The error object is kept in thread local storage, so separate threads can safely access this concurrently. One will need to free the result with virResetError()</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>to</tt></i>:</span></td><td>target to receive the copy</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 if no error was found and the error code otherwise and -1 in case of parameter error.</td></tr></tbody></table></div><h3><a name="virDefaultErrorFunc" id="virDefaultErrorFunc"><code>virDefaultErrorFunc</code></a></h3><pre class="programlisting">void virDefaultErrorFunc (<a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> err)<br />
</pre><p>Default routine reporting an error to stderr.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>err</tt></i>:</span></td><td>pointer to the error.</td></tr></tbody></table></div><h3><a name="virErrorFunc" id="virErrorFunc"><code>virErrorFunc</code></a></h3><pre class="programlisting">typedef void (*virErrorFunc ) (void * userData, <br /> <a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> error)
-</pre><p>Signature of a function to use when there is an error raised by the library.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>userData</tt></i>:</span></td><td>user provided data for the error callback</td></tr><tr><td><span class="term"><i><tt>error</tt></i>:</span></td><td>the error being raised.</td></tr></tbody></table></div><br /><h3><a name="virGetLastError" id="virGetLastError"><code>virGetLastError</code></a></h3><pre class="programlisting"><a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> virGetLastError (void)<br />
+</pre><p>Signature of a function to use when there is an error raised by the library.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>userData</tt></i>:</span></td><td>user provided data for the error callback</td></tr><tr><td><span class="term"><i><tt>error</tt></i>:</span></td><td>the error being raised.</td></tr></tbody></table></div><br /><h3><a name="virFreeError" id="virFreeError"><code>virFreeError</code></a></h3><pre class="programlisting">void virFreeError (<a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> err)<br />
+</pre><p>Resets and frees the given error.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>err</tt></i>:</span></td><td>error to free</td></tr></tbody></table></div><h3><a name="virGetLastError" id="virGetLastError"><code>virGetLastError</code></a></h3><pre class="programlisting"><a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> virGetLastError (void)<br />
</pre><p>Provide a pointer to the last error caught at the library level The error object is kept in thread local storage, so separate threads can safely access this concurrently.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a pointer to the last error or NULL if none occurred.</td></tr></tbody></table></div><h3><a name="virResetError" id="virResetError"><code>virResetError</code></a></h3><pre class="programlisting">void virResetError (<a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> err)<br />
</pre><p>Reset the error being pointed to</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>err</tt></i>:</span></td><td>pointer to the <a href="libvirt-virterror.html#virError">virError</a> to clean up</td></tr></tbody></table></div><h3><a name="virResetLastError" id="virResetLastError"><code>virResetLastError</code></a></h3><pre class="programlisting">void virResetLastError (void)<br />
-</pre><p>Reset the last error caught at the library level. The error object is kept in thread local storage, so separate threads can safely access this concurrently, only resetting their own error object.</p><h3><a name="virSetErrorFunc" id="virSetErrorFunc"><code>virSetErrorFunc</code></a></h3><pre class="programlisting">void virSetErrorFunc (void * userData, <br /> <a href="libvirt-virterror.html#virErrorFunc">virErrorFunc</a> handler)<br />
+</pre><p>Reset the last error caught at the library level. The error object is kept in thread local storage, so separate threads can safely access this concurrently, only resetting their own error object.</p><h3><a name="virSaveLastError" id="virSaveLastError"><code>virSaveLastError</code></a></h3><pre class="programlisting"><a href="libvirt-virterror.html#virErrorPtr">virErrorPtr</a> virSaveLastError (void)<br />
+</pre><p>Save the last error into a new error object.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a pointer to the copied error or NULL if allocation failed. It is the caller's responsibility to free the error with virFreeError().</td></tr></tbody></table></div><h3><a name="virSetErrorFunc" id="virSetErrorFunc"><code>virSetErrorFunc</code></a></h3><pre class="programlisting">void virSetErrorFunc (void * userData, <br /> <a href="libvirt-virterror.html#virErrorFunc">virErrorFunc</a> handler)<br />
</pre><p>Set a library global error handling function, if @handler is NULL, it will reset to default printing on stderr. The error raised there are those for which no handler at the connection level could caught.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>userData</tt></i>:</span></td><td>pointer to the user data provided in the handler callback</td></tr><tr><td><span class="term"><i><tt>handler</tt></i>:</span></td><td>the function to get called in case of error or NULL</td></tr></tbody></table></div></div></div><div id="footer"><p id="sponsor">
Sponsored by:<br /><a href="http://et.redhat.com/"><img src="../et.png" alt="Project sponsored by Red Hat Emerging Technology" /></a></p></div></body></html>
diff --git a/docs/libvirt-api.xml b/docs/libvirt-api.xml
index ed0f7cc..81bfbda 100644
--- a/docs/libvirt-api.xml
+++ b/docs/libvirt-api.xml
@@ -8,13 +8,16 @@
<exports symbol='VIR_NODEINFO_MAXCPUS' type='macro'/>
<exports symbol='LIBVIR_VERSION_NUMBER' type='macro'/>
<exports symbol='VIR_USE_CPU' type='macro'/>
+ <exports symbol='VIR_SECURITY_DOI_BUFLEN' type='macro'/>
<exports symbol='VIR_CPU_MAPLEN' type='macro'/>
- <exports symbol='VIR_UUID_BUFLEN' type='macro'/>
+ <exports symbol='VIR_SECURITY_LABEL_BUFLEN' type='macro'/>
<exports symbol='VIR_CPU_USABLE' type='macro'/>
<exports symbol='VIR_COPY_CPUMAP' type='macro'/>
<exports symbol='VIR_DOMAIN_SCHED_FIELD_LENGTH' type='macro'/>
+ <exports symbol='VIR_SECURITY_MODEL_BUFLEN' type='macro'/>
<exports symbol='VIR_UUID_STRING_BUFLEN' type='macro'/>
<exports symbol='VIR_GET_CPUMAP' type='macro'/>
+ <exports symbol='VIR_UUID_BUFLEN' type='macro'/>
<exports symbol='VIR_UNUSE_CPU' type='macro'/>
<exports symbol='VIR_DOMAIN_EVENT_DEFINED' type='enum'/>
<exports symbol='VIR_CRED_EXTERNAL' type='enum'/>
@@ -107,6 +110,7 @@
<exports symbol='virConnectAuthPtr' type='typedef'/>
<exports symbol='virStorageVolInfo' type='typedef'/>
<exports symbol='virSchedParameterType' type='typedef'/>
+ <exports symbol='virSecurityLabel' type='typedef'/>
<exports symbol='virStorageVolInfoPtr' type='typedef'/>
<exports symbol='virConnectCredentialPtr' type='typedef'/>
<exports symbol='virStoragePoolPtr' type='typedef'/>
@@ -129,6 +133,7 @@
<exports symbol='virSchedParameterPtr' type='typedef'/>
<exports symbol='virConnectAuth' type='typedef'/>
<exports symbol='virConnectCredential' type='typedef'/>
+ <exports symbol='virSecurityModelPtr' type='typedef'/>
<exports symbol='virDomainEventSuspendedDetailType' type='typedef'/>
<exports symbol='virVcpuInfoPtr' type='typedef'/>
<exports symbol='virStoragePoolBuildFlags' type='typedef'/>
@@ -140,13 +145,17 @@
<exports symbol='virStoragePoolState' type='typedef'/>
<exports symbol='virStoragePoolInfoPtr' type='typedef'/>
<exports symbol='virDomainCreateFlags' type='typedef'/>
+ <exports symbol='virSecurityLabelPtr' type='typedef'/>
+ <exports symbol='virSecurityModel' type='typedef'/>
<exports symbol='_virDomainInfo' type='struct'/>
<exports symbol='_virConnectAuth' type='struct'/>
<exports symbol='_virVcpuInfo' type='struct'/>
<exports symbol='_virDomainInterfaceStats' type='struct'/>
<exports symbol='_virStoragePoolInfo' type='struct'/>
<exports symbol='_virConnectCredential' type='struct'/>
+ <exports symbol='_virSecurityLabel' type='struct'/>
<exports symbol='_virStorageVolInfo' type='struct'/>
+ <exports symbol='_virSecurityModel' type='struct'/>
<exports symbol='_virDomainBlockStats' type='struct'/>
<exports symbol='_virNodeInfo' type='struct'/>
<exports symbol='_virSchedParameter' type='struct'/>
@@ -163,7 +172,8 @@
<exports symbol='virInitialize' type='function'/>
<exports symbol='virNodeDeviceGetName' type='function'/>
<exports symbol='virStoragePoolSetAutostart' type='function'/>
- <exports symbol='virStorageVolCreateXML' type='function'/>
+ <exports symbol='virNodeDeviceDettach' type='function'/>
+ <exports symbol='virDomainGetSecurityLabel' type='function'/>
<exports symbol='virConnectDomainEventDeregister' type='function'/>
<exports symbol='virDomainGetSchedulerParameters' type='function'/>
<exports symbol='virDomainLookupByUUIDString' type='function'/>
@@ -203,6 +213,7 @@
<exports symbol='virStorageVolGetXMLDesc' type='function'/>
<exports symbol='virDomainSetSchedulerParameters' type='function'/>
<exports symbol='virConnectGetType' type='function'/>
+ <exports symbol='virStorageVolCreateXML' type='function'/>
<exports symbol='virDomainSave' type='function'/>
<exports symbol='virDomainCreate' type='function'/>
<exports symbol='virConnectListDomains' type='function'/>
@@ -236,6 +247,7 @@
<exports symbol='virDomainLookupByName' type='function'/>
<exports symbol='virConnectFindStoragePoolSources' type='function'/>
<exports symbol='virDomainPinVcpu' type='function'/>
+ <exports symbol='virNodeGetSecurityModel' type='function'/>
<exports symbol='virDomainRestore' type='function'/>
<exports symbol='virStorageVolGetPath' type='function'/>
<exports symbol='virNetworkLookupByUUIDString' type='function'/>
@@ -265,9 +277,11 @@
<exports symbol='virDomainGetMaxVcpus' type='function'/>
<exports symbol='virEventHandleCallback' type='function'/>
<exports symbol='virDomainGetSchedulerType' type='function'/>
+ <exports symbol='virNodeDeviceReset' type='function'/>
<exports symbol='virDomainDetachDevice' type='function'/>
<exports symbol='virStoragePoolNumOfVolumes' type='function'/>
<exports symbol='virStoragePoolGetUUIDString' type='function'/>
+ <exports symbol='virNodeDeviceReAttach' type='function'/>
<exports symbol='virStoragePoolUndefine' type='function'/>
<exports symbol='virConnectAuthCallbackPtr' type='function'/>
<exports symbol='virDomainAttachDevice' type='function'/>
@@ -344,6 +358,7 @@
<exports symbol='VIR_ERR_OPERATION_DENIED' type='enum'/>
<exports symbol='VIR_FROM_STORAGE' type='enum'/>
<exports symbol='VIR_ERR_NO_KERNEL' type='enum'/>
+ <exports symbol='VIR_WAR_NO_STORAGE' type='enum'/>
<exports symbol='VIR_ERR_GNUTLS_ERROR' type='enum'/>
<exports symbol='VIR_ERR_POST_FAILED' type='enum'/>
<exports symbol='VIR_ERR_OS_TYPE' type='enum'/>
@@ -352,6 +367,7 @@
<exports symbol='VIR_ERR_INVALID_CONN' type='enum'/>
<exports symbol='VIR_ERR_NONE' type='enum'/>
<exports symbol='VIR_ERR_OK' type='enum'/>
+ <exports symbol='VIR_FROM_NETWORK' type='enum'/>
<exports symbol='VIR_ERR_XML_DETAIL' type='enum'/>
<exports symbol='VIR_FROM_NET' type='enum'/>
<exports symbol='VIR_FROM_XENXM' type='enum'/>
@@ -368,14 +384,14 @@
<exports symbol='VIR_FROM_DOMAIN' type='enum'/>
<exports symbol='VIR_ERR_NO_TARGET' type='enum'/>
<exports symbol='VIR_ERR_NETWORK_EXIST' type='enum'/>
- <exports symbol='VIR_WAR_NO_STORAGE' type='enum'/>
+ <exports symbol='VIR_FROM_SECURITY' type='enum'/>
<exports symbol='VIR_ERR_WRITE_FAILED' type='enum'/>
<exports symbol='VIR_ERR_INTERNAL_ERROR' type='enum'/>
<exports symbol='VIR_ERR_CONF_SYNTAX' type='enum'/>
<exports symbol='VIR_ERR_INVALID_STORAGE_POOL' type='enum'/>
<exports symbol='VIR_FROM_REMOTE' type='enum'/>
<exports symbol='VIR_ERR_NO_SUPPORT' type='enum'/>
- <exports symbol='VIR_FROM_NETWORK' type='enum'/>
+ <exports symbol='VIR_ERR_NO_SECURITY_MODEL' type='enum'/>
<exports symbol='VIR_FROM_QEMU' type='enum'/>
<exports symbol='VIR_FROM_XEND' type='enum'/>
<exports symbol='VIR_ERR_INVALID_STORAGE_VOL' type='enum'/>
@@ -397,6 +413,7 @@
<exports symbol='virErrorNumber' type='typedef'/>
<exports symbol='virError' type='typedef'/>
<exports symbol='_virError' type='struct'/>
+ <exports symbol='virFreeError' type='function'/>
<exports symbol='virCopyLastError' type='function'/>
<exports symbol='virConnSetErrorFunc' type='function'/>
<exports symbol='virResetLastError' type='function'/>
@@ -408,6 +425,7 @@
<exports symbol='virSetErrorFunc' type='function'/>
<exports symbol='virConnCopyLastError' type='function'/>
<exports symbol='virConnResetLastError' type='function'/>
+ <exports symbol='virSaveLastError' type='function'/>
</file>
</files>
<symbols>
@@ -445,6 +463,15 @@
<info>This macro is to calculate the total number of CPUs supported but not necessary active in the host.</info>
<arg name='nodeinfo' info='virNodeInfo instance'/>
</macro>
+ <macro name='VIR_SECURITY_DOI_BUFLEN' file='libvirt'>
+ <info>Macro providing the maximum length of the virSecurityModel doi string.</info>
+ </macro>
+ <macro name='VIR_SECURITY_LABEL_BUFLEN' file='libvirt'>
+ <info>Macro providing the maximum length of the virSecurityLabel label string. Note that this value is based on that used by Labeled NFS.</info>
+ </macro>
+ <macro name='VIR_SECURITY_MODEL_BUFLEN' file='libvirt'>
+ <info>Macro providing the maximum length of the virSecurityModel model string.</info>
+ </macro>
<macro name='VIR_UNUSE_CPU' file='libvirt'>
<info>This macro is to be used in conjunction with virDomainPinVcpu() API. USE_CPU macro reset the bit (CPU not usable) of the related cpu in cpumap.</info>
<arg name='cpumap' info='pointer to a bit map of real CPUs (in 8-bit bytes) (IN/OUT)'/>
@@ -536,9 +563,10 @@
<enum name='VIR_ERR_NO_MEMORY' file='virterror' value='2' type='virErrorNumber' info='memory allocation failure'/>
<enum name='VIR_ERR_NO_NAME' file='virterror' value='21' type='virErrorNumber' info='missing domain name information'/>
<enum name='VIR_ERR_NO_NETWORK' file='virterror' value='43' type='virErrorNumber' info='network not found'/>
- <enum name='VIR_ERR_NO_NODE_DEVICE' file='virterror' value='53' type='virErrorNumber' info=' node device not found'/>
+ <enum name='VIR_ERR_NO_NODE_DEVICE' file='virterror' value='53' type='virErrorNumber' info='node device not found'/>
<enum name='VIR_ERR_NO_OS' file='virterror' value='22' type='virErrorNumber' info='missing domain OS information'/>
<enum name='VIR_ERR_NO_ROOT' file='virterror' value='18' type='virErrorNumber' info='missing root device information'/>
+ <enum name='VIR_ERR_NO_SECURITY_MODEL' file='virterror' value='54' type='virErrorNumber' info=' security model not found'/>
<enum name='VIR_ERR_NO_SOURCE' file='virterror' value='19' type='virErrorNumber' info='missing source device information'/>
<enum name='VIR_ERR_NO_STORAGE_POOL' file='virterror' value='49' type='virErrorNumber' info='storage pool not found'/>
<enum name='VIR_ERR_NO_STORAGE_VOL' file='virterror' value='50' type='virErrorNumber' info='storage pool not found'/>
@@ -580,6 +608,7 @@
<enum name='VIR_FROM_QEMU' file='virterror' value='10' type='virErrorDomain' info='Error at the QEMU daemon'/>
<enum name='VIR_FROM_REMOTE' file='virterror' value='13' type='virErrorDomain' info='Error from remote driver'/>
<enum name='VIR_FROM_RPC' file='virterror' value='7' type='virErrorDomain' info='Error in the XML-RPC code'/>
+ <enum name='VIR_FROM_SECURITY' file='virterror' value='24' type='virErrorDomain' info=' Error from security framework'/>
<enum name='VIR_FROM_SEXPR' file='virterror' value='4' type='virErrorDomain' info='Error in the S-Expression code'/>
<enum name='VIR_FROM_STATS_LINUX' file='virterror' value='16' type='virErrorDomain' info='Error in the Linux Stats code'/>
<enum name='VIR_FROM_STORAGE' file='virterror' value='18' type='virErrorDomain' info='Error from storage driver'/>
@@ -589,7 +618,7 @@
<enum name='VIR_FROM_XEND' file='virterror' value='2' type='virErrorDomain' info='Error at connection with xend daemon'/>
<enum name='VIR_FROM_XENSTORE' file='virterror' value='3' type='virErrorDomain' info='Error at connection with xen store'/>
<enum name='VIR_FROM_XENXM' file='virterror' value='15' type='virErrorDomain' info='Error at Xen XM layer'/>
- <enum name='VIR_FROM_XEN_INOTIFY' file='virterror' value='23' type='virErrorDomain' info=' Error from xen inotify layer'/>
+ <enum name='VIR_FROM_XEN_INOTIFY' file='virterror' value='23' type='virErrorDomain' info='Error from xen inotify layer'/>
<enum name='VIR_FROM_XML' file='virterror' value='5' type='virErrorDomain' info='Error in the XML code'/>
<enum name='VIR_MEMORY_VIRTUAL' file='libvirt' value='1' type='virDomainMemoryFlags' info=' addresses are virtual addresses'/>
<enum name='VIR_MIGRATE_LIVE' file='libvirt' value='1' type='virDomainMigrateFlags' info=' live migration'/>
@@ -734,6 +763,14 @@ see note above'/>
<info>a virSchedParameterPtr is a pointer to a virSchedParameter structure.</info>
</typedef>
<typedef name='virSchedParameterType' file='libvirt' type='enum'/>
+ <struct name='virSecurityLabel' file='libvirt' type='struct _virSecurityLabel'/>
+ <typedef name='virSecurityLabelPtr' file='libvirt' type='virSecurityLabel *'>
+ <info>a virSecurityLabelPtr is a pointer to a virSecurityLabel.</info>
+ </typedef>
+ <struct name='virSecurityModel' file='libvirt' type='struct _virSecurityModel'/>
+ <typedef name='virSecurityModelPtr' file='libvirt' type='virSecurityModel *'>
+ <info>a virSecurityModelPtr is a pointer to a virSecurityModel.</info>
+ </typedef>
<struct name='virStoragePool' file='libvirt' type='struct _virStoragePool'/>
<typedef name='virStoragePoolBuildFlags' file='libvirt' type='enum'/>
<typedef name='virStoragePoolDeleteFlags' file='libvirt' type='enum'/>
@@ -1098,6 +1135,12 @@ see note above'/>
<arg name='domain' type='virDomainPtr' info='pointer to domain object'/>
<arg name='nparams' type='int *' info='number of scheduler parameters(return value)'/>
</function>
+ <function name='virDomainGetSecurityLabel' file='libvirt' module='libvirt'>
+ <info>Extract security label of an active domain.</info>
+ <return type='int' info='0 in case of success, -1 in case of failure, and -2 if the operation is not supported (caller decides if that's an error).'/>
+ <arg name='domain' type='virDomainPtr' info='a domain object'/>
+ <arg name='seclabel' type='virSecurityLabelPtr' info='pointer to a virSecurityLabel structure'/>
+ </function>
<function name='virDomainGetUUID' file='libvirt' module='libvirt'>
<info>Get the UUID for a domain</info>
<return type='int' info='-1 in case of error, 0 in case of success'/>
@@ -1332,6 +1375,11 @@ see note above'/>
<return type='void'/>
<arg name='opaque' type='void *' info=''/>
</functype>
+ <function name='virFreeError' file='virterror' module='virterror'>
+ <info>Resets and frees the given error.</info>
+ <return type='void'/>
+ <arg name='err' type='virErrorPtr' info='error to free'/>
+ </function>
<function name='virGetLastError' file='virterror' module='virterror'>
<info>Provide a pointer to the last error caught at the library level The error object is kept in thread local storage, so separate threads can safely access this concurrently.</info>
<return type='virErrorPtr' info='a pointer to the last error or NULL if none occurred.'/>
@@ -1447,6 +1495,11 @@ see note above'/>
<return type='int' info='0 in case of success, -1 in case of error'/>
<arg name='network' type='virNetworkPtr' info='pointer to a defined network'/>
</function>
+ <function name='virNodeDeviceDettach' file='libvirt' module='libvirt'>
+ <info></info>
+ <return type='int' info=''/>
+ <arg name='dev' type='virNodeDevicePtr' info=''/>
+ </function>
<function name='virNodeDeviceFree' file='libvirt' module='libvirt'>
<info>Drops a reference to the node device, freeing it if this was the last reference.</info>
<return type='int' info='the 0 for success, -1 for error.'/>
@@ -1486,11 +1539,21 @@ see note above'/>
<return type='int' info='the number of capabilities supported by the device.'/>
<arg name='dev' type='virNodeDevicePtr' info='the device'/>
</function>
+ <function name='virNodeDeviceReAttach' file='libvirt' module='libvirt'>
+ <info>Re-attach a previously dettached node device to the node so that it may be used by the node again. Depending on the hypervisor, this may involve operations such as resetting the device, unbinding it from a dummy device driver and binding it to its appropriate driver. If the device is currently in use by a guest, this method may fail.</info>
+ <return type='int' info=''/>
+ <arg name='dev' type='virNodeDevicePtr' info='pointer to the node device'/>
+ </function>
<function name='virNodeDeviceRef' file='libvirt' module='libvirt'>
<info>Increment the reference count on the dev. For each additional call to this method, there shall be a corresponding call to virNodeDeviceFree to release the reference count, once the caller no longer needs the reference to this object. This method is typically useful for applications where multiple threads are using a connection, and it is required that the connection remain open until all threads have finished using it. ie, each new thread using a dev would increment the reference count.</info>
<return type='int' info=''/>
<arg name='dev' type='virNodeDevicePtr' info=''/>
</function>
+ <function name='virNodeDeviceReset' file='libvirt' module='libvirt'>
+ <info>Reset a previously dettached node device to the node before or after assigning it to a guest. The exact reset semantics depends on the hypervisor and device type but, for example, KVM will attempt to reset PCI devices with a Function Level Reset, Secondary Bus Reset or a Power Management D-State reset. If the reset will affect other devices which are currently in use, this function may fail.</info>
+ <return type='int' info=''/>
+ <arg name='dev' type='virNodeDevicePtr' info='pointer to the node device'/>
+ </function>
<function name='virNodeGetCellsFreeMemory' file='libvirt' module='libvirt'>
<info>This call returns the amount of free memory in one or more NUMA cells. The @freeMems array must be allocated by the caller and will be filled with the amount of free memory in kilobytes for each cell requested, starting with startCell (in freeMems[0]), up to either (startCell + maxCells), or the number of additional cells in the node, whichever is smaller.</info>
<return type='int' info='the number of entries filled in freeMems, or -1 in case of error.'/>
@@ -1510,6 +1573,12 @@ see note above'/>
<arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
<arg name='info' type='virNodeInfoPtr' info='pointer to a virNodeInfo structure allocated by the user'/>
</function>
+ <function name='virNodeGetSecurityModel' file='libvirt' module='libvirt'>
+ <info>Extract the security model of a hypervisor.</info>
+ <return type='int' info='0 in case of success, -1 in case of failure, and -2 if the operation is not supported (caller decides if that's an error).'/>
+ <arg name='conn' type='virConnectPtr' info='a connection object'/>
+ <arg name='secmodel' type='virSecurityModelPtr' info='pointer to a virSecurityModel structure'/>
+ </function>
<function name='virNodeListDevices' file='libvirt' module='libvirt'>
<info>Collect the list of node devices, and store their names in @names If the optional 'cap' argument is non-NULL, then the count will be restricted to devices with the specified capability</info>
<return type='int' info='the number of node devices found or -1 in case of error'/>
@@ -1535,6 +1604,10 @@ see note above'/>
<info>Reset the last error caught at the library level. The error object is kept in thread local storage, so separate threads can safely access this concurrently, only resetting their own error object.</info>
<return type='void'/>
</function>
+ <function name='virSaveLastError' file='virterror' module='virterror'>
+ <info>Save the last error into a new error object.</info>
+ <return type='virErrorPtr' info='a pointer to the copied error or NULL if allocation failed. It is the caller's responsibility to free the error with virFreeError().'/>
+ </function>
<function name='virSetErrorFunc' file='virterror' module='virterror'>
<info>Set a library global error handling function, if @handler is NULL, it will reset to default printing on stderr. The error raised there are those for which no handler at the connection level could caught.</info>
<return type='void'/>
diff --git a/docs/libvirt-refs.xml b/docs/libvirt-refs.xml
index 76ec47e..86ffb46 100644
--- a/docs/libvirt-refs.xml
+++ b/docs/libvirt-refs.xml
@@ -84,6 +84,7 @@
<reference name='VIR_ERR_NO_NODE_DEVICE' href='html/libvirt-virterror.html#VIR_ERR_NO_NODE_DEVICE'/>
<reference name='VIR_ERR_NO_OS' href='html/libvirt-virterror.html#VIR_ERR_NO_OS'/>
<reference name='VIR_ERR_NO_ROOT' href='html/libvirt-virterror.html#VIR_ERR_NO_ROOT'/>
+ <reference name='VIR_ERR_NO_SECURITY_MODEL' href='html/libvirt-virterror.html#VIR_ERR_NO_SECURITY_MODEL'/>
<reference name='VIR_ERR_NO_SOURCE' href='html/libvirt-virterror.html#VIR_ERR_NO_SOURCE'/>
<reference name='VIR_ERR_NO_STORAGE_POOL' href='html/libvirt-virterror.html#VIR_ERR_NO_STORAGE_POOL'/>
<reference name='VIR_ERR_NO_STORAGE_VOL' href='html/libvirt-virterror.html#VIR_ERR_NO_STORAGE_VOL'/>
@@ -125,6 +126,7 @@
<reference name='VIR_FROM_QEMU' href='html/libvirt-virterror.html#VIR_FROM_QEMU'/>
<reference name='VIR_FROM_REMOTE' href='html/libvirt-virterror.html#VIR_FROM_REMOTE'/>
<reference name='VIR_FROM_RPC' href='html/libvirt-virterror.html#VIR_FROM_RPC'/>
+ <reference name='VIR_FROM_SECURITY' href='html/libvirt-virterror.html#VIR_FROM_SECURITY'/>
<reference name='VIR_FROM_SEXPR' href='html/libvirt-virterror.html#VIR_FROM_SEXPR'/>
<reference name='VIR_FROM_STATS_LINUX' href='html/libvirt-virterror.html#VIR_FROM_STATS_LINUX'/>
<reference name='VIR_FROM_STORAGE' href='html/libvirt-virterror.html#VIR_FROM_STORAGE'/>
@@ -140,6 +142,9 @@
<reference name='VIR_MEMORY_VIRTUAL' href='html/libvirt-libvirt.html#VIR_MEMORY_VIRTUAL'/>
<reference name='VIR_MIGRATE_LIVE' href='html/libvirt-libvirt.html#VIR_MIGRATE_LIVE'/>
<reference name='VIR_NODEINFO_MAXCPUS' href='html/libvirt-libvirt.html#VIR_NODEINFO_MAXCPUS'/>
+ <reference name='VIR_SECURITY_DOI_BUFLEN' href='html/libvirt-libvirt.html#VIR_SECURITY_DOI_BUFLEN'/>
+ <reference name='VIR_SECURITY_LABEL_BUFLEN' href='html/libvirt-libvirt.html#VIR_SECURITY_LABEL_BUFLEN'/>
+ <reference name='VIR_SECURITY_MODEL_BUFLEN' href='html/libvirt-libvirt.html#VIR_SECURITY_MODEL_BUFLEN'/>
<reference name='VIR_STORAGE_POOL_BUILDING' href='html/libvirt-libvirt.html#VIR_STORAGE_POOL_BUILDING'/>
<reference name='VIR_STORAGE_POOL_BUILD_NEW' href='html/libvirt-libvirt.html#VIR_STORAGE_POOL_BUILD_NEW'/>
<reference name='VIR_STORAGE_POOL_BUILD_REPAIR' href='html/libvirt-libvirt.html#VIR_STORAGE_POOL_BUILD_REPAIR'/>
@@ -171,6 +176,8 @@
<reference name='_virError' href='html/libvirt-virterror.html#_virError'/>
<reference name='_virNodeInfo' href='html/libvirt-libvirt.html#_virNodeInfo'/>
<reference name='_virSchedParameter' href='html/libvirt-libvirt.html#_virSchedParameter'/>
+ <reference name='_virSecurityLabel' href='html/libvirt-libvirt.html#_virSecurityLabel'/>
+ <reference name='_virSecurityModel' href='html/libvirt-libvirt.html#_virSecurityModel'/>
<reference name='_virStoragePoolInfo' href='html/libvirt-libvirt.html#_virStoragePoolInfo'/>
<reference name='_virStorageVolInfo' href='html/libvirt-libvirt.html#_virStorageVolInfo'/>
<reference name='_virVcpuInfo' href='html/libvirt-libvirt.html#_virVcpuInfo'/>
@@ -249,6 +256,7 @@
<reference name='virDomainGetOSType' href='html/libvirt-libvirt.html#virDomainGetOSType'/>
<reference name='virDomainGetSchedulerParameters' href='html/libvirt-libvirt.html#virDomainGetSchedulerParameters'/>
<reference name='virDomainGetSchedulerType' href='html/libvirt-libvirt.html#virDomainGetSchedulerType'/>
+ <reference name='virDomainGetSecurityLabel' href='html/libvirt-libvirt.html#virDomainGetSecurityLabel'/>
<reference name='virDomainGetUUID' href='html/libvirt-libvirt.html#virDomainGetUUID'/>
<reference name='virDomainGetUUIDString' href='html/libvirt-libvirt.html#virDomainGetUUIDString'/>
<reference name='virDomainGetVcpus' href='html/libvirt-libvirt.html#virDomainGetVcpus'/>
@@ -300,6 +308,7 @@
<reference name='virEventUpdateHandleFunc' href='html/libvirt-libvirt.html#virEventUpdateHandleFunc'/>
<reference name='virEventUpdateTimeoutFunc' href='html/libvirt-libvirt.html#virEventUpdateTimeoutFunc'/>
<reference name='virFreeCallback' href='html/libvirt-libvirt.html#virFreeCallback'/>
+ <reference name='virFreeError' href='html/libvirt-virterror.html#virFreeError'/>
<reference name='virGetLastError' href='html/libvirt-virterror.html#virGetLastError'/>
<reference name='virGetVersion' href='html/libvirt-libvirt.html#virGetVersion'/>
<reference name='virInitialize' href='html/libvirt-libvirt.html#virInitialize'/>
@@ -324,6 +333,7 @@
<reference name='virNetworkSetAutostart' href='html/libvirt-libvirt.html#virNetworkSetAutostart'/>
<reference name='virNetworkUndefine' href='html/libvirt-libvirt.html#virNetworkUndefine'/>
<reference name='virNodeDevice' href='html/libvirt-libvirt.html#virNodeDevice'/>
+ <reference name='virNodeDeviceDettach' href='html/libvirt-libvirt.html#virNodeDeviceDettach'/>
<reference name='virNodeDeviceFree' href='html/libvirt-libvirt.html#virNodeDeviceFree'/>
<reference name='virNodeDeviceGetName' href='html/libvirt-libvirt.html#virNodeDeviceGetName'/>
<reference name='virNodeDeviceGetParent' href='html/libvirt-libvirt.html#virNodeDeviceGetParent'/>
@@ -332,19 +342,27 @@
<reference name='virNodeDeviceLookupByName' href='html/libvirt-libvirt.html#virNodeDeviceLookupByName'/>
<reference name='virNodeDeviceNumOfCaps' href='html/libvirt-libvirt.html#virNodeDeviceNumOfCaps'/>
<reference name='virNodeDevicePtr' href='html/libvirt-libvirt.html#virNodeDevicePtr'/>
+ <reference name='virNodeDeviceReAttach' href='html/libvirt-libvirt.html#virNodeDeviceReAttach'/>
<reference name='virNodeDeviceRef' href='html/libvirt-libvirt.html#virNodeDeviceRef'/>
+ <reference name='virNodeDeviceReset' href='html/libvirt-libvirt.html#virNodeDeviceReset'/>
<reference name='virNodeGetCellsFreeMemory' href='html/libvirt-libvirt.html#virNodeGetCellsFreeMemory'/>
<reference name='virNodeGetFreeMemory' href='html/libvirt-libvirt.html#virNodeGetFreeMemory'/>
<reference name='virNodeGetInfo' href='html/libvirt-libvirt.html#virNodeGetInfo'/>
+ <reference name='virNodeGetSecurityModel' href='html/libvirt-libvirt.html#virNodeGetSecurityModel'/>
<reference name='virNodeInfo' href='html/libvirt-libvirt.html#virNodeInfo'/>
<reference name='virNodeInfoPtr' href='html/libvirt-libvirt.html#virNodeInfoPtr'/>
<reference name='virNodeListDevices' href='html/libvirt-libvirt.html#virNodeListDevices'/>
<reference name='virNodeNumOfDevices' href='html/libvirt-libvirt.html#virNodeNumOfDevices'/>
<reference name='virResetError' href='html/libvirt-virterror.html#virResetError'/>
<reference name='virResetLastError' href='html/libvirt-virterror.html#virResetLastError'/>
+ <reference name='virSaveLastError' href='html/libvirt-virterror.html#virSaveLastError'/>
<reference name='virSchedParameter' href='html/libvirt-libvirt.html#virSchedParameter'/>
<reference name='virSchedParameterPtr' href='html/libvirt-libvirt.html#virSchedParameterPtr'/>
<reference name='virSchedParameterType' href='html/libvirt-libvirt.html#virSchedParameterType'/>
+ <reference name='virSecurityLabel' href='html/libvirt-libvirt.html#virSecurityLabel'/>
+ <reference name='virSecurityLabelPtr' href='html/libvirt-libvirt.html#virSecurityLabelPtr'/>
+ <reference name='virSecurityModel' href='html/libvirt-libvirt.html#virSecurityModel'/>
+ <reference name='virSecurityModelPtr' href='html/libvirt-libvirt.html#virSecurityModelPtr'/>
<reference name='virSetErrorFunc' href='html/libvirt-virterror.html#virSetErrorFunc'/>
<reference name='virStoragePool' href='html/libvirt-libvirt.html#virStoragePool'/>
<reference name='virStoragePoolBuild' href='html/libvirt-libvirt.html#virStoragePoolBuild'/>
@@ -487,6 +505,7 @@
<ref name='VIR_ERR_NO_NODE_DEVICE'/>
<ref name='VIR_ERR_NO_OS'/>
<ref name='VIR_ERR_NO_ROOT'/>
+ <ref name='VIR_ERR_NO_SECURITY_MODEL'/>
<ref name='VIR_ERR_NO_SOURCE'/>
<ref name='VIR_ERR_NO_STORAGE_POOL'/>
<ref name='VIR_ERR_NO_STORAGE_VOL'/>
@@ -528,6 +547,7 @@
<ref name='VIR_FROM_QEMU'/>
<ref name='VIR_FROM_REMOTE'/>
<ref name='VIR_FROM_RPC'/>
+ <ref name='VIR_FROM_SECURITY'/>
<ref name='VIR_FROM_SEXPR'/>
<ref name='VIR_FROM_STATS_LINUX'/>
<ref name='VIR_FROM_STORAGE'/>
@@ -543,6 +563,9 @@
<ref name='VIR_MEMORY_VIRTUAL'/>
<ref name='VIR_MIGRATE_LIVE'/>
<ref name='VIR_NODEINFO_MAXCPUS'/>
+ <ref name='VIR_SECURITY_DOI_BUFLEN'/>
+ <ref name='VIR_SECURITY_LABEL_BUFLEN'/>
+ <ref name='VIR_SECURITY_MODEL_BUFLEN'/>
<ref name='VIR_STORAGE_POOL_BUILDING'/>
<ref name='VIR_STORAGE_POOL_BUILD_NEW'/>
<ref name='VIR_STORAGE_POOL_BUILD_REPAIR'/>
@@ -576,6 +599,8 @@
<ref name='_virError'/>
<ref name='_virNodeInfo'/>
<ref name='_virSchedParameter'/>
+ <ref name='_virSecurityLabel'/>
+ <ref name='_virSecurityModel'/>
<ref name='_virStoragePoolInfo'/>
<ref name='_virStorageVolInfo'/>
<ref name='_virVcpuInfo'/>
@@ -656,6 +681,7 @@
<ref name='virDomainGetOSType'/>
<ref name='virDomainGetSchedulerParameters'/>
<ref name='virDomainGetSchedulerType'/>
+ <ref name='virDomainGetSecurityLabel'/>
<ref name='virDomainGetUUID'/>
<ref name='virDomainGetUUIDString'/>
<ref name='virDomainGetVcpus'/>
@@ -707,6 +733,7 @@
<ref name='virEventUpdateHandleFunc'/>
<ref name='virEventUpdateTimeoutFunc'/>
<ref name='virFreeCallback'/>
+ <ref name='virFreeError'/>
<ref name='virGetLastError'/>
<ref name='virGetVersion'/>
<ref name='virInitialize'/>
@@ -731,6 +758,7 @@
<ref name='virNetworkSetAutostart'/>
<ref name='virNetworkUndefine'/>
<ref name='virNodeDevice'/>
+ <ref name='virNodeDeviceDettach'/>
<ref name='virNodeDeviceFree'/>
<ref name='virNodeDeviceGetName'/>
<ref name='virNodeDeviceGetParent'/>
@@ -739,19 +767,27 @@
<ref name='virNodeDeviceLookupByName'/>
<ref name='virNodeDeviceNumOfCaps'/>
<ref name='virNodeDevicePtr'/>
+ <ref name='virNodeDeviceReAttach'/>
<ref name='virNodeDeviceRef'/>
+ <ref name='virNodeDeviceReset'/>
<ref name='virNodeGetCellsFreeMemory'/>
<ref name='virNodeGetFreeMemory'/>
<ref name='virNodeGetInfo'/>
+ <ref name='virNodeGetSecurityModel'/>
<ref name='virNodeInfo'/>
<ref name='virNodeInfoPtr'/>
<ref name='virNodeListDevices'/>
<ref name='virNodeNumOfDevices'/>
<ref name='virResetError'/>
<ref name='virResetLastError'/>
+ <ref name='virSaveLastError'/>
<ref name='virSchedParameter'/>
<ref name='virSchedParameterPtr'/>
<ref name='virSchedParameterType'/>
+ <ref name='virSecurityLabel'/>
+ <ref name='virSecurityLabelPtr'/>
+ <ref name='virSecurityModel'/>
+ <ref name='virSecurityModelPtr'/>
<ref name='virSetErrorFunc'/>
<ref name='virStoragePool'/>
<ref name='virStoragePoolBuild'/>
@@ -840,6 +876,7 @@
<type name='virErrorPtr'>
<ref name='virConnGetLastError'/>
<ref name='virGetLastError'/>
+ <ref name='virSaveLastError'/>
</type>
<type name='virNetworkPtr'>
<ref name='virNetworkCreateXML'/>
@@ -1000,6 +1037,7 @@
<ref name='virNodeGetCellsFreeMemory'/>
<ref name='virNodeGetFreeMemory'/>
<ref name='virNodeGetInfo'/>
+ <ref name='virNodeGetSecurityModel'/>
<ref name='virNodeListDevices'/>
<ref name='virNodeNumOfDevices'/>
<ref name='virStoragePoolCreateXML'/>
@@ -1039,6 +1077,7 @@
<ref name='virDomainGetOSType'/>
<ref name='virDomainGetSchedulerParameters'/>
<ref name='virDomainGetSchedulerType'/>
+ <ref name='virDomainGetSecurityLabel'/>
<ref name='virDomainGetUUID'/>
<ref name='virDomainGetUUIDString'/>
<ref name='virDomainGetVcpus'/>
@@ -1069,6 +1108,7 @@
<ref name='virCopyLastError'/>
<ref name='virDefaultErrorFunc'/>
<ref name='virErrorFunc'/>
+ <ref name='virFreeError'/>
<ref name='virResetError'/>
</type>
<type name='virEventAddHandleFunc'>
@@ -1116,13 +1156,16 @@
<ref name='virNetworkUndefine'/>
</type>
<type name='virNodeDevicePtr'>
+ <ref name='virNodeDeviceDettach'/>
<ref name='virNodeDeviceFree'/>
<ref name='virNodeDeviceGetName'/>
<ref name='virNodeDeviceGetParent'/>
<ref name='virNodeDeviceGetXMLDesc'/>
<ref name='virNodeDeviceListCaps'/>
<ref name='virNodeDeviceNumOfCaps'/>
+ <ref name='virNodeDeviceReAttach'/>
<ref name='virNodeDeviceRef'/>
+ <ref name='virNodeDeviceReset'/>
</type>
<type name='virNodeInfoPtr'>
<ref name='virNodeGetInfo'/>
@@ -1131,6 +1174,12 @@
<ref name='virDomainGetSchedulerParameters'/>
<ref name='virDomainSetSchedulerParameters'/>
</type>
+ <type name='virSecurityLabelPtr'>
+ <ref name='virDomainGetSecurityLabel'/>
+ </type>
+ <type name='virSecurityModelPtr'>
+ <ref name='virNodeGetSecurityModel'/>
+ </type>
<type name='virStoragePoolInfoPtr'>
<ref name='virStoragePoolGetInfo'/>
</type>
@@ -1253,6 +1302,9 @@
<ref name='VIR_MEMORY_VIRTUAL'/>
<ref name='VIR_MIGRATE_LIVE'/>
<ref name='VIR_NODEINFO_MAXCPUS'/>
+ <ref name='VIR_SECURITY_DOI_BUFLEN'/>
+ <ref name='VIR_SECURITY_LABEL_BUFLEN'/>
+ <ref name='VIR_SECURITY_MODEL_BUFLEN'/>
<ref name='VIR_STORAGE_POOL_BUILDING'/>
<ref name='VIR_STORAGE_POOL_BUILD_NEW'/>
<ref name='VIR_STORAGE_POOL_BUILD_REPAIR'/>
@@ -1280,6 +1332,8 @@
<ref name='_virDomainInterfaceStats'/>
<ref name='_virNodeInfo'/>
<ref name='_virSchedParameter'/>
+ <ref name='_virSecurityLabel'/>
+ <ref name='_virSecurityModel'/>
<ref name='_virStoragePoolInfo'/>
<ref name='_virStorageVolInfo'/>
<ref name='_virVcpuInfo'/>
@@ -1352,6 +1406,7 @@
<ref name='virDomainGetOSType'/>
<ref name='virDomainGetSchedulerParameters'/>
<ref name='virDomainGetSchedulerType'/>
+ <ref name='virDomainGetSecurityLabel'/>
<ref name='virDomainGetUUID'/>
<ref name='virDomainGetUUIDString'/>
<ref name='virDomainGetVcpus'/>
@@ -1420,6 +1475,7 @@
<ref name='virNetworkSetAutostart'/>
<ref name='virNetworkUndefine'/>
<ref name='virNodeDevice'/>
+ <ref name='virNodeDeviceDettach'/>
<ref name='virNodeDeviceFree'/>
<ref name='virNodeDeviceGetName'/>
<ref name='virNodeDeviceGetParent'/>
@@ -1428,10 +1484,13 @@
<ref name='virNodeDeviceLookupByName'/>
<ref name='virNodeDeviceNumOfCaps'/>
<ref name='virNodeDevicePtr'/>
+ <ref name='virNodeDeviceReAttach'/>
<ref name='virNodeDeviceRef'/>
+ <ref name='virNodeDeviceReset'/>
<ref name='virNodeGetCellsFreeMemory'/>
<ref name='virNodeGetFreeMemory'/>
<ref name='virNodeGetInfo'/>
+ <ref name='virNodeGetSecurityModel'/>
<ref name='virNodeInfo'/>
<ref name='virNodeInfoPtr'/>
<ref name='virNodeListDevices'/>
@@ -1439,6 +1498,10 @@
<ref name='virSchedParameter'/>
<ref name='virSchedParameterPtr'/>
<ref name='virSchedParameterType'/>
+ <ref name='virSecurityLabel'/>
+ <ref name='virSecurityLabelPtr'/>
+ <ref name='virSecurityModel'/>
+ <ref name='virSecurityModelPtr'/>
<ref name='virStoragePool'/>
<ref name='virStoragePoolBuild'/>
<ref name='virStoragePoolBuildFlags'/>
@@ -1524,6 +1587,7 @@
<ref name='VIR_ERR_NO_NODE_DEVICE'/>
<ref name='VIR_ERR_NO_OS'/>
<ref name='VIR_ERR_NO_ROOT'/>
+ <ref name='VIR_ERR_NO_SECURITY_MODEL'/>
<ref name='VIR_ERR_NO_SOURCE'/>
<ref name='VIR_ERR_NO_STORAGE_POOL'/>
<ref name='VIR_ERR_NO_STORAGE_VOL'/>
@@ -1561,6 +1625,7 @@
<ref name='VIR_FROM_QEMU'/>
<ref name='VIR_FROM_REMOTE'/>
<ref name='VIR_FROM_RPC'/>
+ <ref name='VIR_FROM_SECURITY'/>
<ref name='VIR_FROM_SEXPR'/>
<ref name='VIR_FROM_STATS_LINUX'/>
<ref name='VIR_FROM_STORAGE'/>
@@ -1588,9 +1653,11 @@
<ref name='virErrorLevel'/>
<ref name='virErrorNumber'/>
<ref name='virErrorPtr'/>
+ <ref name='virFreeError'/>
<ref name='virGetLastError'/>
<ref name='virResetError'/>
<ref name='virResetLastError'/>
+ <ref name='virSaveLastError'/>
<ref name='virSetErrorFunc'/>
</file>
</files>
@@ -1644,6 +1711,9 @@
<word name='Build'>
<ref name='virStoragePoolBuild'/>
</word>
+ <word name='Bus'>
+ <ref name='virNodeDeviceReset'/>
+ </word>
<word name='Bytes'>
<ref name='virDomainPinVcpu'/>
</word>
@@ -1718,6 +1788,9 @@
</word>
</letter>
<letter name='D'>
+ <word name='D-State'>
+ <ref name='virNodeDeviceReset'/>
+ </word>
<word name='Daemon'>
<ref name='virDomainCoreDump'/>
</word>
@@ -1737,6 +1810,7 @@
<ref name='virStorageVolDelete'/>
</word>
<word name='Depending'>
+ <ref name='virNodeDeviceReAttach'/>
<ref name='virStorageVolGetPath'/>
</word>
<word name='Deprecated'>
@@ -1795,8 +1869,10 @@
</word>
<word name='Extract'>
<ref name='virDomainGetInfo'/>
+ <ref name='virDomainGetSecurityLabel'/>
<ref name='virDomainGetVcpus'/>
<ref name='virNodeGetInfo'/>
+ <ref name='virNodeGetSecurityModel'/>
</word>
</letter>
<letter name='F'>
@@ -1846,6 +1922,9 @@
<ref name='virNetworkFree'/>
<ref name='virStoragePoolFree'/>
</word>
+ <word name='Function'>
+ <ref name='virNodeDeviceReset'/>
+ </word>
</letter>
<letter name='G'>
<word name='Get'>
@@ -1912,14 +1991,23 @@
<word name='KBytes'>
<ref name='_virDomainInfo'/>
</word>
+ <word name='KVM'>
+ <ref name='virNodeDeviceReset'/>
+ </word>
</letter>
<letter name='L'>
+ <word name='Labeled'>
+ <ref name='VIR_SECURITY_LABEL_BUFLEN'/>
+ </word>
<word name='Launch'>
<ref name='virDomainCreateXML'/>
</word>
<word name='Length'>
<ref name='_virConnectCredential'/>
</word>
+ <word name='Level'>
+ <ref name='virNodeDeviceReset'/>
+ </word>
<word name='Linux'>
<ref name='virDomainMemoryPeek'/>
</word>
@@ -1941,6 +2029,12 @@
<word name='Macro'>
<ref name='LIBVIR_VERSION_NUMBER'/>
<ref name='VIR_DOMAIN_SCHED_FIELD_LENGTH'/>
+ <ref name='VIR_SECURITY_DOI_BUFLEN'/>
+ <ref name='VIR_SECURITY_LABEL_BUFLEN'/>
+ <ref name='VIR_SECURITY_MODEL_BUFLEN'/>
+ </word>
+ <word name='Management'>
+ <ref name='virNodeDeviceReset'/>
</word>
<word name='Master'>
<ref name='virDomainBlockPeek'/>
@@ -1955,8 +2049,11 @@
<ref name='virDomainMigrate'/>
</word>
</letter>
+ </chunk>
+ <chunk name='chunk1'>
<letter name='N'>
<word name='NFS'>
+ <ref name='VIR_SECURITY_LABEL_BUFLEN'/>
<ref name='virConnectFindStoragePoolSources'/>
</word>
<word name='NUMA'>
@@ -1976,6 +2073,7 @@
<ref name='virStorageVolCreateXML'/>
</word>
<word name='Note'>
+ <ref name='VIR_SECURITY_LABEL_BUFLEN'/>
<ref name='virDomainBlockPeek'/>
<ref name='virDomainCoreDump'/>
<ref name='virDomainGetInfo'/>
@@ -1986,8 +2084,6 @@
<ref name='virDomainShutdown'/>
</word>
</letter>
- </chunk>
- <chunk name='chunk1'>
<letter name='O'>
<word name='OUT'>
<ref name='cpumap'/>
@@ -2009,6 +2105,9 @@
</word>
</letter>
<letter name='P'>
+ <word name='PCI'>
+ <ref name='virNodeDeviceReset'/>
+ </word>
<word name='Part'>
<ref name='virEventAddHandleFunc'/>
<ref name='virEventAddTimeoutFunc'/>
@@ -2017,6 +2116,9 @@
<ref name='virEventUpdateHandleFunc'/>
<ref name='virEventUpdateTimeoutFunc'/>
</word>
+ <word name='Power'>
+ <ref name='virNodeDeviceReset'/>
+ </word>
<word name='Prompt'>
<ref name='_virConnectCredential'/>
</word>
@@ -2054,6 +2156,9 @@
<ref name='virDomainGetUUIDString'/>
<ref name='virNetworkGetUUIDString'/>
</word>
+ <word name='Re-attach'>
+ <ref name='virNodeDeviceReAttach'/>
+ </word>
<word name='Read-Only'>
<ref name='virConnectGetVersion'/>
</word>
@@ -2086,9 +2191,13 @@
</word>
<word name='Reset'>
<ref name='virConnResetLastError'/>
+ <ref name='virNodeDeviceReset'/>
<ref name='virResetError'/>
<ref name='virResetLastError'/>
</word>
+ <word name='Resets'>
+ <ref name='virFreeError'/>
+ </word>
<word name='Result'>
<ref name='_virConnectCredential'/>
</word>
@@ -2103,6 +2212,12 @@
</word>
</letter>
<letter name='S'>
+ <word name='Save'>
+ <ref name='virSaveLastError'/>
+ </word>
+ <word name='Secondary'>
+ <ref name='virNodeDeviceReset'/>
+ </word>
<word name='See'>
<ref name='virConnectGetType'/>
</word>
@@ -2345,6 +2460,7 @@
<ref name='virConnectNumOfDomains'/>
<ref name='virConnectNumOfNetworks'/>
<ref name='virConnectNumOfStoragePools'/>
+ <ref name='virDomainGetSecurityLabel'/>
<ref name='virDomainSuspend'/>
<ref name='virStoragePoolDestroy'/>
</word>
@@ -2369,6 +2485,9 @@
<word name='addresses'>
<ref name='virDomainMemoryPeek'/>
</word>
+ <word name='affect'>
+ <ref name='virNodeDeviceReset'/>
+ </word>
<word name='after'>
<ref name='virConnectDomainEventRegister'/>
<ref name='virConnectGetCapabilities'/>
@@ -2378,6 +2497,10 @@
<ref name='virDomainShutdown'/>
<ref name='virEventRemoveHandleFunc'/>
<ref name='virEventRemoveTimeoutFunc'/>
+ <ref name='virNodeDeviceReset'/>
+ </word>
+ <word name='again'>
+ <ref name='virNodeDeviceReAttach'/>
</word>
<word name='against'>
<ref name='virConnCopyLastError'/>
@@ -2424,6 +2547,7 @@
<word name='allocation'>
<ref name='_virStoragePoolInfo'/>
<ref name='_virStorageVolInfo'/>
+ <ref name='virSaveLastError'/>
<ref name='virStorageVolGetInfo'/>
</word>
<word name='allowed'>
@@ -2487,6 +2611,7 @@
</word>
<word name='appropriate'>
<ref name='virConnectFindStoragePoolSources'/>
+ <ref name='virNodeDeviceReAttach'/>
</word>
<word name='arbitrary'>
<ref name='virDomainSetVcpus'/>
@@ -2518,6 +2643,7 @@
<ref name='virNetworkDestroy'/>
<ref name='virNetworkRef'/>
<ref name='virNodeDeviceRef'/>
+ <ref name='virNodeDeviceReset'/>
<ref name='virSetErrorFunc'/>
<ref name='virStoragePoolRef'/>
<ref name='virStorageVolRef'/>
@@ -2537,6 +2663,9 @@
<word name='assigned'>
<ref name='virStorageVolGetPath'/>
</word>
+ <word name='assigning'>
+ <ref name='virNodeDeviceReset'/>
+ </word>
<word name='associated'>
<ref name='virDomainDestroy'/>
<ref name='virDomainGetConnect'/>
@@ -2559,6 +2688,9 @@
<ref name='virDomainAttachDevice'/>
<ref name='virDomainDetachDevice'/>
</word>
+ <word name='attempt'>
+ <ref name='virNodeDeviceReset'/>
+ </word>
<word name='attempts'>
<ref name='virConnectFindStoragePoolSources'/>
</word>
@@ -2621,6 +2753,7 @@
<ref name='virDomainMigrate'/>
</word>
<word name='based'>
+ <ref name='VIR_SECURITY_LABEL_BUFLEN'/>
<ref name='virDomainCreateXML'/>
<ref name='virDomainLookupByID'/>
<ref name='virDomainLookupByName'/>
@@ -2646,6 +2779,9 @@
<word name='because'>
<ref name='virDomainMemoryPeek'/>
</word>
+ <word name='before'>
+ <ref name='virNodeDeviceReset'/>
+ </word>
<word name='behaviour'>
<ref name='virStoragePoolRefresh'/>
</word>
@@ -2669,6 +2805,9 @@
<ref name='VIR_CPU_MAPLEN'/>
<ref name='virDomainMigrate'/>
</word>
+ <word name='binding'>
+ <ref name='virNodeDeviceReAttach'/>
+ </word>
<word name='bindings'>
<ref name='virDomainGetConnect'/>
<ref name='virNetworkGetConnect'/>
@@ -2738,6 +2877,7 @@
<ref name='virDomainUndefine'/>
<ref name='virNetworkDefineXML'/>
<ref name='virNetworkUndefine'/>
+ <ref name='virNodeDeviceReset'/>
<ref name='virStoragePoolDestroy'/>
</word>
<word name='byte'>
@@ -2769,6 +2909,7 @@
<ref name='virConnectRef'/>
<ref name='virDomainGetOSType'/>
<ref name='virDomainGetSchedulerType'/>
+ <ref name='virDomainGetSecurityLabel'/>
<ref name='virDomainGetXMLDesc'/>
<ref name='virDomainRef'/>
<ref name='virNetworkGetBridgeName'/>
@@ -2776,6 +2917,8 @@
<ref name='virNetworkRef'/>
<ref name='virNodeDeviceRef'/>
<ref name='virNodeGetCellsFreeMemory'/>
+ <ref name='virNodeGetSecurityModel'/>
+ <ref name='virSaveLastError'/>
<ref name='virStoragePoolRef'/>
<ref name='virStorageVolRef'/>
</word>
@@ -2993,6 +3136,9 @@
<word name='controlled'>
<ref name='virDomainMemoryPeek'/>
</word>
+ <word name='copied'>
+ <ref name='virSaveLastError'/>
+ </word>
<word name='copy'>
<ref name='VIR_COPY_CPUMAP'/>
<ref name='virConnCopyLastError'/>
@@ -3079,6 +3225,8 @@
</word>
<word name='currently'>
<ref name='virDomainCoreDump'/>
+ <ref name='virNodeDeviceReAttach'/>
+ <ref name='virNodeDeviceReset'/>
<ref name='virStoragePoolRefresh'/>
</word>
</letter>
@@ -3113,6 +3261,10 @@
<ref name='virDomainGetName'/>
<ref name='virNetworkGetName'/>
</word>
+ <word name='decides'>
+ <ref name='virDomainGetSecurityLabel'/>
+ <ref name='virNodeGetSecurityModel'/>
+ </word>
<word name='default'>
<ref name='_virConnectCredential'/>
<ref name='virConnSetErrorFunc'/>
@@ -3145,6 +3297,9 @@
<ref name='virConnectDomainEventDeregister'/>
<ref name='virConnectDomainEventRegister'/>
</word>
+ <word name='depends'>
+ <ref name='virNodeDeviceReset'/>
+ </word>
<word name='deprecated'>
<ref name='_virError'/>
</word>
@@ -3195,6 +3350,10 @@
<word name='determines'>
<ref name='virStoragePoolGetAutostart'/>
</word>
+ <word name='dettached'>
+ <ref name='virNodeDeviceReAttach'/>
+ <ref name='virNodeDeviceReset'/>
+ </word>
<word name='dev'>
<ref name='virNodeDeviceRef'/>
</word>
@@ -3204,6 +3363,7 @@
</word>
<word name='devices'>
<ref name='virDomainBlockStats'/>
+ <ref name='virNodeDeviceReset'/>
<ref name='virNodeListDevices'/>
<ref name='virNodeNumOfDevices'/>
<ref name='virStoragePoolRefresh'/>
@@ -3272,6 +3432,9 @@
<ref name='virNetworkUndefine'/>
<ref name='virStoragePoolDestroy'/>
</word>
+ <word name='doi'>
+ <ref name='VIR_SECURITY_DOI_BUFLEN'/>
+ </word>
<word name='domains'>
<ref name='virConnectListDefinedDomains'/>
<ref name='virConnectListDomains'/>
@@ -3300,6 +3463,10 @@
<ref name='virDomainMemoryPeek'/>
<ref name='virDomainMigrate'/>
<ref name='virGetVersion'/>
+ <ref name='virNodeDeviceReAttach'/>
+ </word>
+ <word name='dummy'>
+ <ref name='virNodeDeviceReAttach'/>
</word>
<word name='dump'>
<ref name='virDomainCoreDump'/>
@@ -3397,9 +3564,13 @@
<ref name='virEventTimeoutCallback'/>
<ref name='virEventUpdateHandleFunc'/>
</word>
+ <word name='exact'>
+ <ref name='virNodeDeviceReset'/>
+ </word>
<word name='example'>
<ref name='virDomainBlockStats'/>
<ref name='virDomainMigrate'/>
+ <ref name='virNodeDeviceReset'/>
</word>
<word name='execution'>
<ref name='virConnectDomainEventRegister'/>
@@ -3442,14 +3613,19 @@
<ref name='virNetworkGetXMLDesc'/>
</word>
</letter>
+ </chunk>
+ <chunk name='chunk4'>
<letter name='f'>
<word name='fact'>
<ref name='virDomainMemoryPeek'/>
</word>
<word name='fail'>
<ref name='virDomainSetVcpus'/>
+ <ref name='virNodeDeviceReAttach'/>
+ <ref name='virNodeDeviceReset'/>
</word>
<word name='failed'>
+ <ref name='virSaveLastError'/>
<ref name='virStoragePoolCreateXML'/>
<ref name='virStoragePoolDefineXML'/>
<ref name='virStoragePoolUndefine'/>
@@ -3604,11 +3780,13 @@
<ref name='virDomainGetXMLDesc'/>
<ref name='virEventAddHandleFunc'/>
<ref name='virEventAddTimeoutFunc'/>
+ <ref name='virFreeError'/>
<ref name='virNetworkDestroy'/>
<ref name='virNetworkGetBridgeName'/>
<ref name='virNetworkGetXMLDesc'/>
<ref name='virNodeGetCellsFreeMemory'/>
<ref name='virNodeGetFreeMemory'/>
+ <ref name='virSaveLastError'/>
<ref name='virStoragePoolDelete'/>
<ref name='virStoragePoolDestroy'/>
<ref name='virStoragePoolFree'/>
@@ -3627,6 +3805,9 @@
<word name='freeing'>
<ref name='virNodeDeviceFree'/>
</word>
+ <word name='frees'>
+ <ref name='virFreeError'/>
+ </word>
<word name='frequency'>
<ref name='_virNodeInfo'/>
</word>
@@ -3644,6 +3825,7 @@
<ref name='virDomainResume'/>
<ref name='virEventHandleCallback'/>
<ref name='virNetworkCreate'/>
+ <ref name='virNodeDeviceReAttach'/>
<ref name='virStorageVolDelete'/>
<ref name='virStorageVolGetKey'/>
</word>
@@ -3669,8 +3851,6 @@
<ref name='virStorageVolDelete'/>
</word>
</letter>
- </chunk>
- <chunk name='chunk4'>
<letter name='g'>
<word name='general'>
<ref name='virDomainShutdown'/>
@@ -3705,6 +3885,7 @@
<ref name='virDomainLookupByUUID'/>
<ref name='virDomainLookupByUUIDString'/>
<ref name='virDomainMigrate'/>
+ <ref name='virFreeError'/>
<ref name='virNetworkDestroy'/>
<ref name='virNetworkLookupByName'/>
<ref name='virNetworkLookupByUUID'/>
@@ -3736,8 +3917,12 @@
<ref name='virDomainGetMaxVcpus'/>
<ref name='virDomainReboot'/>
<ref name='virDomainShutdown'/>
+ <ref name='virNodeDeviceReAttach'/>
+ <ref name='virNodeDeviceReset'/>
</word>
</letter>
+ </chunk>
+ <chunk name='chunk5'>
<letter name='h'>
<word name='handle'>
<ref name='virConnectDomainEventRegister'/>
@@ -3984,6 +4169,7 @@
<word name='into'>
<ref name='VIR_COPY_CPUMAP'/>
<ref name='virConnectDomainEventRegister'/>
+ <ref name='virSaveLastError'/>
<ref name='virStoragePoolGetXMLDesc'/>
</word>
<word name='invalid'>
@@ -3998,6 +4184,7 @@
<ref name='virEventRemoveTimeoutFunc'/>
</word>
<word name='involve'>
+ <ref name='virNodeDeviceReAttach'/>
<ref name='virStoragePoolRefresh'/>
</word>
<word name='isn'>
@@ -4016,6 +4203,7 @@
<ref name='virNetworkLookupByUUID'/>
<ref name='virNetworkLookupByUUIDString'/>
<ref name='virNodeDeviceLookupByName'/>
+ <ref name='virNodeDeviceReAttach'/>
<ref name='virStoragePoolCreateXML'/>
<ref name='virStoragePoolDefineXML'/>
<ref name='virStoragePoolLookupByName'/>
@@ -4031,8 +4219,6 @@
<ref name='virStoragePoolDelete'/>
</word>
</letter>
- </chunk>
- <chunk name='chunk5'>
<letter name='j'>
<word name='join'>
<ref name='virNetworkGetBridgeName'/>
@@ -4073,7 +4259,13 @@
<ref name='virDomainShutdown'/>
</word>
</letter>
+ </chunk>
+ <chunk name='chunk6'>
<letter name='l'>
+ <word name='label'>
+ <ref name='VIR_SECURITY_LABEL_BUFLEN'/>
+ <ref name='virDomainGetSecurityLabel'/>
+ </word>
<word name='lack'>
<ref name='virConnectGetVersion'/>
</word>
@@ -4095,6 +4287,7 @@
<ref name='virGetLastError'/>
<ref name='virNodeDeviceFree'/>
<ref name='virResetLastError'/>
+ <ref name='virSaveLastError'/>
</word>
<word name='later'>
<ref name='VIR_COPY_CPUMAP'/>
@@ -4121,6 +4314,9 @@
<word name='length'>
<ref name='VIR_CPU_MAPLEN'/>
<ref name='VIR_DOMAIN_SCHED_FIELD_LENGTH'/>
+ <ref name='VIR_SECURITY_DOI_BUFLEN'/>
+ <ref name='VIR_SECURITY_LABEL_BUFLEN'/>
+ <ref name='VIR_SECURITY_MODEL_BUFLEN'/>
<ref name='VIR_UUID_BUFLEN'/>
<ref name='VIR_UUID_STRING_BUFLEN'/>
<ref name='maplen'/>
@@ -4323,6 +4519,9 @@
<ref name='virNodeGetCellsFreeMemory'/>
</word>
<word name='maximum'>
+ <ref name='VIR_SECURITY_DOI_BUFLEN'/>
+ <ref name='VIR_SECURITY_LABEL_BUFLEN'/>
+ <ref name='VIR_SECURITY_MODEL_BUFLEN'/>
<ref name='_virDomainInfo'/>
<ref name='virConnectGetMaxVcpus'/>
<ref name='virDomainGetMaxMemory'/>
@@ -4338,29 +4537,6 @@
<ref name='virConnectListStoragePools'/>
<ref name='virStoragePoolListVolumes'/>
</word>
- <word name='may'>
- <ref name='virConnectGetURI'/>
- <ref name='virConnectGetVersion'/>
- <ref name='virDomainBlockPeek'/>
- <ref name='virDomainBlockStats'/>
- <ref name='virDomainCreateXML'/>
- <ref name='virDomainDestroy'/>
- <ref name='virDomainGetXMLDesc'/>
- <ref name='virDomainInterfaceStats'/>
- <ref name='virDomainMemoryPeek'/>
- <ref name='virDomainMigrate'/>
- <ref name='virDomainReboot'/>
- <ref name='virDomainResume'/>
- <ref name='virDomainSave'/>
- <ref name='virDomainSetMemory'/>
- <ref name='virDomainSetVcpus'/>
- <ref name='virDomainShutdown'/>
- <ref name='virDomainSuspend'/>
- <ref name='virNetworkDestroy'/>
- <ref name='virNetworkGetBridgeName'/>
- <ref name='virNetworkGetXMLDesc'/>
- <ref name='virStoragePoolRefresh'/>
- </word>
<word name='means'>
<ref name='virDomainPinVcpu'/>
</word>
@@ -4394,6 +4570,7 @@
<ref name='virDomainRestore'/>
<ref name='virDomainSave'/>
<ref name='virNetworkRef'/>
+ <ref name='virNodeDeviceReAttach'/>
<ref name='virNodeDeviceRef'/>
<ref name='virStoragePoolGetXMLDesc'/>
<ref name='virStoragePoolRef'/>
@@ -4426,7 +4603,9 @@
<ref name='virDomainPinVcpu'/>
</word>
<word name='model'>
+ <ref name='VIR_SECURITY_MODEL_BUFLEN'/>
<ref name='_virNodeInfo'/>
+ <ref name='virNodeGetSecurityModel'/>
</word>
<word name='modify'>
<ref name='virEventUpdateHandleFunc'/>
@@ -4502,7 +4681,7 @@
</word>
</letter>
</chunk>
- <chunk name='chunk6'>
+ <chunk name='chunk7'>
<letter name='n'>
<word name='names'>
<ref name='virConnectListDefinedDomains'/>
@@ -4558,6 +4737,8 @@
<ref name='virNodeDeviceFree'/>
<ref name='virNodeDeviceGetXMLDesc'/>
<ref name='virNodeDeviceLookupByName'/>
+ <ref name='virNodeDeviceReAttach'/>
+ <ref name='virNodeDeviceReset'/>
<ref name='virNodeGetCellsFreeMemory'/>
<ref name='virNodeGetInfo'/>
<ref name='virNodeListDevices'/>
@@ -4685,9 +4866,14 @@
</word>
<word name='operation'>
<ref name='virDomainGetOSType'/>
+ <ref name='virDomainGetSecurityLabel'/>
<ref name='virDomainReboot'/>
+ <ref name='virNodeGetSecurityModel'/>
<ref name='virStoragePoolDelete'/>
</word>
+ <word name='operations'>
+ <ref name='virNodeDeviceReAttach'/>
+ </word>
<word name='option'>
<ref name='virDomainShutdown'/>
</word>
@@ -4719,6 +4905,7 @@
<ref name='virDomainGetConnect'/>
<ref name='virDomainMigrate'/>
<ref name='virNetworkGetConnect'/>
+ <ref name='virNodeDeviceReset'/>
<ref name='virStoragePoolGetConnect'/>
<ref name='virStorageVolGetConnect'/>
</word>
@@ -4889,6 +5076,8 @@
</word>
<word name='previously'>
<ref name='cpumap'/>
+ <ref name='virNodeDeviceReAttach'/>
+ <ref name='virNodeDeviceReset'/>
</word>
<word name='printing'>
<ref name='virSetErrorFunc'/>
@@ -4940,6 +5129,9 @@
<word name='providing'>
<ref name='LIBVIR_VERSION_NUMBER'/>
<ref name='VIR_DOMAIN_SCHED_FIELD_LENGTH'/>
+ <ref name='VIR_SECURITY_DOI_BUFLEN'/>
+ <ref name='VIR_SECURITY_LABEL_BUFLEN'/>
+ <ref name='VIR_SECURITY_MODEL_BUFLEN'/>
<ref name='virDomainCreateLinux'/>
</word>
<word name='public'>
@@ -4953,7 +5145,7 @@
</word>
</letter>
</chunk>
- <chunk name='chunk7'>
+ <chunk name='chunk8'>
<letter name='q'>
<word name='querying'>
<ref name='virConnectFindStoragePoolSources'/>
@@ -5153,9 +5345,11 @@
<word name='reset'>
<ref name='VIR_UNUSE_CPU'/>
<ref name='virConnSetErrorFunc'/>
+ <ref name='virNodeDeviceReset'/>
<ref name='virSetErrorFunc'/>
</word>
<word name='resetting'>
+ <ref name='virNodeDeviceReAttach'/>
<ref name='virResetLastError'/>
</word>
<word name='resources'>
@@ -5168,6 +5362,9 @@
<word name='response'>
<ref name='_virConnectCredential'/>
</word>
+ <word name='responsibility'>
+ <ref name='virSaveLastError'/>
+ </word>
<word name='restart'>
<ref name='virDomainReboot'/>
</word>
@@ -5307,6 +5504,10 @@
<ref name='virDomainMigrate'/>
<ref name='virStorageVolGetName'/>
</word>
+ <word name='security'>
+ <ref name='virDomainGetSecurityLabel'/>
+ <ref name='virNodeGetSecurityModel'/>
+ </word>
<word name='see'>
<ref name='_virError'/>
<ref name='virDomainCreateXML'/>
@@ -5318,6 +5519,9 @@
<word name='seen'>
<ref name='virDomainMigrate'/>
</word>
+ <word name='semantics'>
+ <ref name='virNodeDeviceReset'/>
+ </word>
<word name='separate'>
<ref name='virConnResetLastError'/>
<ref name='virCopyLastError'/>
@@ -5538,6 +5742,9 @@
<ref name='virConnectListDefinedNetworks'/>
</word>
<word name='string'>
+ <ref name='VIR_SECURITY_DOI_BUFLEN'/>
+ <ref name='VIR_SECURITY_LABEL_BUFLEN'/>
+ <ref name='VIR_SECURITY_MODEL_BUFLEN'/>
<ref name='_virError'/>
<ref name='_virNodeInfo'/>
<ref name='virConnectGetCapabilities'/>
@@ -5560,9 +5767,11 @@
<ref name='virDomainBlockStats'/>
<ref name='virDomainFree'/>
<ref name='virDomainGetInfo'/>
+ <ref name='virDomainGetSecurityLabel'/>
<ref name='virDomainInterfaceStats'/>
<ref name='virNetworkFree'/>
<ref name='virNodeGetInfo'/>
+ <ref name='virNodeGetSecurityModel'/>
</word>
<word name='structures'>
<ref name='virDomainGetVcpus'/>
@@ -5580,6 +5789,7 @@
<word name='such'>
<ref name='virConnCopyLastError'/>
<ref name='virConnGetLastError'/>
+ <ref name='virNodeDeviceReAttach'/>
<ref name='virStoragePoolGetInfo'/>
<ref name='virStorageVolGetInfo'/>
</word>
@@ -5611,9 +5821,11 @@
<ref name='_virConnectAuth'/>
<ref name='virConnectGetMaxVcpus'/>
<ref name='virDomainGetMaxVcpus'/>
+ <ref name='virDomainGetSecurityLabel'/>
<ref name='virDomainMigrate'/>
<ref name='virNodeDeviceListCaps'/>
<ref name='virNodeDeviceNumOfCaps'/>
+ <ref name='virNodeGetSecurityModel'/>
</word>
<word name='supports'>
<ref name='virDomainMigrate'/>
@@ -5632,7 +5844,7 @@
</word>
</letter>
</chunk>
- <chunk name='chunk8'>
+ <chunk name='chunk9'>
<letter name='t'>
<word name='take'>
<ref name='virConnectDomainEventRegister'/>
@@ -5670,32 +5882,6 @@
<ref name='virDomainInterfaceStats'/>
<ref name='virDomainSetSchedulerParameters'/>
</word>
- <word name='that'>
- <ref name='virConnCopyLastError'/>
- <ref name='virConnGetLastError'/>
- <ref name='virConnResetLastError'/>
- <ref name='virConnectRef'/>
- <ref name='virDomainBlockPeek'/>
- <ref name='virDomainBlockStats'/>
- <ref name='virDomainCoreDump'/>
- <ref name='virDomainGetInfo'/>
- <ref name='virDomainGetName'/>
- <ref name='virDomainInterfaceStats'/>
- <ref name='virDomainLookupByID'/>
- <ref name='virDomainMemoryPeek'/>
- <ref name='virDomainMigrate'/>
- <ref name='virDomainPinVcpu'/>
- <ref name='virDomainReboot'/>
- <ref name='virDomainRef'/>
- <ref name='virDomainSetVcpus'/>
- <ref name='virDomainShutdown'/>
- <ref name='virNetworkGetName'/>
- <ref name='virNetworkRef'/>
- <ref name='virNodeDeviceRef'/>
- <ref name='virStoragePoolRef'/>
- <ref name='virStoragePoolRefresh'/>
- <ref name='virStorageVolRef'/>
- </word>
<word name='their'>
<ref name='virConnectListDomains'/>
<ref name='virConnectListNetworks'/>
@@ -5832,6 +6018,7 @@
<ref name='virDomainGetOSType'/>
<ref name='virDomainGetSchedulerType'/>
<ref name='virGetVersion'/>
+ <ref name='virNodeDeviceReset'/>
</word>
<word name='types'>
<ref name='virConnectFindStoragePoolSources'/>
@@ -5848,6 +6035,9 @@
</word>
</letter>
<letter name='u'>
+ <word name='unbinding'>
+ <ref name='virNodeDeviceReAttach'/>
+ </word>
<word name='undefined'>
<ref name='virDomainDefineXML'/>
<ref name='virStoragePoolDefineXML'/>
@@ -5951,6 +6141,8 @@
<ref name='virDomainGetConnect'/>
<ref name='virErrorFunc'/>
<ref name='virNetworkGetConnect'/>
+ <ref name='virNodeDeviceReAttach'/>
+ <ref name='virNodeDeviceReset'/>
<ref name='virStoragePoolBuild'/>
<ref name='virStoragePoolCreate'/>
<ref name='virStoragePoolCreateXML'/>
@@ -5965,6 +6157,7 @@
<ref name='VIR_CPU_MAPLEN'/>
<ref name='VIR_CPU_USABLE'/>
<ref name='VIR_GET_CPUMAP'/>
+ <ref name='VIR_SECURITY_LABEL_BUFLEN'/>
<ref name='VIR_UNUSE_CPU'/>
<ref name='VIR_USE_CPU'/>
<ref name='_virConnectAuth'/>
@@ -5984,6 +6177,7 @@
<ref name='virNetworkDestroy'/>
<ref name='virNetworkFree'/>
<ref name='virNetworkGetXMLDesc'/>
+ <ref name='virNodeDeviceReAttach'/>
</word>
<word name='useful'>
<ref name='virConnectRef'/>
@@ -6034,13 +6228,14 @@
</word>
</letter>
</chunk>
- <chunk name='chunk9'>
+ <chunk name='chunk10'>
<letter name='v'>
<word name='valid'>
<ref name='virConnectDomainEventRegister'/>
</word>
<word name='value'>
<ref name='VIR_CPU_USABLE'/>
+ <ref name='VIR_SECURITY_LABEL_BUFLEN'/>
<ref name='_virVcpuInfo'/>
<ref name='virConnectGetMaxVcpus'/>
<ref name='virConnectGetVersion'/>
@@ -6192,6 +6387,9 @@
<word name='virEventTimeoutFreeFunc'>
<ref name='virEventRemoveTimeoutFunc'/>
</word>
+ <word name='virFreeError'>
+ <ref name='virSaveLastError'/>
+ </word>
<word name='virGetLastError'>
<ref name='virConnCopyLastError'/>
<ref name='virConnGetLastError'/>
@@ -6225,6 +6423,15 @@
<word name='virSchedParameter'>
<ref name='VIR_DOMAIN_SCHED_FIELD_LENGTH'/>
</word>
+ <word name='virSecurityLabel'>
+ <ref name='VIR_SECURITY_LABEL_BUFLEN'/>
+ <ref name='virDomainGetSecurityLabel'/>
+ </word>
+ <word name='virSecurityModel'>
+ <ref name='VIR_SECURITY_DOI_BUFLEN'/>
+ <ref name='VIR_SECURITY_MODEL_BUFLEN'/>
+ <ref name='virNodeGetSecurityModel'/>
+ </word>
<word name='virStoragePoolCreate'>
<ref name='virStoragePoolDestroy'/>
</word>
@@ -6426,7 +6633,7 @@
</word>
</letter>
</chunk>
- <chunk name='chunk10'>
+ <chunk name='chunk11'>
<letter name='x'>
<word name='xen'>
<ref name='virConnectOpen'/>
@@ -6464,17 +6671,18 @@
</letter>
</chunk>
<chunks>
- <chunk name='chunk0' start='A' end='N'/>
- <chunk name='chunk1' start='O' end='a'/>
+ <chunk name='chunk0' start='A' end='M'/>
+ <chunk name='chunk1' start='N' end='a'/>
<chunk name='chunk2' start='b' end='c'/>
- <chunk name='chunk3' start='d' end='f'/>
- <chunk name='chunk4' start='g' end='i'/>
- <chunk name='chunk5' start='j' end='m'/>
- <chunk name='chunk6' start='n' end='p'/>
- <chunk name='chunk7' start='q' end='s'/>
- <chunk name='chunk8' start='t' end='u'/>
- <chunk name='chunk9' start='v' end='w'/>
- <chunk name='chunk10' start='x' end='z'/>
+ <chunk name='chunk3' start='d' end='e'/>
+ <chunk name='chunk4' start='f' end='g'/>
+ <chunk name='chunk5' start='h' end='k'/>
+ <chunk name='chunk6' start='l' end='m'/>
+ <chunk name='chunk7' start='n' end='p'/>
+ <chunk name='chunk8' start='q' end='s'/>
+ <chunk name='chunk9' start='t' end='u'/>
+ <chunk name='chunk10' start='v' end='w'/>
+ <chunk name='chunk11' start='x' end='z'/>
</chunks>
</index>
</apirefs>
diff --git a/docs/news.html b/docs/news.html
index ae6ac79..42e1f55 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -76,6 +76,51 @@
<p>Here is the list of official releases, however since it is early on in the
development of libvirt, it is preferable when possible to just use the <a href="downloads.html">CVS version or snapshot</a>, contact the mailing list
and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
+ <h3>0.6.1: Mar 3 2009</h3>
+ <ul><li>New features: new APIs for Node device detach reattach and reset
+ (Mark McLoughlin), sVirt mandatory access control support (James
+ Morris and Dan Walsh)</li><li>Portability: non gcc toolchain (John Levon), gcc-4.4 warnings fixes
+ (Mark McLoughlin), fix build without LXC and QEmu (Jim Meyering)</li><li>Documentation: man page bugzilla URL (Mark McLoughlin), typo
+ in domain format (Jesse Farinacci), clock offset fix (Mark
+ McLoughlin), hostdev description typo (Mark McLoughlin), static
+ host IP (Charles Duffy), new example program (David Allan)</li><li>Bug fixes: NULL dereference in LXC (Jim Meyering), fix domain
+ error reporting (John Levon), fix loop of libvirtd --timeout
+ (Daniel Berrange), limit history to 500 to restrict virsh memory
+ (Daniel Berrange), wrong lvm volume format check (Cole Robinson),
+ I/O error in daemon and associated remote acces crash (Daniel
+ Berrange), fix autostart of session daemon (Daniel Berrange),
+ restart guest on qemu migration failures (Chris Lalancette),
+ config parsing leaks (Ryota Ozaki), DBus multithreading activation
+ to avoid crashes (Daniel Berrange), mark defined network descriptions
+ as persistent (Cole Robinson), qemu+tls handshake negotiation hang
+ (Chris Lalancette)</li><li>Improvements: don't hardcode ssh port (Guido Günther), new test
+ cases and testing infrastructure (Jim Meyering), improve the
+ SExpr parser (John Levon), proper error reporting on xend
+ shutdown command (John Levon), proper handling of errors when
+ saving QEmu domains state (Guido Günther), revamp of the internal
+ error memory APIs (John Levon), better virsh error reporting (John
+ Levon), more daemon options to allow running multiple daemons (Jim
+ Meyering), error handling when creating a QEmu domain (Guido Günther),
+ fix timeouts in QEmu log reading (Guido Günther), migration with
+ xend 3.3 fixes (John Levon), virsh XML dump flags cleanup (Cole
+ Robinson), fix build with loadable drivers (Maximilian Wilhelm),
+ internal XML APIs to read long long and hexa values (Mark
+ McLoughlin), function to parse node device XML descriptions and
+ associated test (Mark McLoughlin), generate network bridge names if
+ not provided (Cole Robinson), recognize ejectable media in hostdev
+ hal driver (Cole Robinson), integration of sVirt (Daniel Berrange)</li><li>Cleanups: printf NULL string checks (John Levon), remove uses of
+ strerror and use virStrerror (Jim Meyering), remove redundant NULL
+ assignments (Jim Meyering), QEmu driver logging and exec cleanups
+ (Jim Meyering), many error handling cleanups (Jim Meyering), XML
+ module cleanups (Mark McLoughlin), compiler warning (Maximilian
+ Wilhelm), daemon TCP listen cleanup (Cole Robinson), size_t type
+ cleanup (Guido Günther), parallel make fix (Michael Marineau),
+ storage error diagnostic fix (Ryota Ozaki), remove redundant monitor
+ watch variable (Cole Robinson), qemu AttachDevice error report
+ improvement (Cole Robinson), virsh output cleanup (Jim Meyering),
+ various tests cleanups and improvements (Jim Meyering), fix the
+ internal export list with new APIs (Daniel Berrange), cleanups on
+ new APIs for Node device (Daniel Berrange)</li></ul>
<h3>0.6.0: Jan 31 2009</h3>
<ul><li>New features: thread safety of the API and event handling (Daniel
Berrange), allow QEmu domains to survive daemon restart (Guido
diff --git a/docs/news.html.in b/docs/news.html.in
index 749caf2..9acc81b 100644
--- a/docs/news.html.in
+++ b/docs/news.html.in
@@ -5,6 +5,58 @@
<p>Here is the list of official releases, however since it is early on in the
development of libvirt, it is preferable when possible to just use the <a href="downloads.html">CVS version or snapshot</a>, contact the mailing list
and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
+ <h3>0.6.1: Mar 3 2009</h3>
+ <ul>
+ <li>New features: new APIs for Node device detach reattach and reset
+ (Mark McLoughlin), sVirt mandatory access control support (James
+ Morris and Dan Walsh)</li>
+ <li>Portability: non gcc toolchain (John Levon), gcc-4.4 warnings fixes
+ (Mark McLoughlin), fix build without LXC and QEmu (Jim Meyering)</li>
+ <li>Documentation: man page bugzilla URL (Mark McLoughlin), typo
+ in domain format (Jesse Farinacci), clock offset fix (Mark
+ McLoughlin), hostdev description typo (Mark McLoughlin), static
+ host IP (Charles Duffy), new example program (David Allan)</li>
+ <li>Bug fixes: NULL dereference in LXC (Jim Meyering), fix domain
+ error reporting (John Levon), fix loop of libvirtd --timeout
+ (Daniel Berrange), limit history to 500 to restrict virsh memory
+ (Daniel Berrange), wrong lvm volume format check (Cole Robinson),
+ I/O error in daemon and associated remote acces crash (Daniel
+ Berrange), fix autostart of session daemon (Daniel Berrange),
+ restart guest on qemu migration failures (Chris Lalancette),
+ config parsing leaks (Ryota Ozaki), DBus multithreading activation
+ to avoid crashes (Daniel Berrange), mark defined network descriptions
+ as persistent (Cole Robinson), qemu+tls handshake negotiation hang
+ (Chris Lalancette)</li>
+ <li>Improvements: don't hardcode ssh port (Guido Günther), new test
+ cases and testing infrastructure (Jim Meyering), improve the
+ SExpr parser (John Levon), proper error reporting on xend
+ shutdown command (John Levon), proper handling of errors when
+ saving QEmu domains state (Guido Günther), revamp of the internal
+ error memory APIs (John Levon), better virsh error reporting (John
+ Levon), more daemon options to allow running multiple daemons (Jim
+ Meyering), error handling when creating a QEmu domain (Guido Günther),
+ fix timeouts in QEmu log reading (Guido Günther), migration with
+ xend 3.3 fixes (John Levon), virsh XML dump flags cleanup (Cole
+ Robinson), fix build with loadable drivers (Maximilian Wilhelm),
+ internal XML APIs to read long long and hexa values (Mark
+ McLoughlin), function to parse node device XML descriptions and
+ associated test (Mark McLoughlin), generate network bridge names if
+ not provided (Cole Robinson), recognize ejectable media in hostdev
+ hal driver (Cole Robinson), integration of sVirt (Daniel Berrange)</li>
+ <li>Cleanups: printf NULL string checks (John Levon), remove uses of
+ strerror and use virStrerror (Jim Meyering), remove redundant NULL
+ assignments (Jim Meyering), QEmu driver logging and exec cleanups
+ (Jim Meyering), many error handling cleanups (Jim Meyering), XML
+ module cleanups (Mark McLoughlin), compiler warning (Maximilian
+ Wilhelm), daemon TCP listen cleanup (Cole Robinson), size_t type
+ cleanup (Guido Günther), parallel make fix (Michael Marineau),
+ storage error diagnostic fix (Ryota Ozaki), remove redundant monitor
+ watch variable (Cole Robinson), qemu AttachDevice error report
+ improvement (Cole Robinson), virsh output cleanup (Jim Meyering),
+ various tests cleanups and improvements (Jim Meyering), fix the
+ internal export list with new APIs (Daniel Berrange), cleanups on
+ new APIs for Node device (Daniel Berrange)</li>
+ </ul>
<h3>0.6.0: Jan 31 2009</h3>
<ul>
<li>New features: thread safety of the API and event handling (Daniel
diff --git a/docs/remote.html b/docs/remote.html
index c8824e6..3913156 100644
--- a/docs/remote.html
+++ b/docs/remote.html
@@ -663,22 +663,6 @@ Blank lines and comments beginning with <code>#</code> are ignored.
after commas between the fields (and this is what we check against),
but the <code>openssl x509</code> tool shows spaces.
</p>
- </td></tr><tr><td> tls_allowed_ip_list ["ip1", "ip2", "ip3"] </td><td> (none - clients can connect from anywhere) </td><td>
- <p>
- Enable an access control list of the IP addresses of clients
- who can connect to the TLS or TCP ports on this server.
- </p>
- <p>
- The default is that clients can connect from any IP address.
- </p>
- <p>
- This list may contain wildcards such as <code>192.168.*</code>
- See the POSIX <code>fnmatch</code> function for the format
- of the wildcards.
- </p>
- <p>
- Note that if this is an empty list, <i>no client can connect</i>.
- </p>
</td></tr></table>
<h3>
<a name="Remote_IPv6" id="Remote_IPv6">IPv6 support</a>
diff --git a/docs/remote.html.in b/docs/remote.html.in
index 907dcf4..4941913 100644
--- a/docs/remote.html.in
+++ b/docs/remote.html.in
@@ -793,27 +793,6 @@ Blank lines and comments beginning with <code>#</code> are ignored.
</p>
</td>
</tr>
- <tr>
- <td> tls_allowed_ip_list ["ip1", "ip2", "ip3"] </td>
- <td> (none - clients can connect from anywhere) </td>
- <td>
- <p>
- Enable an access control list of the IP addresses of clients
- who can connect to the TLS or TCP ports on this server.
- </p>
- <p>
- The default is that clients can connect from any IP address.
- </p>
- <p>
- This list may contain wildcards such as <code>192.168.*</code>
- See the POSIX <code>fnmatch</code> function for the format
- of the wildcards.
- </p>
- <p>
- Note that if this is an empty list, <i>no client can connect</i>.
- </p>
- </td>
- </tr>
</table>
<h3>
<a name="Remote_IPv6" id="Remote_IPv6">IPv6 support</a>
diff --git a/docs/schemas/Makefile.in b/docs/schemas/Makefile.in
index b3afd6b..a5b9ec5 100644
--- a/docs/schemas/Makefile.in
+++ b/docs/schemas/Makefile.in
@@ -484,6 +484,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
diff --git a/docs/schemas/capability.rng b/docs/schemas/capability.rng
index f848da2..2c8559a 100644
--- a/docs/schemas/capability.rng
+++ b/docs/schemas/capability.rng
@@ -33,9 +33,24 @@
<optional>
<ref name='topology'/>
</optional>
+ <optional>
+ <ref name='secmodel'/>
+ </optional>
+ </element>
+ </define>
+
+ <define name='secmodel'>
+ <element name='secmodel'>
+ <element name='model'>
+ <text/>
+ </element>
+ <element name='doi'>
+ <text/>
+ </element>
</element>
</define>
+
<define name='cpufeatures'>
<element name='features'>
<optional>
diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng
index 04f6e78..2e2e408 100644
--- a/docs/schemas/domain.rng
+++ b/docs/schemas/domain.rng
@@ -22,10 +22,25 @@
<optional>
<ref name='devices'/>
</optional>
+ <optional>
+ <ref name='seclabel'/>
+ </optional>
</interleave>
</element>
</define>
+ <define name='seclabel'>
+ <element name='seclabel'>
+ <attribute name='model'>
+ <text/>
+ </attribute>
+ <element name='label'>
+ <text/>
+ </element>
+ </element>
+ </define>
+
+
<define name='hvs'>
<attribute name='type'>
<choice>
@@ -911,6 +926,12 @@
<value>pci</value>
</choice>
</attribute>
+ <attribute name='managed'>
+ <choice>
+ <value>yes</value>
+ <value>no</value>
+ </choice>
+ </attribute>
</optional>
<group>
<element name='source'>
diff --git a/docs/virsh.pod b/docs/virsh.pod
index 8b42ea0..58bba6b 100644
--- a/docs/virsh.pod
+++ b/docs/virsh.pod
@@ -540,9 +540,9 @@ L<virt-install(1)>, L<xm(1)>, L<virt-top(1)>, L<virt-mem(1)>, L<virt-df(1)>, L<h
=head1 BUGS
-Bugs can be view on the RedHat bugzilla page under the libvirt
+Bugs can be filed in Red Hat bugzilla under the Virtualization Tools/libvirt
L<https://bugzilla.redhat.com/>
-L<https://bugzilla.redhat.com/bugzilla/buglist.cgi?product=Fedora+Core&component=libvirt&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=MODIFIED&short_desc_type=allwordssubstr&short_desc=&long_desc_type=allwordssubstr>
+L<https://bugzilla.redhat.com/buglist.cgi?product=Virtualization+Tools&component=libvirt&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED>
=end
diff --git a/examples/domain-events/events-c/Makefile.in b/examples/domain-events/events-c/Makefile.in
index 5f49aee..3e9d8ec 100644
--- a/examples/domain-events/events-c/Makefile.in
+++ b/examples/domain-events/events-c/Makefile.in
@@ -497,6 +497,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
diff --git a/examples/hellolibvirt/Makefile.am b/examples/hellolibvirt/Makefile.am
new file mode 100644
index 0000000..6ef2cc8
--- /dev/null
+++ b/examples/hellolibvirt/Makefile.am
@@ -0,0 +1,5 @@
+INCLUDES = -I at top_srcdir@/include
+noinst_PROGRAMS = hellolibvirt
+hellolibvirt_CFLAGS = $(WARN_CFLAGS)
+hellolibvirt_SOURCES = hellolibvirt.c
+hellolibvirt_LDADD = @top_builddir@/src/libvirt.la
diff --git a/examples/domain-events/events-c/Makefile.in b/examples/hellolibvirt/Makefile.in
similarity index 92%
copy from examples/domain-events/events-c/Makefile.in
copy to examples/hellolibvirt/Makefile.in
index 5f49aee..299c1ab 100644
--- a/examples/domain-events/events-c/Makefile.in
+++ b/examples/hellolibvirt/Makefile.in
@@ -32,8 +32,8 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-noinst_PROGRAMS = event-test$(EXEEXT)
-subdir = examples/domain-events/events-c
+noinst_PROGRAMS = hellolibvirt$(EXEEXT)
+subdir = examples/hellolibvirt
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
@@ -118,11 +118,11 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
PROGRAMS = $(noinst_PROGRAMS)
-am_event_test_OBJECTS = event_test-event-test.$(OBJEXT)
-event_test_OBJECTS = $(am_event_test_OBJECTS)
-event_test_DEPENDENCIES = @top_builddir@/src/libvirt.la
-event_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(event_test_CFLAGS) \
+am_hellolibvirt_OBJECTS = hellolibvirt-hellolibvirt.$(OBJEXT)
+hellolibvirt_OBJECTS = $(am_hellolibvirt_OBJECTS)
+hellolibvirt_DEPENDENCIES = @top_builddir@/src/libvirt.la
+hellolibvirt_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(hellolibvirt_CFLAGS) \
$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
@@ -136,8 +136,8 @@ CCLD = $(CC)
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
-SOURCES = $(event_test_SOURCES)
-DIST_SOURCES = $(event_test_SOURCES)
+SOURCES = $(hellolibvirt_SOURCES)
+DIST_SOURCES = $(hellolibvirt_SOURCES)
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -497,6 +497,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
@@ -723,9 +724,9 @@ target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
INCLUDES = -I at top_srcdir@/include
-event_test_CFLAGS = $(WARN_CFLAGS)
-event_test_SOURCES = event-test.c
-event_test_LDADD = @top_builddir@/src/libvirt.la
+hellolibvirt_CFLAGS = $(WARN_CFLAGS)
+hellolibvirt_SOURCES = hellolibvirt.c
+hellolibvirt_LDADD = @top_builddir@/src/libvirt.la
all: all-am
.SUFFIXES:
@@ -739,9 +740,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/domain-events/events-c/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/hellolibvirt/Makefile'; \
cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu examples/domain-events/events-c/Makefile
+ $(AUTOMAKE) --gnu examples/hellolibvirt/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -766,9 +767,9 @@ clean-noinstPROGRAMS:
echo " rm -f $$p $$f"; \
rm -f $$p $$f ; \
done
-event-test$(EXEEXT): $(event_test_OBJECTS) $(event_test_DEPENDENCIES)
- @rm -f event-test$(EXEEXT)
- $(event_test_LINK) $(event_test_OBJECTS) $(event_test_LDADD) $(LIBS)
+hellolibvirt$(EXEEXT): $(hellolibvirt_OBJECTS) $(hellolibvirt_DEPENDENCIES)
+ @rm -f hellolibvirt$(EXEEXT)
+ $(hellolibvirt_LINK) $(hellolibvirt_OBJECTS) $(hellolibvirt_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -776,7 +777,7 @@ mostlyclean-compile:
distclean-compile:
-rm -f *.tab.c
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/event_test-event-test.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/hellolibvirt-hellolibvirt.Po at am__quote@
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@@ -799,19 +800,19 @@ distclean-compile:
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
-event_test-event-test.o: event-test.c
- at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(event_test_CFLAGS) $(CFLAGS) -MT event_test-event-test.o -MD -MP -MF $(DEPDIR)/event_test-event-test.Tpo -c -o event_test-event-test.o `test -f 'event-test.c' || echo '$(srcdir)/'`event-test.c
- at am__fastdepCC_TRUE@ mv -f $(DEPDIR)/event_test-event-test.Tpo $(DEPDIR)/event_test-event-test.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='event-test.c' object='event_test-event-test.o' libtool=no @AMDEPBACKSLASH@
+hellolibvirt-hellolibvirt.o: hellolibvirt.c
+ at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hellolibvirt_CFLAGS) $(CFLAGS) -MT hellolibvirt-hellolibvirt.o -MD -MP -MF $(DEPDIR)/hellolibvirt-hellolibvirt.Tpo -c -o hellolibvirt-hellolibvirt.o `test -f 'hellolibvirt.c' || echo '$(srcdir)/'`hellolibvirt.c
+ at am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hellolibvirt-hellolibvirt.Tpo $(DEPDIR)/hellolibvirt-hellolibvirt.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='hellolibvirt.c' object='hellolibvirt-hellolibvirt.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(event_test_CFLAGS) $(CFLAGS) -c -o event_test-event-test.o `test -f 'event-test.c' || echo '$(srcdir)/'`event-test.c
+ at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hellolibvirt_CFLAGS) $(CFLAGS) -c -o hellolibvirt-hellolibvirt.o `test -f 'hellolibvirt.c' || echo '$(srcdir)/'`hellolibvirt.c
-event_test-event-test.obj: event-test.c
- at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(event_test_CFLAGS) $(CFLAGS) -MT event_test-event-test.obj -MD -MP -MF $(DEPDIR)/event_test-event-test.Tpo -c -o event_test-event-test.obj `if test -f 'event-test.c'; then $(CYGPATH_W) 'event-test.c'; else $(CYGPATH_W) '$(srcdir)/event-test.c'; fi`
- at am__fastdepCC_TRUE@ mv -f $(DEPDIR)/event_test-event-test.Tpo $(DEPDIR)/event_test-event-test.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='event-test.c' object='event_test-event-test.obj' libtool=no @AMDEPBACKSLASH@
+hellolibvirt-hellolibvirt.obj: hellolibvirt.c
+ at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hellolibvirt_CFLAGS) $(CFLAGS) -MT hellolibvirt-hellolibvirt.obj -MD -MP -MF $(DEPDIR)/hellolibvirt-hellolibvirt.Tpo -c -o hellolibvirt-hellolibvirt.obj `if test -f 'hellolibvirt.c'; then $(CYGPATH_W) 'hellolibvirt.c'; else $(CYGPATH_W) '$(srcdir)/hellolibvirt.c'; fi`
+ at am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hellolibvirt-hellolibvirt.Tpo $(DEPDIR)/hellolibvirt-hellolibvirt.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='hellolibvirt.c' object='hellolibvirt-hellolibvirt.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(event_test_CFLAGS) $(CFLAGS) -c -o event_test-event-test.obj `if test -f 'event-test.c'; then $(CYGPATH_W) 'event-test.c'; else $(CYGPATH_W) '$(srcdir)/event-test.c'; fi`
+ at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hellolibvirt_CFLAGS) $(CFLAGS) -c -o hellolibvirt-hellolibvirt.obj `if test -f 'hellolibvirt.c'; then $(CYGPATH_W) 'hellolibvirt.c'; else $(CYGPATH_W) '$(srcdir)/hellolibvirt.c'; fi`
mostlyclean-libtool:
-rm -f *.lo
diff --git a/examples/hellolibvirt/hellolibvirt.c b/examples/hellolibvirt/hellolibvirt.c
new file mode 100644
index 0000000..234637e
--- /dev/null
+++ b/examples/hellolibvirt/hellolibvirt.c
@@ -0,0 +1,205 @@
+/* This file contains trivial example code to connect to the running
+ * hypervisor and gather a few bits of information. */
+
+#include <config.h>
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <libvirt/libvirt.h>
+#include <libvirt/virterror.h>
+
+static void
+showError(virConnectPtr conn)
+{
+ int ret;
+ virErrorPtr err;
+
+ err = malloc(sizeof(*err));
+ if (NULL == err) {
+ printf("Could not allocate memory for error data\n");
+ goto out;
+ }
+
+ ret = virConnCopyLastError(conn, err);
+
+ switch (ret) {
+ case 0:
+ printf("No error found\n");
+ break;
+
+ case -1:
+ printf("Parameter error when attempting to get last error\n");
+ break;
+
+ default:
+ printf("libvirt reported: \"%s\"\n", err->message);
+ break;
+ }
+
+ virResetError(err);
+ free(err);
+
+out:
+ return;
+}
+
+
+static int
+showHypervisorInfo(virConnectPtr conn)
+{
+ int ret = 0;
+ unsigned long hvVer, major, minor, release;
+ const char *hvType;
+
+ /* virConnectGetType returns a pointer to a static string, so no
+ * allocation or freeing is necessary; it is possible for the call
+ * to fail if, for example, there is no connection to a
+ * hypervisor, so check what it returns. */
+ hvType = virConnectGetType(conn);
+ if (NULL == hvType) {
+ ret = 1;
+ printf("Failed to get hypervisor type\n");
+ showError(conn);
+ goto out;
+ }
+
+ if (0 != virConnectGetVersion(conn, &hvVer)) {
+ ret = 1;
+ printf("Failed to get hypervisor version\n");
+ showError(conn);
+ goto out;
+ }
+
+ major = hvVer / 1000000;
+ hvVer %= 1000000;
+ minor = hvVer / 1000;
+ release = hvVer % 1000;
+
+ printf("Hypervisor: \"%s\" version: %lu.%lu.%lu\n",
+ hvType,
+ major,
+ minor,
+ release);
+
+out:
+ return ret;
+}
+
+
+static int
+showDomains(virConnectPtr conn)
+{
+ int ret = 0, i, numNames, numInactiveDomains, numActiveDomains;
+ char **nameList = NULL;
+
+ numActiveDomains = virConnectNumOfDomains(conn);
+ if (-1 == numActiveDomains) {
+ ret = 1;
+ printf("Failed to get number of active domains\n");
+ showError(conn);
+ goto out;
+ }
+
+ numInactiveDomains = virConnectNumOfDefinedDomains(conn);
+ if (-1 == numInactiveDomains) {
+ ret = 1;
+ printf("Failed to get number of inactive domains\n");
+ showError(conn);
+ goto out;
+ }
+
+ printf("There are %d active and %d inactive domains\n",
+ numActiveDomains, numInactiveDomains);
+
+ nameList = malloc(sizeof(*nameList) * numInactiveDomains);
+
+ if (NULL == nameList) {
+ ret = 1;
+ printf("Could not allocate memory for list of inactive domains\n");
+ goto out;
+ }
+
+ numNames = virConnectListDefinedDomains(conn,
+ nameList,
+ numInactiveDomains);
+
+ if (-1 == numNames) {
+ ret = 1;
+ printf("Could not get list of defined domains from hypervisor\n");
+ showError(conn);
+ goto out;
+ }
+
+ if (numNames > 0) {
+ printf("Inactive domains:\n");
+ }
+
+ for (i = 0 ; i < numNames ; i++) {
+ printf(" %s\n", *(nameList + i));
+ /* The API documentation doesn't say so, but the names
+ * returned by virConnectListDefinedDomains are strdup'd and
+ * must be freed here. */
+ free(*(nameList + i));
+ }
+
+out:
+ free(nameList);
+ return ret;
+}
+
+
+int
+main(int argc, char *argv[])
+{
+ int ret = 0;
+ virConnectPtr conn;
+ char *uri;
+
+ printf("Attempting to connect to hypervisor\n");
+
+ uri = (argc > 0 ? argv[1] : NULL);
+
+ /* virConnectOpenAuth is called here with all default parameters,
+ * except, possibly, the URI of the hypervisor. */
+ conn = virConnectOpenAuth(uri, virConnectAuthPtrDefault, 0);
+
+ if (NULL == conn) {
+ ret = 1;
+ printf("No connection to hypervisor\n");
+ showError(conn);
+ goto out;
+ }
+
+ uri = virConnectGetURI(conn);
+ if (NULL == uri) {
+ ret = 1;
+ printf("Failed to get URI for hypervisor connection\n");
+ showError(conn);
+ goto disconnect;
+ }
+
+ printf("Connected to hypervisor at \"%s\"\n", uri);
+ free(uri);
+
+ if (0 != showHypervisorInfo(conn)) {
+ ret = 1;
+ goto disconnect;
+ }
+
+ if (0 != showDomains(conn)) {
+ ret = 1;
+ goto disconnect;
+ }
+
+disconnect:
+ if (0 != virConnectClose(conn)) {
+ printf("Failed to disconnect from hypervisor\n");
+ showError(conn);
+ ret = 1;
+ } else {
+ printf("Disconnected from hypervisor\n");
+ }
+
+out:
+ return ret;
+}
diff --git a/gnulib/lib/Makefile.in b/gnulib/lib/Makefile.in
index f8f612f..a6e82cb 100644
--- a/gnulib/lib/Makefile.in
+++ b/gnulib/lib/Makefile.in
@@ -522,6 +522,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
diff --git a/gnulib/tests/Makefile.in b/gnulib/tests/Makefile.in
index 829e74c..ff6fd1a 100644
--- a/gnulib/tests/Makefile.in
+++ b/gnulib/tests/Makefile.in
@@ -737,6 +737,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
diff --git a/include/Makefile.in b/include/Makefile.in
index 9001c12..dc5c6f6 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -486,6 +486,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
diff --git a/include/libvirt/Makefile.in b/include/libvirt/Makefile.in
index 5453b09..a9206d8 100644
--- a/include/libvirt/Makefile.in
+++ b/include/libvirt/Makefile.in
@@ -487,6 +487,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
diff --git a/include/libvirt/libvirt.h b/include/libvirt/libvirt.h
index e32d40b..779ea72 100644
--- a/include/libvirt/libvirt.h
+++ b/include/libvirt/libvirt.h
@@ -111,6 +111,68 @@ typedef enum {
} virDomainCreateFlags;
/**
+ * VIR_SECURITY_LABEL_BUFLEN:
+ *
+ * Macro providing the maximum length of the virSecurityLabel label string.
+ * Note that this value is based on that used by Labeled NFS.
+ */
+#define VIR_SECURITY_LABEL_BUFLEN (4096 + 1)
+
+/**
+ * virSecurityLabel:
+ *
+ * a virSecurityLabel is a structure filled by virDomainGetSecurityLabel(),
+ * providing the security label and associated attributes for the specified
+ * domain.
+ *
+ */
+typedef struct _virSecurityLabel {
+ char label[VIR_SECURITY_LABEL_BUFLEN]; /* security label string */
+ int enforcing; /* 1 if security policy is being enforced for domain */
+} virSecurityLabel;
+
+/**
+ * virSecurityLabelPtr:
+ *
+ * a virSecurityLabelPtr is a pointer to a virSecurityLabel.
+ */
+typedef virSecurityLabel *virSecurityLabelPtr;
+
+/**
+ * VIR_SECURITY_MODEL_BUFLEN:
+ *
+ * Macro providing the maximum length of the virSecurityModel model string.
+ */
+#define VIR_SECURITY_MODEL_BUFLEN (256 + 1)
+
+/**
+ * VIR_SECURITY_DOI_BUFLEN:
+ *
+ * Macro providing the maximum length of the virSecurityModel doi string.
+ */
+#define VIR_SECURITY_DOI_BUFLEN (256 + 1)
+
+/**
+ * virSecurityModel:
+ *
+ * a virSecurityModel is a structure filled by virNodeGetSecurityModel(),
+ * providing the per-hypervisor security model and DOI attributes for the
+ * specified domain.
+ *
+ */
+typedef struct _virSecurityModel {
+ char model[VIR_SECURITY_MODEL_BUFLEN]; /* security model string */
+ char doi[VIR_SECURITY_DOI_BUFLEN]; /* domain of interpetation */
+} virSecurityModel;
+
+/**
+ * virSecurityModelPtr:
+ *
+ * a virSecurityModelPtr is a pointer to a virSecurityModel.
+ */
+typedef virSecurityModel *virSecurityModelPtr;
+
+/**
* virNodeInfoPtr:
*
* a virNodeInfo is a structure filled by virNodeGetInfo() and providing
@@ -380,7 +442,7 @@ extern virConnectAuthPtr virConnectAuthPtrDefault;
* version * 1,000,000 + minor * 1000 + micro
*/
-#define LIBVIR_VERSION_NUMBER 6000
+#define LIBVIR_VERSION_NUMBER 6001
int virGetVersion (unsigned long *libVer,
const char *type,
@@ -417,6 +479,9 @@ char * virConnectGetCapabilities (virConnectPtr conn);
unsigned long long virNodeGetFreeMemory (virConnectPtr conn);
+int virNodeGetSecurityModel (virConnectPtr conn,
+ virSecurityModelPtr secmodel);
+
/*
* Gather list of running domains
*/
@@ -506,6 +571,8 @@ int virDomainSetMaxMemory (virDomainPtr domain,
int virDomainSetMemory (virDomainPtr domain,
unsigned long memory);
int virDomainGetMaxVcpus (virDomainPtr domain);
+int virDomainGetSecurityLabel (virDomainPtr domain,
+ virSecurityLabelPtr seclabel);
/*
* XML domain description
@@ -1053,6 +1120,10 @@ char * virNodeDeviceGetXMLDesc (virNodeDevicePtr dev,
int virNodeDeviceRef (virNodeDevicePtr dev);
int virNodeDeviceFree (virNodeDevicePtr dev);
+int virNodeDeviceDettach (virNodeDevicePtr dev);
+int virNodeDeviceReAttach (virNodeDevicePtr dev);
+int virNodeDeviceReset (virNodeDevicePtr dev);
+
/*
* Domain Event Notification
*/
diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in
index af97bfd..a028b21 100644
--- a/include/libvirt/libvirt.h.in
+++ b/include/libvirt/libvirt.h.in
@@ -111,6 +111,68 @@ typedef enum {
} virDomainCreateFlags;
/**
+ * VIR_SECURITY_LABEL_BUFLEN:
+ *
+ * Macro providing the maximum length of the virSecurityLabel label string.
+ * Note that this value is based on that used by Labeled NFS.
+ */
+#define VIR_SECURITY_LABEL_BUFLEN (4096 + 1)
+
+/**
+ * virSecurityLabel:
+ *
+ * a virSecurityLabel is a structure filled by virDomainGetSecurityLabel(),
+ * providing the security label and associated attributes for the specified
+ * domain.
+ *
+ */
+typedef struct _virSecurityLabel {
+ char label[VIR_SECURITY_LABEL_BUFLEN]; /* security label string */
+ int enforcing; /* 1 if security policy is being enforced for domain */
+} virSecurityLabel;
+
+/**
+ * virSecurityLabelPtr:
+ *
+ * a virSecurityLabelPtr is a pointer to a virSecurityLabel.
+ */
+typedef virSecurityLabel *virSecurityLabelPtr;
+
+/**
+ * VIR_SECURITY_MODEL_BUFLEN:
+ *
+ * Macro providing the maximum length of the virSecurityModel model string.
+ */
+#define VIR_SECURITY_MODEL_BUFLEN (256 + 1)
+
+/**
+ * VIR_SECURITY_DOI_BUFLEN:
+ *
+ * Macro providing the maximum length of the virSecurityModel doi string.
+ */
+#define VIR_SECURITY_DOI_BUFLEN (256 + 1)
+
+/**
+ * virSecurityModel:
+ *
+ * a virSecurityModel is a structure filled by virNodeGetSecurityModel(),
+ * providing the per-hypervisor security model and DOI attributes for the
+ * specified domain.
+ *
+ */
+typedef struct _virSecurityModel {
+ char model[VIR_SECURITY_MODEL_BUFLEN]; /* security model string */
+ char doi[VIR_SECURITY_DOI_BUFLEN]; /* domain of interpetation */
+} virSecurityModel;
+
+/**
+ * virSecurityModelPtr:
+ *
+ * a virSecurityModelPtr is a pointer to a virSecurityModel.
+ */
+typedef virSecurityModel *virSecurityModelPtr;
+
+/**
* virNodeInfoPtr:
*
* a virNodeInfo is a structure filled by virNodeGetInfo() and providing
@@ -417,6 +479,9 @@ char * virConnectGetCapabilities (virConnectPtr conn);
unsigned long long virNodeGetFreeMemory (virConnectPtr conn);
+int virNodeGetSecurityModel (virConnectPtr conn,
+ virSecurityModelPtr secmodel);
+
/*
* Gather list of running domains
*/
@@ -506,6 +571,8 @@ int virDomainSetMaxMemory (virDomainPtr domain,
int virDomainSetMemory (virDomainPtr domain,
unsigned long memory);
int virDomainGetMaxVcpus (virDomainPtr domain);
+int virDomainGetSecurityLabel (virDomainPtr domain,
+ virSecurityLabelPtr seclabel);
/*
* XML domain description
@@ -1053,6 +1120,10 @@ char * virNodeDeviceGetXMLDesc (virNodeDevicePtr dev,
int virNodeDeviceRef (virNodeDevicePtr dev);
int virNodeDeviceFree (virNodeDevicePtr dev);
+int virNodeDeviceDettach (virNodeDevicePtr dev);
+int virNodeDeviceReAttach (virNodeDevicePtr dev);
+int virNodeDeviceReset (virNodeDevicePtr dev);
+
/*
* Domain Event Notification
*/
diff --git a/include/libvirt/virterror.h b/include/libvirt/virterror.h
index 0f1f08c..2c3777d 100644
--- a/include/libvirt/virterror.h
+++ b/include/libvirt/virterror.h
@@ -61,6 +61,7 @@ typedef enum {
VIR_FROM_UML, /* Error at the UML driver */
VIR_FROM_NODEDEV, /* Error from node device monitor */
VIR_FROM_XEN_INOTIFY, /* Error from xen inotify layer */
+ VIR_FROM_SECURITY, /* Error from security framework */
} virErrorDomain;
@@ -154,6 +155,7 @@ typedef enum {
VIR_WAR_NO_NODE, /* failed to start node driver */
VIR_ERR_INVALID_NODE_DEVICE,/* invalid node device object */
VIR_ERR_NO_NODE_DEVICE,/* node device not found */
+ VIR_ERR_NO_SECURITY_MODEL, /* security model not found */
} virErrorNumber;
/**
@@ -172,8 +174,10 @@ typedef void (*virErrorFunc) (void *userData, virErrorPtr error);
*/
virErrorPtr virGetLastError (void);
+virErrorPtr virSaveLastError (void);
void virResetLastError (void);
void virResetError (virErrorPtr err);
+void virFreeError (virErrorPtr err);
virErrorPtr virConnGetLastError (virConnectPtr conn);
void virConnResetLastError (virConnectPtr conn);
diff --git a/libvirt.pc b/libvirt.pc
index 5701d69..7c022e9 100644
--- a/libvirt.pc
+++ b/libvirt.pc
@@ -4,7 +4,7 @@ libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: libvirt
-Version: 0.6.0
+Version: 0.6.1
Description: libvirt library
Requires:
Libs: -L${libdir} -lvirt -lpthread
diff --git a/libvirt.spec b/libvirt.spec
index bbbc8ce..acf48f4 100644
--- a/libvirt.spec
+++ b/libvirt.spec
@@ -14,7 +14,7 @@
%define with_network 0%{!?_without_network:1}
# Xen is available only on i386 x86_64 ia64
-%ifnarch i386 i686 x86_64 ia64
+%ifnarch i386 i586 i686 x86_64 ia64
%define with_xen 0
%endif
@@ -46,7 +46,7 @@
Summary: Library providing a simple API virtualization
Name: libvirt
-Version: 0.6.0
+Version: 0.6.1
Release: 1%{?dist}%{?extra_release}
License: LGPLv2+
Group: Development/Libraries
@@ -249,7 +249,9 @@ rm -fr %{buildroot}
%makeinstall
(cd docs/examples ; make clean ; rm -rf .deps Makefile Makefile.in)
-(cd docs/examples/python ; rm -f Makefile Makefile.in)
+(cd docs/examples/python ; rm -rf .deps Makefile Makefile.in)
+(cd examples/hellolibvirt ; make clean ; rm -rf .deps .libs Makefile Makefile.in)
+(cd examples/domain-events/events-c ; make clean ;rm -rf .deps .libs Makefile Makefile.in)
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.la
@@ -437,6 +439,7 @@ fi
%doc docs/*.html docs/html docs/*.gif
%doc docs/examples
%doc docs/libvirt-api.xml
+%doc examples
%if %{with_python}
%files python
diff --git a/libvirt.spec.in b/libvirt.spec.in
index 5a15de2..c1f0b2a 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -14,7 +14,7 @@
%define with_network 0%{!?_without_network:1}
# Xen is available only on i386 x86_64 ia64
-%ifnarch i386 i686 x86_64 ia64
+%ifnarch i386 i586 i686 x86_64 ia64
%define with_xen 0
%endif
@@ -249,7 +249,9 @@ rm -fr %{buildroot}
%makeinstall
(cd docs/examples ; make clean ; rm -rf .deps Makefile Makefile.in)
-(cd docs/examples/python ; rm -f Makefile Makefile.in)
+(cd docs/examples/python ; rm -rf .deps Makefile Makefile.in)
+(cd examples/hellolibvirt ; make clean ; rm -rf .deps .libs Makefile Makefile.in)
+(cd examples/domain-events/events-c ; make clean ;rm -rf .deps .libs Makefile Makefile.in)
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.la
@@ -437,6 +439,7 @@ fi
%doc docs/*.html docs/html docs/*.gif
%doc docs/examples
%doc docs/libvirt-api.xml
+%doc examples
%if %{with_python}
%files python
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 7461f93..8b19b7d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -18,10 +18,13 @@ src/node_device_conf.c
src/nodeinfo.c
src/openvz_conf.c
src/openvz_driver.c
+src/pci.c
src/proxy_internal.c
src/qemu_conf.c
src/qemu_driver.c
src/remote_internal.c
+src/security.c
+src/security_selinux.c
src/storage_backend.c
src/storage_backend_disk.c
src/storage_backend_fs.c
diff --git a/po/af.gmo b/po/af.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/af.gmo and b/po/af.gmo differ
diff --git a/po/af.po b/po/af.po
index 81435e0..a38ec32 100644
--- a/po/af.po
+++ b/po/af.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/am.gmo b/po/am.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/am.gmo and b/po/am.gmo differ
diff --git a/po/am.po b/po/am.po
index 81435e0..a38ec32 100644
--- a/po/am.po
+++ b/po/am.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/ar.gmo b/po/ar.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/ar.gmo and b/po/ar.gmo differ
diff --git a/po/ar.po b/po/ar.po
index 81435e0..a38ec32 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/as.gmo b/po/as.gmo
index e2ec397..7becfba 100644
Binary files a/po/as.gmo and b/po/as.gmo differ
diff --git a/po/as.po b/po/as.po
index 9c8e4d1..4632c04 100644
--- a/po/as.po
+++ b/po/as.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt.HEAD\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-10-20 16:16+0530\n"
"Last-Translator: Amitakhya Phukan <aphukan at fedoraproject.org>\n"
"Language-Team: Assamese\n"
@@ -97,241 +97,241 @@ msgstr "সà§à¦¥à¦¿à¦¤à¦¿à¦®à¦¾à¦ªà§° পà¦à¦à§à¦¤à¦¿ সঠিà¦à¦¹à¦¿à¦
msgid "Unknown error"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ à¦à§à¦²"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
msgstr "%s '%s' à¦
à¦à¦¿à¦à¦® à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s (%d)"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "à¦à¦¿à¦à§à¦¨à§à¦² পাà¦à¦ªà§° পৰা পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "SIGHUP ত বিনà§à¦¸ পà§à¦¨à¦ তà§à¦²à¦¿ লà§à§±à¦¾ হà§à¦à§"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "à¦à¦¾à¦²à¦ পà§à¦¨à¦ তà§à¦²à¦¿ লà¦à¦à¦¤à§ সমসà§à¦¯à¦¾"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "সà¦à¦à§à¦¤ %d ত বনà§à¦§ à¦à§°à¦¾ হà§à¦à§"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ value node"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "close-on-exec file descriptor flag à§° মান নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "non-blocking file descriptor flag à§° মান নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "pid নথিপতà§à§° '%s' à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "pid নথিপতà§à§° '%s' fdopen à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "pid নথিপতà§à§° '%s' লৠলিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "pid নথিপতà§à§° '%s' বনà§à¦§ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "struct qemud_socket à§° বাবৠসà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿ বিতৰণ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "à¦à¦à§à¦ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "'%s' à§° সà§à¦¤à§ à¦à¦à§à¦ বাà¦à¦¨à§à¦¡ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "'%s' লৠসà¦à¦¯à§à¦à§° à¦
পà§à¦à§à¦·à¦¾ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr "সà§à§±à¦ à¦à¦à¦¨à¦¾à§° à¦à¦² বà§à¦ যà§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "à¦à¦à§à¦: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "বাà¦à¦¨à§à¦¡: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "à¦
পà§à¦à§à¦·à¦¾: %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: calloc: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: listen: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr "à¦à§à¦ªà¦¨à§à¦¨ পথ qemudInitPaths() à§° পà§à§°à¦¶à¦®à¦à§° à¦à¦¾à§°à¦£à§ বৰ ডাà¦à§°"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "qemud_server à§° বাবৠstruct বিতৰণ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "বà§à§°à¦¿à¦ সমৰà§à¦¥à¦¨ à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "বà§à§°à¦¿à¦ সমৰà§à¦¥à¦¨ à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "SASL পà§à§°à¦®à¦¾à¦£à§à¦à§°à¦£ বà§à¦¯à§±à¦¸à§à¦¥à¦¾ %s à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "SASL পà§à§°à¦®à¦¾à¦£à§à¦à§°à¦£ বà§à¦¯à§±à¦¸à§à¦¥à¦¾ %s à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr ""
"PolicyKit auth à§° বাবৠবà§à¦¯à§±à¦¸à§à¦¥à¦¾à¦ªà§à§°à¦£à¦¾à¦²à§ বাà¦à§° সà§à¦¤à§ সà¦à¦¯à§à¦ সà§à¦¥à¦¾à¦ªà¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: failed: client DN is %s"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate: সতà§à¦ªà¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr "remoteCheckCertificate: à¦à§à§°à¦¾à¦¹à¦à§° পà§à§°à¦®à¦¾à¦£à¦ªà¦¤à§à§° বিশà§à¦¬à¦¾à¦¸à¦¯à§à¦à§à¦¯ নহà§à¥¤"
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr "remoteCheckCertificate: à¦à§à§°à¦¾à¦¹à¦ পà§à§°à¦®à¦¾à¦£à¦ªà¦¤à§à§° বিতৰণà¦à§°à§à¦à¦¤à¦¾ à¦
পৰিà¦à¦¿à¦¤à¥¤"
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate: à¦à§à§°à¦¾à¦¹à¦à§° পà§à§°à¦®à¦¾à¦£ পতà§à§° পà§à§°à¦¤à§à¦¬à§°à§à¦¤à¦¿à¦¤ à¦à§°à¦¾ হà§à¦à§ ।"
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
"remoteCheckCertificate: à¦à§à§°à¦¾à¦¹à¦ পà§à§°à¦®à¦¾à¦£à¦ªà¦¤à§à§° দà§à¦¬à¦¾à§°à¦¾ বà§à¦¯à§±à¦¹à§à¦¤ à¦à¦²à§à¦à§à§°à¦¿à¦¥à¦®à§â নিৰাপদ নহà§à¥¤"
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate: পà§à§°à¦®à¦¾à¦£à¦ªà¦¤à§à§° X.509 নহà§"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate: সমতà§à¦²à§à¦¯ মান à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: gnutls_x509_crt_init বিফল"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate: à¦à§à§°à¦¾à¦¹à¦ পà§à§°à¦®à¦¾à¦£à¦ªà¦¤à§à§°à§° সমৠà¦
ৱধি পà§à§°à§à¦£ হà§à¦à§"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr "remoteCheckCertificate: à¦à§à§°à¦¾à¦¹à¦ পà§à§°à¦®à¦¾à¦£à¦ªà¦¤à§à§° à¦à¦¤à¦¿à§à¦¾à¦ সà¦à§à§°à¦¿à§ à¦à§°à¦¾ হà§à§±à¦¾ নাà¦"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -343,11 +343,11 @@ msgstr ""
"-text' to view the Distinguished Name field in the client certificate, or "
"run this daemon with --verbose option."
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr "remoteCheckCertificate: à¦à§à§°à¦¾à¦¹à¦à§° পà§à§°à¦®à¦¾à¦£à¦ªà¦¤à§à§°à§° সতà§à¦ªà¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
@@ -355,439 +355,455 @@ msgstr ""
"remoteCheckCertificate: tls_no_verify_certificate নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à¦¾à§° ফলত বà§à§à¦¾ "
"পà§à§°à¦®à¦¾à¦£à¦ªà¦¤à§à§° à¦
à¦à§à§°à¦¾à¦¹à§à¦¯ à¦à§°à¦¾ হ'ব"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "à¦à§à§°à¦¾à¦¹à¦à§° পৰিà¦à§ সতà§à¦ªà¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "সà¦à¦¯à§à¦ à¦à§à§°à¦¹à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "array বিতৰণ à¦à§°à¦¾à§° সমà§à¦¤ সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿ à¦
ৱশিষà§à¦ নাà¦"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr "বিশà§à¦· à¦
নà§à¦®à¦¤à¦¿à¦ªà§à§°à¦¾à¦ªà§à¦¤ à¦à§à§°à¦¾à¦¹à¦ %d à§° বাবৠpolkit auth বনà§à¦§ à¦à§°à¦¾ হ'ব"
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "TLS handshake বিফল: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ডà§à¦®à§à¦à¦¨à§° পà§à§°à¦à§à¦¤à¦¿ %d"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "পà§à¦: %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "'%s' নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "লিà¦à¦: %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "'%s' নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr "à¦à¦¿à¦à§à¦¨à§à¦² হà§à¦¨à§à¦¡à¦²à¦¾à§°à§° দà§à¦¬à¦¾à§°à¦¾ %d à¦à§à¦²à§° সà§à¦à¦¨à¦¾ দিà§à¦¾ হà§à¦à§: সৰà§à¦¬à¦¶à§à¦· à¦à§à¦²: %s"
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ সà§à¦¥à¦¾à¦¨à¦¤ লিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ "
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿ বিতৰণ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "%s বিনà§à¦¯à¦¾à¦¸ তালিà¦à¦¾à§° বাবৠসà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿ বিতৰণ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "%s বিনà§à¦¯à¦¾à¦¸ তালিà¦à¦¾à§° মানৰ বাবৠসà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿ বিতৰণ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr "remoteReadConfigFile: %s: %s: সà§à¦à§à§°à¦¿à¦ বা সà§à¦à§à§°à¦¿à¦à§° তালিà¦à¦¾ হà§à§±à¦¾ à¦à§±à¦¶à§à¦¯à¦\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr "remoteReadConfigFile: %s: %s: à¦
বà§à¦§ ধৰণ: %s পà§à§°à¦¾à¦ªà§à¦¤; %s পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr "remoteReadConfigFile: %s: %s: à¦
সমৰà§à¦¥à¦¿à¦¤ auth %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "root হিà¦à¦¾à¦ªà¦¤ নà¦à¦²à¦¿à¦²à§ সমষà§à¦à¦¿ নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à¦¾ সমà§à¦à§± নহà§"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr "'%s' সমষà§à¦à¦¿ à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "'%s' ধৰণ বিশà§à¦²à¦·à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "ডà§à¦®à¦¨ হিà¦à¦¾à¦ªà§ fork à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "পাà¦à¦ª নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "uuid সà§à¦·à§à¦à¦¿ à¦à§°à§à¦à¦¤à§ বিফল"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr "%s à§° সমষà§à¦à¦¿à§° à¦à§°à¦¾à¦à§ পৰিবৰà§à¦¤à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr "à¦à¦¿à¦à§à¦¨à§à¦² পাà¦à¦ªà§° à¦à¦² বà§à¦à§° পà¦à§à¦à¦¿à¦à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr "পà§à§°à§à¦à§à§°à¦¾à¦® à¦
মিল (পà§à§°à¦à§à¦¤ %x, পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ %x)"
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "সà¦à¦¸à§à¦à§°à¦£ à¦
মিল (পà§à§°à¦à§à¦¤ %x, পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ %x)"
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "নিৰà§à¦¦à§à¦¶ (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "à¦
ৱসà§à¦¥à¦¾ (%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "পà§à§°à¦®à¦¾à¦£à§à¦à§°à¦£ à¦à§±à¦¶à§à¦¯à¦"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ পà§à§°à¦à§à§°à¦¿à§à¦¾: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "তৰà§à¦ বিশà§à¦²à¦·à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr "সà¦à¦¯à§à¦ à¦à¦¤à¦¿à¦®à¦§à§à¦¯à§ সà§à¦¥à¦¾à¦ªà¦¿à¦¤"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "সà¦à¦¯à§à¦ সà§à¦¥à¦¾à¦ªà¦¿à¦¤ নহà§"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr "strdup ত সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿ à¦
ৱশিষà§à¦ নাà¦"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_NODE_MAX_CELLS"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr "nparams বৰ ডাà¦à§°"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ ধৰণ"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr "মাপ > পà§à§°à¦¶à¦®à¦à§° সৰà§à¦¬à¦¾à¦§à¦¿à¦ মাপ"
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "বৰà§à¦¤à¦®à¦¾à¦¨MemorySize পৰà§à¦à§à¦·à¦¾ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "বৰà§à¦¤à¦®à¦¾à¦¨MemorySize পৰà§à¦à§à¦·à¦¾ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "%d ঠিà¦à¦¨à¦¾ বিশà§à¦²à§à¦·à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "à¦à§à§°à¦¾à¦¹à¦ দà§à¦¬à¦¾à§°à¦¾ à¦
বà§à¦§ SASL init à¦
নà§à§°à§à¦§ à¦à§°à¦¾ হà§à¦à§"
-#: qemud/remote.c:2575
-#, c-format
-msgid "failed to get sock address %d (%s)"
+#: qemud/remote.c:2651
+#, fuzzy, c-format
+msgid "failed to get sock address: %s"
msgstr "sock ঠিà¦à¦¨à¦¾ %d পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ (%s)"
-#: qemud/remote.c:2586
-#, c-format
-msgid "failed to get peer address %d (%s)"
+#: qemud/remote.c:2663
+#, fuzzy, c-format
+msgid "failed to get peer address: %s"
msgstr "সমতà§à¦²à§à¦¯ ঠিà¦à¦¨à¦¾ %d পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ (%s)"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "sasl সনà§à¦¦à§°à§à¦ পà§à§°à¦¸à§à¦¤à§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ %d (%s)"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr "cannot TLS get cipher size"
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr "SASL external SSF %d নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ (%s)"
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr "SASL সà§à§°à¦à§à¦·à¦¾à§° à¦à§à¦£ %d নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿ (%s)"
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "SASL পদà§à¦§à¦¤à¦¿ %d à§° তালিà¦à¦¾ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ (%s)"
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "mechlist বিতৰণ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "%d সà¦à¦¯à§à¦à¦¤ SASL ssf à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ (%s)"
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "পাৰ à¦à§°à¦¾ SSF %d দà§à§ নহà§"
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr "%d সà¦à¦¯à§à¦à¦¤ SASL বà§à¦¯à§±à¦¹à¦¾à§°à¦à§°à§à¦à¦¤à¦¾à§° নাম à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ (%s)"
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "à¦à§à§°à¦¾à¦¹à¦à§° বà§à¦¯à§±à¦¹à¦¾à§°à¦à§°à§à¦à¦¤à¦¾à§° নাম পà§à§±à¦¾ নাযাà§"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "বà§à¦¯à§±à¦¹à¦¾à§°à¦à§°à§à¦à¦¤à¦¾à§° নাম নà¦à¦² à¦à§°à§à¦à¦¤à§ সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿ à¦à¦®"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "SASL à¦à§à§°à¦¾à¦¹à¦ %s, whitelist ত à¦
নà§à¦®à¦¤à¦¿ নাà¦"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr "à¦à§à§°à¦¾à¦¹à¦ দà§à¦¬à¦¾à§°à¦¾ à¦
বà§à¦§ SASL à¦à§°à¦®à§à¦à¦£à¦¿à§° à¦
নà§à§°à§à¦§ à¦à§°à¦¾ হà§à¦à§"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "sasl à¦à§°à¦®à§à¦ বà§à¦¯à§°à§à¦¥ %d (%s)"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr "sasl à¦à§°à¦®à§à¦ à¦à§°à¦¾à§° à¦à¦¤à§à¦¤à§°à§° তথà§à¦¯ বৰ দà§à¦à¦² %d"
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "sasl à§° পদà¦à§à¦·à§à¦ª বিফল %d (%s)"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr "sasl step à¦à¦¤à§à¦¤à§°à§° তথà§à¦¯ বৰ দà§à¦à¦² %d"
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr "à¦à§à§°à¦¾à¦¹à¦ দà§à¦¬à¦¾à§°à¦¾ à¦
সমৰà§à¦¥à¦¿à¦¤ SASL init à¦
নà§à§°à§à¦§ à¦à§°à¦¾ হà§à¦à§"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr "à¦à§à§°à¦¾à¦¹à¦ দà§à¦¬à¦¾à§°à¦¾ à¦
সমৰà§à¦¥à¦¿à¦¤ SASL à¦à§°à¦®à§à¦à¦£à¦¿à§° à¦
নà§à§°à§à¦§ à¦à§°à¦¾ হà§à¦à§"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "à¦à§à§°à¦¾à¦¹à¦ দà§à¦¬à¦¾à§°à¦¾ à¦
সমৰà§à¦¥à¦¿à¦¤ SASL পদà¦à§à¦·à§à¦ª à¦
নà§à§°à§à¦§ à¦à§°à¦¾ হà§à¦à§"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr "à¦à§à§°à¦¾à¦¹à¦ দà§à¦¬à¦¾à§°à¦¾ à¦
বà§à¦§ PolicyKit init à¦
নà§à§°à§à¦§ à¦à§°à¦¾ হà§à¦à§"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "সমতà§à¦²à§à¦¯ à¦à¦à§à¦à§° পৰিà¦à§ পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "PID %d, যি %d হিà¦à¦¾à¦ªà§ à¦à¦²à¦¿ à¦à¦à§, তাঠপৰà§à¦à§à¦·à¦¾ à¦à§°à¦¾ হà§à¦à§"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr "policy kit caller à§° সনà§à¦§à¦¾à¦¨à¦¤ বিফল: %s"
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "polkit à¦à¦¾à§°à§à¦¯à§à¦¯ %s নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "polkit সনà§à¦¦à§°à§à¦ %s নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "Policy kit দà§à¦¬à¦¾à§°à¦¾ %d %s à¦
নà§à¦®à§à¦¦à¦¨ পৰà§à¦à§à¦·à¦¾ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
"%s à¦à¦¾à§°à§à¦¯à§à¦¯à¦, %d pid, %d uid à§° পৰা Policy kit ঠপà§à§°à¦¤à¦¿à§°à§à¦§ à¦à§°à¦¾à¦¿à¦à§ ফলাফল: %s\n"
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr "%s à¦à¦¾à§°à§à¦¯à§à¦¯à¦ pid %d, uid %d, à§° পৰা Policy à§à§ à¦
নà§à¦®à¦¤à¦¿ দিà¦à§, ফলাফল %s"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr "à¦à§à§°à¦¾à¦¹à¦ দà§à¦¬à¦¾à§°à¦¾ à¦
সমৰà§à¦¥à¦¿à¦¤ PolicyKit init à¦
সমৰà§à¦¥à¦¿à¦¤ à¦
নà§à§°à§à¦§"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
#, fuzzy
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "যনà§à¦¤à§à§° পà§à§±à¦¾ নাযাà§: %s (%s)"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -903,525 +919,527 @@ msgstr "সà¦à¦¯à§à¦ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ হà§à¦ à¦à§à¦¬à§à¦²à¦¤
msgid "dev missing from connection hash table"
msgstr "সà¦à¦¯à§à¦ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ হà§à¦ à¦à§à¦¬à§à¦²à¦¤ vol à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ ধৰণ '%s'"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ বà§à¦ যনà§à¦¤à§à§°: '%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "ফà§à¦²'পি যনà§à¦¤à§à§°à§° নাম বà§à¦§ নহà§: %s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "হাৰà§à¦¡ ডিসà§à¦ যনà§à¦¤à§à§°à§° নাম বà§à¦§ নহà§: %s"
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ auth ধৰণ '%s'"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "ফà§à¦²'পি ডিসà§à¦à§° বাবৠ'%s' বাà¦à§° ধৰণ বà§à¦§ নহà§"
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "ফà§à¦²'পি ডিসà§à¦à§° বাবৠ'%s' বাà¦à§° ধৰণ বà§à¦§ নহà§"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ বà§à¦ যনà§à¦¤à§à§°: '%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ auth ধৰণ '%s'"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ auth ধৰণ '%s'"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
"<interface type='network'/> à§° সà§à¦¤à§ <source> 'network' বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ à¦à¦²à§à¦²à§à¦à¦¿à¦¤ নহà§à¥¤"
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr "<interface type='bridge'/> à§° সà§à¦¤à§ <source> 'dev' বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ à¦à¦²à§à¦²à§à¦à¦¿à¦¤ নহà§à¥¤"
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr "à¦à¦à§à¦ সà¦à¦¯à§à¦à¦®à¦¾à¦§à§à¦¯à¦®à§° সà§à¦¤à§ <source> 'port' বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ à¦à¦²à§à¦²à§à¦à¦¿à¦¤ নহà§à¥¤"
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr "à¦à¦à§à¦ সà¦à¦¯à§à¦à¦®à¦¾à¦§à§à¦¯à¦®à§° সà§à¦¤à§ à¦à¦²à§à¦²à§à¦à¦¿à¦¤ <source> 'port' বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ বিশà§à¦²à¦·à¦£ à¦à§°à¦¾ নাযাà§"
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr "à¦à¦à§à¦ সà¦à¦¯à§à¦à¦®à¦¾à¦§à§à¦¯à¦®à§° সà§à¦¤à§ <source> 'address' বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ à¦à¦²à§à¦²à§à¦à¦¿à¦¤ নহà§à¥¤"
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr "মডà§à¦²à§° নামত à¦
বà§à¦§ à¦
à¦à§à¦·à§° à¦à¦à§"
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
msgid "Missing source path attribute for char device"
msgstr "à¦à§à§°à§à¦à§à¦à¦¾à§° যনà§à¦¤à§à§°à§° à¦à§à¦·à§à¦¤à§à§°à¦¤ à¦à§à¦¸ পথ বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
msgid "Missing source host attribute for char device"
msgstr "à¦à§à§°à§à¦à§à¦à¦¾à§° যনà§à¦¤à§à§°à§° à¦à§à¦·à§à¦¤à§à§°à¦¤ à¦à§à¦¸ à¦à§à¦¹à¦¸à§à¦¥ বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr "à¦à§à§°à§à¦à§à¦à¦¾à§° যনà§à¦¤à§à§°à§° à¦à§à¦·à§à¦¤à§à§°à¦¤ à¦à§à¦¸ সà§à§±à¦¾ বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr "নিবà§à¦¶ যনà§à¦¤à§à§°à§° পà§à§°à¦à§à¦¤à¦¿ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ বà§à¦ যনà§à¦¤à§à§°: '%s'"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ auth ধৰণ '%s'"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "ps2 bus দà§à¦¬à¦¾à§°à¦¾ %s নিবà§à¦¶ যনà§à¦¤à§à§° সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "à¦
সমৰà§à¦¥à¦¿à¦¤ নিবà§à¦¶ বাঠ%s"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr "xen bus দà§à¦¬à¦¾à§°à¦¾ %s নিবà§à¦¶ যনà§à¦¤à§à§° সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "নিবà§à¦¶ যনà§à¦¤à§à§°à§° পà§à§°à¦à§à¦¤à¦¿ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ পà§à§°à¦à§à¦¤à¦¿à§° যনà§à¦¤à§à§°"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "%s à§° বিনà§à¦¯à¦¾à¦¸ à¦à¦à¦¤à§°à¦¾à¦à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ auth ধৰণ '%s'"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ ধৰণ"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "dir %s পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "যনà§à¦¤à§à§° %s à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "%s পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "যনà§à¦¤à§à§° %s à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ auth ধৰণ '%s'"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤ \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "হà§à§°à§à§±à¦¾ à¦à§à¦¸à§° à¦à§à¦¹à¦¸à§à¦¥"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "যনà§à¦¤à§à§° %s à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "%s পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "যনà§à¦¤à§à§° %s à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ auth ধৰণ '%s'"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ বà§à¦ যনà§à¦¤à§à§°: '%s'"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ বà§à¦ যনà§à¦¤à§à§°: '%s'"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "হà§à§°à§à§±à¦¾ à¦à§à¦¸à§° à¦à§à¦¹à¦¸à§à¦¥"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ à¦à§à¦¹à¦¸à§à¦¥ %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ পà§à§°à¦à§à¦¤à¦¿à§° à¦
নà§à¦®à§à¦¦à¦¨ পà§à§°à¦£à¦¾à¦²à§ %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "root সামà¦à§à§°à§ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ পà§à§°à¦à§à¦¤à¦¿à§° যনà§à¦¤à§à§°"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "ডà§à¦®à§à¦à¦¨à§° ধৰণৰ বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "à¦
বà§à¦§ ডà§à¦®à§à¦à¦¨ ধৰণ"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "UUID নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "uuid সামà¦à§à§°à§ à¦à§à¦²"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr "হà§à§°à§à§±à¦¾ সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿à§° à¦
à¦à¦¶"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ তথà§à¦¯ '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "OS à§° পà§à§°à¦à§à¦¤à¦¿ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "à¦
সমৰà§à¦¥à¦¿à¦¤ সà§à¦¥à¦¾à¦ªà¦¤à§à¦¯"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "à¦à§à¦¸à§° যনà§à¦¤à§à§° à¦à¦¦à§à¦à¦¾à¦à¦¨ à¦à§°à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "হà§à§°à§à§±à¦¾ à¦à§à¦¸à§° যনà§à¦¤à§à§°"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ বà§à¦ যনà§à¦¤à§à§°: '%s'"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "à¦à§à¦¸à§° যনà§à¦¤à§à§° à¦à¦¦à§à¦à¦¾à¦à¦¨ à¦à§°à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
#, fuzzy
msgid "cannot extract filesystem devices"
msgstr "à¦à§à¦¸à§° যনà§à¦¤à§à§° à¦à¦¦à§à¦à¦¾à¦à¦¨ à¦à§°à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿"
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "à¦à§à¦¸à§° যনà§à¦¤à§à§° à¦à¦¦à§à¦à¦¾à¦à¦¨ à¦à§°à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
#, fuzzy
msgid "cannot extract parallel devices"
msgstr "à¦à§à¦¸à§° যনà§à¦¤à§à§° à¦à¦¦à§à¦à¦¾à¦à¦¨ à¦à§°à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿"
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "à¦à§à¦¸à§° যনà§à¦¤à§à§° à¦à¦¦à§à¦à¦¾à¦à¦¨ à¦à§°à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "à¦à§à¦¸à§° যনà§à¦¤à§à§° à¦à¦¦à§à¦à¦¾à¦à¦¨ à¦à§°à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "à¦à§à¦¸à§° যনà§à¦¤à§à§° à¦à¦¦à§à¦à¦¾à¦à¦¨ à¦à§°à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "à¦à§à¦¸à§° যনà§à¦¤à§à§° à¦à¦¦à§à¦à¦¾à¦à¦¨ à¦à§°à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "à¦à§à¦¸à§° যনà§à¦¤à§à§° à¦à¦¦à§à¦à¦¾à¦à¦¨ à¦à§°à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "বাà¦à¦¨à§à¦¡: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "ডà§à¦®à§à¦à¦¨ à§°à¦à¦¾à¦à¦à¦¤à§ à¦à§à¦²"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr "root সামà¦à§à§°à§ সঠিঠনহà§"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "à¦à§à¦²"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ডà§à¦®à§à¦à¦¨à§° পà§à§°à¦à§à¦¤à¦¿ %d"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ডà§à¦®à§à¦à¦¨à§° পà§à§°à¦à§à¦¤à¦¿ %d"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ডà§à¦®à§à¦à¦¨à§° পà§à§°à¦à§à¦¤à¦¿ %d"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ডà§à¦®à§à¦à¦¨à§° পà§à§°à¦à§à¦¤à¦¿ %d"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ডà§à¦®à§à¦à¦¨à§° পà§à§°à¦à§à¦¤à¦¿ %d"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ডà§à¦®à§à¦à¦¨à§° পà§à§°à¦à§à¦¤à¦¿ %d"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ডà§à¦®à§à¦à¦¨à§° পà§à§°à¦à§à¦¤à¦¿ %d"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ডà§à¦®à§à¦à¦¨à§° পà§à§°à¦à§à¦¤à¦¿ %d"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ডà§à¦®à§à¦à¦¨à§° পà§à§°à¦à§à¦¤à¦¿ %d"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ডà§à¦®à§à¦à¦¨à§° পà§à§°à¦à§à¦¤à¦¿ %d"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ডà§à¦®à§à¦à¦¨à§° পà§à§°à¦à§à¦¤à¦¿ %d"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ডà§à¦®à§à¦à¦¨à§° পà§à§°à¦à§à¦¤à¦¿ %d"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ডà§à¦®à§à¦à¦¨à§° পà§à§°à¦à§à¦¤à¦¿ %d"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ডà§à¦®à§à¦à¦¨à§° পà§à§°à¦à§à¦¤à¦¿ %d"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "বিনà§à¦¯à¦¾à¦¸ পà¦à§à¦à¦¿à¦à¦¾ %s নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° %s নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° %s লিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° %s সà¦à§°à¦à§à¦·à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "'%s' পà¦à§à¦à¦¿à¦à¦¾ à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "%s à§° বিনà§à¦¯à¦¾à¦¸ à¦à¦à¦¤à§°à¦¾à¦à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "virt à§° পà§à§°à¦à§à¦¤à¦¿ à¦
à¦à§à¦à¦¾à¦¤"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "' সà¦à§à¦à¦¾à¦²à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ "
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ সà§à¦¥à¦¾à¦¨à¦¤ লিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ "
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "%s পà¦à§à¦à¦¿à¦à¦¾ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "%s লৠiptables নিà§à¦¾à¦®à§±à¦²à§ সà¦à§°à¦à§à¦·à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
@@ -1432,57 +1450,57 @@ msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
"iptables নিà§à¦® '%s' ঠchain '%s'à§° পৰা, '%s' à¦à§à¦¬à§à¦²à¦¤ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤, à¦à¦¤à§°à¦¾à¦à¦à¦¤à§ বিফল: %s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
"iptables নিà§à¦® '%s' ঠ'%s' chain লà§, যি '%s' à¦à§à¦¬à§à¦²à¦¤ à¦
ৱসà§à¦¥à¦¿à¦¤, যà§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "সà¦à¦¯à§à¦à§° URI à§° বিশà§à¦²à§à¦·à¦£ à¦à§°à¦¿à¦¬ পৰা ন'à¦'ল"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "লঠপà¦à§à¦à¦¿à¦à¦¾ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ %s: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "à¦à¦¾à§°à§à¦£à§à¦²à§° পথ বৰ দà§à¦à¦²"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "পাà¦à¦ª নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare ঠuri নিৰà§à¦§à¦¾à§°à¦£ নà¦à§°à¦¿à¦²à§"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domainMigratePrepare ঠuri নিৰà§à¦§à¦¾à§°à¦£ নà¦à§°à¦¿à¦²à§"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr "পথà§à§° মান NULL"
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr "ফà§à¦²à§à¦à§° মান শà§à¦£à§à¦¯ হà§à§±à¦¾ à¦à§±à¦¶à§à¦¯à¦"
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr "পà§à§°à¦¶à¦®à¦à§° মান NULL"
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr "ফà§à¦²à§à¦à§° সà§à¦¥à¦¿à¦¤à¦¿à¦®à¦¾à¦ª VIR_MEMORY_VIRTUAL হà§à§±à¦¾ à¦à§±à¦¶à§à¦¯à¦"
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr "পà§à§°à¦¶à¦®à¦ NULL হ'লà§à¦ মাপ শà§à¦£à§à¦¯ নহà§"
@@ -1526,12 +1544,12 @@ msgstr "নিষà§à¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨ %s নিৰà§à¦®à¦¾à¦£
msgid "failed to bind new root %s"
msgstr "'%s' à§° সà§à¦¤à§ à¦à¦à§à¦ বাà¦à¦¨à§à¦¡ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "'%s' নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "'%s' à§° সà§à¦¤à§ à¦à¦à§à¦ বাà¦à¦¨à§à¦¡ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
@@ -1704,21 +1722,21 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr "uuid à§° সà§à¦¤à§ à¦à§à¦¨à§ সà§à¦¸à¦à¦à¦¤ ডà§à¦®à§à¦à¦¨ নাà¦"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr "সà¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨ à¦à¦à¦¤à§°à§à§±à¦¾ সমà§à¦à§± নহà§"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "সà¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨ à¦à¦à¦¤à§°à§à§±à¦¾ সমà§à¦à§± নহà§"
@@ -1773,7 +1791,7 @@ msgstr "à¦
বà§à¦§ ডà§à¦®à§à¦à¦¨ নিৰà§à¦¦à§à¦¶à¦ যনà§à¦¤à§
msgid "failed to kill pid %d"
msgstr "tty pid নথিপতà§à§° %s বনà§à¦§ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "নথিপতà§à§° '%s' stat à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
@@ -1808,232 +1826,242 @@ msgstr "ডà§à¦®à§à¦à¦¨à§° নাম"
msgid "no domain with id %d"
msgstr "id %d নামৰ à¦à§à¦¨à§ ডà§à¦®à§à¦à¦¨ নাà¦"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ পà§à§°à¦à§à§°à¦¿à§à¦¾: %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s পà§à¦¨à§°à¦¾à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "পথ বà§à¦§ নহà§: %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "à¦
বà§à¦§ তৰà§à¦"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "%d ঠিà¦à¦¨à¦¾ বিশà§à¦²à§à¦·à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "%d ঠিà¦à¦¨à¦¾ বিশà§à¦²à§à¦·à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "%d ঠিà¦à¦¨à¦¾ বিশà§à¦²à§à¦·à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "হà§à¦¡à¦¾à§° '%s' পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr "à¦
নà§à§°à§à¦§ à¦
নà§à¦¬à§°à§à¦¤à¦¨ à¦à§°à¦¾ হà§à¦à§, à¦à¦¿à¦¨à§à¦¤à§ IPv4 ঠিà¦à¦¨à¦¾/নà§à¦à¦®à¦¾à¦¸à§à¦ à¦à¦ªà¦²à¦¬à§à¦§ à¦à§°à¦¾ নহà§"
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ auth ধৰণ '%s'"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr "নà§'à¦à§±à§°à§à¦ বিনà§à¦¯à¦¾à¦¸à§° নথিপতà§à§° '%s' à§° নাম নà§'à¦à§±à§°à§à¦à§° নাম '%s' à§° সà§à¦¤à§ সà§à¦¸à¦à¦à¦¤ নহà§"
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "%s à§° বিনà§à¦¯à¦¾à¦¸ à¦à¦à¦¤à§°à¦¾à¦à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "%s ডà§à¦®à§à¦à¦¨ à¦à¦¤à¦¿à¦®à¦§à§à¦¯à§ à¦à¦à§"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "নà§'à¦à§±à§°à§à¦ '%s' autostart à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "বà§à§°à¦¿à¦ সমৰà§à¦¥à¦¨ à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "qemudStartup: সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿ à¦
ৱশিষà§à¦ নাà¦"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
#, fuzzy
msgid "Reloading iptables rules\n"
msgstr "iptables à§° নিà§à¦®à¦¾à§±à¦²à§ পà§à¦¨à¦ তà§à¦²à¦¿ লà§à§±à¦¾ হà§à¦à§"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr "সà§à§±à¦à§à§° IP ঠিà¦à¦¨à¦¾ নà§à¦¹à§à§±à¦¾à¦à§ dhcp ডà§à¦®à¦¨ à¦à§°à¦®à§à¦ à¦à§°à¦¾ সমà§à¦à§± নহà§"
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "লঠপà¦à§à¦à¦¿à¦à¦¾ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ %s: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr ""
"'%s'à§° পৰা à¦
নà§à¦¬à§°à§à¦¤à¦¨ পà§à§°à¦à§à§°à¦¿à§à¦¾à§° à¦
নà§à¦®à§à¦¦à¦¨à§° বাবৠiptables নিà§à¦® যà§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s\n"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "'%s' ঠà¦
নà§à¦¬à§°à§à¦¤à¦¨ পà§à§°à¦à§à§°à¦¿à§à¦¾à§° à¦
নà§à¦®à§à¦¦à¦¨à§° বাবৠiptables নিà§à¦® যà§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s\n"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr ""
"masquerading পà§à§°à¦à§à§°à¦¿à§à¦¾ সà¦à§à§°à¦¿à§ à¦à§°à¦¾à§° বাবৠiptables নিà§à¦® যà§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s\n"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr ""
"'%s'à§° পৰা ৰাà¦à¦à¦¿à¦ পà§à§°à¦à§à§°à¦¿à§à¦¾à§° à¦
নà§à¦®à§à¦¦à¦¨à§° বাবৠiptables নিà§à¦® যà§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s\n"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "'%s' ঠৰাà¦à¦à¦¿à¦ পà§à§°à¦à§à§°à¦¿à§à¦¾à§° à¦
নà§à¦®à§à¦¦à¦¨à§° বাবৠiptables নিà§à¦® যà§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s\n"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "'%s'à§° পৰা DHCP à§° à¦
নà§à§°à§à¦§ à¦
নà§à¦®à§à¦¦à¦¨à§° বাবৠiptables নিà§à¦® যà§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "'%s'à§° পৰা DNS à§° à¦
নà§à§°à§à¦§ à¦
নà§à¦®à§à¦¦à¦¨à§° বাবৠiptables নিà§à¦® যà§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr ""
"'%s'à§° পৰা বাহিৰলৠযà§à§±à¦¾ সমà§à¦ªà§à§°à¦à¦¾à§° à¦
নà§à¦®à§à¦¦à¦¨à§° বাবৠiptables নিà§à¦® যà§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr ""
"'%s' à§° পà§à§°à¦¤à¦¿ à¦à¦à¦®à¦¨à¦à§°à§à¦à¦¤à¦¾ সমà§à¦ªà§à§°à¦à¦¾à§° à¦
নà§à¦®à§à¦¦à¦¨à§° বাবৠiptables নিà§à¦® যà§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr ""
"'%s' à§° à¦à§à¦·à§à¦¤à§à§°à¦¤ à¦à¦¨à§à¦¤à¦ বà§à§°à¦¿à¦ সমà§à¦ªà§à§°à¦à¦¾à§°à§° à¦
নà§à§°à§à¦§ à¦
নà§à¦®à§à¦¦à¦¨à§° বাবৠiptables নিà§à¦® যà§à¦ à¦à§°à§à¦à¦¤à§ "
"বà§à¦¯à§°à§à¦¥: %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "নà§'à¦à§±à§°à§à¦ বৰà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à§°à¦¿à§"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "বà§à§°à¦¿à¦ '%s' নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "'%s' বà§à§°à¦¿à¦à§° IP ঠিà¦à¦¨à¦¾ '%s' ঠধাৰà§à¦¯ à¦à§°à¦¾ নাযাৠ: %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "'%s' বà§à§°à¦¿à¦à§° নà§à¦à¦®à¦¾à¦¸à§à¦ '%s' লৠনিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "'%s' বà§à§°à¦¿à¦ à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "IP à¦à¦à¦¬à§à§à§±à¦¾ সà¦à§à§°à¦¿à§ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "বà§à§°à¦¿à¦ '%s' বনà§à¦§ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "বà§à§°à¦¿à¦ '%s' à¦à¦à¦¤à§°à¦¾à¦à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "নà§'à¦à§±à§°à§à¦ '%s' বনà§à¦§ à¦à§°à¦¾ হà§à¦à§"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr "uuid à§° সà§à¦¤à§ সà§à¦¸à¦à¦à¦¤ নà§'à¦à§±à§°à§à¦ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr "নামৰ সà§à¦¤à§ সà§à¦¸à¦à¦à¦¤ নà§'à¦à§±à§°à§à¦ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "নà§'à¦à§±à§°à§à¦ বৰà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à§°à¦¿à§"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr "id à§° সà§à¦¤à§ সà§à¦¸à¦à¦à¦¤ নà§'à¦à§±à§°à§à¦ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "নà§'à¦à§±à§°à§à¦ '%s' সà¦à§à§°à¦¿à§ নহà§"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "autostart পà¦à§à¦à¦¿à¦à¦¾ %s নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "'%s' symlink ঠ'%s' লৠনিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "symlink '%s' à¦à¦à¦¤à§°à¦¾à¦à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
@@ -2044,7 +2072,267 @@ msgstr "symlink '%s' à¦à¦à¦¤à§°à¦¾à¦à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
msgid "no node device with matching name"
msgstr "à¦à¦ নামৰ মিল থà¦à¦¾ à¦à§à¦¨à§ à¦à¦à§°à¦¾à¦²à§° সমষà§à¦à¦¿ নাà¦"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "হà§à¦¡à¦¾à§° '%s' পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "হà§à§°à§à§±à¦¾ à¦à§à¦¸ পথ"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "à¦
à¦à§à¦à¦¾à¦¤ à¦à¦à§°à¦¾à¦² সমষà§à¦à¦¿à§° ধৰণ %d"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "'%s' নথিপতà§à§°à§° à¦à§°à¦¾à¦à§ নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "ধà§à¦¬à¦¨à¦¿ মডà§à¦² '%s' বà§à¦§ নহà§"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "নà§'à¦à§±à§°à§à¦ সà¦à¦¯à§à¦à¦à§à¦·à§à¦¤à§à§°à¦¤à§° ধৰণ"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "%s ত à¦
বà§à¦§ নà§'à¦à§±à§°à§à¦ নিৰà§à¦¦à§à¦¶à¦ যনà§à¦¤à§à§°"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "à¦
à¦à§à¦à¦¾à¦¤ auth ধৰণ '%s'"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "পà§à¦² à¦à¦¿à¦¤à§°"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "%s ত à¦
বà§à¦§ ডà§à¦®à§à¦à¦¨ নিৰà§à¦¦à§à¦¶à¦ যনà§à¦¤à§à§°"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "%s ত à¦
বà§à¦§ ডà§à¦®à§à¦à¦¨ নিৰà§à¦¦à§à¦¶à¦ যনà§à¦¤à§à§°"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "ধà§à¦¬à¦¨à¦¿ মডà§à¦² '%s' বà§à¦§ নহà§"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "ধà§à¦¬à¦¨à¦¿ মডà§à¦² '%s' বà§à¦§ নহà§"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "%s ত à¦
বà§à¦§ সà¦à¦¯à§à¦ নিৰà§à¦¦à§à¦¶à¦ যনà§à¦¤à§à§°"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "uuid সামà¦à§à§°à§ à¦à§à¦²"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "ডà§à¦®à§à¦à¦¨à§° ধৰণৰ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "à¦
à¦à§à¦à¦¾à¦¤ auth ধৰণ '%s'"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "à¦
à¦à§à¦à¦¾à¦¤ auth ধৰণ '%s'"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "'%s' à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
@@ -2204,7 +2492,7 @@ msgstr "ডà§à¦®à§à¦à¦¨ বৰà§à¦¤à¦®à¦¾à¦¨à§ shutoff à¦
ৱসà§à¦¥à¦¾
msgid "Could not read container config"
msgstr "সà¦à¦¯à§à¦à§° URI à§° বিশà§à¦²à§à¦·à¦£ à¦à§°à¦¿à¦¬ পৰা ন'à¦'ল"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ ধৰণ '%s'"
@@ -2218,6 +2506,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "সà¦à¦¯à§à¦à§° URI à§° বিশà§à¦²à§à¦·à¦£ à¦à§°à¦¿à¦¬ পৰা ন'à¦'ল"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "pid নথিপতà§à§° '%s' à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "à¦à¦¿à¦à§à¦¨à§à¦² পাà¦à¦ªà§° পৰা পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "pid নথিপতà§à§° '%s' লৠলিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "pid নথিপতà§à§° '%s' à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "à¦à¦¾à§°à§à¦¯à§à¦¯à¦à§°à¦£ বিফল: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "'%s' à§° সà§à¦¤à§ à¦à¦à§à¦ বাà¦à¦¨à§à¦¡ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "হাà¦à¦ªà¦¾à§° à¦à¦¾à¦à¦¸à§°à§à§° সà§à¦¤à§ সà¦à¦¯à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "'%s' à§° সà§à¦¤à§ à¦à¦à§à¦ বাà¦à¦¨à§à¦¡ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "%sà§° পৰা ডà§à¦®à§à¦à¦¨ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "uid '%d' à§° বà§à¦¯à§±à¦¹à¦¾à§°à¦à§°à§à¦à¦¤à¦¾à§° à§°à§à¦à§°à§à¦¡ à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "%s à§° পৰা পà§à¦² সà§à¦·à§à¦à¦¿ à¦à§°à¦¿à¦¬à¦²à§ বিফল"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2262,698 +2615,766 @@ msgstr "নিযà§à¦à§à¦¤à¦à§° সà§à¦¤à§ সà¦à¦¯à§à¦à¦¤ সমসà§
msgid "got asynchronous packet number %d\n"
msgstr "à¦
সমà¦à¦¾à¦²à¦¿à¦¨ পà§à¦à§à¦ সà¦à¦à§à¦¯à¦¾ %d পà§à§°à¦¾à¦ªà§à¦¤\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "qemu %d pid %lu à§° পৰা à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ পà§à§°à¦¸à§à¦¥à¦¾à¦¨ à¦
ৱসà§à¦¥à¦¾"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ পà§à§°à¦¸à§à¦¥à¦¾à¦¨ à¦
ৱসà§à¦¥à¦¾ '%d', qemu সমà§à¦à§±à¦¤ বিফল"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "QEMU বাà¦à¦¨à§à§°à¦¿ %s à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "নà§'à¦à§±à§°à§à¦ '%s' পà§à§±à¦¾ নাযাà§"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr "%d পà§à§°à¦à§à¦¤à¦¿à§° নà§'à¦à§±à§°à§à¦ সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr "বà§à§°à¦¿à¦ সমৰà§à¦¥à¦¨ à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "tap সà¦à¦¯à§à¦ মাধà§à¦¯à¦® '%s' ঠবà§à§°à¦¿à¦ '%s' লৠযà§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "tap সà¦à¦¯à§à¦ মাধà§à¦¯à¦® '%s' ঠবà§à§°à¦¿à¦ '%s' লৠযà§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "'info blockstats' à¦à¦¦à§à¦¶ à¦à¦ qemu দà§à¦¬à¦¾à§°à¦¾ সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
#, fuzzy
msgid "STDIO migration is not supported with this QEMU binary"
msgstr "'info blockstats' à¦à¦¦à§à¦¶ à¦à¦ qemu দà§à¦¬à¦¾à§°à¦¾ সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "'%s' ধৰণৰ ডিসà§à¦ সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "'%s' ধৰণৰ ডিসà§à¦ সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr "'%s' ধৰণৰ ডিসà§à¦ সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "ধà§à¦¬à¦¨à¦¿ মডà§à¦² বà§à¦§ নহà§"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "à¦
বà§à¦§ ডà§à¦®à§à¦à¦¨ নাম"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "à¦
বà§à¦§ পথ"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "মনিà¦à§° পথ %s à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "নà§à¦¡à§° ডà§à¦®à§à¦à¦¨ তালিà¦à¦¾"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "close-on-exec file descriptor flag à§° মান নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "non-blocking file descriptor flag à§° মান নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "%s লঠনথিপতà§à§° নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "VM লঠনথিপতà§à§°à§° close on exec ফà§à¦²à§à¦ %s নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "%s লঠনথিপতà§à§° নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/qemu_driver.c:211
-#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "%s লঠনথিপতà§à§° নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "VM লঠনথিপতà§à§°à§° close on exec ফà§à¦²à§à¦ %s নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "tty %s à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s\n"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "VM '%s' autostart à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "বà§à¦²à¦ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ পৰিসà¦à¦à§à¦¯à¦¾ পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ %s %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "%sà§° পৰা ডà§à¦®à§à¦à¦¨ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "%s ডà§à¦®à§à¦à¦¨ %s ঠসà¦à§°à¦à§à¦·à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "%s পà¦à§à¦à¦¿à¦à¦¾ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "বৰà§à¦¤à¦®à¦¾à¦¨MemorySize পৰà§à¦à§à¦·à¦¾ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "'%s' ধৰণ বিশà§à¦²à¦·à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "'%s' ধৰণ বিশà§à¦²à¦·à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
+
+#: src/qemu_driver.c:476
#, fuzzy, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "VM '%s' autostart à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup: সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿ à¦
ৱশিষà§à¦ নাà¦"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr "%s à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ পà§à§°à¦¾à¦ªà§à¦¤ ফলাফল পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr "%s à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ পà§à§°à¦¾à¦ªà§à¦¤ ফলাফল পà§à§à¦à¦¤à§ সমৠà¦
নà§à¦¤ হà§à¦à§"
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr "%s à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ পà§à§°à¦¾à¦ªà§à¦¤ ফলাফল পà§à§à¦à¦¤à§ à¦
ৱশিষà§à¦ সà§à¦¥à¦¾à¦¨ à¦à¦ªà¦²à¦¬à§à¦§ নাà¦"
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, fuzzy, c-format
+msgid "Out of space while reading %s log output"
+msgstr "%s à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ পà§à§°à¦¾à¦ªà§à¦¤ ফলাফল পà§à§à¦à¦¤à§ à¦
ৱশিষà§à¦ সà§à¦¥à¦¾à¦¨ à¦à¦ªà¦²à¦¬à§à¦§ নাà¦"
+
+#: src/qemu_driver.c:757
+#, fuzzy, c-format
+msgid "Failure while reading %s log output"
+msgstr "%s à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ পà§à§°à¦¾à¦ªà§à¦¤ ফলাফল পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
+
+#: src/qemu_driver.c:771
+#, fuzzy, c-format
+msgid "Timed out while reading %s log output"
+msgstr "%s à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ পà§à§°à¦¾à¦ªà§à¦¤ ফলাফল পà§à§à¦à¦¤à§ সমৠà¦
নà§à¦¤ হà§à¦à§"
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr "মনিà¦à§° পথ %s à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr "মনিà¦à§°à§° close on exec ফà§à¦²à§à¦à§° মান নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr "পৰà§à¦¦à§à¦¦à¦¾à¦ non-blocking ধৰণত ৰাà¦à¦¿à¦¬à¦²à§ বিফল"
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "%d লঠনথিপতà§à§° বনà§à¦§ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "tty à§° বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr "CPU thread তথà§à¦¯ পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à¦¾à§° বাবৠমনিà¦à§° à¦à¦¦à§à¦¶ সà¦à§à¦à¦¾à¦²à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "ডà§à¦®à§à¦à¦¨ '%s' পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr "পà§à¦¨à§°à¦¾à§°à¦®à§à¦à§° à¦à¦¾à§°à§à¦¯à§à¦¯ বিফল"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "বৰà§à¦¤à¦®à¦¾à¦¨MemorySize পৰà§à¦à§à¦·à¦¾ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "VM বৰà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à§°à¦¿à§"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr "à¦à¦à¦¾ à¦
বà§à¦¯à§±à¦¹à§à¦¤ VNC পà§à§°à§à¦ à¦à¦¿à¦¨à¦¾à¦à§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "লঠপà¦à§à¦à¦¿à¦à¦¾ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ %s: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "QEMU বাà¦à¦¨à§à§°à¦¿ %s à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "QEMU বাà¦à¦¨à§à§°à¦¿ %s à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "%d লঠনথিপতà§à§°à¦¤ argv লিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "%d লঠনথিপতà§à§°à¦¤ argv লিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "%d লঠনথিপতà§à§°à¦¤ argv লিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s বনà§à¦§ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "VM '%s' বনà§à¦§ à¦à§°à¦¾ হà§à¦à§"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "'%s' à§° সà§à¦¤à§ à¦à¦à§à¦ বাà¦à¦¨à§à¦¡ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "%d লঠনথিপতà§à§° বনà§à¦§ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
+msgid "Failed to remove domain status for %s"
+msgstr "%sà§° পৰা ডà§à¦®à§à¦à¦¨ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "VM à¦à¦¨à§à¦¸à§à¦²à§° তথà§à¦¯ লঠà¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "tty %s à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr "à¦à¦ à¦à§à¦¹à¦¸à§à¦¥ বà§à¦¯à§±à¦¸à§à¦¥à¦¾à¦ªà§à§°à¦£à¦¾à¦²à§à¦¤ NUMA সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr "NUMA à§° মà§à¦à§à¦¤ সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿à§° পৰিমাণ à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "à¦à§à¦¹à¦¸à§à¦¥à§° নাম পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "%s ডà§à¦®à§à¦à¦¨ à¦à¦¤à¦¿à¦®à¦§à§à¦¯à§ à¦à¦à§"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "%s ডà§à¦®à§à¦à¦¨ à¦à¦¤à¦¿à¦®à¦§à§à¦¯à§ à¦à¦à§"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "%d id à§° সà§à¦¤à§ সà§à¦¸à¦à¦à¦¤ ডà§à¦®à§à¦à¦¨ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "ডà§à¦®à§à¦à¦¨ বৰà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à§°à¦¿à§ নহà§"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr "সà§à¦¥à¦à¦¿à¦¤ à¦à§°à¦¾à§° à¦à¦¾à§°à§à¦¯à§à¦¯ বিফল"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr "বনà§à¦§ à¦à§°à¦¾à§° à¦à¦¾à§°à§à¦¯à§à¦¯ বিফল"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "uuid '%s' à§° সà§à¦¤à§ সà§à¦¸à¦à¦à¦¤ ডà§à¦®à§à¦à¦¨ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr "বৰà§à¦¤à¦®à¦¾à¦¨ সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿à§° তà§à¦²à¦¨à¦¾à¦¤ সৰà§à¦¬à¦¾à¦§à¦¿à¦ সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿à§° পৰিমাণ à¦à¦® হ'ব নà§à§±à¦¾à§°à§"
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr "সà¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨à§° সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿ নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à¦¾ নাযাব"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr "সৰà§à¦¬à¦¾à¦§à¦¿à¦ সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿à¦¤à¦à§ à¦
ধিঠপৰিমাণৰ সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿ নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à¦¾ নাযাব"
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr "ডà§à¦®à§à¦à¦¨ xml পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr "'%s' নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
msgstr "সà¦à§°à¦à§à¦·à¦£à§° হà§à¦¡à¦¾à§° লিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr "xml লিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "%d লঠনথিপতà§à§° বনà§à¦§ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿à§° à¦
পৰà§à¦¯à¦¾à¦ªà§à¦¤"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr "মাà¦à¦à§à§°à§à¦ à¦à¦¾à§°à§à¦¯à§à¦¯ বিফল"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
#, fuzzy
msgid "'migrate' not supported by this qemu"
msgstr "'info blockstats' à¦à¦¦à§à¦¶ à¦à¦ qemu দà§à¦¬à¦¾à§°à¦¾ সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr "সà¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨à¦¤ vcpu à§° সà¦à¦à§à¦¯à¦¾ পৰিবৰà§à¦¤à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr "ডà§à¦®à§à¦à¦¨à§° à¦à§à¦·à§à¦¤à§à§°à¦¤ পà§à§°à¦¯à§à¦à§à¦¯ সৰà§à¦¬à¦¾à¦§à¦¿à¦ vcpu নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à¦¾ নাযাà§"
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
"ডà§à¦®à§à¦à¦¨à§° বাবৠনিৰà§à¦§à¦¾à§°à¦¿à¦¤ সৰà§à¦¬à¦¾à¦§à¦¿à¦ vcpu à§° পৰা à¦
নà§à§°à§à¦§ à¦à§°à¦¾ vcpu à§° সà¦à¦à§à¦¯à¦¾ à¦
ধিà¦: %d > %d"
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
msgid "cannot pin vcpus on an inactive domain"
msgstr "নিষà§à¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨à¦¤ vcpu pin à¦à§°à¦¾ সমà§à¦à§± নহà§"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "vcpu সà¦à¦à§à¦¯à¦¾ সà§à¦®à¦¾ বহিৰà§à¦à§à¦¤ %d > %d"
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "affinity নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿: %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr "cpu affinity সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "affinity পà§à§±à¦¾ নাযাà§: %s"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr "cpu affinity পà§à§±à¦¾ নাযাà§"
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "'%d' ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦à¦¾à¦¤ à¦
à¦à§à¦à¦¾à¦¤ virt type à¦à¦²à§à¦²à§à¦à¦¿à¦¤"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "বৰà§à¦¤à¦®à¦¾à¦¨MemorySize পৰà§à¦à§à¦·à¦¾ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
+
+#: src/qemu_driver.c:3014
+#, fuzzy, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr "vCPU à§° সà¦à¦à§à¦¯à¦¾ সৰà§à¦¬à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦¾à§° à¦
ধিà¦: %d > %d"
+
+#: src/qemu_driver.c:3023
+#, fuzzy, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr "vCPU à§° সà¦à¦à§à¦¯à¦¾ সৰà§à¦¬à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦¾à§° à¦
ধিà¦: %d > %d"
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr "ডà§à¦®à§à¦à¦¨à§° পà§à§°à¦¤à¦¿à¦®à§à§°à§à¦¤à§à¦¤à¦¿ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr "qemu হà§à¦¡à¦¾à§° পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr "image magic সঠিঠনহà§"
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "image à§° সà¦à¦¸à§à¦à§°à¦£ সমৰà§à¦¥à¦¿à¦¤ নহৠ(%d > %d)"
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr "XML পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr "XML বিশà§à¦²à¦·à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr "'%s' হিà¦à¦¾à¦ªà§ ডà§à¦®à§à¦à¦¨ বৰà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à§°à¦¿à§"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
msgid "failed to assign new VM"
msgstr "নতà§à¦¨ VM ধাৰà§à¦¯ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr "VM à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
msgid "failed to resume domain"
msgstr "ডà§à¦®à§à¦à¦¨ পà§à¦¨à§°à¦¾à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "'%s' ধৰণৰ ডিসà§à¦ সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "cdrom মিডিà§à¦¾ à¦à¦à¦¤à§°à¦¾à¦à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "cdrom মিডিà§à¦¾ à¦à¦à¦¤à§°à¦¾à¦à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, fuzzy, c-format
msgid "target %s already exists"
msgstr "à¦à¦à§°à¦¾à¦²à§° সমষà§à¦à¦¿ à¦à¦¤à¦¿à¦®à¦§à§à¦¯à§ à¦à¦à§"
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "%s পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "%s ডà§à¦®à§à¦à¦¨ à¦à¦¤à¦¿à¦®à¦§à§à¦¯à§ à¦à¦à§"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "à¦à§à¦¸à§° যনà§à¦¤à§à§° à¦à¦¦à§à¦à¦¾à¦à¦¨ à¦à§°à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "à¦à§à¦¹à¦¸à§à¦¥à§° সà¦à¦à§à¦à¦¾à§° নথিপতà§à§° তà§à¦²à¦¿ লà§à§±à¦¾ হà§à¦à§"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "à¦à§à¦¸à§° যনà§à¦¤à§à§° à¦à¦¦à§à¦à¦¾à¦à¦¨ à¦à§°à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "à¦à§à¦¹à¦¸à§à¦¥à§° সà¦à¦à§à¦à¦¾à§° নথিপতà§à§° তà§à¦²à¦¿ লà§à§±à¦¾ হà§à¦à§"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr "নিষà§à¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨à§° সà§à¦¤à§ যনà§à¦¤à§à§° সà¦à¦¯à§à¦à§à¦¤ à¦à§°à¦¾ নাযাব"
-#: src/qemu_driver.c:3451
-#, fuzzy
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, fuzzy, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr "à¦
à¦à¦² CDROM ডিসà§à¦ যনà§à¦¤à§à§° সà¦à¦¯à§à¦à§à¦¤ à¦à§°à¦¾ যাব"
-#: src/qemu_driver.c:3460
-#, fuzzy
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, fuzzy, c-format
+msgid "device type '%s' cannot be attached"
msgstr "à¦
à¦à¦² CDROM ডিসà§à¦ যনà§à¦¤à§à§° সà¦à¦¯à§à¦à§à¦¤ à¦à§°à¦¾ যাব"
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "ডà§à¦®à§à¦à¦¨ পà§à§±à¦¾ ন'à¦'ল"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "ডà§à¦®à§à¦à¦¨ পà§à¦¨à§°à¦¾à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "%sà§° পৰা যনà§à¦¤à§à§° বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "নিষà§à¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨à§° সà§à¦¤à§ যনà§à¦¤à§à§° সà¦à¦¯à§à¦à§à¦¤ à¦à§°à¦¾ নাযাব"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
#, fuzzy
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr "à¦
à¦à¦² CDROM ডিসà§à¦ যনà§à¦¤à§à§° সà¦à¦¯à§à¦à§à¦¤ à¦à§°à¦¾ যাব"
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "সà¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨à§° সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿ নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à¦¾ নাযাব"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "autostart পà¦à§à¦à¦¿à¦à¦¾ %s নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "'%s' symlink ঠ'%s' লৠনিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "পথ বà§à¦§ নহà§: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr "'info blockstats' à¦à¦¦à§à¦¶ বিফল"
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "'info blockstats' à¦à¦¦à§à¦¶ à¦à¦ qemu দà§à¦¬à¦¾à§°à¦¾ সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "যনà§à¦¤à§à§° পà§à§±à¦¾ নাযাà§: %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr "NULL বা পথ ৰিà¦à§à¦¤"
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "পথ বà§à¦§ নহà§, '%s' পৰিà¦à¦¿à¦¤ সà¦à¦¯à§à¦ মাধà§à¦¯à¦® নহà§"
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "'%s' পà¦à§à¦à¦¿à¦à¦¾ à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "%s বিনà§à¦¸ নথিপতà§à§° পà§à§à¦à¦¤à§ বিফল"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "à¦
বà§à¦§ পথ"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr "QEMU à¦à¦¾à¦²à¦à§ à¦
à¦à¦² virtual memory addrs à§° সমৰà§à¦¥à¦¨ à¦à§°à§"
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "open(%s) বিফল: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "lvs à¦à¦¦à§à¦¶ বিফল"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s: লঠনথিপতà§à§° লিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "নà§à¦¡à§° ডà§à¦®à§à¦à¦¨ তালিà¦à¦¾"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "UUID নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "'%s' হিà¦à¦¾à¦ªà§ ডà§à¦®à§à¦à¦¨ বৰà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à§°à¦¿à§"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "VM à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "à¦à¦¾à§°à§à¦¯à§à¦¯à¦à§°à¦£ বিফল: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "ডà§à¦®à§à¦à¦¨ %s পà§à¦¨à§°à¦¾à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "নামৰ সà§à¦¤à§ à¦à§à¦¨à§ মিল থà¦à¦¾ ডà§à¦®à§à¦à¦¨ নাà¦"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
msgstr "libvirtd বাà¦à¦¨à§à§°à¦¿ à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
@@ -2963,509 +3384,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open: 'ext' সমà§à¦ªà§à§°à¦à¦¾à§°à§° বাবৠà¦à¦¦à§à¦¶ à¦à§±à¦¶à§à¦¯à¦"
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "tty %s à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s\n"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "tty %s à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s\n"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "à¦à¦à§à¦ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "à¦à¦à§à¦ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr "Windows à§° à¦
ধà§à¦¨ unix, ssh à¦à§°à§ ext সমà§à¦ªà§à§°à¦à¦¾à§° সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "à¦à¦à§à¦ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "%d লঠনথিপতà§à§° বনà§à¦§ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "URI পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "ডà§à¦®à§à¦à¦¨ বিতৰণ à¦à§°à¦¾ হà§à¦à§"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "%s '%s' à¦
à¦à¦¿à¦à¦® à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s (%d)"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "নà§à¦¡ বিতৰণ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "VM à¦à¦¨à§à¦¸à§à¦²à§° তথà§à¦¯ লঠà¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "SASL লাà¦à¦¬à§à§°à§à§°à¦¿ à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %d (%s)"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, fuzzy, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "tty à§° বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s\n"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "tty à§° বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "à¦à§à§°à¦¾à¦¹à¦à§° পৰিà¦à§ সতà§à¦ªà¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "tty %s à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s\n"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr "সà§à§±à¦à§° পৰিà¦à§ পà§à§°à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ (à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤ পà§à§°à¦®à¦¾à¦£à¦ªà¦¤à§à§° বা IP ঠিà¦à¦¨à¦¾)\n"
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "à¦à§à§°à¦¾à¦¹à¦à§° পৰিà¦à§ সতà§à¦ªà¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "পাà¦à¦ª নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "যনà§à¦¤à§à§°à§° পà§à§°à¦à§à¦¤à¦¿ বà§à¦§ নহà§: %s"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
#, fuzzy
msgid "The certificate is not trusted."
msgstr "পà§à§°à¦®à¦¾à¦£à¦ªà¦¤à§à§° à¦à¦¤à¦¿à§à¦¾à¦ সà¦à§à§°à¦¿à§ à¦à§°à¦¾ হà§à§±à¦¾ নাà¦"
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
#, fuzzy
msgid "The certificate hasn't got a known issuer."
msgstr "remoteCheckCertificate: à¦à§à§°à¦¾à¦¹à¦ পà§à§°à¦®à¦¾à¦£à¦ªà¦¤à§à§° বিতৰণà¦à§°à§à¦à¦¤à¦¾ à¦
পৰিà¦à¦¿à¦¤à¥¤"
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
#, fuzzy
msgid "The certificate has been revoked."
msgstr "পà§à§°à¦®à¦¾à¦£à¦ªà¦¤à§à§°à§° সমà§à¦à¦¾à¦² à¦
নà§à¦¤ হà§à¦à§"
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
#, fuzzy
msgid "The certificate uses an insecure algorithm"
msgstr ""
"remoteCheckCertificate: à¦à§à§°à¦¾à¦¹à¦ পà§à§°à¦®à¦¾à¦£à¦ªà¦¤à§à§° দà§à¦¬à¦¾à§°à¦¾ বà§à¦¯à§±à¦¹à§à¦¤ à¦à¦²à§à¦à§à§°à¦¿à¦¥à¦®à§â নিৰাপদ নহà§à¥¤"
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "পà§à§°à¦®à¦¾à¦£à¦ªà¦¤à§à§° X.509 পà§à§°à¦à§à¦¤à¦¿à§° নহà§"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "gnutls_certificate_get_peers বিফল"
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "SASL পà§à§°à¦®à¦¾à¦£à§à¦à§°à¦£ বà§à¦¯à§±à¦¸à§à¦¥à¦¾ %s à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "tty %s à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s\n"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "পà§à§°à¦®à¦¾à¦£à¦ªà¦¤à§à§°à§° সমà§à¦à¦¾à¦² à¦
নà§à¦¤ হà§à¦à§"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "পà§à§°à¦®à¦¾à¦£à¦ªà¦¤à§à§° à¦à¦¤à¦¿à§à¦¾à¦ সà¦à§à§°à¦¿à§ à¦à§°à¦¾ হà§à§±à¦¾ নাà¦"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr "পà§à§°à¦®à¦¾à¦£à¦ªà¦¤à§à§°à§° à¦à§°à¦¾à¦à§ à¦à§°à§ à¦à§à¦¹à¦¸à§à¦¥à§° নামত à¦
মিল (%s)"
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "à¦
ধিঠNUMA à¦à§à¦·: %d > %d"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "à¦
ধিঠদà§à§°à¦¬à§°à§à¦¤à§ ডà§à¦®à§à¦à¦¨ ID: %d > %d"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr "সৰà§à¦¬à¦¾à¦§à¦¿à¦à¦¤à¦à§ map à§° দà§à§°à§à¦à§à¦¯ à¦
ধিà¦: %d > %d"
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "vCPU à§° সà¦à¦à§à¦¯à¦¾ সৰà§à¦¬à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦¾à§° à¦
ধিà¦: %d > %d"
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr "vCPU মà§à¦ª পà§à§°à¦¶à¦®à¦à§° দà§à§°à§à¦à§à¦¯ সৰà§à¦¬à¦¾à¦§à¦¿à¦ মাপৰ à¦
ধিà¦: %d > %d"
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "à¦à§à¦¹à¦¸à§à¦¥à¦ à¦
ধিঠvCPU সমà§à¦ªà§°à§à¦à§ সà§à¦à¦¿à¦¤ à¦à§°à§: %d > %d"
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, fuzzy, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr "vCPU à§° সà¦à¦à§à¦¯à¦¾ সৰà§à¦¬à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦¾à§° à¦
ধিà¦: %d > %d"
+
+#: src/remote_internal.c:2352
+#, fuzzy, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr "vCPU à§° সà¦à¦à§à¦¯à¦¾ সৰà§à¦¬à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦¾à§° à¦
ধিà¦: %d > %d"
+
+#: src/remote_internal.c:2361
+#, fuzzy, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr "vCPU à§° সà¦à¦à§à¦¯à¦¾ সৰà§à¦¬à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦¾à§° à¦
ধিà¦: %d > %d"
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr "à¦
ধিঠদà§à§°à¦¬à§°à§à¦¤à§ ডà§à¦®à§à¦à¦¨à§° নাম: %d > %d"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "remoteDomainGetSchedulerParameters: সà§à¦¥à¦¿à¦¤à¦¿à¦®à¦¾à¦ªà§° ধৰণ à¦
à¦à§à¦à¦¾à¦¤"
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "array বিতৰণ à¦à§°à¦¾à§° সমà§à¦¤ সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿ à¦
ৱশিষà§à¦ নাà¦"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ পà§à§°à¦à§à¦¤à¦¿à§° সà§à¦¥à¦¿à¦¤à¦¿à¦®à¦¾à¦ª"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "à¦
ধিঠসà¦à¦à§à¦¯à¦ দà§à§°à¦¬à§°à§à¦¤à§ নà§'à¦à§±à§°à§à¦: %d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr ""
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr ""
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr ""
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr ""
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "বহà§à¦¤à§ à¦à¦¾à¦²à¦ পà¦à§à¦à¦¿à¦à§à¦¤ à¦à§°à¦¾ হà§à¦à§"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "বহà§à¦¤à§ à¦à¦¾à¦²à¦ পà¦à§à¦à¦¿à¦à§à¦¤ à¦à§°à¦¾ হà§à¦à§"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "বহà§à¦¤à§ à¦à¦¾à¦²à¦ পà¦à§à¦à¦¿à¦à§à¦¤ à¦à§°à¦¾ হà§à¦à§"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "à¦
ধিঠসà¦à¦à§à¦¯à¦ à¦à§à§°à§à¦à§à¦à¦¾à§° যনà§à¦¤à§à§° à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ পà§à§°à¦à§à¦¤à¦¿à§° à¦
নà§à¦®à§à¦¦à¦¨ পà§à§°à¦£à¦¾à¦²à§ %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr "à¦
নà§à§°à§à¦§ à¦à§°à¦¾ à¦
নà§à¦®à§à¦¦à¦¨à§° পà§à§°à¦£à¦¾à¦²à§ %s à¦
সà§à¦¬à§à¦à¦¾à§° à¦à§°à¦¾ হà§à¦à§"
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "à¦
নà§à¦®à§à¦¦à¦¨ পà§à§°à¦£à¦¾à¦²à§ সমৰà§à¦¥à¦¿à¦¤ নহৠ%d"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "SASL লাà¦à¦¬à§à§°à§à§°à¦¿ à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %d (%s)"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "sock ঠিà¦à¦¨à¦¾ %d পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ (%s)"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "সমতà§à¦²à§à¦¯ ঠিà¦à¦¨à¦¾ %d পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ (%s)"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "SASL à¦à§à§°à¦¾à¦¹à¦ context নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %d (%s)"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr "TLS à¦
ধিবà§à¦¶à¦¨à§° à¦à§à¦·à§à¦¤à§à§°à¦¤ cipher à§° মাপ বà§à¦§ নহà§"
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "বাহà§à¦¯à¦¿à¦ SSF %d নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ (%s)"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr "security props %d নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿ (%s)"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "SASL পà§à§°à¦£à¦¾à¦²à§ %s সà§à§±à¦à§° দà§à¦¬à¦¾à§°à¦¾ সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "SASL বিশà§à¦²à§à¦·à¦£ à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %d (%s)"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr "বিষà§à¦¬à¦¸à§à¦¤à§ সà¦à§°à¦à§à¦·à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr "SASL negotiation তথà§à¦¯ বৰ দà§à¦à¦²: %d bytes"
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "বিফল SASL পদà¦à§à¦·à§à¦ª: %d (%s)"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr "পাৰ à¦à§°à¦¾ SSF %d বৰ দà§à§ নাà¦à¦¿à¦²"
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr "হাà¦à¦ªà¦¾à§° à¦à¦¾à¦à¦à§°à§° সà§à¦¤à§ সà¦à¦¯à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr "xdr_remote_message_header বিফল"
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr "marshalling args"
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
#, fuzzy
msgid "xdr_u_int (length word)"
msgstr "xdr_int (length word)"
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "ডà§à¦®à§à¦à¦¨à§° তথà§à¦¯ à§°à¦à§à¦·à¦¾ à¦à§°à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "à¦à¦à§à¦ %d পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "à¦
à¦à¦² পà§à§à¦à¦¤à§à¦¯à§à¦à§à¦¯ সà¦à¦¯à§à¦"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "fd পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "'%s' নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s ধà§à¦¬à¦à¦¶ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
#, fuzzy
msgid "xdr_u_int (length word, reply)"
msgstr "xdr_int (length word, reply)"
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
#, fuzzy
msgid "packet received from server too small"
msgstr "সà§à§±à¦à§° পৰা পà§à§°à¦¾à¦ªà§à¦¤ পà§à¦à§à¦ বৰ ডাà¦à§°"
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr "সà§à§±à¦à§° পৰা পà§à§°à¦¾à¦ªà§à¦¤ পà§à¦à§à¦ বৰ ডাà¦à§°"
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr "à¦à¦¤à§à¦¤à§°à¦¤ à¦
বà§à¦§ হà§à¦¡à¦¾à§°"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ পà§à§°à§à¦à§à§°à¦¾à¦® (পà§à§°à¦¾à¦ªà§à¦¤ %x, পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ %x)"
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr "à¦à¦à¦¾à§°à¦¬à¦¿à¦§à¦¿à§° সà¦à¦¸à§à¦à§°à¦£ à¦
à¦à§à¦à¦¾à¦¤ (পà§à§°à¦¾à¦ªà§à¦¤ %x, পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ %x)"
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ পà§à§°à¦£à¦¾à¦²à§ (পà§à§°à¦¾à¦ªà§à¦¤ %x, পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ %x)"
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr "unmarshalling ret"
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr "unmarshalling remote_error"
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ à¦
ৱসà§à¦¥à¦¾ (পà§à§°à¦¾à¦ªà§à¦¤ %x)"
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "calloc বিফল"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "à¦à¦¦à§à¦¶à§° বাবৠà¦
পà§à¦à§à¦·à¦¾ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "tty pid নথিপতà§à§° %s à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
+
+#: src/security_selinux.c:120
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr "tty pid নথিপতà§à§° %s পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "tty pid নথিপতà§à§° %s à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "tty pid নথিপতà§à§° %s পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "%s à§° নথিপতà§à§° context পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, fuzzy, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr "vCPU à§° সà¦à¦à§à¦¯à¦¾ সৰà§à¦¬à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦¾à§° à¦
ধিà¦: %d > %d"
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "tty %s à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s\n"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "tty %s à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s\n"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3496,45 +3998,45 @@ msgstr "নথিপতà§à§° '%s' à§° সমà§à¦ªà§à§°à¦¸à¦¾à§°à¦£ à¦à§°à¦¿
msgid "cannot read beginning of file '%s'"
msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° %s নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "%s à§° নথিপতà§à§° context পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "dir %s পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr "regex %s সà¦à§à¦à¦²à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "fd পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "à¦à¦¦à§à¦¶à§° বাবৠà¦
পà§à¦à§à¦·à¦¾ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr "à¦à¦¦à§à¦¶à§ পৰিষà§à¦à¦¾à§° à¦à¦¾à¦¬à§ পà§à§°à¦¸à§à¦¥à¦¾à¦¨ à¦à§°à¦¿à¦²à§"
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "পà§à§à¦à¦¤à§ à¦à§à¦²: %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "à¦à¦ªà§°"
@@ -3645,7 +4147,7 @@ msgid "cannot extend file '%s'"
msgstr "নথিপতà§à§° '%s' à§° সমà§à¦ªà§à§°à¦¸à¦¾à§°à¦£ à¦à§°à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿: %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "'%s' পথ পà§à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿: %s"
@@ -3678,17 +4180,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "'%s' নথিপতà§à§°à§° à¦à§°à¦¾à¦à§ নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "'%s' নথিপতà§à§° ধৰণ নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "'%s' নথিপতà§à§° বনà§à¦§ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
@@ -3799,11 +4301,7 @@ msgstr "যনà§à¦¤à§à§° %s বনà§à¦§ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥
msgid "cannot remove PV device '%s'"
msgstr "ttyPidFile %s à¦à¦à¦¤à§°à¦¾à¦à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "সমষà§à¦à¦¿ '%s' à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
@@ -3816,164 +4314,169 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ à§°à§à¦ পদাৰà§à¦¥"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ à¦à¦à§°à¦¾à¦² সমষà§à¦à¦¿à§° ধৰণ %d"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "হà§à§°à§à§±à¦¾ নামৰ à¦
à¦à¦¶"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr "uuid সà§à¦·à§à¦à¦¿ à¦à§°à§à¦à¦¤à§ বিফল"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ auth ধৰণ '%s'"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "হà§à§°à§à§±à¦¾ à¦à§à¦¸ à¦à§à¦¹à¦¸à§à¦¥à§° নাম"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "à¦à§à¦¸à§° যনà§à¦¤à§à§° à¦à¦¦à§à¦à¦¾à¦à¦¨ à¦à§°à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "হà§à§°à§à§±à¦¾ à¦à§à¦¸ যনà§à¦¤à§à§°à§° পথ"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "হà§à§°à§à§±à¦¾ à¦à§à¦¸ পথ"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ auth ধৰণ '%s'"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "হà§à§°à§à§±à¦¾ লà¦à§à¦·à§à¦¯ পথ"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ à¦à¦à§°à¦¾à¦² সমষà§à¦à¦¿à§° ধৰণ %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr ""
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr "হà§à§°à§à§±à¦¾ à¦à§°à¦¾à¦à§ পদাৰà§à¦¥"
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "root সামà¦à§à§°à§ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr ""
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ à§°à§à¦ পদাৰà§à¦¥"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "হà§à§°à§à§±à¦¾ নামৰ à¦
à¦à¦¶"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ auth ধৰণ '%s'"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "বিনà§à¦¯à¦¾à¦¸ পà¦à§à¦à¦¿à¦à¦¾ %s নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§°à§° পথ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr "autostart à§° সà¦à¦¯à§à¦ পথ নিৰà§à¦®à¦¾à¦£ à¦à§°à¦¾ সমà§à¦à§± নহà§"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr "XML নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° %s নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° %s লিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° %s সà¦à§°à¦à§à¦·à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "%s à§° বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "%s à§° বিনà§à¦¯à¦¾à¦¸ à¦à¦à¦¤à§°à¦¾à¦à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr "à¦à¦ uuid à§° সà§à¦¤à§ মিল থà¦à¦¾ à¦à§à¦¨à§ পà§à¦² নাà¦"
@@ -3981,17 +4484,17 @@ msgstr "à¦à¦ uuid à§° সà§à¦¤à§ মিল থà¦à¦¾ à¦à§à¦¨à§ পà§à¦²
msgid "no pool with matching name"
msgstr "à¦à¦ নামৰ সà§à¦¤à§ মিল থà¦à¦¾ à¦à§à¦¨à§ পà§à¦² নাà¦"
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr "à¦à¦à§°à¦¾à¦²à§° পà§à¦² à¦à¦¤à¦¿à¦®à¦§à§à¦¯à§ à¦à¦à§"
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr "পà§"
@@ -3999,61 +4502,61 @@ msgstr "পà§"
msgid "pool is still active"
msgstr "পà§à¦² à¦à¦¤à¦¿à§à¦¾à¦ সà¦à§à§°à¦¿à§"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr "পà§à¦² à¦à¦¤à¦¿à¦®à¦§à§à¦¯à§ সà¦à§à§°à¦¿à§"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr "à¦à¦à§°à¦¾à¦²à§° পà§à¦² à¦à¦¤à¦¿à¦®à¦§à§à¦¯à§ সà¦à§à§°à¦¿à§"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr "à¦à¦à§°à¦¾à¦²à§° পà§à¦² সà¦à§à§°à¦¿à§ নহà§"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr "à¦à¦à§°à¦¾à¦²à§° পà§à¦² à¦à¦¤à¦¿à§à¦¾à¦ সà¦à§à§°à¦¿à§"
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr "পà§à¦²à§ à¦à§à¦¤à¦¨ à¦à¦à¦¤à§°à§à§±à¦¾à§° সমৰà§à¦¥à¦¨ নà¦à§°à§"
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "পà§à¦²à§° à¦à§à¦¨à§ বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° নাà¦"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr "à¦à¦ নামৰ মিল থà¦à¦¾ à¦à§à¦¨à§ à¦à¦à§°à¦¾à¦²à§° সমষà§à¦à¦¿ নাà¦"
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr "à¦à¦ à¦à¦¾à¦¬à¦¿à§° সà§à¦¤à§ মিল থà¦à¦¾ à¦à¦à§°à¦¾à¦²à§° সমষà§à¦à¦¿ নাà¦"
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr "à¦à¦ পথৰ সà§à¦¤à§ মিল থà¦à¦¾ à¦à§à¦¨à§ à¦à¦à§°à¦¾à¦²à§° সমষà§à¦à¦¿ নাà¦"
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr "à¦à¦à§°à¦¾à¦²à§° সমষà§à¦à¦¿ à¦à¦¤à¦¿à¦®à¦§à§à¦¯à§ à¦à¦à§"
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr "à¦à¦à§°à¦¾à¦²à§° পà§à¦²à§ সমষà§à¦à¦¿ সà§à¦·à§à¦à¦¿ à¦à§°à¦¾à§° সমৰà§à¦¥à¦¨ নà¦à§°à§"
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr "à¦à¦à§°à¦¾à¦²à§° পà§à¦²à§ সমষà§à¦à¦¿ à¦à¦à¦¤à§°à§à§±à¦¾à§° সমৰà§à¦¥à¦¨ নà¦à§°à§"
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "দিনৰ বৰà§à¦¤à¦®à¦¾à¦¨ সমৠপà§à§±à¦¾ হà§à¦à§"
@@ -4110,155 +4613,155 @@ msgstr "নà§à¦¡à§° ডà§à¦®à§à¦à¦¨ তালিà¦à¦¾"
msgid "resolving domain filename"
msgstr "ডà§à¦®à§à¦à¦¨ নথিপতà§à§°à§° নাম সà¦à¦¸à¦¾à¦§à¦¨ à¦à§°à¦¾ হà§à¦à§"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "নà§à¦¡à§° ডà§à¦®à§à¦à¦¨ তালিà¦à¦¾"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "নà§'à¦à§±à§°à§à¦ নথিপতà§à§°à§° নাম বিশà§à¦²à§à¦·à¦£ à¦à§°à¦¾ হà§à¦à§"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "নà§à¦¡à§° ডà§à¦®à§à¦à¦¨ তালিà¦à¦¾"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "ডà§à¦®à§à¦à¦¨ নথিপতà§à§°à§° নাম সà¦à¦¸à¦¾à¦§à¦¨ à¦à§°à¦¾ হà§à¦à§"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: à¦à¦à¦¾ পথ লিà¦à¦ বা test:///default বà§à¦¯à§±à¦¹à¦¾à§° à¦à§°à¦"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "'%s' নথিপতà§à§° বনà§à¦§ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "ডà§à¦®à§à¦à¦¨ পà§à§±à¦¾ ন'à¦'ল"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "ডà§à¦®à§à¦à¦¨ বৰà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à§°à¦¿à§ নহà§"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "net পà¦à¦à§à¦¤à¦¿à§° বাবৠসà§à¦¥à¦¾à¦¨ বিতৰণ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "ডà§à¦®à§à¦à¦¨à§° à¦
ৱসà§à¦¥à¦¾ à¦à¦à¦¾ নথিপতà§à§°à§ সà¦à§°à¦à§à¦·à¦£ à¦à§°à¦"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "ডà§à¦®à§à¦à¦¨à§° à¦
ৱসà§à¦¥à¦¾ à¦à¦à¦¾ নথিপতà§à§°à§ সà¦à§°à¦à§à¦·à¦£ à¦à§°à¦"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "ডà§à¦®à§à¦à¦¨à§° পà§à§°à¦¤à¦¿à¦®à§à§°à§à¦¤à§à¦¤à¦¿ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "মà§à¦¤à¦¾à¦¡à¦¾à¦¤à¦¾à§° দà§à§°à§à¦à§à¦¯ পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr "মà§à¦à¦¾à¦¡à¦¾à¦¤à¦¾à§° দà§à§°à§à¦à§à¦¯ সà§à¦®à¦¾à§° বাহিৰত"
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "মিà¦à¦¾à¦¡à¦¾à¦à¦¾ à¦
সমà§à¦ªà§à§°à§à¦£"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s, %s ঠসà¦à§°à¦à§à¦·à¦£ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "%s: লঠনথিপতà§à§° লিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s, %s ঠসà¦à§°à¦à§à¦·à¦£ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "ডà§à¦®à§à¦à¦¨ বৰà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à§°à¦¿à§"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "ডà§à¦®à§à¦à¦¨ বৰà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à§°à¦¿à§"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "নà§'à¦à§±à§°à§à¦ à¦à¦¤à¦¿à§à¦¾à¦ à¦à¦²à¦¿ à¦à¦à§"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "নà§'à¦à§±à§°à§à¦ à¦à¦¤à¦¿à¦®à¦§à§à¦¯à§ à¦à¦²à¦¿ à¦à¦à§"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "à¦à¦à§°à¦¾à¦²à§° পà§à¦² à¦à¦¤à¦¿à¦®à¦§à§à¦¯à§ সà¦à§à§°à¦¿à§"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "à¦à¦à§°à¦¾à¦²à§° পà§à¦² সà¦à§à§°à¦¿à§ নহà§"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "à¦à¦ নামৰ মিল থà¦à¦¾ à¦à§à¦¨à§ à¦à¦à§°à¦¾à¦²à§° সমষà§à¦à¦¿ নাà¦"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "à¦à¦ à¦à¦¾à¦¬à¦¿à§° সà§à¦¤à§ মিল থà¦à¦¾ à¦à¦à§°à¦¾à¦²à§° সমষà§à¦à¦¿ নাà¦"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "à¦à¦ পথৰ সà§à¦¤à§ মিল থà¦à¦¾ à¦à§à¦¨à§ à¦à¦à§°à¦¾à¦²à§° সমষà§à¦à¦¿ নাà¦"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4273,155 +4776,160 @@ msgstr "à¦à§à§°à§à¦à§à¦à¦¾à§° যনà§à¦¤à§à§°à§° বাবৠসà§à¦¥
msgid "unsupported chr device type %d"
msgstr "%s পà§à§°à¦à§à¦¤à¦¿à§° নিবà§à¦¶ যনà§à¦¤à§à§° সমৰà§à¦¥à¦¿à¦¤ নহà§"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "close-on-exec file descriptor flag à§° মান নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "বà§à§°à¦¿à¦ সমৰà§à¦¥à¦¨ à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "%s পà¦à§à¦à¦¿à¦à¦¾ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "qemudStartup: সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿ à¦
ৱশিষà§à¦ নাà¦"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "%s লঠনথিপতà§à§° নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "'%s' à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "à¦
ধিবà§à¦¶à¦¨ বিà¦à¦¾à§°à¦¿ পà§à§±à¦¾ ন'à¦'ল"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "'%s' নথিপতà§à§° ধৰণ নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "%s পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "dir %s পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "QEMU বাà¦à¦¨à§à§°à¦¿ %s à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "à¦à¦¦à§à¦¶à§° বাবৠà¦
পà§à¦à§à¦·à¦¾ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ pid পà§à§°à¦¾à¦ªà§à¦¤ হà§à¦à§"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "%s পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "সà¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨ à¦à¦à¦¤à§°à§à§±à¦¾ সমà§à¦à§± নহà§"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "%s পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "'%s' নথিপতà§à§° বনà§à¦§ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "পাà¦à¦ª নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "পাà¦à¦ª নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "à¦
ধিবà§à¦¶à¦¨ বিà¦à¦¾à§°à¦¿ পà§à§±à¦¾ ন'à¦'ল"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "'%s' নথিপতà§à§° à¦
সà¦à¦¯à§à¦à§à¦¤ à¦à§°à§à¦à¦¤à§ বিফল: %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "যনà§à¦¤à§à§° %s বনà§à¦§ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "autostart পà¦à§à¦à¦¿à¦à¦¾ %s নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ : %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "à¦à§à¦¹à¦¸à§à¦¥à§° নাম পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "à¦à§à¦¹à¦¸à§à¦¥à§° নাম পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "à¦à§à¦¹à¦¸à§à¦¥à§° নাম পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "নথিপতà§à§° '%s' à§° সমà§à¦ªà§à§°à¦¸à¦¾à§°à¦£ à¦à§°à¦¿à¦¬ নà§à§±à¦¾à§°à¦¿: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "পà§à§à¦à¦¤à§ à¦à§à¦²: %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "uid '%d' à§° বà§à¦¯à§±à¦¹à¦¾à§°à¦à§°à§à¦à¦¤à¦¾à§° à§°à§à¦à§°à§à¦¡ à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
@@ -4431,19 +4939,24 @@ msgstr "uid '%d' à§° বà§à¦¯à§±à¦¹à¦¾à§°à¦à§°à§à¦à¦¤à¦¾à§° à§°à§à¦à§°à§
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "à¦
à¦à§à¦à¦¾à¦¤ à¦à§à¦²"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "সহাà§à¦¿à¦à¦¾ পà§à§°à¦¦à§°à§à¦¶à¦¨"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "à¦à§à¦²à§à¦¬à¦¾à¦² সহাà§à¦¤à¦¾ বা সà§à¦¨à¦¿à§°à§à¦¦à¦¿à¦·à§à¦ à¦à¦¦à§à¦¶à§à§° বাবৠসহাà§à¦¿à¦à¦¾ পà§à§°à¦¦à§°à§à¦¶à¦¨ à¦à§°à¦¾ হ'ব ।"
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "à¦à¦¦à§à¦¶à§à§° নাম"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4451,616 +4964,628 @@ msgstr ""
"à¦à¦¦à§à¦¶:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "à¦à¦à¦¾ ডà§à¦®à§à¦à¦¨ সà§à¦¬à§à¦à¦à§à§°à¦¿à§ হিà¦à¦¾à¦ªà§ à¦à§°à¦®à§à¦ à¦à§°à¦"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "বà§à¦ à¦à§°à¦¾à§° সমৠসà§à¦¬à§à¦à¦à§à§°à¦¿à§à¦¹à¦¿à¦à¦¾à¦ªà§ à¦à§°à¦®à§à¦à§à§° বাবৠà¦à¦à¦¾ ডà§à¦®à§à¦à¦¨ বিনà§à¦¯à¦¾à¦¸à¦¾à§° à¦à§°à¦ ।"
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "ডà§à¦®à§à¦à¦¨à§° নাম, id বা uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "সà§à¦¬à§à¦à¦à§à§°à¦¿à§ পà§à§°à¦¾à§°à¦®à§à¦à¦à§°à¦£ নিষà§à¦à§à§°à¦¿à§ à¦à§°à¦"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "ডà§à¦®à§à¦à¦¨ %s সà§à¦¬à§à¦à¦à§à§°à¦¿à§ পà§à§°à¦¾à§°à¦®à§à¦à¦à§°à§à¦à¦¤à¦¾ হিà¦à¦¾à¦ªà§ à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "ডà§à¦®à§à¦à¦¨ %sà§° পৰা সà§à¦¬à§à¦à¦à§à§°à¦¿à§ পà§à§°à¦¾à§°à¦®à§à¦à¦à§°à§à¦à¦¤à¦¾ à¦à¦¿à¦¹à§à¦¨ à¦à¦à¦¤à§°à¦¾à¦à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s সà§à¦¬à§à¦à¦à§à§°à¦¿à§à¦¹à¦¿à¦à¦¾à¦ªà§ পà§à§°à¦¾à§°à¦®à§à¦à¦à§°à§à¦à¦¤à¦¾ হিà¦à¦¾à¦ªà§ à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "ডà§à¦®à§à¦à¦¨ %sà§° পৰা সà§à¦¬à§à¦à¦à§à§°à¦¿à§à¦¹à¦¿à¦à¦¾à¦ªà§ পà§à§°à¦¾à§°à¦®à§à¦à¦à§°à§à¦à¦¤à¦¾ à¦à¦¿à¦¹à§à¦¨ à¦à¦à¦¤à§°à§à§±à¦¾ হà§à¦à§\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "হাà¦à¦ªà¦¾à§° à¦à¦¾à¦à¦¸à§°à§à§° সà§à¦¤à§ (পà§à¦¨à¦) সà¦à¦¯à§à¦ সà§à¦¥à¦¾à¦ªà¦¨"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"সà§à¦¥à¦¾à¦¨à§à§ হাà¦à¦ªà¦¾à§° à¦à¦¾à¦à¦¸à§°à§à§° সà§à¦¤à§ সà¦à¦¯à§à¦ । শà§à¦² পà§à§°à¦¾à§°à¦®à§à¦à§à§° পৰৠà¦à¦ à¦à¦¦à§à¦¶ পà§à§°à§à§à¦à§à§° বাবৠ"
"বিলà§à¦ à¦à¦¨ ।"
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "হাà¦à¦ªà¦¾à§° à¦à¦¾à¦à¦¸à§° সà¦à¦¯à§à¦à§° URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "à¦
à¦à¦² পà§à§à¦à¦¤à§à¦¯à§à¦à§à¦¯ সà¦à¦¯à§à¦"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "হাà¦à¦ªà¦¾à§° à¦à¦¾à¦à¦¸à§°à§à§° সà§à¦¤à§ সà¦à¦¯à§à¦ বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "হাà¦à¦ªà¦¾à§° à¦à¦¾à¦à¦¸à§°à§à§° সà§à¦¤à§ সà¦à¦¯à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "à¦
তিথি à¦à¦¨à¦¸à§à¦²à§à§° সà§à¦¤à§ সà¦à¦¯à§à¦ সà§à¦¥à¦¾à¦ªà¦¨ à¦à§°à¦"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "à¦
তিথিà§à§° বাবৠà¦à¦¾à§°à§à¦à§à§à¦¾à¦² serial à¦à¦¨à¦¸à§à¦² সà¦à¦¯à§à¦ à¦à§°à¦"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "ডà§à¦®à§à¦à¦¨à§° বাবৠà¦à§à¦¨à§ à¦'নà§à¦¸à§à¦² নাà¦\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "à¦à¦ªà§°"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "ডà§à¦®à§à¦à¦¨à§° তালিà¦à¦¾"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "ডà§à¦®à§à¦à¦¨à§° তালিà¦à¦¾ পà§à§°à¦¦à§°à§à¦¶à¦¨ à¦à§°à¦¾ হৠ।"
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "নিষà§à¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨à§° তালিà¦à¦¾"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "নিষà§à¦à§à§°à¦¿à§ à¦à§°à§ সà¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨à§° তালিà¦à¦¾"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "সà¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨à§° তালিà¦à¦¾ নিৰà§à¦®à¦¾à¦£à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "নিষà§à¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨à§° তালিà¦à¦¾ নিৰà§à¦®à¦¾à¦£à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "নাম"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "à¦
ৱসà§à¦¥à¦¾"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "à¦à§à¦¨à§ à¦
ৱসà§à¦¥à¦¾ নহà§"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "ডà§à¦®à§à¦à¦¨à§° à¦
ৱসà§à¦¥à¦¾"
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr "ডà§à¦®à§à¦à¦¨ à¦à¦à¦¾à§° à¦
ৱসà§à¦¥à¦¾à§° à¦à¦¥à¦¾ à¦à§ ।"
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "à¦à§à¦¨à§ ডà§à¦®à§à¦à¦¨à§° বাবৠযনà§à¦¤à§à§° বà§à¦²à¦à§à§° পৰিসà¦à¦à§à¦¯à¦¾ পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à¦"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "à¦à¦²à¦®à¦¾à¦¨ ডà§à¦®à§à¦à¦¨à§° যনà§à¦¤à§à§° বà§à¦²à¦à§° পৰিসà¦à¦à§à¦¯à¦¾ পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à¦ ।"
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "বà§à¦²à¦ যনà§à¦¤à§à§°"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "বà§à¦²à¦ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ পৰিসà¦à¦à§à¦¯à¦¾ পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ %s %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "ডà§à¦®à§à¦à¦¨à§° বাবà§à§± নà§'à¦à§±à§°à§à¦ সà¦à¦¯à§à¦à¦à§à¦·à§à¦¤à§à§° পৰিসà¦à¦à§à¦¯à¦¾ পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à¦"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "à¦à¦²à¦®à¦¾à¦¨ ডà§à¦®à§à¦à¦¨à§° নà§'à¦à§±à§°à§à¦ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ পৰিসà¦à¦à§à¦¯à¦¾ পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à¦ ।"
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "সà¦à¦¯à§à¦à¦à§à¦·à§à¦¤à§à§° যনà§à¦¤à§à§°"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "সà¦à¦¯à§à¦à¦à§à¦·à§à¦¤à§à§° সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ পৰিসà¦à¦à§à¦¯à¦¾ পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ %s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "ডà§à¦®à§à¦à¦¨ সাসপà§à¦¨à§à¦¡ à¦à§°à¦"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "ডà§à¦®à§à¦à¦¨ সাসপà§à¦¨à§à¦¡ à¦
ৱসà§à¦¥à¦¾à§ সà§à¦¥à¦¾à¦ªà¦¨ à¦à§°à¦ ।"
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s সাসপà§à¦¨à§à¦¡ à¦
ৱসà§à¦¥à¦¾à§ সà§à¦¥à¦¾à¦ªà¦¿à¦¤\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s সাসপà§à¦¨à§à¦¡ à¦
ৱসà§à¦¥à¦¾à§ সà§à¦¥à¦¾à¦ªà¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "à¦à¦à¦¾ XML নথিপতà§à§°à§° পৰা ডà§à¦®à§à¦à¦¨ নিৰà§à¦®à¦¾à¦£à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "à¦à¦à¦¾ ডà§à¦®à§à¦à¦¨ নিৰà§à¦®à¦¾à¦£ à¦à§°à¦ ।"
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "XML ডà§à¦®à§à¦à¦¨à§° বিবৰণসহ à¦à¦à¦¾ নথিপতà§à§°"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "%s ডà§à¦®à§à¦à¦¨ %sà§° পৰা নিৰà§à¦®à¦¿à¦¤\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "%sà§° পৰা ডà§à¦®à§à¦à¦¨ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "à¦à¦à¦¾ XML নথিপতà§à§°à§° পৰা ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦à¦¾ à¦à§°à¦¾ হ'ব (à¦à§°à¦®à§à¦ à¦à§°à¦¾ নহà§)"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "à¦à¦à¦¾ ডà§à¦®à§à¦à¦¨à§° সà¦à¦à§à¦à¦¾ লিà¦à¦ ।"
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s, %sà§° পৰা সà¦à¦à§à¦à¦¾ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "%sà§° পৰা ডà§à¦®à§à¦à¦¨à§° সà¦à¦à§à¦à¦¾ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "নিষà§à¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨à§° সà¦à¦à§à¦à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "à¦à¦à¦¾ নিষà§à¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨à§° বিনà§à¦¯à¦¾à¦¸à§° সà¦à¦à§à¦à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨ ।"
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "ডà§à¦®à§à¦à¦¨à§° নাম বা uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s à§° সà¦à¦à§à¦à¦¾ à¦à¦à¦¤à§°à§à§±à¦¾ হà§à¦à§\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s à§° সà¦à¦à§à¦à¦¾ à¦à¦à¦¤à§°à¦¾à¦à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "à¦à¦à¦¾ (পà§à§°à§à¦¬à§ সà¦à¦à§à¦à¦¾ à¦à§°à¦¾) নিষà§à¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨ à¦à§°à¦®à§à¦ à¦à§°à¦"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "à¦à¦à¦¾ ডà§à¦®à§à¦à¦¨ à¦à§°à¦®à§à¦ à¦à§°à¦ ।"
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "à¦à¦à¦¾ নিষà§à¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨à§° নাম"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "ডà§à¦®à§à¦à¦¨ বৰà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à§°à¦¿à§"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s à¦à§°à¦®à§à¦ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "ডà§à¦®à§à¦à¦¨à§° à¦
ৱসà§à¦¥à¦¾ à¦à¦à¦¾ নথিপতà§à§°à§ সà¦à§°à¦à§à¦·à¦£ à¦à§°à¦"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "à¦à¦à¦¾ à¦à¦²à¦®à¦¾à¦¨ ডà§à¦®à§à¦à¦¨ সà¦à§°à¦à§à¦·à¦£ à¦à§°à¦"
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "তথà§à¦¯ সà¦à§°à¦à§à¦·à¦£à§à§° সà§à¦¥à¦¾à¦¨"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s, %s ঠসà¦à§°à¦à§à¦·à¦£ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "%s ডà§à¦®à§à¦à¦¨ %s ঠসà¦à§°à¦à§à¦·à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "সমৠনিৰà§à¦§à¦¾à§°à¦£à¦à§°à§à¦à¦¤à¦¾ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ সà§à¦¥à¦¿à¦¤à¦¿à¦®à¦¾à¦ª পà§à§°à¦¦à§°à§à¦¶à¦¨/সà§à¦¥à¦¾à¦ªà¦¨"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "সমৠনিৰà§à¦§à¦¾à§°à¦£à¦à§°à§à¦à¦¤à¦¾ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ সà§à¦¥à¦¿à¦¤à¦¿à¦®à¦¾à¦ª পà§à§°à¦¦à§°à§à¦¶à¦¨/সà§à¦¥à¦¾à¦ªà¦¨ ।"
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "value array বিতৰণ à¦à§°à¦"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "XEN_CREDIT à§° à¦à§à¦·à§à¦¤à§à§°à¦¤ weight"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "XEN_CREDIT à§° à¦à§à¦·à§à¦¤à§à§°à¦¤ cap"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "সৰà§à¦¬à¦®à§à¦"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "সৰà§à¦¬à¦®à§à¦"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "সৰà§à¦¬à¦®à§à¦"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "সমà§à¦¨à¦¿à§°à§à¦§à¦¾à§°à¦£à¦à§°à§à¦à¦¤à¦¾"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "à¦
à¦à§à¦à¦¾à¦¤"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "নথিপতà§à§°à§à¦¤ সà¦à§°à¦à§à¦·à¦¿à¦¤ à¦
ৱসà§à¦¥à¦¾à§° পৰা ডà§à¦®à§à¦à¦¨ পà§à¦¨à§°à§à¦¦à§à¦§à¦¾à§° à¦à§°à¦"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "ডà§à¦®à§à¦à¦¨ পà§à¦¨à§°à§à¦¦à§à¦§à¦¾à§° à¦à§°à¦ ।"
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "পà§à¦¨à§°à§à¦¦à§à¦§à¦¾à§°à§à§° বাবৠà¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ à¦
ৱসà§à¦¥à¦¾"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "%sà§° পৰা ডà§à¦®à§à¦à¦¨ পà§à¦¨à§°à§à¦¦à§à¦§à¦¾à§° à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "%sà§° পৰা ডà§à¦®à§à¦à¦¨ পà§à¦¨à§°à§à¦¦à§à¦§à¦¾à§° à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "পৰà§à¦²à§à¦à¦¨à¦¾à§° à¦à¦¦à§à¦¦à§à¦¶à§à¦¯à§ à¦à§à¦¨à§ ডà§à¦®à§à¦à¦¨à§° à¦à§à§° তথà§à¦¯ সà¦à§°à¦à§à¦·à¦£ à¦à§°à¦"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "ডà§à¦®à§à¦à¦¨à§° à¦à§à§° তথà§à¦¯ সà¦à§°à¦à§à¦·à¦£ à¦à§°à¦ ।"
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "তথà§à¦¯ সà¦à§°à¦à§à¦·à¦£à§à§° সà§à¦¥à¦¾à¦¨"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s, %s ঠসà¦à§°à¦à§à¦·à¦£ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "%s ডà§à¦®à§à¦à¦¨ %s ঠসà¦à§°à¦à§à¦·à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "ডà§à¦®à§à¦à¦¨ পà§à¦¨à§°à¦¾à§°à¦®à§à¦ à¦à§°à¦"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "পà§à§°à§à¦¬à§ সাসপà§à¦¨à§à¦¡ à¦
ৱসà§à¦¥à¦¾à§ সà§à¦¥à¦¾à¦ªà¦¿à¦¤ ডà§à¦®à§à¦à¦¨ পà§à¦¨à§°à¦¾à§°à¦®à§à¦ à¦à§°à¦ ।"
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "%s ডà§à¦®à§à¦à¦¨ পà§à¦¨à§°à¦¾à§°à¦®à§à¦ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s পà§à¦¨à§°à¦¾à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "সঠিঠপদà§à¦§à¦¤à¦¿à¦¤à§ ডà§à¦®à§à¦à¦¨ বনà§à¦§ à¦à§°à¦"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "লà¦à§à¦·à§à¦¯ ডà§à¦®à§à¦à¦¨ বনà§à¦§ à¦à§°à§à¦à¦¤à§ shutdown পà§à§°à¦£à¦¾à¦²à§ পà§à§°à§à§à¦ à¦à§°à¦ ।"
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s বনà§à¦§ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s বনà§à¦§ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "ডà§à¦®à§à¦à¦¨ পà§à¦¨à¦ বà§à¦ à¦à§°à¦¾ হ'ব"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "লà¦à§à¦·à§à¦¯ ডà§à¦®à§à¦à¦¨à§à¦¤ reboot à¦à¦¦à§à¦¶ পà§à§°à§à§à¦ à¦à§°à¦ ।"
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s পà§à¦¨à¦ বà§à¦ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s পà§à¦¨à¦ বà§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "à¦à¦à¦¾ ডà§à¦®à§à¦à¦¨ ধà§à¦¬à¦à¦¶ à¦à§°à¦"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ ডà§à¦®à§à¦à¦¨ ধà§à¦¬à¦à¦¶ à¦à§°à¦¾ হ'ব ।"
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s ধà§à¦¬à¦à¦¶ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s ধà§à¦¬à¦à¦¶ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "ডà§à¦®à§à¦à¦¨ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ তথà§à¦¯"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "ডà§à¦®à§à¦à¦¨ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ সাধাৰণ তথà§à¦¯ à¦à¦ªà¦²à¦¬à§à¦§ à¦à§°à¦¾ হৠ।"
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "নাম:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS à§° পà§à§°à¦à§à¦¤à¦¿:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "à¦
ৱসà§à¦¥à¦¾:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU সà¦à¦à§à¦¯à¦¾:"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU à§° সমà§:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "সৰà§à¦¬à§à¦à§à¦ সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "সà§à¦®à¦¾à¦¬à¦¿à¦¹à§à¦¨"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "বà§à¦¯à§±à¦¹à§à¦¤ সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
msgid "Autostart:"
msgstr "সà§à¦¬à§à¦à¦à§à§°à¦¿à§ পà§à§°à¦¾à§°à¦®à§à¦à¦à§°à¦£:"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "NUMA মà§à¦à§à¦¤ সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "à¦à¦²à§à¦²à§à¦à¦¿à¦¤ সমৠà¦
ৱধি."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "সà¦à¦à§à¦¯à¦¾"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "সৰà§à¦¬à¦®à§à¦"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "ডà§à¦®à§à¦à¦¨ vcpu সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ তথà§à¦¯"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "ডà§à¦®à§à¦à¦¨à§° à¦à¦¾à§°à§à¦à§à§à¦¾à¦² CPU সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ সাধাৰণ তথà§à¦¯ à¦à¦ªà¦²à¦¬à§à¦§ à¦à§°à¦¾ হৠ।"
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU à§° পà§à§°à¦¬à¦£à¦¤à¦¾:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "ডà§à¦®à§à¦à¦¨ বনà§à¦§ à¦à§°à¦¾ হà§à¦à§, à¦à¦¾à§°à§à¦à§à§à¦¾à¦² CPU à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤ ।"
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "à¦à¦¨à§à¦à§à§°à§à¦² ডà§à¦®à§à¦à¦¨ vcpu à§° পà§à§°à¦¬à¦£à¦¤à¦¾"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "à¦à§à¦¹à¦¸à§à¦¥à§à§° পà§à§°à¦à§à¦¤ CPU à§° সà§à¦¤à§ ডà§à¦®à§à¦à¦¨ VCPU সà¦à¦¯à§à¦à§à¦¤ à¦à§°à¦¾ হ'ব ।"
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu সà¦à¦à§à¦¯à¦¾"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "à¦à§à¦¹à¦¸à§à¦¥ cpu সà¦à¦à§à¦¯à¦¾ (à¦à¦®à¦¾ à¦à¦¿à¦¹à§à¦¨ দà§à¦¬à¦¾à§°à¦¾ বিà¦à¦¾à¦à¦¿à¦¤)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr "vcpupin: à¦
বà§à¦§ বা হà§à§°à§à§±à¦¾ vCPU সà¦à¦à§à¦¯à¦¾ ।"
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
msgid "vcpupin: failed to get domain informations."
msgstr "vcpupin: ডà§à¦®à§à¦à¦¨à§° তথà§à¦¯ পাবলৠবিফল ।"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin: à¦
বà§à¦§ vCPU সà¦à¦à§à¦¯à¦¾ ।"
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: à¦
বà§à¦§ বিনà§à¦¸ । পà¦à¦à§à¦¤à¦¿ ৰিà¦à§à¦¤ ।"
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
"cpulist: %s: à¦
বà§à¦§ বিনà§à¦¸ । %d à¦
ৱসà§à¦¥à¦¾à¦¨à§ সà¦à¦à§à¦¯à¦¾à¦®à§à¦²à¦ মান পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ('%c' à§° পাৰà§à¦¶à§à¦¬à§) ।"
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5069,1376 +5594,1434 @@ msgstr ""
"cpulist: %s: à¦
বà§à¦§ বিনà§à¦¸ । %d à¦
ৱসà§à¦¥à¦¾à¦¨à§ সà¦à¦à§à¦¯à¦¾à¦®à§à¦²à¦ মান বা à¦à¦®à¦¾ à¦à¦¿à¦¹à§à¦¨ পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ('%c' "
"à§° পাৰà§à¦¶à§à¦¬à§) ।"
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: à¦
বà§à¦§ বিনà§à¦¸ । %d à¦
ৱসà§à¦¥à¦¾à¦¨à§ সমাপà§à¦¤à¦à§°à§à¦à¦¤à¦¾ পà¦à¦à§à¦¤à¦¿ ।"
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "পà§à§°à¦à§à¦¤ CPU %d বৰà§à¦¤à¦®à¦¾à¦¨à§ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤ নাà¦"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "à¦à¦¾à§°à§à¦à§à§à¦¾à¦² CPU সà¦à¦à§à¦¯à¦¾ পৰিবৰà§à¦¤à¦¨ à¦à§°à¦"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "à¦
তিথিৰ ডà§à¦®à§à¦à¦¨à¦¤ à¦à¦¾à§°à§à¦à§à§±à§à¦² CPU সমà§à¦¹à§° সà¦à¦à§à¦¯à¦¾ সলনি à¦à§°à¦ ।"
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "à¦à¦¾à§°à§à¦à§à§à¦¾à¦² CPU সà¦à¦à§à¦¯à¦¾"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "à¦à¦¾à§°à§à¦à§à§à¦¾à¦² CPU সà¦à¦à§à¦¯à¦¾à§° বà§à¦§ নহৠ।"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "বৰ à¦à¦¾à§°à§à¦à§à§à¦¾à¦² CPU ।"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "বিতৰণ সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿à§° মান পৰিবৰà§à¦¤à¦¨ à¦à§°à¦"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "à¦
তিথি ডà§à¦®à§à¦à¦¨à§à¦¤ বৰà§à¦¤à¦®à¦¾à¦¨à§ বিতৰণ à¦à§°à¦¾ সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿à§° মান পৰিবৰà§à¦¤à¦¨ à¦à§°à¦ ।"
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "à¦à¦¿à¦²à§à¦¬à¦¾à¦à¦ à¦
নà§à¦¸à¦¾à§°à§ সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿à§° মাপ"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿à§° à¦
বà§à¦§ মাপ %d"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "MaxMemorySize পৰà§à¦à§à¦·à¦¾ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "সৰà§à¦¬à§à¦à§à¦ সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿à§° মাতà§à§°à¦¾ পৰিবৰà§à¦¤à¦¨ à¦à§°à¦"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "à¦
তিথি ডà§à¦®à§à¦à¦¨à§à¦¤ সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿à§° সৰà§à¦¬à§à¦à§à¦ সà§à¦®à¦¾ পৰিবৰà§à¦¤à¦¨ à¦à§°à¦ ।"
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "à¦à¦¿à¦²à§à¦¬à¦¾à¦à¦ à¦
নà§à¦¸à¦¾à§°à§ সৰà§à¦¬à§à¦à§à¦ সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿à§° মাতà§à§°à¦¾"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "বৰà§à¦¤à¦®à¦¾à¦¨MemorySize পৰà§à¦à§à¦·à¦¾ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "বৰà§à¦¤à¦®à¦¾à¦¨ MemorySize হà§à§°à¦¾à¦¸ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "MaxMemorySize পৰিবৰà§à¦¤à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "নà§à¦¡ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ তথà§à¦¯"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "নà§à¦¡ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ মà§à¦²à¦¿à¦ তথà§à¦¯ à¦à¦ªà¦²à¦¬à§à¦§ à¦à§°à¦¾ হৠ।"
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "নà§à¦¡ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU à§° মডà§à¦²:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU à§° ফà§à§°à¦¿à¦à§à§à§à¦¨à§à¦¸à¦¿à§° মাতà§à§°à¦¾:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU à§° à¦à¦à§à¦:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "পà§à§°à¦¤à¦¿ à¦à¦à§à¦à§ à¦à§à§° সà¦à¦à§à¦¯à¦¾:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "পà§à§°à¦¤à¦¿ à¦à§à§°à§ থà§à§°à§à¦¡ সà¦à¦à§à¦¯à¦¾:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA à¦à§à¦·:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿à§° মাপ:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "à¦à§à¦·à¦®à¦¤à¦¾"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "হাà¦à¦ªà¦¾à§° à¦à¦¾à¦à¦¸à§°/à¦à¦¾à¦²à¦à§à§° à¦à§à¦·à¦®à¦¤à¦¾ সমà§à¦¬à¦¨à§à¦§à§ à¦
à§±à¦à¦¤ à¦à§°à§ ।"
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "à¦à§à¦·à¦®à¦¤à¦¾ সমà§à¦¬à¦¨à§à¦§à§à§ তথà§à¦¯ পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "XML ত ডà§à¦®à§à¦à¦¨ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ তথà§à¦¯"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "XML ডামà§à¦ª হিà¦à¦¾à¦ªà§ stdout ত ডà§à¦®à§à¦à¦¨ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à§°à¦¦à§°à§à¦¶à¦¨ à¦à§°à¦¾ হ'ব ।"
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "নিষà§à¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦®"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "à¦à¦à¦¾ ডà§à¦®à§à¦à¦¨ id বা UUID à¦à§ ডà§à¦®à§à¦à¦¨ নামৠৰà§à¦ªà¦¾à¦¨à§à¦¤à§° à¦à§°à¦"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "ডà§à¦®à§à¦à¦¨ id বা uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "ডà§à¦®à§à¦à¦¨à§° নাম বা UUID à¦à§ ডà§à¦®à§à¦à¦¨ id তৠৰà§à¦ªà¦¾à¦¨à§à¦¤à§° à¦à§°à¦"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "à¦à¦à¦¾ ডà§à¦®à§à¦à¦¨à§° নাম বা id à¦à§ ডà§à¦®à§à¦à¦¨ UUID তৠৰà§à¦ªà¦¾à¦¨à§à¦¤à§° à¦à§°à¦"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "ডà§à¦®à§à¦à¦¨ id বা নাম"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "ডà§à¦®à§à¦à¦¨ UUID পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "ডà§à¦®à§à¦à¦¨ à¦à¦à¦¾ পà§à¦¥à¦ à¦à§à¦¹à¦¸à§à¦¥à§ মাà¦à¦à§à§°à§à¦ à¦à§°à¦"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
"ডà§à¦®à§à¦à¦¨ à¦à¦à¦¾ পà§à¦¥à¦ à¦à§à¦¹à¦¸à§à¦¥à§ মাà¦à¦à§à§°à§à¦ à¦à§°à¦ । লাà¦à¦ মাà¦à¦à§à§°à§à¦¶à¦¨à§à§° বাবৠlive বিà¦à¦²à§à¦ª যà§à¦ à¦à§°à¦ "
"।"
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "লাà¦à¦ মাà¦à¦à§à§°à§à¦¶à¦¨"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "লà¦à§à¦·à§à¦¯ à¦à§à¦¹à¦¸à§à¦¥à§à§° সà¦à¦¯à§à¦à§° URI"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "মাà¦à¦à§à§°à§à¦¶à¦¨à§à§° URI, সাধাৰণত à¦à¦²à§à¦²à§à¦ à¦à§°à¦¾ à¦à§±à¦¶à§à¦¯à¦ নহà§"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "মাà¦à¦à§à§°à§à¦: desturi à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "নà§'à¦à§±à§°à§à¦ সà§à¦¬à§à¦à¦à§à§°à¦¿à§ à¦à§°à¦®à§à¦ à¦à§°à¦"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "বà§à¦ à¦à§°à¦¾à§° সমৠসà§à¦¬à§à¦à¦à§à§°à¦¿à§à¦¹à¦¿à¦à¦¾à¦ªà§ à¦à§°à¦®à§à¦à§à§° বাবৠà¦à¦à¦¾ নà§'à¦à§±à§°à§à¦ বিনà§à¦¯à¦¾à¦¸à¦¾à§° à¦à§°à¦ ।"
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "নà§'à¦à§±à§°à§à¦à§° নাম বা uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "নà§'à¦à§±à§°à§à¦ %s, সà§à¦¬à§à¦ পà§à§°à¦¾à§°à¦®à§à¦à¦à§°à§à¦à¦¤à¦¾ হিà¦à¦¾à¦ªà§ à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "নà§'à¦à§±à§°à§à¦ %sà§° পৰা সà§à¦¬à§à¦ পà§à§°à¦¾à§°à¦®à§à¦à¦à§°à§à¦à¦¤à¦¾ à¦à¦¿à¦¹à§à¦¨ à¦à¦à¦¤à§°à¦¾à¦à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "নà§'à¦à§±à§°à§à¦ %s সà§à¦¬à§à¦ পà§à§°à¦¾à§°à¦®à§à¦à¦à§°à§à¦à¦¤à¦¾ হিà¦à¦¾à¦ªà§ à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "নà§'à¦à§±à§°à§à¦ %sà§° পৰা সà§à¦¬à§à¦ পà§à§°à¦¾à§°à¦®à§à¦à¦à§°à§à¦à¦¤à¦¾ à¦à¦¿à¦¹à§à¦¨ à¦à¦à¦¤à§°à§à§±à¦¾ হà§à¦à§\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "à¦à¦à¦¾ XML নথিপতà§à§°à§° পৰা নà§'à¦à§±à§°à§à¦ নিৰà§à¦®à¦¾à¦£ à¦à§°à¦"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "à¦à¦à¦¾ নà§'à¦à§±à§°à§à¦ নিৰà§à¦®à¦¾à¦£ à¦à§°à¦ ।"
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "XML নà§'à¦à§±à§°à§à¦à§° বিবৰণসহ à¦à¦à¦¾ নথিপতà§à§°"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "%s নà§'à¦à§±à§°à§à¦ %sà§° পৰা নিৰà§à¦®à¦¿à¦¤\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "%sà§° পৰা নà§'à¦à§±à§°à§à¦ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "à¦à¦à¦¾ XML নথিপতà§à§°à§° পৰা নà§'à¦à§±à§°à§à¦ সà¦à¦à§à¦à¦¾ à¦à§°à¦¾ হ'ব (à¦à§°à¦®à§à¦ à¦à§°à¦¾ নহà§)"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "à¦à¦à¦¾ নà§'à¦à§±à§°à§à¦à§° সà¦à¦à§à¦à¦¾ লিà¦à¦ ।"
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "নà§'à¦à§±à§°à§à¦ %s, %sà§° পৰা সà¦à¦à§à¦à¦¾ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "%sà§° পৰা নà§'à¦à§±à§°à§à¦à§° সà¦à¦à§à¦à¦¾ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "à¦à¦à¦¾ নà§'à¦à§±à§°à§à¦ ধà§à¦¬à¦à¦¶ à¦à§°à¦"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ নà§'à¦à§±à§°à§à¦ ধà§à¦¬à¦à¦¶ à¦à§°à¦¾ হ'ব ।"
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "নà§'à¦à§±à§°à§à¦à§° নাম, id বা uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "নà§'à¦à§±à§°à§à¦ %s ধà§à¦¬à¦à¦¶ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "নà§'à¦à§±à§°à§à¦ %s ধà§à¦¬à¦à¦¶ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "XML ত নà§'à¦à§±à§°à§à¦ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ তথà§à¦¯"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "XML ডামà§à¦ª হিà¦à¦¾à¦ªà§ stdout ত নà§'à¦à§±à§°à§à¦ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à§°à¦¦à§°à§à¦¶à¦¨ à¦à§°à¦¾ হ'ব ।"
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "নà§'à¦à§±à§°à§à¦à§° তালিà¦à¦¾"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "নà§'à¦à§±à§°à§à¦à§° তালিà¦à¦¾ পà§à§°à¦¦à§°à§à¦¶à¦¨ à¦à§°à¦¾ হৠ।"
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "নিষà§à¦à§à§°à¦¿à§ নà§'à¦à§±à§°à§à¦à§° তালিà¦à¦¾"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "নিষà§à¦à§à§°à¦¿à§ à¦à§°à§ সà¦à§à§°à¦¿à§ নà§'à¦à§±à§°à§à¦à§° তালিà¦à¦¾"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "সà¦à§à§°à¦¿à§ নà§'à¦à§±à§°à§à¦à§° তালিà¦à¦¾ নিৰà§à¦®à¦¾à¦£à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "নিষà§à¦à§à§°à¦¿à§ নà§'à¦à§±à§°à§à¦à§° তালিà¦à¦¾ নিৰà§à¦®à¦¾à¦£à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "সà§à¦¬à§à¦à¦à§à§°à¦¿à§ পà§à§°à¦¾à§°à¦®à§à¦à¦à§°à¦£"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "সà§à¦¬à§à¦à¦à§à§°à¦¿à§ পà§à§°à¦¾à§°à¦®à§à¦à¦à§°à¦£ নহà§"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "সà¦à§à§°à¦¿à§"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "নিষà§à¦à§à§°à¦¿à§"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "à¦à¦à¦¾ নà§'à¦à§±à§°à§à¦ UUID à¦à§ নà§'à¦à§±à§°à§à¦ নামৠৰà§à¦ªà¦¾à¦¨à§à¦¤à§° à¦à§°à¦"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "নà§'à¦à§±à§°à§à¦ uuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "à¦à¦à¦¾ (পà§à§°à§à¦¬à§ সà¦à¦à§à¦à¦¾ à¦à§°à¦¾) নিষà§à¦à§à§°à¦¿à§ নà§'à¦à§±à§°à§à¦ à¦à§°à¦®à§à¦ à¦à§°à¦"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "à¦à¦à¦¾ নà§'à¦à§±à§°à§à¦ à¦à§°à¦®à§à¦ à¦à§°à¦ ।"
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "à¦à¦à¦¾ নিষà§à¦à§à§°à¦¿à§ নà§'à¦à§±à§°à§à¦à§° নাম"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "নà§'à¦à§±à§°à§à¦ %s à¦à§°à¦®à§à¦ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "নà§'à¦à§±à§°à§à¦ %s à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "নিষà§à¦à§à§°à¦¿à§ নà§'à¦à§±à§°à§à¦à§° সà¦à¦à§à¦à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "à¦à¦à¦¾ নিষà§à¦à§à§°à¦¿à§ নà§'à¦à§±à§°à§à¦à§° বিনà§à¦¯à¦¾à¦¸à§° সà¦à¦à§à¦à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨ ।"
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "নà§'à¦à§±à§°à§à¦ %s à§° সà¦à¦à§à¦à¦¾ à¦à¦à¦¤à§°à§à§±à¦¾ হà§à¦à§\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "নà§'à¦à§±à§°à§à¦ %s à§° সà¦à¦à§à¦à¦¾ à¦à¦à¦¤à§°à¦¾à¦à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "à¦à¦à¦¾ নà§'à¦à§±à§°à§à¦à§° নাম ডà§à¦®à§à¦à¦¨ UUID তৠৰà§à¦ªà¦¾à¦¨à§à¦¤à§° à¦à§°à¦"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "নà§'à¦à§±à§°à§à¦à§° নাম"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "নà§'à¦à§±à§°à§à¦ UUID পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
msgid "autostart a pool"
msgstr "à¦à¦à¦¾ পà§à¦² সà§à¦¬à§à¦à¦à§à§°à¦¿à§à¦à¦¾à¦¬à§ à¦à§°à¦®à§à¦ à¦à§°à¦"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr "বà§à¦ à¦à§°à¦¾à§° সমà§à¦¤ à¦à¦à¦¾ পà§à¦² নিà¦à§à¦ à¦à§°à¦®à§à¦ হ'বলৠবিনà§à¦¯à¦¾à¦¸ à¦à§°à¦ ।"
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr "পà§à¦² নাম বা uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "পà§à¦² %s ঠautostarted হিà¦à¦¾à¦ªà§ à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ à¦à§°à¦¿à¦¬à¦²à§ বিফল"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "পà§à¦² %s ঠautostarted হিà¦à¦¾à¦ªà§ à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ নà¦à§°à¦¿à¦¬à¦²à§ বিফল"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "পà§à¦² %s ঠautostarted হিà¦à¦¾à¦ªà§ à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "পà§à¦² %s ঠautostarted হিà¦à¦¾à¦ªà§ à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ à¦à§°à¦¾ হà§à§±à¦¾ নাà¦\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr "à¦à¦à¦¾ XML নথিপতà§à§°à§° পৰা পà§à¦² সà§à¦·à§à¦à¦¿ à¦à§°à¦"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr "à¦à¦à¦¾ পà§à¦² সà§à¦·à§à¦à¦¿ à¦à§°à¦ ।"
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr "à¦à¦à¦¾ XML পà§à¦²à§° বিৱৰণ থà¦à¦¾ নথিপতà§à§°"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, c-format
msgid "Pool %s created from %s\n"
msgstr "%s à§° পৰা সà§à¦·à§à¦à¦¿ à¦à§°à¦¾ %s পà§à¦²\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr "%s à§° পৰা পà§à¦² সà§à¦·à§à¦à¦¿ à¦à§°à¦¿à¦¬à¦²à§ বিফল"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr "পà§à¦²à§° নাম"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr "পà§à¦²à§° ধৰণ "
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr "তলৰ à¦à¦à§°à¦¾à¦²à§° বাবৠà¦à§à¦¸à§°-à¦à§à¦¹à¦¸à§à¦¥"
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr "তলৰ à¦à¦à§°à¦¾à¦²à§° বাবৠà¦à§à¦¸à§° পথ"
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr "তলৰ à¦à¦à§°à¦¾à¦²à§° বাবৠà¦à§à¦¸à§° যনà§à¦¤à§à§°"
-#: src/virsh.c:2881
+#: src/virsh.c:2931
#, fuzzy
msgid "source name for underlying storage"
msgstr "তলৰ à¦à¦à§°à¦¾à¦²à§° বাবৠà¦à§à¦¸à§° পথ"
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr "তলৰ à¦à¦à§°à¦¾à¦²à§° বাবৠলà¦à§à¦·à§à¦¯"
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
msgid "Failed to allocate XML buffer"
msgstr "XML পà§à§°à¦¶à¦®à¦ বিতৰণ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr "তৰà§à¦à§° সমষà§à¦à¦¿à§° পৰা à¦à¦à¦¾ পà§à¦² সà§à¦·à§à¦à¦¿ à¦à§°à¦"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr "%s পà§à¦² সà§à¦·à§à¦à¦¿ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr "%s পà§à¦² সà§à¦·à§à¦à¦¿ à¦à§°à§à¦à¦¤à§ বিফল"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr "à¦à¦à¦¾ XML নথিপতà§à§°à§° পৰা à¦à¦à¦¾ পà§à¦²à§° সà¦à¦à§à¦à¦¾ দিà§à¦ (à¦à¦¿à¦¨à§à¦¤à§ à¦à§°à¦®à§à¦ নà¦à§°à¦¿à¦¬)"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr "à¦à¦à¦¾ পà§à¦²à§° সà¦à¦à§à¦à¦¾ দিà§à¦ ।"
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "পà§à¦² %s ঠ%s à§° পৰা সà¦à¦à§à¦à¦¾ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr "%s à§° পৰা পà§à¦²à§° সà¦à¦à§à¦à¦¾ দিব পৰা ন'à¦'ল"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr "তৰà§à¦à§° à¦à¦à¦¾ à¦à§à¦à§° পৰা à¦à¦à¦¾ পà§à¦²à§° সà¦à¦à§à¦à¦¾ দিà§à¦"
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr "পà§à¦² %s à§° সà¦à¦à§à¦à¦¾ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr "%s পà§à¦²à§° সà¦à¦à§à¦à¦¾ দিà¦à¦à¦¤à§ বিফল"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr "à¦à¦à¦¾ পà§à¦² সà§à¦·à§à¦à¦¿ à¦à§°à¦"
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr "বৰà§à¦¤à§à¦¤à¦®à¦¾à¦¨à§ থà¦à¦¾ à¦à¦à¦¾ পà§à¦²à§° সà§à¦·à§à¦à¦¿ à¦à§°à¦ ।"
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "পà§à¦² %s সà§à¦·à§à¦à¦¿ à¦à§°à¦¾ হ'ল\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, c-format
msgid "Failed to build pool %s"
msgstr "%s পà§à¦² সà§à¦·à§à¦à¦¿ à¦à§°à¦¿à¦¬ পৰা ন'à¦'ল"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr "à¦à¦à¦¾ পà§à¦² ধà§à¦¬à¦à¦¶ à¦à§°à¦"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr "বৰà§à¦¤à§à¦¤à¦®à¦¾à¦¨à§° à¦à¦à¦¾ পà§à¦² ধà§à¦¬à¦à¦¶ à¦à§°à¦ ।"
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr "পà§à¦² %s ধà§à¦¬à¦à¦¶ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, c-format
msgid "Failed to destroy pool %s"
msgstr "%s পà§à¦² ধà§à¦¬à¦à¦¶ à¦à§°à§à¦à¦¤à§ বিফল"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr "à¦à¦à¦¾ পà§à¦² à¦à§à¦à¦¾à¦à¦"
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr "বৰà§à¦¤à§à¦¤à¦®à¦¾à¦¨à§° à¦à¦à¦¾ পà§à¦² à¦à§à¦à¦¾à¦à¦ ।"
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr "পà§à¦² %s à¦à¦à¦¤à§°à§à§±à¦¾ হ'ল\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, c-format
msgid "Failed to delete pool %s"
msgstr "%s পà§à¦² à¦à¦à¦¤à§°à¦¾à¦¬à¦²à§ বিফল"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr "à¦à¦à¦¾ পà§à¦² সতà§à¦ à¦à§°à¦"
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr "বৰà§à¦¤à§à¦¤à¦®à¦¾à¦¨à§° à¦à¦à¦¾ পà§à¦² সতà§à¦ à¦à§°à¦ ।"
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr "পà§à¦² %s সতà§à¦ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr "%s পà§à¦² সতà§à¦ à¦à§°à§à¦à¦¤à§ বিফল"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr "XML ত পà§à¦²à§° তথà§à¦¯"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr "stdout লৠপà§à¦²à§° তথà§à¦¯ XML দ'ম হিà¦à¦¾à¦ªà§ নিৰà§à¦à¦® à¦à§°à¦ ।"
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr "পà§à¦²à§° তালিà¦à¦¾"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
msgid "Returns list of pools."
msgstr "পà§à¦²à§° তালিà¦à¦¾ দিà§à§ ।"
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr "নিষà§à¦à§à§°à¦¿à§ পà§à¦²à§° তালিà¦à¦¾ বনাà¦à¦"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
msgid "list inactive & active pools"
msgstr "নিষà§à¦à§à§°à¦¿à§ & সà¦à§à§°à¦¿à§ পà§à¦²à§° তালিà¦à¦¾ বনাà¦à¦"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
msgid "Failed to list active pools"
msgstr "সà¦à§à§°à¦¿à§ পà§à¦²à§° তালিà¦à¦¾ সà§à¦·à§à¦à¦¿ à¦à§°à§à¦à¦¤à§ বিফল"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
msgid "Failed to list inactive pools"
msgstr "নিষà§à¦à§à§°à¦¿à§ পà§à¦²à§° তালিà¦à¦¾ সà§à¦·à§à¦à¦¿ à¦à§°à§à¦à¦¤à§ বিফল"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "পà§à¦² à¦à¦¿à¦¤à§°"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "storage_pool পà§à§±à¦¾ নাযাà§"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿à§° à¦
পৰà§à¦¯à¦¾à¦ªà§à¦¤"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "%s পà§à¦²à§° সà¦à¦à§à¦à¦¾ দিà¦à¦à¦¤à§ বিফল"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "à¦à¦à§°à¦¾à¦²à§° পà§à¦² সà¦à§à§°à¦¿à§ নহà§"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
msgid "storage pool information"
msgstr "à¦à¦à§°à¦¾à¦²à§° পà§à¦²à§° তথà§à¦¯"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr "à¦à¦à§°à¦¾à¦²à§° পà§à¦²à§° মà§à¦²à¦¿à¦ তথà§à¦¯à§° à¦à¦¥à¦¾ à¦à§ ।"
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr "সà§à¦·à§à¦à¦¿ à¦à§°à¦¾ হà§à¦à§"
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "à¦à¦²à¦®à¦¾à¦¨"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr "à¦à§à§°à¦·à§à¦ হ'ল"
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr "ধাৰণ শà¦à§à¦¤à¦¿:"
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr "বিতৰণ à¦à§°à¦¾:"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr "পà§à§±à¦¾ যাব:"
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr "পà§à¦² UUID ঠপà§à¦² নামলৠসলনি à¦à§°à¦"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr "পà§à¦² uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr "à¦à¦à§à§à§ নিষà§à¦à§à§°à¦¿à§ পà§à¦²à¦ à¦à§°à¦®à§à¦ à¦à§°à¦ (à¦à¦à¦¤à§ সà¦à¦à§à¦à¦¾ দিà§à¦¾)"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr "à¦à¦à¦¾ পà§à¦² à¦à§°à¦®à§à¦ à¦à§°à¦ ।"
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr "নিষà§à¦à§à§°à¦¿à§ পà§à¦²à§° নাম"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr "পà§à¦² %s à¦à§°à¦®à§à¦ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, c-format
msgid "Failed to start pool %s"
msgstr "পà§à¦² %s à¦à§°à¦®à§à¦ à¦à§°à§à¦à¦¤à§ বিফল"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr "তৰà§à¦à§° à¦à¦à¦¾ à¦à§à¦à§° পৰা à¦à¦à¦¾ সমষà§à¦à¦¿ সà§à¦·à§à¦à¦¿ à¦à§°à¦"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr "à¦à¦à¦¾ সমষà§à¦à¦¿ নিৰà§à¦®à¦¾à¦£ à¦à§°à¦ ।"
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr "পà§à¦²à§° নাম"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr "সমষà§à¦à¦¿à§° নাম"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr "বà§à¦à¦²à§à¦ªà¦¿ k,M,G,T পà§à§°à¦¤à§à¦¯à§à§° সà§à¦¤à§ সমষà§à¦à¦¿à§° à¦à¦à¦¾à§°"
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr "বà§à¦à¦²à§à¦ªà¦¿ k,M,G,T পà§à§°à¦¤à§à¦¯à§à§° সà§à¦¤à§ পà§à§°à¦¾à§°à¦®à§à¦à¦¿à¦ বিতৰণৰ à¦à¦à¦¾à§°"
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr "নথিপতà§à§°à§° à¦à¦à§à¦¤à¦¿à§° ধৰণ raw,bochs,qcow,qcow2,vmdk"
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr "à¦à§à¦² à¦à¦à¦¾à§° %s"
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr "%s সমষà§à¦à¦¿ নিৰà§à¦®à¦¿à¦¤\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, c-format
msgid "Failed to create vol %s"
msgstr "%s সমষà§à¦à¦¿ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
msgid "undefine an inactive pool"
msgstr "à¦à¦à¦¾ নিষà§à¦à§à§°à¦¿à§ পà§à¦²à§° সà¦à¦à§à¦à¦¾ à¦à¦à¦¤à§°à¦¾à¦à¦"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "বিনà§à¦¸ নিষà§à¦à§à§°à¦¿à§ পà§à¦²."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s à§° সà¦à¦à§à¦à¦¾ à¦à¦à¦¤à§°à§à§±à¦¾ হà§à¦à§\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "পà§à¦²"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "পà§à¦² নাম পà§à¦²"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "পà§à¦²"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "à¦à¦à¦¾ XML নথিপতà§à§°à§° পৰা ডà§à¦®à§à¦à¦¨ নিৰà§à¦®à¦¾à¦£à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "XML ডà§à¦®à§à¦à¦¨à§° বিবৰণসহ à¦à¦à¦¾ নথিপতà§à§°"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "%s ডà§à¦®à§à¦à¦¨ %sà§° পৰা নিৰà§à¦®à¦¿à¦¤\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "%sà§° পৰা ডà§à¦®à§à¦à¦¨ নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "à¦à§à¦à¦¾à¦à¦."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
#, fuzzy
msgid "vol name, key or path"
msgstr "নাম à¦à¦¿ পথ"
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s ধà§à¦¬à¦à¦¶ à¦à§°à¦¾ হà§à¦à§\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s ধà§à¦¬à¦à¦¶ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "নà§à¦¡ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ তথà§à¦¯"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "নà§à¦¡ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ মà§à¦²à¦¿à¦ তথà§à¦¯ à¦à¦ªà¦²à¦¬à§à¦§ à¦à§°à¦¾ হৠ।"
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "ধৰণ:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "file"
msgstr "XML নথিপতà§à§°"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "à¦
ৱৰà§à¦¦à§à¦§"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "à¦à¦¿à¦¤à§°"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "XML ডামà§à¦ª হিà¦à¦¾à¦ªà§ stdout ত ডà§à¦®à§à¦à¦¨ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à§°à¦¦à§°à§à¦¶à¦¨ à¦à§°à¦¾ হ'ব ।"
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "ডà§à¦®à§à¦à¦¨à§° তালিà¦à¦¾"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "পà§à¦²."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "সà¦à§à§°à¦¿à§"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
#, fuzzy
msgid "Path"
msgstr "পথ"
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "নাম"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
#, fuzzy
msgid "vol key or path"
msgstr "à¦à¦¿ পথ"
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "à¦à¦¿"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "ডà§à¦®à§à¦à¦¨à§° uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "পথ"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
#, fuzzy
msgid "vol name or key"
msgstr "নাম à¦à¦¿"
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "সà¦à¦¸à§à¦à§°à¦£ সà¦à¦à§à¦¯à¦¾ পà§à§°à¦¦à§°à§à¦¶à¦¨ à¦à§°à¦¾ হ'ব"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "বà§à¦¯à§±à¦¸à§à¦¥à¦¾à¦ªà§à§°à¦£à¦¾à¦²à§à§à§° সà¦à¦¸à§à¦à§°à¦£ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à§°à¦¦à§°à§à¦¶à¦¨ à¦à§°à¦ ।"
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "হাà¦à¦ªà¦¾à§° à¦à¦¾à¦à¦¸à§°à§à§° পà§à§°à¦à§à¦¤à¦¿ পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ লাà¦à¦¬à§à§°à§à§°à¦¿à§° সà§à¦¤à§ সà¦à§à¦à¦²à¦¨ à¦à§°à¦¾ হà§à¦à§: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "লাà¦à¦¬à§à§°à§à§°à¦¿à§° সà¦à¦¸à§à¦à§°à¦£ পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "বà§à¦¯à§±à¦¹à§à¦¤ লাà¦à¦¬à§à§°à§à§°à¦¿: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "বà§à¦¯à§±à¦¹à§à¦¤ API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "হাà¦à¦ªà¦¾à§° à¦à¦¾à¦à¦¸à§°à§à§° সà¦à¦¸à§à¦à§°à¦£ পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "à¦à¦²à¦®à¦¾à¦¨ %s হাà¦à¦ªà¦¾à§° à¦à¦¾à¦à¦¸à§°à§à§° সà¦à¦¸à§à¦à§°à¦£ পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "à¦à¦²à¦®à¦¾à¦¨ হাà¦à¦ªà¦¾à§° à¦à¦¾à¦à¦¸à§°: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "à¦à¦ à¦à§à¦¹à¦¸à§à¦¥ বà§à¦¯à§±à¦¸à§à¦¥à¦¾à¦ªà§à§°à¦£à¦¾à¦²à§à¦¤ NUMA সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "à¦à§à¦·à¦®à¦¤à¦¾"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "হাà¦à¦ªà¦¾à§° à¦à¦¾à¦à¦¸à§°à§à§° সà§à¦¤à§ সà¦à¦¯à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "নিষà§à¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨à§° তালিà¦à¦¾ নিৰà§à¦®à¦¾à¦£à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "XML ডামà§à¦ª হিà¦à¦¾à¦ªà§ stdout ত ডà§à¦®à§à¦à¦¨ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à§°à¦¦à§°à§à¦¶à¦¨ à¦à§°à¦¾ হ'ব ।"
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "যনà§à¦¤à§à§°"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "নতà§à¦¨ ডিসà§à¦ যনà§à¦¤à§à§° যà§à¦ à¦à§°à¦ ।"
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "ডà§à¦®à§à¦à¦¨ %s ধà§à¦¬à¦à¦¶ à¦à§°à¦¾ হà§à¦à§\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "%sà§° পৰা যনà§à¦¤à§à§° বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "নতà§à¦¨ ডিসà§à¦ যনà§à¦¤à§à§° যà§à¦ à¦à§°à¦ ।"
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "%sà§° পৰা যনà§à¦¤à§à§° নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "ডিসà§à¦ যনà§à¦¤à§à§°à§à§° à¦à¦¨à§à¦¤à¦¬à§à¦¯"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "à¦à¦²à¦®à¦¾à¦¨ ডà§à¦®à§à¦à¦¨à§° যনà§à¦¤à§à§° বà§à¦²à¦à§° পৰিসà¦à¦à§à¦¯à¦¾ পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à¦ ।"
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "%s ডà§à¦®à§à¦à¦¨ পà§à¦¨à§°à¦¾à§°à¦®à§à¦ à¦à§°à¦¾ হà§à¦à§\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "%s লঠনথিপতà§à§° নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "হাà¦à¦ªà¦¾à§° à¦à¦¾à¦à¦¸à§°à§à§° à¦à§à¦¹à¦¸à§à¦¥ নাম পà§à§°à¦¦à§°à§à¦¶à¦¨ à¦à§°à¦¾ হ'ব"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "à¦à§à¦¹à¦¸à§à¦¥à§° নাম পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "হাà¦à¦ªà¦¾à§° à¦à¦¾à¦à¦¸à§° canonical URI পà§à§°à¦¦à§°à§à¦¶à¦¨ à¦à§°à¦¾ হ'ব"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "URI পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc পà§à§°à¦¦à§°à§à¦¶à¦¨"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "VNC পà§à§°à¦¦à§°à§à¦¶à¦¨à§à§° বাবৠIP ঠিà¦à¦¨à¦¾ à¦à§°à§ পà§à§°à§à¦ সà¦à¦à§à¦¯à¦¾ পà§à§°à¦¦à§°à§à¦¶à¦¨ à¦à§°à¦¾ হ'ব ।"
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty à¦à¦¨à¦¸à§à¦²"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "TTY à¦à¦¨à¦¸à§à¦²à§à§° যনà§à¦¤à§à§° নিৰà§à¦à¦® à¦à§°à¦¾ হ'ব ।"
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "à¦à¦à¦¾ XML নথিপতà§à§°à§° পৰা যনà§à¦¤à§à§° যà§à¦ à¦à§°à¦¾ হ'ব"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "à¦à¦à¦¾ XML <file>à§° পৰা যনà§à¦¤à§à§° যà§à¦ à¦à§°à¦ ।"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML নথিপতà§à§°"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "%sà§° পৰা যনà§à¦¤à§à§° নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "à¦à¦à¦¾ XML নথিপতà§à§°à§° পৰা যনà§à¦¤à§à§° বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à§°à¦"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "à¦à¦à¦¾ XML <file>à§° পৰা যনà§à¦¤à§à§° বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à§°à¦"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "%sà§° পৰা যনà§à¦¤à§à§° বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "নà§'à¦à§±à§°à§à¦ সà¦à¦¯à§à¦à¦à§à¦·à§à¦¤à§à§° যà§à¦ à¦à§°à¦"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "à¦à¦à¦¾ নতà§à¦¨ নà§'à¦à§±à§°à§à¦ সà¦à¦¯à§à¦à¦à§à¦·à§à¦¤à§à§° যà§à¦ à¦à§°à¦ ।"
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "নà§'à¦à§±à§°à§à¦ সà¦à¦¯à§à¦à¦à§à¦·à§à¦¤à§à§°à¦¤à§° ধৰণ"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "নà§'à¦à§±à§°à§à¦ সà¦à¦¯à§à¦à¦à§à¦·à§à¦¤à§à§°à¦¤à§° à¦à§à¦¸à¦¸à§à¦¥à¦²"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "লà¦à§à¦·à§à¦¯ নà§'à¦à§±à§°à§à¦à§° নাম"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "MAC ঠিà¦à¦¨à¦¾"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "নà§'à¦à§±à§°à§à¦ সà¦à¦¯à§à¦à¦à§à¦·à§à¦¤à§à§° বà§à§°à¦¿à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§±à¦¹à§à¦¥ সà§à¦à§à§°à¦¿à¦ªà§à¦"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "'attach interface' à¦à¦¦à§à¦¶ দà§à¦¬à¦¾à§°à¦¾ %s সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "নà§'à¦à§±à§°à§à¦ সà¦à¦¯à§à¦à¦à§à¦·à§à¦¤à§à§° বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à§°à¦"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "নà§'à¦à§±à§°à§à¦ সà¦à¦¯à§à¦à¦à§à¦·à§à¦¤à§à§° বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à§°à¦ ।"
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "সà¦à¦¯à§à¦à¦à§à¦·à§à¦¤à§à§°à§° তথà§à¦¯ পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "%s পà§à§°à¦à§à¦¤à¦¿à§° à¦à§à¦¨à§ সà¦à¦¯à§à¦à¦à§à¦·à§à¦¤à§à§° পাৱ নাযাà§"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "%s MAC ঠিà¦à¦¨à¦¾ সহ à¦à§à¦¨à§ সà¦à¦¯à§à¦à¦à§à¦·à§à¦¤à§à§° পাৱ নাযাà§"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿ বিতৰণ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "XML নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "ডিসà§à¦ যনà§à¦¤à§à§° যà§à¦ à¦à§°à¦"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "নতà§à¦¨ ডিসà§à¦ যনà§à¦¤à§à§° যà§à¦ à¦à§°à¦ ।"
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "ডিসà§à¦ যনà§à¦¤à§à§°à§à§° à¦à§à¦¸"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "ডিসà§à¦ যনà§à¦¤à§à§°à§à§° à¦à¦¨à§à¦¤à¦¬à§à¦¯"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "ডিসà§à¦ যনà§à¦¤à§à§°à§à§° à¦à¦¾à¦²à¦"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "ডিসà§à¦ যনà§à¦¤à§à§°à§à§° সাব à¦à¦¾à¦²à¦"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "লà¦à§à¦·à§à¦¯ যনà§à¦¤à§à§°à§à§° পà§à§°à¦à§à¦¤à¦¿"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "যনà§à¦¤à§à§°à§° পৰা পà§à¦¾ à¦à§°à§ যনà§à¦¤à§à§°à§ লিà¦à¦¾à§° ধৰণ"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "'attach disk' à¦à¦¦à§à¦¶ দà§à¦¬à¦¾à§°à¦¾ %s সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "ডিসà§à¦ যনà§à¦¤à§à§° বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à§°à¦"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "ডিসà§à¦ যনà§à¦¤à§à§° বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à§°à¦ ।"
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "ডিসà§à¦ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "%s à¦à¦¨à§à¦¤à¦¬à§à¦¯à¦¸à§à¦¥à¦² সহ à¦à§à¦¨à§ ডিসà§à¦ পাৱ নাযাà§"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "init পà¦à¦à§à¦¤à¦¿à§° বাবৠসà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿ calloc à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "%s: লঠনথিপতà§à§° লিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "%s: লঠনথিপতà§à§° লিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "%s: লঠনথিপতà§à§° লিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "নিষà§à¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨ %s নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "lvs à¦à¦¦à§à¦¶ বিফল"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: লঠনথিপতà§à§° লিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "à¦à¦à¦¾ নিষà§à¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨à§° বিনà§à¦¯à¦¾à¦¸à§° সà¦à¦à§à¦à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨ ।"
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "à¦à¦à¦¾ নিষà§à¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨à§° বিনà§à¦¯à¦¾à¦¸à§° সà¦à¦à§à¦à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨ ।"
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "বিনà§à¦¸ নথিপতà§à§° পà§à§à¦à¦¤à§ বিফল"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "à¦à¦à¦¾ নিষà§à¦à§à§°à¦¿à§ নà§'à¦à§±à§°à§à¦à§° বিনà§à¦¯à¦¾à¦¸à§° সà¦à¦à§à¦à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨ ।"
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "à¦à¦à¦¾ নিষà§à¦à§à§°à¦¿à§ নà§'à¦à§±à§°à§à¦à§° বিনà§à¦¯à¦¾à¦¸à§° সà¦à¦à§à¦à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨ ।"
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "বিনà§à¦¸ নিষà§à¦à§à§°à¦¿à§ পà§à¦²."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "বিনà§à¦¸ নিষà§à¦à§à§°à¦¿à§ পà§à¦²."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "বৰà§à¦¤à¦®à¦¾à¦¨ à¦à¦¨à§à¦à¦¾à§°à§à¦à§à¦ à¦à¦¾à§°à§à¦®à¦¿à¦¨à¦¾à¦²à§° পৰা পà§à§°à¦¸à§à¦¥à¦¾à¦¨ à¦à§°à¦"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "'%s' à¦à¦¦à§à¦¶à§à§° সà§à¦¤à§ <%s> বিà¦à¦²à§à¦ª পà§à§°à§à§à¦ à¦à§°à¦¾ à¦à§±à¦¶à§à¦¯à¦"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "à¦à¦¦à§à¦¶ '%s' à§° সà§à¦¤à§ %s বিà¦à¦²à§à¦ª পà§à§°à§à§à¦ à¦à§°à¦¾ à¦à§±à¦¶à§à¦¯à¦"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "à¦à¦¦à§à¦¶ '%s' বৰà§à¦¤à¦®à¦¾à¦¨à§ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤ নাà¦"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6446,17 +7029,17 @@ msgstr ""
"\n"
" SYNOPSIS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr " %s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr " %s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6464,7 +7047,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6472,60 +7055,60 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr " %s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr " %s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "ডà§à¦®à§à¦à¦¨ নাম বা id à§° সà¦à¦à§à¦à¦¾ নাà¦"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "ডà§à¦®à§à¦à¦¨ '%s' পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "সà¦à¦à§à¦à¦¾ বিহà§à¦¨ নà§'à¦à§±à§°à§à¦à§° নাম"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "নà§'à¦à§±à§°à§à¦ '%s' পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "পà§à¦² নাম"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "পà§à¦²"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "নাম"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "ডà§à¦®à§à¦à¦¨ '%s' পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6536,130 +7119,130 @@ msgstr ""
"(সমà§: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤ \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ à¦à§à¦à§à¦¨ (à¦à¦¦à§à¦¶à§à§° নাম): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ à¦à¦¦à§à¦¶: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "à¦à¦¦à§à¦¶ '%s' à§° দà§à¦¬à¦¾à§°à¦¾ %s বিà¦à¦²à§à¦ª সমৰà§à¦¥à¦¿à¦¤ হৠনা"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ সিনà§à¦à§à¦à§à¦¸: %s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "সà¦à¦à§à¦¯à¦¾"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "পà¦à¦à§à¦¤à¦¿"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ তথà§à¦¯ '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
#, fuzzy
msgid "idle"
msgstr "XML নথিপতà§à§°"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "সà§à¦¥à¦à¦¿à¦¤"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "shutdown à¦
ৱসà§à¦¥à¦¾à§"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "বনà§à¦§"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "বিপৰà§à¦¯à¦¸à§à¦¤"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "à¦
ফ লাà¦à¦¨"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "বà§à¦§ সà¦à¦¯à§à¦ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: à¦à§à¦²: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "à¦à§à¦²: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: %d বাà¦à¦ বিতৰণ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: %lu বাà¦à¦ বিতৰণ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "হাà¦à¦ªà¦¾à§° à¦à¦¾à¦à¦¸à§°à§à§° সà§à¦¤à§ সà¦à¦¯à§à¦ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "লঠনথিপতà§à§°à§° তথà§à¦¯ পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ লঠপথ নথিপতà§à§° নহà§"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "লঠনথিপতà§à§° à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ । লঠনথিপতà§à§°à§° পথ পৰà§à¦à§à¦·à¦¾ à¦à§°à¦"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "লঠনথিপতà§à§°à¦¤ লিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: লঠনথিপতà§à§° লিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "হাà¦à¦ªà¦¾à§° à¦à¦¾à¦à¦¸à§°à§à§° সà§à¦¤à§ সà¦à¦¯à§à¦ বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6692,7 +7275,7 @@ msgstr ""
"\n"
" à¦à¦¦à§à¦¶ (নন à¦à¦¨à§à¦à¦¾à§°à§à¦à§à¦ ধৰণ):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6702,17 +7285,17 @@ msgstr ""
" (à¦à¦¦à§à¦¶ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ বিবৰণ à¦à¦¾à¦¨à¦¤à§ help <command> পà§à§°à§à§à¦ à¦à§°à¦)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "à¦
সমৰà§à¦¥à¦¿à¦¤ বিà¦à¦²à§à¦ª ' %c' । help দà§à¦à§à¦¨ ।"
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6721,7 +7304,7 @@ msgstr ""
"à¦à¦¾à§°à§à¦à§à§à¦¾à¦²à¦¾à¦à¦à§à¦¶à¦¨ à¦à¦¨à§à¦à¦¾à§°à§à¦à§à¦ à¦à¦¾à§°à§à¦®à¦¿à¦¨à¦¾à¦² %s ঠসà§à¦¬à¦¾à¦à¦¤à¦® ।\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6731,468 +7314,482 @@ msgstr ""
" পà§à§°à¦¸à§à¦¥à¦¾à¦¨ à¦à§°à§à¦à¦¤à§ 'quit' লিà¦à¦\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ à¦à§à¦²"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "সà¦à¦¿à§à¦¨à§"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "à¦à§à¦²"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "à¦à§à¦¨à§ à¦à§à¦²à§° সমà§à¦¬à¦¾à¦¦ দিà§à¦¾ হà§à§±à¦¾ নাà¦"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "à¦à¦¿à¦¤à§°à§à§±à¦¾ à¦à§à¦² %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "à¦à¦¿à¦¤à§°à§à§±à¦¾ à¦à§à¦²"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿à§° à¦
পৰà§à¦¯à¦¾à¦ªà§à¦¤"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "hypervisor à§° দà§à¦¬à¦¾à§°à¦¾ à¦à¦ à¦à¦ªà§à¦à§à¦·à¦à§° বাবৠà¦à§à¦¨à§ সমৰà§à¦¥à¦¨ নাà¦"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "%s hypervisor à§° দà§à¦¬à¦¾à§°à¦¾ à¦à¦ à¦à¦ªà§à¦à§à¦·à¦à§° বাবৠà¦à§à¦¨à§ সমৰà§à¦¥à¦¨ নাà¦"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "hypervisor লৠসà¦à¦¯à§à¦ à¦à§°à¦¿à¦¬ পৰা ন'à¦'ল"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "%s লৠসà¦à¦¯à§à¦ à¦à§°à¦¿à¦¬ পৰা ন'à¦'ল"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "à¦
বà§à¦§ সà¦à¦¯à§à¦ নিৰà§à¦¦à§à¦¶à¦ যনà§à¦¤à§à§°"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "%s ত à¦
বà§à¦§ সà¦à¦¯à§à¦ নিৰà§à¦¦à§à¦¶à¦ যনà§à¦¤à§à§°"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "à¦
বà§à¦§ ডà§à¦®à§à¦à¦¨ নিৰà§à¦¦à§à¦¶à¦ যনà§à¦¤à§à§°"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "%s ত à¦
বà§à¦§ ডà§à¦®à§à¦à¦¨ নিৰà§à¦¦à§à¦¶à¦ যনà§à¦¤à§à§°"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "à¦
বà§à¦§ তৰà§à¦"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "%s ত à¦
বà§à¦§ তৰà§à¦"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "à¦à¦¾à§°à§à¦¯à§à¦¯à¦à§°à¦£ বিফল: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "à¦à¦¾à§°à§à¦¯à§à¦¯à¦à§°à¦£ বিফল"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET à¦à¦¾à§°à§à¦¯à§à¦¯à¦à§°à¦£ বিফল: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET à¦à¦¾à§°à§à¦¯à§à¦¯à¦à§°à¦£ বিফল"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST à¦à¦¾à§°à§à¦¯à§à¦¯à¦à§°à¦£ বিফল: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST à¦à¦¾à§°à§à¦¯à§à¦¯à¦à§°à¦£ বিফল"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ HTTP à¦à§à¦²à§° à¦à§à¦¡ পà§à§±à¦¾ à¦'ল %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ à¦à§à¦¹à¦¸à§à¦¥ %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ à¦à§à¦¹à¦¸à§à¦¥"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "S Expr ঠà¦à§à§°à¦®à¦¿à¦ à¦à§°à¦¿à¦¬à¦²à§ বিফল: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "S Expr ঠà¦à§à§°à¦®à¦¿à¦ à¦à§°à¦¿à¦¬à¦²à§ বিফল"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "Xen hypervisor নিবà§à¦¶ বà§à¦¯à§±à¦¹à¦¾à§° à¦à§°à¦¿à¦¬ পৰা ন'à¦'ল"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "%s Xen hypervisor নিবà§à¦¶ বà§à¦¯à§±à¦¹à¦¾à§° à¦à§°à¦¿à¦¬ পৰা ন'à¦'ল"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "Xen Store লৠসà¦à¦¯à§à¦ à¦à§°à¦¿à¦¬ পৰা ন'à¦'ল"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "%s Xen Store লৠসà¦à¦¯à§à¦ à¦à§°à¦¿à¦¬ পৰা ন'à¦'ল"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "বিফল Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ OS à§° ধৰণ"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ OS à§° ধৰণ %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "à¦à¦¾à§°à§à¦£à§à¦²à§° তথà§à¦¯ নাà¦"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "à§°à§à¦ যনà§à¦¤à§à§°à§° তথà§à¦¯ নাà¦"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "%s ত à§°à§à¦ যনà§à¦¤à§à§°à§° তথà§à¦¯ নাà¦"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "যনà§à¦¤à§à§°à§° বাবৠà¦à§à¦¸à§° তথà§à¦¯ নাà¦"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "%s যনà§à¦¤à§à§°à§° বাবৠà¦à§à¦¸à§° তথà§à¦¯ নাà¦"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "যনà§à¦¤à§à§°à§° বাবৠলà¦à§à¦·à§à¦¯à§° তথà§à¦¯ নাà¦"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "%s যনà§à¦¤à§à§°à§° বাবৠলà¦à§à¦·à§à¦¯à§° তথà§à¦¯ নাà¦"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "ডà§à¦®à§à¦à¦¨à§° নামৰ তথà§à¦¯ নাà¦"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "%s ত ডà§à¦®à§à¦à¦¨à§° নামৰ তথà§à¦¯ নাà¦"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "à¦à¦¾à§°à§à¦¯à§à¦¯à¦à§°à¦ªà§à§°à¦£à¦¾à¦²à§à§° তথà§à¦¯ নাà¦"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "%s à§° বাবৠà¦à¦¾à§°à§à¦¯à§à¦¯à¦à§°à¦ªà§à§°à¦£à¦¾à¦²à§à§° তথà§à¦¯ নাà¦"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "যনà§à¦¤à§à§°à¦¸à¦®à§à¦¹à§° তথà§à¦¯ নাà¦"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "%s à§° বাবৠযনà§à¦¤à§à§°à¦¸à¦®à§à¦¹à§° তথà§à¦¯ নাà¦"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "বহà§à¦¤à§ à¦à¦¾à¦²à¦ পà¦à§à¦à¦¿à¦à§à¦¤ à¦à§°à¦¾ হà§à¦à§"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "%s ত বহà§à¦¤à§ à¦à¦¾à¦²à¦ পà¦à§à¦à¦¿à¦à§à¦¤ à¦à§°à¦¾ হà§à¦à§"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call বিফল, হà§à¦¤à§ সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s বিফল, হà§à¦¤à§ সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML বিৱৰণ à¦à¦¾à¦²à¦à§ à¦à¦ ন হà§à§±à¦¾ নাঠবা à¦
বà§à¦§"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "%s à§° বাবৠXML বিৱৰণ à¦à¦¾à¦²à¦à§ à¦à¦ ন হà§à§±à¦¾ নাঠবা à¦
বà§à¦§"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "à¦à¦ ডà§à¦®à§à¦à¦¨ à¦à¦¤à¦¿à¦®à¦§à§à¦¯à§ à¦à¦à§"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "%s ডà§à¦®à§à¦à¦¨ à¦à¦¤à¦¿à¦®à¦§à§à¦¯à§ à¦à¦à§"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "à¦
à¦à¦² পà§à¦¾à§° পà§à§°à¦¬à§à¦¶à¦¾à¦§à¦¿à¦à¦¾à§°à§° বাবৠà¦à¦¾à§°à§à¦¯à§à¦¯à¦à§°à¦£à§° à¦
নà§à¦®à¦¤à¦¿ নাà¦"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "à¦
à¦à¦² পà§à¦¾à§° পà§à§°à¦¬à§à¦¶à¦¾à¦§à¦¿à¦à¦¾à§°à§° বাবৠ%s à§° à¦à¦¾à§°à§à¦¯à§à¦¯à¦à§°à¦£à§° à¦
নà§à¦®à¦¤à¦¿ নাà¦"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "পà§à¦¾à§° বাবৠবিনà§à¦¸ নথিপতà§à§° à¦à§à¦²à§à¦à¦¤à§ বিফল"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "পà§à¦¾à§° বাবৠ%s à¦à§à¦²à§à¦à¦¤à§ বিফল"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "বিনà§à¦¸ নথিপতà§à§° পà§à§à¦à¦¤à§ বিফল"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "%s বিনà§à¦¸ নথিপতà§à§° পà§à§à¦à¦¤à§ বিফল"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "বিনà§à¦¸ নথিপতà§à§° বিশà§à¦²à§à¦·à¦£ à¦à§°à¦¿à¦¬à¦²à§ বিফল"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "%s বিনà§à¦¸ নথিপতà§à§° বিশà§à¦²à§à¦·à¦£ à¦à§°à¦¿à¦¬à¦²à§ বিফল"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "বিনà§à¦¸ নথিপতà§à§°à§° শবà§à¦¦à¦¬à¦¿à¦¨à§à¦¸à¦¤ à¦à§à¦²"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "বিনà§à¦¸ নথিপতà§à§°à§° শবà§à¦¦à¦¬à¦¿à¦¨à§à¦¸à¦¤ à¦à§à¦²: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "বিনà§à¦¸ নথিপতà§à§° লিà¦à¦¿à¦¬à¦²à§ বিফল"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "বিনà§à¦¸ নথিপতà§à§° লিà¦à¦¿à¦¬à¦²à§ বিফল: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "বিশà§à¦²à§à¦·à¦£ à¦à§°à§à¦à¦¤à¦¾à§° à¦à§à¦²"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "à¦
বà§à¦§ নà§'à¦à§±à§°à§à¦ নিৰà§à¦¦à§à¦¶à¦ যনà§à¦¤à§à§°"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "%s ত à¦
বà§à¦§ নà§'à¦à§±à§°à§à¦ নিৰà§à¦¦à§à¦¶à¦ যনà§à¦¤à§à§°"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "à¦à¦ নà§'à¦à§±à§°à§à¦ à¦à¦¤à¦¿à¦®à¦§à§à¦¯à§ à¦à¦à§"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "%s নà§'à¦à§±à§°à§à¦ à¦à¦¤à¦¿à¦®à¦§à§à¦¯à§ à¦à¦à§"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "system call à§° à¦à§à¦²"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC à¦à§à¦²"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "GNUTLS call à§° à¦à§à¦²"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "নà§'à¦à§±à§°à§à¦ à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "নà§'à¦à§±à§°à§à¦ বিà¦à¦¾à§°à¦¿à¦¬à¦²à§ à¦
à¦à§à¦·à¦®: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "ডà§à¦®à§à¦à¦¨ পাৱ নাযাà§"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "ডà§à¦®à§à¦à¦¨ পাৱ নাযাà§: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "নà§'à¦à§±à§°à§à¦ পাৱ নাযাà§"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "নà§'à¦à§±à§°à§à¦ পাৱ নাযাà§: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "à¦
বà§à¦§ MAC ঠিà¦à¦¨à¦¾"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "à¦
বà§à¦§ MAC ঠিà¦à¦¨à¦¾: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "পà§à§°à¦®à¦¾à¦£à§à¦à§°à¦£ বিফল হ'ল"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "পà§à§°à¦®à¦¾à¦£à§à¦à§°à¦£ বিফল হ'ল: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "পà§à¦²"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "পà§à¦²"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "সমষà§à¦à¦¿"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "সমষà§à¦à¦¿"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "পà§à¦² à¦à¦¿à¦¤à§°"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "পà§à¦² à¦à¦¿à¦¤à§°"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "সমষà§à¦à¦¿ à¦à¦¿à¦¤à§°"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "সমষà§à¦à¦¿ à¦à¦¿à¦¤à§°"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "নà§'à¦à§±à§°à§à¦ à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "নà§'à¦à§±à§°à§à¦ বিà¦à¦¾à§°à¦¿à¦¬à¦²à§ à¦
à¦à§à¦·à¦®: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "নà§'à¦à§±à§°à§à¦ à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "নà§'à¦à§±à§°à§à¦ বিà¦à¦¾à§°à¦¿à¦¬à¦²à§ à¦
à¦à§à¦·à¦®: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "সমষà§à¦à¦¿ à¦à¦¿à¦¤à§°"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "%s ত à¦
বà§à¦§ ডà§à¦®à§à¦à¦¨ নিৰà§à¦¦à§à¦¶à¦ যনà§à¦¤à§à§°"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "যনà§à¦¤à§à§° পà§à§±à¦¾ নাযাà§: %s (%s)"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "যনà§à¦¤à§à§° পà§à§±à¦¾ নাযাà§: %s (%s)"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "পà§à¦²"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "পà§à¦²"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "তৰà§à¦à§° পà§à§°à¦¶à¦®à¦ বৰ সৰà§"
@@ -7265,7 +7862,7 @@ msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
"à¦à§à§°à§à¦¡à¦¿à¦ সà§à¦à§à¦¡à¦¿à¦à¦²à¦¾à§°à§à§° cap সà§à¦¥à¦¿à¦¤à¦¿à¦®à¦¾à¦ªà§° (%d) মান নিৰà§à¦¦à¦¿à¦·à§à¦ সà§à¦®à¦¾ বহিৰà§à¦à§à¦¤ (0 65535)"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "%s পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
@@ -7320,7 +7917,7 @@ msgstr "ডà§à¦®à§à¦à¦¨ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
সমà§
msgid "domain information incomplete, missing uuid"
msgstr "ডà§à¦®à§à¦à¦¨ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
সমà§à¦ªà§à§°à§à¦£, uuid à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "ডà§à¦®à§à¦à¦¨ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
সমà§à¦ªà§à§°à§à¦£, নাম à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
@@ -7365,231 +7962,238 @@ msgstr "vbd নথিপতà§à§°à§° নাম বিশà§à¦²à¦·à¦£ à¦à§°à§
msgid "cannot parse vbd filename, missing driver type"
msgstr "vbd নথিপতà§à§°à§° নাম বিশà§à¦²à¦·à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥, à¦à¦¾à¦²à¦à§à§° ধৰণ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "à¦
বà§à¦§ MAC ঠিà¦à¦¨à¦¾: %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ auth ধৰণ '%s'"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "ডà§à¦®à§à¦à¦¨ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
সমà§à¦ªà§à§°à§à¦£, id à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "à¦
বà§à¦§ MAC ঠিà¦à¦¨à¦¾: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "à¦
à¦à§à¦à¦¾à¦¤ OS à§° ধৰণ %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "topology syntax à¦à§à¦²"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "Xend ডà§à¦®à§à¦à¦¨ সà¦à¦à§à§°à¦¾à¦¨à§à¦¤ তথà§à¦¯ বিশà§à¦²à¦·à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "ডà§à¦®à§à¦à¦¨ বৰà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à§°à¦¿à§ নহà§"
+
+#: src/xend_internal.c:3219
#, fuzzy
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr "ডà§à¦®à§à¦à¦®"
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "%s পà§à¦² সà§à¦·à§à¦à¦¿ à¦à§°à¦¿à¦¬ পৰা ন'à¦'ল"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "%s পà§à§°à¦à§à¦¤à¦¿à§° নিবà§à¦¶ যনà§à¦¤à§à§° সমৰà§à¦¥à¦¿à¦¤ নহà§"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
#, fuzzy
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr "ডà§à¦®à§à¦à¦®"
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
#, fuzzy
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr "ডà§à¦®à§à¦à¦®"
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "à¦à¦¾à¦²à§ start"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "নà§à¦¡à§à§° সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "à¦à¦¾à§°à§à¦¯à§à¦¯à¦à§°à¦£ বিফল"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "নà§'à¦à§±à§°à§à¦ %s à§° সà¦à¦à§à¦à¦¾ à¦à¦à¦¤à§°à¦¾à¦à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
#, fuzzy
msgid "on_xend_start not present in sexpr"
msgstr "à¦à¦¾à¦²à§ start à¦à¦¿à¦¤à§°"
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "tty %s à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s\n"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
#, fuzzy
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr "à¦à¦¿à¦¤à§°"
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
#, fuzzy
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "সà¦à¦à§à¦¯à¦¾"
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "ডà§à¦®à§à¦à¦®"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "নিষà§à¦à§à§°à¦¿à§ ডà§à¦®à§à¦à¦¨ %s নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
#, fuzzy
msgid "unsupported in xendConfigVersion < 4"
msgstr "à¦à¦¿à¦¤à§° 4"
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "নà§à¦¡ নাম"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "à¦
à¦à§à¦à¦¾à¦¤"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "নাম"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "ডà§à¦®à§à¦à¦®"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "ডà§à¦®à§à¦à¦®"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "পথ"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "পà§à¦¾à§° বাবৠ%s à¦à§à¦²à§à¦à¦¤à§ বিফল"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "%s বিনà§à¦¸ নথিপতà§à§° পà§à§à¦à¦¤à§ বিফল"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ডà§à¦®à§à¦à¦¨à§° পà§à§°à¦à§à¦¤à¦¿ %d"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime à§° ধৰণ"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "à¦
সমৰà§à¦¥à¦¿à¦¤ à¦à¦à§°à¦¾à¦² সমষà§à¦à¦¿à§° ধৰণ %d"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "ডà§à¦®à§à¦à¦®"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "ai_socktype সমৰà§à¦¥à¦¿à¦¤ নহà§"
@@ -7668,52 +8272,52 @@ msgstr "ডà§à¦®à§à¦à¦®"
msgid "unexpected lifecycle action %d"
msgstr "à¦
পà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
#, fuzzy
msgid "can't retrieve config filename for domain to overwrite"
msgstr "ডà§à¦®à§à¦à¦®"
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
#, fuzzy
msgid "can't retrieve config entry for domain to overwrite"
msgstr "ডà§à¦®à§à¦à¦®"
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "ডà§à¦®à§à¦à¦®"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
#, fuzzy
msgid "config file name is too long"
msgstr "নাম"
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "বৰà§à¦¤à¦®à¦¾à¦¨MemorySize পৰà§à¦à§à¦·à¦¾ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "%s বিনà§à¦¸ নথিপতà§à§° পà§à§à¦à¦¤à§ বিফল"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "à¦
à¦à§à¦à¦¾à¦¤"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "%s লঠনথিপতà§à§° নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "%s লঠনথিপতà§à§° নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
@@ -7722,19 +8326,34 @@ msgstr "%s লঠনথিপতà§à§° নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "à¦
বà§à¦§ তৰà§à¦"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "à¦
বà§à¦§ তৰà§à¦"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7760,16 +8379,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "পà§à¦² à¦à¦¤à¦¿à¦®à¦§à§à¦¯à§ সà¦à§à§°à¦¿à§"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "ডà§à¦®à§à¦à¦¨ বিতৰণ à¦à§°à¦¾ হà§à¦à§"
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "%s '%s' à¦
à¦à¦¿à¦à¦® à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s (%d)"
+
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "sock ঠিà¦à¦¨à¦¾ %d পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ (%s)"
+
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "সমতà§à¦²à§à¦¯ ঠিà¦à¦¨à¦¾ %d পà§à§°à¦¾à¦ªà§à¦¤ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥ (%s)"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "non-blocking file descriptor flag à§° মান নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
+
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "%s লঠনথিপতà§à§° নিৰà§à¦®à¦¾à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "VM লঠনথিপতà§à§°à§° close on exec ফà§à¦²à§à¦ %s নিৰà§à¦§à¦¾à§°à¦£ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup: সà§à¦®à§à¦¤à¦¿à¦¶à¦à§à¦¤à¦¿ à¦
ৱশিষà§à¦ নাà¦"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "%d লঠনথিপতà§à§° বনà§à¦§ à¦à§°à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
+
#~ msgid "allocating configuration"
#~ msgstr "বিনà§à¦¯à¦¾à¦¸à§° মান বিতৰণ à¦à§°à¦¾ হà§à¦à§"
@@ -7817,9 +8464,6 @@ msgstr "ডà§à¦®à§à¦à¦¨ বিতৰণ à¦à§°à¦¾ হà§à¦à§"
#~ msgid "failed to mount %s at %s for container: %s"
#~ msgstr "%s ঠ%s ত পাতà§à§°à§° বাবৠতà§à¦²à¦¿ লà¦à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "open(%s) বিফল: %s"
-
#~ msgid "clone() failed, %s"
#~ msgstr "clone() à¦à¦¾à§°à§à¦¯à§à¦¯ বিফল, %s"
@@ -8198,9 +8842,6 @@ msgstr "ডà§à¦®à§à¦à¦¨ বিতৰণ à¦à§°à¦¾ হà§à¦à§"
#~ msgid "invalid root element"
#~ msgstr "root সামà¦à§à§°à§ বà§à¦§ নহà§"
-#~ msgid "missing domain type"
-#~ msgstr "ডà§à¦®à§à¦à¦¨à§° ধৰণৰ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-
#~ msgid "invalid domain id"
#~ msgstr "à¦
বà§à¦§ ডà§à¦®à§à¦à¦¨ id"
@@ -8228,12 +8869,6 @@ msgstr "ডà§à¦®à§à¦à¦¨ বিতৰণ à¦à§°à¦¾ হà§à¦à§"
#~ msgid "cannot write tty pid file %s: %s"
#~ msgstr "tty pid নথিপতà§à§° %s লিà¦à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "tty pid নথিপতà§à§° %s à¦à§à¦²à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-
-#~ msgid "cannot read tty pid file %s: %s"
-#~ msgstr "tty pid নথিপতà§à§° %s পà§à§à¦à¦¤à§ বà§à¦¯à§°à§à¦¥: %s"
-
#~ msgid "execl failed to exec init: %s"
#~ msgstr "execl ঠinit exec à¦à§°à§à¦à¦¤à§ বিফল: %s"
@@ -8345,9 +8980,6 @@ msgstr "ডà§à¦®à§à¦à¦¨ বিতৰণ à¦à§°à¦¾ হà§à¦à§"
#~ msgid "missing sound model"
#~ msgstr "ধà§à¦¬à¦¨à¦¿ মডà§à¦² à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "ধà§à¦¬à¦¨à¦¿ মডà§à¦² '%s' বà§à¦§ নহà§"
-
#~ msgid "domain name length too long"
#~ msgstr "ডà§à¦®à§à¦à¦¨ নামৰ দà§à§°à§à¦à§à¦¯ বৰ দà§à¦à¦²"
diff --git a/po/be.gmo b/po/be.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/be.gmo and b/po/be.gmo differ
diff --git a/po/be.po b/po/be.po
index 81435e0..a38ec32 100644
--- a/po/be.po
+++ b/po/be.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/bg.gmo b/po/bg.gmo
index 2868700..79c2440 100644
Binary files a/po/bg.gmo and b/po/bg.gmo differ
diff --git a/po/bg.po b/po/bg.po
index 9700438..0853fec 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2007-09-05 08:58+0300\n"
"Last-Translator: Doncho N. Gunchev <gunchev at gmail.com>\n"
"Language-Team: Bulgarian <dict at fsa-bg.org>\n"
@@ -97,241 +97,241 @@ msgstr ""
msgid "Unknown error"
msgstr "ÐепознаÑа"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "неÑÑпеÑно ÑеÑене Ð¾Ñ xen демона"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "заделÑне на конÑигÑÑаÑиÑ"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "ÐÑеÑка пÑи заделÑне на памеÑ: %s"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "неоÑакван вÑзел ÑÑойноÑÑ"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "ÐеÑÑпеÑно заделÑне на памеÑ"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "ÐеÑÑпеÑно ÑеÑене Ð¾Ñ Ð¿Ð¾ÑÑ %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "ÐеÑÑпеÑно заделÑне на памеÑ"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Ðе може да бÑде намеÑена мÑежаÑа: %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Ðе може да бÑде намеÑена мÑежаÑа: %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "ÐеÑÑпеÑно закаÑане кÑм Ñ
ипеÑвайзоÑ"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "гÑеÑка пÑи опеÑаÑиÑ: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -339,453 +339,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "ÐеÑÑпеÑно извлиÑане ÑÑÑÑоÑниеÑо на инÑеÑÑÐµÐ¹Ñ %s %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "ÐеÑÑпеÑно ÑÑаÑÑиÑане на мÑежа %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "пÑомÑна заделÑнеÑо на памеÑ"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "гÑеÑка пÑи GET опеÑаÑиÑ: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "неоÑакван mime Ñип"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "ÐеÑÑпеÑ
пÑи Ð¾Ð¿Ð¸Ñ Ð·Ð° ÑÑздаване на XML Ñайл"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "ÐеÑÑпеÑ
пÑи Ð¾Ð¿Ð¸Ñ Ð·Ð° ÑÑздаване на XML Ñайл"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "ÐеÑÑпеÑен Ð·Ð°Ð¿Ð¸Ñ Ð² поÑÑ %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "ÐеÑÑпеÑно заделÑне на памеÑ"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "ÐеÑÑпеÑно заделÑне на памеÑ"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "ÐеÑÑпеÑно заделÑне на памеÑ"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "ÐеÑÑпеÑно ÑÑбÑждане на домейн %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "ÐеÑÑпеÑ
пÑи Ð¾Ð¿Ð¸Ñ Ð·Ð° ÑÑздаване на XML Ñайл"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "име на мÑежаÑа или uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "ÐеÑÑпеÑен Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° ÑдÑоÑо на домейн %s в %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "гÑеÑка пÑи опеÑаÑиÑÑа"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "полÑÑен бе Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ HTTP код на гÑеÑка %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "неÑÑпеÑен ÑÐ°Ð·Ð±Ð¾Ñ Ð½Ð° оÑговоÑа на ÑÑÑвÑÑа"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "невалиден ÑказаÑел за вÑÑзка в"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "ÑвÑÑÑи памеÑÑа"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "Ðе може да Ñе пÑовеÑи наÑÑоÑÑÐ¸Ñ MemorySize"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "Ðе може да Ñе пÑовеÑи наÑÑоÑÑÐ¸Ñ MemorySize"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "ÐеÑÑпеÑно извлиÑане ÑÑÑÑоÑниеÑо на блоковеÑе %s %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "ÐеÑÑпеÑно извлиÑане ÑÑÑÑоÑниеÑо на инÑеÑÑÐµÐ¹Ñ %s %s"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "ÑвÑÑÑи памеÑÑа"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "ÐÑеÑка пÑи ÑÑздаване на неакÑивен домейн %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "ÐÑеÑка пÑи ÑÑздаване на неакÑивен домейн %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Ðе е оÑкÑÐ¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½Ð°"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "неоÑакван вÑзел ÑеÑник"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -906,534 +922,535 @@ msgstr "гÑеÑка пÑи добавÑне на мÑежаÑа кÑм Ñ
еÑ-
msgid "dev missing from connection hash table"
msgstr "домейна липÑва Ð¾Ñ Ñ
еÑ-ÑаблиÑаÑа Ñ Ð²ÑÑзки"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "изÑоÑник на диÑковоÑо ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "изÑоÑник на диÑковоÑо ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° изÑоÑника на ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° изÑоÑника на ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° изÑоÑника на ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "Ñип на ÑелевоÑо ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° главноÑо ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "непознаÑа команда: '%s'"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Ñип на ÑелевоÑо ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "липÑва \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "липÑва \""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Ñип на ÑелевоÑо ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "не може да Ñе оÑÑÑеÑÑви вÑÑзка Ñ %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "не може да Ñе оÑÑÑеÑÑви вÑÑзка Ñ %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "непознаÑа маÑина %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "непознаÑа маÑина %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° ÑелÑа на ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "непознаÑа маÑина %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° главноÑо ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° име на домейн"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "невалиден ÑказаÑел за домейн в %s"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "неÑÑпеÑно полÑÑаване на UUID на мÑежаÑа"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "неоÑаквани данни '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "инÑеÑÑейÑно ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° главноÑо ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "непознаÑа маÑина %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "закаÑане на ново диÑково ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "закаÑане на мÑежов инÑеÑÑейÑ"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "инÑеÑÑейÑно ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "закаÑане на ново диÑково ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "закаÑане на ново диÑково ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "закаÑане на ново диÑково ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "закаÑане на ново диÑково ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "неÑÑпеÑен Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° Ñайл"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "неоÑакван mime Ñип"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "неоÑакван mime Ñип"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "неоÑакван вÑзел ÑеÑник"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "неоÑакван вÑзел ÑеÑник"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "неоÑакван вÑзел ÑеÑник"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "неоÑакван mime Ñип"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "неоÑакван mime Ñип"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "неоÑакван mime Ñип"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "неоÑакван вÑзел ÑеÑник"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "неоÑакван mime Ñип"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "неоÑакван mime Ñип"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "неоÑакван вÑзел ÑеÑник"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "неоÑакван mime Ñип"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "неоÑакван mime Ñип"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "неоÑакван mime Ñип"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "неоÑакван вÑзел ÑÑойноÑÑ"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "гÑеÑка пÑи Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "гÑеÑка пÑи Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "гÑеÑка пÑи Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "гÑеÑка пÑи Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "гÑеÑка пÑи Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "ÐеÑÑпеÑ
пÑи Ð¾Ð¿Ð¸Ñ Ð·Ð° ÑÑздаване на XML Ñайл"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "ÐеÑÑпеÑ
пÑи Ð¾Ð¿Ð¸Ñ Ð·Ð° ÑÑздаване на XML Ñайл"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "ÐеÑÑпеÑен Ð·Ð°Ð¿Ð¸Ñ Ð² поÑÑ %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "ÐеÑÑпеÑ
пÑи ÑÑздаване на мÑежа Ð¾Ñ %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "ÐеÑÑпеÑно запиÑване на домейн %s в %s"
@@ -1443,57 +1460,57 @@ msgstr "ÐеÑÑпеÑно запиÑване на домейн %s в %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "не може да Ñе оÑÑÑеÑÑви вÑÑзка Ñ %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "закаÑане на мÑежов инÑеÑÑейÑ"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Ðе може да Ñе пÑовеÑи наÑÑоÑÑÐ¸Ñ MemorySize"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "инÑоÑмаÑиÑÑа за домейна е невÑÑна, domid не е ÑиÑло"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "инÑоÑмаÑиÑÑа за домейна е невÑÑна, domid не е ÑиÑло"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1536,12 +1553,12 @@ msgstr "ÐÑеÑка пÑи ÑÑздаване на неакÑивен доме
msgid "failed to bind new root %s"
msgstr "Ðе може да бÑде намеÑена мÑежаÑа: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "ÐеÑÑпеÑ
пÑи Ð¾Ð¿Ð¸Ñ Ð·Ð° ÑÑздаване на XML Ñайл"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "ÐеÑÑпеÑно запиÑване на домейн %s в %s"
@@ -1714,23 +1731,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "id или uuid на домейн"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "име на неакÑÐ¸Ð²Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "пÑемаÑ
ване деÑиниÑиÑÑа на неакÑивен домейн"
@@ -1785,7 +1802,7 @@ msgstr "невалиден ÑказаÑел за домейн в"
msgid "failed to kill pid %d"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
@@ -1820,225 +1837,235 @@ msgstr "име на домейна"
msgid "no domain with id %d"
msgstr "ÑпиÑÑк домейни на вÑзела"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "непознаÑа маÑина %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "ÐеÑÑпеÑно ÑÑбÑждане на домейн %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð² %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "невалиден MAC адÑеÑ: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "гÑеÑка пÑи Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "домейна %s веÑе ÑÑÑеÑÑвÑва"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "ÐеÑÑпеÑно ÑÑаÑÑиÑане на мÑежа %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "ÑвÑÑÑи памеÑÑа"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "ÐеÑÑпеÑ
пÑи ÑÑздаване на мÑежа Ð¾Ñ %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "ÐеÑÑпеÑно запиÑване на домейн %s в %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "ÐеÑÑпеÑно запиÑване на домейн %s в %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "ÐеÑÑпеÑно запиÑване на домейн %s в %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "ÐеÑÑпеÑно запиÑване на домейн %s в %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "ÐеÑÑпеÑно запиÑване на домейн %s в %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "ÐеÑÑпеÑно запиÑване на домейн %s в %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "ÐеÑÑпеÑно запиÑване на домейн %s в %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "ÐеÑÑпеÑно запиÑване на домейн %s в %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "ÐеÑÑпеÑно запиÑване на домейн %s в %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "ÐеÑÑпеÑно запиÑване на домейн %s в %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Ðомейна веÑе е акÑивен"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "гÑеÑка пÑи Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "гÑеÑка пÑи оÑваÑÑне на конÑигÑÑаÑионен Ñайл %s за ÑеÑене"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "неÑÑпеÑно полÑÑаване на мÑежа '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "ÐÑежаÑа вÑе оÑе ÑабоÑи"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "инÑоÑмаÑÐ¸Ñ Ð·Ð° мÑежа в XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "ÐÑежа %s бе ÑÑаÑÑиÑана\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "ÐеÑÑпеÑ
пÑи ÑÑздаване на мÑежа Ð¾Ñ %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "ÐеÑÑпеÑно запиÑване на домейн %s в %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
@@ -2048,7 +2075,267 @@ msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Ñип на ÑелевоÑо ÑÑÑÑойÑÑво"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "Ñип на инÑеÑÑейÑа на мÑежаÑа"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "невалиден мÑежов ÑказаÑел за вÑÑзка в %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "невалиден мÑежов ÑказаÑел за вÑÑзка в %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "невалиден ÑказаÑел за домейн в %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "невалиден ÑказаÑел за домейн в %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "невалиден ÑказаÑел за вÑÑзка в %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° главноÑо ÑÑÑÑойÑÑво"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
@@ -2208,7 +2495,7 @@ msgstr ""
msgid "Could not read container config"
msgstr "не може да Ñе оÑÑÑеÑÑви вÑÑзка Ñ %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
@@ -2222,6 +2509,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "не може да Ñе оÑÑÑеÑÑви вÑÑзка Ñ %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "неÑÑпеÑно ÑеÑене Ð¾Ñ xen демона"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "гÑеÑка пÑи опеÑаÑиÑ: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "ÐеÑÑпеÑно пÑикаÑане на ÑÑÑÑойÑÑво Ð¾Ñ %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "ÐеÑÑпеÑно закаÑане кÑм Ñ
ипеÑвайзоÑ"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "ÐеÑÑпеÑно пÑикаÑане на ÑÑÑÑойÑÑво Ð¾Ñ %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "ÐеÑÑпеÑ
пÑи ÑÑздаване на домейн Ð¾Ñ %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Ðе може да бÑде намеÑена мÑежаÑа: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "ÐеÑÑпеÑ
пÑи ÑÑздаване на домейн Ð¾Ñ %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2266,708 +2618,780 @@ msgstr "ÐомÑникаÑионна гÑеÑка Ñ Ð¿ÑокÑиÑо: повÑ
msgid "got asynchronous packet number %d\n"
msgstr "полÑÑен аÑинÑ
Ñонен Ð¿Ð°ÐºÐµÑ Ð½Ð¾Ð¼ÐµÑ %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "Ðе е оÑкÑиÑа мÑежаÑа"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "ÐÑежа %s бе ÑÑаÑÑиÑана\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "ÐеÑÑпеÑно извлиÑане ÑÑÑÑоÑниеÑо на инÑеÑÑÐµÐ¹Ñ %s %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "Ñази ÑÑнкÑÐ¸Ñ Ð½Ðµ Ñе поддÑÑжа Ð¾Ñ Ñ
ипеÑвайзоÑа"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "неоÑаквани данни '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "неоÑаквани данни '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "невалиден ÑказаÑел за домейн в %s"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "ÑпиÑÑк домейни на вÑзела"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "неÑÑпеÑ
пÑи Ð·Ð°Ð¿Ð¸Ñ Ð² дневника"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "неÑÑпеÑ
пÑи Ð·Ð°Ð¿Ð¸Ñ Ð² дневника"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "неÑÑпеÑ
пÑи Ð·Ð°Ð¿Ð¸Ñ Ð² дневника"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "ÐеÑÑпеÑно заÑваÑÑне на поÑÑ %d\n"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "ÐеÑÑпеÑно извлиÑане ÑÑÑÑоÑниеÑо на блоковеÑе %s %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "ÐеÑÑпеÑ
пÑи ÑÑздаване на домейн Ð¾Ñ %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "ÐеÑÑпеÑно запиÑване на домейн %s в %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "ÐеÑÑпеÑ
пÑи ÑÑздаване на мÑежа Ð¾Ñ %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "Ðе може да Ñе пÑовеÑи наÑÑоÑÑÐ¸Ñ MemorySize"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "ÑвÑÑÑи памеÑÑа"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "ÐеÑÑпеÑно заÑваÑÑне на поÑÑ %d\n"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "ÐеÑÑпеÑно заÑваÑÑне на поÑÑ %d\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "неÑÑпеÑно полÑÑаване на домейн '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "гÑеÑка пÑи опеÑаÑиÑÑа"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "Ðе може да Ñе пÑовеÑи наÑÑоÑÑÐ¸Ñ MemorySize"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Ðомейна веÑе е акÑивен"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "неÑÑпеÑ
пÑи Ð·Ð°Ð¿Ð¸Ñ Ð² дневника"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "неÑÑпеÑ
пÑи Ð·Ð°Ð¿Ð¸Ñ Ð² дневника"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "неÑÑпеÑ
пÑи Ð·Ð°Ð¿Ð¸Ñ Ð² дневника"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Ðомейн %s Ñе изклÑÑва\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "ÐеÑÑпеÑно заÑваÑÑне на поÑÑ %d\n"
+msgid "Failed to remove domain status for %s"
+msgstr "ÐеÑÑпеÑ
пÑи ÑÑздаване на домейн Ð¾Ñ %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Ðолзвана памеÑ:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "неÑÑпеÑно полÑÑаване на имеÑо на маÑинаÑа"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "домейна %s веÑе ÑÑÑеÑÑвÑва"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "домейна %s веÑе ÑÑÑеÑÑвÑва"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "ÐомейнÑÑ Ðµ вÑе оÑе акÑивен"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "гÑеÑка пÑи опеÑаÑиÑÑа"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "гÑеÑка пÑи опеÑаÑиÑÑа"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "име на неакÑÐ¸Ð²Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "неÑÑпеÑно полÑÑаване на UUID на домейна"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "ÐеÑÑпеÑ
пÑи Ð¾Ð¿Ð¸Ñ Ð·Ð° ÑÑздаване на XML Ñайл"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "неÑÑпеÑ
пÑи Ð·Ð°Ð¿Ð¸Ñ Ð² дневника"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "неÑÑпеÑ
пÑи Ð·Ð°Ð¿Ð¸Ñ Ð² дневника"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "ÐеÑÑпеÑно заÑваÑÑне на поÑÑ %d\n"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "ÑвÑÑÑи памеÑÑа"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "гÑеÑка пÑи опеÑаÑиÑÑа"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "ÐÑемаÑ
ване деÑиниÑиÑÑа на неакÑивен домейн."
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "пÑемаÑ
ване деÑиниÑиÑÑа на неакÑивен домейн"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Ñип на ÑелевоÑо ÑÑÑÑойÑÑво"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "ÑпиÑÑк домейни на вÑзела"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "Ðе може да Ñе пÑовеÑи наÑÑоÑÑÐ¸Ñ MemorySize"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "ÑпиÑÑк домейни на вÑзела"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "неÑÑпеÑно ÑеÑене Ð¾Ñ xen демона"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "ÐеÑÑпеÑ
пÑи Ð¾Ð¿Ð¸Ñ Ð·Ð° ÑÑздаване на XML Ñайл"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "ÐеÑÑпеÑ
пÑи Ð¾Ð¿Ð¸Ñ Ð·Ð° ÑÑздаване на XML Ñайл"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Ðомейна веÑе е акÑивен"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "неÑÑпеÑно полÑÑаване на UUID на мÑежаÑа"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "ÐеÑÑпеÑно ÑÑаÑÑиÑане на домейн %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "ÐеÑÑпеÑно ÑÑбÑждане на домейн %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "не може да Ñе оÑÑÑеÑÑви вÑÑзка Ñ %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "неÑÑпеÑ
пÑи Ð·Ð°Ð¿Ð¸Ñ Ð² дневника"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "домейна %s веÑе ÑÑÑеÑÑвÑва"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "заÑеждане на Ñайл Ñ Ð´ÐµÑиниÑии на маÑини"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "закаÑане на ново диÑково ÑÑÑÑойÑÑво"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "заÑеждане на Ñайл Ñ Ð´ÐµÑиниÑии на маÑини"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "пÑемаÑ
ване деÑиниÑиÑÑа на неакÑивен домейн"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "Ðе е оÑкÑÐ¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½Ð°"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "неÑÑпеÑно полÑÑаване на инÑоÑмаÑÐ¸Ñ Ð·Ð° вÑзела"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "ÐеÑÑпеÑно оÑкаÑане на ÑÑÑÑойÑÑво Ð¾Ñ %s"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "пÑемаÑ
ване деÑиниÑиÑÑа на неакÑивен домейн"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "авÑомаÑиÑно ÑÑаÑÑиÑане на домейн"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "ÐеÑÑпеÑ
пÑи ÑÑздаване на мÑежа Ð¾Ñ %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "ÐеÑÑпеÑно запиÑване на домейн %s в %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð² %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Ðе е оÑкÑÐ¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½Ð°: %s"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "гÑеÑка пÑи ÑеÑене на конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "гÑеÑка пÑи опеÑаÑиÑ: %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "неÑÑпеÑ
пÑи Ð·Ð°Ð¿Ð¸Ñ Ð² дневника"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "ÑпиÑÑк домейни на вÑзела"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "неÑÑпеÑно полÑÑаване на UUID на домейна"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "ÐеÑÑпеÑно ÑÑаÑÑиÑане на домейн %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "гÑеÑка пÑи опеÑаÑиÑ: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "ÐеÑÑпеÑно ÑÑбÑждане на домейн %s"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -2978,510 +3402,591 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "не може да Ñе оÑÑÑеÑÑви вÑÑзка Ñ %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "ÐеÑÑпеÑно ÑеÑене Ð¾Ñ Ð¿Ð¾ÑÑ %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "ÐеÑÑпеÑно ÑеÑене Ð¾Ñ Ð¿Ð¾ÑÑ %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "ÐеÑÑпеÑно ÑеÑене Ð¾Ñ Ð¿Ð¾ÑÑ %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "ÐеÑÑпеÑно заÑваÑÑне на поÑÑ %d\n"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "неÑÑпеÑно полÑÑаване на УРÐ"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
#, fuzzy
msgid "Error allocating callbacks list"
msgstr "ÐÑеÑка пÑи заделÑне на памеÑ: %s"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "заделÑне на домейн"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "неÑÑпеÑно заделÑне на вÑзел"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "Ðе може да Ñе пÑовеÑи наÑÑоÑÑÐ¸Ñ MemorySize"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Ðе може да Ñе пÑовеÑи наÑÑоÑÑÐ¸Ñ MemorySize"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "Ðевалидна ÑÑойноÑÑ %d за ÑазмеÑа на памеÑÑа"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "гÑеÑка пÑи Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл: %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "ÑвÑÑде много домейни"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "ÑвÑÑде много домейни"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "пÑомÑна заделÑнеÑо на памеÑ"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "ÑвÑÑде много мÑежи"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "ÑегиÑÑÑиÑани Ñа ÑвÑÑде много ÑÑÑÑойÑÑва"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "ÑегиÑÑÑиÑани Ñа ÑвÑÑде много ÑÑÑÑойÑÑва"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "ÑегиÑÑÑиÑани Ñа ÑвÑÑде много ÑÑÑÑойÑÑва"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "ÑегиÑÑÑиÑани Ñа ÑвÑÑде много ÑÑÑÑойÑÑва"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "ÑегиÑÑÑиÑани Ñа ÑвÑÑде много ÑÑÑÑойÑÑва"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "ÑегиÑÑÑиÑани Ñа ÑвÑÑде много ÑÑÑÑойÑÑва"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "ÑегиÑÑÑиÑани Ñа ÑвÑÑде много ÑÑÑÑойÑÑва"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "гÑеÑка пÑи опеÑаÑиÑ: %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "гÑеÑка пÑи опеÑаÑиÑÑа"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "неÑÑпеÑно ÑеÑиализиÑане на S-Expr: %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "ÐеÑÑпеÑно извлиÑане ÑÑÑÑоÑниеÑо на блоковеÑе %s %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "ÐеÑÑпеÑно извлиÑане ÑÑÑÑоÑниеÑо на инÑеÑÑÐµÐ¹Ñ %s %s"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "ÐÑеÑка пÑи ÑÑздаване на неакÑивен домейн %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "Ñази ÑÑнкÑÐ¸Ñ Ð½Ðµ Ñе поддÑÑжа Ð¾Ñ Ñ
ипеÑвайзоÑа"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "ÐеÑÑпеÑно ÑÑаÑÑиÑане на домейн %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "неÑÑпеÑен Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° Ñайл"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "ÐеÑÑпеÑно ÑÑаÑÑиÑане на домейн %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "ÐеÑÑпеÑно закаÑане кÑм Ñ
ипеÑвайзоÑ"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "ÑпиÑÑк домейни на вÑзела"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "ÐеÑÑпеÑно ÑеÑене Ð¾Ñ Ð¿Ð¾ÑÑ %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "вÑÑзка Ñамо за ÑеÑене"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "ÑпиÑÑк домейни на вÑзела"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "ÐеÑÑпеÑ
пÑи Ð¾Ð¿Ð¸Ñ Ð·Ð° ÑÑздаване на XML Ñайл"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "неÑÑпеÑно полÑÑаване на мÑежа '%s'"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð² %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "гÑеÑка пÑи опеÑаÑиÑÑа"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "ÐеÑÑпеÑно ÑÑаÑÑиÑане на домейн %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3512,45 +4017,45 @@ msgstr "гÑеÑка пÑи Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñ
msgid "cannot read beginning of file '%s'"
msgstr "гÑеÑка пÑи Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "невалиден MAC адÑеÑ: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "ÐеÑÑпеÑно ÑÑаÑÑиÑане на домейн %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "вÑÑÑеÑна гÑеÑка %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3664,7 +4169,7 @@ msgid "cannot extend file '%s'"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
@@ -3697,17 +4202,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
@@ -3818,11 +4323,7 @@ msgstr "Ñип на ÑелевоÑо ÑÑÑÑойÑÑво"
msgid "cannot remove PV device '%s'"
msgstr "Ñип на ÑелевоÑо ÑÑÑÑойÑÑво"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
@@ -3835,162 +4336,167 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "име на мÑежаÑа или uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° изÑоÑника на ÑÑÑÑойÑÑво %s"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "неоÑакван mime Ñип"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° главноÑо ÑÑÑÑойÑÑво"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "непознаÑа маÑина %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "непознаÑа маÑина %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° име на домейн"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "гÑеÑка пÑи Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "ÐеÑÑпеÑ
пÑи Ð¾Ð¿Ð¸Ñ Ð·Ð° ÑÑздаване на XML Ñайл"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "гÑеÑка пÑи Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "гÑеÑка пÑи Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "гÑеÑка пÑи Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "ÑинÑакÑиÑна гÑеÑка в конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3998,17 +4504,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4016,64 +4522,64 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Ðомейна веÑе е акÑивен"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Ðомейна веÑе е акÑивен"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
#, fuzzy
msgid "storage pool is not active"
msgstr "пÑÑÑ Ð´Ð¾ дневника на е Ñайл"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "вземане на вÑемеÑо"
@@ -4130,154 +4636,154 @@ msgstr "ÑпиÑÑк домейни на вÑзела"
msgid "resolving domain filename"
msgstr "оÑкÑиване имеÑо на Ñайла Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½Ð¸"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "ÑпиÑÑк домейни на вÑзела"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "оÑкÑиване на мÑежов Ñайл"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "ÑпиÑÑк домейни на вÑзела"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "оÑкÑиване имеÑо на Ñайла Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½Ð¸"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: задайÑе пÑÑ Ð¸Ð»Ð¸ ползвайÑе test:///default"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "домейна %s веÑе ÑÑÑеÑÑвÑва"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "ÐомейнÑÑ Ðµ вÑе оÑе акÑивен"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "неÑÑпеÑно заделÑне на вÑзел"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "Ð·Ð°Ð¿Ð¸Ñ ÑÑÑÑоÑниеÑо на домейн вÑв Ñайл"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "Ð·Ð°Ð¿Ð¸Ñ ÑÑÑÑоÑниеÑо на домейн вÑв Ñайл"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "ÑпиÑÑк домейни на вÑзела"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "неÑÑпеÑно ÑеÑене Ð¾Ñ xen демона"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "неоÑаквани данни '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "ЯдÑоÑо на домейн %s бе запиÑано в %s\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "неÑÑпеÑ
пÑи Ð·Ð°Ð¿Ð¸Ñ Ð² дневника"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "ЯдÑоÑо на домейн %s бе запиÑано в %s\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "ÐомейнÑÑ Ð²ÐµÑе е акÑивен"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "ÐомейнÑÑ Ðµ вÑе оÑе акÑивен"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "ÐÑежаÑа вÑе оÑе ÑабоÑи"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "ÐÑежаÑа веÑе ÑабоÑи"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Ðомейна веÑе е акÑивен"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4291,151 +4797,155 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "ÐеÑÑпеÑ
пÑи ÑÑздаване на мÑежа Ð¾Ñ %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "ÑвÑÑÑи памеÑÑа"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "ЦРпоÑÑове на вÑзела"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "ЦРпоÑÑове на вÑзела"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "непознаÑа команда: '%s'"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "непознаÑа команда: '%s'"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "не може да Ñе оÑÑÑеÑÑви вÑÑзка Ñ %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "ÐеÑÑпеÑен Ð·Ð°Ð¿Ð¸Ñ Ð² поÑÑ %d\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "не може да Ñе оÑÑÑеÑÑви вÑÑзка Ñ %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "име на неакÑÐ¸Ð²Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "Ñип на ÑелевоÑо ÑÑÑÑойÑÑво"
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "ÐеÑÑпеÑ
пÑи Ð¾Ð¿Ð¸Ñ Ð·Ð° ÑÑздаване на XML Ñайл"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "ÐеÑÑпеÑ
пÑи Ð¾Ð¿Ð¸Ñ Ð·Ð° ÑÑздаване на XML Ñайл"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "ЦРпоÑÑове на вÑзела"
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "гÑеÑка пÑи ÑÐ°Ð·Ð±Ð¾Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "гÑеÑка пÑи ÑÐ°Ð·Ð±Ð¾Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "ÐеÑÑпеÑно пÑемаÑ
ване деÑиниÑиÑÑа на домейн %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "не може да Ñе оÑÑÑеÑÑви вÑÑзка Ñ %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "гÑеÑка: "
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Ðе може да бÑде намеÑена мÑежаÑа: %s"
@@ -4445,20 +4955,25 @@ msgstr "Ðе може да бÑде намеÑена мÑежаÑа: %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "ÐепознаÑа"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "пеÑÐ°Ñ Ð½Ð° помоÑ"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr ""
"ÐеÑÐ°Ñ Ð½Ð° глобалнаÑа или ÑпеÑиÑиÑна за дадена команда помоÑна инÑоÑмаÑиÑ."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "име на команда"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4466,623 +4981,635 @@ msgstr ""
"Ðоманди:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "авÑомаÑиÑно ÑÑаÑÑиÑане на домейн"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "ÐаÑÑÑойване на домейна за авÑомаÑиÑно ÑÑаÑÑиÑане пÑи заÑеждане."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "име на домейн, id или uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "деакÑивиÑане на авÑоÑÑаÑÑиÑанеÑо"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "ÐеÑÑпеÑно маÑкиÑане на домейна %s каÑо авÑо-ÑÑаÑÑиÑÐ°Ñ Ñе"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "ÐеÑÑпеÑно ÑазмаÑкиÑане на домейна %s каÑо авÑо-ÑÑаÑÑиÑÐ°Ñ Ñе"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Ðомейна %s е маÑкиÑан каÑо авÑо-ÑÑаÑÑиÑÐ°Ñ Ñе\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Ðомейна %s е ÑазмаÑкиÑан каÑо авÑо-ÑÑаÑÑиÑÐ°Ñ Ñе\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(повÑоÑно) ÑвÑÑзване кÑм Ñ
ипеÑвайзоÑ"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"СвÑÑзване Ñ Ð»Ð¾ÐºÐ°Ð»ÐµÐ½ Ñ
ипеÑвайзоÑ. Това е вгÑаденаÑа команда Ñлед ÑÑаÑÑиÑане "
"на обвивкаÑа."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "УРРза вÑÑзка Ñ Ñ
ипеÑвайзоÑа"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "вÑÑзка Ñамо за ÑеÑене"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "ÐеÑÑпеÑно оÑкаÑане Ð¾Ñ Ñ
ипеÑвайзоÑ"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "ÐеÑÑпеÑно закаÑане кÑм Ñ
ипеÑвайзоÑ"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "закаÑане кÑм конзолаÑа за гоÑÑи"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "СвÑÑзване кÑм виÑÑÑалнаÑа ÑеÑийна конзола за гоÑÑа"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "ÐÑма доÑÑÑпна конзола за домейна\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "показване на домейниÑе"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "ÐÑÑÑа ÑпиÑÑк Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½Ð¸Ñе."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "показване на неакÑивниÑе домейни"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "ÑпиÑÑк на акÑивни и неакÑивни домейни"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "ÐÑеÑка пÑи извеждане на ÑпиÑÑк Ñ Ð°ÐºÑивниÑе домейни"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "ÐÑеÑка пÑи извеждане на ÑпиÑÑк Ñ Ð½ÐµÐ°ÐºÑивниÑе домейни"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Ðме"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "СÑÑÑоÑние"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "без ÑÑÑÑоÑние"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "ÑÑÑÑоÑние на домейна"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "ÐÑÑÑа инÑоÑмаÑÐ¸Ñ Ð·Ð° ÑабоÑÐµÑ Ð´Ð¾Ð¼ÐµÐ¹Ð½."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "извлиÑане ÑÑÑÑоÑниеÑо на блоковеÑе на ÑÑÑÑойÑÑво за домейн"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "извлиÑане ÑÑÑÑоÑниеÑо на блоковеÑе на ÑÑÑÑойÑÑво за ÑабоÑÐµÑ Ð´Ð¾Ð¼ÐµÐ¹Ð½."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "блоково ÑÑÑÑойÑÑво"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "ÐеÑÑпеÑно извлиÑане ÑÑÑÑоÑниеÑо на блоковеÑе %s %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "извлиÑане ÑÑÑÑоÑниеÑо на мÑежов инÑеÑÑÐµÐ¹Ñ Ð·Ð° домейн"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "ÐзвлиÑане ÑÑÑÑоÑниеÑо на мÑежов инÑеÑÑÐµÐ¹Ñ Ð·Ð° ÑабоÑÐµÑ Ð´Ð¾Ð¼ÐµÐ¹Ð½."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "инÑеÑÑейÑно ÑÑÑÑойÑÑво"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "ÐеÑÑпеÑно извлиÑане ÑÑÑÑоÑниеÑо на инÑеÑÑÐµÐ¹Ñ %s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "пÑиÑпиване на домейн"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "ÐÑиÑпива ÑабоÑÐµÑ Ð´Ð¾Ð¼ÐµÐ¹Ð½."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Ðомейна %s пÑиÑпан\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "ÐеÑÑпеÑно пÑиÑпиване на домейн %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "ÑÑздаване на домейн Ð¾Ñ XML Ñайл"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "СÑздаване на домейн."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "ÑÑдÑÑÐ¶Ð°Ñ XML опиÑание на домейн Ñайл"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Ðомейн %s бе ÑÑздаден Ð¾Ñ %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "ÐеÑÑпеÑ
пÑи ÑÑздаване на домейн Ð¾Ñ %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "деÑиниÑане (но не и ÑÑаÑÑиÑане) на домейн Ð¾Ñ XML Ñайл"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "ÐеÑиниÑане на домейн."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Ðомейн %s деÑиниÑан Ð¾Ñ %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "ÐеÑÑпеÑно деÑиниÑане на домейн Ð¾Ñ %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "пÑемаÑ
ване деÑиниÑиÑÑа на неакÑивен домейн"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "ÐÑемаÑ
ване деÑиниÑиÑÑа на неакÑивен домейн."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "име на домейн или uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "ÐеÑиниÑиÑÑа на домейн %s бе пÑемаÑ
наÑа\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "ÐеÑÑпеÑно пÑемаÑ
ване деÑиниÑиÑÑа на домейн %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "ÑÑаÑÑиÑане на (пÑедваÑиÑелно деÑиниÑан) неакÑивен домейн"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "СÑаÑÑиÑане на домейн."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "име на неакÑÐ¸Ð²Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Ðомейна веÑе е акÑивен"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Ðомейна %s бе ÑÑаÑÑиÑан\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "ÐеÑÑпеÑно ÑÑаÑÑиÑане на домейн %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "Ð·Ð°Ð¿Ð¸Ñ ÑÑÑÑоÑниеÑо на домейн вÑв Ñайл"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "ÐÐ°Ð¿Ð¸Ñ Ð½Ð° ÑабоÑÐµÑ Ð´Ð¾Ð¼ÐµÐ¹Ð½."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "кÑде да Ñе запиÑÐ°Ñ Ð´Ð°Ð½Ð½Ð¸Ñе"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Ðомейн %s бе запиÑан в %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "ÐеÑÑпеÑно запиÑване на домейн %s в %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "пÑеглед/задаване паÑамеÑÑÑе на ÑазпÑеделиÑелÑ"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "ÐÑеглед/Ðадаване паÑамеÑÑÑе на ÑазпÑеделиÑелÑ."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "Ñегло за XEN_CREDIT"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "гÑаниÑа за XEN_CREDIT"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
#, fuzzy
msgid "Invalid value of weight"
msgstr "Ðевалидна ÑÑойноÑÑ %d за ÑазмеÑа на памеÑÑа"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
#, fuzzy
msgid "Invalid value of cap"
msgstr "Ðевалидна ÑÑойноÑÑ %d за ÑазмеÑа на памеÑÑа"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "Ðевалидна ÑÑойноÑÑ %d за ÑазмеÑа на памеÑÑа"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "РазпÑеделиÑел"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "ÐепознаÑа"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "вÑзÑÑановÑване на домейн кÑм запазено вÑв Ñайл ÑÑÑÑоÑние"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "ÐÑзÑÑановÑване на домейн."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "ÑÑÑÑоÑние за вÑзÑÑановÑване"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Ðомейна бе вÑзÑÑановен Ð¾Ñ %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "ÐеÑÑпеÑ
пÑи вÑзÑÑановÑване на домейн Ð¾Ñ %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "Ð·Ð°Ð¿Ð¸Ñ ÑдÑоÑо на домейн вÑв Ñайл за анализ"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "ÐÐ°Ð¿Ð¸Ñ ÑдÑоÑо на домейн."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "кÑде да Ñе запиÑе ÑдÑоÑо"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "ЯдÑоÑо на домейн %s бе запиÑано в %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "ÐеÑÑпеÑен Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° ÑдÑоÑо на домейн %s в %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "ÑÑбÑждане на домейн"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "СÑбÑждане на пÑеди Ñова пÑиÑпан домейн."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Ðомейн %s бе ÑÑбÑден\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "ÐеÑÑпеÑно ÑÑбÑждане на домейн %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "внимаÑелно изклÑÑване на домейн"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "ÐзпÑлнение на команда за изклÑÑване в избÑÐ°Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½Ð°."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Ðомейн %s Ñе изклÑÑва\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "ÐеÑÑпеÑно изклÑÑване на домейн %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "ÑеÑÑаÑÑиÑане на домейн"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "ÐзпÑлнение на команда за ÑеÑÑаÑÑиÑане в избÑÐ°Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Ðомейн %s Ñе ÑеÑÑаÑÑиÑа\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "ÐеÑÑпеÑно ÑеÑÑаÑÑиÑане на домейн %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "ÑниÑожаване на домейн"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "УниÑожаване на даден домейн."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Ðомейна %s бе ÑниÑожен\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "ÐеÑÑпеÑно ÑниÑожаване на домейн %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "инÑоÑмаÑÐ¸Ñ Ð·Ð° домейн"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "ÐÑÑÑа оÑновна инÑоÑмаÑÐ¸Ñ Ð·Ð° домейна."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Ðме:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "Тип ÐС:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "СÑÑÑоÑние:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "ÐÑоÑеÑоÑи:"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "ÐÑоÑеÑоÑно вÑеме:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "ÐакÑимална памеÑ:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "без лимиÑ"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Ðолзвана памеÑ:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "ÐвÑоÑÑаÑÑиÑане"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Ðолзвана памеÑ:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA клеÑки:"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "инÑоÑмаÑÐ¸Ñ Ð·Ð° ÐЦРна домейна"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr ""
"ÐÑÑÑа оÑновна инÑоÑмаÑÐ¸Ñ Ð·Ð° виÑÑÑалниÑе ÑенÑÑални пÑоÑеÑоÑи на домейна."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "ÐЦÐ:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "ЦÐ:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "ÐÑиниÑÐµÑ Ð½Ð° ЦÐ:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "Ðомейна е изклÑÑен, нÑма виÑÑÑални ЦÐ."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "конÑÑол аÑиниÑеÑа на ÐЦРна домейна"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "ÐгÑаниÑаване виÑÑÑалниÑе ÑенÑÑални пÑоÑеÑоÑи кÑм ÑизиÑеÑки Ñакива."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "Ð½Ð¾Ð¼ÐµÑ Ð½Ð° ÐЦÐ"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "номеÑа на ÑизиÑеÑки пÑоÑеÑоÑи (Ñазделени ÑÑÑ Ð·Ð°Ð¿ÐµÑаи)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "неÑÑпеÑно полÑÑаване на инÑоÑмаÑÐ¸Ñ Ð·Ð° вÑзела"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: Ðевалиден ÑоÑмаÑ. ÐÑазен низ."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
"cpulist: %s: Ðевалиден ÑоÑмаÑ. Ðа позиÑÐ¸Ñ %d Ñе оÑаква ÑиÑÑа (близо до '%c')."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5091,1404 +5618,1462 @@ msgstr ""
"cpulist: %s: Ðевалиден ÑоÑмаÑ. Ðа позиÑÐ¸Ñ %d Ñе оÑаква ÑиÑÑа или запеÑÐ°Ñ "
"(близо до '%c')."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: Ðевалиден ÑоÑмаÑ. Ðа позиÑÐ¸Ñ %d Ñе завÑÑÑва ÑÑÑ Ð·Ð°Ð¿ÐµÑаÑ."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "ФизиÑеÑÐºÐ¸Ñ Ð¿ÑоÑеÑÐ¾Ñ %d не ÑÑÑеÑÑвÑва."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "пÑомÑна бÑÐ¾Ñ Ð²Ð¸ÑÑÑални ЦÐ"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr ""
"ÐÑомÑна бÑÐ¾Ñ Ð½Ð° виÑÑÑалниÑе ÑенÑÑални пÑоÑеÑоÑи акÑивни в домейна гоÑÑ."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "бÑой виÑÑÑални ЦÐ"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "Ðевалиден бÑой виÑÑÑални ЦÐ."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "ТвÑÑде много виÑÑÑални ЦÐ."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "пÑомÑна заделÑнеÑо на памеÑ"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "ÐÑомÑна на ÑекÑÑоÑо заделÑне на Ð¿Ð°Ð¼ÐµÑ Ð² домейна гоÑÑ."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "килобайÑа памеÑ"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "Ðевалидна ÑÑойноÑÑ %d за ÑазмеÑа на памеÑÑа"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "Ðе може да Ñе пÑовеÑи MaxMemorySize"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "пÑомÑна гоÑнаÑа гÑаниÑа на памеÑÑа"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "ÐÑомÑна на макÑÐ¸Ð¼Ð°Ð»Ð½Ð¸Ñ Ð¾Ð±ÐµÐ¼ заделена Ð¿Ð°Ð¼ÐµÑ Ð·Ð° домейна гоÑÑ."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "макÑимално Ð¿Ð°Ð¼ÐµÑ Ð² килобайÑове"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "Ðе може да Ñе пÑовеÑи наÑÑоÑÑÐ¸Ñ MemorySize"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "Ðе може да Ñе Ñвие ÑекÑÑÐ¸Ñ MemorySize"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "Ðе може да Ñе пÑомени MaxMemorySize"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "инÑоÑмаÑÐ¸Ñ Ð·Ð° вÑзела"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "ÐÑÑÑа оÑновна инÑоÑмаÑÐ¸Ñ Ð·Ð° вÑзела."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "неÑÑпеÑно полÑÑаване на инÑоÑмаÑÐ¸Ñ Ð·Ð° вÑзела"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "ЦРмодел:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "ЦРÑеÑÑоÑа:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "ЦРпоÑÑ(ове):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "ЯдÑа на поÑÑ:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "ÐиÑки на ÑдÑо:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA клеÑки:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Ðбем на памеÑÑа:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "вÑзможноÑÑи"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "ÐÑÑÑа вÑзможноÑÑиÑе на Ñ
ипеÑвизоÑ/дÑайвеÑ."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "неÑÑпеÑно полÑÑаване на вÑзможноÑÑиÑе"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "инÑоÑмаÑÐ¸Ñ Ð·Ð° домейн в XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "ÐÐ°Ð¿Ð¸Ñ Ð½Ð° инÑоÑмаÑиÑÑа за домейна каÑо XML на ÑÑандаÑÑÐ½Ð¸Ñ Ð¸Ð·Ñ
од."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "показване на неакÑивниÑе домейни"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "конвеÑÑиÑане на id или UUID на домейн до име"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "id или uuid на домейн"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "конвеÑÑиÑане на име или UUID на домейн до id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "конвеÑÑиÑане на име или id на домейн до UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "id или име на домейн"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "неÑÑпеÑно полÑÑаване на UUID на домейна"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "мигÑиÑане на домейна на дÑÑга маÑина"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
"MигÑиÑане на домейна на дÑÑга маÑина. ÐобавеÑе --live за мигÑиÑане по вÑеме "
"на ÑабоÑа."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "мигÑиÑане по вÑеме на ÑабоÑа"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "УРРза вÑÑзка Ñ Ð¼Ð°ÑинаÑа"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "УРРна мигÑаÑиÑ, обикновено може да Ñе пÑопÑÑне"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "migrate: ÐипÑва УРРÑел"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "авÑомаÑиÑно ÑÑаÑÑиÑане на мÑежа"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "ÐаÑÑÑойване на мÑежаÑа за авÑомаÑиÑно ÑÑаÑÑиÑане пÑи заÑеждане."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "име на мÑежаÑа или uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "ÐеÑÑпеÑно маÑкиÑане на мÑежаÑа %s каÑо авÑо-ÑÑаÑÑиÑана"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "ÐеÑÑпеÑно ÑазмаÑкиÑане на мÑежаÑа %s каÑо авÑо-ÑÑаÑÑиÑана"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "ÐÑежа %s e маÑкиÑана каÑо авÑо-ÑÑаÑÑиÑана\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "ÐÑежа %s e ÑазмаÑкиÑана каÑо авÑо-ÑÑаÑÑиÑана\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "ÑÑздаване на мÑежа Ð¾Ñ XML Ñайл"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "СÑздаване на мÑежа."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "Ñайл, ÑÑдÑÑÐ¶Ð°Ñ XML опиÑание на мÑежаÑа"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "ÐÑежа %s бе ÑÑздадена Ð¾Ñ %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "ÐеÑÑпеÑ
пÑи ÑÑздаване на мÑежа Ð¾Ñ %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "деÑиниÑане (но не и ÑÑаÑÑиÑане) на мÑежа Ð¾Ñ XML Ñайл"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "ÐеÑиниÑане на мÑежа."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "ÐÑежа %s деÑиниÑана Ð¾Ñ %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "ÐеÑÑпеÑно деÑиниÑане на мÑежа Ð¾Ñ %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "ÑниÑожаване на мÑежа"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "УниÑожаване на дадена мÑежа."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "име на мÑежа, id или uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "ÐÑежаÑа %s бе ÑниÑожена\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "ÐеÑÑпеÑно ÑниÑожаване на мÑежа %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "инÑоÑмаÑÐ¸Ñ Ð·Ð° мÑежа в XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "ÐÐ°Ð¿Ð¸Ñ Ð½Ð° инÑоÑмаÑиÑÑа за мÑежаÑа каÑо XML на ÑÑандаÑÑÐ½Ð¸Ñ Ð¸Ð·Ñ
од."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "ÑпиÑÑк Ñ Ð¼ÑежиÑе"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "ÐÑÑÑа ÑпиÑÑк Ñ Ð¼ÑежиÑе."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "показване на неакÑивниÑе мÑежи"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "ÑпиÑÑк на акÑивни и неакÑивни мÑежи"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "ÐÑеÑка пÑи извеждане на ÑпиÑÑк Ñ Ð°ÐºÑивниÑе мÑежи"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "ÐÑеÑка пÑи извеждане на ÑпиÑÑк Ñ Ð½ÐµÐ°ÐºÑивниÑе мÑежи"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "ÐвÑоÑÑаÑÑиÑане"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "без авÑоÑÑаÑÑиÑане"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "акÑивноÑÑ"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "неакÑивноÑÑ"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "конвеÑÑиÑане на UUID на мÑежа до име на мÑежа"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "uuid на мÑежа"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "ÑÑаÑÑиÑане на (пÑедваÑиÑелно деÑиниÑана) неакÑивена мÑежа"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "СÑаÑÑиÑане на мÑежа."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "име на неакÑивнаÑа мÑежа"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "ÐÑежа %s бе ÑÑаÑÑиÑана\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "ÐеÑÑпеÑно ÑÑаÑÑиÑане на мÑежа %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "пÑемаÑ
ване деÑиниÑиÑÑа на неакÑивна мÑежа"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "ÐÑемаÑ
ване деÑиниÑиÑÑа на неакÑивна мÑежа."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "ÐеÑиниÑиÑÑа на мÑежа %s бе пÑемаÑ
наÑа\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "ÐеÑÑпеÑно пÑемаÑ
ване деÑиниÑиÑÑа на мÑежа %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "конвеÑÑиÑане на име на мÑежа до UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "име на мÑежа"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "неÑÑпеÑно полÑÑаване на UUID на мÑежаÑа"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "авÑомаÑиÑно ÑÑаÑÑиÑане на домейн"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
#, fuzzy
msgid "Configure a pool to be automatically started at boot."
msgstr "ÐаÑÑÑойване на домейна за авÑомаÑиÑно ÑÑаÑÑиÑане пÑи заÑеждане."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "име на домейн или uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "ÐеÑÑпеÑно маÑкиÑане на мÑежаÑа %s каÑо авÑо-ÑÑаÑÑиÑана"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "ÐеÑÑпеÑно ÑазмаÑкиÑане на мÑежаÑа %s каÑо авÑо-ÑÑаÑÑиÑана"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Ðомейна %s е маÑкиÑан каÑо авÑо-ÑÑаÑÑиÑÐ°Ñ Ñе\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Ðомейна %s е ÑазмаÑкиÑан каÑо авÑо-ÑÑаÑÑиÑÐ°Ñ Ñе\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "ÑÑздаване на домейн Ð¾Ñ XML Ñайл"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "СÑздаване на домейн."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "ÑÑдÑÑÐ¶Ð°Ñ XML опиÑание на домейн Ñайл"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Ðомейн %s бе ÑÑздаден Ð¾Ñ %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "ÐеÑÑпеÑ
пÑи ÑÑздаване на домейн Ð¾Ñ %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "име на неакÑÐ¸Ð²Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "неÑÑпеÑно заделÑне на бÑÑеÑ"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "ÑÑздаване на домейн Ð¾Ñ XML Ñайл"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Ðомейн %s бе ÑÑздаден Ð¾Ñ %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "ÐеÑÑпеÑ
пÑи ÑÑздаване на домейн Ð¾Ñ %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "деÑиниÑане (но не и ÑÑаÑÑиÑане) на домейн Ð¾Ñ XML Ñайл"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "ÐеÑиниÑане на домейн."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Ðомейн %s деÑиниÑан Ð¾Ñ %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "ÐеÑÑпеÑно деÑиниÑане на домейн Ð¾Ñ %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Ðомейн %s деÑиниÑан Ð¾Ñ %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "ÐеÑÑпеÑно пÑемаÑ
ване деÑиниÑиÑÑа на домейн %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Ðомейна %s бе ÑниÑожен\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "ÐеÑÑпеÑно пÑиÑпиване на домейн %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "ÑниÑожаване на домейн"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "УниÑожаване на даден домейн."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Ðомейна %s бе ÑниÑожен\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "ÐеÑÑпеÑно ÑниÑожаване на домейн %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "УниÑожаване на даден домейн."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Ðомейна %s бе ÑниÑожен\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "ÐеÑÑпеÑно ÑниÑожаване на домейн %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Ðомейн %s бе ÑÑбÑден\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "ÐеÑÑпеÑно ÑÑбÑждане на домейн %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "инÑоÑмаÑÐ¸Ñ Ð·Ð° домейн в XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "ÐÐ°Ð¿Ð¸Ñ Ð½Ð° инÑоÑмаÑиÑÑа за домейна каÑо XML на ÑÑандаÑÑÐ½Ð¸Ñ Ð¸Ð·Ñ
од."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "показване на домейниÑе"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "ÐÑÑÑа ÑпиÑÑк Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½Ð¸Ñе."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "показване на неакÑивниÑе домейни"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "ÑпиÑÑк на акÑивни и неакÑивни домейни"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "ÐÑеÑка пÑи извеждане на ÑпиÑÑк Ñ Ð°ÐºÑивниÑе домейни"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "ÐÑеÑка пÑи извеждане на ÑпиÑÑк Ñ Ð½ÐµÐ°ÐºÑивниÑе домейни"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "ÑвÑÑÑи памеÑÑа"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "ÐеÑÑпеÑно запиÑване на домейн %s в %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "инÑоÑмаÑÐ¸Ñ Ð·Ð° вÑзела"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "ÐÑÑÑа оÑновна инÑоÑмаÑÐ¸Ñ Ð·Ð° вÑзела."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "ÑабоÑи"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "заделÑне на домейн"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "конвеÑÑиÑане на UUID на мÑежа до име на мÑежа"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "uuid на домейна"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "ÑÑаÑÑиÑане на (пÑедваÑиÑелно деÑиниÑан) неакÑивен домейн"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "СÑаÑÑиÑане на домейн."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "име на неакÑÐ¸Ð²Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Ðомейна %s бе ÑÑаÑÑиÑан\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "ÐеÑÑпеÑно ÑÑаÑÑиÑане на домейн %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "ÑÑздаване на домейн Ð¾Ñ XML Ñайл"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "СÑздаване на домейн."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "име на домейна"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "име на неакÑÐ¸Ð²Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Ðомейн %s бе ÑÑздаден Ð¾Ñ %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "ÐеÑÑпеÑ
пÑи Ð¾Ð¿Ð¸Ñ Ð·Ð° ÑÑздаване на XML Ñайл"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "пÑемаÑ
ване деÑиниÑиÑÑа на неакÑивен домейн"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "ÐÑемаÑ
ване деÑиниÑиÑÑа на неакÑивен домейн."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "ÐеÑиниÑиÑÑа на домейн %s бе пÑемаÑ
наÑа\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "ÐеÑÑпеÑно пÑемаÑ
ване деÑиниÑиÑÑа на домейн %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "конвеÑÑиÑане на име на мÑежа до UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "неÑÑпеÑно полÑÑаване на UUID на домейна"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "ÑÑздаване на домейн Ð¾Ñ XML Ñайл"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "ÑÑдÑÑÐ¶Ð°Ñ XML опиÑание на домейн Ñайл"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Ðомейн %s бе ÑÑздаден Ð¾Ñ %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "ÐеÑÑпеÑ
пÑи ÑÑздаване на домейн Ð¾Ñ %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "УниÑожаване на даден домейн."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Ðомейна %s бе ÑниÑожен\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "ÐеÑÑпеÑно ÑниÑожаване на домейн %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "инÑоÑмаÑÐ¸Ñ Ð·Ð° вÑзела"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "ÐÑÑÑа оÑновна инÑоÑмаÑÐ¸Ñ Ð·Ð° вÑзела."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "Тип ÐС:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "file"
msgstr "XML Ñайл"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "блокиÑан"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "инÑоÑмаÑÐ¸Ñ Ð·Ð° домейн в XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "ÐÐ°Ð¿Ð¸Ñ Ð½Ð° инÑоÑмаÑиÑÑа за домейна каÑо XML на ÑÑандаÑÑÐ½Ð¸Ñ Ð¸Ð·Ñ
од."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "показване на домейниÑе"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "ÐÑÑÑа ÑпиÑÑк Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½Ð¸Ñе."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "ÐÑеÑка пÑи извеждане на ÑпиÑÑк Ñ Ð°ÐºÑивниÑе домейни"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "конвеÑÑиÑане на UUID на мÑежа до име на мÑежа"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "конвеÑÑиÑане на UUID на мÑежа до име на мÑежа"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "uuid на домейна"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "конвеÑÑиÑане на UUID на мÑежа до име на мÑежа"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "показване на веÑÑиÑ"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Ðоказва инÑоÑмаÑиÑÑа за веÑÑÐ¸Ñ Ð½Ð° ÑиÑÑемаÑа."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "неÑÑпеÑно полÑÑаване Ñипа на Ñ
ипеÑвайзоÑа"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "ÐомпилиÑано за библиоÑека: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "неÑÑпеÑно полÑÑаване веÑÑиÑÑа на библиоÑекаÑа"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Ðолзва Ñе библиоÑека: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Ðолзва Ñе API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "неÑÑпеÑно полÑÑаване на веÑÑиÑÑа на Ñ
ипеÑвайзоÑа"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Ðе може да Ñе извлеÑе веÑÑиÑÑа на ÑабоÑеÑÐ¸Ñ %s Ñ
ипеÑвайзоÑ\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "РабоÑÐµÑ Ñ
ипеÑвайзоÑ: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "мигÑиÑане на домейна на дÑÑга маÑина"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "вÑзможноÑÑи"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "ÐеÑÑпеÑно закаÑане кÑм Ñ
ипеÑвайзоÑ"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "ÐÑеÑка пÑи извеждане на ÑпиÑÑк Ñ Ð½ÐµÐ°ÐºÑивниÑе домейни"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "ÐÐ°Ð¿Ð¸Ñ Ð½Ð° инÑоÑмаÑиÑÑа за мÑежаÑа каÑо XML на ÑÑандаÑÑÐ½Ð¸Ñ Ð¸Ð·Ñ
од."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "ÐакаÑане на ново диÑково ÑÑÑÑойÑÑво."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Ðомейна %s бе ÑниÑожен\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "ÐеÑÑпеÑно оÑкаÑане на ÑÑÑÑойÑÑво Ð¾Ñ %s"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "ÐакаÑане на ново диÑково ÑÑÑÑойÑÑво."
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "ÐеÑÑпеÑно пÑикаÑане на ÑÑÑÑойÑÑво Ð¾Ñ %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Ñел на диÑковоÑо ÑÑÑÑойÑÑво"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "извлиÑане ÑÑÑÑоÑниеÑо на блоковеÑе на ÑÑÑÑойÑÑво за ÑабоÑÐµÑ Ð´Ð¾Ð¼ÐµÐ¹Ð½."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Ðомейн %s бе ÑÑбÑден\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "ÐеÑÑпеÑно пÑикаÑане на ÑÑÑÑойÑÑво Ð¾Ñ %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "извеждане имеÑо на маÑинаÑа на Ñ
ипеÑвайзоÑа"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "неÑÑпеÑно полÑÑаване на имеÑо на маÑинаÑа"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "извеждане канониÑÐ½Ð¸Ñ Ð£Ð Ð Ð½Ð° Ñ
ипеÑвайзоÑа"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "неÑÑпеÑно полÑÑаване на УРÐ"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc диÑплей"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "Ðзвеждане на IP адÑÐµÑ Ð¸ Ð½Ð¾Ð¼ÐµÑ Ð½Ð° поÑÑ Ð·Ð° VNC диÑплеÑ."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty конзола"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "Ðзвеждане на ÑÑÑÑойÑÑвоÑо за TTY конзолаÑа."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "пÑикаÑане на ÑÑÑÑойÑÑво Ð¾Ñ XML Ñайл"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "ÐÑикаÑане на ÑÑÑÑойÑÑво Ð¾Ñ XML <Ñайл>."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML Ñайл"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "ÐеÑÑпеÑно пÑикаÑане на ÑÑÑÑойÑÑво Ð¾Ñ %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "оÑкаÑане на ÑÑÑÑойÑÑво Ð¾Ñ XML Ñайл"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "ÐÑкаÑане на ÑÑÑÑойÑÑво Ð¾Ñ XML <Ñайл>"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "ÐеÑÑпеÑно оÑкаÑане на ÑÑÑÑойÑÑво Ð¾Ñ %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "закаÑане на мÑежов инÑеÑÑейÑ"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "ÐакаÑане на нов мÑежов инÑеÑÑейÑ."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "Ñип на инÑеÑÑейÑа на мÑежаÑа"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "изÑоÑник на мÑÐµÐ¶Ð¾Ð²Ð¸Ñ Ð¸Ð½ÑеÑÑейÑ"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "име на ÑелеваÑа мÑежа"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "MAC адÑеÑ"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "ÑкÑипÑ, койÑо Ñе ползва за закаÑане на мÑÐµÐ¶Ð¾Ð²Ð¸Ñ Ð¸Ð½ÑеÑÑÐµÐ¹Ñ Ð² моÑÑ"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "ÐÑма поддÑÑжка за %s в командаÑа 'attach-interface'"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "ÑазкаÑане на мÑежов инÑеÑÑейÑ"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "РазкаÑане на мÑежов инÑеÑÑейÑ."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "ÐеÑÑпеÑно извлиÑане на инÑоÑмаÑÐ¸Ñ Ð·Ð° инÑеÑÑейÑа"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "ÐÑма намеÑени инÑеÑÑейÑи Ð¾Ñ Ñип %s"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "ÐÑма намеÑени инÑеÑÑейÑи Ñ MAC адÑÐµÑ %s"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "ÐеÑÑпеÑно заделÑне на памеÑ"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "ÐеÑÑпеÑ
пÑи Ð¾Ð¿Ð¸Ñ Ð·Ð° ÑÑздаване на XML Ñайл"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "закаÑане на ново диÑково ÑÑÑÑойÑÑво"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "ÐакаÑане на ново диÑково ÑÑÑÑойÑÑво."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "изÑоÑник на диÑковоÑо ÑÑÑÑойÑÑво"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "Ñел на диÑковоÑо ÑÑÑÑойÑÑво"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "дÑÐ°Ð¹Ð²ÐµÑ Ð½Ð° диÑковоÑо ÑÑÑÑойÑÑво"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "поддÑÐ°Ð¹Ð²ÐµÑ Ð½Ð° диÑковоÑо ÑÑÑÑойÑÑво"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "Ñип на ÑелевоÑо ÑÑÑÑойÑÑво"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "Ñежим на ÑеÑене и Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° ÑÑÑÑойÑÑвоÑо"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "ÐÑма поддÑÑжка за %s в командаÑа 'attach-disk'"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "ÑазкаÑане на диÑковоÑо ÑÑÑÑойÑÑво"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "РазкаÑане на диÑковоÑо ÑÑÑÑойÑÑво."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "ÐеÑÑпеÑно полÑÑаване на инÑоÑмаÑÐ¸Ñ Ð·Ð° диÑка"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "ÐÑма намеÑен диÑк Ñ Ñел %s"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "неÑÑпеÑно заделÑне на вÑзел"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "неÑÑпеÑ
пÑи Ð·Ð°Ð¿Ð¸Ñ Ð² дневника"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "неÑÑпеÑ
пÑи Ð·Ð°Ð¿Ð¸Ñ Ð² дневника"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "неÑÑпеÑ
пÑи Ð·Ð°Ð¿Ð¸Ñ Ð² дневника"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "ÐÑеÑка пÑи ÑÑздаване на неакÑивен домейн %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "неÑÑпеÑ
пÑи Ð·Ð°Ð¿Ð¸Ñ Ð² дневника"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "неÑÑпеÑ
пÑи Ð·Ð°Ð¿Ð¸Ñ Ð² дневника"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "ÐÑемаÑ
ване деÑиниÑиÑÑа на неакÑивен домейн."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "ÐÑемаÑ
ване деÑиниÑиÑÑа на неакÑивен домейн."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "гÑеÑка пÑи ÑеÑене на конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "ÐÑемаÑ
ване деÑиниÑиÑÑа на неакÑивна мÑежа."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "ÐÑемаÑ
ване деÑиниÑиÑÑа на неакÑивна мÑежа."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "ÐÑемаÑ
ване деÑиниÑиÑÑа на неакÑивен домейн."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "ÐÑемаÑ
ване деÑиниÑиÑÑа на неакÑивен домейн."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "изÑ
од Ð¾Ñ Ñози инÑеÑакÑивен ÑеÑминал"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "команда '%s' изиÑква опÑÐ¸Ñ <%s>"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "команда '%s' изиÑква опÑÐ¸Ñ --%s"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "команда '%s' не ÑÑÑеÑÑвÑва"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " ÐÐÐ\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6496,17 +7081,17 @@ msgstr ""
"\n"
" Ð ÐÐЮÐÐ\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <ÑиÑло>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <низ>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6514,7 +7099,7 @@ msgstr ""
"\n"
" ÐÐÐСÐÐÐÐ\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6522,60 +7107,60 @@ msgstr ""
"\n"
" ÐÐЦÐÐ\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <ÑиÑло>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <низ>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "недеÑиниÑано име или id на домейн"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "неÑÑпеÑно полÑÑаване на домейн '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "недеÑиниÑано име на мÑежа"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "неÑÑпеÑно полÑÑаване на мÑежа '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "недеÑиниÑано име на мÑежа"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "неÑÑпеÑно полÑÑаване на домейн '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "недеÑиниÑано име на мÑежа"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "неÑÑпеÑно полÑÑаване на домейн '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6586,129 +7171,129 @@ msgstr ""
"(ÐÑеме: %.3f мили ÑекÑнди)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "липÑва \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "неоÑакван ÐµÐ»ÐµÐ¼ÐµÐ½Ñ (име на команда): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "непознаÑа команда: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "команда '%s' не поддÑÑжа опÑÐ¸Ñ --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "оÑакван ÑинÑакÑиÑ: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "ÑиÑло"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "низ"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "неоÑаквани данни '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "ÐÐЦÐЯ"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "ÐÐÐÐÐ"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "в паÑза"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "изклÑÑва Ñе"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "ÑпиÑане"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "аваÑиÑал"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "изклÑÑен"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "нÑма валидна вÑÑзка"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: гÑеÑка: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "гÑеÑка: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: неÑÑпеÑно заделÑне на %d байÑа"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: неÑÑпеÑно заделÑне на %lu байÑа"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "неÑÑпеÑ
пÑи ÑвÑÑзване Ñ Ñ
ипеÑвайзоÑа"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "неÑÑпеÑ
пÑи полÑÑаване на инÑоÑмаÑÐ¸Ñ Ð·Ð° Ñайла Ñ Ð´Ð½ÐµÐ²Ð½Ð¸ÐºÐ°"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "пÑÑÑ Ð´Ð¾ дневника на е Ñайл"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "неÑÑпеÑ
пÑи оÑваÑÑне на дневника. пÑовеÑеÑе пÑÑÑ Ð½Ð° Ñайла"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "неÑÑпеÑ
пÑи Ð·Ð°Ð¿Ð¸Ñ Ð² дневника"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "неÑÑпеÑ
пÑи Ð·Ð°Ð¿Ð¸Ñ Ð² дневника"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "ÐеÑÑпеÑно оÑкаÑане Ð¾Ñ Ñ
ипеÑвайзоÑ"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6741,7 +7326,7 @@ msgstr ""
"\n"
" команди (в не инÑеÑакÑивен Ñежим):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6751,17 +7336,17 @@ msgstr ""
" (ÑкажеÑе help <команда> за Ð¿Ð¾Ð¼Ð¾Ñ Ð·Ð° Ñази команда)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "неподдÑÑжана опÑÐ¸Ñ '-%c'. ÐижÑе --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6770,7 +7355,7 @@ msgstr ""
"ÐобÑе доÑли в %s, инÑеÑакÑÐ¸Ð²Ð½Ð¸Ñ ÑеÑминал за виÑÑÑализаÑиÑ.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6780,470 +7365,484 @@ msgstr ""
" 'quit' за изÑ
од\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "ÐепознаÑа"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "пÑедÑпÑеждение"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "гÑеÑка"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "ÐÑма зададено ÑÑобÑение за гÑеÑка"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "вÑÑÑеÑна гÑеÑка %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "вÑÑÑеÑна гÑеÑка"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "ÑвÑÑÑи памеÑÑа"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "Ñази ÑÑнкÑÐ¸Ñ Ð½Ðµ Ñе поддÑÑжа Ð¾Ñ Ñ
ипеÑвайзоÑа"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "Ñази ÑÑнкÑÐ¸Ñ Ð½Ðµ Ñе поддÑÑжа Ð¾Ñ Ñ
ипеÑвайзоÑа: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "не може да Ñе оÑÑÑеÑÑви вÑÑзка Ñ Ñ
ипеÑвайзоÑа"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "не може да Ñе оÑÑÑеÑÑви вÑÑзка Ñ %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "невалиден ÑказаÑел за вÑÑзка в"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "невалиден ÑказаÑел за вÑÑзка в %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "невалиден ÑказаÑел за домейн в"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "невалиден ÑказаÑел за домейн в %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð² %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "гÑеÑка пÑи опеÑаÑиÑ: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "гÑеÑка пÑи опеÑаÑиÑÑа"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "гÑеÑка пÑи GET опеÑаÑиÑ: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "гÑеÑка пÑи GET опеÑаÑиÑÑа"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "гÑеÑка пÑи POST опеÑаÑиÑ: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "гÑеÑка пÑи POST опеÑаÑиÑÑа"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "полÑÑен бе Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ HTTP код на гÑеÑка %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "непознаÑа маÑина %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "непознаÑа маÑина"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "неÑÑпеÑно ÑеÑиализиÑане на S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "неÑÑпеÑно ÑеÑиализиÑане на S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "не може да Ñе ползва ÐµÐ»ÐµÐ¼ÐµÐ½Ñ Ð¾Ñ Xen Ñ
ипеÑвайзоÑа"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "не може да Ñе ползва ÐµÐ»ÐµÐ¼ÐµÐ½Ñ %s Ð¾Ñ Xen Ñ
ипеÑвайзоÑа"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "не може да Ñе оÑÑÑеÑÑви вÑÑзка Ñ Xen Ñ
ÑанилиÑе"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "не може да Ñе оÑÑÑеÑÑви вÑÑзка Ñ Xen Ñ
ÑанилиÑе %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "неÑÑпеÑно Xen ÑиÑÑемно извикване %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° ÑдÑоÑо"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° главноÑо ÑÑÑÑойÑÑво"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° главноÑо ÑÑÑÑойÑÑво в %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° изÑоÑника на ÑÑÑÑойÑÑво"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° изÑоÑника на ÑÑÑÑойÑÑво %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° ÑелÑа на ÑÑÑÑойÑÑво"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° ÑелÑа на ÑÑÑÑойÑÑво %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° име на домейн"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° име на домейн в %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° опеÑаÑионна ÑиÑÑема"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° опеÑаÑионна ÑиÑÑема за %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° ÑÑÑÑойÑÑво"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "липÑва инÑоÑмаÑÐ¸Ñ Ð·Ð° ÑÑÑÑойÑÑво за %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "ÑегиÑÑÑиÑани Ñа ÑвÑÑде много ÑÑÑÑойÑÑва"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "ÑегиÑÑÑиÑани Ñа ÑвÑÑде много ÑÑÑÑойÑÑва в %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "неÑÑпеÑно извикване на библиоÑеÑна ÑÑнкÑиÑ, може би не Ñе поддÑÑжа"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr ""
"неÑÑпеÑно извикване на библиоÑеÑнаÑа ÑÑнкÑÐ¸Ñ %s, може би не Ñе поддÑÑжа"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML опиÑаниеÑо не е добÑе ÑоÑмаÑиÑано или е невалидно"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML опиÑаниеÑо за %s не е добÑе ÑоÑмаÑиÑано или е невалидно"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "Ñози домейн веÑе ÑÑÑеÑÑвÑва"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "домейна %s веÑе ÑÑÑеÑÑвÑва"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "опеÑаÑиÑÑа е забÑанена пÑи доÑÑÑп Ñамо за ÑеÑене"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "опеÑаÑиÑÑа %s е забÑанена пÑи доÑÑÑп Ñамо за ÑеÑене"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "гÑеÑка пÑи оÑваÑÑне на конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл за ÑеÑене"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "гÑеÑка пÑи оÑваÑÑне на конÑигÑÑаÑионен Ñайл %s за ÑеÑене"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "гÑеÑка пÑи ÑеÑене на конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "гÑеÑка пÑи ÑеÑене на конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "гÑеÑка пÑи ÑÐ°Ð·Ð±Ð¾Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "гÑеÑка пÑи ÑÐ°Ð·Ð±Ð¾Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "ÑинÑакÑиÑна гÑеÑка в конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "ÑинÑакÑиÑна гÑеÑка в конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "гÑеÑка пÑи Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "гÑеÑка пÑи Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "гÑеÑка пÑи ÑазбоÑа"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "невалиден мÑежов ÑказаÑел за вÑÑзка в"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "невалиден мÑежов ÑказаÑел за вÑÑзка в %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "Ñази мÑежа веÑе ÑÑÑеÑÑвÑва"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "мÑежаÑа %s веÑе ÑÑÑеÑÑвÑва"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "гÑеÑка в ÑиÑÑемно извикване"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC гÑеÑка"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "гÑеÑка в извикване кÑм GNUTLS"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "Ðе може да бÑде намеÑена мÑежаÑа"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "Ðе може да бÑде намеÑена мÑежаÑа: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "Ðе е оÑкÑÐ¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½Ð°"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "Ðе е оÑкÑÐ¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½Ð°: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "Ðе е оÑкÑиÑа мÑежаÑа"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "Ðе е оÑкÑиÑа мÑежаÑа: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "невалиден MAC адÑеÑ"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "невалиден MAC адÑеÑ: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "гÑеÑка пÑи опеÑаÑиÑÑа"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "гÑеÑка пÑи опеÑаÑиÑ: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "Ðе е оÑкÑиÑа мÑежаÑа"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Ðе е оÑкÑиÑа мÑежаÑа: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "Ðе е оÑкÑиÑа мÑежаÑа"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Ðе е оÑкÑиÑа мÑежаÑа: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "невалиден мÑежов ÑказаÑел за вÑÑзка в"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "невалиден мÑежов ÑказаÑел за вÑÑзка в %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "невалиден мÑежов ÑказаÑел за вÑÑзка в"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "невалиден мÑежов ÑказаÑел за вÑÑзка в %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Ðе може да бÑде намеÑена мÑежаÑа"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Ðе може да бÑде намеÑена мÑежаÑа: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Ðе може да бÑде намеÑена мÑежаÑа"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Ðе може да бÑде намеÑена мÑежаÑа: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "невалиден ÑказаÑел за домейн в"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "невалиден ÑказаÑел за домейн в %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Ðе е оÑкÑÐ¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½Ð°"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Ðе е оÑкÑÐ¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½Ð°: %s"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "Ðе е оÑкÑиÑа мÑежаÑа"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Ðе е оÑкÑиÑа мÑежаÑа: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "вÑÑÑеÑна гÑеÑка %s"
@@ -7316,7 +7915,7 @@ msgstr ""
"ÐаÑамеÑÑÑа за огÑаниÑаване на кÑедиÑа на ÑазпÑеделиÑÐµÐ»Ñ (%d) е извÑн "
"инÑеÑвала (0-65535)"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Ñип на ÑелевоÑо ÑÑÑÑойÑÑво"
@@ -7370,7 +7969,7 @@ msgstr "инÑоÑмаÑиÑÑа за домейна е невÑÑна, domid н
msgid "domain information incomplete, missing uuid"
msgstr "инÑоÑмаÑиÑÑа за домейна е непÑлна, липÑва uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "инÑоÑмаÑиÑÑа за домейна е непÑлна, липÑва име"
@@ -7416,225 +8015,232 @@ msgstr "гÑеÑка пÑи ÑÐ°Ð·Ð±Ð¾Ñ Ð¸Ð¼ÐµÑо на Ñайла на vbd, л
msgid "cannot parse vbd filename, missing driver type"
msgstr "гÑеÑка пÑи ÑÐ°Ð·Ð±Ð¾Ñ Ð¸Ð¼ÐµÑо на Ñайла на vbd, липÑва Ñип на дÑайвеÑ"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "неоÑакван вÑзел ÑеÑник"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "инÑоÑмаÑиÑÑа за домейна е непÑлна, липÑва id"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "невалиден MAC адÑеÑ: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "ÑинÑакÑиÑна гÑеÑка в конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "неÑÑпеÑен ÑÐ°Ð·Ð±Ð¾Ñ Ð½Ð° инÑоÑмаÑиÑÑа за Xend домейн"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "ÐомейнÑÑ Ðµ вÑе оÑе акÑивен"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "неÑÑпеÑно ÑеÑиализиÑане на S-Expr"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "Ñип на ÑелевоÑо ÑÑÑÑойÑÑво"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "неоÑакван вÑзел ÑÑойноÑÑ"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "Ð¿Ð°Ð¼ÐµÑ Ð½Ð° вÑзела"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "гÑеÑка пÑи опеÑаÑиÑÑа"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "ÐеÑÑпеÑно пÑемаÑ
ване деÑиниÑиÑÑа на мÑежа %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "неÑÑпеÑен ÑÐ°Ð·Ð±Ð¾Ñ Ð½Ð° инÑоÑмаÑиÑÑа за Xend домейн"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "ÐÑеÑка пÑи ÑÑздаване на неакÑивен домейн %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "инÑоÑмаÑиÑÑа за домейна е непÑлна, липÑва име"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "РазпÑеделиÑел"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "неÑÑпеÑно полÑÑаване на имеÑо на маÑинаÑа"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "инÑоÑмаÑиÑÑа за домейна е непÑлна, липÑва uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "инÑоÑмаÑиÑÑа за домейна е непÑлна, липÑва uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "гÑеÑка пÑи оÑваÑÑне на конÑигÑÑаÑионен Ñайл %s за ÑеÑене"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "гÑеÑка пÑи ÑеÑене на конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "неоÑакван mime Ñип"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "неоÑакван mime Ñип"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "неоÑакван вÑзел ÑÑойноÑÑ"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "ÑпиÑÑк домейни на вÑзела"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7711,49 +8317,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "неоÑакван вÑзел ÑеÑник"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "ÐеÑÑпеÑ
пÑи вÑзÑÑановÑване на домейн Ð¾Ñ %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "Ðе може да Ñе пÑовеÑи наÑÑоÑÑÐ¸Ñ MemorySize"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "гÑеÑка пÑи ÑеÑене на конÑигÑÑаÑÐ¸Ð¾Ð½Ð½Ð¸Ñ Ñайл %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип ÐС"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "ÐеÑÑпеÑ
пÑи ÑÑздаване на домейн Ð¾Ñ %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
@@ -7762,19 +8368,34 @@ msgstr "ÐеÑÑпеÑно оÑваÑÑне на '%s': %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7800,15 +8421,39 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "заделÑне на домейн"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "ÐеÑÑпеÑно извлиÑане ÑÑÑÑоÑниеÑо на блоковеÑе %s %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "ÐеÑÑпеÑно извлиÑане ÑÑÑÑоÑниеÑо на инÑеÑÑÐµÐ¹Ñ %s %s"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "неÑÑпеÑ
пÑи Ð·Ð°Ð¿Ð¸Ñ Ð² дневника"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "ÐеÑÑпеÑно заÑваÑÑне на поÑÑ %d\n"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "ÑвÑÑÑи памеÑÑа"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "ÐеÑÑпеÑно заÑваÑÑне на поÑÑ %d\n"
+
#~ msgid "allocating configuration"
#~ msgstr "заделÑне на конÑигÑÑаÑиÑ"
@@ -7854,10 +8499,6 @@ msgstr "заделÑне на домейн"
#~ msgstr "гÑеÑка пÑи оÑваÑÑне на конÑигÑÑаÑионен Ñайл %s за ÑеÑене"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "гÑеÑка пÑи опеÑаÑиÑ: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "гÑеÑка пÑи опеÑаÑиÑ: %s"
diff --git a/po/bn.gmo b/po/bn.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/bn.gmo and b/po/bn.gmo differ
diff --git a/po/bn.po b/po/bn.po
index 81435e0..a38ec32 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/bn_IN.gmo b/po/bn_IN.gmo
index df6aaa1..b317911 100644
Binary files a/po/bn_IN.gmo and b/po/bn_IN.gmo differ
diff --git a/po/bn_IN.po b/po/bn_IN.po
index 4fcaf6b..a556479 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt.HEAD\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-10-03 21:52+0530\n"
"Last-Translator: Runa Bhattacharjee <runab at redhat.com>\n"
"Language-Team: Bengali INDIA <fedora-trans-bn_IN at redhat.com>\n"
@@ -95,240 +95,240 @@ msgstr "পরামিতির পà¦à¦à§à¦¤à¦¿ সঠিà¦à¦°à§à¦ªà§ à¦
msgid "Unknown error"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ তà§à¦°à§à¦à¦¿"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
msgstr "%s '%s' বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s (%d)"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "সিà¦à¦¨à§à¦¯à¦¾à¦² পাà¦à¦ª থà§à¦à§ পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "SIGHUP-র মধà§à¦¯à§ à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨ পà§à¦¨à¦°à¦¾à§ লà§à¦¡ à¦à¦°à¦¾ হà¦à§à¦à§"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "ডà§à¦°à¦¾à¦à¦à¦¾à¦° পà§à¦¨à¦°à¦¾à§ লà§à¦¡ à¦à¦°à¦¤à§ সমসà§à¦¯à¦¾"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "সà¦à¦à§à¦¤ %d-র মধà§à¦¯à§ বনà§à¦§ à¦à¦°à¦¾ হà¦à§à¦à§"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ value নà§à¦¡"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "close-on-exec ফাà¦à¦² ডà§à¦¸à§à¦à§à¦°à¦¿à¦ªà¦à¦° ফà§à¦²à§à¦¯à¦¾à¦à§à¦° মান নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "non-blocking ফাà¦à¦² ডà§à¦¸à§à¦à§à¦°à¦¿à¦ªà¦à¦° ফà§à¦²à§à¦¯à¦¾à¦à§à¦° মান নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "pid ফাà¦à¦² '%s' à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "pid ফাà¦à¦² '%s' fdopen à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "pid ফাà¦à¦² '%s'-ঠলিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "pid ফাà¦à¦² '%s' বনà§à¦§ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "struct qemud_socket-র à¦à¦¨à§à¦¯ মà§à¦®à¦°à¦¿ বরাদà§à¦¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "সà¦à§à¦ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "'%s'-র সাথৠসà¦à§à¦ বাà¦à¦¨à§à¦¡ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "'%s'-ঠসà¦à¦¯à§à¦à§à¦° à¦
পà§à¦à§à¦·à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr "সারà§à¦à¦¾à¦° à¦à¦à§à¦¨à§à¦à§à¦° à¦à¦²-বà§à¦¯à¦¾à¦ যà§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "সà¦à§à¦: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "বাà¦à¦¨à§à¦¡: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "à¦
পà§à¦à§à¦·à¦¾: %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: calloc: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: listen: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr "à¦à§à¦ªà¦¨à§à¦¨ পাথà¦à¦¿ qemudInitPaths()-র বাফারৠধারণà§à¦° à¦à¦¦à§à¦¦à§à¦¶à§à¦¯à§ à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ বà§"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "struct qemud_server বরাদà§à¦¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "বà§à¦°à¦¿à¦ সমরà§à¦¥à¦¨ à¦à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "বà§à¦°à¦¿à¦ সমরà§à¦¥à¦¨ à¦à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "SASL à¦
নà§à¦®à§à¦¦à¦¨ বà§à¦¯à¦¬à¦¸à§à¦¥à¦¾ %s à¦à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "SASL à¦
নà§à¦®à§à¦¦à¦¨ বà§à¦¯à¦¬à¦¸à§à¦¥à¦¾ %s à¦à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "PolicyKit auth-র à¦à¦¨à§à¦¯ সিসà§à¦à§à¦® বাসà§à¦° সাথৠসà¦à¦¯à§à¦ সà§à¦¥à¦¾à¦ªà¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: failed: client DN is %s"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate: যাà¦à¦¾à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr "remoteCheckCertificate: à¦à§à¦²à¦¾à§à§à¦¨à§à¦à§à¦° সারà§à¦à¦¿à¦«à¦¿à¦à§à¦ বিশà§à¦¬à¦¸à§à¦¤ নà§à¥¤"
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr "remoteCheckCertificate: à¦à§à¦²à¦¾à§à§à¦¨à§à¦ সারà§à¦à¦¿à¦«à¦¿à¦à§à¦ বিতরণà¦à¦¾à¦°à§ à¦
পরিà¦à¦¿à¦¤à¥¤"
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
"remoteCheckCertificate: à¦à§à¦²à¦¾à§à§à¦¨à§à¦ সারà§à¦à¦¿à¦«à¦¿à¦à§à¦ দà§à¦¬à¦¾à¦°à¦¾ বà§à¦¯à¦¬à¦¹à§à¦¤ à¦
à§à¦¯à¦¾à¦²à¦à§à¦°à¦¿à¦¦à¦® নিরাপদ নà§à¥¤"
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate: সারà§à¦à¦¿à¦«à¦¿à¦à§à¦ X.509 নà§"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate: সমতà§à¦²à§à¦¯ মান à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: gnutls_x509_crt_init বিফল"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate: à¦à§à¦²à¦¾à§à§à¦¨à§à¦ সারà§à¦à¦¿à¦«à¦¿à¦à§à¦à§à¦° মà§à§à¦¾à¦¦ পà§à¦°à§à¦£ হà§à§à¦à§"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr "remoteCheckCertificate: à¦à§à¦²à¦¾à§à§à¦¨à§à¦ সারà§à¦à¦¿à¦«à¦¿à¦à§à¦ à¦à¦à¦¨à§ সà¦à§à¦°à¦¿à§ à¦à¦°à¦¾ হà§à¦¨à¦¿"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -336,11 +336,11 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr "remoteCheckCertificate: à¦à§à¦²à¦¾à§à§à¦¨à§à¦à§à¦° সারà§à¦à¦¿à¦«à¦¿à¦à§à¦ যাà¦à¦¾à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
@@ -348,439 +348,455 @@ msgstr ""
"remoteCheckCertificate: tls_no_verify_certificate নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¾à¦° ফলৠতà§à¦°à§à¦à¦¿à¦ªà§à¦°à§à¦£ "
"সারà§à¦à¦¿à¦«à¦¿à¦à§à¦ à¦
à¦à§à¦°à¦¾à¦¹à§à¦¯ à¦à¦°à¦¾ হবà§"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "à¦à§à¦²à¦¾à§à§à¦¨à§à¦à§à¦° পরিà¦à§ যাà¦à¦¾à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "সà¦à¦¯à§à¦ à¦à§à¦°à¦¹à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "à¦
à§à¦¯à¦¾à¦°à§à¦° বরাদà§à¦¦à¦à¦¾à¦²à§ মà§à¦®à¦°à¦¿ à¦
বশিষà§à¦ নà§à¦"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr "বিশà§à¦· à¦
নà§à¦®à¦¤à¦¿à¦ªà§à¦°à¦¾à¦ªà§à¦¤ à¦à§à¦²à¦¾à§à§à¦¨à§à¦ %d-র à¦à¦¨à§à¦¯ polkit auth বনà§à¦§ à¦à¦°à¦¾ হবà§"
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "TLS হà§à¦¯à¦¾à¦¨à§à¦¡-শà§à¦ বিফল: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ পà§à¦°à¦à§à¦¤à¦¿à¦° ডà§à¦®à§à¦à¦¨ %d"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "পাঠ: %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "'%s' নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "লà§à¦à¦¾: %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "'%s' নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr "সিà¦à¦¨à§à¦¯à¦¾à¦² হà§à¦¯à¦¾à¦¨à§à¦¡à¦²à¦¾à¦° দà§à¦¬à¦¾à¦°à¦¾ %d-à¦à¦¿ তà§à¦°à§à¦à¦¿à¦° সà§à¦à¦¨à¦¾ দà§à¦à§à¦¾ হà§à§à¦à§: সরà§à¦¬à¦¶à§à¦· তà§à¦°à§à¦à¦¿: %s"
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ সà§à¦¥à¦¾à¦¨à§ লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥ "
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "মà§à¦®à¦°à¦¿ বরাদà§à¦¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "%s à¦à¦¨à¦«à¦¿à¦ তালিà¦à¦¾à¦° à¦à¦¨à§à¦¯ মà§à¦®à¦°à¦¿ বরাদà§à¦¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "%s à¦à¦¨à¦«à¦¿à¦ তালিà¦à¦¾à¦° মানà§à¦° à¦à¦¨à§à¦¯ মà§à¦®à¦°à¦¿ বরাদà§à¦¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr "remoteReadConfigFile: %s: %s: সà§à¦à§à¦°à¦¿à¦ à¦
থবা সà§à¦à§à¦°à¦¿à¦à§à§à¦° তালিà¦à¦¾ হà¦à§à¦¾ à¦à¦¬à¦¶à§à¦¯à¦\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr "remoteReadConfigFile: %s: %s: à¦
বà§à¦§ ধরন: %s পà§à¦°à¦¾à¦ªà§à¦¤; %s পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr "remoteReadConfigFile: %s: %s: à¦
সমরà§à¦¥à¦¿à¦¤ auth %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "root পরিà¦à§ বিনা দল নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¾ সমà§à¦à¦¬ নà§"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr "'%s' দল à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "মà§à¦¡ '%s' পারà§à¦¸ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "ডà§à¦®à¦¨ রà§à¦ªà§ fork à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "পাà¦à¦ª নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° নাম à¦
থবা uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr "%s-র দলà§à¦° মালিà¦à¦¾à¦¨à¦¾ পরিবরà§à¦¤à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr "সিà¦à¦¨à§à¦¯à¦¾à¦² পাà¦à¦ªà§à¦° à¦à¦²-বà§à¦¯à¦¾à¦ নিবনà§à¦§à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr "পà§à¦°à§à¦à§à¦°à¦¾à¦®à§ à¦à¦°à¦®à¦¿à¦² (পà§à¦°à¦à§à¦¤ %x, পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ %x)"
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "সà¦à¦¸à§à¦à¦°à¦£à§ à¦à¦°à¦®à¦¿à¦² (পà§à¦°à¦à§à¦¤ %x, পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ %x)"
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "নিরà§à¦¦à§à¦¶ (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "à¦
বসà§à¦¥à¦¾ (%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "à¦
নà§à¦®à§à¦¦à¦¨ à¦à¦¬à¦¶à§à¦¯à¦"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ পà§à¦°à¦à§à¦°à¦¿à§à¦¾: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "à¦à¦°à§à¦à§à¦®à§à¦¨à§à¦ পারà§à¦¸ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr "সà¦à¦¯à§à¦ বরà§à¦¤à¦®à¦¾à¦¨ সà§à¦¥à¦¾à¦ªà¦¿à¦¤"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "সà¦à¦¯à§à¦ সà§à¦¥à¦¾à¦ªà¦¿à¦¤ নà§"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr "strdup-র মধà§à¦¯à§ মà§à¦®à¦°à¦¿ à¦
বশিষà§à¦ নà§à¦"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_NODE_MAX_CELLS"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr "nparams à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ বà§"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ পà§à¦°à¦à§à¦¤à¦¿"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr "মাপ > বাফারà§à¦° সরà§à¦¬à¦¾à¦§à¦¿à¦ মাপ"
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "বরà§à¦¤à¦®à¦¾à¦¨MemorySize পরà§à¦à§à¦·à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "বরà§à¦¤à¦®à¦¾à¦¨MemorySize পরà§à¦à§à¦·à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "%d ঠিà¦à¦¾à¦¨à¦¾ মà§à¦®à¦¾à¦à¦¸à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "à¦à§à¦²à¦¾à§à§à¦¨à§à¦ দà§à¦¬à¦¾à¦°à¦¾ SASL init সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
বà§à¦§ à¦
নà§à¦°à§à¦§ à¦à¦°à¦¾ হà§à§à¦à§"
-#: qemud/remote.c:2575
-#, c-format
-msgid "failed to get sock address %d (%s)"
+#: qemud/remote.c:2651
+#, fuzzy, c-format
+msgid "failed to get sock address: %s"
msgstr "sock ঠিà¦à¦¾à¦¨à¦¾ %d পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ (%s)"
-#: qemud/remote.c:2586
-#, c-format
-msgid "failed to get peer address %d (%s)"
+#: qemud/remote.c:2663
+#, fuzzy, c-format
+msgid "failed to get peer address: %s"
msgstr "সমতà§à¦²à§à¦¯ ঠিà¦à¦¾à¦¨à¦¾ %d পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ (%s)"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "sasl à¦à¦¨à¦à§à¦à§à¦¸à¦ পà§à¦°à¦¸à§à¦¤à§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ %d (%s)"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr "SASL external SSF %d নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ (%s)"
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "SASL পদà§à¦§à¦¤à¦¿ %d-র তালিà¦à¦¾ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ (%s)"
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "mechlist বরাদà§à¦¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "%d সà¦à¦¯à§à¦à§à¦° মধà§à¦¯à§ SASL ssf à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ (%s)"
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "মà§à¦®à¦¾à¦à¦¸à¦¿à¦¤ SSF %d দà§à§ নà§"
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr "%d সà¦à¦¯à§à¦à§à¦° মধà§à¦¯à§ SASL বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§à¦° নাম à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ (%s)"
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "à¦à§à¦²à¦¾à§à§à¦¨à§à¦à§à¦° বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§à¦° নাম পাà¦à§à¦¾ যাà§à¦¨à¦¿"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§à¦° নাম à¦à¦ªà¦¿ à¦à¦°à¦¾à¦° সমৠমà§à¦®à¦°à¦¿ à¦
বশিষà§à¦ নà§à¦"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "SASL à¦à§à¦²à¦¾à§à§à¦¨à§à¦ %s, whitelist-ঠà¦
নà§à¦®à§à¦¦à¦¿à¦¤ নà§"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr "à¦à§à¦²à¦¾à§à§à¦¨à§à¦ দà§à¦¬à¦¾à¦°à¦¾ SASL সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
বà§à¦§ পà§à¦°à¦¾à¦°à¦®à§à¦à¦¿à¦ à¦
নà§à¦°à§à¦§ à¦à¦°à¦¾ হà§à§à¦à§"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "sasl à¦à¦°à¦®à§à¦ বà§à¦¯à¦°à§à¦¥ %d (%s)"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "sasl-র ধাপ বিফল %d (%s)"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr "à¦à§à¦²à¦¾à§à§à¦¨à§à¦ দà§à¦¬à¦¾à¦°à¦¾ SASL init সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
সমরà§à¦¥à¦¿à¦¤ à¦
নà§à¦°à§à¦§ à¦à¦°à¦¾ হà§à§à¦à§"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr "à¦à§à¦²à¦¾à§à§à¦¨à§à¦ দà§à¦¬à¦¾à¦°à¦¾ SASL পà§à¦°à¦¾à¦°à¦®à§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
সমরà§à¦¥à¦¿à¦¤ à¦
নà§à¦°à§à¦§ à¦à¦°à¦¾ হà§à§à¦à§"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "à¦à§à¦²à¦¾à§à§à¦¨à§à¦ দà§à¦¬à¦¾à¦°à¦¾ SASL ধাপ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
সমরà§à¦¥à¦¿à¦¤ à¦
নà§à¦°à§à¦§ à¦à¦°à¦¾ হà§à§à¦à§"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr "à¦à§à¦²à¦¾à§à§à¦¨à§à¦ দà§à¦¬à¦¾à¦°à¦¾ PolicyKit init সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
বà§à¦§ à¦
নà§à¦°à§à¦§ à¦à¦°à¦¾ হà§à§à¦à§"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "সমতà§à¦²à§à¦¯ সà¦à§à¦à§à¦° পরিà¦à§ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "PID %d, %d রà§à¦ªà§ à¦à¦²à¦®à¦¾à¦¨, পরà§à¦à§à¦·à¦¾ à¦à¦°à¦¾ হà¦à§à¦à§"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "polkit à¦à¦°à§à¦® %s নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "polkit à¦à¦¨à¦à§à¦à§à¦¸à¦ %s নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "Policy kit দà§à¦¬à¦¾à¦°à¦¾ %d %s à¦
নà§à¦®à§à¦¦à¦¨ পরà§à¦à§à¦·à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr "Policy kit দà§à¦¬à¦¾à¦°à¦¾ %s à¦à¦°à§à¦® pid %d, uid %d পà§à¦°à¦¤à¦¿à¦°à§à¦§ à¦à¦°à¦¾ হà§à§à¦à§, ফলাফল: %s\n"
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
"Policy দà§à¦¬à¦¾à¦°à¦¾ %s à¦à¦°à§à¦®à¦à§ pid %d থà§à¦à§ সà¦à§à¦à¦¾à¦²à¦¨à§à¦° à¦
নà§à¦®à§à¦¦à¦¨ à¦à¦°à¦¾ হà§à§à¦à§, uid %d, ফলাফল %s"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr "à¦à§à¦²à¦¾à§à§à¦¨à§à¦ দà§à¦¬à¦¾à¦°à¦¾ PolicyKit init সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
সমরà§à¦¥à¦¿à¦¤ à¦
নà§à¦°à§à¦§ à¦à¦°à¦¾ হà§à§à¦à§"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
#, fuzzy
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "ডিà¦à¦¾à¦à¦¸ পাà¦à§à¦¾ যাà§à¦¨à¦¿: %s (%s)"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ dict নà§à¦¡"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -896,525 +912,527 @@ msgstr "সà¦à¦¯à§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ হà§à¦¯à¦¾à¦¶ à¦à§à¦¬à¦¿
msgid "dev missing from connection hash table"
msgstr "সà¦à¦¯à§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ হà§à¦¯à¦¾à¦¶ à¦à§à¦¬à¦¿à¦²à§à¦° মধà§à¦¯à§ vol à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ ধরন '%s'"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ বà§à¦ ডিà¦à¦¾à¦à¦¸: '%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "ফà§à¦²à¦ªà¦¿ ডিà¦à¦¾à¦à¦¸à§à¦° নাম বà§à¦§ নà§: %s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "হারà§à¦¡-ডিসà§à¦ ডিà¦à¦¾à¦à¦¸à§à¦° নাম বà§à¦§ নà§: %s"
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS পà§à¦°à¦à§à¦¤à¦¿ %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "ফà§à¦²à¦ªà¦¿ ডিসà§à¦à§à¦° à¦à¦¨à§à¦¯ '%s' বাসà§à¦° ধরন বà§à¦§ নà§"
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "ফà§à¦²à¦ªà¦¿ ডিসà§à¦à§à¦° à¦à¦¨à§à¦¯ '%s' বাসà§à¦° ধরন বà§à¦§ নà§"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ বà§à¦ ডিà¦à¦¾à¦à¦¸: '%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS পà§à¦°à¦à§à¦¤à¦¿ %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS পà§à¦°à¦à§à¦¤à¦¿ %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
"<interface type='network'/>-র সাথৠ<source> 'network' বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ à¦à¦²à§à¦²à¦¿à¦à¦¿à¦¤ হà§à¦¨à¦¿à¥¤"
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr "<interface type='bridge'/>-র সাথৠ<source> 'dev' বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ à¦à¦²à§à¦²à¦¿à¦à¦¿à¦¤ হà§à¦¨à¦¿à¥¤"
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr "সà¦à§à¦ à¦à¦¨à§à¦à¦¾à¦°-ফà§à¦¸à§à¦° সাথৠ<source> 'port' বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ à¦à¦²à§à¦²à¦¿à¦à¦¿à¦¤ হà§à¦¨à¦¿à¥¤"
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr "সà¦à§à¦ à¦à¦¨à§à¦à¦¾à¦°-ফà§à¦¸à§à¦° সাথৠà¦à¦²à§à¦²à¦¿à¦à¦¿à¦¤ <source> 'port' বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ পারà§à¦¸ à¦à¦°à¦¾ যাà§à¦¨à¦¿"
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr "সà¦à§à¦ à¦à¦¨à§à¦à¦¾à¦°-ফà§à¦¸à§à¦° সাথৠ<source> 'address' বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ à¦à¦²à§à¦²à¦¿à¦à¦¿à¦¤ হà§à¦¨à¦¿à¥¤"
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr "মডà§à¦²à§à¦° নামà§à¦° মধà§à¦¯à§ à¦
বà§à¦§ à¦
à¦à§à¦·à¦° à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤ রà§à§à¦à§"
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
msgid "Missing source path attribute for char device"
msgstr "à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦° ডিà¦à¦¾à¦à¦¸à§à¦° à¦à§à¦·à§à¦¤à§à¦°à§ সà§à¦°à§à¦¸ পাথ বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
msgid "Missing source host attribute for char device"
msgstr "à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦° ডিà¦à¦¾à¦à¦¸à§à¦° à¦à§à¦·à§à¦¤à§à¦°à§ সà§à¦°à§à¦¸ হà§à¦¸à§à¦ বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr "à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦° ডিà¦à¦¾à¦à¦¸à§à¦° à¦à§à¦·à§à¦¤à§à¦°à§ সà§à¦°à§à¦¸ পরিসà§à¦¬à¦¾ বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr "à¦à¦¨à¦ªà§à¦ ডিà¦à¦¾à¦à¦¸à§à¦° পà§à¦°à¦à§à¦¤à¦¿ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ বà§à¦ ডিà¦à¦¾à¦à¦¸: '%s'"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS পà§à¦°à¦à§à¦¤à¦¿ %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "ps2 bus দà§à¦¬à¦¾à¦°à¦¾ %s à¦à¦¨à¦ªà§à¦ ডিà¦à¦¾à¦à¦¸ সমরà§à¦¥à¦¿à¦¤ হবৠনা"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "à¦
সমরà§à¦¥à¦¿à¦¤ à¦à¦¨à¦ªà§à¦ বাস %s"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr "xen bus দà§à¦¬à¦¾à¦°à¦¾ %s à¦à¦¨à¦ªà§à¦ ডিà¦à¦¾à¦à¦¸ সমরà§à¦¥à¦¿à¦¤ হবৠনা"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "à¦à¦¨à¦ªà§à¦ ডিà¦à¦¾à¦à¦¸à§à¦° পà§à¦°à¦à§à¦¤à¦¿ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ পà§à¦°à¦à§à¦¤à¦¿à¦° ডিà¦à¦¾à¦à¦¸"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "%s-র à¦à¦¨à¦«à¦¿à¦ মà§à¦à§ ফà§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS পà§à¦°à¦à§à¦¤à¦¿ %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS-র পà§à¦°à¦à§à¦¤à¦¿"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "dir %s পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "ডিà¦à¦¾à¦à¦¸ %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "%s পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "ডিà¦à¦¾à¦à¦¸ %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS পà§à¦°à¦à§à¦¤à¦¿ %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤ \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤ \""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "ডিà¦à¦¾à¦à¦¸ %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "%s পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "ডিà¦à¦¾à¦à¦¸ %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS পà§à¦°à¦à§à¦¤à¦¿ %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ বà§à¦ ডিà¦à¦¾à¦à¦¸: '%s'"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ বà§à¦ ডিà¦à¦¾à¦à¦¸: '%s'"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "ডিà¦à¦¾à¦à¦¸à§à¦° à¦à§à¦¸ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ হà§à¦¸à§à¦ %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ পà§à¦°à¦à§à¦¤à¦¿à¦° à¦
নà§à¦®à§à¦¦à¦¨ পà§à¦°à¦£à¦¾à¦²à§ %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "root সামà¦à§à¦°à§ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ পà§à¦°à¦à§à¦¤à¦¿à¦° ডিà¦à¦¾à¦à¦¸"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° নাম সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "à¦
বà§à¦§ ডà§à¦®à§à¦à¦¨ ধরন"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "UUID নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "uuid সামà¦à§à¦°à§ তà§à¦°à§à¦à¦¿à¦ªà§à¦°à§à¦£"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ তথà§à¦¯ '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "OS-র পà§à¦°à¦à§à¦¤à¦¿ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "à¦
সমরà§à¦¥à¦¿à¦¤ à¦à¦°à§à¦à¦¿à¦à§à¦à¦à¦¾à¦°"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ ডিà¦à¦¾à¦à¦¸"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "à¦à¦¨à¦ªà§à¦ ডিà¦à¦¾à¦à¦¸à§à¦° পà§à¦°à¦à§à¦¤à¦¿ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ বà§à¦ ডিà¦à¦¾à¦à¦¸: '%s'"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ ডিà¦à¦¾à¦à¦¸"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
#, fuzzy
msgid "cannot extract filesystem devices"
msgstr "à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ ডিà¦à¦¾à¦à¦¸"
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ ডিà¦à¦¾à¦à¦¸"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
#, fuzzy
msgid "cannot extract parallel devices"
msgstr "à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ ডিà¦à¦¾à¦à¦¸"
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ ডিà¦à¦¾à¦à¦¸"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ ডিà¦à¦¾à¦à¦¸"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ ডিà¦à¦¾à¦à¦¸"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ ডিà¦à¦¾à¦à¦¸"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ ডিà¦à¦¾à¦à¦¸"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "বাà¦à¦¨à§à¦¡: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "তà§à¦°à§à¦à¦¿à¦ªà§à¦°à§à¦£ xml ডà¦à§à¦®à§à¦¨à§à¦"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr "root সামà¦à§à¦°à§ সঠিঠনà§"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ পà§à¦°à¦à§à¦¤à¦¿à¦° ডà§à¦®à§à¦à¦¨ %d"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ পà§à¦°à¦à§à¦¤à¦¿à¦° ডà§à¦®à§à¦à¦¨ %d"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ পà§à¦°à¦à§à¦¤à¦¿à¦° ডà§à¦®à§à¦à¦¨ %d"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ পà§à¦°à¦à§à¦¤à¦¿à¦° ডà§à¦®à§à¦à¦¨ %d"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ পà§à¦°à¦à§à¦¤à¦¿à¦° ডà§à¦®à§à¦à¦¨ %d"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ পà§à¦°à¦à§à¦¤à¦¿à¦° ডà§à¦®à§à¦à¦¨ %d"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ পà§à¦°à¦à§à¦¤à¦¿à¦° ডà§à¦®à§à¦à¦¨ %d"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ পà§à¦°à¦à§à¦¤à¦¿à¦° ডà§à¦®à§à¦à¦¨ %d"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ পà§à¦°à¦à§à¦¤à¦¿à¦° ডà§à¦®à§à¦à¦¨ %d"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ পà§à¦°à¦à§à¦¤à¦¿à¦° ডà§à¦®à§à¦à¦¨ %d"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ পà§à¦°à¦à§à¦¤à¦¿à¦° ডà§à¦®à§à¦à¦¨ %d"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ dict নà§à¦¡"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ পà§à¦°à¦à§à¦¤à¦¿à¦° ডà§à¦®à§à¦à¦¨ %d"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ পà§à¦°à¦à§à¦¤à¦¿à¦° ডà§à¦®à§à¦à¦¨ %d"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ পà§à¦°à¦à§à¦¤à¦¿à¦° ডà§à¦®à§à¦à¦¨ %d"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ value নà§à¦¡"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "à¦à¦¨à¦«à¦¿à¦ ডিরà§à¦à§à¦à¦°à¦¿ %s নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "à¦à¦¨à¦«à¦¿à¦ ফাà¦à¦² %s নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "à¦à¦¨à¦«à¦¿à¦ ফাà¦à¦² %s লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "à¦à¦¨à¦«à¦¿à¦ ফাà¦à¦² %s সà¦à¦°à¦à§à¦·à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "'%s' ডিরà§à¦à§à¦à¦°à¦¿ à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "%s-র à¦à¦¨à¦«à¦¿à¦ মà§à¦à§ ফà§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "virt-র পà§à¦°à¦à§à¦¤à¦¿ à¦
à¦à¦¾à¦¨à¦¾"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "সà¦à§à¦à¦¾à¦²à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ '"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "পাঠà¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ "
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ সà§à¦¥à¦¾à¦¨à§ লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥ "
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "%s ডিরà§à¦à§à¦à¦°à¦¿ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "%s-ঠiptables নিà§à¦¾à¦®à¦¬à¦²à§ সà¦à¦°à¦à§à¦·à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
@@ -1426,58 +1444,58 @@ msgstr ""
"iptables নিà§à¦® '%s'-à¦à§ chain '%s' থà§à¦à§ ('%s' à¦à§à¦¬à¦¿à¦²à§à¦° মধà§à¦¯à§ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤) সরিà§à§ ফà§à¦²à¦¤à§ "
"সমসà§à¦¯à¦¾: %s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
"iptables নিà§à¦® '%s'-à¦à§ '%s' chain-ঠ('%s' à¦à§à¦¬à¦¿à¦²à§à¦° মধà§à¦¯à§ à¦
বসà§à¦¥à¦¿à¦¤) যà§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: "
"%s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "সà¦à¦¯à§à¦à§à¦° URI পারà§à¦¸ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "লঠডিরà§à¦à§à¦à¦°à¦¿ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ %s: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "à¦à¦¾à¦°à§à¦¨à§à¦²à§à¦° পাথ à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ লমà§à¦¬à¦¾"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "পাà¦à¦ª নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare দà§à¦¬à¦¾à¦°à¦¾ uri নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¾ হà§à¦¨à¦¿"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domainMigratePrepare দà§à¦¬à¦¾à¦°à¦¾ uri নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¾ হà§à¦¨à¦¿"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr "পাথà§à¦° মান NULL"
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr "ফà§à¦²à§à¦¯à¦¾à¦à§à¦° মান শà§à¦£à§à¦¯ হà¦à§à¦¾ à¦à¦¬à¦¶à§à¦¯à¦"
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr "বাফারà§à¦° মান NULL"
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr "ফà§à¦²à§à¦¯à¦¾à¦à§à¦° পরামিতি VIR_MEMORY_VIRTUAL হà¦à§à¦¾ à¦à¦¬à¦¶à§à¦¯à¦"
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr "বাফারà§à¦° মধà§à¦¯à§ NULL হলà§à¦ মাপ শà§à¦£à§à¦¯ নà§"
@@ -1521,12 +1539,12 @@ msgstr "নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨ %s নিরà§à¦®à¦¾à¦£
msgid "failed to bind new root %s"
msgstr "'%s'-র সাথৠসà¦à§à¦ বাà¦à¦¨à§à¦¡ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "'%s' নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "'%s'-র সাথৠসà¦à§à¦ বাà¦à¦¨à§à¦¡ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
@@ -1699,21 +1717,21 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr "uuid-র সাথৠসà§à¦¸à¦à¦à¦¤ à¦à§à¦¨à§ ডà§à¦®à§à¦à¦¨ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤ নà§à¦"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr "সà¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨ মà§à¦à§ ফà§à¦²à¦¾ সমà§à¦à¦¬ নà§"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "সà¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨ মà§à¦à§ ফà§à¦²à¦¾ সমà§à¦à¦¬ নà§"
@@ -1768,7 +1786,7 @@ msgstr "à¦
বà§à¦§ ডà§à¦®à§à¦à¦¨ নিরà§à¦¦à§à¦¶à¦ à¦à¦ªà¦¸à§à¦¥
msgid "failed to kill pid %d"
msgstr "tty pid ফাà¦à¦² %s বনà§à¦§ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "ফাà¦à¦² '%s' stat à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
@@ -1803,232 +1821,242 @@ msgstr "ডà§à¦®à§à¦à¦¨à§à¦° নাম"
msgid "no domain with id %d"
msgstr "id %d সহ à¦à§à¦¨à§ ডà§à¦®à§à¦à¦¨ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤ নà§à¦"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ পà§à¦°à¦à§à¦°à¦¿à§à¦¾: %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s পà§à¦¨à¦°à¦¾à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "পাথ বà§à¦§ নà§: %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "à¦
বà§à¦§ à¦à¦°à§à¦à§à¦®à§à¦¨à§à¦ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "%d ঠিà¦à¦¾à¦¨à¦¾ মà§à¦®à¦¾à¦à¦¸à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "%d ঠিà¦à¦¾à¦¨à¦¾ মà§à¦®à¦¾à¦à¦¸à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "%d ঠিà¦à¦¾à¦¨à¦¾ মà§à¦®à¦¾à¦à¦¸à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "হà§à¦¡à¦¾à¦° '%s' পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr "à¦
নà§à¦°à§à¦§ à¦
নà§à¦¬à¦°à§à¦¤à¦¨ à¦à¦°à¦¾ হà¦à§à¦à§, à¦à¦¿à¦¨à§à¦¤à§ IPv4 ঠিà¦à¦®à¦¾à¦¨à¦¾/নà§à¦à¦®à¦¾à¦¸à§à¦ à¦à¦ªà¦²à¦¬à§à¦§ à¦à¦°à¦¾ হà§à¦¨à¦¿"
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS পà§à¦°à¦à§à¦¤à¦¿ %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
"নà§à¦à¦à§à¦¾à¦°à§à¦ à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨à§à¦° ফাà¦à¦² '%s'-র নাম নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° নাম '%s'-র সাথৠসà§à¦¸à¦à¦à¦¤ নà§"
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "%s-র à¦à¦¨à¦«à¦¿à¦ মà§à¦à§ ফà§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "%s ডà§à¦®à§à¦à¦¨ বরà§à¦¤à¦®à¦¾à¦¨à§ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ '%s' à¦
à¦à§-সà§à¦à¦¾à¦°à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "বà§à¦°à¦¿à¦ সমরà§à¦¥à¦¨ à¦à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "qemudStartup: মà§à¦®à¦°à¦¿ à¦
বশিষà§à¦ নà§à¦"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
#, fuzzy
msgid "Reloading iptables rules\n"
msgstr "iptables-র নিà§à¦®à¦¾à¦¬à¦²à§ পà§à¦¨à¦°à¦¾à§ লà§à¦¡ à¦à¦°à¦¾ হà¦à§à¦à§"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr "সারà§à¦à¦¾à¦°à§à¦° IP ঠিà¦à¦¾à¦¨à¦¾ বিনা dhcp ডà§à¦®à¦¨ à¦à¦°à¦®à§à¦ à¦à¦°à¦¾ সমà§à¦à¦¬ নà§"
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "লঠডিরà§à¦à§à¦à¦°à¦¿ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ %s: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr ""
"'%s' থà§à¦à§ à¦
নà§à¦¬à¦°à§à¦¤à¦¨ পà§à¦°à¦à§à¦°à¦¿à§à¦¾à¦° à¦
নà§à¦®à§à¦¦à¦¨à§à¦° à¦à¦¨à§à¦¯ iptables নিà§à¦® যà§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s\n"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "'%s'-ঠà¦
নà§à¦¬à¦°à§à¦¤à¦¨ পà§à¦°à¦à§à¦°à¦¿à§à¦¾à¦° à¦
নà§à¦®à§à¦¦à¦¨à§à¦° à¦à¦¨à§à¦¯ iptables নিà§à¦® যà§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s\n"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "masquerading পà§à¦°à¦à§à¦°à¦¿à§à¦¾ সà¦à§à¦°à¦¿à§ à¦à¦°à¦¾à¦° à¦à¦¨à§à¦¯ iptables নিà§à¦® যà§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s\n"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr ""
"'%s' থà§à¦à§ রাà¦à¦à¦¿à¦ পà§à¦°à¦à§à¦°à¦¿à§à¦¾à¦° à¦
নà§à¦®à§à¦¦à¦¨à§à¦° à¦à¦¨à§à¦¯ iptables নিà§à¦® যà§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s\n"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "'%s'-ঠরাà¦à¦à¦¿à¦ পà§à¦°à¦à§à¦°à¦¿à§à¦¾à¦° à¦
নà§à¦®à§à¦¦à¦¨à§à¦° à¦à¦¨à§à¦¯ iptables নিà§à¦® যà§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s\n"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "'%s' থà§à¦à§ DHCP-র à¦
নà§à¦°à§à¦§ à¦
নà§à¦®à§à¦¦à¦¨à§à¦° à¦à¦¨à§à¦¯ iptables নিà§à¦® যà§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "'%s' থà§à¦à§ DNS-র à¦
নà§à¦°à§à¦§ à¦
নà§à¦®à§à¦¦à¦¨à§à¦° à¦à¦¨à§à¦¯ iptables নিà§à¦® যà§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr ""
"'%s' থà§à¦à§ বাহিরমà§à¦à§ সমà§à¦ªà§à¦°à¦à¦¾à¦° à¦
নà§à¦®à§à¦¦à¦¨à§à¦° à¦à¦¨à§à¦¯ iptables নিà§à¦® যà§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr ""
"'%s'-র পà§à¦°à¦¤à¦¿ à¦à¦à¦®à¦¨à¦à¦¾à¦°à§ সমà§à¦ªà§à¦°à¦à¦¾à¦° à¦
নà§à¦®à§à¦¦à¦¨à§à¦° à¦à¦¨à§à¦¯ iptables নিà§à¦® যà§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr ""
"'%s'-র à¦à§à¦·à§à¦¤à§à¦°à§ à¦à¦¨à§à¦¤à¦ বà§à¦°à¦¿à¦ সমà§à¦ªà§à¦°à¦à¦¾à¦°à§à¦° à¦
নà§à¦°à§à¦§ à¦
নà§à¦®à§à¦¦à¦¨à§à¦° à¦à¦¨à§à¦¯ iptables নিà§à¦® যà§à¦ à¦à¦°à¦¤à§ "
"বà§à¦¯à¦°à§à¦¥: %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ বরà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à¦°à¦¿à§"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "বà§à¦°à¦¿à¦ '%s' নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "'%s' বà§à¦°à¦¿à¦à§à¦° IP ঠিà¦à¦¾à¦¨à¦¾ '%s'-ঠধারà§à¦¯ à¦à¦°à¦¾ যাà§à¦¨à¦¿ : %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "'%s' বà§à¦°à¦¿à¦à§à¦° নà§à¦à¦®à¦¾à¦¸à§à¦ '%s'-ঠনিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "'%s' বà§à¦°à¦¿à¦ à¦à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "IP ফরà¦à§à¦¾à¦°à§à¦¡à¦¿à¦ সà¦à§à¦°à¦¿à§ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "বà§à¦°à¦¿à¦ '%s' বনà§à¦§ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "বà§à¦°à¦¿à¦ '%s' মà§à¦à§ ফà§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ '%s' বনà§à¦§ à¦à¦°à¦¾ হà¦à§à¦à§"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr "uuid-র সাথৠসà§à¦à¦à¦¤ নà§à¦à¦à§à¦¾à¦°à§à¦ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr "নামà§à¦° সাথৠসà§à¦¸à¦à¦à¦¤ নà§à¦à¦à§à¦¾à¦°à§à¦ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ বরà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à¦°à¦¿à§"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr "id-র সাথৠসà§à¦¸à¦à¦à¦¤ নà§à¦à¦à§à¦¾à¦°à§à¦ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ '%s' সà¦à§à¦°à¦¿à§ নà§"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "autostart ডিরà§à¦à§à¦à¦°à¦¿ %s নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "'%s' সিমলিà¦à¦ '%s'-ঠনিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "সিমলিà¦à¦ '%s' মà§à¦à§ ফà§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
@@ -2039,7 +2067,267 @@ msgstr "সিমলিà¦à¦ '%s' মà§à¦à§ ফà§à¦²à¦¤à§ বà§à¦¯à¦°à§
msgid "no node device with matching name"
msgstr "সà§à¦¸à¦à¦à¦¤ নাম সহ à¦à§à¦¨à§ ডà§à¦®à§à¦à¦¨ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤ নà§à¦"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "হà§à¦¡à¦¾à¦° '%s' পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "ডিà¦à¦¾à¦à¦¸ %s-র à¦à§à¦¸ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS পà§à¦°à¦à§à¦¤à¦¿ %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "'%s' ফাà¦à¦²à§à¦° মালিà¦à¦¾à¦¨à¦¾ নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "সাà¦à¦¨à§à¦¡ মডà§à¦² '%s' বà§à¦§ নà§"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸à§à¦° ধরন"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "%s-র মধà§à¦¯à§ নà§à¦à¦à§à¦¾à¦°à§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
বà§à¦§ নিরà§à¦¦à§à¦¶à¦"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS পà§à¦°à¦à§à¦¤à¦¿ %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "%s-র মধà§à¦¯à§ নà§à¦à¦à§à¦¾à¦°à§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
বà§à¦§ নিরà§à¦¦à§à¦¶à¦"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "%s-র মধà§à¦¯à§ à¦
বà§à¦§ ডà§à¦®à§à¦à¦¨ নিরà§à¦¦à§à¦¶à¦"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "%s-র মধà§à¦¯à§ à¦
বà§à¦§ ডà§à¦®à§à¦à¦¨ নিরà§à¦¦à§à¦¶à¦"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "সাà¦à¦¨à§à¦¡ মডà§à¦² '%s' বà§à¦§ নà§"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "সাà¦à¦¨à§à¦¡ মডà§à¦² '%s' বà§à¦§ নà§"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "%s-র মধà§à¦¯à§ সà¦à¦¯à§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
বà§à¦§ নিরà§à¦¦à§à¦¶à¦"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "uuid সামà¦à§à¦°à§ তà§à¦°à§à¦à¦¿à¦ªà§à¦°à§à¦£"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "ডà§à¦®à§à¦à¦¨à§à¦° ধরন সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS পà§à¦°à¦à§à¦¤à¦¿ %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS পà§à¦°à¦à§à¦¤à¦¿ %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "'%s' à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
@@ -2199,7 +2487,7 @@ msgstr "ডà§à¦®à§à¦à¦¨ বরà§à¦¤à¦®à¦¾à¦¨à§ shutoff (বনà§à¦§) à¦
msgid "Could not read container config"
msgstr "সà¦à¦¯à§à¦à§à¦° URI পারà§à¦¸ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ ধরন '%s'"
@@ -2213,6 +2501,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "সà¦à¦¯à§à¦à§à¦° URI পারà§à¦¸ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "pid ফাà¦à¦² '%s' à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "সিà¦à¦¨à§à¦¯à¦¾à¦² পাà¦à¦ª থà§à¦à§ পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "pid ফাà¦à¦² '%s'-ঠলিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "pid ফাà¦à¦² '%s' à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "à¦à¦°à§à¦® বিফল: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "'%s'-র সাথৠসà¦à§à¦ বাà¦à¦¨à§à¦¡ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦°à§à¦° সাথৠসà¦à¦¯à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "'%s'-র সাথৠসà¦à§à¦ বাà¦à¦¨à§à¦¡ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "%s থà§à¦à§ ডà§à¦®à§à¦à¦¨ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "uid '%d'-র বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§à¦° রà§à¦à¦°à§à¦¡ à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "%s থà§à¦à§ ডà§à¦®à§à¦à¦¨ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2257,699 +2610,767 @@ msgstr "পà§à¦°à¦à§à¦¸à¦¿ সহযà§à¦à§ সà¦à¦¯à§à¦à§ সমসà§
msgid "got asynchronous packet number %d\n"
msgstr "à¦
à§à¦¯à¦¾à¦¸à¦¿à¦à§à¦à§à¦°à§à¦¨à¦¾à¦¸ পà§à¦¯à¦¾à¦à§à¦ সà¦à¦à§à¦¯à¦¾ %d পà§à¦°à¦¾à¦ªà§à¦¤\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "qemu %d pid %lu থà§à¦à§ পà§à¦°à¦¸à§à¦¥à¦¾à¦¨à¦à¦¾à¦²à§ à¦à§à¦ªà¦¨à§à¦¨ à¦
বসà§à¦¥à¦¾ নিরà§à¦¦à§à¦¶à¦ মান পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ নà§"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr "পà§à¦°à¦¸à§à¦¥à¦¾à¦¨à¦à¦¾à¦²à§ à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ à¦
বসà§à¦¥à¦¾ নিরà§à¦¦à§à¦¶à¦ মান '%d', qemu সমà§à¦à¦¬à¦¤ বিফল"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "QEMU বাà¦à¦¨à¦¾à¦°à¦¿ %s à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ '%s' পাà¦à§à¦¾ যাà§à¦¨à¦¿"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr "%d পà§à¦°à¦à§à¦¤à¦¿à¦° নà§à¦à¦à§à¦¾à¦°à§à¦ সমরà§à¦¥à¦¿à¦¤ নà§"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr "বà§à¦°à¦¿à¦ সমরà§à¦¥à¦¨ à¦à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "tap à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ '%s' যà§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥, à¦à¦à¦¿ '%s' বà§à¦°à¦¿à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦¬à¦¹à§à¦¤ হৠ: %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "tap à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ '%s' যà§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥, à¦à¦à¦¿ '%s' বà§à¦°à¦¿à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦¬à¦¹à§à¦¤ হৠ: %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "'info blockstats' à¦à¦®à¦¾à¦¨à§à¦¡ à¦à¦ qemu দà§à¦¬à¦¾à¦°à¦¾ সমরà§à¦¥à¦¿à¦¤ নà§"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
#, fuzzy
msgid "STDIO migration is not supported with this QEMU binary"
msgstr "'info blockstats' à¦à¦®à¦¾à¦¨à§à¦¡ à¦à¦ qemu দà§à¦¬à¦¾à¦°à¦¾ সমরà§à¦¥à¦¿à¦¤ নà§"
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "'%s' ধরনà§à¦° ডিসà§à¦ সমরà§à¦¥à¦¿à¦¤ নà§"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "'%s' ধরনà§à¦° ডিসà§à¦ সমরà§à¦¥à¦¿à¦¤ নà§"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr "'%s' ধরনà§à¦° ডিসà§à¦ সমরà§à¦¥à¦¿à¦¤ নà§"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "সাà¦à¦¨à§à¦¡ মডà§à¦² বà§à¦§ নà§"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "à¦
বà§à¦§ ডà§à¦®à§à¦à¦¨ নাম"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "à¦
বà§à¦§ পাথ"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "মনিà¦à¦° পাথ %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "নà§à¦¡à§à¦° ডà§à¦®à§à¦à¦¨ তালিà¦à¦¾"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "close-on-exec ফাà¦à¦² ডà§à¦¸à§à¦à§à¦°à¦¿à¦ªà¦à¦° ফà§à¦²à§à¦¯à¦¾à¦à§à¦° মান নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "non-blocking ফাà¦à¦² ডà§à¦¸à§à¦à§à¦°à¦¿à¦ªà¦à¦° ফà§à¦²à§à¦¯à¦¾à¦à§à¦° মান নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "%s লà¦-ফাà¦à¦² নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "VM লà¦-ফাà¦à¦² সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ close-on-exec ফà§à¦²à§à¦¯à¦¾à¦ %s নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "%s লà¦-ফাà¦à¦² নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/qemu_driver.c:211
-#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "%s লà¦-ফাà¦à¦² নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "VM লà¦-ফাà¦à¦² সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ close-on-exec ফà§à¦²à§à¦¯à¦¾à¦ %s নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "tty %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s\n"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "VM '%s' autostart à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "বà§à¦²à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ পরিসà¦à¦à§à¦¯à¦¾à¦¨ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ %s %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "%s থà§à¦à§ ডà§à¦®à§à¦à¦¨ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "%s ডà§à¦®à§à¦à¦¨ %s-ঠসà¦à¦°à¦à§à¦·à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "%s ডিরà§à¦à§à¦à¦°à¦¿ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "বরà§à¦¤à¦®à¦¾à¦¨MemorySize পরà§à¦à§à¦·à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "মà§à¦¡ '%s' পারà§à¦¸ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "মà§à¦¡ '%s' পারà§à¦¸ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
+#: src/qemu_driver.c:476
#, fuzzy, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "VM '%s' autostart à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup: মà§à¦®à¦°à¦¿ à¦
বশিষà§à¦ নà§à¦"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr "%s পà§à¦°à¦¾à¦°à¦®à§à¦à§à¦° সমৠপà§à¦°à¦¾à¦ªà§à¦¤ ফলাফল পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr "%s পà§à¦°à¦¾à¦°à¦®à§à¦à§à¦° সমৠপà§à¦°à¦¾à¦ªà§à¦¤ ফলাফল পà§à¦¤à§ সমৠà¦à¦¤à§à¦¤à§à¦°à§à¦£ হà§à§à¦à§"
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr "%s পà§à¦°à¦¾à¦°à¦®à§à¦à§à¦° সমৠপà§à¦°à¦¾à¦ªà§à¦¤ ফলাফল পà§à¦¤à§ à¦
বশিষà§à¦ সà§à¦¥à¦¾à¦¨ à¦à¦ªà¦²à¦¬à§à¦§ নà§à¦"
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, fuzzy, c-format
+msgid "Out of space while reading %s log output"
+msgstr "%s পà§à¦°à¦¾à¦°à¦®à§à¦à§à¦° সমৠপà§à¦°à¦¾à¦ªà§à¦¤ ফলাফল পà§à¦¤à§ à¦
বশিষà§à¦ সà§à¦¥à¦¾à¦¨ à¦à¦ªà¦²à¦¬à§à¦§ নà§à¦"
+
+#: src/qemu_driver.c:757
+#, fuzzy, c-format
+msgid "Failure while reading %s log output"
+msgstr "%s পà§à¦°à¦¾à¦°à¦®à§à¦à§à¦° সমৠপà§à¦°à¦¾à¦ªà§à¦¤ ফলাফল পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
+#: src/qemu_driver.c:771
+#, fuzzy, c-format
+msgid "Timed out while reading %s log output"
+msgstr "%s পà§à¦°à¦¾à¦°à¦®à§à¦à§à¦° সমৠপà§à¦°à¦¾à¦ªà§à¦¤ ফলাফল পà§à¦¤à§ সমৠà¦à¦¤à§à¦¤à§à¦°à§à¦£ হà§à§à¦à§"
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr "মনিà¦à¦° পাথ %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr "মনিà¦à¦° সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ close-on-exec ফà§à¦²à§à¦¯à¦¾à¦à§à¦° মান নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "%d লà¦-ফাà¦à¦² বনà§à¦§ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "tty-র বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr "CPU thread সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¾à¦° à¦à¦¨à§à¦¯ মনিà¦à¦° à¦à¦®à¦¾à¦¨à§à¦¡ সà¦à§à¦à¦¾à¦²à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "à¦à§à¦·à¦®à¦¤à¦¾ সমà§à¦¬à¦¨à§à¦§à§à§ তথà§à¦¯ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr "পà§à¦¨à¦°à¦¾à¦°à¦®à§à¦à§à¦° à¦à¦°à§à¦® বিফল"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "বরà§à¦¤à¦®à¦¾à¦¨MemorySize পরà§à¦à§à¦·à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "VM বরà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à¦°à¦¿à§"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr "à¦à¦à¦à¦¿ à¦
বà§à¦¯à¦¬à¦¹à§à¦¤ VNC পà§à¦°à§à¦ সনাà¦à§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "লঠডিরà§à¦à§à¦à¦°à¦¿ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ %s: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "QEMU বাà¦à¦¨à¦¾à¦°à¦¿ %s à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "QEMU বাà¦à¦¨à¦¾à¦°à¦¿ %s à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "%d লঠফাà¦à¦²à§à¦° মধà§à¦¯à§ argv লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "%d লঠফাà¦à¦²à§à¦° মধà§à¦¯à§ argv লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "%d লঠফাà¦à¦²à§à¦° মধà§à¦¯à§ argv লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s বনà§à¦§ à¦à¦°à¦¾ হà¦à§à¦à§\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "VM '%s' বনà§à¦§ à¦à¦°à¦¾ হà¦à§à¦à§"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "'%s'-র সাথৠসà¦à§à¦ বাà¦à¦¨à§à¦¡ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "%d লà¦-ফাà¦à¦² বনà§à¦§ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
+msgid "Failed to remove domain status for %s"
+msgstr "%s থà§à¦à§ ডà§à¦®à§à¦à¦¨ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "VM à¦à¦¨à¦¸à§à¦²à§à¦° তথà§à¦¯ লঠà¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "tty %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr "à¦à¦ হà§à¦¸à§à¦ সিসà§à¦à§à¦®à§ NUMA সমরà§à¦¥à¦¿à¦¤ হবৠনা"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr "NUMA-র মà§à¦à§à¦¤ মà§à¦®à¦°à¦¿à¦° পরিমাণ à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "হà§à¦¸à§à¦-নà§à¦® পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "%s ডà§à¦®à§à¦à¦¨ বরà§à¦¤à¦®à¦¾à¦¨à§ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "%s ডà§à¦®à§à¦à¦¨ বরà§à¦¤à¦®à¦¾à¦¨à§ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "%d id-র সাথৠসà§à¦¸à¦à¦à¦¤ ডà§à¦®à§à¦à¦¨ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "ডà§à¦®à§à¦à¦¨ বরà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à¦°à¦¿à§ নà§"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr "সà§à¦¥à¦à¦¿à¦¤ à¦à¦°à¦¾à¦° à¦à¦°à§à¦® বিফল"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr "বনà§à¦§ à¦à¦°à¦¾à¦° à¦à¦°à§à¦® বিফল"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "uuid '%s'-র সাথৠসà§à¦¸à¦à¦à¦¤ ডà§à¦®à§à¦à¦¨ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
"সরà§à¦¬à¦¾à¦§à¦¿à¦ মà§à¦®à¦°à¦¿à¦° পরিমাণ বরà§à¦¤à¦®à¦¾à¦¨ মà§à¦®à¦°à¦¿à¦° তà§à¦²à¦¨à¦¾à§ à¦à¦® পরিমাণৠনিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¾ যাবৠনা"
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr "সà¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° মà§à¦®à¦°à¦¿ নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¾ যাবৠনা"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr "সরà§à¦¬à¦¾à¦§à¦¿à¦ মà§à¦®à¦°à¦¿à¦° পরিমাণà§à¦° তà§à¦²à¦¨à¦¾à§ à¦
ধিঠপরিমাণৠমà§à¦®à¦°à¦¿ নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¾ যাবৠনা"
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr "ডà§à¦®à§à¦à¦¨ xml পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr "'%s' নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
msgstr "সà¦à¦°à¦à§à¦·à¦£à§à¦° হà§à¦¡à¦¾à¦° লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr "xml লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "%d লà¦-ফাà¦à¦² বনà§à¦§ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "মà§à¦®à¦°à¦¿ à¦
বশিষà§à¦ নà§à¦"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr "মাà¦à¦à§à¦°à§à¦ à¦à¦°à§à¦® বিফল"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
#, fuzzy
msgid "'migrate' not supported by this qemu"
msgstr "'info blockstats' à¦à¦®à¦¾à¦¨à§à¦¡ à¦à¦ qemu দà§à¦¬à¦¾à¦°à¦¾ সমরà§à¦¥à¦¿à¦¤ নà§"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr "সà¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° মধà§à¦¯à§ vcpu-র সà¦à¦à§à¦¯à¦¾ পরিবরà§à¦¤à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° à¦à§à¦·à§à¦¤à§à¦°à§ পà§à¦°à¦¯à§à¦à§à¦¯ সরà§à¦¬à¦¾à¦§à¦¿à¦ vcpu নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¾ যাà§à¦¨à¦¿"
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
"ডà§à¦®à§à¦à¦¨à§à¦° à¦à¦¨à§à¦¯ নিরà§à¦§à¦¾à¦°à¦¿à¦¤ সরà§à¦¬à¦¾à¦§à¦¿à¦ vcpu থà§à¦à§ à¦
নà§à¦°à§à¦§ à¦à¦°à¦¾ vcpu-র সà¦à¦à§à¦¯à¦¾ à¦
ধিà¦: %d > %d"
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
msgid "cannot pin vcpus on an inactive domain"
msgstr "নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° মধà§à¦¯à§ vcpu pin à¦à¦°à¦¾ সমà§à¦à¦¬ নà§"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "vcpu সà¦à¦à§à¦¯à¦¾ সà§à¦®à¦¾ বহিরà§à¦à§à¦¤ %d > %d"
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "ডà§à¦®à§à¦à¦¨ পà§à¦¨à¦°à¦¾à§ বà§à¦ à¦à¦°à¦¾ হবà§"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "ডà§à¦®à§à¦à¦¨ পà§à¦¨à¦°à¦¾à§ বà§à¦ à¦à¦°à¦¾ হবà§"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "'%d' ডà§à¦®à§à¦à¦¨ বà§à¦¯à¦¾à¦à§à¦¯à¦¾à¦à¦¾à¦²à§ à¦
à¦à¦¾à¦¨à¦¾ virt type à¦à¦²à§à¦²à¦¿à¦à¦¿à¦¤"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "বরà§à¦¤à¦®à¦¾à¦¨MemorySize পরà§à¦à§à¦·à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
+#: src/qemu_driver.c:3014
+#, fuzzy, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr "vCPU-র সà¦à¦à§à¦¯à¦¾ সরà§à¦¬à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦¾à¦° à¦
ধিà¦: %d > %d"
+
+#: src/qemu_driver.c:3023
+#, fuzzy, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr "vCPU-র সà¦à¦à§à¦¯à¦¾ সরà§à¦¬à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦¾à¦° à¦
ধিà¦: %d > %d"
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° à¦à¦®à§à¦ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr "qemu হà§à¦¡à¦¾à¦° পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr "image magic সঠিঠনà§"
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "image-র সà¦à¦¸à§à¦à¦°à¦£ সমরà§à¦¥à¦¿à¦¤ নৠ(%d > %d)"
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr "XML পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr "XML পারà§à¦¸ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr "'%s' রà§à¦ªà§ ডà§à¦®à§à¦à¦¨ বরà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à¦°à¦¿à§"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
msgid "failed to assign new VM"
msgstr "নতà§à¦¨ VM ধারà§à¦¯ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr "VM à¦à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
msgid "failed to resume domain"
msgstr "ডà§à¦®à§à¦à¦¨ পà§à¦¨à¦°à¦¾à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "'%s' ধরনà§à¦° ডিসà§à¦ সমরà§à¦¥à¦¿à¦¤ নà§"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "cdrom মিডিà§à¦¾ মà§à¦à§ ফà§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "cdrom মিডিà§à¦¾ মà§à¦à§ ফà§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "%s পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "%s ডà§à¦®à§à¦à¦¨ বরà§à¦¤à¦®à¦¾à¦¨à§ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ ডিà¦à¦¾à¦à¦¸"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "হà§à¦¸à§à¦ বà§à¦¯à¦¾à¦à§à¦¯à¦¾à¦à¦¾à¦°à§ ফাà¦à¦² লà§à¦¡ à¦à¦°à¦¾ হà¦à§à¦à§"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ ডিà¦à¦¾à¦à¦¸"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "হà§à¦¸à§à¦ বà§à¦¯à¦¾à¦à§à¦¯à¦¾à¦à¦¾à¦°à§ ফাà¦à¦² লà§à¦¡ à¦à¦°à¦¾ হà¦à§à¦à§"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr "নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° সাথৠডিà¦à¦¾à¦à¦¸ সà¦à¦¯à§à¦à§à¦¤ à¦à¦°à¦¾ যাবৠনা"
-#: src/qemu_driver.c:3451
-#, fuzzy
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, fuzzy, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr "শà§à¦§à§à¦®à¦¾à¦¤à§à¦° CDROM ডিসà§à¦ ডিà¦à¦¾à¦à¦¸ সà¦à¦¯à§à¦à§à¦¤ à¦à¦°à¦¾ যাবà§"
-#: src/qemu_driver.c:3460
-#, fuzzy
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, fuzzy, c-format
+msgid "device type '%s' cannot be attached"
msgstr "শà§à¦§à§à¦®à¦¾à¦¤à§à¦° CDROM ডিসà§à¦ ডিà¦à¦¾à¦à¦¸ সà¦à¦¯à§à¦à§à¦¤ à¦à¦°à¦¾ যাবà§"
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "ডà§à¦®à§à¦à¦¨ পাà¦à§à¦¾ যাà§à¦¨à¦¿"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "ডà§à¦®à§à¦à¦¨ পà§à¦¨à¦°à¦¾à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "%s থà§à¦à§ ডিà¦à¦¾à¦à¦¸ বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° সাথৠডিà¦à¦¾à¦à¦¸ সà¦à¦¯à§à¦à§à¦¤ à¦à¦°à¦¾ যাবৠনা"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
#, fuzzy
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr "শà§à¦§à§à¦®à¦¾à¦¤à§à¦° CDROM ডিসà§à¦ ডিà¦à¦¾à¦à¦¸ সà¦à¦¯à§à¦à§à¦¤ à¦à¦°à¦¾ যাবà§"
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "সà¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° মà§à¦®à¦°à¦¿ নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¾ যাবৠনা"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "autostart ডিরà§à¦à§à¦à¦°à¦¿ %s নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "'%s' সিমলিà¦à¦ '%s'-ঠনিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "পাথ বà§à¦§ নà§: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr "'info blockstats' à¦à¦®à¦¾à¦¨à§à¦¡ বিফল"
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "'info blockstats' à¦à¦®à¦¾à¦¨à§à¦¡ à¦à¦ qemu দà§à¦¬à¦¾à¦°à¦¾ সমরà§à¦¥à¦¿à¦¤ নà§"
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "ডিà¦à¦¾à¦à¦¸ পাà¦à§à¦¾ যাà§à¦¨à¦¿: %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr "NULL à¦
থবা পাথ ফাà¦à¦à¦¾"
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "পাথ বà§à¦§ নà§, '%s' পরিà¦à¦¿à¦¤ à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ নà§"
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "'%s' ডিরà§à¦à§à¦à¦°à¦¿ à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨ ফাà¦à¦² %s পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "à¦
বà§à¦§ পাথ"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "open(%s) বিফল: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "lvs à¦à¦®à¦¾à¦¨à§à¦¡ বিফল"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "লঠফাà¦à¦²à§à¦° মধà§à¦¯à§ লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "নà§à¦¡à§à¦° ডà§à¦®à§à¦à¦¨ তালিà¦à¦¾"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "UUID নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "'%s' রà§à¦ªà§ ডà§à¦®à§à¦à¦¨ বরà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à¦°à¦¿à§"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "VM à¦à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "à¦à¦°à§à¦® বিফল: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "ডà§à¦®à§à¦à¦¨ %s পà§à¦¨à¦°à¦¾à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "সà§à¦¸à¦à¦à¦¤ নাম সহ à¦à§à¦¨à§ ডà§à¦®à§à¦à¦¨ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤ নà§à¦"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
msgstr "libvirtd বাà¦à¦¨à¦¾à¦°à¦¿ à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
@@ -2959,509 +3380,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open: 'ext' সমà§à¦ªà§à¦°à¦à¦¾à¦°à§à¦° à¦à¦¨à§à¦¯ à¦à¦®à¦¾à¦¨à§à¦¡ à¦à¦¬à¦¶à§à¦¯à¦"
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "tty %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s\n"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "tty %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s\n"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "সà¦à§à¦ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "সà¦à§à¦ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr "Windows-র à¦
ধà§à¦¨ unix, ssh ঠext সমà§à¦ªà§à¦°à¦à¦¾à¦° সমরà§à¦¥à¦¿à¦¤ নà§"
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "সà¦à§à¦ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "%d লà¦-ফাà¦à¦² বনà§à¦§ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "URI পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "ডà§à¦®à§à¦à¦¨ বরাদà§à¦¦à¦à¦°à¦£"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "%s '%s' বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s (%d)"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "VM à¦à¦¨à¦¸à§à¦²à§à¦° তথà§à¦¯ লঠà¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "SASL লাà¦à¦¬à§à¦°à§à¦°à¦¿ à¦à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %d (%s)"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, fuzzy, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "tty-র বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s\n"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "tty-র বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "à¦à§à¦²à¦¾à§à§à¦¨à§à¦à§à¦° পরিà¦à§ যাà¦à¦¾à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "tty %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s\n"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr "সারà§à¦à¦¾à¦°à§à¦° পরিà¦à§ পà§à¦°à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ (à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤ সারà§à¦à¦¿à¦«à¦¿à¦à§à¦ à¦
থবা IP ঠিà¦à¦¾à¦¨à¦¾)\n"
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "à¦à§à¦²à¦¾à§à§à¦¨à§à¦à§à¦° পরিà¦à§ যাà¦à¦¾à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "পাà¦à¦ª নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "ডিà¦à¦¾à¦à¦¸à§à¦° পà§à¦°à¦à§à¦¤à¦¿ বà§à¦§ নà§: %s"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
#, fuzzy
msgid "The certificate is not trusted."
msgstr "সারà§à¦à¦¿à¦«à¦¿à¦à§à¦ à¦à¦à¦¨à§ সà¦à§à¦°à¦¿à§ à¦à¦°à¦¾ হà§à¦¨à¦¿"
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
#, fuzzy
msgid "The certificate hasn't got a known issuer."
msgstr "remoteCheckCertificate: à¦à§à¦²à¦¾à§à§à¦¨à§à¦ সারà§à¦à¦¿à¦«à¦¿à¦à§à¦ বিতরণà¦à¦¾à¦°à§ à¦
পরিà¦à¦¿à¦¤à¥¤"
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
#, fuzzy
msgid "The certificate has been revoked."
msgstr "সারà§à¦à¦¿à¦«à¦¿à¦à§à¦à§à¦° মà§à§à¦¾à¦¦ à¦à¦¤à§à¦¤à§à¦°à§à¦£ হà§à§à¦à§"
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
#, fuzzy
msgid "The certificate uses an insecure algorithm"
msgstr ""
"remoteCheckCertificate: à¦à§à¦²à¦¾à§à§à¦¨à§à¦ সারà§à¦à¦¿à¦«à¦¿à¦à§à¦ দà§à¦¬à¦¾à¦°à¦¾ বà§à¦¯à¦¬à¦¹à§à¦¤ à¦
à§à¦¯à¦¾à¦²à¦à§à¦°à¦¿à¦¦à¦® নিরাপদ নà§à¥¤"
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "সারà§à¦à¦¿à¦«à¦¿à¦à§à¦ X.509 পà§à¦°à¦à§à¦¤à¦¿à¦° নà§"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "gnutls_certificate_get_peers বিফল"
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "SASL à¦
নà§à¦®à§à¦¦à¦¨ বà§à¦¯à¦¬à¦¸à§à¦¥à¦¾ %s à¦à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "tty %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s\n"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "সারà§à¦à¦¿à¦«à¦¿à¦à§à¦à§à¦° মà§à§à¦¾à¦¦ à¦à¦¤à§à¦¤à§à¦°à§à¦£ হà§à§à¦à§"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "সারà§à¦à¦¿à¦«à¦¿à¦à§à¦ à¦à¦à¦¨à§ সà¦à§à¦°à¦¿à§ à¦à¦°à¦¾ হà§à¦¨à¦¿"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr "সারà§à¦à¦¿à¦«à¦¿à¦à§à¦à§à¦° মালিà¦à¦¾à¦¨à¦¾ ঠহà§à¦¸à§à¦-নà§à¦®à§à¦° মধà§à¦¯à§ à¦à¦°à¦®à¦¿à¦² (%s)"
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ NUMA সà§à¦²: %d > %d"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ দà§à¦°à¦¬à¦°à§à¦¤à§ ডà§à¦®à§à¦à¦¨ ID: %d > %d"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "vCPU-র সà¦à¦à§à¦¯à¦¾ সরà§à¦¬à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦¾à¦° à¦
ধিà¦: %d > %d"
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr "vCPU মà§à¦¯à¦¾à¦ª বাফারà§à¦° দà§à¦°à§à¦à§à¦¯ সরà§à¦¬à¦¾à¦§à¦¿à¦ মাপà§à¦° à¦
ধিà¦: %d > %d"
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "হà§à¦¸à§à¦ দà§à¦¬à¦¾à¦°à¦¾ à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ vCPU সমà§à¦ªà¦°à§à¦à§ সà§à¦à¦¿à¦¤ à¦à¦°à¦¾ হà§à§à¦à§: %d > %d"
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, fuzzy, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr "vCPU-র সà¦à¦à§à¦¯à¦¾ সরà§à¦¬à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦¾à¦° à¦
ধিà¦: %d > %d"
+
+#: src/remote_internal.c:2352
+#, fuzzy, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr "vCPU-র সà¦à¦à§à¦¯à¦¾ সরà§à¦¬à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦¾à¦° à¦
ধিà¦: %d > %d"
+
+#: src/remote_internal.c:2361
+#, fuzzy, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr "vCPU-র সà¦à¦à§à¦¯à¦¾ সরà§à¦¬à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦¾à¦° à¦
ধিà¦: %d > %d"
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr "à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ দà§à¦°à¦¬à¦°à§à¦¤à§ ডà§à¦®à§à¦à¦¨à§à¦° নাম: %d > %d"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "remoteDomainGetSchedulerParameters: পরামিতির ধরন à¦
à¦à¦¾à¦¨à¦¾"
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "à¦
à§à¦¯à¦¾à¦°à§à¦° বরাদà§à¦¦à¦à¦¾à¦²à§ মà§à¦®à¦°à¦¿ à¦
বশিষà§à¦ নà§à¦"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ পà§à¦°à¦à§à¦¤à¦¿à¦° পরামিতি"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦ দà§à¦°à¦¬à¦°à§à¦¤à§ নà§à¦à¦à§à¦¾à¦°à§à¦: %d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr ""
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr ""
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr ""
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr ""
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦ ডà§à¦°à¦¾à¦à¦à¦¾à¦° নিবনà§à¦§à¦¿à¦¤"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦ ডà§à¦°à¦¾à¦à¦à¦¾à¦° নিবনà§à¦§à¦¿à¦¤"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦ ডà§à¦°à¦¾à¦à¦à¦¾à¦° নিবনà§à¦§à¦¿à¦¤"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦ à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦° ডিà¦à¦¾à¦à¦¸ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ পà§à¦°à¦à§à¦¤à¦¿à¦° à¦
নà§à¦®à§à¦¦à¦¨ পà§à¦°à¦£à¦¾à¦²à§ %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr "à¦
নà§à¦°à§à¦§ à¦à¦°à¦¾ à¦
নà§à¦®à§à¦¦à¦¨à§à¦° পà§à¦°à¦£à¦¾à¦²à§ %s পà§à¦°à¦¤à§à¦¯à¦¾à¦à§à¦¯à¦¾à¦¤"
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "à¦
নà§à¦®à§à¦¦à¦¨ পà§à¦°à¦£à¦¾à¦²à§ সমরà§à¦¥à¦¿à¦¤ নৠ%d"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "SASL লাà¦à¦¬à§à¦°à§à¦°à¦¿ à¦à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %d (%s)"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "sock ঠিà¦à¦¾à¦¨à¦¾ %d পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ (%s)"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "সমতà§à¦²à§à¦¯ ঠিà¦à¦¾à¦¨à¦¾ %d পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ (%s)"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "SASL à¦à§à¦²à¦¾à§à§à¦¨à§à¦ context নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %d (%s)"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr "TLS সà§à¦¶à¦¾à¦¨à§à¦° à¦à§à¦·à§à¦¤à§à¦°à§ সাà¦à¦«à¦¾à¦°à§à¦° মাপ বà§à¦§ নà§"
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "বহিসà§à¦¥à¦¿à¦¤ SSF %d নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ (%s)"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "SASL পà§à¦°à¦£à¦¾à¦²à§ %s, সারà§à¦à¦¾à¦° দà§à¦¬à¦¾à¦°à¦¾ সমরà§à¦¥à¦¿à¦¤ নà§"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "SASL মà§à¦®à¦¾à¦à¦¸à¦¾ à¦à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %d (%s)"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr ""
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, c-format
msgid "Failed SASL step: %d (%s)"
msgstr ""
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr ""
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr "xdr_remote_message_header বিফল"
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
#, fuzzy
msgid "xdr_u_int (length word)"
msgstr "xdr_int (length word)"
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "নà§à¦¡à§à¦° ডà§à¦®à§à¦à¦¨ তালিà¦à¦¾"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "সà¦à§à¦ %d পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "শà§à¦§à§à¦®à¦¾à¦¤à§à¦° পাঠযà§à¦à§à¦¯ সà¦à¦¯à§à¦"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "fd পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "'%s' নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s ধà§à¦¬à¦à¦¶ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
#, fuzzy
msgid "xdr_u_int (length word, reply)"
msgstr "xdr_int (length word, reply)"
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
#, fuzzy
msgid "packet received from server too small"
msgstr "সারà§à¦à¦¾à¦° থà§à¦à§ পà§à¦°à¦¾à¦ªà§à¦¤ পà§à¦¯à¦¾à¦à§à¦ à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ বà§"
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr "সারà§à¦à¦¾à¦° থà§à¦à§ পà§à¦°à¦¾à¦ªà§à¦¤ পà§à¦¯à¦¾à¦à§à¦ à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ বà§"
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr "à¦à¦¤à§à¦¤à¦°à§à¦° মধà§à¦¯à§ à¦
বà§à¦§ হà§à¦¡à¦¾à¦°"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ পà§à¦°à§à¦à§à¦°à¦¾à¦® (পà§à¦°à¦¾à¦ªà§à¦¤ %x, পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ %x)"
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr "পà§à¦°à§à¦à§à¦à¦²à§à¦° সà¦à¦¸à§à¦à¦°à¦£ à¦
à¦à¦¾à¦¨à¦¾ (পà§à¦°à¦¾à¦ªà§à¦¤ %x, পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ %x)"
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ পà§à¦°à¦£à¦¾à¦²à§ (পà§à¦°à¦¾à¦ªà§à¦¤ %x, পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ %x)"
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ à¦
বসà§à¦¥à¦¾ (পà§à¦°à¦¾à¦ªà§à¦¤ %x)"
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "calloc বিফল"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "à¦à¦®à¦¾à¦¨à§à¦¡à§à¦° à¦à¦¨à§à¦¯ à¦
পà§à¦à§à¦·à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "tty pid ফাà¦à¦² %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
+
+#: src/security_selinux.c:120
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr "tty pid ফাà¦à¦² %s পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "tty pid ফাà¦à¦² %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "tty pid ফাà¦à¦² %s পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "%s-র ফাà¦à¦² context পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, fuzzy, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr "vCPU-র সà¦à¦à§à¦¯à¦¾ সরà§à¦¬à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦¾à¦° à¦
ধিà¦: %d > %d"
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "tty %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s\n"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "tty %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s\n"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3492,45 +3994,45 @@ msgstr "à¦à¦¨à¦«à¦¿à¦ ফাà¦à¦² %s সà¦à¦°à¦à§à¦·à¦£ à¦à¦°à¦¤à§ ব
msgid "cannot read beginning of file '%s'"
msgstr "à¦à¦¨à¦«à¦¿à¦ ফাà¦à¦² %s নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "%s-র ফাà¦à¦² context পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "dir %s পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr "regex %s à¦à¦®à§à¦ªà¦¾à¦à¦² à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "fd পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "à¦à¦®à¦¾à¦¨à§à¦¡à§à¦° à¦à¦¨à§à¦¯ à¦
পà§à¦à§à¦·à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "পাঠৠতà§à¦°à§à¦à¦¿: %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3641,7 +4143,7 @@ msgid "cannot extend file '%s'"
msgstr "ফাà¦à¦² '%s' stat à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "পাথ '%s' নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
@@ -3674,17 +4176,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "'%s' ফাà¦à¦²à§à¦° মালিà¦à¦¾à¦¨à¦¾ নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "'%s' ফাà¦à¦² মà§à¦¡ নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "'%s' ফাà¦à¦² বনà§à¦§ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
@@ -3795,11 +4297,7 @@ msgstr "ডিà¦à¦¾à¦à¦¸ %s বনà§à¦§ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
msgid "cannot remove PV device '%s'"
msgstr "ttyPidFile %s মà§à¦à§ ফà§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "à¦à¦²à¦¿à¦à¦® '%s' à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
@@ -3812,168 +4310,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ হà§à¦¸à§à¦ %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS পà§à¦°à¦à§à¦¤à¦¿ %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "root সামà¦à§à¦°à§ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° নাম à¦
থবা uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS পà§à¦°à¦à§à¦¤à¦¿ %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "ডিà¦à¦¾à¦à¦¸à§à¦° à¦à§à¦¸ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ ডিà¦à¦¾à¦à¦¸"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "ডিà¦à¦¾à¦à¦¸ %s-র à¦à§à¦¸ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "ডিà¦à¦¾à¦à¦¸ %s-র à¦à§à¦¸ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS পà§à¦°à¦à§à¦¤à¦¿ %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "ডিà¦à¦¾à¦à¦¸à§à¦° à¦à¦¨à§à¦¤à¦¬à§à¦¯ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ পà§à¦°à¦à§à¦°à¦¿à§à¦¾: %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime পà§à¦°à¦à§à¦¤à¦¿"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "root সামà¦à§à¦°à§ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ হà§à¦¸à§à¦ %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ হà§à¦¸à§à¦ %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "root সামà¦à§à¦°à§ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS পà§à¦°à¦à§à¦¤à¦¿ %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "à¦à¦¨à¦«à¦¿à¦ ডিরà§à¦à§à¦à¦°à¦¿ %s নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "à¦à¦¨à¦«à¦¿à¦ ফাà¦à¦²à§à¦° পাথ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr "autostart-র লিà¦à¦ পাথ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¾ সমà§à¦à¦¬ নà§"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "XML নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "à¦à¦¨à¦«à¦¿à¦ ফাà¦à¦² %s নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "à¦à¦¨à¦«à¦¿à¦ ফাà¦à¦² %s লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "à¦à¦¨à¦«à¦¿à¦ ফাà¦à¦² %s সà¦à¦°à¦à§à¦·à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "%s-র à¦à¦¨à¦«à¦¿à¦ ফাà¦à¦² à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "%s-র à¦à¦¨à¦«à¦¿à¦ মà§à¦à§ ফà§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3981,17 +4484,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -3999,64 +4502,64 @@ msgstr ""
msgid "pool is still active"
msgstr "পà§à¦² বরà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à¦°à¦¿à§"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "ডà§à¦®à§à¦à¦¨ বরà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à¦°à¦¿à§"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "ডà§à¦®à§à¦à¦¨ বরà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à¦°à¦¿à§"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
#, fuzzy
msgid "storage pool is not active"
msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ লঠপাথà¦à¦¿ ফাà¦à¦² নà§"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "পà§à¦²à§à¦° à¦à§à¦¨à§ à¦à¦¨à¦«à¦¿à¦ ফাà¦à¦² à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤ নà§à¦"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "দিনà§à¦° বরà§à¦¤à¦®à¦¾à¦¨ সমৠসà¦à¦à§à¦°à¦¹"
@@ -4113,155 +4616,155 @@ msgstr "নà§à¦¡à§à¦° ডà§à¦®à§à¦à¦¨ তালিà¦à¦¾"
msgid "resolving domain filename"
msgstr "ডà§à¦®à§à¦à¦¨ ফাà¦à¦²à§à¦° নাম মà§à¦®à¦¾à¦à¦¸ à¦à¦°à¦¾ হà¦à§à¦à§"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "নà§à¦¡à§à¦° ডà§à¦®à§à¦à¦¨ তালিà¦à¦¾"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ ফাà¦à¦²à§à¦° নাম মà§à¦®à¦¾à¦à¦¸ à¦à¦°à¦¾ হà¦à§à¦à§"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "নà§à¦¡à§à¦° ডà§à¦®à§à¦à¦¨ তালিà¦à¦¾"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "ডà§à¦®à§à¦à¦¨ ফাà¦à¦²à§à¦° নাম মà§à¦®à¦¾à¦à¦¸ à¦à¦°à¦¾ হà¦à§à¦à§"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: à¦à¦à¦à¦¿ পাথ লিà¦à§à¦¨ à¦
থবা test:///default বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°à§à¦¨"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "'%s' ফাà¦à¦² বনà§à¦§ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "ডà§à¦®à§à¦à¦¨ পাà¦à§à¦¾ যাà§à¦¨à¦¿"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "ডà§à¦®à§à¦à¦¨ বরà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à¦°à¦¿à§ নà§"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "net পà¦à¦à§à¦¤à¦¿à¦° à¦à¦¨à§à¦¯ সà§à¦¥à¦¾à¦¨ বরাদà§à¦¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° à¦
বসà§à¦¥à¦¾ à¦à¦à¦à¦¿ ফাà¦à¦²à§ সà¦à¦°à¦à§à¦·à¦£ à¦à¦°à§à¦¨"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° à¦
বসà§à¦¥à¦¾ à¦à¦à¦à¦¿ ফাà¦à¦²à§ সà¦à¦°à¦à§à¦·à¦£ à¦à¦°à§à¦¨"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° à¦à¦®à§à¦ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "Xen Daemon থà§à¦à§ পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "মিà¦à¦¾à¦¡à¦¾à¦à¦¾ à¦
সমà§à¦ªà§à¦°à§à¦£"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s, %s-ঠসà¦à¦°à¦à§à¦·à¦£ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "লঠফাà¦à¦²à§à¦° মধà§à¦¯à§ লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s, %s-ঠসà¦à¦°à¦à§à¦·à¦£ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "ডà§à¦®à§à¦à¦¨ বরà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à¦°à¦¿à§"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "ডà§à¦®à§à¦à¦¨ বরà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à¦°à¦¿à§"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ বরà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à¦°à¦¿à§"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ পà§à¦°à§à¦¬à§à¦ সà¦à§à¦°à¦¿à§"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "ডà§à¦®à§à¦à¦¨ বরà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à¦°à¦¿à§"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ লঠপাথà¦à¦¿ ফাà¦à¦² নà§"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "নামà§à¦° সাথৠসà§à¦¸à¦à¦à¦¤ নà§à¦à¦à§à¦¾à¦°à§à¦ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "uuid '%s'-র সাথৠসà§à¦¸à¦à¦à¦¤ ডà§à¦®à§à¦à¦¨ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "uuid '%s'-র সাথৠসà§à¦¸à¦à¦à¦¤ ডà§à¦®à§à¦à¦¨ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4276,155 +4779,160 @@ msgstr "à¦à§à¦¯à¦¾à¦°à§à¦à§à¦à¦¾à¦° ডিà¦à¦¾à¦à¦¸à§à¦° à¦à¦¨à§à¦¯
msgid "unsupported chr device type %d"
msgstr "%s পà§à¦°à¦à§à¦¤à¦¿à¦° à¦à¦¨à¦ªà§à¦ ডিà¦à¦¾à¦à¦¸ সমরà§à¦¥à¦¿à¦¤ নà§"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "close-on-exec ফাà¦à¦² ডà§à¦¸à§à¦à§à¦°à¦¿à¦ªà¦à¦° ফà§à¦²à§à¦¯à¦¾à¦à§à¦° মান নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "বà§à¦°à¦¿à¦ সমরà§à¦¥à¦¨ à¦à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "%s ডিরà§à¦à§à¦à¦°à¦¿ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "qemudStartup: মà§à¦®à¦°à¦¿ à¦
বশিষà§à¦ নà§à¦"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "%s লà¦-ফাà¦à¦² নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "'%s' à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "%s পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "'%s' ফাà¦à¦² মà§à¦¡ নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "%s পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "dir %s পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "QEMU বাà¦à¦¨à¦¾à¦°à¦¿ %s à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "à¦à¦®à¦¾à¦¨à§à¦¡à§à¦° à¦à¦¨à§à¦¯ à¦
পà§à¦à§à¦·à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ pid পà§à¦°à¦¾à¦ªà§à¦¤ হà§à§à¦à§"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "%s পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "সà¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨ মà§à¦à§ ফà§à¦²à¦¾ সমà§à¦à¦¬ নà§"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "%s পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "'%s' ফাà¦à¦² বনà§à¦§ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "পাà¦à¦ª নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "পাà¦à¦ª নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "%s পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "'%s' ফাà¦à¦² বনà§à¦§ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "ডিà¦à¦¾à¦à¦¸ %s বনà§à¦§ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "autostart ডিরà§à¦à§à¦à¦°à¦¿ %s নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ : %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "হà§à¦¸à§à¦-নà§à¦® পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "হà§à¦¸à§à¦-নà§à¦® পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "হà§à¦¸à§à¦-নà§à¦® পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "পাথ '%s' নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "পাঠৠতà§à¦°à§à¦à¦¿: %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "uid '%d'-র বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§à¦° রà§à¦à¦°à§à¦¡ à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
@@ -4434,19 +4942,24 @@ msgstr "uid '%d'-র বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§à¦° রà§à¦à¦°à§à¦¡ à¦
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "à¦
à¦à¦¾à¦¨à¦¾ তà§à¦°à§à¦à¦¿"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "সহাà§à¦¿à¦à¦¾ পà§à¦°à¦¦à¦°à§à¦¶à¦¨"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "à¦à§à¦²à§à¦¬à¦¾à¦² সহাà§à¦¤à¦¾ à¦
থবা সà§à¦¨à¦¿à¦°à§à¦¦à¦¿à¦·à§à¦ à¦à¦®à¦¾à¦¨à§à¦¡à§à¦° à¦à¦¨à§à¦¯ সহাà§à¦¿à¦à¦¾ পà§à¦°à¦¦à¦°à§à¦¶à¦¨ à¦à¦°à¦¾ হবà§à¥¤"
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "à¦à¦®à¦¾à¦¨à§à¦¡à§à¦° নাম"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4454,623 +4967,635 @@ msgstr ""
"à¦à¦®à¦¾à¦¨à§à¦¡:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "à¦à¦à¦à¦¿ ডà§à¦®à§à¦à¦¨ সà§à¦¬à§à¦à¦à§à¦°à¦¿à§ রà§à¦ªà§ à¦à¦°à¦®à§à¦ à¦à¦°à§à¦¨"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "বà§à¦ à¦à¦°à¦¾à¦° সমৠসà§à¦¬à§à¦à¦à§à¦°à¦¿à§à¦°à§à¦ªà§ à¦à¦°à¦®à§à¦à§à¦° à¦à¦¨à§à¦¯ à¦à¦à¦à¦¿ ডà§à¦®à§à¦à¦¨ à¦à¦¨à¦«à¦¿à¦à¦¾à¦° à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° নাম, id à¦
থবা uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "সà§à¦¬à§à¦à¦à§à¦°à¦¿à§ পà§à¦°à¦¾à¦°à¦®à§à¦à¦à¦°à¦£ নিষà§à¦à§à¦°à¦¿à§ à¦à¦°à§à¦¨"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "ডà§à¦®à§à¦à¦¨ %s সà§à¦¬à§à¦à¦à§à¦°à¦¿à§ পà§à¦°à¦¾à¦°à¦®à§à¦à¦à¦¾à¦°à§ রà§à¦ªà§ à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "ডà§à¦®à§à¦à¦¨ %s থà§à¦à§ সà§à¦¬à§à¦à¦à§à¦°à¦¿à§ পà§à¦°à¦¾à¦°à¦®à§à¦à¦à¦¾à¦°à§ à¦à¦¿à¦¹à§à¦¨ মà§à¦à§ ফà§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s সà§à¦¬à§à¦à¦à§à¦°à¦¿à§à¦°à§à¦ªà§ পà§à¦°à¦¾à¦°à¦®à§à¦à¦à¦¾à¦°à§ রà§à¦ªà§ à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s থà§à¦à§ সà§à¦¬à§à¦à¦à§à¦°à¦¿à§à¦°à§à¦ªà§ পà§à¦°à¦¾à¦°à¦®à§à¦à¦à¦¾à¦°à§ à¦à¦¿à¦¹à§à¦¨ মà§à¦à§ ফà§à¦²à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦°à§à¦° সাথৠ(পà§à¦¨à¦°à¦¾à§) সà¦à¦¯à§à¦ সà§à¦¥à¦¾à¦ªà¦¨"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"সà§à¦¥à¦¾à¦¨à§à§ হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦°à§à¦° সাথৠসà¦à¦¯à§à¦à¥¤ শà§à¦² পà§à¦°à¦¾à¦°à¦®à§à¦à§à¦° পরৠà¦à¦ à¦à¦®à¦¾à¦¨à§à¦¡à¦à¦¿ পà§à¦°à§à§à¦à§à¦° à¦à¦¨à§à¦¯ "
"বিলà§à¦-à¦à¦¨à¥¤"
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦° সà¦à¦¯à§à¦à§à¦° URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "শà§à¦§à§à¦®à¦¾à¦¤à§à¦° পাঠযà§à¦à§à¦¯ সà¦à¦¯à§à¦"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦°à§à¦° সাথৠসà¦à¦¯à§à¦ বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦°à§à¦° সাথৠসà¦à¦¯à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "à¦à§à¦¸à§à¦ à¦à¦¨à¦¸à§à¦²à§à¦° সাথৠসà¦à¦¯à§à¦ সà§à¦¥à¦¾à¦ªà¦¨ à¦à¦°à§à¦¨"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "à¦à§à¦¸à§à¦à§à¦° à¦à¦¨à§à¦¯ à¦à¦¾à¦°à§à¦à§à§à¦¾à¦² সিরিà§à¦¾à¦² à¦à¦¨à¦¸à§à¦² সà¦à¦¯à§à¦ à¦à¦°à§à¦¨"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° à¦à¦¨à§à¦¯ à¦à§à¦¨à§ à¦à¦¨à¦¸à§à¦² à¦à¦ªà¦²à¦¬à§à¦§ নà§à¦\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° তালিà¦à¦¾"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° তালিà¦à¦¾ পà§à¦°à¦¦à¦°à§à¦¶à¦¨ à¦à¦°à¦¾ হà§à¥¤"
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° তালিà¦à¦¾"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "নিষà§à¦à§à¦°à¦¿à§ ঠসà¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° তালিà¦à¦¾"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "সà¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° তালিà¦à¦¾ নিরà§à¦®à¦¾à¦£à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° তালিà¦à¦¾ নিরà§à¦®à¦¾à¦£à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "নাম"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "à¦
বসà§à¦¥à¦¾"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "à¦à§à¦¨à§ à¦
বসà§à¦¥à¦¾ নà§"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° à¦
বসà§à¦¥à¦¾"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "à¦à¦²à¦®à¦¾à¦¨ ডà§à¦®à§à¦à¦¨à§à¦° à¦
বসà§à¦¥à¦¾ সমà§à¦ªà¦°à§à¦à§ তথà§à¦¯ à¦à¦ªà¦²à¦¬à§à¦§ à¦à¦°à¦¾ হà§à¥¤"
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "à¦à§à¦¨à§ ডà§à¦®à§à¦à¦¨à§à¦° à¦à¦¨à§à¦¯ ডিà¦à¦¾à¦à¦¸ বà§à¦²à¦à§à¦° পরিসà¦à¦à§à¦¯à¦¾à¦¨ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à§à¦¨"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "à¦à¦²à¦®à¦¾à¦¨ ডà§à¦®à§à¦à¦¨à§à¦° ডিà¦à¦¾à¦à¦¸ বà§à¦²à¦à§à¦° পরিসà¦à¦à§à¦¯à¦¾à¦¨ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "বà§à¦²à¦ ডিà¦à¦¾à¦à¦¸"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "বà§à¦²à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ পরিসà¦à¦à§à¦¯à¦¾à¦¨ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ %s %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° à¦à¦¨à§à¦¯à¦¾ নà§à¦à¦à§à¦¾à¦°à§à¦ à¦à¦¨à§à¦à¦¾à¦°à¦«à¦à§ পরিসà¦à¦à§à¦¯à¦¾à¦¨ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à§à¦¨"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "à¦à¦²à¦®à¦¾à¦¨ ডà§à¦®à§à¦à¦¨à§à¦° নà§à¦à¦à§à¦¾à¦°à§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ পরিসà¦à¦à§à¦¯à¦¾à¦¨ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ ডিà¦à¦¾à¦à¦¸"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ পরিসà¦à¦à§à¦¯à¦¾à¦¨ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ %s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "ডà§à¦®à§à¦à¦¨ সাসপà§à¦¨à§à¦¡ à¦
বসà§à¦¥à¦¾à§ সà§à¦¥à¦¾à¦ªà¦¨à¦¾"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "ডà§à¦®à§à¦à¦¨ সাসপà§à¦¨à§à¦¡ à¦
বসà§à¦¥à¦¾à§ সà§à¦¥à¦¾à¦ªà¦¨ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s সাসপà§à¦¨à§à¦¡ à¦
বসà§à¦¥à¦¾à§ সà§à¦¥à¦¾à¦ªà¦¿à¦¤\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s সাসপà§à¦¨à§à¦¡ à¦
বসà§à¦¥à¦¾à§ সà§à¦¥à¦¾à¦ªà¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "à¦à¦à¦à¦¿ XML ফাà¦à¦² থà§à¦à§ ডà§à¦®à§à¦à¦¨ নিরà§à¦®à¦¾à¦£à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "à¦à¦à¦à¦¿ ডà§à¦®à§à¦à¦¨ নিরà§à¦®à¦¾à¦£ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "XML ডà§à¦®à§à¦à¦¨à§à¦° বিবরণসহ à¦à¦à¦à¦¿ ফাà¦à¦²"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "%s ডà§à¦®à§à¦à¦¨ %s থà§à¦à§ নিরà§à¦®à¦¿à¦¤\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "%s থà§à¦à§ ডà§à¦®à§à¦à¦¨ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "à¦à¦à¦à¦¿ XML ফাà¦à¦² থà§à¦à§ ডà§à¦®à§à¦à¦¨ বà§à¦¯à¦¾à¦à§à¦¯à¦¾ à¦à¦°à¦¾ হবৠ(à¦à¦°à¦®à§à¦ à¦à¦°à¦¾ হবৠনা)"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "à¦à¦à¦à¦¿ ডà§à¦®à§à¦à¦¨à§à¦° বà§à¦¯à¦¾à¦à§à¦¯à¦¾ লিà¦à§à¦¨à¥¤"
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s, %s থà§à¦à§ বà§à¦¯à¦¾à¦à§à¦¯à¦¾ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "%s থà§à¦à§ ডà§à¦®à§à¦à¦¨à§à¦° বà§à¦¯à¦¾à¦à§à¦¯à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "à¦à¦à¦à¦¿ নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨à§à¦° বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨à¥¤"
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° নাম à¦
থবা uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s-র বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s-র বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "à¦à¦à¦à¦¿ (পà§à¦°à§à¦¬à§ বà§à¦¯à¦¾à¦à§à¦¯à¦¾ à¦à¦°à¦¾) নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨ à¦à¦°à¦®à§à¦ à¦à¦°à§à¦¨"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "à¦à¦à¦à¦¿ ডà§à¦®à§à¦à¦¨ à¦à¦°à¦®à§à¦ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "à¦à¦à¦à¦¿ নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° নাম"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "ডà§à¦®à§à¦à¦¨ বরà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à¦°à¦¿à§"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s à¦à¦°à¦®à§à¦ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s à¦à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° à¦
বসà§à¦¥à¦¾ à¦à¦à¦à¦¿ ফাà¦à¦²à§ সà¦à¦°à¦à§à¦·à¦£ à¦à¦°à§à¦¨"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "à¦à¦à¦à¦¿ à¦à¦²à¦®à¦¾à¦¨ ডà§à¦®à§à¦à¦¨ সà¦à¦°à¦à§à¦·à¦£ à¦à¦°à§à¦¨"
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "তথà§à¦¯ সà¦à¦°à¦à§à¦·à¦£à§à¦° সà§à¦¥à¦¾à¦¨"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s, %s-ঠসà¦à¦°à¦à§à¦·à¦£ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "%s ডà§à¦®à§à¦à¦¨ %s-ঠসà¦à¦°à¦à§à¦·à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "সমৠনিরà§à¦§à¦¾à¦°à¦£à¦à¦¾à¦°à§ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ পরামিতি পà§à¦°à¦¦à¦°à§à¦¶à¦¨/সà§à¦¥à¦¾à¦ªà¦¨"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "সমৠনিরà§à¦§à¦¾à¦°à¦£à¦à¦¾à¦°à§ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ পরামিতি পà§à¦°à¦¦à¦°à§à¦¶à¦¨/সà§à¦¥à¦¾à¦ªà¦¨à¥¤"
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "value à¦
à§à¦¯à¦¾à¦°à§ বরাদà§à¦¦ à¦à¦°à§à¦¨"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "XEN_CREDIT-র à¦à§à¦·à§à¦¤à§à¦°à§ weight"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "XEN_CREDIT-র à¦à§à¦·à§à¦¤à§à¦°à§ cap"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
#, fuzzy
msgid "Invalid value of weight"
msgstr "মà§à¦®à¦°à¦¿à¦° à¦
বà§à¦§ মাপ %d"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
#, fuzzy
msgid "Invalid value of cap"
msgstr "মà§à¦®à¦°à¦¿à¦° à¦
বà§à¦§ মাপ %d"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "মà§à¦®à¦°à¦¿à¦° à¦
বà§à¦§ মাপ %d"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "সমà§à¦¨à¦¿à¦°à§à¦§à¦¾à¦°à¦£à¦à¦¾à¦°à§"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "à¦
à¦à¦¾à¦¨à¦¾"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "ফাà¦à¦²à§à¦° মধà§à¦¯à§ সà¦à¦°à¦à§à¦·à¦¿à¦¤ à¦
বসà§à¦¥à¦¾ থà§à¦à§ ডà§à¦®à§à¦à¦¨ পà§à¦¨à¦°à§à¦¦à§à¦§à¦¾à¦° à¦à¦°à§à¦¨"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "ডà§à¦®à§à¦à¦¨ পà§à¦¨à¦°à§à¦¦à§à¦§à¦¾à¦° à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "পà§à¦¨à¦°à§à¦¦à§à¦§à¦¾à¦°à§à¦° à¦à¦¨à§à¦¯ à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ à¦
বসà§à¦¥à¦¾"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "%s থà§à¦à§ ডà§à¦®à§à¦à¦¨ পà§à¦¨à¦°à§à¦¦à§à¦§à¦¾à¦° à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "%s থà§à¦à§ ডà§à¦®à§à¦à¦¨ পà§à¦¨à¦°à§à¦¦à§à¦§à¦¾à¦° à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "পরà§à¦¯à¦¾à¦²à§à¦à¦¨à¦¾à¦° à¦à¦¦à§à¦¦à§à¦¶à§à¦¯à§ à¦à§à¦¨à§ ডà§à¦®à§à¦à¦¨à§à¦° à¦à§à¦° তথà§à¦¯ সà¦à¦°à¦à§à¦·à¦£ à¦à¦°à§à¦¨"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° à¦à§à¦° তথà§à¦¯ সà¦à¦°à¦à§à¦·à¦£ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "তথà§à¦¯ সà¦à¦°à¦à§à¦·à¦£à§à¦° সà§à¦¥à¦¾à¦¨"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s, %s-ঠসà¦à¦°à¦à§à¦·à¦£ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "%s ডà§à¦®à§à¦à¦¨ %s-ঠসà¦à¦°à¦à§à¦·à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "ডà§à¦®à§à¦à¦¨ পà§à¦¨à¦°à¦¾à¦°à¦®à§à¦ à¦à¦°à§à¦¨"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "পà§à¦°à§à¦¬à§ সাসপà§à¦¨à§à¦¡ à¦
বসà§à¦¥à¦¾à§ সà§à¦¥à¦¾à¦ªà¦¿à¦¤ ডà§à¦®à§à¦à¦¨ পà§à¦¨à¦°à¦¾à¦°à¦®à§à¦ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "%s ডà§à¦®à§à¦à¦¨ পà§à¦¨à¦°à¦¾à¦°à¦®à§à¦ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s পà§à¦¨à¦°à¦¾à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "সঠিঠপদà§à¦§à¦¤à¦¿à¦¤à§ ডà§à¦®à§à¦à¦¨ বনà§à¦§ à¦à¦°à§à¦¨"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "à¦à¦¦à§à¦¦à¦¿à¦·à§à¦ ডà§à¦®à§à¦à¦¨ বনà§à¦§ à¦à¦°à¦¤à§ shutdown পà§à¦°à¦£à¦¾à¦²à§ পà§à¦°à§à§à¦ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s বনà§à¦§ à¦à¦°à¦¾ হà¦à§à¦à§\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s বনà§à¦§ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "ডà§à¦®à§à¦à¦¨ পà§à¦¨à¦°à¦¾à§ বà§à¦ à¦à¦°à¦¾ হবà§"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "à¦à¦¦à§à¦¦à¦¿à¦·à§à¦ ডà§à¦®à§à¦à¦¨à§à¦° মধà§à¦¯à§ reboot à¦à¦®à¦¾à¦¨à§à¦¡ পà§à¦°à§à§à¦ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s পà§à¦¨à¦°à¦¾à§ বà§à¦ à¦à¦°à¦¾ হà¦à§à¦à§\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s পà§à¦¨à¦°à¦¾à§ বà§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "à¦à¦à¦à¦¿ ডà§à¦®à§à¦à¦¨ ধà§à¦¬à¦à¦¶ à¦à¦°à§à¦¨"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ ডà§à¦®à§à¦à¦¨ ধà§à¦¬à¦à¦¶ à¦à¦°à¦¾ হবà§à¥¤"
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s ধà§à¦¬à¦à¦¶ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s ধà§à¦¬à¦à¦¶ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ সাধারণ তথà§à¦¯ à¦à¦ªà¦²à¦¬à§à¦§ à¦à¦°à¦¾ হà§à¥¤"
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "নাম:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS-র পà§à¦°à¦à§à¦¤à¦¿:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "à¦
বসà§à¦¥à¦¾:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU সà¦à¦à§à¦¯à¦¾:"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU-র সমà§:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "সরà§à¦¬à§à¦à§à¦ মà§à¦®à¦°à¦¿:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "সà§à¦®à¦¾à¦¬à¦¿à¦¹à§à¦¨"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "বà§à¦¯à¦¬à¦¹à§à¦¤ মà§à¦®à¦°à¦¿:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "সà§à¦¬à§à¦à¦à§à¦°à¦¿à§ পà§à¦°à¦¾à¦°à¦®à§à¦à¦à¦°à¦£"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "বà§à¦¯à¦¬à¦¹à§à¦¤ মà§à¦®à¦°à¦¿:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA সà§à¦²:"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "ডà§à¦®à§à¦à¦¨ vcpu সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° à¦à¦¾à¦°à§à¦à§à§à¦¾à¦² CPU সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ সাধারণ তথà§à¦¯ à¦à¦ªà¦²à¦¬à§à¦§ à¦à¦°à¦¾ হà§à¥¤"
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU-র পà§à¦°à¦¬à¦£à¦¤à¦¾:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "ডà§à¦®à§à¦à¦¨ বনà§à¦§ à¦à¦°à¦¾ হà§à§à¦à§, à¦à¦¾à¦°à§à¦à§à§à¦¾à¦² CPU à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤à¥¤"
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "à¦à¦¨à§à¦à§à¦°à§à¦² ডà§à¦®à§à¦à¦¨ vcpu-র পà§à¦°à¦¬à¦£à¦¤à¦¾"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "হà§à¦¸à§à¦à§à¦° পà§à¦°à¦à§à¦¤ CPU-র সাথৠডà§à¦®à§à¦à¦¨ VCPU সà¦à¦¯à§à¦à§à¦¤ à¦à¦°à¦¾ হবà§à¥¤"
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu সà¦à¦à§à¦¯à¦¾"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "হà§à¦¸à§à¦ cpu সà¦à¦à§à¦¯à¦¾ (à¦à¦®à¦¾ à¦à¦¿à¦¹à§à¦¨ দà§à¦¬à¦¾à¦°à¦¾ বিà¦à¦¾à¦à¦¿à¦¤)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "ডিসà§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: à¦
বà§à¦§ বিনà§à¦¯à¦¾à¦¸à¥¤ পà¦à¦à§à¦¤à¦¿ ফাà¦à¦à¦¾à¥¤"
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
"cpulist: %s: à¦
বà§à¦§ বিনà§à¦¯à¦¾à¦¸à¥¤ %d à¦
বসà§à¦¥à¦¾à¦¨à§ সà¦à¦à§à¦¯à¦¾à¦®à§à¦²à¦ মান পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ('%c'-র পারà§à¦¶à§à¦¬à§)।"
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5079,1406 +5604,1464 @@ msgstr ""
"cpulist: %s: à¦
বà§à¦§ বিনà§à¦¯à¦¾à¦¸à¥¤ %d à¦
বসà§à¦¥à¦¾à¦¨à§ সà¦à¦à§à¦¯à¦¾à¦®à§à¦²à¦ মান à¦
থবা à¦à¦®à¦¾-à¦à¦¿à¦¹à§à¦¨ পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ('%"
"c'-র পারà§à¦¶à§à¦¬à§)।"
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: à¦
বà§à¦§ বিনà§à¦¯à¦¾à¦¸à¥¤ %d à¦
বসà§à¦¥à¦¾à¦¨à§ সমাপà§à¦¤à¦à¦¾à¦°à§ পà¦à¦à§à¦¤à¦¿à¥¤"
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "পà§à¦°à¦à§à¦¤ CPU %d বরà§à¦¤à¦®à¦¾à¦¨à§ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤ নà§à¦"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "à¦à¦¾à¦°à§à¦à§à§à¦¾à¦² CPU সà¦à¦à§à¦¯à¦¾ পরিবরà§à¦¤à¦¨ à¦à¦°à§à¦¨"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "à¦à§à¦¸à§à¦ ডà§à¦®à§à¦à¦¨à§à¦° মধà§à¦¯à§ সà¦à§à¦°à¦¿à§ à¦à¦¾à¦°à§à¦à§à§à¦¾à¦² CPU-র সà¦à¦à§à¦¯à¦¾ পরিবরà§à¦¤à¦¨ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "à¦à¦¾à¦°à§à¦à§à§à¦¾à¦² CPU সà¦à¦à§à¦¯à¦¾"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "à¦à¦¾à¦°à§à¦à§à§à¦¾à¦² CPU সà¦à¦à§à¦¯à¦¾à¦° বà§à¦§ নà§à¥¤"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ à¦à¦¾à¦°à§à¦à§à§à¦¾à¦² CPU।"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "বরাদà§à¦¦ মà§à¦®à¦°à¦¿à¦° মান পরিবরà§à¦¤à¦¨ à¦à¦°à§à¦¨"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "à¦à§à¦¸à§à¦ ডà§à¦®à§à¦à¦¨à§à¦° মধà§à¦¯à§ বরà§à¦¤à¦®à¦¾à¦¨à§ বরাদà§à¦¦ à¦à¦°à¦¾ মà§à¦®à¦°à¦¿à¦° মান পরিবরà§à¦¤à¦¨ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "à¦à¦¿à¦²à§à¦¬à¦¾à¦à¦ à¦
নà§à¦¸à¦¾à¦°à§ মà§à¦®à¦°à¦¿à¦° মাপ"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "মà§à¦®à¦°à¦¿à¦° à¦
বà§à¦§ মাপ %d"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "MaxMemorySize পরà§à¦à§à¦·à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "সরà§à¦¬à§à¦à§à¦ মà§à¦®à¦°à¦¿à¦° মাতà§à¦°à¦¾ পরিবরà§à¦¤à¦¨ à¦à¦°à§à¦¨"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "à¦à§à¦¸à§à¦ ডà§à¦®à§à¦à¦¨à§à¦° মধà§à¦¯à§ মà§à¦®à¦°à¦¿à¦° সরà§à¦¬à§à¦à§à¦ সà§à¦®à¦¾ পরিবরà§à¦¤à¦¨ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "à¦à¦¿à¦²à§à¦¬à¦¾à¦à¦ à¦
নà§à¦¸à¦¾à¦°à§ সরà§à¦¬à§à¦à§à¦ মà§à¦®à¦°à¦¿à¦° মাতà§à¦°à¦¾"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "বরà§à¦¤à¦®à¦¾à¦¨MemorySize পরà§à¦à§à¦·à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "বরà§à¦¤à¦®à¦¾à¦¨ MemorySize হà§à¦°à¦¾à¦¸ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "MaxMemorySize পরিবরà§à¦¤à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "নà§à¦¡ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "নà§à¦¡ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ মà§à¦²à¦¿à¦ তথà§à¦¯ à¦à¦ªà¦²à¦¬à§à¦§ à¦à¦°à¦¾ হà§à¥¤"
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "নà§à¦¡ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU-র মডà§à¦²:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU-র ফà§à¦°à¦¿à¦à§à§à§à¦¨à§à¦¸à¦¿à¦° মাতà§à¦°à¦¾:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU-র সà¦à§à¦:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "পà§à¦°à¦¤à¦¿ সà¦à§à¦à§ à¦à§à¦° সà¦à¦à§à¦¯à¦¾:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "পà§à¦°à¦¤à¦¿ à¦à§à¦°à§ থà§à¦°à§à¦¡ সà¦à¦à§à¦¯à¦¾:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA সà§à¦²:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "মà§à¦®à¦°à¦¿à¦° মাপ:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "à¦à§à¦·à¦®à¦¤à¦¾"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦°/ডà§à¦°à¦¾à¦à¦à¦¾à¦°à§à¦° à¦à§à¦·à¦®à¦¤à¦¾ সমà§à¦¬à¦¨à§à¦§à§ à¦
বà¦à¦¤ à¦à¦°à§à¥¤"
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "à¦à§à¦·à¦®à¦¤à¦¾ সমà§à¦¬à¦¨à§à¦§à§à§ তথà§à¦¯ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "XML-র মধà§à¦¯à§ ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "XML ডামà§à¦ª রà§à¦ªà§ stdout-র মধà§à¦¯à§ ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à¦°à¦¦à¦°à§à¦¶à¦¨ à¦à¦°à¦¾ হবà§à¥¤"
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° তালিà¦à¦¾"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "à¦à¦à¦à¦¿ ডà§à¦®à§à¦à¦¨ id à¦
থবা UUID-à¦à§ ডà§à¦®à§à¦à¦¨ নামৠরà§à¦ªà¦¾à¦¨à§à¦¤à¦° à¦à¦°à§à¦¨"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "ডà§à¦®à§à¦à¦¨ id à¦
থবা uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° নাম à¦
থবা UUID-à¦à§ ডà§à¦®à§à¦à¦¨ id-তৠরà§à¦ªà¦¾à¦¨à§à¦¤à¦° à¦à¦°à§à¦¨"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "à¦à¦à¦à¦¿ ডà§à¦®à§à¦à¦¨à§à¦° নাম à¦
থবা id-à¦à§ ডà§à¦®à§à¦à¦¨ UUID-তৠরà§à¦ªà¦¾à¦¨à§à¦¤à¦° à¦à¦°à§à¦¨"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "ডà§à¦®à§à¦à¦¨ id à¦
থবা নাম"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "ডà§à¦®à§à¦à¦¨ UUID পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "ডà§à¦®à§à¦à¦¨ à¦à¦à¦à¦¿ পà§à¦¥à¦ হà§à¦¸à§à¦à§ মাà¦à¦à§à¦°à§à¦ à¦à¦°à§à¦¨"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
"ডà§à¦®à§à¦à¦¨ à¦à¦à¦à¦¿ পà§à¦¥à¦ হà§à¦¸à§à¦à§ মাà¦à¦à§à¦°à§à¦ à¦à¦°à§à¦¨à¥¤ লাà¦à¦ মাà¦à¦à§à¦°à§à¦¶à¦¨à§à¦° à¦à¦¨à§à¦¯ --live বিà¦à¦²à§à¦ª যà§à¦ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "লাà¦à¦ মাà¦à¦à§à¦°à§à¦¶à¦¨"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "à¦à¦¦à§à¦¦à¦¿à¦·à§à¦ হà§à¦¸à§à¦à§à¦° সà¦à¦¯à§à¦à§à¦° URI"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "মাà¦à¦à§à¦°à§à¦¶à¦¨à§à¦° URI, সাধারণত à¦à¦²à§à¦²à§à¦ à¦à¦°à¦¾ à¦à¦¬à¦¶à§à¦¯à¦ নà§"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "মাà¦à¦à§à¦°à§à¦: desturi à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ সà§à¦¬à§à¦à¦à§à¦°à¦¿à§ à¦à¦°à¦®à§à¦ à¦à¦°à§à¦¨"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "বà§à¦ à¦à¦°à¦¾à¦° সমৠসà§à¦¬à§à¦à¦à§à¦°à¦¿à§à¦°à§à¦ªà§ à¦à¦°à¦®à§à¦à§à¦° à¦à¦¨à§à¦¯ à¦à¦à¦à¦¿ নà§à¦à¦à§à¦¾à¦°à§à¦ à¦à¦¨à¦«à¦¿à¦à¦¾à¦° à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° নাম à¦
থবা uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ %s, সà§à¦¬à§à¦ পà§à¦°à¦¾à¦°à¦®à§à¦à¦à¦¾à¦°à§ রà§à¦ªà§ à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ %s থà§à¦à§ সà§à¦¬à§à¦ পà§à¦°à¦¾à¦°à¦®à§à¦à¦à¦¾à¦°à§ à¦à¦¿à¦¹à§à¦¨ মà§à¦à§ ফà§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ %s সà§à¦¬à§à¦ পà§à¦°à¦¾à¦°à¦®à§à¦à¦à¦¾à¦°à§ রà§à¦ªà§ à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ %s থà§à¦à§ সà§à¦¬à§à¦ পà§à¦°à¦¾à¦°à¦®à§à¦à¦à¦¾à¦°à§ à¦à¦¿à¦¹à§à¦¨ মà§à¦à§ ফà§à¦²à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "à¦à¦à¦à¦¿ XML ফাà¦à¦² থà§à¦à§ নà§à¦à¦à§à¦¾à¦°à§à¦ নিরà§à¦®à¦¾à¦£ à¦à¦°à§à¦¨"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "à¦à¦à¦à¦¿ নà§à¦à¦à§à¦¾à¦°à§à¦ নিরà§à¦®à¦¾à¦£ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "XML নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° বিবরণসহ à¦à¦à¦à¦¿ ফাà¦à¦²"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "%s নà§à¦à¦à§à¦¾à¦°à§à¦ %s থà§à¦à§ নিরà§à¦®à¦¿à¦¤\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "%s থà§à¦à§ নà§à¦à¦à§à¦¾à¦°à§à¦ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "à¦à¦à¦à¦¿ XML ফাà¦à¦² থà§à¦à§ নà§à¦à¦à§à¦¾à¦°à§à¦ বà§à¦¯à¦¾à¦à§à¦¯à¦¾ à¦à¦°à¦¾ হবৠ(à¦à¦°à¦®à§à¦ à¦à¦°à¦¾ হবৠনা)"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "à¦à¦à¦à¦¿ নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° বà§à¦¯à¦¾à¦à§à¦¯à¦¾ লিà¦à§à¦¨à¥¤"
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ %s, %s থà§à¦à§ বà§à¦¯à¦¾à¦à§à¦¯à¦¾ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "%s থà§à¦à§ নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° বà§à¦¯à¦¾à¦à§à¦¯à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "à¦à¦à¦à¦¿ নà§à¦à¦à§à¦¾à¦°à§à¦ ধà§à¦¬à¦à¦¶ à¦à¦°à§à¦¨"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ নà§à¦à¦à§à¦¾à¦°à§à¦ ধà§à¦¬à¦à¦¶ à¦à¦°à¦¾ হবà§à¥¤"
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° নাম, id à¦
থবা uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ %s ধà§à¦¬à¦à¦¶ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ %s ধà§à¦¬à¦à¦¶ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "XML-র মধà§à¦¯à§ নà§à¦à¦à§à¦¾à¦°à§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "XML ডামà§à¦ª রà§à¦ªà§ stdout-র মধà§à¦¯à§ নà§à¦à¦à§à¦¾à¦°à§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à¦°à¦¦à¦°à§à¦¶à¦¨ à¦à¦°à¦¾ হবà§à¥¤"
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° তালিà¦à¦¾"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° তালিà¦à¦¾ পà§à¦°à¦¦à¦°à§à¦¶à¦¨ à¦à¦°à¦¾ হà§à¥¤"
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "নিষà§à¦à§à¦°à¦¿à§ নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° তালিà¦à¦¾"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "নিষà§à¦à§à¦°à¦¿à§ ঠসà¦à§à¦°à¦¿à§ নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° তালিà¦à¦¾"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "সà¦à§à¦°à¦¿à§ নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° তালিà¦à¦¾ নিরà§à¦®à¦¾à¦£à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "নিষà§à¦à§à¦°à¦¿à§ নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° তালিà¦à¦¾ নিরà§à¦®à¦¾à¦£à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "সà§à¦¬à§à¦à¦à§à¦°à¦¿à§ পà§à¦°à¦¾à¦°à¦®à§à¦à¦à¦°à¦£"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "সà§à¦¬à§à¦à¦à§à¦°à¦¿à§ পà§à¦°à¦¾à¦°à¦®à§à¦à¦à¦°à¦£ হবৠনা"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "সà¦à§à¦°à¦¿à§"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "নিষà§à¦à§à¦°à¦¿à§"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "à¦à¦à¦à¦¿ নà§à¦à¦à§à¦¾à¦°à§à¦ UUID-à¦à§ নà§à¦à¦à§à¦¾à¦°à§à¦ নামৠরà§à¦ªà¦¾à¦¨à§à¦¤à¦° à¦à¦°à§à¦¨"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ uuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "à¦à¦à¦à¦¿ (পà§à¦°à§à¦¬à§ বà§à¦¯à¦¾à¦à§à¦¯à¦¾ à¦à¦°à¦¾) নিষà§à¦à§à¦°à¦¿à§ নà§à¦à¦à§à¦¾à¦°à§à¦ à¦à¦°à¦®à§à¦ à¦à¦°à§à¦¨"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "à¦à¦à¦à¦¿ নà§à¦à¦à§à¦¾à¦°à§à¦ à¦à¦°à¦®à§à¦ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "à¦à¦à¦à¦¿ নিষà§à¦à§à¦°à¦¿à§ নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° নাম"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ %s à¦à¦°à¦®à§à¦ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ %s à¦à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "নিষà§à¦à§à¦°à¦¿à§ নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "à¦à¦à¦à¦¿ নিষà§à¦à§à¦°à¦¿à§ নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨à§à¦° বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨à¥¤"
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ %s-র বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ %s-র বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "à¦à¦à¦à¦¿ নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° নাম ডà§à¦®à§à¦à¦¨ UUID-তৠরà§à¦ªà¦¾à¦¨à§à¦¤à¦° à¦à¦°à§à¦¨"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° নাম"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ UUID পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "à¦à¦à¦à¦¿ ডà§à¦®à§à¦à¦¨ সà§à¦¬à§à¦à¦à§à¦°à¦¿à§ রà§à¦ªà§ à¦à¦°à¦®à§à¦ à¦à¦°à§à¦¨"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
#, fuzzy
msgid "Configure a pool to be automatically started at boot."
msgstr "বà§à¦ à¦à¦°à¦¾à¦° সমৠসà§à¦¬à§à¦à¦à§à¦°à¦¿à§à¦°à§à¦ªà§ à¦à¦°à¦®à§à¦à§à¦° à¦à¦¨à§à¦¯ à¦à¦à¦à¦¿ ডà§à¦®à§à¦à¦¨ à¦à¦¨à¦«à¦¿à¦à¦¾à¦° à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° নাম à¦
থবা uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ %s, সà§à¦¬à§à¦ পà§à¦°à¦¾à¦°à¦®à§à¦à¦à¦¾à¦°à§ রà§à¦ªà§ à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ %s থà§à¦à§ সà§à¦¬à§à¦ পà§à¦°à¦¾à¦°à¦®à§à¦à¦à¦¾à¦°à§ à¦à¦¿à¦¹à§à¦¨ মà§à¦à§ ফà§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s সà§à¦¬à§à¦à¦à§à¦°à¦¿à§à¦°à§à¦ªà§ পà§à¦°à¦¾à¦°à¦®à§à¦à¦à¦¾à¦°à§ রà§à¦ªà§ à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s থà§à¦à§ সà§à¦¬à§à¦à¦à§à¦°à¦¿à§à¦°à§à¦ªà§ পà§à¦°à¦¾à¦°à¦®à§à¦à¦à¦¾à¦°à§ à¦à¦¿à¦¹à§à¦¨ মà§à¦à§ ফà§à¦²à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "à¦à¦à¦à¦¿ XML ফাà¦à¦² থà§à¦à§ ডà§à¦®à§à¦à¦¨ নিরà§à¦®à¦¾à¦£à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "à¦à¦à¦à¦¿ ডà§à¦®à§à¦à¦¨ নিরà§à¦®à¦¾à¦£ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "XML ডà§à¦®à§à¦à¦¨à§à¦° বিবরণসহ à¦à¦à¦à¦¿ ফাà¦à¦²"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "%s ডà§à¦®à§à¦à¦¨ %s থà§à¦à§ নিরà§à¦®à¦¿à¦¤\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "%s থà§à¦à§ ডà§à¦®à§à¦à¦¨ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "à¦à¦à¦à¦¿ নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° নাম"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "বাফার বরাদà§à¦¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "à¦à¦à¦à¦¿ XML ফাà¦à¦² থà§à¦à§ ডà§à¦®à§à¦à¦¨ নিরà§à¦®à¦¾à¦£à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "%s ডà§à¦®à§à¦à¦¨ %s থà§à¦à§ নিরà§à¦®à¦¿à¦¤\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "%s থà§à¦à§ ডà§à¦®à§à¦à¦¨ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "à¦à¦à¦à¦¿ XML ফাà¦à¦² থà§à¦à§ ডà§à¦®à§à¦à¦¨ বà§à¦¯à¦¾à¦à§à¦¯à¦¾ à¦à¦°à¦¾ হবৠ(à¦à¦°à¦®à§à¦ à¦à¦°à¦¾ হবৠনা)"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "à¦à¦à¦à¦¿ ডà§à¦®à§à¦à¦¨à§à¦° বà§à¦¯à¦¾à¦à§à¦¯à¦¾ লিà¦à§à¦¨à¥¤"
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s, %s থà§à¦à§ বà§à¦¯à¦¾à¦à§à¦¯à¦¾ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "%s থà§à¦à§ ডà§à¦®à§à¦à¦¨à§à¦° বà§à¦¯à¦¾à¦à§à¦¯à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s, %s থà§à¦à§ বà§à¦¯à¦¾à¦à§à¦¯à¦¾ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s-র বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s ধà§à¦¬à¦à¦¶ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s সাসপà§à¦¨à§à¦¡ à¦
বসà§à¦¥à¦¾à§ সà§à¦¥à¦¾à¦ªà¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "à¦à¦à¦à¦¿ ডà§à¦®à§à¦à¦¨ ধà§à¦¬à¦à¦¶ à¦à¦°à§à¦¨"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ ডà§à¦®à§à¦à¦¨ ধà§à¦¬à¦à¦¶ à¦à¦°à¦¾ হবà§à¥¤"
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s ধà§à¦¬à¦à¦¶ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s ধà§à¦¬à¦à¦¶ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ ডà§à¦®à§à¦à¦¨ ধà§à¦¬à¦à¦¶ à¦à¦°à¦¾ হবà§à¥¤"
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s ধà§à¦¬à¦à¦¶ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s ধà§à¦¬à¦à¦¶ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "%s ডà§à¦®à§à¦à¦¨ পà§à¦¨à¦°à¦¾à¦°à¦®à§à¦ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s পà§à¦¨à¦°à¦¾à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "XML-র মধà§à¦¯à§ ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "XML ডামà§à¦ª রà§à¦ªà§ stdout-র মধà§à¦¯à§ ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à¦°à¦¦à¦°à§à¦¶à¦¨ à¦à¦°à¦¾ হবà§à¥¤"
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° তালিà¦à¦¾"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° তালিà¦à¦¾ পà§à¦°à¦¦à¦°à§à¦¶à¦¨ à¦à¦°à¦¾ হà§à¥¤"
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° তালিà¦à¦¾"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "নিষà§à¦à§à¦°à¦¿à§ ঠসà¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° তালিà¦à¦¾"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "সà¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° তালিà¦à¦¾ নিরà§à¦®à¦¾à¦£à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° তালিà¦à¦¾ নিরà§à¦®à¦¾à¦£à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "%s-র মধà§à¦¯à§ নà§à¦à¦à§à¦¾à¦°à§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
বà§à¦§ নিরà§à¦¦à§à¦¶à¦"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "storage_pool পাà¦à§à¦¾ যাà§à¦¨à¦¿"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "মà§à¦®à¦°à¦¿ à¦
বশিষà§à¦ নà§à¦"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "ডà§à¦®à§à¦à¦¨ %s-র বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ লঠপাথà¦à¦¿ ফাà¦à¦² নà§"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "নà§à¦¡ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "নà§à¦¡ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ মà§à¦²à¦¿à¦ তথà§à¦¯ à¦à¦ªà¦²à¦¬à§à¦§ à¦à¦°à¦¾ হà§à¥¤"
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "à¦à¦²à¦®à¦¾à¦¨"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "ডà§à¦®à§à¦à¦¨ বরাদà§à¦¦à¦à¦°à¦£"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "à¦à¦à¦à¦¿ নà§à¦à¦à§à¦¾à¦°à§à¦ UUID-à¦à§ নà§à¦à¦à§à¦¾à¦°à§à¦ নামৠরà§à¦ªà¦¾à¦¨à§à¦¤à¦° à¦à¦°à§à¦¨"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "à¦à¦à¦à¦¿ (পà§à¦°à§à¦¬à§ বà§à¦¯à¦¾à¦à§à¦¯à¦¾ à¦à¦°à¦¾) নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨ à¦à¦°à¦®à§à¦ à¦à¦°à§à¦¨"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "à¦à¦à¦à¦¿ ডà§à¦®à§à¦à¦¨ à¦à¦°à¦®à§à¦ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "à¦à¦à¦à¦¿ নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° নাম"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s à¦à¦°à¦®à§à¦ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s à¦à¦°à¦®à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "à¦à¦à¦à¦¿ XML ফাà¦à¦² থà§à¦à§ ডà§à¦®à§à¦à¦¨ নিরà§à¦®à¦¾à¦£à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "à¦à¦à¦à¦¿ ডà§à¦®à§à¦à¦¨ নিরà§à¦®à¦¾à¦£ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° নাম"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "à¦à¦à¦à¦¿ নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° নাম"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "%s ডà§à¦®à§à¦à¦¨ %s থà§à¦à§ নিরà§à¦®à¦¿à¦¤\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "XML নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "à¦à¦à¦à¦¿ নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨à§à¦° বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨à¥¤"
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s-র বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s-র বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "à¦à¦à¦à¦¿ নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° নাম ডà§à¦®à§à¦à¦¨ UUID-তৠরà§à¦ªà¦¾à¦¨à§à¦¤à¦° à¦à¦°à§à¦¨"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "ডà§à¦®à§à¦à¦¨ UUID পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "à¦à¦à¦à¦¿ XML ফাà¦à¦² থà§à¦à§ ডà§à¦®à§à¦à¦¨ নিরà§à¦®à¦¾à¦£à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "XML ডà§à¦®à§à¦à¦¨à§à¦° বিবরণসহ à¦à¦à¦à¦¿ ফাà¦à¦²"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "%s ডà§à¦®à§à¦à¦¨ %s থà§à¦à§ নিরà§à¦®à¦¿à¦¤\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "%s থà§à¦à§ ডà§à¦®à§à¦à¦¨ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ ডà§à¦®à§à¦à¦¨ ধà§à¦¬à¦à¦¶ à¦à¦°à¦¾ হবà§à¥¤"
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "ডà§à¦®à§à¦à¦¨ %s ধà§à¦¬à¦à¦¶ à¦à¦°à¦¾ হà§à§à¦à§\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "ডà§à¦®à§à¦à¦¨ %s ধà§à¦¬à¦à¦¶ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "নà§à¦¡ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "নà§à¦¡ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ মà§à¦²à¦¿à¦ তথà§à¦¯ à¦à¦ªà¦²à¦¬à§à¦§ à¦à¦°à¦¾ হà§à¥¤"
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS-র পà§à¦°à¦à§à¦¤à¦¿:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "file"
msgstr "XML ফাà¦à¦²"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "à¦
বরà§à¦¦à§à¦§"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "XML-র মধà§à¦¯à§ ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "XML ডামà§à¦ª রà§à¦ªà§ stdout-র মধà§à¦¯à§ ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à¦°à¦¦à¦°à§à¦¶à¦¨ à¦à¦°à¦¾ হবà§à¥¤"
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° তালিà¦à¦¾"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° তালিà¦à¦¾ পà§à¦°à¦¦à¦°à§à¦¶à¦¨ à¦à¦°à¦¾ হà§à¥¤"
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "সà¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° তালিà¦à¦¾ নিরà§à¦®à¦¾à¦£à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "à¦à¦à¦à¦¿ নà§à¦à¦à§à¦¾à¦°à§à¦ UUID-à¦à§ নà§à¦à¦à§à¦¾à¦°à§à¦ নামৠরà§à¦ªà¦¾à¦¨à§à¦¤à¦° à¦à¦°à§à¦¨"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "à¦à¦à¦à¦¿ নà§à¦à¦à§à¦¾à¦°à§à¦ UUID-à¦à§ নà§à¦à¦à§à¦¾à¦°à§à¦ নামৠরà§à¦ªà¦¾à¦¨à§à¦¤à¦° à¦à¦°à§à¦¨"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "à¦à¦à¦à¦¿ নà§à¦à¦à§à¦¾à¦°à§à¦ UUID-à¦à§ নà§à¦à¦à§à¦¾à¦°à§à¦ নামৠরà§à¦ªà¦¾à¦¨à§à¦¤à¦° à¦à¦°à§à¦¨"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "সà¦à¦¸à§à¦à¦°à¦£ সà¦à¦à§à¦¯à¦¾ পà§à¦°à¦¦à¦°à§à¦¶à¦¨ à¦à¦°à¦¾ হবà§"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "সিসà§à¦à§à¦®à§à¦° সà¦à¦¸à§à¦à¦°à¦£ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à¦°à¦¦à¦°à§à¦¶à¦¨ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦°à§à¦° পà§à¦°à¦à§à¦¤à¦¿ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ লাà¦à¦¬à§à¦°à§à¦°à¦¿à¦° সাথৠà¦à¦®à§à¦ªà¦¾à¦à¦² à¦à¦°à¦¾ হà§à§à¦à§: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "লাà¦à¦¬à§à¦°à§à¦°à¦¿à¦° সà¦à¦¸à§à¦à¦°à¦£ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "বà§à¦¯à¦¬à¦¹à§à¦¤ লাà¦à¦¬à§à¦°à§à¦°à¦¿: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "বà§à¦¯à¦¬à¦¹à§à¦¤ API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦°à§à¦° সà¦à¦¸à§à¦à¦°à¦£ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "à¦à¦²à¦®à¦¾à¦¨ %s হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦°à§à¦° সà¦à¦¸à§à¦à¦°à¦£ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "à¦à¦²à¦®à¦¾à¦¨ হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦°: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "à¦à¦ হà§à¦¸à§à¦ সিসà§à¦à§à¦®à§ NUMA সমরà§à¦¥à¦¿à¦¤ হবৠনা"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "à¦à§à¦·à¦®à¦¤à¦¾"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦°à§à¦° সাথৠসà¦à¦¯à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° তালিà¦à¦¾ নিরà§à¦®à¦¾à¦£à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "XML ডামà§à¦ª রà§à¦ªà§ stdout-র মধà§à¦¯à§ ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à¦°à¦¦à¦°à§à¦¶à¦¨ à¦à¦°à¦¾ হবà§à¥¤"
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "বà§à¦²à¦ ডিà¦à¦¾à¦à¦¸"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "নতà§à¦¨ ডিসà§à¦ ডিà¦à¦¾à¦à¦¸ যà§à¦ à¦à¦°à§à¦¨à¥¤"
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "ডà§à¦®à§à¦à¦¨ %s ধà§à¦¬à¦à¦¶ à¦à¦°à¦¾ হà§à§à¦à§\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "%s থà§à¦à§ ডিà¦à¦¾à¦à¦¸ বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "নতà§à¦¨ ডিসà§à¦ ডিà¦à¦¾à¦à¦¸ যà§à¦ à¦à¦°à§à¦¨à¥¤"
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "%s থà§à¦à§ ডিà¦à¦¾à¦à¦¸ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "ডিসà§à¦ ডিà¦à¦¾à¦à¦¸à§à¦° à¦à¦¨à§à¦¤à¦¬à§à¦¯"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "à¦à¦²à¦®à¦¾à¦¨ ডà§à¦®à§à¦à¦¨à§à¦° ডিà¦à¦¾à¦à¦¸ বà§à¦²à¦à§à¦° পরিসà¦à¦à§à¦¯à¦¾à¦¨ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à§à¦¨à¥¤"
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "%s ডà§à¦®à§à¦à¦¨ পà§à¦¨à¦°à¦¾à¦°à¦®à§à¦ à¦à¦°à¦¾ হà§à§à¦à§\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "%s লà¦-ফাà¦à¦² নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦°à§à¦° হà§à¦¸à§à¦-নà§à¦® পà§à¦°à¦¦à¦°à§à¦¶à¦¨ à¦à¦°à¦¾ হবà§"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "হà§à¦¸à§à¦-নà§à¦® পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦° canonical URI পà§à¦°à¦¦à¦°à§à¦¶à¦¨ à¦à¦°à¦¾ হবà§"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "URI পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc পà§à¦°à¦¦à¦°à§à¦¶à¦¨"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "VNC পà§à¦°à¦¦à¦°à§à¦¶à¦¨à§à¦° à¦à¦¨à§à¦¯ IP ঠিà¦à¦¾à¦¨à¦¾ ঠপà§à¦°à§à¦ সà¦à¦à§à¦¯à¦¾ পà§à¦°à¦¦à¦°à§à¦¶à¦¨ à¦à¦°à¦¾ হবà§à¥¤"
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty à¦à¦¨à¦¸à§à¦²"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "TTY à¦à¦¨à¦¸à§à¦²à§à¦° ডিà¦à¦¾à¦à¦¸ à¦à¦à¦à¦ªà§à¦ à¦à¦°à¦¾ হবà§à¥¤"
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "à¦à¦à¦à¦¿ XML ফাà¦à¦² থà§à¦à§ ডিà¦à¦¾à¦à¦¸ যà§à¦ à¦à¦°à¦¾ হবà§"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "à¦à¦à¦à¦¿ XML <file> থà§à¦à§ ডিà¦à¦¾à¦à¦¸ যà§à¦ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML ফাà¦à¦²"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "%s থà§à¦à§ ডিà¦à¦¾à¦à¦¸ নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "à¦à¦à¦à¦¿ XML ফাà¦à¦² থà§à¦à§ ডিà¦à¦¾à¦à¦¸ বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à¦°à§à¦¨"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "à¦à¦à¦à¦¿ XML <file> থà§à¦à§ ডিà¦à¦¾à¦à¦¸ বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à¦°à§à¦¨"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "%s থà§à¦à§ ডিà¦à¦¾à¦à¦¸ বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ যà§à¦ à¦à¦°à§à¦¨"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "à¦à¦à¦à¦¿ নতà§à¦¨ নà§à¦à¦à§à¦¾à¦°à§à¦ à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ যà§à¦ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸à§à¦° ধরন"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸à§à¦° à¦à§à¦¸à¦¸à§à¦¥à¦²"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "à¦à¦¦à§à¦¦à¦¿à¦·à§à¦ নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° নাম"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "MAC ঠিà¦à¦¾à¦¨à¦¾"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ বà§à¦°à¦¿à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦¬à¦¹à§à¦¥ সà§à¦à§à¦°à¦¿à¦ªà§à¦"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "'attach-interface' à¦à¦®à¦¾à¦¨à§à¦¡ দà§à¦¬à¦¾à¦°à¦¾ %s সমরà§à¦¥à¦¿à¦¤ নà§"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à¦°à§à¦¨"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "%s পà§à¦°à¦à§à¦¤à¦¿à¦° à¦à§à¦¨à§ à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ পাà¦à§à¦¾ যাà§à¦¨à¦¿"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "%s MAC ঠিà¦à¦¾à¦¨à¦¾ সহ à¦à§à¦¨à§ à¦à¦¨à§à¦à¦¾à¦°à¦«à§à¦¸ পাà¦à§à¦¾ যাà§à¦¨à¦¿"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "মà§à¦®à¦°à¦¿ বরাদà§à¦¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "XML নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "ডিসà§à¦ ডিà¦à¦¾à¦à¦¸ যà§à¦ à¦à¦°à§à¦¨"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "নতà§à¦¨ ডিসà§à¦ ডিà¦à¦¾à¦à¦¸ যà§à¦ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "ডিসà§à¦ ডিà¦à¦¾à¦à¦¸à§à¦° à¦à§à¦¸"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "ডিসà§à¦ ডিà¦à¦¾à¦à¦¸à§à¦° à¦à¦¨à§à¦¤à¦¬à§à¦¯"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "ডিসà§à¦ ডিà¦à¦¾à¦à¦¸à§à¦° ডà§à¦°à¦¾à¦à¦à¦¾à¦°"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "ডিসà§à¦ ডিà¦à¦¾à¦à¦¸à§à¦° সাব-ডà§à¦°à¦¾à¦à¦à¦¾à¦°"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "à¦à¦¦à§à¦¦à¦¿à¦·à§à¦ ডিà¦à¦¾à¦à¦¸à§à¦° পà§à¦°à¦à§à¦¤à¦¿"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "ডিà¦à¦¾à¦à¦¸ থà§à¦à§ পà§à¦¾ ঠডিà¦à¦¾à¦à¦¸à§ লà§à¦à¦¾à¦° মà§à¦¡"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "'attach-disk' à¦à¦®à¦¾à¦¨à§à¦¡ দà§à¦¬à¦¾à¦°à¦¾ %s সমরà§à¦¥à¦¿à¦¤ নà§"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "ডিসà§à¦ ডিà¦à¦¾à¦à¦¸ বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à¦°à§à¦¨"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "ডিসà§à¦ ডিà¦à¦¾à¦à¦¸ বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à¦°à§à¦¨à¥¤"
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "ডিসà§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "%s à¦à¦¨à§à¦¤à¦¬à§à¦¯à¦¸à§à¦¥à¦² সহ à¦à§à¦¨à§ ডিসà§à¦ পাà¦à§à¦¾ যাà§à¦¨à¦¿"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "init পà¦à¦à§à¦¤à¦¿à¦° à¦à¦¨à§à¦¯ মà§à¦®à¦°à¦¿ calloc à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "লঠফাà¦à¦²à§à¦° মধà§à¦¯à§ লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "লঠফাà¦à¦²à§à¦° মধà§à¦¯à§ লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "লঠফাà¦à¦²à§à¦° মধà§à¦¯à§ লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨ %s নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "lvs à¦à¦®à¦¾à¦¨à§à¦¡ বিফল"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "লঠফাà¦à¦²à§à¦° মধà§à¦¯à§ লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "à¦à¦à¦à¦¿ নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨à§à¦° বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨à¥¤"
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "à¦à¦à¦à¦¿ নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨à§à¦° বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨à¥¤"
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨ ফাà¦à¦² পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "à¦à¦à¦à¦¿ নিষà§à¦à§à¦°à¦¿à§ নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨à§à¦° বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨à¥¤"
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "à¦à¦à¦à¦¿ নিষà§à¦à§à¦°à¦¿à§ নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨à§à¦° বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨à¥¤"
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "à¦à¦à¦à¦¿ নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨à§à¦° বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨à¥¤"
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "à¦à¦à¦à¦¿ নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨à§à¦° à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨à§à¦° বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à§à¦¨à¥¤"
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "বরà§à¦¤à¦®à¦¾à¦¨ à¦à¦¨à§à¦à¦¾à¦°à§à¦à§à¦à¦¿à¦ à¦à¦¾à¦°à§à¦®à¦¿à¦¨à¦¾à¦² থà§à¦à§ পà§à¦°à¦¸à§à¦¥à¦¾à¦¨ à¦à¦°à§à¦¨"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "'%s' à¦à¦®à¦¾à¦¨à§à¦¡à§à¦° সাথৠ<%s> বিà¦à¦²à§à¦ª পà§à¦°à§à§à¦ à¦à¦°à¦¾ à¦à¦¬à¦¶à§à¦¯à¦"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "à¦à¦®à¦¾à¦¨à§à¦¡ '%s'-র সাথৠ--%s বিà¦à¦²à§à¦ª পà§à¦°à§à§à¦ à¦à¦°à¦¾ à¦à¦¬à¦¶à§à¦¯à¦"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "à¦à¦®à¦¾à¦¨à§à¦¡ '%s' বরà§à¦¤à¦®à¦¾à¦¨à§ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤ নà§à¦"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6486,17 +7069,17 @@ msgstr ""
"\n"
" SYNOPSIS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6504,7 +7087,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6512,60 +7095,60 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "ডà§à¦®à§à¦à¦¨ নাম à¦
থবা id-র বà§à¦¯à¦¾à¦à§à¦¯à¦¾ নà§à¦"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "ডà§à¦®à§à¦à¦¨ '%s' পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "বà§à¦¯à¦¾à¦à§à¦¯à¦¾ বিহà§à¦¨ নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° নাম"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ '%s' পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "বà§à¦¯à¦¾à¦à§à¦¯à¦¾ বিহà§à¦¨ নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° নাম"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "ডà§à¦®à§à¦à¦¨ '%s' পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "বà§à¦¯à¦¾à¦à§à¦¯à¦¾ বিহà§à¦¨ নà§à¦à¦à§à¦¾à¦°à§à¦à§à¦° নাম"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "ডà§à¦®à§à¦à¦¨ '%s' পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6576,130 +7159,130 @@ msgstr ""
"(সমà§: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤ \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ à¦à§à¦à§à¦¨ (à¦à¦®à¦¾à¦¨à§à¦¡à§à¦° নাম): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ à¦à¦®à¦¾à¦¨à§à¦¡: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "à¦à¦®à¦¾à¦¨à§à¦¡ '%s'-র দà§à¦¬à¦¾à¦°à¦¾ --%s বিà¦à¦²à§à¦ª সমরà§à¦¥à¦¿à¦¤ হৠনা"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ সিনà§à¦à§à¦à§à¦¸: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "সà¦à¦à§à¦¯à¦¾"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "পà¦à¦à§à¦¤à¦¿"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ তথà§à¦¯ '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
#, fuzzy
msgid "idle"
msgstr "XML ফাà¦à¦²"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "সà§à¦¥à¦à¦¿à¦¤"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "shutdown à¦
বসà§à¦¥à¦¾à§"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "বনà§à¦§"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "বিপরà§à¦¯à¦¸à§à¦¤"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "à¦
ফ-লাà¦à¦¨"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "বà§à¦§ সà¦à¦¯à§à¦ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: তà§à¦°à§à¦à¦¿: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "তà§à¦°à§à¦à¦¿: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: %d বাà¦à¦ বরাদà§à¦¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: %lu বাà¦à¦ বরাদà§à¦¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦°à§à¦° সাথৠসà¦à¦¯à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "লঠফাà¦à¦² সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ লঠপাথà¦à¦¿ ফাà¦à¦² নà§"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "লঠফাà¦à¦² à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥à¥¤ লঠফাà¦à¦²à§à¦° পাথ পরà§à¦à§à¦·à¦¾ à¦à¦°à§à¦¨"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "লঠফাà¦à¦²à§à¦° মধà§à¦¯à§ লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "লঠফাà¦à¦²à§à¦° মধà§à¦¯à§ লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦°à§à¦° সাথৠসà¦à¦¯à§à¦ বিà¦à§à¦à¦¿à¦¨à§à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6732,7 +7315,7 @@ msgstr ""
"\n"
" à¦à¦®à¦¾à¦¨à§à¦¡ (নন à¦à¦¨à§à¦à¦¾à¦°à§à¦à§à¦à¦¿à¦ মà§à¦¡):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6742,17 +7325,17 @@ msgstr ""
" (à¦à¦®à¦¾à¦¨à§à¦¡ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ বিবরণ à¦à¦¾à¦¨à¦¤à§ help <command> পà§à¦°à§à§à¦ à¦à¦°à§à¦¨)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "à¦
সমরà§à¦¥à¦¿à¦¤ বিà¦à¦²à§à¦ª '-%c'। --help দà§à¦à§à¦¨à¥¤"
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6761,7 +7344,7 @@ msgstr ""
"à¦à¦¾à¦°à§à¦à§à§à¦¾à¦²à¦¾à¦à¦à§à¦¶à¦¨ à¦à¦¨à§à¦à¦¾à¦°à§à¦à§à¦à¦¿à¦ à¦à¦¾à¦°à§à¦®à¦¿à¦¨à¦¾à¦² %s-ঠসà§à¦¬à¦¾à¦à¦¤à¦®à¥¤\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6771,469 +7354,483 @@ msgstr ""
" পà§à¦°à¦¸à§à¦¥à¦¾à¦¨ à¦à¦°à¦¤à§ 'quit' লিà¦à§à¦¨\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ তà§à¦°à§à¦à¦¿"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "সতরà§à¦à¦¬à¦¾à¦°à§à¦¤à¦¾"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "তà§à¦°à§à¦à¦¿"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "à¦à§à¦¨à§ তà§à¦°à§à¦à¦¿à¦° বারà§à¦¤à¦¾ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤ নà§à¦"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "à¦
à¦à§à¦¯à¦¨à§à¦¤à¦°à§à¦£ তà§à¦°à§à¦à¦¿ %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "à¦
à¦à§à¦¯à¦¨à§à¦¤à¦°à§à¦£ তà§à¦°à§à¦à¦¿"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "মà§à¦®à¦°à¦¿ à¦
বশিষà§à¦ নà§à¦"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦° দà§à¦¬à¦¾à¦°à¦¾ à¦à¦ à¦à¦°à§à¦® সমরà§à¦¥à¦¿à¦¤ নà§"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦° দà§à¦¬à¦¾à¦°à¦¾ à¦à¦ à¦à¦°à§à¦® সমরà§à¦¥à¦¿à¦¤ নà§: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦°à§à¦° সাথৠসà¦à¦¯à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "%s-র সাথৠসà¦à¦¯à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "à¦à¦° মধà§à¦¯à§ সà¦à¦¯à§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
বà§à¦§ নিরà§à¦¦à§à¦¶à¦"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "%s-র মধà§à¦¯à§ সà¦à¦¯à§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
বà§à¦§ নিরà§à¦¦à§à¦¶à¦"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "à¦
বà§à¦§ ডà§à¦®à§à¦à¦¨ নিরà§à¦¦à§à¦¶à¦ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "%s-র মধà§à¦¯à§ à¦
বà§à¦§ ডà§à¦®à§à¦à¦¨ নিরà§à¦¦à§à¦¶à¦"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "à¦
বà§à¦§ à¦à¦°à§à¦à§à¦®à§à¦¨à§à¦ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "%s-র মধà§à¦¯à§ à¦
বà§à¦§ à¦à¦°à§à¦à§à¦®à§à¦¨à§à¦"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "à¦à¦°à§à¦® বিফল: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "à¦à¦°à§à¦® বিফল"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET à¦à¦°à§à¦® বিফল: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET à¦à¦°à§à¦® বিফল"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST à¦à¦°à§à¦® বিফল: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST à¦à¦°à§à¦® বিফল"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ HTTP তà§à¦°à§à¦à¦¿à¦° à¦à§à¦¡ %d পà§à¦°à¦¾à¦ªà§à¦¤"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ হà§à¦¸à§à¦ %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ হà§à¦¸à§à¦"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "S-Expr সিরিà§à¦¾à¦²à¦¾à¦à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "S-Expr সিরিà§à¦¾à¦²à¦¾à¦à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "Xen হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦° à¦à¦¨à§à¦à§à¦°à¦¿ বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "Xen হাà¦à¦ªà¦¾à¦°-à¦à¦¾à¦à¦¸à¦° à¦à¦¨à§à¦à§à¦°à¦¿ %s বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "Xen Store-র সাথৠসà¦à¦¯à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "Xen Store %s-র সাথৠসà¦à¦¯à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "Xen syscall %s %d বà§à¦¯à¦°à§à¦¥"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS-র পà§à¦°à¦à§à¦¤à¦¿"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS পà§à¦°à¦à§à¦¤à¦¿ %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "à¦à¦¾à¦°à§à¦¨à§à¦² সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "root ডিà¦à¦¾à¦à¦¸ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "%s-র মধà§à¦¯à§ root ডিà¦à¦¾à¦à¦¸ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "ডিà¦à¦¾à¦à¦¸à§à¦° à¦à§à¦¸ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "ডিà¦à¦¾à¦à¦¸ %s-র à¦à§à¦¸ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "ডিà¦à¦¾à¦à¦¸à§à¦° à¦à¦¨à§à¦¤à¦¬à§à¦¯ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "%s ডিà¦à¦¾à¦à¦¸à§à¦° à¦à¦¨à§à¦¤à¦¬à§à¦¯ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "ডà§à¦®à§à¦à¦¨à§à¦° নাম সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "%s-র মধà§à¦¯à§ ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "à¦
পারà§à¦à¦¿à¦ সিসà§à¦à§à¦® সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "%s-র মধà§à¦¯à§ à¦
পারà§à¦à¦¿à¦ সিসà§à¦à§à¦® সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "ডিà¦à¦¾à¦à¦¸ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "%s-র à¦à¦¨à§à¦¯ ডিà¦à¦¾à¦à¦¸ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦ ডà§à¦°à¦¾à¦à¦à¦¾à¦° নিবনà§à¦§à¦¿à¦¤"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "%s-র মধà§à¦¯à§ à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ সà¦à¦à§à¦¯à¦ ডà§à¦°à¦¾à¦à¦à¦¾à¦° নিবনà§à¦§à¦¿à¦¤"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "লাà¦à¦¬à§à¦°à§à¦°à¦¿ à¦à¦² বিফল, সমà§à¦à¦¬à¦¤ সমরà§à¦¥à¦¿à¦¤ নà§"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "লাà¦à¦¬à§à¦°à§à¦°à¦¿ à¦à¦² %s বিফল, সমà§à¦à¦¬à¦¤ সমরà§à¦¥à¦¿à¦¤ নà§"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML বিবরণ সঠিà¦à¦°à§à¦ªà§ à¦à¦ িত নৠà¦
থবা বà§à¦§ নà§"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "%s-র à¦à¦¨à§à¦¯ XML বিবরণ সঠিà¦à¦°à§à¦ªà§ à¦à¦ িত নৠà¦
থবা বà§à¦§ নà§"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ ডà§à¦®à§à¦à¦¨ বরà§à¦¤à¦®à¦¾à¦¨à§ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤ রà§à§à¦à§"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "%s ডà§à¦®à§à¦à¦¨ বরà§à¦¤à¦®à¦¾à¦¨à§ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "শà§à¦§à§à¦®à¦¾à¦¤à§à¦° পাঠযà§à¦à§à¦¯ à¦
বসà§à¦¥à¦¾à§ বà§à¦¯à¦¬à¦¹à¦¾à¦°à§à¦° সমৠà¦à¦°à§à¦® সà¦à§à¦à¦¾à¦²à¦¨ নিষিদà§à¦§"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "শà§à¦§à§à¦®à¦¾à¦¤à§à¦° পাঠযà§à¦à§à¦¯ à¦
বসà§à¦¥à¦¾à§ বà§à¦¯à¦¬à¦¹à¦¾à¦°à§à¦° সমৠ%s à¦à¦°à§à¦® সà¦à§à¦à¦¾à¦²à¦¨ নিষিদà§à¦§"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "পà§à¦¾à¦° à¦à¦¦à§à¦¦à§à¦¶à§à¦¯à§ à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨ ফাà¦à¦² à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "পà§à¦¾à¦° à¦à¦¦à§à¦¦à§à¦¶à§à¦¯à§ %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨ ফাà¦à¦² পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨ ফাà¦à¦² %s পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨ ফাà¦à¦² পারà§à¦¸ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨ ফাà¦à¦² %s পারà§à¦¸ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨ ফাà¦à¦²à§à¦° মধà§à¦¯à§ সিনà§à¦à§à¦à§à¦¸ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ সমসà§à¦¯à¦¾"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨ ফাà¦à¦²à§à¦° মধà§à¦¯à§ সিনà§à¦à§à¦à§à¦¸ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ সমসà§à¦¯à¦¾: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨ ফাà¦à¦²à§à¦° মধà§à¦¯à§ লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨ ফাà¦à¦²à§à¦° মধà§à¦¯à§ লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "পারà§à¦¸à¦¾à¦° সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তà§à¦°à§à¦à¦¿"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "à¦à¦° মধà§à¦¯à§ নà§à¦à¦à§à¦¾à¦°à§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
বà§à¦§ নিরà§à¦¦à§à¦¶à¦"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "%s-র মধà§à¦¯à§ নà§à¦à¦à§à¦¾à¦°à§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
বà§à¦§ নিরà§à¦¦à§à¦¶à¦"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ নà§à¦à¦à§à¦¾à¦°à§à¦ বরà§à¦¤à¦®à¦¾à¦¨à§ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤ রà§à§à¦à§"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "%s নà§à¦à¦à§à¦¾à¦°à§à¦ বরà§à¦¤à¦®à¦¾à¦¨à§ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "সিসà§à¦à§à¦® à¦à¦² সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তà§à¦°à§à¦à¦¿"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তà§à¦°à§à¦à¦¿"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "GNUTLS à¦à¦² সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তà§à¦°à§à¦à¦¿"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "ডà§à¦®à§à¦à¦¨ পাà¦à§à¦¾ যাà§à¦¨à¦¿"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "ডà§à¦®à§à¦à¦¨ পাà¦à§à¦¾ যাà§à¦¨à¦¿: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ পাà¦à§à¦¾ যাà§à¦¨à¦¿"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ পাà¦à§à¦¾ যাà§à¦¨à¦¿: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "à¦
বà§à¦§ MAC ঠিà¦à¦¾à¦¨à¦¾"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "à¦
বà§à¦§ MAC ঠিà¦à¦¾à¦¨à¦¾: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "à¦à¦°à§à¦® বিফল"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "à¦à¦°à§à¦® বিফল: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ পাà¦à§à¦¾ যাà§à¦¨à¦¿"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ পাà¦à§à¦¾ যাà§à¦¨à¦¿: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ পাà¦à§à¦¾ যাà§à¦¨à¦¿"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ পাà¦à§à¦¾ যাà§à¦¨à¦¿: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "à¦à¦° মধà§à¦¯à§ নà§à¦à¦à§à¦¾à¦°à§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
বà§à¦§ নিরà§à¦¦à§à¦¶à¦"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "%s-র মধà§à¦¯à§ নà§à¦à¦à§à¦¾à¦°à§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
বà§à¦§ নিরà§à¦¦à§à¦¶à¦"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "à¦à¦° মধà§à¦¯à§ নà§à¦à¦à§à¦¾à¦°à§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
বà§à¦§ নিরà§à¦¦à§à¦¶à¦"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "%s-র মধà§à¦¯à§ নà§à¦à¦à§à¦¾à¦°à§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
বà§à¦§ নিরà§à¦¦à§à¦¶à¦"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ à¦
নà§à¦¸à¦¨à§à¦§à¦¾à¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "à¦à¦° মধà§à¦¯à§ নà§à¦à¦à§à¦¾à¦°à§à¦ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ à¦
বà§à¦§ নিরà§à¦¦à§à¦¶à¦"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "%s-র মধà§à¦¯à§ à¦
বà§à¦§ ডà§à¦®à§à¦à¦¨ নিরà§à¦¦à§à¦¶à¦"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "ডিà¦à¦¾à¦à¦¸ পাà¦à§à¦¾ যাà§à¦¨à¦¿: %s (%s)"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "ডিà¦à¦¾à¦à¦¸ পাà¦à§à¦¾ যাà§à¦¨à¦¿: %s (%s)"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ পাà¦à§à¦¾ যাà§à¦¨à¦¿"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ পাà¦à§à¦¾ যাà§à¦¨à¦¿: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "à¦à¦°à§à¦à§à¦®à§à¦¨à§à¦à§à¦° বাফার à¦
তà§à¦¯à¦¨à§à¦¤ à¦à§à¦·à§à¦¦à§à¦°"
@@ -7305,7 +7902,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "à¦à§à¦°à§à¦¡à¦¿à¦ সà§à¦à§à¦¡à¦¿à¦à¦²à¦¾à¦°à§à¦° cap পরামিতির (%d) মান নিরà§à¦¦à¦¿à¦·à§à¦ সà§à¦®à¦¾ বহিরà§à¦à§à¦¤ (0-65535)"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "%s পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
@@ -7360,7 +7957,7 @@ msgstr "ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
সমà§
msgid "domain information incomplete, missing uuid"
msgstr "ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
সমà§à¦ªà§à¦°à§à¦£, uuid à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
সমà§à¦ªà§à¦°à§à¦£, নাম à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
@@ -7404,225 +8001,232 @@ msgstr "vbd ফাà¦à¦²à§à¦° নাম পারà§à¦¸ à¦à¦°à¦¤à§ বà§à¦¯
msgid "cannot parse vbd filename, missing driver type"
msgstr "vbd ফাà¦à¦²à§à¦° নাম পারà§à¦¸ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥, ডà§à¦°à¦¾à¦à¦à¦¾à¦°à§à¦° ধরন à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "à¦
বà§à¦§ MAC ঠিà¦à¦¾à¦¨à¦¾: %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ dict নà§à¦¡"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS পà§à¦°à¦à§à¦¤à¦¿ %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
সমà§à¦ªà§à¦°à§à¦£, id à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "à¦
বà§à¦§ MAC ঠিà¦à¦¾à¦¨à¦¾: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS পà§à¦°à¦à§à¦¤à¦¿ %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨ ফাà¦à¦²à§à¦° মধà§à¦¯à§ সিনà§à¦à§à¦à§à¦¸ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ সমসà§à¦¯à¦¾"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "Xend ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পারà§à¦¸ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "ডà§à¦®à§à¦à¦¨ বরà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à¦°à¦¿à§ নà§"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "ডà§à¦®à§à¦à¦¨ %s সাসপà§à¦¨à§à¦¡ à¦
বসà§à¦¥à¦¾à§ সà§à¦¥à¦¾à¦ªà¦¨ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "%s পà§à¦°à¦à§à¦¤à¦¿à¦° à¦à¦¨à¦ªà§à¦ ডিà¦à¦¾à¦à¦¸ সমরà§à¦¥à¦¿à¦¤ নà§"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ value নà§à¦¡"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "নà§à¦¡à§à¦° মà§à¦®à¦°à¦¿"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "à¦à¦°à§à¦® বিফল"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "নà§à¦à¦à§à¦¾à¦°à§à¦ %s-র বà§à¦¯à¦¾à¦à§à¦¯à¦¾ মà§à¦à§ ফà§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "tty %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s\n"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "Xend ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পারà§à¦¸ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "নিষà§à¦à§à¦°à¦¿à§ ডà§à¦®à§à¦à¦¨ %s নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
সমà§à¦ªà§à¦°à§à¦£, নাম à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "সমà§à¦¨à¦¿à¦°à§à¦§à¦¾à¦°à¦£à¦à¦¾à¦°à§"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "হà§à¦¸à§à¦-নà§à¦® পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
সমà§à¦ªà§à¦°à§à¦£, uuid à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "ডà§à¦®à§à¦à¦¨ সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
সমà§à¦ªà§à¦°à§à¦£, নাম à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "পà§à¦¾à¦° à¦à¦¦à§à¦¦à§à¦¶à§à¦¯à§ %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨ ফাà¦à¦² %s পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ পà§à¦°à¦à§à¦¤à¦¿à¦° ডà§à¦®à§à¦à¦¨ %d"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime পà§à¦°à¦à§à¦¤à¦¿"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "guest-র ধরন সমরà§à¦¥à¦¿à¦¤ নà§"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ value নà§à¦¡"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "নà§à¦¡à§à¦° ডà§à¦®à§à¦à¦¨ তালিà¦à¦¾"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "ai_socktype সমরà§à¦¥à¦¿à¦¤ নà§"
@@ -7700,49 +8304,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ dict নà§à¦¡"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "%s থà§à¦à§ ডà§à¦®à§à¦à¦¨ পà§à¦¨à¦°à§à¦¦à§à¦§à¦¾à¦° à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "বরà§à¦¤à¦®à¦¾à¦¨MemorySize পরà§à¦à§à¦·à¦¾ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨ ফাà¦à¦² %s পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ OS-র পà§à¦°à¦à§à¦¤à¦¿"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "%s লà¦-ফাà¦à¦² নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "%s লà¦-ফাà¦à¦² নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
@@ -7751,19 +8355,34 @@ msgstr "%s লà¦-ফাà¦à¦² নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "à¦
বà§à¦§ à¦à¦°à§à¦à§à¦®à§à¦¨à§à¦ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "à¦
বà§à¦§ à¦à¦°à§à¦à§à¦®à§à¦¨à§à¦ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7789,16 +8408,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "ডà§à¦®à§à¦à¦¨ বরà§à¦¤à¦®à¦¾à¦¨à§ সà¦à§à¦°à¦¿à§"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "ডà§à¦®à§à¦à¦¨ বরাদà§à¦¦à¦à¦°à¦£"
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "%s '%s' বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s (%d)"
+
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "sock ঠিà¦à¦¾à¦¨à¦¾ %d পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ (%s)"
+
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "সমতà§à¦²à§à¦¯ ঠিà¦à¦¾à¦¨à¦¾ %d পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥ (%s)"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "non-blocking ফাà¦à¦² ডà§à¦¸à§à¦à§à¦°à¦¿à¦ªà¦à¦° ফà§à¦²à§à¦¯à¦¾à¦à§à¦° মান নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "%s লà¦-ফাà¦à¦² নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "VM লà¦-ফাà¦à¦² সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ close-on-exec ফà§à¦²à§à¦¯à¦¾à¦ %s নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup: মà§à¦®à¦°à¦¿ à¦
বশিষà§à¦ নà§à¦"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "%d লà¦-ফাà¦à¦² বনà§à¦§ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
+
#~ msgid "allocating configuration"
#~ msgstr "à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨à§à¦° মান বরাদà§à¦¦ à¦à¦°à¦¾ হà¦à§à¦à§"
@@ -7846,9 +8493,6 @@ msgstr "ডà§à¦®à§à¦à¦¨ বরাদà§à¦¦à¦à¦°à¦£"
#~ msgid "failed to mount %s at %s for container: %s"
#~ msgstr "%s-à¦à§ %s-à¦, à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ ধারণà¦à¦¾à¦°à§à¦° à¦à¦¨à§à¦¯ মাà¦à¦¨à§à¦ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "open(%s) বিফল: %s"
-
#~ msgid "clone() failed, %s"
#~ msgstr "clone() à¦à¦°à§à¦® বিফল, %s"
@@ -8201,9 +8845,6 @@ msgstr "ডà§à¦®à§à¦à¦¨ বরাদà§à¦¦à¦à¦°à¦£"
#~ msgid "invalid root element"
#~ msgstr "root সামà¦à§à¦°à§ বà§à¦§ নà§"
-#~ msgid "missing domain type"
-#~ msgstr "ডà§à¦®à§à¦à¦¨à§à¦° ধরন সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-
#~ msgid "invalid domain id"
#~ msgstr "à¦
বà§à¦§ ডà§à¦®à§à¦à¦¨ id"
@@ -8231,12 +8872,6 @@ msgstr "ডà§à¦®à§à¦à¦¨ বরাদà§à¦¦à¦à¦°à¦£"
#~ msgid "cannot write tty pid file %s: %s"
#~ msgstr "tty pid ফাà¦à¦² %s লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "tty pid ফাà¦à¦² %s à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-
-#~ msgid "cannot read tty pid file %s: %s"
-#~ msgstr "tty pid ফাà¦à¦² %s পà§à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-
#~ msgid "execl failed to exec init: %s"
#~ msgstr "execl দà§à¦¬à¦¾à¦°à¦¾ init exec à¦à¦°à¦¤à§: %s"
@@ -8348,9 +8983,6 @@ msgstr "ডà§à¦®à§à¦à¦¨ বরাদà§à¦¦à¦à¦°à¦£"
#~ msgid "missing sound model"
#~ msgstr "সাà¦à¦¨à§à¦¡ মডà§à¦² à¦
নà§à¦ªà¦¸à§à¦¥à¦¿à¦¤"
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "সাà¦à¦¨à§à¦¡ মডà§à¦² '%s' বà§à¦§ নà§"
-
#~ msgid "domain name length too long"
#~ msgstr "ডà§à¦®à§à¦à¦¨à§à¦° নামà§à¦° দà§à¦°à§à¦à§à¦¯ à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ লমà§à¦¬à¦¾"
diff --git a/po/bs.gmo b/po/bs.gmo
index 9804125..81e40df 100644
Binary files a/po/bs.gmo and b/po/bs.gmo differ
diff --git a/po/bs.po b/po/bs.po
index 58a3e72..482bcda 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: hr\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2007-01-23 16:29+0100\n"
"Last-Translator: Adnan Hodzic <AbsintheSyringe at gmail.com>\n"
"Language-Team: Bosnian <lokal at linux.org.ba>\n"
@@ -93,241 +93,241 @@ msgstr ""
msgid "Unknown error"
msgstr "nepoznato raÄunalo"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Obustavljanje domene %s nije uspjelo"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Äitanje datoteke opisa %s nije uspjelo"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "dodjeljivanje konfiguracije"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "dodjeljivanje Ävora"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "neoÄekivani Ävor vrijednosti"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "dodjeljivanje Ävora nije uspjelo"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "dodjeljivanje Ävora nije uspjelo"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Uspostavljanje veze s hypervisorom nije uspjelo"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operacija nije uspjela: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -335,453 +335,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "DohvaÄanje podataka o Ävoru nije uspjelo"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Pokretanje domene %s nije uspjelo"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "promijeni dodjeljivanje memorije"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "operacija GET nije uspjela: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "neoÄekivana MIME vrsta"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Zapisivanje u prikljuÄak %d nije uspjelo\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "dodjeljivanje Ävora nije uspjelo"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "dodjeljivanje Ävora nije uspjelo"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "dodjeljivanje Ävora nije uspjelo"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Nastavljanje domene %s nije uspjelo"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "naziv domene ili uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Izbacivanje jezgre domene %s u %s nije uspjelo."
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operacija nije uspjela"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "dobiven je nepoznat broj HTTP pogreške %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "raÅ¡Älanjivanje odgovora poslužitelja nije uspjelo"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "neispravan pokazivaÄ veze pri"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "nedovoljno memorije"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "nepoznata vrsta OS"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "memorija domene"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "memorija domene"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "DohvaÄanje podataka o Ävoru nije uspjelo"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "nedovoljno memorije"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Izrada domene %s nije uspjela\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Izrada domene %s nije uspjela\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "podaci domene"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "neoÄekivani Ävor rjeÄnika"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -904,531 +920,532 @@ msgstr "dodavanje domene u tablica presjeka veza nije uspjelo"
msgid "dev missing from connection hash table"
msgstr "nedostaje domena u tablici presjeka veza"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "nepoznata naredba: '%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "nepoznata naredba: '%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "nedostaju podaci izvora za ureÄaj"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "nedostaju podaci izvora za ureÄaj"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "nedostaju podaci izvora za ureÄaj"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "nedostaje podaci o korijenskom ureÄaju"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "nedostaje podaci o korijenskom ureÄaju"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "nepoznata naredba: '%s'"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, c-format
msgid "cannot parse device %s"
msgstr ""
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "nedostaje \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "nedostaje \""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "nepoznato raÄunalo %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "nepoznato raÄunalo %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "nedostaju podaci cilja za ureÄaj"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "nepoznato raÄunalo %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "nedostaje podaci o korijenskom ureÄaju"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "nepoznata vrsta OS"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "nedostaju podaci o nazivu domene"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "neispravan pokazivaÄ domene pri %s"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "dohvaÄanje UUID-a domene nije uspjelo"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "neoÄekivan podatak '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "nepoznata vrsta OS"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
msgid "cannot extract boot device"
msgstr ""
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "nedostaje podaci o korijenskom ureÄaju"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "nepoznato raÄunalo %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Nije moguÄe izvuÄi hypervisor verziju pokrenutog %s\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "neispravan pokazivaÄ veze pri"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
msgid "cannot extract serial devices"
msgstr ""
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "Nije moguÄe izvuÄi hypervisor verziju pokrenutog %s\n"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Nije moguÄe izvuÄi hypervisor verziju pokrenutog %s\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Nije moguÄe izvuÄi hypervisor verziju pokrenutog %s\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "spremanje sadržaja nije uspjelo"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "neoÄekivani Ävor rjeÄnika"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "neoÄekivani Ävor rjeÄnika"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "neoÄekivani Ävor rjeÄnika"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "neoÄekivani Ävor rjeÄnika"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "neoÄekivani Ävor rjeÄnika"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "neoÄekivani Ävor vrijednosti"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "nepoznata vrsta OS"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Zapisivanje u prikljuÄak %d nije uspjelo\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Izrada domene iz %s nije uspjela"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
@@ -1438,57 +1455,57 @@ msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "neispravan pokazivaÄ veze pri"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "memorija domene"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "podaci domene nisu ispravni, domid nije broj"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "podaci domene nisu ispravni, domid nije broj"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1531,12 +1548,12 @@ msgstr "Izrada domene %s nije uspjela\n"
msgid "failed to bind new root %s"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
@@ -1709,23 +1726,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "ID domene ili UUID"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "naziv neaktivne domene"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "uklanjanje definicije neaktivne domene"
@@ -1780,7 +1797,7 @@ msgstr "neispravan pokazivaÄ domene pri"
msgid "failed to kill pid %d"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Obustavljanje domene %s nije uspjelo"
@@ -1815,225 +1832,235 @@ msgstr "naziv domene"
msgid "no domain with id %d"
msgstr "Ävor, popis domena"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "nepoznato raÄunalo %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Nastavljanje domene %s nije uspjelo"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "neispravan argument pri %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "neispravan argument pri"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "neispravan argument pri %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domena %s veÄ postoji"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Pokretanje domene %s nije uspjelo"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "nedovoljno memorije"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "Izrada domene iz %s nije uspjela"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domena je aktivna"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "otvaranje %s za Äitanje nije uspjelo"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "dohvaÄanje domene '%s' nije uspjelo"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domena %s je pokrenuta\n"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "podaci domene u XML-u"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domena %s je pokrenuta\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "Izrada domene iz %s nije uspjela"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Obustavljanje domene %s nije uspjelo"
@@ -2043,7 +2070,267 @@ msgstr "Obustavljanje domene %s nije uspjelo"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "nepoznata vrsta OS %s"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "nepoznata vrsta OS %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Obustavljanje domene %s nije uspjelo"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "nepoznata vrsta OS %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "neispravan pokazivaÄ veze pri %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "nepoznata vrsta OS %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "neispravan pokazivaÄ veze pri %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "neispravan pokazivaÄ domene pri %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "neispravan pokazivaÄ domene pri %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "neispravan pokazivaÄ veze pri %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "nedostaje podaci o korijenskom ureÄaju"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "nepoznata vrsta OS %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "nepoznata vrsta OS %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Obustavljanje domene %s nije uspjelo"
@@ -2203,7 +2490,7 @@ msgstr ""
msgid "Could not read container config"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "nepoznata vrsta OS %s"
@@ -2217,6 +2504,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "nije moguÄe uspostaviti vezu s %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Obustavljanje domene %s nije uspjelo"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Äitanje datoteke opisa %s nije uspjelo"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Obustavljanje domene %s nije uspjelo"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Obustavljanje domene %s nije uspjelo"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operacija nije uspjela: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "DohvaÄanje ureÄaja za domenu %s nije uspjelo\n"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Uspostavljanje veze s hypervisorom nije uspjelo"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "DohvaÄanje ureÄaja za domenu %s nije uspjelo\n"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Izrada domene iz %s nije uspjela"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Uklanjanje definicije domene %s nije uspjelo"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Izrada domene iz %s nije uspjela"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2262,707 +2614,779 @@ msgstr "Pogreška u komunikaciji s proxyjem. Paket je neispravno oblikovan.\n"
msgid "got asynchronous packet number %d\n"
msgstr "dobiven asinkroni broj paketa %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "naziv domene ili uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domena %s je pokrenuta\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "DohvaÄanje podataka o Ävoru nije uspjelo"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "nema podrške za hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "neoÄekivan podatak '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "neoÄekivan podatak '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "neispravan pokazivaÄ domene pri %s"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "neispravan argument pri"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "Ävor, popis domena"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
-#: src/qemu_driver.c:211
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "Zatvaranje prikljuÄka %d nije uspjelo\n"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Izrada domene iz %s nije uspjela"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Izrada domene iz %s nije uspjela"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "memorija domene"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "nedovoljno memorije"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Obustavljanje domene %s nije uspjelo"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "Zatvaranje prikljuÄka %d nije uspjelo\n"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "Zatvaranje prikljuÄka %d nije uspjelo\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "dohvaÄanje domene '%s' nije uspjelo"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operacija nije uspjela"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "memorija domene"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domena je aktivna"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domena %s je pogašena\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "Zatvaranje prikljuÄka %d nije uspjelo\n"
+msgid "Failed to remove domain status for %s"
+msgstr "Izrada domene iz %s nije uspjela"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Upotrijebljeno memorije:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "dohvaÄanje vrste hypervisora nije uspjelo"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domena %s veÄ postoji"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domena %s veÄ postoji"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domena je aktivna"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operacija nije uspjela"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operacija nije uspjela"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "naziv neaktivne domene"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "dohvaÄanje UUID-a domene nije uspjelo"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "Zatvaranje prikljuÄka %d nije uspjelo\n"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "nedovoljno memorije"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operacija nije uspjela"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "Uklanjanje definiranje konfiguracije neaktivne domene"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "uklanjanje definicije neaktivne domene"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Ävor, popis domena"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "memorija domene"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "Ävor, popis domena"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "Äitanje iz demona Xen nije uspjelo"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domena je aktivna"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "dohvaÄanje UUID-a domene nije uspjelo"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Pokretanje domene %s nije uspjelo"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Nastavljanje domene %s nije uspjelo"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "domena %s veÄ postoji"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "uÄitavanje datoteke definicija raÄunala"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
msgid "cannot attach usb device"
msgstr ""
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "uÄitavanje datoteke definicija raÄunala"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "uklanjanje definicije neaktivne domene"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "podaci domene"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "DohvaÄanje podataka o Ävoru nije uspjelo"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "DohvaÄanje ureÄaja za domenu %s nije uspjelo\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "uklanjanje definicije neaktivne domene"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "ZapoÄinjanje rada domena."
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "Izrada domene iz %s nije uspjela"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "neispravan argument pri %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domena je obnovljena iz %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Obustavljanje domene %s nije uspjelo"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Äitanje konfiguracijske datoteke %s nije uspjelo"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "neispravan argument pri"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operacija nije uspjela: %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "Ävor, popis domena"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "dohvaÄanje UUID-a domene nije uspjelo"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Pokretanje domene %s nije uspjelo"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operacija nije uspjela: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Nastavljanje nove domene %s nije uspjelo\n"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -2973,509 +3397,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "Zatvaranje prikljuÄka %d nije uspjelo\n"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "dohvaÄanje UUID-a domene nije uspjelo"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
#, fuzzy
msgid "Error allocating callbacks list"
msgstr "dodjeljivanje Ävora"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "dodjeljivanje domene"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "dodjeljivanje Ävora nije uspjelo"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, c-format
msgid "unable to verify server certificate: %s"
msgstr ""
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "memorija domene"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "previše domena"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "previše domena"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "promijeni dodjeljivanje memorije"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "nepoznata vrsta OS"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "previše povezivanja"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "registrirano je previÅ¡e upravljaÄkih programa"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "registrirano je previÅ¡e upravljaÄkih programa"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "registrirano je previÅ¡e upravljaÄkih programa"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "registrirano je previÅ¡e upravljaÄkih programa"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "registrirano je previÅ¡e upravljaÄkih programa"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "registrirano je previÅ¡e upravljaÄkih programa"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "registrirano je previÅ¡e upravljaÄkih programa"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "operacija nije uspjela: %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operacija nije uspjela"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "serijalizacija S-Expr nije uspjela: %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "DohvaÄanje podataka o Ävoru nije uspjelo"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Izrada domene %s nije uspjela\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "nema podrške za hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Pokretanje domene %s nije uspjelo"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "spremanje sadržaja nije uspjelo"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Pokretanje domene %s nije uspjelo"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "Uspostavljanje veze s hypervisorom nije uspjelo"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "Ävor, popis domena"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "povezivanje samo za Äitanje"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "Ävor, popis domena"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "dohvaÄanje domene '%s' nije uspjelo"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "neispravan argument pri %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "operacija nije uspjela"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Pokretanje domene %s nije uspjelo"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Obustavljanje domene %s nije uspjelo"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Obustavljanje domene %s nije uspjelo"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Obustavljanje domene %s nije uspjelo"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3506,45 +4011,45 @@ msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
msgid "cannot read beginning of file '%s'"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "neispravan argument pri %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Pokretanje domene %s nije uspjelo"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "interna pogreška %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3658,7 +4163,7 @@ msgid "cannot extend file '%s'"
msgstr "Obustavljanje domene %s nije uspjelo"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Obustavljanje domene %s nije uspjelo"
@@ -3691,17 +4196,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Obustavljanje domene %s nije uspjelo"
@@ -3812,11 +4317,7 @@ msgstr "nepoznata naredba: '%s'"
msgid "cannot remove PV device '%s'"
msgstr "nepoznato raÄunalo %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Obustavljanje domene %s nije uspjelo"
@@ -3829,162 +4330,167 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "nepoznata vrsta OS %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "naziv domene ili uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "nepoznata vrsta OS %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "nedostaju podaci izvora za ureÄaj %s"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "neoÄekivana MIME vrsta"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "nedostaje podaci o korijenskom ureÄaju"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "nepoznato raÄunalo %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "nepoznato raÄunalo %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "nedostaju podaci o nazivu domene"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "nepoznata vrsta OS %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "pogreška u sintaksi konfiguracijske datoteke: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3992,17 +4498,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4010,63 +4516,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domena je aktivna"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domena je aktivna"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "dohvaÄanje vremena dana"
@@ -4123,155 +4629,155 @@ msgstr "Ävor, popis domena"
msgid "resolving domain filename"
msgstr "razrješavanje naziva domena"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "Ävor, popis domena"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "razrješavanje naziva domena"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "Ävor, popis domena"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "razrješavanje naziva domena"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domena %s veÄ postoji"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domena je aktivna"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "dodjeljivanje Ävora nije uspjelo"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "spremi stanje domene u datoteku"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "spremi stanje domene u datoteku"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "Ävor, popis domena"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "Äitanje iz demona Xen nije uspjelo"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "neoÄekivan podatak '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Domena %s je izbaÄena u %s\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Domena %s je izbaÄena u %s\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domena je aktivna"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domena je aktivna"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domena %s je pokrenuta\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domena je aktivna"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domena je aktivna"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4285,151 +4791,155 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Izrada domene iz %s nije uspjela"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "nedovoljno memorije"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Ävor, cpu prikljuÄci"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Ävor, cpu prikljuÄci"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "nepoznata naredba: '%s'"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "nepoznata naredba: '%s'"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Zapisivanje u prikljuÄak %d nije uspjelo\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "naziv neaktivne domene"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Ävor, cpu prikljuÄci"
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "raÅ¡Älanjivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "raÅ¡Älanjivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "pogreška: "
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
@@ -4439,20 +4949,25 @@ msgstr "Uklanjanje definicije domene %s nije uspjelo"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "nepoznato raÄunalo"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "ispiÅ¡i pomoÄ"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Ispisivanje opÄe pomoÄi ili pomoÄi specifiÄne za naredbu."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "naziv neaktivne domene"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4460,2075 +4975,2143 @@ msgstr ""
"Naredbe:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "ZapoÄinjanje rada domena."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "naziv domene, id ili uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domena %s je pokrenuta\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domena %s je pokrenuta\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(ponovo) uspostavi vezu s hypervisorom"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Uspostavljanje veze s lokalnim hypervisor. Ovo je ugraÄena naredba nakon "
"pokretanja ljuske."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "URI povezivanja hypervisora"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "povezivanje samo za Äitanje"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Prekidanje veze s hypervisorom nije uspjelo"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Uspostavljanje veze s hypervisorom nije uspjelo"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "ispiši domene"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Ispisivanje popisa domena."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "ispiši neaktivne domene"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "ispiši neaktivne i aktivne domene"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Ispisivanje aktivnih domena nije uspjelo"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Ispisivanje neaktivnih domena nije uspjelo"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Naziv"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "Stanje"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "bez stanja"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "stanje domene"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Ispisivanje stanja pokrenutih domena."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Ispisivanje stanja pokrenutih domena."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blokirano"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "naziv domene ili ID nije definiran"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Ispisivanje stanja pokrenutih domena."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "DohvaÄanje podataka o Ävoru nije uspjelo"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "obustavi domenu"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Obustavljanje izvršavanja domene."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domena %s je obustavljena\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "izradi domenu iz XML datoteke"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Izrada domene."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "datoteka koja sadrži XML opis domene"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domena %s izraÄena je iz %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Izrada domene iz %s nije uspjela"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "definiraj (bez pokretanja) domenu iz XML datoteke"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Definiranje domene."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domena %s definirana je iz %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Definiranje domene iz %s nije uspjelo"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "uklanjanje definicije neaktivne domene"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Uklanjanje definiranje konfiguracije neaktivne domene"
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "naziv domene ili uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Definicija domene %s je uklonjena\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "pokreni (prethodno definiranu) neaktivnu domenu"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "ZapoÄinjanje rada domena."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "naziv neaktivne domene"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domena je aktivna"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domena %s je pokrenuta\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Pokretanje domene %s nije uspjelo"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "spremi stanje domene u datoteku"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Spremanje pokrenute domene."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "lokacija spremanja podataka"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domena %s spremljena je u %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "broj virtualnih CPU-a"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "nepoznato raÄunalo"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "obnovi domenu iz stanje spremljenog u datoteci"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Obnavljanje domene."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "stanje za obnavljanje"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domena je obnovljena iz %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Obnavljanje domene iz %s nije uspjelo"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "izbacivanje jezgre domene u datoteku, radi analize"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Izbacivanje jezgre domene."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "lokacija izbacivanja jezgre"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domena %s je izbaÄena u %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Izbacivanje jezgre domene %s u %s nije uspjelo."
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "nastavi domenu"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Nastavljanje rada prethodno obustavljene domene"
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domena %s je nastavila s radom\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Nastavljanje domene %s nije uspjelo"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "dostojanstveno ugasi domenu"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Pokretanje postupka gašenja u ciljanoj domeni."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domena %s je pogašena\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Gašenje domene %s nije uspjelo"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "ponovno pokreni domenu"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Pokretanje naredbe za ponovno pokretanje unutar ciljane domene"
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domena %s se ponovno pokreÄe\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Ponovno pokretanje domena %s nije uspjelo"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "uništi domenu"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Uništavanje date domene."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domena %s je uništena\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Uništavanje domene %s nije uspjelo"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "podaci domene"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Ispis osnovnih podataka o domeni"
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "naziv:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS vrsta:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "Stanje:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU:"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU vrijeme:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Najv. memorije:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Upotrijebljeno memorije:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "bez stanja"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Upotrijebljeno memorije:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA Äelija:"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "vcpu podaci domene"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Ispis osnovnih podataka o virtualnim CPU-ima domene."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU sklonost:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "vcpu sklonost nadzorne domene"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "VCPU-i najviÅ¡e domene za udomljivanje fiziÄkih CPU-a."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "broj vcpu-a"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "broj udomljenih cpu (%s) (razdijeljeno zarezima)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "DohvaÄanje podataka o Ävoru nije uspjelo"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "naredba '%s' ne postoji"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "promijeni broj virtualnih CPU-a"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Promjena broja virtualnih CPU-a koji su aktivni u gostujuÄoj domeni."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "broj virtualnih CPU-a"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "broj virtualnih CPU-a"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "broj virtualnih CPU-a"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "promijeni dodjeljivanje memorije"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Promjena trenutno dodijeljene veliÄine memorije u gostujuÄoj domeni."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "broj bajtova memorije"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "promijeni najviÅ¡e ograniÄenje memorije"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr ""
"Promjena ograniÄenje najveÄe veliÄine dodijeljene memorije u gostujuÄoj "
"domeni."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "najviÅ¡e ograniÄenje memorije u bajtovima"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "memorija domene"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "podaci Ävora"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Ispis osnovnih podataka o Ävoru."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "DohvaÄanje podataka o Ävoru nije uspjelo"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frekvencija:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU prikljuÄci:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Jezgri po prikljuÄku:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Grana po jezgri:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA Äelija:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "VeliÄina memorije:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "otvaranje datoteke nije uspjelo"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "podaci domene u XML-u"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ispis podataka domene u XML obliku, putem izbacivanja u stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "ispiši neaktivne domene"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "ID domene ili UUID pretvori u naziv domene"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "ID domene ili UUID"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "naziv domene ili UUID pretvori u ID domene"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "naziv domene ili ID pretvori u UUID domene"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "ID domene ili naziv"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "dohvaÄanje UUID-a domene nije uspjelo"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
#, fuzzy
msgid "live migration"
msgstr "podaci Ävora"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr ""
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "naziv domene ili uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domena %s je pokrenuta\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domena %s je pokrenuta\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "izradi domenu iz XML datoteke"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Izrada domene."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "datoteka koja sadrži XML opis domene"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domena %s izraÄena je iz %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Izrada domene iz %s nije uspjela"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "definiraj (bez pokretanja) domenu iz XML datoteke"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Definiranje domene."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domena %s definirana je iz %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Definiranje domene iz %s nije uspjelo"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "uništi domenu"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Uništavanje date domene."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "naziv domene, id ili uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domena %s je uništena\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Uništavanje domene %s nije uspjelo"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "podaci domene u XML-u"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ispis podataka domene u XML obliku, putem izbacivanja u stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Ispisivanje popisa domena."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "ispiši neaktivne domene"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "ispiši neaktivne i aktivne domene"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Ispisivanje aktivnih domena nije uspjelo"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Ispisivanje neaktivnih domena nije uspjelo"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "bez stanja"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "Ävor, aktivan cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "ID domene ili UUID pretvori u naziv domene"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "pokreni (prethodno definiranu) neaktivnu domenu"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "ZapoÄinjanje rada domena."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "naziv neaktivne domene"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domena %s je pokrenuta\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Pokretanje domene %s nije uspjelo"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "uklanjanje definicije neaktivne domene"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Uklanjanje definiranje konfiguracije neaktivne domene"
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Definicija domene %s je uklonjena\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "naziv domene ili ID pretvori u UUID domene"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "dohvaÄanje UUID-a domene nije uspjelo"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "ZapoÄinjanje rada domena."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "naziv domene ili uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domena %s je pokrenuta\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domena %s je pokrenuta\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "izradi domenu iz XML datoteke"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Izrada domene."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "datoteka koja sadrži XML opis domene"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domena %s izraÄena je iz %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Izrada domene iz %s nije uspjela"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "naziv neaktivne domene"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "dodjeljivanje Ävora nije uspjelo"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "izradi domenu iz XML datoteke"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domena %s izraÄena je iz %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Izrada domene iz %s nije uspjela"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "definiraj (bez pokretanja) domenu iz XML datoteke"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Definiranje domene."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domena %s definirana je iz %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Definiranje domene iz %s nije uspjelo"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domena %s definirana je iz %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domena %s je uništena\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "uništi domenu"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Uništavanje date domene."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domena %s je uništena\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Uništavanje domene %s nije uspjelo"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Uništavanje date domene."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domena %s je uništena\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Uništavanje domene %s nije uspjelo"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domena %s je nastavila s radom\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Nastavljanje domene %s nije uspjelo"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "podaci domene u XML-u"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ispis podataka domene u XML obliku, putem izbacivanja u stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "ispiši domene"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Ispisivanje popisa domena."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "ispiši neaktivne domene"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "ispiši neaktivne i aktivne domene"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Ispisivanje aktivnih domena nije uspjelo"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Ispisivanje neaktivnih domena nije uspjelo"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "nedovoljno memorije"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "podaci Ävora"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Ispis osnovnih podataka o Ävoru."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "izvršavanje"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "dodjeljivanje domene"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "ID domene ili UUID pretvori u naziv domene"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "uuid domene"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "pokreni (prethodno definiranu) neaktivnu domenu"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "ZapoÄinjanje rada domena."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "naziv neaktivne domene"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domena %s je pokrenuta\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Pokretanje domene %s nije uspjelo"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "izradi domenu iz XML datoteke"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Izrada domene."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "naziv domene"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "naziv neaktivne domene"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domena %s izraÄena je iz %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "uklanjanje definicije neaktivne domene"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Uklanjanje definiranje konfiguracije neaktivne domene"
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Definicija domene %s je uklonjena\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "naziv domene ili ID pretvori u UUID domene"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "dohvaÄanje UUID-a domene nije uspjelo"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "izradi domenu iz XML datoteke"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "datoteka koja sadrži XML opis domene"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domena %s izraÄena je iz %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Izrada domene iz %s nije uspjela"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Uništavanje date domene."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domena %s je uništena\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Uništavanje domene %s nije uspjelo"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "podaci Ävora"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Ispis osnovnih podataka o Ävoru."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS vrsta:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blokirano"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "podaci domene u XML-u"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ispis podataka domene u XML obliku, putem izbacivanja u stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "ispiši domene"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Ispisivanje popisa domena."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Ispisivanje aktivnih domena nije uspjelo"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "ID domene ili UUID pretvori u naziv domene"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "ID domene ili UUID pretvori u naziv domene"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "uuid domene"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "ID domene ili UUID pretvori u naziv domene"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "prikaži verziju"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Prikazivanje sistemskih podataka o verziji."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "dohvaÄanje vrste hypervisora nije uspjelo"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Složeno prema biblioteci: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "dohvaÄanje verzije biblioteke nije uspjelo"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Upotreba biblioteke: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Upotreba API-a: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "dohvaÄanje hypervisor verzije nije uspjelo"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Nije moguÄe izvuÄi hypervisor verziju pokrenutog %s\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Pokrenuti hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Uspostavljanje veze s hypervisorom nije uspjelo"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Ispisivanje neaktivnih domena nije uspjelo"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ispis podataka domene u XML obliku, putem izbacivanja u stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domena %s je uništena\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "DohvaÄanje ureÄaja za domenu %s nije uspjelo\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "DohvaÄanje ureÄaja za domenu %s nije uspjelo\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Ispisivanje neaktivnih domena nije uspjelo"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Ispisivanje stanja pokrenutih domena."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domena %s je nastavila s radom\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "DohvaÄanje ureÄaja za domenu %s nije uspjelo\n"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "dohvaÄanje vrste hypervisora nije uspjelo"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "dohvaÄanje vrste hypervisora nije uspjelo"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "URI povezivanja hypervisora"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "dohvaÄanje UUID-a domene nije uspjelo"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "izradi domenu iz XML datoteke"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "izradi domenu iz XML datoteke"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "DohvaÄanje ureÄaja za domenu %s nije uspjelo\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "izradi domenu iz XML datoteke"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "izradi domenu iz XML datoteke"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "DohvaÄanje ureÄaja za domenu %s nije uspjelo\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "neispravan pokazivaÄ veze pri"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "naziv domene ili ID nije definiran"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "ZapoÄinjanje rada domena."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "neispravan argument pri %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "naziv domene ili ID nije definiran"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "DohvaÄanje podataka o Ävoru nije uspjelo"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "dodjeljivanje Ävora nije uspjelo"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "DohvaÄanje podataka o Ävoru nije uspjelo"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "dodjeljivanje Ävora nije uspjelo"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Izrada domene %s nije uspjela\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Uklanjanje definiranje konfiguracije neaktivne domene"
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Uklanjanje definiranje konfiguracije neaktivne domene"
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "Äitanje konfiguracijske datoteke nije uspjelo"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Uklanjanje definiranje konfiguracije neaktivne domene"
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Uklanjanje definiranje konfiguracije neaktivne domene"
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Uklanjanje definiranje konfiguracije neaktivne domene"
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Uklanjanje definiranje konfiguracije neaktivne domene"
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "napusti ovaj interaktivni terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "naredba '%s' zahtijeva opciju <%s>"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "naredba '%s' zahtijeva opciju --%s"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "naredba '%s' ne postoji"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAZIV\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6537,17 +7120,17 @@ msgstr ""
"\n"
" OPCIJE\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <broj>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <niz>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6555,7 +7138,7 @@ msgstr ""
"\n"
" OPIS\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6563,61 +7146,61 @@ msgstr ""
"\n"
" OPCIJE\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <broj>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <niz>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "naziv domene ili ID nije definiran"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "dohvaÄanje domene '%s' nije uspjelo"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "naziv domene ili ID nije definiran"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "dohvaÄanje domene '%s' nije uspjelo"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "naziv domene ili ID nije definiran"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "dohvaÄanje domene '%s' nije uspjelo"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "naziv domene ili ID nije definiran"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "dohvaÄanje domene '%s' nije uspjelo"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6628,131 +7211,131 @@ msgstr ""
"(Vrijeme: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "nedostaje \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "neoÄekivani token (naziv naredbe): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "nepoznata naredba: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "naredba '%s' ne podržava opciju --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "oÄekivana sintaksa: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "broj"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "niz"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "neoÄekivan podatak '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPCIJA"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "PODATAK"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "pauzirano"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "u gašenju"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "iskljuÄeno"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "srušeno"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "izvan mreže"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "nije valjana veza"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: pogreška: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "pogreška: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: nije uspjelo dodijeliti %d bajtova"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: nije uspjelo dodijeliti %d bajtova"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "uspostavljanje veze s hypervisorom nije uspjelo"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "DohvaÄanje podataka o Ävoru nije uspjelo"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Prekidanje veze s hypervisorom nije uspjelo"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6777,7 +7360,7 @@ msgstr ""
" -c | --connect <uri> URI povezivanja hypervisora\n"
" -d | --debug <num> razina popravka [0-5]\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6788,17 +7371,17 @@ msgstr ""
" (unesite --help <naredba> za detalje o naredbi)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "nepodržana opcija '-%c'. Pogledajte --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6807,7 +7390,7 @@ msgstr ""
"Dobrodošli u %s, virtualizacijski interaktivni terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6817,479 +7400,493 @@ msgstr ""
" 'quit' za izlazak\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "nepoznato raÄunalo"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "upozorenje"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "pogreška"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "Nije pružena poruka o pogrešci"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "interna pogreška %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "interna pogreška"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "nedovoljno memorije"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "nema podrške za hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "nema podrške za hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "nije moguÄe uspostaviti vezu s hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "neispravan pokazivaÄ veze pri"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "neispravan pokazivaÄ veze pri %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "neispravan pokazivaÄ domene pri"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "neispravan pokazivaÄ domene pri %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "neispravan argument pri"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "neispravan argument pri %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operacija nije uspjela: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operacija nije uspjela"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "operacija GET nije uspjela: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "operacija GET nije uspjela"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "operacija POST nije uspjela: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "operacija POST nije uspjela"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "dobiven je nepoznat broj HTTP pogreške %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "nepoznato raÄunalo %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "nepoznato raÄunalo"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "serijalizacija S-Expr nije uspjela: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "serijalizacija S-Expr nije uspjela"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "nije moguÄe upotrijebiti Xen hypervisor unos"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "nije moguÄe upotrijebiti Xen hypervisor unos %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "nije moguÄe uspostaviti vezu s Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "nije moguÄe uspostaviti vezu s Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "nije uspio Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "nepoznata vrsta OS"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "nepoznata vrsta OS %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "nedostaju podaci o kernelu"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "nedostaje podaci o korijenskom ureÄaju"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "nedostaju podaci o korijenskom ureÄaju pri %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "nedostaju podaci izvora za ureÄaj"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "nedostaju podaci izvora za ureÄaj %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "nedostaju podaci cilja za ureÄaj"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "nedostaju podaci cilja za ureÄaj %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "nedostaju podaci o nazivu domene"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "nedostaju podaci o nazivu domene pri %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "nedostaju podaci o operacijskom sustavu"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "nedostaju podaci o operacijskom sustavu za %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "nedostaju podaci o ureÄaju"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "nedostaju podaci o ureÄaju za %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "registrirano je previÅ¡e upravljaÄkih programa"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "registrirano je previÅ¡e upravljaÄkih programa pri %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "pozivanje biblioteke nije uspjelo, možda nije podržano"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "pozivanje biblioteke %s nije uspjelo, možda nije podržano"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML opis nije pravilno oblikovan ili nije ispravan"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML opis za %s nije pravilno oblikovan ili nije ispravan"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "ova domena veÄ postoji"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domena %s veÄ postoji"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operacija zabranjena za pristup samo za Äitanje"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operacija %s zabranjena za pristup samo za Äitanje"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "otvaranje konfiguracijske datoteke za Äitanje nije uspjelo"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "otvaranje %s za Äitanje nije uspjelo"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "Äitanje konfiguracijske datoteke nije uspjelo"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "Äitanje konfiguracijske datoteke %s nije uspjelo"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "raÅ¡Älanjivanje konfiguracijske datoteke nije uspjelo"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "raÅ¡Älanjivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "pogreška u sintaksi konfiguracijske datoteke"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "pogreška u sintaksi konfiguracijske datoteke: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/virterror.c:853
+#: src/virterror.c:889
#, fuzzy
msgid "parser error"
msgstr "interna pogreška"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "neispravan pokazivaÄ veze pri"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "neispravan pokazivaÄ veze pri %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "ova domena veÄ postoji"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domena %s veÄ postoji"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "interna pogreška"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "pogreška"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "interna pogreška"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "podaci domene"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domena je obnovljena iz %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "naziv domene ili uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domena %s izraÄena je iz %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "neispravan argument pri %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "neispravan argument pri %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operacija nije uspjela"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operacija nije uspjela: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "naziv domene ili uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domena %s izraÄena je iz %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "naziv domene ili uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domena %s izraÄena je iz %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "neispravan pokazivaÄ veze pri"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "neispravan pokazivaÄ veze pri %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "neispravan pokazivaÄ veze pri"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "neispravan pokazivaÄ veze pri %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "neispravan pokazivaÄ domene pri"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "neispravan pokazivaÄ domene pri %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "podaci domene"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domena je obnovljena iz %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "naziv domene ili uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domena %s izraÄena je iz %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "interna pogreška %s"
@@ -7358,7 +7955,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "nije moguÄe uspostaviti vezu s %s"
@@ -7412,7 +8009,7 @@ msgstr "podaci domene nisu ispravni, domid nije broj"
msgid "domain information incomplete, missing uuid"
msgstr "podaci domene nisu potpuni, nedostaje uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "podaci domene nisu potpuni, nedostaje name"
@@ -7461,225 +8058,232 @@ msgstr ""
"raÅ¡Älanjivanje naziva datoteke vbd nije moguÄe, nedostaje vrsta upravljaÄkog "
"programa"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "neoÄekivani Ävor rjeÄnika"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "podaci domene nisu potpuni, nedostaje uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "neispravan argument pri %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "nepoznata vrsta OS %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "pogreška u sintaksi konfiguracijske datoteke"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "raÅ¡Älanjivanje podataka Xend domene nije uspjelo"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domena je aktivna"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "serijalizacija S-Expr nije uspjela"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "neoÄekivana MIME vrsta"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "neoÄekivani Ävor vrijednosti"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "Ävor, memorija"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operacija nije uspjela"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "raÅ¡Älanjivanje podataka Xend domene nije uspjelo"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Izrada domene %s nije uspjela\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "podaci domene nisu potpuni, nedostaje name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr ""
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "dohvaÄanje vrste hypervisora nije uspjelo"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "podaci domene nisu potpuni, nedostaje uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "podaci domene nisu potpuni, nedostaje uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "otvaranje %s za Äitanje nije uspjelo"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Äitanje konfiguracijske datoteke %s nije uspjelo"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "neoÄekivana MIME vrsta"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "neoÄekivani Ävor vrijednosti"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "Ävor, popis domena"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7756,49 +8360,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "neoÄekivani Ävor rjeÄnika"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Obnavljanje domene iz %s nije uspjelo"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "memorija domene"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "Äitanje konfiguracijske datoteke %s nije uspjelo"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "nepoznata vrsta OS"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Izrada domene iz %s nije uspjela"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Obustavljanje domene %s nije uspjelo"
@@ -7807,19 +8411,34 @@ msgstr "Obustavljanje domene %s nije uspjelo"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "neispravan argument pri"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "neispravan argument pri"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7845,15 +8464,39 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "dodjeljivanje domene"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "DohvaÄanje podataka o Ävoru nije uspjelo"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "Zatvaranje prikljuÄka %d nije uspjelo\n"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "nedovoljno memorije"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "Zatvaranje prikljuÄka %d nije uspjelo\n"
+
#~ msgid "allocating configuration"
#~ msgstr "dodjeljivanje konfiguracije"
@@ -7900,10 +8543,6 @@ msgstr "dodjeljivanje domene"
#~ msgstr "otvaranje %s za Äitanje nije uspjelo"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operacija nije uspjela: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "operacija nije uspjela: %s"
@@ -8195,6 +8834,3 @@ msgstr "dodjeljivanje domene"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "datoteka koja sadrži XML opis domene"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Nastavljanje nove domene %s nije uspjelo\n"
diff --git a/po/ca.gmo b/po/ca.gmo
index 6f38e10..3e5b443 100644
Binary files a/po/ca.gmo and b/po/ca.gmo differ
diff --git a/po/ca.po b/po/ca.po
index c8797c9..6419aba 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-10-04 10:20-0100\n"
"Last-Translator: Xavier Conde Rueda <xavi.conde at gmail.com>\n"
"Language-Team: Catalan <fedora at softcatala.net>\n"
@@ -105,247 +105,247 @@ msgstr "La cadena de parà metre no s'ha codificat correctament"
msgid "Unknown error"
msgstr "Error desconegut"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
msgstr "No es pot accedir %s '%s': %s (%d)"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "No s'ha pogut llegir del conducte de senyals: %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "S'està tornant a carregar la configuració de SIGHUP"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "S'ha produït un error en tornar a carregar els controladors"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "S'està tancant per la senyal %d"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "node value inesperat"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
"No s'ha pogut establir l'indicador de descriptor de fitxer close-on-exe"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "No s'ha pogut establir l'indicador de descriptor de fitxer no blocant"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "No s'ha pogut obrir el fitxer de pid '%s': %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "No s'ha pogut executar fdopen sobre el fitxer de pid '%s': %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "No s'ha pogut escriure en el fitxer de pid '%s': %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "No s'ha pogut tancar el fitxer de pid '%s': %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "No s'ha pogut assignar memòria per a l'estructura qemud_socket"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "No s'ha pogut crear el sòcol: %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "No s'ha pogut vincular el sòcol a '%s': %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "No s'han pogut escoltar les connexions en '%s': %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr "No s'ha pogut afegir la crida de retorn de la incidència del servidor"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "sòcol: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "vinculació: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "escolta: %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: calloc: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: escolta: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
"El camà resultant és massa llarg per a la memòria intermèdia a qemudInitPaths"
"()"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "No s'ha pogut assignar l'estructura qemud_server"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "no es pot inicialitzar el suport pont: %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "no es pot inicialitzar el suport pont: %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "No s'ha pogut inicialitzar l'autenticació SASL %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "No s'ha pogut inicialitzar l'autenticació SASL %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr ""
"No s'ha pogut connectar al bus de sistema per l'autenticació PolicyKit: %s"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: ha fallat: El DN del client és %s"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate: ha fallat la verificació: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr "remoteCheckCertificate: el certificat del client no és fiable."
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
"remoteCheckCertificate: el certificat del client té un emissor desconegut."
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate: el certificat del client ha estat revocat."
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
"remoteCheckCertificate: el certificat del client fa servir un algoritme "
"insegur."
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate: el certificat no és X.509"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate: no hi ha iguals"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: gnutls_x509_crt_init ha fallat"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate: el certificat del client ha vençut"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
"remoteCheckCertificate: el certificat del client encara no ha estat activat"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -357,12 +357,12 @@ msgstr ""
"clientcert.pem -text' per a veure el camp de nom distingit en el certificat "
"del client, o executeu aquest dimoni amb l'opció --verbose."
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
"remoteCheckCertificate: no s'ha pogut verificar el certificat del client"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
@@ -370,454 +370,471 @@ msgstr ""
"remoteCheckCertificate: tls_no_verify_certificate està fixat, per això el "
"certificat erroni s'ignora"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "No s'han pogut verificar les credencials del client: %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "No s'ha pogut acceptar la connexió: %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "s'ha esgotat la memòria mentre s'estava assignant la matriu"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "La conformitat de connexió TLS ha fallat: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "tipus de domini inesperat %d"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "llegeix: %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "No s'ha pogut crear l'XML"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "escriu: %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "No s'ha pogut crear l'XML"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr "El gestor del senyal ha llistat %d errors: últim error: %s"
-#: qemud/qemud.c:2059
+# 200
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "No s'ha pogut escriure a "
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "No s'ha pogut assignar memòria"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "no s'ha pogut assignar memòria per a la llista de configuració %s"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr ""
"no s'ha pogut assignar memòria per al valor de la llista de configuració %s"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
"remoteReadConfigFile: %s: %s: ha de ser una cadena o una llista de cadenes\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
"remoteReadConfigFile: %s: %s: tipus invà lid: s'ha obtingut %s; s'esperava %"
"s\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr "remoteReadConfigFile: %s: %s: autenticació no suportada %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "No es pot definir un grup quan no s'està executant com a usuari root"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr "No s'ha pogut cercar el grup '%s'"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "No s'ha pogut analitzar el mode '%s'"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "No s'ha pogut bifurcar com a dimoni: %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "No s'ha pogut crear el conducte: %s"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "nom de xarxa o uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "No s'ha pogut bolcar el domini %s a %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr "No s'ha pogut registrar la crida de retorn per a la senyal de conducte"
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
"S'ha produït un error de coincidència de programa (actual %x, esperat %x)"
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
"S'ha produït un error de coincidència de versió (actual %x, esperat %x)"
# 100
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "direcció (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "estat (%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "Es necessita autenticació"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "procediment desconegut: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "L'anà lisi d'arguments ha fallat"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr "la connexió ja està oberta"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "la connexió no està oberta"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr "sense memòria a strdup"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr "l'nparams és massa gran"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "tipus desconegut"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "No es pot verificar el MemorySize actual"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "No es pot verificar el MemorySize actual"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "No s'ha pogut resoldre l'adreça %d: %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "el client ha provat una sol·licitud d'inicialització SASL invà lida"
-#: qemud/remote.c:2575
-#, c-format
-msgid "failed to get sock address %d (%s)"
+#: qemud/remote.c:2651
+#, fuzzy, c-format
+msgid "failed to get sock address: %s"
msgstr "no s'ha pogut obtenir l'adreça del sòcol %d (%s)"
-#: qemud/remote.c:2586
-#, c-format
-msgid "failed to get peer address %d (%s)"
+#: qemud/remote.c:2663
+#, fuzzy, c-format
+msgid "failed to get peer address: %s"
msgstr "no s'ha pogut obtenir l'adreça del parell %d (%s)"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "ha fallat la configuració contextual sasl %d (%s)"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr "no es pot obtenir la mida del xifratge TLS"
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr "no es pot definir el SSF extern de SASL %d (%s)"
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr "no es poden definir les propietats de seguretat de SASL %d (%s)"
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "no es poden llistar els mecanismes SASL %d (%s)"
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "no es pot assignar la llista de mecanismes"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "no es pot consultar el ssf de SASL en la connexió %d (%s)"
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "el SSF negociat %d no ha estat prou fort"
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr "no es pot consultar el nom d'usuari SASL en la connexió %d (%s)"
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "no s'ha trobat cap nom d'usuari de client"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "s'ha esgotat la memòria mentre es copiava el nom d'usuari"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "el client SASL %s no està permès en la llista blanca"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
"el client ha intentat fer una sol·licitud d'inicialització de SASL invà lida"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "ha fallat l'iniciació de sasl %d (%s)"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr "la resposta d'inici de sasl és massa llarga %d"
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "el pas de sasl ha fallat %d (%s)"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr "les dades de resposta del pas de sasl són massa llargues %d"
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
"el client ha intentat fer una sol·licitud d'inicialització de SASL no "
"disponible"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
"el client ha intentat fer una sol·licitud d'inici de SASL no disponible"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "el client ha intentat fer una sol·licitud de pas de SASL no disponible"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
"el client ha intentat fer una sol·licitud d'inicialització de PolicyKit "
"invà lida"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "no es pot obtenir la identitat del sòcol remot"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "S'esta comprovant el PID %d que s'executa com a %d"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr "No s'ha pogut consultar el joc de polÃtiques del cridador: %s"
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "No s'ha pogut crear l'acció del joc de polÃtiques %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "No s'ha pogut crear el context del joc de polÃtiques %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "El joc de polÃtiques no ha pogut comprovar l'autorització %d %s"
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
"El joc de polÃtiques ha denegat l'acció %s del pid %d, uid %d, resultat: %s\n"
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr "La polÃtica ha autoritzat l'acció %s del pid %d, uid %d, resultat %s"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
"el client ha intentat fer una sol·licitud d'inicialització de PolicyKit no "
"suportada"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
#, fuzzy
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "No s'ha trobat el domini: %s"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "node dict inesperat"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -939,530 +956,532 @@ msgstr ""
msgid "dev missing from connection hash table"
msgstr "manca el volum a la taula de dispersió de connexions"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "tipus d'SO desconegut %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "el dispositiu d'arrencada '%s' és desconegut"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "Nom del dispositiu de disquet invà lid: %s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "Nom del dispositiu de disc dur invà lid: %s"
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "tipus d'SO desconegut %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "Tipus de bus '%s' no và lid per al disquet"
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "Tipus de bus '%s' no và lid per al disquet"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "el dispositiu d'arrencada '%s' és desconegut"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "tipus d'SO desconegut %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "tipus d'SO desconegut %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
"No s'han especificat atributs d'<origen> 'dev' amb amb <interfÃcie "
"tipus='pont'>"
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr "El nom de model conté carà cters invà lids"
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "manca la font d'informació per al dispositiu"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "manca la font d'informació per al dispositiu"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "manca la font d'informació per al dispositiu"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr "falta el tipus de dispositiu d'entrada"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "el dispositiu d'arrencada '%s' és desconegut"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "tipus d'SO desconegut %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "el bus ps2 no suporta el dispositiu d'entrada %s"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "el bus d'entrada %s no està suportat"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr "el bus xen no disposa del dispositiu d'entrada %s"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "falta el tipus de dispositiu d'entrada"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "el tipus de dispositiu és desconegut"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "no es pot eliminar la configuració de %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "tipus d'SO desconegut %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "tipus d'SO desconegut"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "no es pot eliminar la configuració de %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "dispositiu de la interfÃcie"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "tipus d'SO desconegut %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "manca \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "manca la font d'informació per al dispositiu"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "dispositiu de la interfÃcie"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "tipus d'SO desconegut %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "el dispositiu d'arrencada '%s' és desconegut"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "el dispositiu d'arrencada '%s' és desconegut"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "manca la font d'informació per al dispositiu"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "es desconeix el servidor remot %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "tipus d'autenticació desconegut: %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "manca l'element arrel"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "el tipus de dispositiu és desconegut"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "falta l'atribut del tipus de domini"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "tipus de domini invà lid"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "No s'ha pogut generar un UUID: %s"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "l'element uuid no és correcte"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr "falta un element de memòria"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "dades inesperades '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "tipus d'SO desconegut"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "l'arquitectura no està suportada"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "dispositiu de la interfÃcie"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "manca la font d'informació per al dispositiu"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr "el dispositiu d'arrencada '%s' és desconegut"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "dispositiu de la interfÃcie"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
#, fuzzy
msgid "cannot extract filesystem devices"
msgstr "dispositiu de la interfÃcie"
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "dispositiu de la interfÃcie"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
#, fuzzy
msgid "cannot extract parallel devices"
msgstr "dispositiu de la interfÃcie"
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "dispositiu de la interfÃcie"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "dispositiu de la interfÃcie"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "dispositiu de la interfÃcie"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "dispositiu de la interfÃcie"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "dispositiu de la interfÃcie"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "vinculació: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "No s'ha pogut suspendre el domini %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr "element d'arrel incorrecte"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "tipus de domini inesperat %d"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "tipus de domini inesperat %d"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "tipus de domini inesperat %d"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "tipus de domini inesperat %d"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "tipus de domini inesperat %d"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "tipus de domini inesperat %d"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "tipus de domini inesperat %d"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "tipus de domini inesperat %d"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "tipus de domini inesperat %d"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "tipus de domini inesperat %d"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "tipus de domini inesperat %d"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "node dict inesperat"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "tipus de domini inesperat %d"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr "tipus de domini inesperat %d"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "tipus de domini inesperat %d"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "node value inesperat"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "no s'ha pogut crear el directori de configuració %s: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "no s'ha pogut crear el fitxer de configuració %s: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "no s'ha pogut escriure el fitxer de configuració %s: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "no s'ha pogut guardar el fitxer de configuració %s: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "No s'ha pogut obrir el directori '%s': %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "no es pot eliminar la configuració de %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "tipus de virtualització desconeguda"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "No s'ha pogut executar '"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "No s'ha pogut llegir"
# 200
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "No s'ha pogut escriure a "
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "No s'ha pogut crear el directori %s : %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "No s'han pogut desar les regles d'iptables a %s : %s"
@@ -1474,58 +1493,58 @@ msgstr ""
"No s'ha pogut eliminar la regla d'iptables '%s' de la cadena '%s' de la "
"taula '%s': %s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
"No s'ha pogut afegir la regla d'iptables '%s' a la cadena '%s' en la taula '%"
"s': %s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "no s'ha pogut analitzar la URI de connexió"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "No es pot crear el directori de registre %s: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "el camà del kernel és massa llarg"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "No es pot verificar el MemorySize actual"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "el domainMigratePrepare no ha definit una uri"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "el domainMigratePrepare no ha definit una uri"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1568,12 +1587,12 @@ msgstr "No s'ha pogut crear el domini inactiu %s\n"
msgid "failed to bind new root %s"
msgstr "No s'ha pogut vincular el sòcol a '%s': %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "No s'ha pogut crear l'XML"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "No s'ha pogut vincular el sòcol a '%s': %s"
@@ -1746,21 +1765,21 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr "no hi ha cap domini que concordi amb l'uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr "no es pot eliminar el domini actiu"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "no es pot eliminar el domini actiu"
@@ -1815,7 +1834,7 @@ msgstr "punter de domini invà lid"
msgid "failed to kill pid %d"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "No s'ha pogut obrir «%s»: %s"
@@ -1850,250 +1869,260 @@ msgstr "nom de domini"
msgid "no domain with id %d"
msgstr "node de llista de domini"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "procediment desconegut: %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "No s'ha pogut recuperar el domini %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "argument invà lid a %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "argument invà lid a"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "No s'ha pogut resoldre l'adreça %d: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "No s'ha pogut resoldre l'adreça %d: %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "No s'ha pogut resoldre l'adreça %d: %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
"S'ha sol·licitat un reenviament, però no s'ha proporcionat cap adreça/"
"mà scara IPv4"
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "tipus d'SO desconegut %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
"El nom del fitxer de configuració de la xarxa '%s' no concorda amb el nom de "
"la xarxa '%s'"
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "no es pot eliminar la configuració de %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "el domini %s ja existeix"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "No s'ha pogut iniciar automà ticament la xarxa '%s': %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "no es pot inicialitzar el suport pont: %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "qemudStartup: s'ha esgotat la memòria"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
#, fuzzy
msgid "Reloading iptables rules\n"
msgstr "S'estan actualitzant les normes de les iptables"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr "no s'ha pogut iniciar el dimoni dhcp sense l'adreça IP per al servidor"
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "No es pot crear el directori de registre %s: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr ""
"no s'han pogut afegir les normes d'iptables per a permetre el reenviament "
"des de '%s' : %s\n"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr ""
"no s'han pogut afegir les normes d'iptables per a permetre el reenviament a "
"'%s' : %s\n"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr ""
"no s'han pogut afegir les normes d'iptables per a habilitar l'emmascarat : %"
"s\n"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr ""
"no s'han pogut afegir les normes d'iptables per a permetre l'encaminament "
"des de '%s' : %s\n"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr ""
"no s'han pogut afegir les normes d'iptables per a permetre l'encaminament a "
"'%s' : %s\n"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr ""
"no s'han pogut afegir les normes d'iptables per a permetre les peticions "
"DHCP des de '%s' : %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr ""
"no s'han pogut afegir les normes d'iptables per a permetre les peticions de "
"DNS des de '%s' : %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr ""
"no s'han pogut afegir les normes d'iptables per a bloquejar el trà fic de "
"sortida des de '%s' : %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr ""
"no s'han pogut afegir les normes d'iptables per a bloquejar el trà fic "
"d'entrada a '%s' : %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr ""
"no s'han pogut afegir les normes d'iptables per a permetre el trà fic de pont "
"creuat sobre '%s' : %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "la xarxa ja és activa"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "no s'ha pogut crear el pont '%s' : %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "no s'ha pogut definir l'adreça IP del pont '%s' a '%s' : %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "no s'ha pogut definir la mà scara de xarxa del pont '%s' a '%s' : %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "no s'ha pogut mostrar el pont '%s' : %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "no s'ha pogut habilitar el reenviament IP : %s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "No s'ha pogut abaixar el pont '%s' : %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "No s'ha pogut eliminar el pont '%s' : %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "S'està tancant la xarxa '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "la xarxa ja és activa"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "informació de la xarxa en XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "La xarxa '%s' no és activa"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "No es pot crear el directori de registre %s: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "No s'ha pogut desar el domini %s a %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "No s'ha pogut obrir «%s»: %s"
@@ -2104,7 +2133,267 @@ msgstr "No s'ha pogut obrir «%s»: %s"
msgid "no node device with matching name"
msgstr "no hi ha cap domini que coincideixi amb el nom"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "dispositiu de la interfÃcie"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "manca la font d'informació per al dispositiu"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "tipus d'SO desconegut %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "No s'ha pogut obrir «%s»: %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "el model de so «%s» és invà lid"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "tipus d'interfÃcie de xarxa"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "punter de xarxa invà lid a %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "tipus d'SO desconegut %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "punter de xarxa invà lid a %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "punter de domini invà lid a %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "punter de domini invà lid a %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "el model de so «%s» és invà lid"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "el model de so «%s» és invà lid"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "punter de connexió invà lid a %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "l'element uuid no és correcte"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "falta el tipus de domini"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "tipus d'SO desconegut %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "tipus d'SO desconegut %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "No s'ha pogut obrir «%s»: %s"
@@ -2264,7 +2553,7 @@ msgstr "el domini no està en estat de tancament"
msgid "Could not read container config"
msgstr "no s'ha pogut analitzar la URI de connexió"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "tipus d'SO desconegut %s"
@@ -2278,6 +2567,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "no s'ha pogut analitzar la URI de connexió"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "No s'ha pogut obrir el fitxer de pid '%s': %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "No s'ha pogut llegir del conducte de senyals: %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "No s'ha pogut escriure en el fitxer de pid '%s': %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "No s'ha pogut obrir el fitxer de pid '%s': %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "ha fallat l'operació: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "No s'ha pogut vincular el sòcol a '%s': %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "No s'ha pogut connectar a l'hipervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "No s'ha pogut vincular el sòcol a '%s': %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "No s'ha pogut crear un domini des de %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "No s'ha pogut trobar el registre d'usuari per l'uid '%d': %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "No s'ha pogut crear un domini des de %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2326,716 +2680,783 @@ msgstr "Error de comunicació amb l'intermediari: paquet defectuós\n"
msgid "got asynchronous packet number %d\n"
msgstr "s'ha rebut un número de paquet asÃncron %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "Estat de sortida inesperat de qeumu %d pid %lu"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr "Estat de sortida inesperat '%d', el qeumu probablement ha fallat"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "No es poden trobar els binaris %s de QUEMU: %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "No s'ha trobat la xarxa '%s'"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr "El tipus de xarxa %d no està suportat"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr "no es pot inicialitzar el suport pont: %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "No s'ha pogut afegir la interfÃcie d'intervenció %s al pont '%s': %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "No s'ha pogut afegir la interfÃcie d'intervenció %s al pont '%s': %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "l'hipervisor no disposa d'aquesta funció"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "dades inesperades '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "dades inesperades '%s'"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "dades inesperades '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "model de so invà lid"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "nom de domini invà lid"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "argument invà lid a"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "No es pot obrir el camà al monitor %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node de llista de domini"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-"No s'ha pogut establir l'indicador de descriptor de fitxer close-on-exe"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "No s'ha pogut establir l'indicador de descriptor de fitxer no blocant"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "no s'ha pogut crear el fitxer de registre %s: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
"No es pot definir l'indicador close-on-exec del fitxer de registre de la VM %"
"s"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "no s'ha pogut crear el fitxer de registre %s: %s"
-#: src/qemu_driver.c:211
-#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "no s'ha pogut crear el fitxer de registre %s: %s"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr ""
-"No es pot definir l'indicador close-on-exec del fitxer de registre de la VM %"
-"s"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "no s'ha pogut obrir tty %s: %s\n"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "No s'ha pogut iniciar automà ticament la VM '%s': %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "No s'ha pogut obtenir les estadÃstiques dels blocs %s %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "No s'ha pogut crear un domini des de %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "No s'ha pogut desar el domini %s a %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "No s'ha pogut crear el directori %s : %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "No es pot verificar el MemorySize actual"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "No s'ha pogut analitzar el mode '%s'"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "No s'ha pogut analitzar el mode '%s'"
+
+#: src/qemu_driver.c:476
#, fuzzy, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "No s'ha pogut iniciar automà ticament la VM '%s': %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup: s'ha esgotat la memòria"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr "S'ha produït un error en llegir la sortida d'engegada %s"
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr "S'ha acabat el temps d'espera en llegir la sotida d'engegada de %s"
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr "S'ha produït una falta d'espai en llegir la sortida d'engegada %s"
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, fuzzy, c-format
+msgid "Out of space while reading %s log output"
+msgstr "S'ha produït una falta d'espai en llegir la sortida d'engegada %s"
+
+#: src/qemu_driver.c:757
+#, fuzzy, c-format
+msgid "Failure while reading %s log output"
+msgstr "S'ha produït un error en llegir la sortida d'engegada %s"
+
+#: src/qemu_driver.c:771
+#, fuzzy, c-format
+msgid "Timed out while reading %s log output"
+msgstr "S'ha acabat el temps d'espera en llegir la sotida d'engegada de %s"
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr "No es pot obrir el camà al monitor %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr "No es pot definir l'indicador de monitor close-on-exec"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr "No es pot posar el monitor en mode no blocant"
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "No es pot tancar el fitxer de registre %d: %s"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "no s'han pogut definir els atributs de tty: %s\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "no s'ha pogut obtenir el domini '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "ha fallat l'operació"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "No es pot verificar el MemorySize actual"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "La VM ja és activa"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr "No es pot trobar un port VNC no utilitzat"
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "No es pot crear el directori de registre %s: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "No es poden trobar els binaris %s de QUEMU: %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "No es poden trobar els binaris %s de QUEMU: %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "No es pot escriure argv al fitxer de registre %d: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "No es pot escriure argv al fitxer de registre %d: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "No es pot escriure argv al fitxer de registre %d: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "S'està apagant el domini %s\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "S'està aturant la VM '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "No s'ha pogut vincular el sòcol a '%s': %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "No es pot tancar el fitxer de registre %d: %s"
+msgid "Failed to remove domain status for %s"
+msgstr "No s'ha pogut crear un domini des de %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "No es poden registrar les dades de la consola de la VM: %s"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "no s'ha pogut obrir tty %s: %s\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Memòria emprada:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "no s'ha pogut obtenir el nom de mà quina"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "el domini %s ja existeix"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "el domini %s ja existeix"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "no hi ha cap domini que coincideixi amb l'id %d"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "el domini no s'està executant"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "ha fallat l'operació"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "ha fallat l'operació"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "nom del domini inactiu"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "no s'ha pogut obtenir el domini '%s'"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "No s'ha pogut crear l'XML"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "no s'ha pogut escriure el fitxer de registre"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "no s'ha pogut escriure el fitxer de registre"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "No es pot tancar el fitxer de registre %d: %s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "sense memòria"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "ha fallat l'operació"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "No defineixis la configuració per a un domini inactiu."
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "no defineixis un domini inactiu"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "reiniciar un domini"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "reiniciar un domini"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "No es pot verificar el MemorySize actual"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node de llista de domini"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "no s'ha pogut llegir el dimoni Xen"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "No s'ha pogut crear l'XML"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "No s'ha pogut crear l'XML"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "El domini ja és actiu"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "no s'ha pogut obtenir la xarxa '%s'"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "No s'ha pogut iniciar el domini %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "No s'ha pogut recuperar el domini %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "dades inesperades '%s'"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "no s'ha pogut connectar a %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "ha fallat l'operació: %s"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "el domini %s ja existeix"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "dispositiu de la interfÃcie"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "s'està carregant el fitxer de definició del sistema amfitrió"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "dispositiu de la interfÃcie"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "s'està carregant el fitxer de definició del sistema amfitrió"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "no defineixis un domini inactiu"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
+msgstr ""
+
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "No s'ha trobat el domini"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "No s'ha pogut recuperar el domini %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "No s'ha pogut desvincular el dispositiu de %s"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "no defineixis un domini inactiu"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "nom del domini inactiu"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "No es pot crear el directori de registre %s: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "No s'ha pogut desar el domini %s a %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "argument invà lid a %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "No s'ha trobat el domini: %s"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "No s'ha pogut obrir el directori '%s': %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "no s'ha pogut llegir el fitxer de configuració %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "argument invà lid a"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "ha fallat l'operació: %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "no s'ha pogut escriure el fitxer de registre"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "node de llista de domini"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "no s'ha pogut obtenir un UUID de xarxa"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "El domini ja és actiu"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "No s'ha pogut iniciar el domini %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "ha fallat l'operació: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "No s'ha pogut recuperar el domini %s"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "no hi ha cap domini que coincideixi amb el nom"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3046,515 +3467,596 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "no s'ha pogut obrir tty %s: %s\n"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "no s'ha pogut obrir tty %s: %s\n"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "No s'ha pogut crear el sòcol: %s"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "No s'ha pogut crear el sòcol: %s"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "No s'ha pogut crear el sòcol: %s"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "No es pot tancar el fitxer de registre %d: %s"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "no s'ha pogut obtenir l'URI"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "s'està assignant un domini"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "No es pot accedir %s '%s': %s (%d)"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "no s'ha pogut assignar un node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "No es poden registrar les dades de la consola de la VM: %s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "no s'ha pogut serialitzar l'S-Expr: %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, fuzzy, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "no s'han pogut definir els atributs de tty: %s\n"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "no s'han pogut definir els atributs de tty: %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "No s'han pogut verificar les credencials del client: %s"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "no s'ha pogut obrir tty %s: %s\n"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "No s'han pogut verificar les credencials del client: %s"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "No es pot verificar el MemorySize actual"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "Tipus de dispositiu invà lid: %s"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
#, fuzzy
msgid "The certificate is not trusted."
msgstr "remoteCheckCertificate: el certificat del client no és fiable."
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
#, fuzzy
msgid "The certificate hasn't got a known issuer."
msgstr ""
"remoteCheckCertificate: el certificat del client té un emissor desconegut."
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
#, fuzzy
msgid "The certificate has been revoked."
msgstr "remoteCheckCertificate: el certificat del client ha estat revocat."
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
#, fuzzy
msgid "The certificate uses an insecure algorithm"
msgstr ""
"remoteCheckCertificate: el certificat del client fa servir un algoritme "
"insegur."
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "No s'ha pogut inicialitzar l'autenticació SASL %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "no s'ha pogut obrir tty %s: %s\n"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "massa dominis"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "massa dominis"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "s'ha esgotat la memòria mentre s'estava assignant la matriu"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "tipus d'SO desconegut"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "massa xarxes remotes: %d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr "s'han demanat massa bancs d'emmagatzematge"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "s'han registrat massa controladors"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "s'han registrat massa controladors"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "s'han registrat massa controladors"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "s'han registrat massa controladors"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "s'han registrat massa controladors"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "s'han registrat massa controladors"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "s'han registrat massa controladors"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "tipus d'autenticació desconegut: %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "tipus d'autenticació %d no disponible"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "no s'ha pogut serialitzar l'S-Expr: %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "no s'ha pogut obtenir l'adreça del sòcol %d (%s)"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "no s'ha pogut obtenir l'adreça del parell %d (%s)"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "No s'ha pogut crear el domini inactiu %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "l'hipervisor no disposa d'aquesta funció"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "No s'ha pogut iniciar el domini %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "no s'ha pogut desar el contingut"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "No s'ha pogut iniciar el domini %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "No s'ha pogut connectar a l'hipervisor"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node de llista de domini"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "No s'ha pogut llegir el sòcol %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "connexió només de lectura"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node de llista de domini"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "No s'ha pogut crear l'XML"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "No s'ha destruït el domini %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "argument invà lid a %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "calloc ha fallat"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "No s'ha pogut iniciar el domini %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "No s'ha pogut obrir «%s»: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "no s'ha pogut obrir tty %s: %s\n"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "no s'ha pogut obrir tty %s: %s\n"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3585,45 +4087,45 @@ msgstr "no s'ha pogut guardar el fitxer de configuració %s: %s"
msgid "cannot read beginning of file '%s'"
msgstr "no s'ha pogut crear el fitxer de configuració %s: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "No s'ha pogut resoldre l'adreça %d: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "No s'ha pogut iniciar el domini %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "error intern %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3738,7 +4240,7 @@ msgid "cannot extend file '%s'"
msgstr "No s'ha pogut obrir «%s»: %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "No s'ha pogut obrir «%s»: %s"
@@ -3771,17 +4273,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "No s'ha pogut obrir «%s»: %s"
@@ -3892,11 +4394,7 @@ msgstr "dispositiu de la interfÃcie"
msgid "cannot remove PV device '%s'"
msgstr "No es pot crear el directori de registre %s: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "No s'ha pogut obrir «%s»: %s"
@@ -3909,168 +4407,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "es desconeix el servidor remot %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "tipus d'SO desconegut %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "manca l'element arrel"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "nom de xarxa o uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "tipus d'SO desconegut %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "manca la font d'informació per al dispositiu"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "dispositiu de la interfÃcie"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "manca la font d'informació per al dispositiu %s"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "manca la font d'informació per al dispositiu"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "tipus d'SO desconegut %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "manca la informació del destà per al dispositiu"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "tipus d'SO desconegut %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "tipus mime inesperat"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "manca l'element arrel"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "es desconeix el servidor remot %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "es desconeix el servidor remot %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "falta un element de memòria"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "tipus d'SO desconegut %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "no s'ha pogut crear el directori de configuració %s: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "no s'ha pogut construir el camà al fitxer de configuració"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr "no es pot construir el camà de l'enllaç a autostart"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "No s'ha pogut crear l'XML"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "no s'ha pogut crear el fitxer de configuració %s: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "no s'ha pogut escriure el fitxer de configuració %s: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "no s'ha pogut guardar el fitxer de configuració %s: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "no hi ha fitxer de configuració per a %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "no es pot eliminar la configuració de %s"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4078,17 +4581,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4096,64 +4599,64 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "El domini ja és actiu"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "El domini ja és actiu"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
#, fuzzy
msgid "storage pool is not active"
msgstr "el camà al registre no és un fitxer"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "obtenció de la data i hora"
@@ -4210,155 +4713,155 @@ msgstr "node de llista de domini"
msgid "resolving domain filename"
msgstr "s'està resolent el nom de fitxer del domini"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node de llista de domini"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "s'està resolent el nom de fitxer de la xarxa"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node de llista de domini"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "s'està resolent el nom de fitxer del domini"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: proporcioneu un camà o empreu test:///default"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "No s'ha trobat el domini"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "el domini no s'està executant"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "no s'ha pogut assignar espai per a la cadena de xarxa"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "desa un estat de domini a un fitxer"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "desa un estat de domini a un fitxer"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node de llista de domini"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "no s'ha pogut llegir el dimoni Xen"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "dades inesperades '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "S'ha bolcat el domini %s a %s\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "no s'ha pogut escriure el fitxer de registre"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "S'ha bolcat el domini %s a %s\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "El domini ja s'està executant"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "El domini encara s'està executant"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "La xarxa encara s'està executant"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "La xarxa ja s'està executant"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "El domini ja és actiu"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "el camà al registre no és un fitxer"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "no hi ha cap domini que coincideixi amb el nom"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "no hi ha cap domini que coincideixi amb l'id %d"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "no hi ha cap domini que coincideixi amb l'id %d"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4373,155 +4876,161 @@ msgstr "no s'ha pogut assignar un node"
msgid "unsupported chr device type %d"
msgstr "tipus %s de dispositiu d'entrada no suportat"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+"No s'ha pogut establir l'indicador de descriptor de fitxer close-on-exe"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "no es pot inicialitzar el suport pont: %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "No s'ha pogut crear el directori %s : %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "qemudStartup: s'ha esgotat la memòria"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "no s'ha pogut crear el fitxer de registre %s: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "no s'ha pogut crear el pont '%s' : %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "No es poden trobar els binaris %s de QUEMU: %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "No s'ha pogut iniciar el domini %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "S'ha obtingut un pid inesperat"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "no es pot eliminar el domini actiu"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "no s'ha pogut crear el pont '%s' : %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "no s'ha pogut crear el pont '%s' : %s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "No s'ha pogut crear el conducte: %s"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "No s'ha pogut obrir «%s»: %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "No s'ha pogut resoldre l'adreça %d: %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "No es pot crear el directori de registre %s: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "no s'ha pogut obtenir el nom de mà quina"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "no s'ha pogut obtenir el nom de mà quina"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "no s'ha pogut obtenir el nom de mà quina"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "no s'ha pogut crear el pont '%s' : %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "error intern %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "No s'ha pogut trobar el registre d'usuari per l'uid '%d': %s"
@@ -4531,19 +5040,24 @@ msgstr "No s'ha pogut trobar el registre d'usuari per l'uid '%d': %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "Error desconegut"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "escriu l'ajuda"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Escriu l'ajuda global o l'especÃfica d'una ordre."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "nom de l'ordre"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4551,620 +5065,632 @@ msgstr ""
"Ordres:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "inicia un domini automà ticament"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "Configura un domini perquè s'iniciï automà ticament en arrencar."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "nom de domini, id o uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "inhabilita l'inici automà tic"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "No s'ha pogut desar marcar el domini %s com a autoiniciat"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "No s'ha pogut desmarcar el domini %s com a autoiniciat"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "S'ha marcat el domini %s com a autoiniciat\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "S'ha desmarcat el domini %s com a autoiniciat\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "torna a connectar a l'hipervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connecta a l'hipervisor local. Ãs una ordre interna, després d'iniciar "
"l'entorn d'ordres."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "URI de la connexió de l'hipervisor"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "connexió només de lectura"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "No s'ha pogut desconnectar des de l'hipervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "No s'ha pogut connectar a l'hipervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "connecta a la consola de l'allotjat"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "Connecta a la consola sèrie virtual per a l'allotjat"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "No hi ha cap consola disponible per al domini\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "llista els dominis"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Retorna una llista de dominis."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "llista els dominis inactius"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "llista els dominis actius i inactius"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "No s'ha pogut llistar els dominis actius"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "No s'ha pogut llistar els dominis inactius"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Nom"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "Estat"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "cap estat"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "estat del domini"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Retorna l'estat quant a un domini en execució."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "obté les estadÃstiques d'un dispositiu de blocs referits a un domini"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr ""
"Obté les estadÃstiques d'un dispositiu de blocs referits a un domini en "
"execució."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "dispositiu de blocs"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "No s'ha pogut obtenir les estadÃstiques dels blocs %s %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "obté les estadÃstiques d'una interfÃcie de xarxa referits a un domini"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr ""
"Obté les estadÃstiques d'una interfÃcie de xarxa referits a un domini en "
"execució."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "dispositiu de la interfÃcie"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "no es pot obtenir les estadÃstiques de la interfÃcie %s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspèn un domini"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspèn un domini en execució."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "S'ha suspès el domini %s\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "No s'ha pogut suspendre el domini %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "crea un domini des d'un fitxer XML"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Crea un domini."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "fitxer que conté una descripció de domini XML"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "S'ha creat el domini %s des de %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "No s'ha pogut crear un domini des de %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "defineix (però no iniciïs) un domini des d'un fitxer XML"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Defineix un domini."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "El domini %s s'ha definit des de %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "No s'ha pogut definir el domini des de %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "no defineixis un domini inactiu"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "No defineixis la configuració per a un domini inactiu."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "nom de domini o uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "S'ha indefinit el domini %s\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "No s'ha definit el domini %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "inicia un domini inactiu definit prèviament"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Inicia un domini."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "nom del domini inactiu"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "El domini ja és actiu"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "S'ha iniciat el domini %s\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "No s'ha pogut iniciar el domini %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "desa un estat de domini a un fitxer"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Desa un domini en execució."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "on desar les dades"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "S'ha desat el domini %s a %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "No s'ha pogut desar el domini %s a %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "mostra/estableix els parà metres del planificador"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "Mostra/amaga els parà metres del planificador"
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "assignació d'una matriu de valors"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
#, fuzzy
msgid "Invalid value of weight"
msgstr "El valor %d no és và lid per a la mida de la memòria"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
#, fuzzy
msgid "Invalid value of cap"
msgstr "El valor %d no és và lid per a la mida de la memòria"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "El valor %d no és và lid per a la mida de la memòria"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "Planificador"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "Desconegut"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restaura un domini des d'un estat desat en un fitxer"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restaura un domini."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "l'estat a restaurar"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "S'ha restaurat un domini des de %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "No s'ha pogut restaurar un domini des de %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "bolca el nucli d'un domini a un fitxer per a analitzar-lo"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Bolca el nucli d'un domini."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "on bolcar el nucli"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "S'ha bolcat el domini %s a %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "No s'ha pogut bolcar el domini %s a %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "recupera un domini"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Recupera un domini suspès anteriorment."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "S'ha recuperat el domini %s\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "No s'ha pogut recuperar el domini %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "apaga un domini"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Executa l'apagada en el domini destÃ."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "S'està apagant el domini %s\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "No s'ha pogut apagar el domini %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reiniciar un domini"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Executeu una ordre de reinici en el domini destÃ."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "S'està reiniciant el domini %s\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "No s'ha pogut reiniciar el domini %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destrueix un domini"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destrueix un domini."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "S'ha destruït el domini %s\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "No s'ha destruït el domini %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "informació del domini"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Retorna informació bà sica quant al domini."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Nom:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "Tipus SO:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "Estat:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "Quantitat de CPU:"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "Temps de CPU:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Memòria mà xima:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "cap lÃmit"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Memòria emprada:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "Autoinici"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Memòria emprada:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "Cel·les NUMA:"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "informació del vcpu del domini"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Retorna informació bà sica quant a les CPU virtuals del domini."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "Afinitat de la CPU:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "S'apagarà el domini, no hi ha cap CPU virtual."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "controleu l'afinitat de la vcpu del domini"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Associa les VCPU del domini a CPU fÃsiques de l'amfitrió."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "números de vcpu"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "números de cpu de l'amfitrió (separats per comes)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "No es pot obtenir informació de disc"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: format invà lid. Cadena buida."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
@@ -5172,7 +5698,7 @@ msgstr ""
"cpulist: %s: format invà lid. S'esperava una xifra a la posició %d (a prop de "
"«%c»)."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5181,1413 +5707,1473 @@ msgstr ""
"cpulist: %s: format invà lid. S'esperava una xifra o una coma a la posició %d "
"(a prop de «%c»)."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
"cpulist: %s: format invà lid. S'esperava una coma final a la posició %d."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "No existeix cap CPU fÃsica %d."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "canvia el nombre de CPU virtuals"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Canvia el nombre de CPU virtuals actives en el domini convidat."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "nombre de CPU virtuals"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "nombre invà lid de CPU virtuals."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "Massa CPU virtuals."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "canvia l'assignació de memòria"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Canvia l'assignació de memòria actual en el domini convidat."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "nombre de kbytes de memòria"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "El valor %d no és và lid per a la mida de la memòria"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "No es pot verificar MaxMemorySize"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "canvia el lÃmit de memòria mà xima"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Canvia el lÃmit d'assignació mà xima de memòria en el domini convidat."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "lÃmit de memòria mà xim en kbytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "No es pot verificar el MemorySize actual"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "No es pot encongir el MemorySize actual"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "No es pot canviar MaxMemorySize"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "informació de node"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Retorna informació bà sica quant al node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "no es pot obtenir informació de node"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "Model de CPU:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "Freqüència de CPU:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "Sòcols de CPU:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Nuclis per sòcol:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Fluxos per nucli:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "Cel·les NUMA:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Mida de memòria:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "capacitats"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "Retorna les capacitats de l'hipervisor/controlador."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "no s'ha pogut obtenir les capacitats"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "informació de domini en XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr ""
"Escriu la informació de domini com a bolcat XML per la sortida està ndard."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "llista els dominis inactius"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "converteix un id de domini o UUID a nom de domini"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "id de domini o uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "converteix un nom de domini o UUID a id de domini"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "converteix un nom de domini o id a UUID de domini"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "id de domini o nom"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "no s'ha pogut obtenir un UUID de domini"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "migra el domini a un altre amfitrió"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
"Migra els dominis a un altre amfitrió. Afegiu --live per a una migració "
"activa."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "migració activa"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "URI de connexió a l'amfitrió destÃ"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "URI de la migració, normalment se sol ometre"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "migració: manca el desturi"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "inicia automà ticament una xarxa"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "Configureu una xarxa perquè s'iniciï automà ticament a l'arrencada."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "nom de xarxa o uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "no s'ha pogut marcar la xarxa %s com a autoiniciada"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "no s'ha pogut desmarcar la xarxa %s com a autoiniciada"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "S'ha iniciat la xarxa %s\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "S'ha desmarcat la xarxa %s com a autoiniciada\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "crea una xarxa des d'un fitxer XML"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "Crea una xarxa."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "fitxer que conté una descripció XML de la xarxa"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "S'ha creat la xarxa %s des de %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "No s'ha pogut crear la xarxa des de %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "defineix (però no iniciïs) una xarxa des d'un fitxer XML"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "Defineix una xarxa."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "S'ha definit la xarxa %s des de %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "No s'ha pogut definir la xarxa des de %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "destrueix una xarxa"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "Destrueix una xarxa."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "nom de xarxa, id o uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "S'ha destruït la xarxa %s\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "No s'ha pogut destruir la xarxa %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "informació de la xarxa en XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr ""
"Escriu la informació de la xarxa com a bolcat XML per la sortida està ndard."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "llista de xarxes"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "Retorna una llista de xarxes."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "llista les xarxes inactives"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "llista les xarxes actives i inactives"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "No s'ha pogut llistar les xarxes actives"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "No s'ha pogut llistar les xarxes inactives"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "Autoinici"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "cap autoinici"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "actiu"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "inactiu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "converteix un UUID de xarxa a nom de xarxa"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "uuid de xarxa"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "inicia una xarxa inactiva definida prèviament"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "Inicia una xarxa."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "nom de la xarxa inactiva"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "S'ha iniciat la xarxa %s\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "No s'ha pogut iniciar la xarxa %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "no defineixis una xarxa inactiva"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "No defineixis la configuració per a una xarxa inactiva."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "S'ha indefinit la xarxa %s\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "No s'ha definit la xarxa %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "converteix un nom de xarxa a UUID de xarxa"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "nom de xarxa"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "no s'ha pogut obtenir un UUID de xarxa"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "inicia un domini automà ticament"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
#, fuzzy
msgid "Configure a pool to be automatically started at boot."
msgstr "Configura un domini perquè s'iniciï automà ticament en arrencar."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "nom de domini o uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "no s'ha pogut marcar la xarxa %s com a autoiniciada"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "no s'ha pogut desmarcar la xarxa %s com a autoiniciada"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "S'ha marcat el domini %s com a autoiniciat\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "S'ha desmarcat el domini %s com a autoiniciat\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "crea un domini des d'un fitxer XML"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Crea un domini."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "fitxer que conté una descripció de domini XML"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "S'ha creat el domini %s des de %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "No s'ha pogut crear un domini des de %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "nom del domini inactiu"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "no s'ha pogut assignar una memòria intermèdia"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "crea un domini des d'un fitxer XML"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "S'ha creat el domini %s des de %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "No s'ha pogut crear un domini des de %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "defineix (però no iniciïs) un domini des d'un fitxer XML"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Defineix un domini."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "El domini %s s'ha definit des de %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "No s'ha pogut definir el domini des de %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "El domini %s s'ha definit des de %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "No s'ha definit el domini %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "S'ha destruït el domini %s\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "No s'ha pogut suspendre el domini %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destrueix un domini"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destrueix un domini."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "S'ha destruït el domini %s\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "No s'ha destruït el domini %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destrueix un domini."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "S'ha destruït el domini %s\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "No s'ha destruït el domini %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "S'ha recuperat el domini %s\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "No s'ha pogut recuperar el domini %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "informació de domini en XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr ""
"Escriu la informació de domini com a bolcat XML per la sortida està ndard."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "llista els dominis"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Retorna una llista de dominis."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "llista els dominis inactius"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "llista els dominis actius i inactius"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "No s'ha pogut llistar els dominis actius"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "No s'ha pogut llistar els dominis inactius"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "punter de xarxa invà lid a %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "s'han registrat massa controladors"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "sense memòria"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "No s'ha definit el domini %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "s'han registrat massa controladors"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "informació de node"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Retorna informació bà sica quant al node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "s'està executant"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "assignació d'un domini"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "converteix un UUID de xarxa a nom de xarxa"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "uuid de domini"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "inicia un domini inactiu definit prèviament"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Inicia un domini."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "nom del domini inactiu"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "S'ha iniciat el domini %s\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "No s'ha pogut iniciar el domini %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "crea un domini des d'un fitxer XML"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Crea un domini."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "nom de domini"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "nom del domini inactiu"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "S'ha creat el domini %s des de %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "No s'ha pogut crear l'XML"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "no defineixis un domini inactiu"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "No defineixis la configuració per a un domini inactiu."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "S'ha indefinit el domini %s\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "No s'ha definit el domini %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "converteix un nom de xarxa a UUID de xarxa"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "no s'ha pogut obtenir un UUID de domini"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "crea un domini des d'un fitxer XML"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "fitxer que conté una descripció de domini XML"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "S'ha creat el domini %s des de %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "No s'ha pogut crear un domini des de %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destrueix un domini."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "S'ha destruït el domini %s\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "No s'ha destruït el domini %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "informació de node"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Retorna informació bà sica quant al node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "Tipus SO:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "file"
msgstr "Fitxer XML"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocat"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "informació de domini en XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr ""
"Escriu la informació de domini com a bolcat XML per la sortida està ndard."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "llista els dominis"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Retorna una llista de dominis."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "No s'ha pogut llistar els dominis actius"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "converteix un UUID de xarxa a nom de xarxa"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "converteix un UUID de xarxa a nom de xarxa"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "uuid de domini"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "converteix un UUID de xarxa a nom de xarxa"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "mostra la versió"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Mostra la informació de la versió del sistema."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "no s'ha pogut obtenir el tipus d'hipervisor"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "S'ha compilat contra la biblioteca: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "no s'ha pogut obtenir la versió de la biblioteca"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "S'està fent servir la biblioteca: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "S'està fent servir l'API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "no s'ha pogut obtenir la versió de l'hipervisor"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "No es pot extreure la versió de l'hipervisor %s en execució\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "S'està executant l'hipervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "migra el domini a un altre amfitrió"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "capacitats"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "No s'ha pogut connectar a l'hipervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "No s'ha pogut llistar els dominis inactius"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr ""
"Escriu la informació de domini com a bolcat XML per la sortida està ndard."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "dispositiu de blocs"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "Adjunta un nou dispositiu de disc."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "S'ha destruït el domini %s\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "No s'ha pogut desvincular el dispositiu de %s"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "Adjunta un nou dispositiu de disc."
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "No s'ha pogut adjuntar el dispositiu des de %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "destà del dispositiu de disc"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr ""
+"Obté les estadÃstiques d'un dispositiu de blocs referits a un domini en "
+"execució."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "S'ha recuperat el domini %s\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "no s'ha pogut crear el fitxer de registre %s: %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "escriu el nom de mà quina de l'hipervisor"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "no s'ha pogut obtenir el nom de mà quina"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "escriu l'URI canònica de l'hipervisor"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "no s'ha pogut obtenir l'URI"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "visualització vnc"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "Escriu l'adreça IP i el número de port per a la visualització VNC."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "consola tty"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "Escriu el dispositiu per la consola TTY."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "adjunta un dispositiu des d'un fitxer XML"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "Adjunta un dispositiu des d'un fitxer XML"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "Fitxer XML"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "No s'ha pogut adjuntar el dispositiu des de %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "desvincula un dispositiu d'un fitxer XML"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "desvincula un dispositiu d'un fitxer XML"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "No s'ha pogut desvincular el dispositiu de %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "adjunta les interfÃcies de xarxa"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "Adjunta una nova interfÃcie de xarxa."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "tipus d'interfÃcie de xarxa"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "font de la interfÃcie de xarxa"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "nom de xarxa"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "adreça MAC"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "script emprat com a pont de la interfÃcie de xarxa"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "No es pot fer servir %s en l'ordre 'attach-interface'"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "desvincula la interfÃcie de xarxa"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "Desvincula la interfÃcie de xarxa."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "No es pot obtenir informació de node"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "No s'ha trobat cap interfÃcie de tipus %s"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "No s'ha trobat cap interfÃcie amb adreça MAC %s"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "No s'ha pogut assignar memòria"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "No s'ha pogut crear l'XML"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "adjunta un dispositiu de disc"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "Adjunta un nou dispositiu de disc."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "font del dispositiu de disc"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "destà del dispositiu de disc"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "controlador del dispositiu de disc"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "subcontrolador del dispositiu de disc"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "tipus de dispositiu destÃ"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "mode de lectura i escriptura del dispositiu"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "No es pot fer servir %s a l'ordre 'attach-disk'"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "desvincula un dispositiu de disc"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "Desvincula un dispositiu de disc."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "No es pot obtenir informació de disc"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "No s'ha trobat cap disc amb destà %s"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "no s'ha pogut copiar una cadena"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "no s'ha pogut escriure el fitxer de registre"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "no s'ha pogut escriure el fitxer de registre"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "no s'ha pogut escriure el fitxer de registre"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "No s'ha pogut crear el domini inactiu %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "ha fallat l'operació: %s"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "no s'ha pogut escriure el fitxer de registre"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "No defineixis la configuració per a un domini inactiu."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "No defineixis la configuració per a un domini inactiu."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "no s'ha pogut llegir el fitxer de configuració"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "No defineixis la configuració per a una xarxa inactiva."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "No defineixis la configuració per a una xarxa inactiva."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "No defineixis la configuració per a un domini inactiu."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "No defineixis la configuració per a un domini inactiu."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "surt d'aquest terminal interactiu"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "l'ordre '%s' requereix l'opció <%s>"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "l'ordre '%s' requereix l'opció --%s"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "l'ordre '%s' no existeix"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NOM\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6595,17 +7181,17 @@ msgstr ""
"\n"
" SINOPSI\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <nombre>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <cadena>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6613,7 +7199,7 @@ msgstr ""
"\n"
" DESCRIPCIÃ\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6621,60 +7207,60 @@ msgstr ""
"\n"
" OPCIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <nombre>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <cadena>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "nom de domini o id no definits"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "no s'ha pogut obtenir el domini '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "nom de xarxa no definit"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "no s'ha pogut obtenir la xarxa '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "nom de xarxa no definit"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "no s'ha pogut obtenir el domini '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "nom de xarxa no definit"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "no s'ha pogut obtenir el domini '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6685,130 +7271,130 @@ msgstr ""
"(Temps: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "manca \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "sÃmbol inesperat (nom d'ordre): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "ordre desconeguda: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "l'ordre '%s' no reconeix l'opció --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "sintaxi inesperada: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "nombre"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "cadena"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "dades inesperades '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPCIÃ"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DADES"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
#, fuzzy
msgid "idle"
msgstr "Fitxer XML"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "aturat"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "apagant-se"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "apagat"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "ha fallat"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "desconnectat"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "connexió invà lida"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "errror: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: no s'ha pogut assignar %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: no s'ha pogut assignar %lu bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "no s'ha pogut connectar a l'hipervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "no es pot obtenir la informació del fitxer de registre"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "el camà al registre no és un fitxer"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "no s'ha pogut obrir el fitxer de registre, comproveu el camà al fitxer"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "no s'ha pogut escriure el fitxer de registre"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "no s'ha pogut escriure el fitxer de registre"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "No s'ha pogut desconnectar des de l'hipervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6841,7 +7427,7 @@ msgstr ""
"\n"
" ordres (mode no interactiu):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6850,17 +7436,17 @@ msgstr ""
"\n"
" (especifiqueu --help <ordre> per als detalls quant a l'ordre)\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "l'opció '-%c' no està disponible. Veieu --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6869,7 +7455,7 @@ msgstr ""
"Benvinguts a %s, el terminal interactiu de virtualització.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6879,469 +7465,483 @@ msgstr ""
" 'quit' per sortir\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "Error desconegut"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "avÃs"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No s'ha proporcionat cap missatge d'error"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "error intern %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "error intern"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "sense memòria"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "l'hipervisor no disposa d'aquesta funció"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "l'hipervisor no disposa d'aquesta funció: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "no s'ha pogut connectar a l'hipervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "no s'ha pogut connectar a %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "punter de connexió invà lid a"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "punter de connexió invà lid a %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "punter de domini invà lid"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "punter de domini invà lid a %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "argument invà lid a"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "argument invà lid a %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "ha fallat l'operació: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "ha fallat l'operació"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "ha fallat l'operació GET: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "ha fallat l'operació GET"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "ha fallat l'operació POST: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "ha fallat l'operació POST"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "s'ha rebut un codi d'error HTTP %d desconegut"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "es desconeix el servidor remot %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "servidor remot desconegut"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "no s'ha pogut serialitzar l'S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "no s'ha pogut serialitzar l'S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "no s'ha pogut usar l'hipervisor Xen"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "no s'ha pogut fer servir l'entrada de l'hipervisor Xen %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "no s'ha pogut connectar al magatzem Xen"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "no s'ha pogut connectar al magatzem Xen %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "ha fallat la crida de sistema Xen %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "tipus d'SO desconegut"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "tipus d'SO desconegut %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "manca la informació del nucli"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "manca la informació del dispositiu arrel"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "manca la informació del dispositiu arrel a %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "manca la font d'informació per al dispositiu"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "manca la font d'informació per al dispositiu %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "manca la informació del destà per al dispositiu"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "manca la informació del destà per al dispositiu %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "manca la informació del nom de domini"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "manca la informació del nom de domini a %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "manca la informació del sistema operatiu"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "manca la informació del sistema operatiu per a %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "manca la informació de dispositius"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "manca la informació de dispositius per a %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "s'han registrat massa controladors"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "s'han registrat massa controladors a %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "ha fallat la crida a la biblioteca, potser no està disponible"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "ha fallat la crida %s a la biblioteca, potser no està disponible"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "La descripció XML no està ben formada o és invà lida"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "La descripció XML per a %s no està ben formada o és invà lida"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "aquest domini ja existeix"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "el domini %s ja existeix"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operació prohibida en accedir només per a llegir"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operació %s prohibida en accedir només per a llegir"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "no s'ha pogut obrir el fitxer de configuració per a llegir"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "no s'ha pogut obrir %s per a llegir"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "no s'ha pogut llegir el fitxer de configuració"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "no s'ha pogut llegir el fitxer de configuració %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "no s'ha pogut analitzar el fitxer de configuració"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "no s'ha pogut analitzar el fitxer de configuració %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "error de sintaxi del fitxer de configuració"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "error de sintaxi del fitxer de configuració: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "no s'ha pogut escriure el fitxer de configuració"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "no s'ha pogut escriure el fitxer de configuració: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "error d'anà lisi"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "punter de xarxa invà lid a"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "punter de xarxa invà lid a %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "aquesta xarxa ja existeix"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "la xarxa %s ja existeix"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "error de crida de sistema"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "error d'RPC"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "error de crida del GNUTLS"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "No s'ha trobat la xarxa"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "No s'ha trobat la xarxa: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "No s'ha trobat el domini"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "No s'ha trobat el domini: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "No s'ha trobat la xarxa"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "No s'ha trobat la xarxa: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "l'adreça MAC no és và lida"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "l'adreça MAC no és và lida: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "ha fallat l'operació"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "ha fallat l'operació: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "No s'ha trobat la xarxa"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "No s'ha trobat la xarxa: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "No s'ha trobat la xarxa"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "No s'ha trobat la xarxa: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "punter de xarxa invà lid a"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "punter de xarxa invà lid a %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "punter de xarxa invà lid a"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "punter de xarxa invà lid a %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "No s'ha trobat la xarxa"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "No s'ha trobat la xarxa: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "No s'ha trobat la xarxa"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "No s'ha trobat la xarxa: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "punter de xarxa invà lid a"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "punter de domini invà lid a %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "No s'ha trobat el domini: %s"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "No s'ha trobat el domini: %s"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "No s'ha trobat la xarxa"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "No s'ha trobat la xarxa: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "La memòria intermèdia d'arguments és massa petita"
@@ -7414,7 +8014,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "no s'ha pogut crear el pont '%s' : %s"
@@ -7469,7 +8069,7 @@ msgstr "la informació del domini és incorrecta, domid no és numèric"
msgid "domain information incomplete, missing uuid"
msgstr "la informació del domini és incompleta, manca l'uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "la informació del domini és incompleta, manca el nom"
@@ -7516,225 +8116,232 @@ msgid "cannot parse vbd filename, missing driver type"
msgstr ""
"no es pot analitzar el nom de fitxer vbd, manca el tipus de controlador"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "l'adreça MAC no és và lida: %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "node dict inesperat"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "tipus d'SO desconegut %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "la informació del domini és incompleta, manca l'id"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "l'adreça MAC no és và lida: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "tipus d'SO desconegut %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "error de sintaxi del fitxer de configuració"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "no s'ha pogut analitzar la informació del domini Xend"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "el domini no s'està executant"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "No s'ha pogut suspendre el domini %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "tipus %s de dispositiu d'entrada no suportat"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "node value inesperat"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node de memòria"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "ha fallat l'operació"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "No s'ha definit la xarxa %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "no s'ha pogut obrir tty %s: %s\n"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "no s'ha pogut analitzar la informació del domini Xend"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "No s'ha pogut crear el domini inactiu %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "la informació del domini és incompleta, manca el nom"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "Planificador"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "no s'ha pogut obtenir el nom de mà quina"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "la informació del domini és incompleta, manca l'uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "la informació del domini és incompleta, manca el nom"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "no s'ha pogut obrir %s per a llegir"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "no s'ha pogut llegir el fitxer de configuració %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "tipus de domini inesperat %d"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "tipus mime inesperat"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "el tipus de visitant no està suportat"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "node value inesperat"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node de llista de domini"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "No es permet l'ús d'ai_socktype"
@@ -7812,49 +8419,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "node dict inesperat"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "No s'ha pogut restaurar un domini des de %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "No es pot verificar el MemorySize actual"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "no s'ha pogut llegir el fitxer de configuració %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "tipus d'SO desconegut"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "no s'ha pogut crear el fitxer de registre %s: %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "no s'ha pogut crear el fitxer de registre %s: %s"
@@ -7863,19 +8470,34 @@ msgstr "no s'ha pogut crear el fitxer de registre %s: %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "argument invà lid a"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "argument invà lid a"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7901,16 +8523,47 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "El domini ja és actiu"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "s'està assignant un domini"
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "No es pot accedir %s '%s': %s (%d)"
+
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "no s'ha pogut obtenir l'adreça del sòcol %d (%s)"
+
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "no s'ha pogut obtenir l'adreça del parell %d (%s)"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr ""
+#~ "No s'ha pogut establir l'indicador de descriptor de fitxer no blocant"
+
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "no s'ha pogut crear el fitxer de registre %s: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr ""
+#~ "No es pot definir l'indicador close-on-exec del fitxer de registre de la "
+#~ "VM %s"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup: s'ha esgotat la memòria"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "No es pot tancar el fitxer de registre %d: %s"
+
#~ msgid "allocating configuration"
#~ msgstr "s'està assignant la configuració"
@@ -7961,10 +8614,6 @@ msgstr "s'està assignant un domini"
#~ msgstr "no s'ha pogut obrir %s per a llegir"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "ha fallat l'operació: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "ha fallat l'operació: %s"
@@ -8272,9 +8921,6 @@ msgstr "s'està assignant un domini"
#~ msgid "invalid root element"
#~ msgstr "element d'arrel invà lid"
-#~ msgid "missing domain type"
-#~ msgstr "falta el tipus de domini"
-
#~ msgid "invalid domain id"
#~ msgstr "id de domini invà lid"
@@ -8404,9 +9050,6 @@ msgstr "s'està assignant un domini"
#~ msgid "missing sound model"
#~ msgstr "manca el model de so"
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "el model de so «%s» és invà lid"
-
#~ msgid "domain name length too long"
#~ msgstr "la llargada del nom de domini és massa llarga"
diff --git a/po/cs.gmo b/po/cs.gmo
index 63aca3f..b963f85 100644
Binary files a/po/cs.gmo and b/po/cs.gmo differ
diff --git a/po/cs.po b/po/cs.po
index 3b49103..f65e763 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: cs\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-02-04 01:43+0100\n"
"Last-Translator: Miloslav TrmaÄ <mitr at volny.cz>\n"
"Language-Team: Czech <cs at li.org>\n"
@@ -96,241 +96,241 @@ msgstr ""
msgid "Unknown error"
msgstr "Neznámý"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "nepodaÅilo se ÄÃst z démona Xen"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "alokuji nastavenÃ"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "Chyba pÅi alokaci pamÄti: %s"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "neoÄekávaná hodnota uzlu"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "NepodaÅilo se alokovat pamÄÅ¥"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "NepodaÅilo se ÄÃst ze soketu %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "NepodaÅilo se alokovat pamÄÅ¥"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "NepodaÅilo se najÃt sÃÅ¥: %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "NepodaÅilo se najÃt sÃÅ¥: %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "NepodaÅilo se pÅipojit se k hypervizoru"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "autentizace selhala: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -338,453 +338,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "NepodaÅilo se zÃskat stav rozhranà %s %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Selhalo spuÅ¡tÄnà sÃtÄ %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "zmÄnit pamÄÅ¥ovou alokaci"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "operace GET selhala: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "neoÄekávaný typ MIME"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "NepodaÅilo se vytvoÅit XML"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "NepodaÅilo se vytvoÅit XML"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "NepodaÅilo se zapsat do soketu %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "NepodaÅilo se alokovat pamÄÅ¥"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "NepodaÅilo se alokovat pamÄÅ¥"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "NepodaÅilo se alokovat pamÄÅ¥"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "NepodaÅilo se probudit doménu %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "NepodaÅilo se vytvoÅit XML"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "název nebo UUID sÃtÄ"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "NepodaÅilo se uložit pamÄÅ¥ domény %s do %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "autentizace selhala"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "obdržel jsem neznámý chybový kód HTTP %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "selhalo parsovánà odpovÄdi serveru"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "neplatný ukazatel spojenà v"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "nedostatek pamÄti"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "neznámý druh OS"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "Nemohu ovÄÅit souÄasnou velikost pamÄti"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "Nemohu ovÄÅit souÄasnou velikost pamÄti"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "NepodaÅilo se zÃskat stav bloků %s %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "NepodaÅilo se zÃskat stav rozhranà %s %s"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "nedostatek pamÄti"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "NepodaÅilo se vytvoÅit neaktivnà doménu %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "NepodaÅilo se vytvoÅit neaktivnà doménu %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Doména nebyla nalezena"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "neoÄekávaný pÅÃkazový (dict) uzel"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -905,534 +921,535 @@ msgstr "nepodaÅilo se pÅidat sÃÅ¥ do tabulky spojenÃ"
msgid "dev missing from connection hash table"
msgstr "doména chybà v tabulce spojenÃ"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "neznámý druh OS %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "zdroj diskového zaÅÃzenÃ"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "neznámý druh OS %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "zdroj diskového zaÅÃzenÃ"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "neznámý druh OS %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "neznámý druh OS %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "chybà zdrojové informace pro zaÅÃzenÃ"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "chybà zdrojové informace pro zaÅÃzenÃ"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "chybà zdrojové informace pro zaÅÃzenÃ"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "druh cÃlového zaÅÃzenÃ"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "neznámý druh OS %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "neznámý druh OS %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "chybà informace o koÅenovém zaÅÃzenÃ"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "neznámý druh OS %s"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "neznámý druh OS %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "neznámý pÅÃkaz '%s'"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "druh cÃlového zaÅÃzenÃ"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "neznámý druh OS %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "chybà \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "chybà \""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "druh cÃlového zaÅÃzenÃ"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "nepodaÅilo zpracovat URI spojenÃ"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "nepodaÅilo zpracovat URI spojenÃ"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "neznámý druh OS %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "neznámý hostitel %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "neznámý hostitel %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "chybà cÃlové informace pro zaÅÃzenÃ"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "neznámý hostitel %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "chybà informace o koÅenovém zaÅÃzenÃ"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "neznámý druh OS"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "chybà informace o doménovém jménu"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "neplatný doménový ukazatel v %s"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "nepodaÅilo se zÃskat UUID sÃtÄ"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "neoÄekávaná data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "neznámý druh OS"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "rozhranà zaÅÃzenÃ"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "chybà informace o koÅenovém zaÅÃzenÃ"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "neznámý hostitel %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "pÅipojit diskové zaÅÃzenÃ"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "pÅipojit sÃÅ¥ové rozhranÃ"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "rozhranà zaÅÃzenÃ"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "pÅipojit diskové zaÅÃzenÃ"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "pÅipojit diskové zaÅÃzenÃ"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "pÅipojit diskové zaÅÃzenÃ"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "pÅipojit diskové zaÅÃzenÃ"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "nepodaÅilo se uložit obsah"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "chyba syntaxe topologie cpuset"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "neoÄekávaný typ MIME"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "neoÄekávaný typ MIME"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "neoÄekávaný pÅÃkazový (dict) uzel"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "neoÄekávaný pÅÃkazový (dict) uzel"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "neoÄekávaný pÅÃkazový (dict) uzel"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "neoÄekávaný typ MIME"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "neoÄekávaný typ MIME"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "neoÄekávaný typ MIME"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "neoÄekávaný pÅÃkazový (dict) uzel"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "neoÄekávaný typ MIME"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "neoÄekávaný typ MIME"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "neoÄekávaný pÅÃkazový (dict) uzel"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "neoÄekávaný typ MIME"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "neoÄekávaný typ MIME"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "neoÄekávaný typ MIME"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "neoÄekávaná hodnota uzlu"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "nepodaÅilo se zapsat konfiguraÄnà soubor: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "nepodaÅilo se zapsat konfiguraÄnà soubor: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "nepodaÅilo se zapsat konfiguraÄnà soubor: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "nepodaÅilo se zapsat konfiguraÄnà soubor: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "nepodaÅilo se zapsat konfiguraÄnà soubor: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "neznámý druh OS"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "NepodaÅilo se vytvoÅit XML"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "NepodaÅilo se vytvoÅit XML"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "NepodaÅilo se zapsat do soketu %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "NepodaÅilo se vytvoÅit sÃÅ¥ z %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "NepodaÅilo se uložit doménu %s do %s"
@@ -1442,56 +1459,56 @@ msgstr "NepodaÅilo se uložit doménu %s do %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "nepodaÅilo zpracovat URI spojenÃ"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "pÅipojit sÃÅ¥ové rozhranÃ"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Nemohu ovÄÅit souÄasnou velikost pamÄti"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "nesprávná informace o doménÄ, domid nenà ÄÃslo"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "nesprávná informace o doménÄ, domid nenà ÄÃslo"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1534,12 +1551,12 @@ msgstr "NepodaÅilo se vytvoÅit neaktivnà doménu %s\n"
msgid "failed to bind new root %s"
msgstr "NepodaÅilo se najÃt sÃÅ¥: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "NepodaÅilo se vytvoÅit XML"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "NepodaÅilo se uložit doménu %s do %s"
@@ -1712,23 +1729,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "ID nebo UUID domény"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "Jméno neaktivnà domény"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "oddefinovat neaktivnà doménu"
@@ -1783,7 +1800,7 @@ msgstr "neplatný doménový ukazatel v"
msgid "failed to kill pid %d"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
@@ -1818,225 +1835,235 @@ msgstr "doménové jméno"
msgid "no domain with id %d"
msgstr "uzel seznamu domén"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "neznámý hostitel %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "NepodaÅilo se probudit doménu %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "neplatný parametr v %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "neplatný parametr v"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "neplatná MAC adresa: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "neznámý druh OS %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "nepodaÅilo se zapsat konfiguraÄnà soubor: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "doména %s již existuje"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Selhalo spuÅ¡tÄnà sÃtÄ %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "nedostatek pamÄti"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "NepodaÅilo se vytvoÅit sÃÅ¥ z %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "NepodaÅilo se uložit doménu %s do %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "NepodaÅilo se uložit doménu %s do %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "NepodaÅilo se uložit doménu %s do %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "NepodaÅilo se uložit doménu %s do %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "NepodaÅilo se uložit doménu %s do %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "NepodaÅilo se uložit doménu %s do %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "NepodaÅilo se uložit doménu %s do %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "NepodaÅilo se uložit doménu %s do %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "NepodaÅilo se uložit doménu %s do %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "NepodaÅilo se uložit doménu %s do %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Doména je již aktivnÃ"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "nepodaÅilo se zapsat konfiguraÄnà soubor: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "nepodaÅilo se otevÅÃt %s pro ÄtenÃ"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "nepodaÅilo se zÃskat sÃÅ¥ '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "SÃÅ¥ stále bÄžÃ"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "informace o sÃti v XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "SpuÅ¡tÄna sÃÅ¥ %s\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "NepodaÅilo se vytvoÅit sÃÅ¥ z %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "NepodaÅilo se uložit doménu %s do %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
@@ -2046,7 +2073,267 @@ msgstr "NepodaÅilo se otevÅÃt '%s': %s"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "druh cÃlového zaÅÃzenÃ"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "neznámý druh OS %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "NepodaÅilo se otevÅÃt '%s': %s"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "Druh sÃÅ¥ového rozhranÃ"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "neplatný sÃÅ¥ový ukazatel v %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "neznámý druh OS %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "neplatný sÃÅ¥ový ukazatel v %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "neplatný doménový ukazatel v %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "neplatný doménový ukazatel v %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "neplatný ukazatel spojenà v %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "chybà informace o koÅenovém zaÅÃzenÃ"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "neznámý druh OS %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "neznámý druh OS %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
@@ -2206,7 +2493,7 @@ msgstr ""
msgid "Could not read container config"
msgstr "nepodaÅilo zpracovat URI spojenÃ"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "neznámý druh OS %s"
@@ -2220,6 +2507,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "nepodaÅilo zpracovat URI spojenÃ"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "NepodaÅilo se otevÅÃt '%s': %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "nepodaÅilo se ÄÃst z démona Xen"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "NepodaÅilo se otevÅÃt '%s': %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "NepodaÅilo se otevÅÃt '%s': %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "selhala operace %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "NepodaÅilo se pÅipojit zaÅÃzenà z %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "NepodaÅilo se pÅipojit se k hypervizoru"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "NepodaÅilo se pÅipojit zaÅÃzenà z %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "NepodaÅilo se vytvoÅit doménu z %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "NepodaÅilo se najÃt sÃÅ¥: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "NepodaÅilo se vytvoÅit doménu z %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2264,708 +2616,780 @@ msgstr "Chyba pÅi komunikacà s proxy: poÅ¡kozený paket\n"
msgid "got asynchronous packet number %d\n"
msgstr "zÃskal jsem asynchronnà ÄÃslo paketu %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "SÃÅ¥ nebyla nalezena"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "SpuÅ¡tÄna sÃÅ¥ %s\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "NepodaÅilo se zÃskat stav rozhranà %s %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "tato funkce nenà hypervizorem podporována"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "neoÄekávaná data '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "neoÄekávaná data '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "neplatný doménový ukazatel v %s"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "neplatný parametr v"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "uzel seznamu domén"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "%s: nepodaÅilo se zapisovat do souboru záznamu: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "%s: nepodaÅilo se zapisovat do souboru záznamu: %s"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "%s: nepodaÅilo se zapisovat do souboru záznamu: %s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "NepodaÅilo se zavÅÃt soket %d\n"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "NepodaÅilo se zÃskat stav bloků %s %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "NepodaÅilo se vytvoÅit doménu z %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "NepodaÅilo se uložit doménu %s do %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "NepodaÅilo se vytvoÅit sÃÅ¥ z %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "Nemohu ovÄÅit souÄasnou velikost pamÄti"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "nedostatek pamÄti"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "NepodaÅilo se otevÅÃt '%s': %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "NepodaÅilo se zavÅÃt soket %d\n"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "NepodaÅilo se zavÅÃt soket %d\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "nepodaÅilo se zÃskat doménu '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "selhala operace"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "Nemohu ovÄÅit souÄasnou velikost pamÄti"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Doména je již aktivnÃ"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "%s: nepodaÅilo se zapisovat do souboru záznamu: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "%s: nepodaÅilo se zapisovat do souboru záznamu: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "%s: nepodaÅilo se zapisovat do souboru záznamu: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Doména %s je právÄ vypÃnána\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "NepodaÅilo se zavÅÃt soket %d\n"
+msgid "Failed to remove domain status for %s"
+msgstr "NepodaÅilo se vytvoÅit doménu z %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Volná pamÄÅ¥ NUMA"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "nepodaÅilo se zÃskat hostitelské jméno"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "doména %s již existuje"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "doména %s již existuje"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Doména stále bÄžÃ"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "selhala operace"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "selhala operace"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "Jméno neaktivnà domény"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "nepodaÅilo se zÃskat UUID domény"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "NepodaÅilo se vytvoÅit XML"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "nepodaÅilo se zapsat do log souboru"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "nepodaÅilo se zapsat do log souboru"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "NepodaÅilo se zavÅÃt soket %d\n"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "nedostatek pamÄti"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "selhala operace"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "Oddefinovat nastavenà neaktivnà domény."
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "oddefinovat neaktivnà doménu"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "druh cÃlového zaÅÃzenÃ"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "uzel seznamu domén"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "Nemohu ovÄÅit souÄasnou velikost pamÄti"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "uzel seznamu domén"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "nepodaÅilo se ÄÃst z démona Xen"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "NepodaÅilo se vytvoÅit XML"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "NepodaÅilo se vytvoÅit XML"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Doména je již aktivnÃ"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "nepodaÅilo se zÃskat UUID sÃtÄ"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "NepodaÅilo se spustit doménu %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "NepodaÅilo se probudit doménu %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "nepodaÅilo se pÅipojit k %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "%s: nepodaÅilo se zapisovat do souboru záznamu: %s"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "doména %s již existuje"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "naÄÃst definiÄnà soubor hostitele"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "pÅipojit diskové zaÅÃzenÃ"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "naÄÃst definiÄnà soubor hostitele"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "oddefinovat neaktivnà doménu"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "Doména nebyla nalezena"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "nepodaÅilo se zÃskat informace o uzlu"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "NepodaÅilo se odpojit zaÅÃzenà z %s"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "oddefinovat neaktivnà doménu"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "automaticky spustit doménu"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "NepodaÅilo se vytvoÅit sÃÅ¥ z %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "NepodaÅilo se uložit doménu %s do %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "neplatný parametr v %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Doména nebyla nalezena: %s"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "NepodaÅilo se otevÅÃt '%s': %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "nepodaÅilo se naÄÃst konfiguraÄnà soubor %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "neplatný parametr v"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "selhala operace %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s: nepodaÅilo se zapisovat do souboru záznamu: %s"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "uzel seznamu domén"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "nepodaÅilo se zÃskat UUID domény"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "NepodaÅilo se spustit doménu %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "selhala operace %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "NepodaÅilo se probudit doménu %s"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -2976,510 +3400,591 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "nepodaÅilo se pÅipojit k %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "NepodaÅilo se ÄÃst ze soketu %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "NepodaÅilo se ÄÃst ze soketu %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "NepodaÅilo se ÄÃst ze soketu %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "NepodaÅilo se zavÅÃt soket %d\n"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "nepodaÅilo se zÃskat URI"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
#, fuzzy
msgid "Error allocating callbacks list"
msgstr "Chyba pÅi alokaci pamÄti: %s"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "alokuji doménu"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "nepodaÅilo se alokovat uzel"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "Nemohu ovÄÅit souÄasnou velikost pamÄti"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Nemohu ovÄÅit souÄasnou velikost pamÄti"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "Neplatná hodnota omezenÃ"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "nepodaÅilo se zapsat konfiguraÄnà soubor: %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "pÅÃliÅ¡ mnoho domén"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "pÅÃliÅ¡ mnoho domén"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "zmÄnit pamÄÅ¥ovou alokaci"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "neznámý druh OS"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "pÅÃliÅ¡ mnoho sÃtÃ"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "registrováno pÅÃliÅ¡ mnoho ovladaÄů"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "registrováno pÅÃliÅ¡ mnoho ovladaÄů"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "registrováno pÅÃliÅ¡ mnoho ovladaÄů"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "registrováno pÅÃliÅ¡ mnoho ovladaÄů"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "registrováno pÅÃliÅ¡ mnoho ovladaÄů"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "registrováno pÅÃliÅ¡ mnoho ovladaÄů"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "registrováno pÅÃliÅ¡ mnoho ovladaÄů"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "autentizace selhala: %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "autentizace selhala"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "selhala serializace S-Expr: %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "NepodaÅilo se zÃskat stav bloků %s %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "NepodaÅilo se zÃskat stav rozhranà %s %s"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "NepodaÅilo se vytvoÅit neaktivnà doménu %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "tato funkce nenà hypervizorem podporována"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "NepodaÅilo se spustit doménu %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "nepodaÅilo se uložit obsah"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "NepodaÅilo se spustit doménu %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "NepodaÅilo se pÅipojit se k hypervizoru"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "uzel seznamu domén"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "NepodaÅilo se ÄÃst ze soketu %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "spojenà pouze pro ÄtenÃ"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "uzel seznamu domén"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "NepodaÅilo se vytvoÅit XML"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "nepodaÅilo se zÃskat sÃÅ¥ '%s'"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "neplatný parametr v %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "selhala operace"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "NepodaÅilo se spustit doménu %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "NepodaÅilo se otevÅÃt '%s': %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "NepodaÅilo se otevÅÃt '%s': %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "NepodaÅilo se otevÅÃt '%s': %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3510,45 +4015,45 @@ msgstr "nepodaÅilo se zapsat konfiguraÄnà soubor: %s"
msgid "cannot read beginning of file '%s'"
msgstr "nepodaÅilo se zapsat konfiguraÄnà soubor: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "neplatná MAC adresa: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "NepodaÅilo se spustit doménu %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "vnitÅnà chyba %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "konzola na této platformÄ nenà implementována"
@@ -3662,7 +4167,7 @@ msgid "cannot extend file '%s'"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
@@ -3695,17 +4200,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
@@ -3816,11 +4321,7 @@ msgstr "druh cÃlového zaÅÃzenÃ"
msgid "cannot remove PV device '%s'"
msgstr "druh cÃlového zaÅÃzenÃ"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
@@ -3833,162 +4334,167 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "neznámý druh OS %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "název nebo UUID sÃtÄ"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "neznámý druh OS %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "chybà zdrojové informace pro zaÅÃzenà %s"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "neznámý druh OS %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "neoÄekávaný typ MIME"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "chybà informace o koÅenovém zaÅÃzenÃ"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "neznámý hostitel %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "neznámý hostitel %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "chybà informace o doménovém jménu"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "neznámý druh OS %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "nepodaÅilo se zapsat konfiguraÄnà soubor: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "NepodaÅilo se vytvoÅit XML"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "nepodaÅilo se zapsat konfiguraÄnà soubor: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "nepodaÅilo se zapsat konfiguraÄnà soubor: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "nepodaÅilo se zapsat konfiguraÄnà soubor: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "chybná syntaxe konfiguraÄnÃho souboru: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3996,17 +4502,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4014,64 +4520,64 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Doména je již aktivnÃ"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Doména je již aktivnÃ"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
#, fuzzy
msgid "storage pool is not active"
msgstr "cesta k log souboru nenà souborem"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "zjišťuji Äas"
@@ -4128,154 +4634,154 @@ msgstr "uzel seznamu domén"
msgid "resolving domain filename"
msgstr "zjišťuji název soubor domény"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "uzel seznamu domén"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "zjišťuji název soubor sÃtÄ"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "uzel seznamu domén"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "zjišťuji název soubor domény"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: zadejte cestu nebo test:///default"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "doména %s již existuje"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Doména stále bÄžÃ"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "nepodaÅilo se alokovat uzel"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "uložit stav domény do souboru"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "uložit stav domény do souboru"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "uzel seznamu domén"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "nepodaÅilo se ÄÃst z démona Xen"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "neoÄekávaná data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "PamÄÅ¥ domény %s uložena do %s\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "%s: nepodaÅilo se zapisovat do souboru záznamu: %s"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "PamÄÅ¥ domény %s uložena do %s\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Doména již bÄžÃ"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Doména stále bÄžÃ"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "SÃÅ¥ stále bÄžÃ"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "SÃÅ¥ již bÄžÃ"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Doména je již aktivnÃ"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4289,151 +4795,155 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "NepodaÅilo se vytvoÅit sÃÅ¥ z %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "nedostatek pamÄti"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "uzel soketů CPU"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "uzel soketů CPU"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "neznámý pÅÃkaz '%s'"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "neznámý pÅÃkaz '%s'"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "nepodaÅilo zpracovat URI spojenÃ"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "NepodaÅilo se zapsat do soketu %d\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "nepodaÅilo zpracovat URI spojenÃ"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "Jméno neaktivnà domény"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "druh cÃlového zaÅÃzenÃ"
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "NepodaÅilo se vytvoÅit XML"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "NepodaÅilo se vytvoÅit XML"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "uzel soketů CPU"
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "chyba pÅi parsovánà konfiguraÄnà souboru %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "chyba pÅi parsovánà konfiguraÄnà souboru %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "NepodaÅilo se oddefinovat doménu %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "nepodaÅilo zpracovat URI spojenÃ"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "chyba:"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "NepodaÅilo se najÃt sÃÅ¥: %s"
@@ -4443,19 +4953,24 @@ msgstr "NepodaÅilo se najÃt sÃÅ¥: %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "Neznámý"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "vypsat nápovÄdu"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "VypÃÅ¡e souhrnnou nápovÄdu nebo nápovÄdu k urÄenému pÅÃkazu."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "název pÅÃkazu"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4463,618 +4978,630 @@ msgstr ""
"PÅÃkazy:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "automaticky spustit doménu"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "Nastavà doménu, aby byla automaticky spuÅ¡tÄna pÅi startu."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "jméno, id nebo uuid domény"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "zakázat automatické spuÅ¡tÄnÃ"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "NepodaÅilo se oznaÄit doménu %s jako automaticky spouÅ¡tÄnou"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "NepodaÅilo se odoznaÄit doménu %s jako automaticky spouÅ¡tÄnou"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Doména %s oznaÄena jako automaticky spouÅ¡tÄná\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Doména %s odoznaÄena jako automaticky spouÅ¡tÄná\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(znovu)pÅipojit se k hypervizoru"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"PÅipojit se k mÃstnÃmu hypervizoru. Toto je zabudovaný pÅÃkaz po spuÅ¡tÄnà "
"shellu."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "URI spojenà hypervizoru"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "spojenà pouze pro ÄtenÃ"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "NepodaÅilo se odpojit od hypervizora"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "NepodaÅilo se pÅipojit se k hypervizoru"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "pÅipojit se k hostované konzoli"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "PÅipojit virtuálnà sériovou konzoli pro hosta"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "Žádná konzole nenà pro doménu dostupná\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "konzola na této platformÄ nenà implementována"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "vypsat domény"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Vrátà seznam domén."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "vypsat neaktivnà domény"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "vypsat neaktivnà a aktivnà domény"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "NepodaÅilo se vypsat aktivnà domény"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "NepodaÅilo se vypsat neaktivnà domény"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Jméno"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "Stav"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "bez stavu"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "stav domény"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Vrátà stav bÄžÃcà domény"
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "zÃskat stav bloku zaÅÃzenà domény"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "ZÃskat stav bloku zaÅÃzenà bÄžÃcà domény."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "blokové zaÅÃzenÃ"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "NepodaÅilo se zÃskat stav bloků %s %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "zÃskat stav sÃÅ¥ového rozhranà pro doménu"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "ZÃskat stav sÃÅ¥ového rozhranà pro bÄžÃcà doménu."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "rozhranà zaÅÃzenÃ"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "NepodaÅilo se zÃskat stav rozhranà %s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "uspat doménu"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Uspat bÄžÃcà doménu."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Doména %s uspána\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "NepodaÅilo se uspat doménu %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "vytvoÅit doménu z XML souboru"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "VytvoÅit doménu."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "soubor obsahujÃcà XML popis domény"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Doména %s vytvoÅena z %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "NepodaÅilo se vytvoÅit doménu z %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "definovat (ale nespouÅ¡tÄt) doménu ze souboru XML"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Definovat doménu."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Doména %s definována z %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "NepodaÅilo se definovat doménu z %s "
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "oddefinovat neaktivnà doménu"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Oddefinovat nastavenà neaktivnà domény."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "uuid nebo jméno domény"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Doména %s byla oddefinována\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "NepodaÅilo se oddefinovat doménu %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "spustit (dÅÃve definovanou) neaktivnà doménu"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Spustit doménu."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "Jméno neaktivnà domény"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Doména je již aktivnÃ"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Doména %s spuÅ¡tÄna\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "NepodaÅilo se spustit doménu %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "uložit stav domény do souboru"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Uložit bÄžÃcà doménu."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "kam uložit data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Doména %s uložena do %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "NepodaÅilo se uložit doménu %s do %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "zobrazit/nastavit parametry plánovaÄe"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "Zobrazit/Nastavit parametry plánovaÄe"
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "váha pro XEN_CREDIT"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "hlaviÄka (cap) XEN_CREDIT"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "Neplatná hodnota váhy"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "Neplatná hodnota omezenÃ"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "Neplatná hodnota omezenÃ"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "PlánovaÄ"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "Neznámý"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "obnovit doménu z uloženého stavu v souboru"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Obnovit doménu."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "stav k obnovenÃ"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Doména obnovena z %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "NepodaÅilo se obnovit doménu z %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "uložit obraz pamÄti domény do souboru pro analýzu"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Uložil jsem obraz pamÄti (core-dump) domény."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "kam uložit obraz pamÄti"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "PamÄÅ¥ domény %s uložena do %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "NepodaÅilo se uložit pamÄÅ¥ domény %s do %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "probudit doménu"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Probudit dÅÃve uspanou doménu."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Doména %s probuzena\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "NepodaÅilo se probudit doménu %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "elegantnÄ vypnout doménu"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Vypnout v cÃlové doménÄ."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Doména %s je právÄ vypÃnána\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "NepodaÅilo se vypnout doménu %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "restartovat doménu"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Restartovat v cÃlové doménÄ."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Doména %s se restartuje\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "NepodaÅilo se restartovat doménu %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "zniÄit doménu"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "ZniÄit danou doménu."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Doména %s zniÄena\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "NepodaÅilo se zniÄit doménu %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "informace o doménÄ"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "VypÃÅ¡e základnà informace o doménÄ."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Jméno:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "Druh OS:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "Stav:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU:"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU Äas:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max. pamÄti:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "bez limitu"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Použité pamÄti:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "Automatické spuÅ¡tÄnÃ"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "Volná pamÄÅ¥ NUMA"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "zobrazit dostupnou volnou pamÄÅ¥ pro tuto buÅku NUMA."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "ÄÃslo buÅky NUMA"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "Celkem"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "informace o VCPU domény"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "VypÃÅ¡e základnà informace o virtuálnÃch CPU domény."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "Afinita CPU:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "Doména vypnuta, nejsou pÅÃtomna žádná virtuálnà CPU."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "ÅÃdit afinitu VCPU domény"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "SpÅáhnout virtuálnà CPU domény k fyzickým CPU hostitele."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "poÄet VCPU"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "poÄet CPU hostitele (oddÄlené Äárkami)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "nepodaÅilo se zÃskat informace o uzlu"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpu-seznam: Neplatný formát. Prázdný ÅetÄzec."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
"cpu-seznam: %s: Neplatný formát. OÄekávám ÄÃslici na pozici %d (poblÞ '%c')."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5083,1402 +5610,1460 @@ msgstr ""
"cpu-seznam: %s: Neplatný formát. OÄekávám ÄÃslici nebo Äárku na pozici %d "
"(poblÞ '%c')."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpu-seznam: %s: Neplatný formát. Koncová Äárka na pozici %d."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "Fyzické CPU %d neexistuje."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "zmÄnit poÄet virtuálnÃch CPU"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "ZmÄnit poÄet aktivnÃch virtuálnÃch CPU v hostované doménÄ."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "poÄet virtuálnÃch CPU"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "Neplatný poÄet virtuálnÃch CPU."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "PÅÃliÅ¡ mnoho virtuálnÃch CPU."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "zmÄnit pamÄÅ¥ovou alokaci"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "ZmÄnit souÄasnou pamÄÅ¥ovou alokaci v hostované doménÄ."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "poÄet kilobajtů pamÄti"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "neplatná hodnota %d pro velikost pamÄti"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "Nemohu ovÄÅit maximálnà velikost pamÄti"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "zmÄnà limit maximálnà velikosti pamÄti"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr ""
"ZmÄnit limit maximálnà velikosti alokovatelné pamÄti v hostované doménÄ."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "maximálnà velikost pamÄti v kilobajtech"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "Nemohu ovÄÅit souÄasnou velikost pamÄti"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "Nemohu zmenÅ¡it souÄasnou velikost pamÄti"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "Nemohu zmÄnit maximálnà velikost pamÄti"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "informace o uzlu"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "VypÃÅ¡e základnà informace o uzlu"
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "nepodaÅilo se zÃskat informace o uzlu"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "Frekvence CPU:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU soket(y):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Jader na soket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Vláken na jádro:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "BuÅky NUMA:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Velikost pamÄti:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "schopnosti"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "VypÃÅ¡e schopnosti hypervizoru/ovladaÄe."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "nepodaÅilo se zjistit schopnosti"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "informace o doménÄ v XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "Vypsat informace o doménÄ jako XML na standardnà výstup."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "vypsat neaktivnà domény"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "pÅevést ID nebo UUID doména na jméno domény"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "ID nebo UUID domény"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "pÅevést jméno nebo UUID domény na ID domény"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "pÅevést jméno nebo ID domény na UUID domény"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "ID nebo jméno domény"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "nepodaÅilo se zÃskat UUID domény"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "pÅenést doménu na jiného hostitele"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr "PÅenést doménu na jiného hostitele. PÅidejte --live pro živý pÅenos."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "živý pÅenos"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "URI spojenà cÃlového hostitele"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "URI pÅenosu, obvykle může být vynecháno"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "pÅenos: Chybà cÃlové URI"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "automaticky spustit sÃÅ¥ "
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "Nastavit sÃÅ¥, aby byla automaticky spuÅ¡tÄna pÅi startu."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "název nebo UUID sÃtÄ"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "NepodaÅilo se oznaÄit sÃÅ¥ %s jako automaticky spouÅ¡tÄnou"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "NepodaÅilo se odoznaÄit sÃÅ¥ %s jako automaticky spouÅ¡tÄnou"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "SÃÅ¥ %s oznaÄena jako automaticky spouÅ¡tÄná\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "SÃÅ¥ %s odznaÄena jako automaticky spuÅ¡tÄná\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "vytvoÅit sÃÅ¥ z XML souboru"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "VytvoÅit sÃÅ¥."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "soubor obsahujÃcà XML popis sÃtÄ"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "SÃÅ¥ %s vytvoÅena z %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "NepodaÅilo se vytvoÅit sÃÅ¥ z %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "definovat (ale nespouÅ¡tÄt) sÃÅ¥ z XML souboru"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "Definovat sÃÅ¥."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "SÃÅ¥ %s definována z %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "NepodaÅilo se definovat sÃÅ¥ z %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "zniÄit sÃÅ¥"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "ZniÄit zadanou sÃÅ¥."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "název, ID nebo UUID sÃtÄ"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "SÃÅ¥ %s zniÄena\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "NepodaÅilo se zniÄit sÃÅ¥ %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "informace o sÃti v XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "Vypsat informace o sÃti jako XML na standardnà výstup."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "vypsat sÃtÄ"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "VypÃÅ¡e seznam sÃtÃ."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "vypsat neaktivnà sÃtÄ"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "vypsat neaktivnà a aktivnà sÃtÄ"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "NepodaÅilo se vypsat aktivnà sÃtÄ"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "NepodaÅilo se vypsat neaktivnà sÃtÄ"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "Automatické spuÅ¡tÄnÃ"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "bez automatického spuÅ¡tÄnÃ"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "aktivnÃ"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "neaktivnÃ"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "pÅevést UUID sÃtÄ na název sÃtÄ"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "UUID sÃtÄ"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "spustit (dÅÃve definovanou) neaktivnà sÃÅ¥"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "Spustit sÃÅ¥."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "název neaktivnà sÃtÄ"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "SpuÅ¡tÄna sÃÅ¥ %s\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "Selhalo spuÅ¡tÄnà sÃtÄ %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "oddefinovat neaktivnà sÃÅ¥"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "Oddefinovat nastavenà neaktivnà sÃtÄ."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "SÃÅ¥ %s byla oddefinována\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "NepodaÅilo se oddefinovat sÃÅ¥ %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "pÅevést název sÃtÄ na UUID sÃtÄ"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "název sÃtÄ"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "nepodaÅilo se zÃskat UUID sÃtÄ"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "automaticky spustit doménu"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
#, fuzzy
msgid "Configure a pool to be automatically started at boot."
msgstr "Nastavà doménu, aby byla automaticky spuÅ¡tÄna pÅi startu."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "uuid nebo jméno domény"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "NepodaÅilo se oznaÄit sÃÅ¥ %s jako automaticky spouÅ¡tÄnou"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "NepodaÅilo se odoznaÄit sÃÅ¥ %s jako automaticky spouÅ¡tÄnou"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Doména %s oznaÄena jako automaticky spouÅ¡tÄná\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Doména %s odoznaÄena jako automaticky spouÅ¡tÄná\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "vytvoÅit doménu z XML souboru"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "VytvoÅit doménu."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "soubor obsahujÃcà XML popis domény"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Doména %s vytvoÅena z %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "NepodaÅilo se vytvoÅit doménu z %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "Jméno neaktivnà domény"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "nepodaÅilo se alokovat buffer"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "vytvoÅit doménu z XML souboru"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Doména %s vytvoÅena z %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "NepodaÅilo se vytvoÅit doménu z %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "definovat (ale nespouÅ¡tÄt) doménu ze souboru XML"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Definovat doménu."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Doména %s definována z %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "NepodaÅilo se definovat doménu z %s "
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Doména %s definována z %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "NepodaÅilo se oddefinovat doménu %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Doména %s zniÄena\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "NepodaÅilo se uspat doménu %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "zniÄit doménu"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "ZniÄit danou doménu."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Doména %s zniÄena\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "NepodaÅilo se zniÄit doménu %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "ZniÄit danou doménu."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Doména %s zniÄena\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "NepodaÅilo se zniÄit doménu %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Doména %s probuzena\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "NepodaÅilo se probudit doménu %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "informace o doménÄ v XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Vypsat informace o doménÄ jako XML na standardnà výstup."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "vypsat domény"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Vrátà seznam domén."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "vypsat neaktivnà domény"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "vypsat neaktivnà a aktivnà domény"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "NepodaÅilo se vypsat aktivnà domény"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "NepodaÅilo se vypsat neaktivnà domény"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "nedostatek pamÄti"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "NepodaÅilo se uložit doménu %s do %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "informace o uzlu"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "VypÃÅ¡e základnà informace o uzlu"
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "bÄžÃ"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "alokuji doménu"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "pÅevést UUID sÃtÄ na název sÃtÄ"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "UUID domény"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "spustit (dÅÃve definovanou) neaktivnà doménu"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Spustit doménu."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "Jméno neaktivnà domény"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Doména %s spuÅ¡tÄna\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "NepodaÅilo se spustit doménu %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "vytvoÅit doménu z XML souboru"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "VytvoÅit doménu."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "doménové jméno"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "Jméno neaktivnà domény"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Doména %s vytvoÅena z %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "NepodaÅilo se vytvoÅit XML"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "oddefinovat neaktivnà doménu"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Oddefinovat nastavenà neaktivnà domény."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Doména %s byla oddefinována\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "NepodaÅilo se oddefinovat doménu %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "pÅevést název sÃtÄ na UUID sÃtÄ"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "nepodaÅilo se zÃskat UUID domény"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "vytvoÅit doménu z XML souboru"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "soubor obsahujÃcà XML popis domény"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Doména %s vytvoÅena z %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "NepodaÅilo se vytvoÅit doménu z %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "ZniÄit danou doménu."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Doména %s zniÄena\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "NepodaÅilo se zniÄit doménu %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "informace o uzlu"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "VypÃÅ¡e základnà informace o uzlu"
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "Druh OS:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "file"
msgstr "XML soubor"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blokováno"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "informace o doménÄ v XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Vypsat informace o doménÄ jako XML na standardnà výstup."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "vypsat domény"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Vrátà seznam domén."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "NepodaÅilo se vypsat aktivnà domény"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "pÅevést UUID sÃtÄ na název sÃtÄ"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "pÅevést UUID sÃtÄ na název sÃtÄ"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "UUID domény"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "pÅevést UUID sÃtÄ na název sÃtÄ"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "ukázat verzi"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Zobrazit informace o verzi systému."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "nepodaÅilo se zÃskat druh hypervizoru"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Kompilováno s knihovnou: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "nepodaÅilo se zjistit verzi knihovny"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "PoužÃvám knihovnu: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "PoužÃvám API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "nepodaÅilo se zÃskat verzi hypervizora"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Nelze zÃskat verzi bÄžÃcÃho %s hypervizora\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "BÄžÃcà hypervizor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "pÅenést doménu na jiného hostitele"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "schopnosti"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "NepodaÅilo se pÅipojit se k hypervizoru"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "NepodaÅilo se vypsat neaktivnà domény"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Vypsat informace o sÃti jako XML na standardnà výstup."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "PÅipojit nové diskové zaÅÃzenÃ"
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Doména %s zniÄena\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "NepodaÅilo se odpojit zaÅÃzenà z %s"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "PÅipojit nové diskové zaÅÃzenÃ"
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "NepodaÅilo se pÅipojit zaÅÃzenà z %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "cÃl diskového zaÅÃzenÃ"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "ZÃskat stav bloku zaÅÃzenà bÄžÃcà domény."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Doména %s probuzena\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "NepodaÅilo se pÅipojit zaÅÃzenà z %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "vypsat hostitelské jméno hypervizora"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "nepodaÅilo se zÃskat hostitelské jméno"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "vypsat kanonické URI hypervizora"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "nepodaÅilo se zÃskat URI"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "VNC display"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "VypÃÅ¡e IP adresu a ÄÃslo portu pro VNC display."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "TTY konzole"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "Vypsat zaÅÃzenà pro TTY konzolu."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "pÅipojit zaÅÃzenà z XML souboru"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "PÅipojit zaÅÃzenà z XML <souboru>."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML soubor"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "NepodaÅilo se pÅipojit zaÅÃzenà z %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "odpojit zaÅÃzenà z XML souboru"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "Odpojit zaÅÃzenà z XML <souboru>."
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "NepodaÅilo se odpojit zaÅÃzenà z %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "pÅipojit sÃÅ¥ové rozhranÃ"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "PÅipojit nové sÃÅ¥ové rozhranÃ."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "Druh sÃÅ¥ového rozhranÃ"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "zdroj sÃÅ¥ového rozhranÃ"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "název cÃlové sÃtÄ"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "MAC adresar"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "skript použitý k pÅemostÄnà sÃÅ¥ového rozhranÃ"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "Nepodporovaný %s v pÅÃkazu 'attach-interface'"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "odpojit sÃÅ¥ové rozhranÃ"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "Odpojit sÃÅ¥ové rozhranÃ."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "NepodaÅilo se zÃskat informace o rozhranÃ"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "Nenalezeno žádné rozhranà typu %s"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "Nenalezeno žádné rozhranàs MAC adresou %s"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "NepodaÅilo se alokovat pamÄÅ¥"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "NepodaÅilo se vytvoÅit XML"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "pÅipojit diskové zaÅÃzenÃ"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "PÅipojit nové diskové zaÅÃzenÃ"
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "zdroj diskového zaÅÃzenÃ"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "cÃl diskového zaÅÃzenÃ"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "ovladaÄ diskového zaÅÃzenÃ"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "sub-ovladaÄ diskového zaÅÃzenÃ"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "druh cÃlového zaÅÃzenÃ"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "režim Ätenà a zápisu na zaÅÃzenÃ"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "Nepodporovaný %s v pÅÃkazu 'attach-disk'"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "odpojit diskové zaÅÃzenÃ"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "Odpojit diskové zaÅÃzenÃ."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "NepodaÅilo se zÃskat informace o disku"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "Nenalezen disk s cÃlem %s"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "nepodaÅilo se alokovat uzel"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "%s: nepodaÅilo se zapisovat do souboru záznamu: %s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "%s: nepodaÅilo se zapisovat do souboru záznamu: %s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "%s: nepodaÅilo se zapisovat do souboru záznamu: %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "NepodaÅilo se vytvoÅit neaktivnà doménu %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "%s: nepodaÅilo se zapisovat do souboru záznamu: %s"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: nepodaÅilo se zapisovat do souboru záznamu: %s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Oddefinovat nastavenà neaktivnà domény."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Oddefinovat nastavenà neaktivnà domény."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "nepodaÅilo se naÄÃst konfiguraÄnà soubor"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Oddefinovat nastavenà neaktivnà sÃtÄ."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Oddefinovat nastavenà neaktivnà sÃtÄ."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Oddefinovat nastavenà neaktivnà domény."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Oddefinovat nastavenà neaktivnà domény."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "ukonÄit tento interaktivnà terminál"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "pÅÃkaz '%s' vyžaduje volbu <%s>"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "pÅÃkaz '%s' vyžaduje volbu --%s"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "pÅÃkaz '%s' neexistuje"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " JMÃNO\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6486,17 +7071,17 @@ msgstr ""
"\n"
" SOUHRN\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <ÄÃslo>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <ÅetÄzec>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6504,7 +7089,7 @@ msgstr ""
"\n"
" POPIS\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6512,60 +7097,60 @@ msgstr ""
"\n"
" VOLBY\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <ÄÃslo>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <ÅetÄzec>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "nedefinované jméno nebo id domény"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "nepodaÅilo se zÃskat doménu '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "nedefinovaný název sÃtÄ"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "nepodaÅilo se zÃskat sÃÅ¥ '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "nedefinovaný název sÃtÄ"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "nepodaÅilo se zÃskat doménu '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "nedefinovaný název sÃtÄ"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "nepodaÅilo se zÃskat doménu '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6576,130 +7161,130 @@ msgstr ""
"(Äas: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "chybà \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "neoÄekávaný symbol (pÅÃkaz): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "neznámý pÅÃkaz '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "pÅÃkaz '%s' nepodporuje volbu --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "oÄekávaná syntaxe: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "ÄÃslo"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "ÅetÄzec"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "neoÄekávaná data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "VOLBA"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "pozastaveno"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "vypÃná se"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "vypnuto"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "pád"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "žádné platné spojenÃ"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: chyba:"
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "chyba:"
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: nepodaÅilo se alokovat %d bajtů"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: nepodaÅilo se alokovat %lu bajtů"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "nepodaÅilo se pÅipojit se k hypervizoru"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "nepodaÅilo se zÃskat informace z log souboru"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "cesta k log souboru nenà souborem"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
"NepodaÅilo se otevÅÃt logovacà soubor. Zkontrolujte cestu k log souboru"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "nepodaÅilo se zapsat do log souboru"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: nepodaÅilo se zapisovat do souboru záznamu: %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "NepodaÅilo se odpojit od hypervizora"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6732,7 +7317,7 @@ msgstr ""
"\n"
" pÅÃkazy (neinteraktivnà režim):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6742,17 +7327,17 @@ msgstr ""
" (napiÅ¡te help <pÅÃkaz> pro detaily o daném pÅÃkazu)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "neznámá volba '-%c'. PodÃvejte se na --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6761,7 +7346,7 @@ msgstr ""
"VÃtejte na %s, interaktivnÃm virtualizaÄnÃm terminálu.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6771,468 +7356,482 @@ msgstr ""
" 'quit' pro skonÄenÃ\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "Neznámý"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "varovánÃ"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "chyba"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "Chybová zpráva nebyla zadána"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "vnitÅnà chyba %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "vnitÅnà chyba"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "nedostatek pamÄti"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "tato funkce nenà hypervizorem podporována"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "tato funkce - %s - nenà hypervizorem podporována"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "nepodaÅilo se spojit s hypervizorem"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "nepodaÅilo se pÅipojit k %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "neplatný ukazatel spojenà v"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "neplatný ukazatel spojenà v %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "neplatný doménový ukazatel v"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "neplatný doménový ukazatel v %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "neplatný parametr v"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "neplatný parametr v %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "selhala operace %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "selhala operace"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "operace GET selhala: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "operace GET selhala"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "operace POST selhala: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "operace POST selhala"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "obdržel jsem neznámý chybový kód HTTP %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "neznámý hostitel %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "neznámý hostitel"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "selhala serializace S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "selhala serializace S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "nelze použÃt položku Xen hypervizoru"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "nelze použÃt položku Xen hypervizoru %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "nelze se pÅipojit ke Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "nelze se pÅipojit ke Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "selhalo systémové volánà Xenu %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "neznámý druh OS"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "neznámý druh OS %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "scházà informace o kernelu"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "chybà informace o koÅenovém zaÅÃzenÃ"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "chybà informace o koÅenovém zaÅÃzenà v %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "chybà zdrojové informace pro zaÅÃzenÃ"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "chybà zdrojové informace pro zaÅÃzenà %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "chybà cÃlové informace pro zaÅÃzenÃ"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "chybà cÃlové informace pro zaÅÃzenà %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "chybà informace o doménovém jménu"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "chybà informace o doménovém jménu v %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "chybà informace o operaÄnÃm systému"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "chybà informace o operaÄnÃm systému pro %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "chybà informace o zaÅÃzenÃ"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "chybà informace o zaÅÃzenà pro %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "registrováno pÅÃliÅ¡ mnoho ovladaÄů"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "registrováno pÅÃliÅ¡ mnoho ovladaÄů v %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "volánà knihovny selhalo, pravdÄpodobnÄ nenà podporováno"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "volánà knihovny %s selhalo, pravdÄpodobnÄ nenà podporováno"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML popis nenà správnÄ strukturován nebo je neplatný"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML popis pro %s nenà správnÄ strukturován nebo je neplatný"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "tato doména již existuje"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "doména %s již existuje"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operace nenà v režimu pouze pro Ätenà povolena"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operace %s nenà v režimu pouze pro Ätenà povolena"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "nepodaÅilo se otevÅÃt konfiguraÄnà soubor pro ÄtenÃ"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "nepodaÅilo se otevÅÃt %s pro ÄtenÃ"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "nepodaÅilo se naÄÃst konfiguraÄnà soubor"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "nepodaÅilo se naÄÃst konfiguraÄnà soubor %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "chyba pÅi parsovánà konfiguraÄnà souboru"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "chyba pÅi parsovánà konfiguraÄnà souboru %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "chybná syntaxe konfiguraÄnÃho souboru"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "chybná syntaxe konfiguraÄnÃho souboru: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "nepodaÅilo se zapsat konfiguraÄnà soubor"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "nepodaÅilo se zapsat konfiguraÄnà soubor: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "chyba parseru"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "neplatný sÃÅ¥ový ukazatel v"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "neplatný sÃÅ¥ový ukazatel v %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "tato sÃÅ¥ již existuje"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "sÃÅ¥ %s již existuje"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "chyba systémového volánÃ"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "chyba RPC"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "chyba volánà GNUTLS"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "NepodaÅilo se najÃt sÃÅ¥"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "NepodaÅilo se najÃt sÃÅ¥: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "Doména nebyla nalezena"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "Doména nebyla nalezena: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "SÃÅ¥ nebyla nalezena"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "SÃÅ¥ nebyla nalezena: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "neplatná MAC adresa"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "neplatná MAC adresa: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "autentizace selhala"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "autentizace selhala: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "SÃÅ¥ nebyla nalezena"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "SÃÅ¥ nebyla nalezena: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "SÃÅ¥ nebyla nalezena"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "SÃÅ¥ nebyla nalezena: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "neplatný sÃÅ¥ový ukazatel v"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "neplatný sÃÅ¥ový ukazatel v %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "neplatný sÃÅ¥ový ukazatel v"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "neplatný sÃÅ¥ový ukazatel v %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "NepodaÅilo se najÃt sÃÅ¥"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "NepodaÅilo se najÃt sÃÅ¥: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "NepodaÅilo se najÃt sÃÅ¥"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "NepodaÅilo se najÃt sÃÅ¥: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "neplatný doménový ukazatel v"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "neplatný doménový ukazatel v %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Doména nebyla nalezena"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Doména nebyla nalezena: %s"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "SÃÅ¥ nebyla nalezena"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "SÃÅ¥ nebyla nalezena: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "vnitÅnà chyba %s"
@@ -7301,7 +7900,7 @@ msgstr "Váhový parametr plánovaÄe (%d) je mimo rozsah (1-65535)."
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "Parametr omezenà plánovaÄe (%d) je mimo rozsah (1-65535)."
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "druh cÃlového zaÅÃzenÃ"
@@ -7355,7 +7954,7 @@ msgstr "nesprávná informace o doménÄ, domid nenà ÄÃslo"
msgid "domain information incomplete, missing uuid"
msgstr "neúplná informace o doménÄ, chybà UUID"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "neúplná informace o doménÄ, chybà jméno"
@@ -7399,224 +7998,231 @@ msgstr "nelze parsovat název souboru vbd, chybà jméno ovladaÄe"
msgid "cannot parse vbd filename, missing driver type"
msgstr "nelze parsovat název souboru vbd, chybà druh ovladaÄe"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "neoÄekávaný pÅÃkazový (dict) uzel"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "neznámý druh OS %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "neúplná informace o doménÄ, chybà ID"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "neplatná MAC adresa: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "neznámý druh OS %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "chybná syntaxe topologie"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "nepodaÅilo se parsovat doménové informace o Xend"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Doména stále bÄžÃ"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "selhala serializace S-Expr"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "druh cÃlového zaÅÃzenÃ"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "neoÄekávaná hodnota uzlu"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "uzel pamÄti"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "selhala operace"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "NepodaÅilo se oddefinovat sÃÅ¥ %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "nepodaÅilo se parsovat doménové informace o Xend"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "NepodaÅilo se vytvoÅit neaktivnà doménu %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "neúplná informace o doménÄ, chybà jméno"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "PlánovaÄ"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "nepodaÅilo se zÃskat hostitelské jméno"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "neúplná informace o doménÄ, chybà UUID"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "neúplná informace o doménÄ, chybà UUID"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "nepodaÅilo se otevÅÃt %s pro ÄtenÃ"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "nepodaÅilo se naÄÃst konfiguraÄnà soubor %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "neoÄekávaný typ MIME"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "neoÄekávaný typ MIME"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "neoÄekávaná hodnota uzlu"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "uzel seznamu domén"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7693,49 +8299,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "neoÄekávaný pÅÃkazový (dict) uzel"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "NepodaÅilo se obnovit doménu z %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "Nemohu ovÄÅit souÄasnou velikost pamÄti"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "nepodaÅilo se naÄÃst konfiguraÄnà soubor %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "neznámý druh OS"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "NepodaÅilo se vytvoÅit doménu z %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "NepodaÅilo se otevÅÃt '%s': %s"
@@ -7744,19 +8350,34 @@ msgstr "NepodaÅilo se otevÅÃt '%s': %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "neplatný parametr v"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "neplatný parametr v"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7782,15 +8403,39 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "alokuji doménu"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "NepodaÅilo se zÃskat stav bloků %s %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "NepodaÅilo se zÃskat stav rozhranà %s %s"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "%s: nepodaÅilo se zapisovat do souboru záznamu: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "NepodaÅilo se zavÅÃt soket %d\n"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "nedostatek pamÄti"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "NepodaÅilo se zavÅÃt soket %d\n"
+
#~ msgid "allocating configuration"
#~ msgstr "alokuji nastavenÃ"
@@ -7835,10 +8480,6 @@ msgstr "alokuji doménu"
#~ msgstr "nepodaÅilo se otevÅÃt %s pro ÄtenÃ"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "selhala operace %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "selhala operace %s"
diff --git a/po/cy.gmo b/po/cy.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/cy.gmo and b/po/cy.gmo differ
diff --git a/po/cy.po b/po/cy.po
index 81435e0..a38ec32 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/da.gmo b/po/da.gmo
index efc8814..92f2e3d 100644
Binary files a/po/da.gmo and b/po/da.gmo differ
diff --git a/po/da.po b/po/da.po
index 742221a..23eb920 100644
--- a/po/da.po
+++ b/po/da.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: da\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2007-05-10 15:48+0200\n"
"Last-Translator: Keld Simonsen <keld at rap.dk>\n"
"Language-Team: <da at li.org>\n"
@@ -100,241 +100,241 @@ msgstr ""
msgid "Unknown error"
msgstr "ukendt vært"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Kunne ikke suspendere domæne %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Kunne ikke læse beskrivelsesfilen %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allokerer konfiguration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allokerer netværk"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "uventet værdi-knude"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Kunne ikke suspendere domæne %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Kunne ikke suspendere domæne %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Kunne ikke suspendere domæne %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Kunne ikke suspendere domæne %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "kunne ikke allokere en knude"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Kunne ikke suspendere domæne %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Kunne ikke suspendere domæne %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "kunne ikke allokere en knude"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Kunne ikke afdefinere netværk %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Kunne ikke afdefinere netværk %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Kunne ikke koble op til hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation mislykkedes: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -342,453 +342,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "kunne ikke få knudeinformation"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Kunne ikke starte netværk %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "ændr hukommelsesallokering"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET-operation mislykkedes: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "uventet mime-type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Kunne ikke skrive til sokkel %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "kunne ikke allokere en knude"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "kunne ikke allokere en knude"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "kunne ikke allokere en knude"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Kunne ikke suspendere domæne %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Kunne ikke suspendere domæne %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Kunne ikke fortsætte domæne %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "netværksnavn eller uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Kunne ikke udskrive domæne %s fra hukommelsen til %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation mislykkedes"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "fik ukendt HTTP-fejlkode %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "analyse af svar fra server mislykkedes"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "ugyldig forbindelsespeger i"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "ikke mere hukommelse"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "ukendt OS-type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "aktuel hukommelse for domæne"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "aktuel hukommelse for domæne"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Kunne ikke gemme domæne %s til %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "kunne ikke få knudeinformation"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "ikke mere hukommelse"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Kunne ikke oprette inaktivt domæne %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Kunne ikke oprette inaktivt domæne %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "domæneinformation"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "uventet dict-knude"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,531 +925,532 @@ msgstr "kunne ikke tilføje netværk til hashindekstabellen for forbindelser"
msgid "dev missing from connection hash table"
msgstr "domæne mangler fra hashindekstabellen for forbindelser"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "ukendt OS-type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "ukendt kommando: '%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "ukendt OS-type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "ukendt kommando: '%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "ukendt OS-type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "ukendt OS-type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "mangler kildeinformation for enhed"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "mangler kildeinformation for enhed"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "mangler kildeinformation for enhed"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "mangler rodenhedsinformation"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "ukendt OS-type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "ukendt OS-type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "mangler rodenhedsinformation"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "ukendt OS-type %s"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "ukendt OS-type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "ukendt kommando: '%s'"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, c-format
msgid "cannot parse device %s"
msgstr ""
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "ukendt OS-type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "mangler \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "mangler \""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "kunne ikke forbinde til %s"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "kunne ikke forbinde til %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "kunne ikke forbinde til %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "ukendt OS-type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "ukendt vært %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "ukendt vært %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "mangler målinformation for enhed"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "ukendt vært %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "mangler rodenhedsinformation"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "ukendt OS-type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "mangler domænenavnsinformation"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "ugyldig domænepeger i %s"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "kunne ikke hente netværks-UUID"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "uventet data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "ukendt OS-type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
msgid "cannot extract boot device"
msgstr ""
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "mangler rodenhedsinformation"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "ukendt vært %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Kan ikke hente version ud af kørende %s hypervisor\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "netværksnavn"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
msgid "cannot extract serial devices"
msgstr ""
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "Kan ikke hente version ud af kørende %s hypervisor\n"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Kan ikke hente version ud af kørende %s hypervisor\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Kan ikke hente version ud af kørende %s hypervisor\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "kunne ikke gemme indhold"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "uventet mime-type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "uventet mime-type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "uventet dict-knude"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "uventet dict-knude"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "uventet dict-knude"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "uventet mime-type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "uventet mime-type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "uventet mime-type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "uventet dict-knude"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "uventet mime-type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "uventet mime-type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "uventet dict-knude"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "uventet mime-type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "uventet mime-type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "uventet mime-type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "uventet værdi-knude"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "kunne ikke skrive konfigurationsfilen: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "kunne ikke skrive konfigurationsfilen: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "kunne ikke skrive konfigurationsfilen: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "kunne ikke skrive konfigurationsfilen: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "kunne ikke skrive konfigurationsfilen: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "ukendt OS-type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Kunne ikke skrive til sokkel %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Kunne ikke oprette netværk fra %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Kunne ikke gemme domæne %s til %s"
@@ -1443,57 +1460,57 @@ msgstr "Kunne ikke gemme domæne %s til %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "kunne ikke forbinde til %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "netværksnavn"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "aktuel hukommelse for domæne"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domæneinformation fejl, domid er ikke numerisk"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domæneinformation fejl, domid er ikke numerisk"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1536,12 +1553,12 @@ msgstr "Kunne ikke oprette inaktivt domæne %s\n"
msgid "failed to bind new root %s"
msgstr "Kunne ikke afdefinere netværk %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Kunne ikke gemme domæne %s til %s"
@@ -1714,23 +1731,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domænenavn eller uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "navn for det inaktive domæne"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "afdefinér et inaktivt domæne"
@@ -1785,7 +1802,7 @@ msgstr "ugyldig domænepeger i"
msgid "failed to kill pid %d"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Kunne ikke suspendere domæne %s"
@@ -1820,225 +1837,235 @@ msgstr "domænenavn"
msgid "no domain with id %d"
msgstr "knudens domæneliste"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "ukendt vært %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Kunne ikke fortsætte domæne %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "ugyldigt argument i %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "ugyldigt argument i "
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "ugyldigt argument i %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "ukendt OS-type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "kunne ikke skrive konfigurationsfilen: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domæne %s findes allerede"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Kunne ikke starte netværk %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "ikke mere hukommelse"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "Kunne ikke oprette netværk fra %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Kunne ikke gemme domæne %s til %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Kunne ikke gemme domæne %s til %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Kunne ikke gemme domæne %s til %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Kunne ikke gemme domæne %s til %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Kunne ikke gemme domæne %s til %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Kunne ikke gemme domæne %s til %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Kunne ikke gemme domæne %s til %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Kunne ikke gemme domæne %s til %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Kunne ikke gemme domæne %s til %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Kunne ikke gemme domæne %s til %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domænet er allerede aktivt"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "kunne ikke skrive konfigurationsfilen: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "kunne ikke åbne %s for læsning"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "kunne ikke hente netværk '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domænet kører stadigvæk"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "netværksinformation i XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Netværk %s startede\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "Kunne ikke oprette netværk fra %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Kunne ikke gemme domæne %s til %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Kunne ikke suspendere domæne %s"
@@ -2048,7 +2075,267 @@ msgstr "Kunne ikke suspendere domæne %s"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "ukendt OS-type %s"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "ukendt OS-type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Kunne ikke suspendere domæne %s"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "netværksnavn"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "ugyldig netværkspeger i %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "ukendt OS-type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "ugyldig netværkspeger i %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "ugyldig domænepeger i %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "ugyldig domænepeger i %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "ugyldig forbindelsespeger i %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "mangler rodenhedsinformation"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "ukendt OS-type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "ukendt OS-type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Kunne ikke suspendere domæne %s"
@@ -2208,7 +2495,7 @@ msgstr ""
msgid "Could not read container config"
msgstr "kunne ikke forbinde til %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "ukendt OS-type %s"
@@ -2222,6 +2509,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "kunne ikke forbinde til %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Kunne ikke suspendere domæne %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Kunne ikke læse beskrivelsesfilen %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Kunne ikke suspendere domæne %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Kunne ikke suspendere domæne %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation mislykkedes: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Kunne ikke oprette domæne fra %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Kunne ikke koble op til hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Kunne ikke oprette domæne fra %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Kunne ikke oprette domæne fra %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Kunne ikke afdefinere netværk %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Kunne ikke oprette domæne fra %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2266,707 +2618,779 @@ msgstr "Kommunikationsfejl med proxy: fejlformateret pakke\n"
msgid "got asynchronous packet number %d\n"
msgstr "fik asynkront pakkenummer %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "netværksnavn eller uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Netværk %s startede\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "kunne ikke få knudeinformation"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "ingen understøttelse for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "uventet data '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "uventet data '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "ugyldig domænepeger i %s"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "ugyldigt argument i "
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "knudens domæneliste"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "kunne ikke skrive konfigurationsfilen"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "kunne ikke skrive konfigurationsfilen"
-#: src/qemu_driver.c:211
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "kunne ikke skrive konfigurationsfilen"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "Kunne ikke lukke sokkel %d\n"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Kunne ikke gemme domæne %s til %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Kunne ikke oprette domæne fra %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Kunne ikke gemme domæne %s til %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Kunne ikke oprette netværk fra %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "aktuel hukommelse for domæne"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "ikke mere hukommelse"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Kunne ikke suspendere domæne %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Kunne ikke suspendere domæne %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "Kunne ikke lukke sokkel %d\n"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "Kunne ikke lukke sokkel %d\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "kunne ikke hente domæne '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation mislykkedes"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "aktuel hukommelse for domæne"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domænet er allerede aktivt"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "kunne ikke skrive konfigurationsfilen"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "kunne ikke skrive konfigurationsfilen"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "kunne ikke skrive konfigurationsfilen"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domæne %s er ved at blive lukket ned\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "Kunne ikke lukke sokkel %d\n"
+msgid "Failed to remove domain status for %s"
+msgstr "Kunne ikke oprette domæne fra %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Brugt hukommelse:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "kunne ikke hente type på hypervisor"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domæne %s findes allerede"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domæne %s findes allerede"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domænet kører stadigvæk"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation mislykkedes"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation mislykkedes"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "navn for det inaktive domæne"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "kunne ikke hente domæne-UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "kunne ikke skrive konfigurationsfilen"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "kunne ikke skrive konfigurationsfilen"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "Kunne ikke lukke sokkel %d\n"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "ikke mere hukommelse"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation mislykkedes"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "Afdefinér konfigurationen for et inaktivt domæne."
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "afdefinér et inaktivt domæne"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "kunne ikke forbinde til %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "knudens domæneliste"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "aktuel hukommelse for domæne"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "knudens domæneliste"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "kunne ikke læse fra Xen-dæmonen"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domænet er allerede aktivt"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "kunne ikke hente netværks-UUID"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Kunne ikke starte domæne %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Kunne ikke fortsætte domæne %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "kunne ikke forbinde til %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "kunne ikke skrive konfigurationsfilen"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "domæne %s findes allerede"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "indlæser værts-definitionsfil"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
msgid "cannot attach usb device"
msgstr ""
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "indlæser værts-definitionsfil"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "afdefinér et inaktivt domæne"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domæneinformation"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "kunne ikke få knudeinformation"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Kunne ikke oprette domæne fra %s"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "afdefinér et inaktivt domæne"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "start et domæne automatisk"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "Kunne ikke oprette netværk fra %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Kunne ikke gemme domæne %s til %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "ugyldigt argument i %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domæne genetableret fra %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Kunne ikke suspendere domæne %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "kunne ikke læse konfigurationsfilen %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "ugyldigt argument i "
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation mislykkedes: %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "kunne ikke skrive konfigurationsfilen"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "knudens domæneliste"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "kunne ikke hente domæne-UUID"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Kunne ikke starte domæne %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation mislykkedes: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Kunne ikke fortsætte domæne %s"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -2977,510 +3401,591 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "kunne ikke forbinde til %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "Kunne ikke lukke sokkel %d\n"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "kunne ikke hente domæne-UUID"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
#, fuzzy
msgid "Error allocating callbacks list"
msgstr "allokerer netværk"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allokerer domæne"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "kunne ikke allokere en knude"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, c-format
msgid "unable to verify server certificate: %s"
msgstr ""
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "aktuel hukommelse for domæne"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "Ugyldig værdi af %d for hukommelsesstørrelse"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "kunne ikke skrive konfigurationsfilen: %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "for mange domæner"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "for mange domæner"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "ændr hukommelsesallokering"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "ukendt OS-type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "for mange forbindelser"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "for mange drivrutiner registrerede"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "for mange drivrutiner registrerede"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "for mange drivrutiner registrerede"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "for mange drivrutiner registrerede"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "for mange drivrutiner registrerede"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "for mange drivrutiner registrerede"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "for mange drivrutiner registrerede"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "operation mislykkedes: %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation mislykkedes"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "kunne ikke serialisere S-Expr: %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Kunne ikke gemme domæne %s til %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "kunne ikke få knudeinformation"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Kunne ikke oprette inaktivt domæne %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "ingen understøttelse for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Kunne ikke starte domæne %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "kunne ikke gemme indhold"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Kunne ikke starte domæne %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "Kunne ikke koble op til hypervisor"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "knudens domæneliste"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "forbindelse skrivebeskyttet"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "knudens domæneliste"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "kunne ikke hente netværk '%s'"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "ugyldigt argument i %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "operation mislykkedes"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Kunne ikke starte domæne %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Kunne ikke suspendere domæne %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Kunne ikke suspendere domæne %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Kunne ikke suspendere domæne %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3511,45 +4016,45 @@ msgstr "kunne ikke skrive konfigurationsfilen: %s"
msgid "cannot read beginning of file '%s'"
msgstr "kunne ikke skrive konfigurationsfilen: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "ugyldigt argument i %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Kunne ikke starte domæne %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "intern fejl %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3663,7 +4168,7 @@ msgid "cannot extend file '%s'"
msgstr "Kunne ikke suspendere domæne %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Kunne ikke suspendere domæne %s"
@@ -3696,17 +4201,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Kunne ikke suspendere domæne %s"
@@ -3817,11 +4322,7 @@ msgstr "ukendt kommando: '%s'"
msgid "cannot remove PV device '%s'"
msgstr "ukendt vært %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Kunne ikke suspendere domæne %s"
@@ -3834,162 +4335,167 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "ukendt OS-type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "netværksnavn eller uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "ukendt OS-type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "mangler kildeinformation for enhed %s"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "ukendt OS-type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "uventet mime-type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "mangler rodenhedsinformation"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "ukendt vært %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "ukendt vært %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "mangler domænenavnsinformation"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "ukendt OS-type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "kunne ikke skrive konfigurationsfilen: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "kunne ikke skrive konfigurationsfilen: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "kunne ikke skrive konfigurationsfilen: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "kunne ikke skrive konfigurationsfilen: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "syntaksfejl i konfigurationsfilen: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3997,17 +4503,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4015,63 +4521,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domænet er allerede aktivt"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domænet er allerede aktivt"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "henter tid på døgnet"
@@ -4128,155 +4634,155 @@ msgstr "knudens domæneliste"
msgid "resolving domain filename"
msgstr "slå op domænefilnavn"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "knudens domæneliste"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "slå op domænefilnavn"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "knudens domæneliste"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "slå op domænefilnavn"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domæne %s findes allerede"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domænet kører stadigvæk"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "kunne ikke allokere en knude"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "gem en domænetilstand på en fil"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "gem en domænetilstand på en fil"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "knudens domæneliste"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "kunne ikke læse fra Xen-dæmonen"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "uventet data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Domæne %s udskrevet på %s\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "kunne ikke skrive konfigurationsfilen"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Domæne %s udskrevet på %s\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domænet kører allerede"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domænet kører stadigvæk"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domænet kører stadigvæk"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domænet kører allerede"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domænet er allerede aktivt"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4290,151 +4796,155 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Kunne ikke oprette netværk fra %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "ikke mere hukommelse"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "knudens cpu-sokkel"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "knudens cpu-sokkel"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "ukendt kommando: '%s'"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "ukendt kommando: '%s'"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "kunne ikke forbinde til %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Kunne ikke skrive til sokkel %d\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "kunne ikke forbinde til %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "navn for det inaktive domæne"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "kunne ikke forbinde til %s"
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "knudens cpu-sokkel"
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "kunne ikke analysere konfigurationsfilen %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "kunne ikke analysere konfigurationsfilen %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "Kunne ikke afdefinere domæne %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "kunne ikke forbinde til %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "fejl: "
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Kunne ikke afdefinere netværk %s"
@@ -4444,20 +4954,25 @@ msgstr "Kunne ikke afdefinere netværk %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "ukendt vært"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "udskriv hjælp"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Udskriv global hjælp eller udbed specifik hjælp."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "navn for det inaktive domæne"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4465,2047 +4980,2115 @@ msgstr ""
"Kommandoer:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "start et domæne automatisk"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "Konfigurér et domæne til at blive automatisk startet ved opstart."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domænenavn, id eller uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "deaktivér automatisk start"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Kunne ikke markere domæne %s som automatisk startet"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Kunne ikke fravælge domæne %s som automatisk startet"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domæne %s mærket som automatisk startet\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domæne %s fravalgt som automatisk startet\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(gen)tilslut til hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Forbind til lokal hypervisor. Dette er en indbygget kommando efter skallen "
"er startet op."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "forbindelses-URI for hypervisor"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "forbindelse skrivebeskyttet"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Kunne ikke koble ned fra hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Kunne ikke koble op til hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "forbind til gæstekonsol"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "Forbind den virtuelle serielle konsol for gæsten"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "Ingen konsol tilgængelig for domænet\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "vis domæner"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returnerer liste af domæner"
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "vis inaktive domæner"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "vis inaktive og aktive domæner"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Kunne ikke liste aktive domæner"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Kunne ikke liste inaktive domæner"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Navn"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "Tilstand"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "ingen tilstand"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domænetilstand"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returnerer tilstand for et kørende domæne."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returnerer tilstand for et kørende domæne."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blokeret"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Kunne ikke gemme domæne %s til %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "netværksnavn"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returnerer tilstand for et kørende domæne."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "kunne ikke få knudeinformation"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspendér et domæne"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspendér et kørende domæne."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domæne %s suspenderet\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "opret et domæne fra en XML-fil"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Opret et domæne."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "fil som indeholder en XML-domænebeskrivelse"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domæne %s oprettet fra %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Kunne ikke oprette domæne fra %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "definér (men start ikke) et domæne fra en XML-fil"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Definér et domæne."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domæne %s defineret fra %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Kunne ikke definere domæne fra %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "afdefinér et inaktivt domæne"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Afdefinér konfigurationen for et inaktivt domæne."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domænenavn eller uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domæne %s er blevet afdefineret\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Kunne ikke afdefinere domæne %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start et (tidligere defineret) inaktivt domæne"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Starte et domæne."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "navn for det inaktive domæne"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domænet er allerede aktivt"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domæne %s startede\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Kunne ikke starte domæne %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "gem en domænetilstand på en fil"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Gem et kørende domæne."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "hvor data skal gemmes"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domæne %s gemt på %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Kunne ikke gemme domæne %s til %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
#, fuzzy
msgid "Invalid value of weight"
msgstr "Ugyldig værdi af %d for hukommelsesstørrelse"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
#, fuzzy
msgid "Invalid value of cap"
msgstr "Ugyldig værdi af %d for hukommelsesstørrelse"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "Ugyldig værdi af %d for hukommelsesstørrelse"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "ukendt vært"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "genetablér et domæne fra et gemt tilstand i en fil"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "genetablér et domæne."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "tilstanden som skal genetableres"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domæne genetableret fra %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Kunne ikke genetablere domæne fra %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump et domæne fra hukommelsen til en fil for analyse"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "dump et domæne fra hukommelsen"
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "hvor dump fra hukommelsen skal gemmes"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domæne %s udskrevet på %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Kunne ikke udskrive domæne %s fra hukommelsen til %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "fortsæt et domæne"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Fortsæt et tidligere suspenderet domæne."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domæne %s fortsat\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Kunne ikke fortsætte domæne %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "luk et domæne pænt ned"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Kør nedlukning i måldomænet."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domæne %s er ved at blive lukket ned\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Kunne ikke lukke domæne %s ned"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "genstart et domæne"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Kør en gentartskommando i måldomænet."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domæne %s er ved at blive genstartet\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Kunne ikke genstarte domæne %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "ødelæg en domæne"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Ãdelæg et givet domæne."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domæne %s ødelagt\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Kunne ikke ødelægge domæne %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domæneinformation"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returnerer basal information om domænet."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Navn:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS-type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "Tilstand:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(er):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU-tid:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max hukommelse:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "ingen grænse"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Brugt hukommelse:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "Autostart"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Brugt hukommelse:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA-celler:"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domænets vcpu-information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returnerer basal information om domænets virtuelle CPU'er."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU-slægtskab:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "kontroldomænets vcpu-slægtskab"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Fastsæt domæne VCPU'er til værters fysiske CPU'er."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu-nummer"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "værters cpu-nummmer (komma-separerede)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "kunne ikke få knudeinformation"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "Fysisk CPU %d findes ikke."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "ændr antal virtuelle CPU'er"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Ãndr antal virtuelle, aktive CPU'er i gæstedomænet."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "antal virtuelle CPU:er"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "antal virtuelle CPU:er"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "For mange virtuelle CPU'er"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "ændr hukommelsesallokering"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Ãndr nuværende hukommelsesallokering i gæstedomænet."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "antal kilobyte i hukommelse"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "Ugyldig værdi af %d for hukommelsesstørrelse"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "ændr grænse for maksimal hukommelse"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Ãndr grænse for maksimal hukommelsesallokering for gæstedomænet."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "maksimal hukommelsesgrænse i kilobyte"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "aktuel hukommelse for domæne"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "knudeinformation"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returnerer basal information om knuden."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "kunne ikke få knudeinformation"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU-model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU-frekvens:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU-sokkel:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Kerner per sokkel:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Tråde per kerne:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA-celler:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Hukommelsesstørrelse:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "faciliteter"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "returnerer hypervisor/drivers faciliteter"
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "kunne ikke få fat på faciliteter"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domæneinformation i XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "Udskriv domæneinformationen som et XML-dump til stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "vis inaktive domæner"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "konvertér et domæne-id eller UUID til domænenavn"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domænenavn eller uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "konvertér et domænenavn eller UUID til et domæne-id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "konvertér et domænenavn eller id til domæne-UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domænenavn eller uuid"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "kunne ikke hente domæne-UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
#, fuzzy
msgid "live migration"
msgstr "knudeinformation"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
#, fuzzy
msgid "connection URI of the destination host"
msgstr "forbind til gæstekonsol"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "autostart et netværk"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "Konfigurér et netværk til at blive automatisk startet ved opstart."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "netværksnavn eller uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Kunne ikke markere netværk %s som automatisk startet"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Kunne ikke fravælge netværk %s som automatisk startet"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "netværk %s mærket som automatisk startet\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "netværk %s fravalgt som automatisk startet\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "opret et netværk fra en XML-fil"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "Opret et netværk."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "fil som indeholder XML-netværksbeskrivelse"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "Netværk %s oprettet fra %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "Kunne ikke oprette netværk fra %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "definér (men start ikke) et netværk fra en XML-fil"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "Definér et netværk."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "Netværk %s defineret fra %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "Kunne ikke definere netværk fra %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "ødelæg et netværk"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "Ãdelæg et givet netværk."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "netværksnavn, id eller uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "Netværk %s ødelagt\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "Kunne ikke ødelægge netværk %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "netværksinformation i XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "Udskriv netværksinformationen som et XML-dump til stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "list netværker"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "Returnerer liste af netværker"
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "vis inaktive netværker"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "vis inaktive og aktive netværker"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "Kunne ikke liste aktive netværker"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "Kunne ikke liste inaktive netværker"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "Autostart"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "ingen autostart"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "aktiv"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "inaktiv"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "konvertér et netværks UUID til netværksnavn"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "netværks uuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "start et (tidligere defineret) inaktivt netværk"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "Starte et netværk."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "navn på det inaktive netværk"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "Netværk %s startede\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "Kunne ikke starte netværk %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "afdefinér et inaktivt netværk"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "Afdefinér konfigurationen for et inaktivt netværk."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "Netværk %s er blevet afdefineret\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "Kunne ikke afdefinere netværk %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "konvertér et netværksnavn eller id til netværks-UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "netværksnavn"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "kunne ikke hente netværks-UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "start et domæne automatisk"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
#, fuzzy
msgid "Configure a pool to be automatically started at boot."
msgstr "Konfigurér et domæne til at blive automatisk startet ved opstart."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domænenavn eller uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Kunne ikke markere netværk %s som automatisk startet"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Kunne ikke fravælge netværk %s som automatisk startet"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domæne %s mærket som automatisk startet\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domæne %s fravalgt som automatisk startet\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "opret et domæne fra en XML-fil"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Opret et domæne."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "fil som indeholder en XML-domænebeskrivelse"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domæne %s oprettet fra %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Kunne ikke oprette domæne fra %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "navn for det inaktive domæne"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "kunne ikke allokere en knude"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "opret et domæne fra en XML-fil"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domæne %s oprettet fra %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Kunne ikke oprette domæne fra %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "definér (men start ikke) et domæne fra en XML-fil"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Definér et domæne."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domæne %s defineret fra %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Kunne ikke definere domæne fra %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domæne %s defineret fra %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Kunne ikke afdefinere domæne %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domæne %s ødelagt\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "ødelæg en domæne"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Ãdelæg et givet domæne."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domæne %s ødelagt\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Kunne ikke ødelægge domæne %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Ãdelæg et givet domæne."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domæne %s ødelagt\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Kunne ikke ødelægge domæne %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domæne %s fortsat\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Kunne ikke fortsætte domæne %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domæneinformation i XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Udskriv domæneinformationen som et XML-dump til stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "vis domæner"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returnerer liste af domæner"
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "vis inaktive domæner"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "vis inaktive og aktive domæner"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Kunne ikke liste aktive domæner"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Kunne ikke liste inaktive domæner"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "ikke mere hukommelse"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Kunne ikke gemme domæne %s til %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "knudeinformation"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returnerer basal information om knuden."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "kører"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allokerer domæne"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "konvertér et netværks UUID til netværksnavn"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domæne-uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start et (tidligere defineret) inaktivt domæne"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Starte et domæne."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "navn for det inaktive domæne"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domæne %s startede\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Kunne ikke starte domæne %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "opret et domæne fra en XML-fil"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Opret et domæne."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domænenavn"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "navn for det inaktive domæne"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domæne %s oprettet fra %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "afdefinér et inaktivt domæne"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Afdefinér konfigurationen for et inaktivt domæne."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domæne %s er blevet afdefineret\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Kunne ikke afdefinere domæne %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "konvertér et netværksnavn eller id til netværks-UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "kunne ikke hente domæne-UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "opret et domæne fra en XML-fil"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "fil som indeholder en XML-domænebeskrivelse"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domæne %s oprettet fra %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Kunne ikke oprette domæne fra %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Ãdelæg et givet domæne."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domæne %s ødelagt\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Kunne ikke ødelægge domæne %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "knudeinformation"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returnerer basal information om knuden."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS-type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blokeret"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domæneinformation i XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Udskriv domæneinformationen som et XML-dump til stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "vis domæner"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returnerer liste af domæner"
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Kunne ikke liste aktive domæner"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "konvertér et netværks UUID til netværksnavn"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "konvertér et netværks UUID til netværksnavn"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domæne-uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "konvertér et netværks UUID til netværksnavn"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "vis version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Vis informationen om systemversion"
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "kunne ikke hente type på hypervisor"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Kompileret med bibliotek: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "kunne ikke hente biblioteksversion"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Bruger bibliotek: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Bruger API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "kunne ikke hente version af hypervisor"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Kan ikke hente version ud af kørende %s hypervisor\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Kører hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "faciliteter"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Kunne ikke koble op til hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Kunne ikke liste inaktive domæner"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Udskriv netværksinformationen som et XML-dump til stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domæne %s ødelagt\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Kunne ikke oprette domæne fra %s"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Kunne ikke oprette domæne fra %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Kunne ikke liste inaktive domæner"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returnerer tilstand for et kørende domæne."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domæne %s fortsat\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Kunne ikke oprette domæne fra %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "kunne ikke hente type på hypervisor"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "kunne ikke hente type på hypervisor"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "forbindelses-URI for hypervisor"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "kunne ikke hente domæne-UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc-skærm"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "Udskriv IP-adressen og portnummer for VNC-skærmen."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "opret et domæne fra en XML-fil"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "opret et domæne fra en XML-fil"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Kunne ikke oprette domæne fra %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "opret et domæne fra en XML-fil"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "opret et domæne fra en XML-fil"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Kunne ikke oprette domæne fra %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "netværksnavn"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
#, fuzzy
msgid "network interface type"
msgstr "netværksnavn"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "udefineret netværksnavn"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "netværksnavn"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "ugyldigt argument i %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "netværksnavn"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "kunne ikke få knudeinformation"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "kunne ikke allokere en knude"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Kunne ikke læse fra sokkel %d\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "kunne ikke få knudeinformation"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "kunne ikke allokere en knude"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "kunne ikke skrive konfigurationsfilen"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "kunne ikke skrive konfigurationsfilen"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "kunne ikke skrive konfigurationsfilen"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Kunne ikke oprette inaktivt domæne %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "kunne ikke skrive konfigurationsfilen"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "kunne ikke skrive konfigurationsfilen"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Afdefinér konfigurationen for et inaktivt domæne."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Afdefinér konfigurationen for et inaktivt domæne."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "kunne ikke læse konfigurationsfilen"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Afdefinér konfigurationen for et inaktivt netværk."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Afdefinér konfigurationen for et inaktivt netværk."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Afdefinér konfigurationen for et inaktivt domæne."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Afdefinér konfigurationen for et inaktivt domæne."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "afslut denne interaktive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "kommando '%s' kræver flaget <%s>"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "kommando '%s' kræver flaget --%s"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "kommandoen '%s' findes ikke"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAVN\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6514,17 +7097,17 @@ msgstr ""
"\n"
" FLAG\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <nummer>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <streng>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6532,7 +7115,7 @@ msgstr ""
"\n"
" BESKRIVELSE\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6540,60 +7123,60 @@ msgstr ""
"\n"
" FLAG\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <nummer>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <streng>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "udefineret domænenavn eller id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "kunne ikke hente domæne '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "udefineret netværksnavn"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "kunne ikke hente netværk '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "udefineret netværksnavn"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "kunne ikke hente domæne '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "udefineret netværksnavn"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "kunne ikke hente domæne '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6604,131 +7187,131 @@ msgstr ""
"(Tid: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "mangler \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "uventet token (kommandonavn): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "ukendt kommando: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "kommandoen '%s' understøtter ikke flaget --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "forventet syntaks: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "nummer"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "streng"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "uventet data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "FLAG"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "stoppet"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "lukker ned"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "nedlukket"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "brudt ned"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "ikke tilsluttet"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "ingen gyldig forbindelse"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: fejl: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "fejl: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: kunne ikke allokere %d byte"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: kunne ikke allokere %lu byte"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "kunne ikke forbinde til hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "kunne ikke få knudeinformation"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "kunne ikke skrive konfigurationsfilen"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "kunne ikke skrive konfigurationsfilen"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Kunne ikke koble ned fra hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6760,7 +7343,7 @@ msgstr ""
"\n"
" kommandoer (ikke-interaktiv tilstand):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6771,17 +7354,17 @@ msgstr ""
" (angiv --help <kommando> for detaljer om kommandoen)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "flaget '-%c' understøttes ikke. Se --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6790,7 +7373,7 @@ msgstr ""
"Velkommen til %s, den interaktive terminal for virtualisering.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6800,475 +7383,489 @@ msgstr ""
" 'quit' for at afslutte\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "ukendt vært"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "advarsel"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "fejl"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "Ingen fejlmeddelelse givet"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "intern fejl %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "intern fejl"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "ikke mere hukommelse"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "ingen understøttelse for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "ingen understøttelse for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "kan ikke forbinde til hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "kunne ikke forbinde til %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "ugyldig forbindelsespeger i"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "ugyldig forbindelsespeger i %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "ugyldig domænepeger i"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "ugyldig domænepeger i %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "ugyldigt argument i "
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "ugyldigt argument i %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation mislykkedes: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation mislykkedes"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET-operation mislykkedes: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET-operation mislykkedes"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST-operation mislykkedes: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST-operation mislykkedes"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "fik ukendt HTTP-fejlkode %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "ukendt vært %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "ukendt vært"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "kunne ikke serialisere S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "kunne ikke serialisere S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "kunne ikke bruge indgangen for Xens hypervisor"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "kunne ikke bruge indgangen for Xens hypervisor %s<"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "kunne ikke forbinde til Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "kunne ikke forbinde til Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "mislykket Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "ukendt OS-type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "ukendt OS-type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "mangler kerneinformation"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "mangler rodenhedsinformation"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "mangler rodenhedsinformation i %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "mangler kildeinformation for enhed"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "mangler kildeinformation for enhed %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "mangler målinformation for enhed"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "mangler målinformation for enhed %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "mangler domænenavnsinformation"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "mangler domænenavnsinformation i %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "mangler operativsysteminformation"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "mangler operativsysteminformation for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "mangler enhedsinformation"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "mangler enhedsinformation for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "for mange drivrutiner registrerede"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "for mange drivrutiner registrerede i %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "bibliotekskald mislykkedes, understøttes nok ikke"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "bibliotekskald %s mislykkedes, understøttes nok ikke"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML-beskrivelse ikke velformet eller ugyldig"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML-beskrivelse for %s er ikke velformet eller ugyldig"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "dette domæne findes allerede"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domæne %s findes allerede"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation ikke tilladt ved skrivebeskyttet adgang"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s ikke tilladt ved skrivebeskyttet adgang"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "kunne ikke åbne konfigurationsfilen for læsning"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "kunne ikke åbne %s for læsning"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "kunne ikke læse konfigurationsfilen"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "kunne ikke læse konfigurationsfilen %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "kunne ikke analysere konfigurationsfilen"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "kunne ikke analysere konfigurationsfilen %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "syntaksfejl i konfigurationsfilen"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "syntaksfejl i konfigurationsfilen: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "kunne ikke skrive konfigurationsfilen"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "kunne ikke skrive konfigurationsfilen: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "fortolkningsfejl"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "ugyldig netværkspeger i"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "ugyldig netværkspeger i %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "dette netværk findes allerede"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "netværk %s findes allerede"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "fejl ved systemkald"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "fejl"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "fejl ved systemkald"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Kunne ikke afdefinere netværk %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Kunne ikke afdefinere netværk %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domæneinformation"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domæne genetableret fra %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "netværksnavn eller uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Netværk %s oprettet fra %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "ugyldigt argument i %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "ugyldigt argument i %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation mislykkedes"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation mislykkedes: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "netværksnavn eller uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Netværk %s oprettet fra %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "netværksnavn eller uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Netværk %s oprettet fra %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "ugyldig netværkspeger i"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "ugyldig netværkspeger i %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "ugyldig netværkspeger i"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "ugyldig netværkspeger i %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Kunne ikke afdefinere netværk %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Kunne ikke afdefinere netværk %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Kunne ikke afdefinere netværk %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Kunne ikke afdefinere netværk %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "ugyldig domænepeger i"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "ugyldig domænepeger i %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "domæneinformation"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domæne genetableret fra %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "netværksnavn eller uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Netværk %s oprettet fra %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "intern fejl %s"
@@ -7337,7 +7934,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "kunne ikke forbinde til %s"
@@ -7391,7 +7988,7 @@ msgstr "domæneinformation fejl, domid er ikke numerisk"
msgid "domain information incomplete, missing uuid"
msgstr "domæneinformation ukomplet, mangler uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domæneinformation ukomplet, mangler navn"
@@ -7435,224 +8032,231 @@ msgstr "Kan ikke fortolke vbd-filnavn, mangler drivernavn"
msgid "cannot parse vbd filename, missing driver type"
msgstr "Kan ikke fortolke vbd-filnavn, mangler drivertype"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "uventet dict-knude"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "ukendt OS-type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "domæneinformation ukomplet, mangler id"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "ugyldigt argument i %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "ukendt OS-type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "syntaksfejl i konfigurationsfilen"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "kunne ikke analysere domæneinformation for Xend"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domænet kører stadigvæk"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "kunne ikke serialisere S-Expr"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "uventet mime-type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "uventet værdi-knude"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "knudens hukommelse"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation mislykkedes"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Kunne ikke afdefinere netværk %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Kunne ikke suspendere domæne %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "kunne ikke analysere domæneinformation for Xend"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Kunne ikke oprette inaktivt domæne %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domæneinformation ukomplet, mangler navn"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr ""
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "kunne ikke hente type på hypervisor"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domæneinformation ukomplet, mangler uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domæneinformation ukomplet, mangler uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "kunne ikke åbne %s for læsning"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "kunne ikke læse konfigurationsfilen %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "uventet mime-type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "uventet mime-type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "uventet værdi-knude"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "knudens domæneliste"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7729,49 +8333,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "uventet dict-knude"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Kunne ikke genetablere domæne fra %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "aktuel hukommelse for domæne"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "kunne ikke læse konfigurationsfilen %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "ukendt OS-type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Kunne ikke oprette domæne fra %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Kunne ikke suspendere domæne %s"
@@ -7780,19 +8384,34 @@ msgstr "Kunne ikke suspendere domæne %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "ugyldigt argument i "
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "ugyldigt argument i "
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7818,15 +8437,39 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allokerer domæne"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Kunne ikke gemme domæne %s til %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "kunne ikke få knudeinformation"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "kunne ikke skrive konfigurationsfilen"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "Kunne ikke lukke sokkel %d\n"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "ikke mere hukommelse"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "Kunne ikke lukke sokkel %d\n"
+
#~ msgid "allocating configuration"
#~ msgstr "allokerer konfiguration"
@@ -7872,10 +8515,6 @@ msgstr "allokerer domæne"
#~ msgstr "kunne ikke åbne %s for læsning"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation mislykkedes: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "operation mislykkedes: %s"
diff --git a/po/de.gmo b/po/de.gmo
index 6f1a8cb..aca849e 100644
Binary files a/po/de.gmo and b/po/de.gmo differ
diff --git a/po/de.po b/po/de.po
index 89cdbbf..7943cf2 100644
--- a/po/de.po
+++ b/po/de.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: de\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-11-21 13:05+0100\n"
"Last-Translator: Fabian Affolter <fab at fedoraproject.org>\n"
"Language-Team: German <fedora-trans-de at redhat.com>\n"
@@ -99,249 +99,249 @@ msgstr "Parameter-String nicht korrekt codiert"
msgid "Unknown error"
msgstr "Unbekannter Fehler"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
msgstr "Kein Zugriff auf s %s '%s': %s (%d)"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Lesen von der Signal-Pipe fehlgeschlagen: %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "Fehler beim Lesen der PAM-Dienst Konfiguration.\n"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "Fehler während des Neuladen der Treiber"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "Fahre herunten nach Signal %d"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "Unerwarteter Werte-Knoten"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "Setzen des close-on-exec-Dateibeschreiber-Flag fehlgeschlagen"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "Setzen des non-blocking-Dateibeschreiber-Flag fehlgeschlagen"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Ãffnen der PID-Datei fehlgeschlagen '%s' : %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Ãffnen der PID-Datei (fdopen) fehlgeschlagen '%s' : %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Schreiben in die PID-Datei fehlgeschlagen '%s' : %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Schliessen der PID-Datei fehlgeschlagen '%s' : %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "Speicherzuweisung gescheitert"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "Erzeugen des Socket fehlgeschlagen: %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr ""
"Fehler beim Erstellen eines Sockets für die Datenübertragungen, Aktion "
"abgebrochen"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Ãffnen von '%s' schlug fehl: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr "Hinzufügen von Server-Event-Callback fehlgeschlagen"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "Socket: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, fuzzy, c-format
msgid "bind: %s"
msgstr "bind: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "Horchen: %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: calloc: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: listen: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr "Resultierender Pfad zu lang für Buffer in qemudInitPaths()"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "Speicherzuweisung gescheitert"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Kann SciTech MGL nicht initialisieren !"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Kann SciTech MGL nicht initialisieren !"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "FTP-Engine konnte nicht initialisiert werden."
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "FTP-Engine konnte nicht initialisiert werden."
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Verbindungsaufbau zum Hypervisor schlug fehl"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: fehlgeschlagen: Client-DN ist %s"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate: überprüfen fehlgeschlagen: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr "remoteCheckCertificate: Das Client-Zertifikat ist nicht trusted."
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
"remoteCheckCertificate: Das Client-Zertifikat hat einen unbekannten "
"Herausgeber."
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate: Das Client-Zertifikat wurde zurückgezogen."
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
"remoteCheckCertificate: Das Client-Zertifikat benutzt einen unsicheren "
"Algorithmus."
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate: Zertifikat ist nicht X.509"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate: Keine Peers"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: gnutls_x509_crt_init fehlgeschlagen"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate: Das Client-Zertifikat ist abgelaufen"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
"remoteCheckCertificate: Das Client-Zertifikat wurde noch nicht aktiviert"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -349,456 +349,472 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
"remoteCheckCertificate:Ãberprüfung des Client-Zertifikat fehlgeschlagen"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "Clientobjekt-Erzeugung fehlgeschlagen: %s\n"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "Verbindung akzeptieren fehlgeschalgen: %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "Speicherzuweisung ändern"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr "Schalten PolicyKit-Authentifizierung für privilegierten Client %d aus "
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "TLS-Handshake fehlgeschalgen: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "Standard-Transfertyp:"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "lese: %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Datei »%s« konnte nicht angelegt werden: %s"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "schreibe: %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Datei »%s« konnte nicht angelegt werden: %s"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Schreiben fehlgeschlagen zu"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "Speicherzuweisung gescheitert"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "Speicherzuweisung gescheitert"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "Speicherzuweisung gescheitert"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
"remoteReadConfigFile: %s: %s: muss ein String oder eine Liste von Strings "
"sein\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
"remoteReadConfigFile: %s: %s: ungültiger Typ: erhielt %s; erwartete %s\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
"remoteReadConfigFile: %s: %s: nicht unterstützte Authentifizierung %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "Kann Gruppe nicht setzen, wenn nicht als root ausgeführt"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Fehler bei der Erzeugung der Einstiegsgruppe: %s\n"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Fehler beim Parsen der Adresse '%s'\n"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Abspalten des Kindprozesses fehlgeschlagen (%s)"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Konnte keine anonyme Unix-Pipe erstellen"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "Nicht möglich UUID zu generieren"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Fehler bei der Erzeugung der Einstiegsgruppe: %s\n"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "Richtung (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "Status (%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "Authentifikation benötigt"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "unbekannte Prozedur: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "Parsen der Argumente fehlgeschlagen"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
#, fuzzy
msgid "connection already open"
msgstr "Servermanager bereits geöffnet"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "Verbindung nicht offen"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "&Zeitüberschreitung nach"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_NODE_MAX_CELLS"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr "nparams zu lang"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "unbekannter Typ"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr "Grösse > Maximale Buffer-Grösse"
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "Die letzte Zeit konnte nicht abgefragt werden"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "Die letzte Zeit konnte nicht abgefragt werden"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Kann Adresse nicht auflösen %d: %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Fehler beim Erzeugen des Adress-Auflösers: %s\n"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "Fehler beim Erzeugen des Adress-Auflösers: %s\n"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, fuzzy, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "Erwerb des neuen Kontexts fehlgeschlagen.\n"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "Farbtabelleneinträge konnten nicht bereitgestellt werden"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "kein Client-Benutzername gefunden"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "zu wenig Arbeitsspeicher"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "Start von sasl fehlgeschlagen %d (%s)"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "sasl step fehlgeschlagen %d (%s)"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "Prüfe PID %d läuft als %d"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Erstellung des DDE-Zeichenkette gescheitert"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Erwerb des neuen Kontexts fehlgeschlagen.\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
#, fuzzy
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Gerät nicht gefunden: %s (%s)"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "Unerwarteter Dict-Knoten"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -919,528 +935,530 @@ msgstr "Hinzufügen des Netzwerks zur Verbindungs-Hashtabelle schlug fehl"
msgid "dev missing from connection hash table"
msgstr "Fehlende Domain in Verbindungs-Hashtabelle"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "Unbekannter Typ '%s'"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "Unbekanntes Boot-Gerät`%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "Ungültiger Floppy-Gerätenamen: %s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, fuzzy, c-format
msgid "Invalid harddisk device name: %s"
msgstr "Name des gewünschten Anzeigegerätes"
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "Unbekannter Auth-Typ '%s'"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "Ungültiger Bus-Typ: %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "Unbekanntes Boot-Gerät`%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "Unbekannter Auth-Typ '%s'"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "Unbekannter Auth-Typ '%s'"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr "Modell-Name enthält ungültige Zeichen"
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "fehlende Quellinformationen für das Gerät"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "fehlende Quellinformationen für das Gerät"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "fehlende Quellinformationen für das Gerät"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr "Fehlender Eingabegerät-Typ"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "Unbekanntes Boot-Gerät`%s'"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "Unbekannter Auth-Typ '%s'"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "PS/2 unterstützt %s-Eingabegerät nicht"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "Nicht unterstützter Eingabe-Bus %s"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, fuzzy, c-format
msgid "xen bus does not support %s input device"
msgstr "Nicht unterstützter Eingabegeräte-Typ %s"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "Fehlender Eingabegerät-Typ"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unbekannter Geräte-Typ"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "kann Konfiguration nicht entfernen für %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "Unbekannter Auth-Typ '%s'"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "Unbekannter Audio-Modell-Typ"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "kann verzeichnis nicht lesen %s: %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Kann Gerät nicht öffnen %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "kann nicht lesen %s: %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Kann Gerät nicht öffnen %s"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "Unbekannter Auth-Typ '%s'"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "fehlendes \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "Quellen-Host fehlt"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Kann Gerät nicht öffnen %s"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "kann nicht lesen %s: %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Kann Gerät nicht öffnen %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "Unbekannter Auth-Typ '%s'"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "Unbekanntes Boot-Gerät`%s'"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "Unbekanntes Boot-Gerät`%s'"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "Quellen-Host fehlt"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unbekannter Host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "Unkannter Authentifikationstyps %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "Fehlendes root-Element"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "unbekannter Geräte-Typ"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "Fehlendes Domain-Typ-Attribut"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "Ungültiger Domain-Typ"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "UUID generieren fehlgeschlagen: %s"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
#, fuzzy
msgid "malformed uuid element"
msgstr "Element-Seitenverhältnis"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr "Fehlendes Speicher-Element"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "Unerwartete Daten '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "Kein OS-Typ"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "Nicht unterstützte Architektur"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "Die Kataloge können nicht aus den RPM-Datei extrahiert werden."
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "Quellen-Gerät fehlt"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr "Unbekanntes Boot-Gerät`%s'"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Die Kataloge können nicht aus den RPM-Datei extrahiert werden."
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
#, fuzzy
msgid "cannot extract filesystem devices"
msgstr "Die Kataloge können nicht aus den RPM-Datei extrahiert werden."
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "Die Kataloge können nicht aus den RPM-Datei extrahiert werden."
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
#, fuzzy
msgid "cannot extract parallel devices"
msgstr "Die Kataloge können nicht aus den RPM-Datei extrahiert werden."
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "Die Kataloge können nicht aus den RPM-Datei extrahiert werden."
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "Die Kataloge können nicht aus den RPM-Datei extrahiert werden."
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Die Kataloge können nicht aus den RPM-Datei extrahiert werden."
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Die Kataloge können nicht aus den RPM-Datei extrahiert werden."
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "Die Kataloge können nicht aus den RPM-Datei extrahiert werden."
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "bind: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Erzeugen eines Domänenbrowser fehlgeschlagen: %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr "Nicht richtiges root-Element"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "Topologie-Syntaxfehler beim Cpuset"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "Standard-Transfertyp:"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "Standard-Transfertyp:"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "Standard-Transfertyp:"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "Standard-Transfertyp:"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "Standard-Transfertyp:"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "Standard-Transfertyp:"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "Standard-Transfertyp:"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "Standard-Transfertyp:"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "Standard-Transfertyp:"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "Standard-Transfertyp:"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "Standard-Transfertyp:"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "Unerwarteter Dict-Knoten"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "Standard-Transfertyp:"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "Standard-Transfertyp:"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "Standard-Transfertyp:"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "Unerwarteter Werte-Knoten"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "Datenbankverzeichnis kann nicht erstellt werden!"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "kann Konfigurationsdatei nicht erstelllen %s: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "kann Konfigurationsdatei nicht schreiben %s: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "kann Konfigurationsdatei nicht speichern %s: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Verzeichnis '%s' konnte nicht geöffnet werden: %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "kann Konfiguration nicht entfernen für %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "unbekannter virt-Typ"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Laufen fehlgeschlagen '"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "Lesen fehlgeschlagen"
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "Schreiben fehlgeschlagen zu"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "Das Verzeichnis erzeugen fehlgeschlagen %s : %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s"
@@ -1450,58 +1468,58 @@ msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "Konnte semanage-Verbindung nicht herstellen"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "Datenbankverzeichnis kann nicht erstellt werden!"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "Kernel-Pfad zu lang"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Kann neuen Filter nicht erstellen"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "Domaininformation inkorrekt, domid nicht numerisch"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "Domaininformation inkorrekt, domid nicht numerisch"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr "Pfad is NULL"
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr "Flag muss Null sein"
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr "Buffer ist NULL"
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr "Buffer ist NULL, aber Grösse ist nicht null"
@@ -1547,12 +1565,12 @@ msgstr ""
"Fehler beim Erstellen eines Sockets für die Datenübertragungen, Aktion "
"abgebrochen"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Datei »%s« konnte nicht angelegt werden: %s"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr ""
@@ -1731,25 +1749,25 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr ""
"Es wurde keine Anwendung namens »%s« gefunden, die ein Lesezeichen für »%"
"s«registriert hat."
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "Kann keine aktive DFÃ-Verbindung finden: %s"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "Kann keine aktive DFÃ-Verbindung finden: %s"
@@ -1806,7 +1824,7 @@ msgstr "ungültiger Domain-Zeiger in"
msgid "failed to kill pid %d"
msgstr "Konnte keine PID von Sperr-Datei lesen."
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Kann die Datei nicht bearbeiten"
@@ -1841,237 +1859,247 @@ msgstr "Domain-Name"
msgid "no domain with id %d"
msgstr "keine Domain mit ID %d"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "unbekannte Prozedur: %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Fortsetzen der Domain %s gescheitert"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "ungültiger Pfad: %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "Ungültiger Parameter für PrintDlgEx"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Kann Adresse nicht auflösen %d: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Kann Adresse nicht auflösen %d: %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Kann Adresse nicht auflösen %d: %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "kann Header nicht lesen '%s': %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "Unbekannter Auth-Typ '%s'"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "kann Konfiguration nicht entfernen für %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "Domain %s existiert bereits"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Autostart von Netzwerk '%s' fehlgeschlagen: %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Kann SciTech MGL nicht initialisieren !"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "qemudStartup: Kein Speicher mehr"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
#, fuzzy
msgid "Reloading iptables rules\n"
msgstr "Neuladen der iptables-Regeln"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "Datenbankverzeichnis kann nicht erstellt werden!"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr ""
"Hinzufügen der iptables-Regel für Weiterleitung fehlgeschlagen von '%s' : %"
"s\n"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr ""
"Hinzufügen der iptables-Regel für Weiterleitung fehlgeschlagen zu %s : %s\n"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "Netzwerk ist bereits aktiv"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "Kann Bridge '%s' nicht erzeugen: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Setze Global auf still"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Setze Global auf still"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Konnte Fehlerberichtsverzeichnis \"%s\" nicht aufräumen."
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "Aktivieren der IP-Weiterleitung fehlgeschlagen : %s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Ãffnen von '%s' schlug fehl: %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Verzeichnis konnte nicht gewechselt werden"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "Netzwerk '%s' herunterfahren"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
#, fuzzy
msgid "no network with matching uuid"
msgstr ""
"Es wurde keine Anwendung namens »%s« gefunden, die ein Lesezeichen für »%"
"s«registriert hat."
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
#, fuzzy
msgid "no network with matching name"
msgstr ""
"Es wurde keine Anwendung namens »%s« gefunden, die ein Lesezeichen für »%"
"s«registriert hat."
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Netzwerk ist bereits aktiv"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr ""
"Es wurde keine Anwendung namens »%s« gefunden, die ein Lesezeichen für »%"
"s«registriert hat."
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Netzwerk '%s' nicht aktiv"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "Datenbankverzeichnis kann nicht erstellt werden!"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Datei »%s« konnte nicht angelegt werden: %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Verzeichnis konnte nicht gewechselt werden"
@@ -2082,7 +2110,267 @@ msgstr "Verzeichnis konnte nicht gewechselt werden"
msgid "no node device with matching name"
msgstr "Kein Domain mit übereinstimmendem Namen"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "TGA-Vorspannspeicher konnte nicht bereitgestellt werden"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "Quellen-Pfad fehlt"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "Typ des RAS-Bilds unbekannt"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Kann den Inhalt der Datei %s nicht öffnen!"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "Ungültiges Audio-Modell '%s'"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "Netzwerkschnittstellentyp"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "Ungültiger Verbindungszeiger in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "Unbekannter Auth-Typ '%s'"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "Ungültiger Verbindungszeiger in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "ungültiger Domain-Zeiger in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "ungültiger Domain-Zeiger in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "Ungültiges Audio-Modell '%s'"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "Ungültiges Audio-Modell '%s'"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "ungültiger Verbindungszeiger in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "Element-Seitenverhältnis"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "Fehlendes Kapazität-Element"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "Unbekannter Auth-Typ '%s'"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "Unbekannter Auth-Typ '%s'"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "kann nicht öffnen %s: %s"
@@ -2246,7 +2534,7 @@ msgstr "Domain läuft nicht"
msgid "Could not read container config"
msgstr "Konnte semanage-Verbindung nicht herstellen"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr "Unbekannter Typ '%s'"
@@ -2260,6 +2548,75 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "Konnte semanage-Verbindung nicht herstellen"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Ãffnen der PID-Datei fehlgeschlagen '%s' : %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Lesen von der Signal-Pipe fehlgeschlagen: %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Schreiben in die PID-Datei fehlgeschlagen '%s' : %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Ãffnen der PID-Datei fehlgeschlagen '%s' : %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "Operation schlug fehl: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr ""
+"Fehler beim Erstellen eines Sockets für die Datenübertragungen, Aktion "
+"abgebrochen"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Verbindungsaufbau zum Hypervisor schlug fehl"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr ""
+"Fehler beim Erstellen eines Sockets für die Datenübertragungen, Aktion "
+"abgebrochen"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Es konnte nicht aus der Datei »%s« gelesen werden: %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Netzwerk wurde nicht gefunden: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Erzeugen eines Pools aus %s fehlgeschlagen"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2304,717 +2661,785 @@ msgstr "Kommunikationsfehler mit dem Proxy: fehlerhaftes Paket\n"
msgid "got asynchronous packet number %d\n"
msgstr "erhielt asynchrone Paketnummer %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Kann keinen Font-Knoten '%s' finden."
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "Netzwerk '%s' nicht gefunden"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Bildtyp »%s« wird nicht unterstützt"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Kann SciTech MGL nicht initialisieren !"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "%s: konnte Satz nicht anhängen: %s\n"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "%s: konnte Satz nicht anhängen: %s\n"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "'info blockstats' nicht unterstützt von diesem qemu"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
#, fuzzy
msgid "STDIO migration is not supported with this QEMU binary"
msgstr "'info blockstats' nicht unterstützt von diesem qemu"
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "Nicht unterstützter Laufwerkstyp %s"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "Nicht unterstützter Laufwerkstyp %s"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr "Nicht unterstützter Laufwerkstyp %s"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "Ungültiges Audio-Modell"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "Ungültiger Domain-Namen"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "ungültiger Pfad"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Das angeforderte HTML-Dokument konnte nicht geöffnet werden: %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "Knoten Domain-Liste"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "Setzen des close-on-exec-Dateibeschreiber-Flag fehlgeschlagen"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "Setzen des non-blocking-Dateibeschreiber-Flag fehlgeschlagen"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "Datei »%s« konnte nicht angelegt werden: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "Konnte Zwischenablage nicht schliessen."
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "Datei »%s« konnte nicht angelegt werden: %s"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "Datei »%s« konnte nicht angelegt werden: %s"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "Konnte Zwischenablage nicht schliessen."
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Kann TTY-Label nicht wiederherstellen...\n"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Autostart VM '%s' fehlgeschlagen: %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Abrufen der Blockstatistiken %s %s gescheitert"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Fehler beim Erstellen der Domain von %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Speichern der Domain %s nach %s gescheitert"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Das Verzeichnis erzeugen fehlgeschlagen %s : %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "Die letzte Zeit konnte nicht abgefragt werden"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "Fehler beim Parsen der Adresse '%s'\n"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Fehler beim Parsen der Adresse '%s'\n"
+
+#: src/qemu_driver.c:476
#, fuzzy, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "Autostart VM '%s' fehlgeschlagen: %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup: Kein Speicher mehr"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, fuzzy, c-format
+msgid "Out of space while reading %s log output"
+msgstr "C-Header-Datei ausgeben"
+
+#: src/qemu_driver.c:757
+#, fuzzy, c-format
+msgid "Failure while reading %s log output"
+msgstr "C-Header-Datei ausgeben"
+
+#: src/qemu_driver.c:771
+#, fuzzy, c-format
+msgid "Timed out while reading %s log output"
+msgstr "C-Header-Datei ausgeben"
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Das angeforderte HTML-Dokument konnte nicht geöffnet werden: %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "Konnte Zwischenablage nicht schlieÃen."
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "Einstellung von PAM_TTY fehlgeschlagen\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "Konnte Dateien nicht in die Zwischenablage kopieren."
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "Aktion TIFFClose gescheitert"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "Die letzte Zeit konnte nicht abgefragt werden"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "VM ist bereits aktiv"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "Datenbankverzeichnis kann nicht erstellt werden!"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Kann keinen Font-Knoten '%s' finden."
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Kann keinen Font-Knoten '%s' finden."
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "Fehler beim Schreiben der Log-Datei"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "Fehler beim Schreiben der Log-Datei"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "Fehler beim Schreiben der Log-Datei"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s wird heruntergefahren\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "VM '%s' herunterfahren"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr ""
"Fehler beim Erstellen eines Sockets für die Datenübertragungen, Aktion "
"abgebrochen"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "Konnte Zwischenablage nicht schlieÃen."
+msgid "Failed to remove domain status for %s"
+msgstr "Fehler beim Erstellen der Domain von %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "Konnte Zwischenablage nicht schlieÃen."
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Kann TTY-Label nicht wiederherstellen...\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr "NUMA wird auf diesem Rechner nicht unterstützt"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "NUMA freier Speicher"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "Abrufen des Hostnames scheiterte"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "Domain %s existiert bereits"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "Domain %s existiert bereits"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "Keine Domain mit übereinstimmender ID %d"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "Domain läuft nicht"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr "Suspend-Operation gescheitert"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr "Herunterfahren-Operation gescheitert"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "Kein Doamin mit übereinstimmender UUID '%s'"
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "Name der inaktiven Domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "Fehler beim Schreiben der xml-Datei"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Datei »%s« konnte nicht angelegt werden: %s"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "TIFF-Bild konnte nicht gespeichert werden"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Fehler beim Schreiben der xml-Datei"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "Konnte Zwischenablage nicht schlieÃen."
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "zu wenig Arbeitsspeicher"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "Aktion TIFFClose gescheitert"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
#, fuzzy
msgid "'migrate' not supported by this qemu"
msgstr "'info blockstats' nicht unterstützt von diesem qemu"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "Name der inaktiven Domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "Eine inaktive Domain undefinieren"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, fuzzy, c-format
msgid "vcpu number out of range %d > %d"
msgstr "Ganzzahliger Wert »%s« ist auÃerhalb des Wertebereiches."
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Eigener Filtersatz"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "Bildtyp »%s« wird nicht unterstützt"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Bekomme den Hostnamen nicht"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "Domain-Definitionsdatei laden"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "Die letzte Zeit konnte nicht abgefragt werden"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "XPM-Farbtabelle konnte nicht gelesen werden"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "Es konnte nicht aus der Datei »%s« gelesen werden: %s"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
#, fuzzy
msgid "image magic is incorrect"
msgstr "Bildtyp »%s« wird nicht unterstützt"
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, fuzzy, c-format
msgid "image version is not supported (%d > %d)"
msgstr "Bildtyp »%s« wird nicht unterstützt"
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr "Lesen von XML fehlgeschlagen"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Fehler beim Parsen der Adresse '%s'\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain ist bereits aktiv"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Erwerb des neuen Kontexts fehlgeschlagen.\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr "Start VM fehlgeschlagen"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Erzeugen eines Domänenbrowser fehlgeschlagen: %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "Nicht unterstützter Laufwerkstyp %s"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "kann CDROM-Medium nicht wechseln"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "kann CDROM-Medium nicht wechseln"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, fuzzy, c-format
msgid "target %s already exists"
msgstr "Speicher-Volumen bereits vorhanden"
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "kann nicht lesen %s: %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "Domain %s existiert bereits"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "Die Kataloge können nicht aus den RPM-Datei extrahiert werden."
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "Host-Definitionsdatei laden"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "Die Kataloge können nicht aus den RPM-Datei extrahiert werden."
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "Host-Definitionsdatei laden"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "Eine inaktive Domain undefinieren"
-#: src/qemu_driver.c:3451
-#, fuzzy
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, fuzzy, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr "nur CDROM-Laufwerke können angehängt werden"
-#: src/qemu_driver.c:3460
-#, fuzzy
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, fuzzy, c-format
+msgid "device type '%s' cannot be attached"
msgstr "nur CDROM-Laufwerke können angehängt werden"
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "Domain nicht gefunden"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Erzeugen eines Domänenbrowser fehlgeschlagen: %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Fehler beim Lösen des Geräts von %s"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "Eine inaktive Domain undefinieren"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
#, fuzzy
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr "nur CDROM-Laufwerke können angehängt werden"
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "Name der inaktiven Domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "Datenbankverzeichnis kann nicht erstellt werden!"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Datei »%s« konnte nicht angelegt werden: %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "ungültiger Pfad: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
#, fuzzy
msgid "'info blockstats' command failed"
msgstr "Fehler beim Senden des Befehls."
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "'info blockstats' nicht unterstützt von diesem qemu"
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "Gerät nicht gefunden: %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr "NULL oder leerer Pfad"
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Verzeichnis '%s' konnte nicht geöffnet werden: %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Konnte keine PID von Sperr-Datei lesen."
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "ungültiger Pfad"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr "QEMU-Treiber unterstützt nur virtuelle Speicher-Adressen"
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "open(%s) fehlgeschlagen: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "LVS-Befehl fehlgeschlagen"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "Fehler beim Schreiben der xml-Datei"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "Knoten Domain-Liste"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "UUID generieren fehlgeschlagen"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain ist bereits aktiv"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Start VM fehlgeschlagen"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "Operation schlug fehl: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Fortsetzen der Domain %s gescheitert"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "Kein Domain mit übereinstimmendem Namen"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3025,523 +3450,604 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Kann TTY-Label nicht wiederherstellen...\n"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Kann TTY-Label nicht wiederherstellen...\n"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Erzeugen des Socket fehlgeschlagen: %s"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Erzeugen des Socket fehlgeschlagen: %s"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Erzeugen des Socket fehlgeschlagen: %s"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "Konnte Zwischenablage nicht schlieÃen."
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Abrufen der URI scheiterte"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "Domain zuweisen"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Kein Zugriff auf s %s '%s': %s (%d)"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "Kann keinen Speicher für new_context zuweisen"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "Kann TTY-Label nicht wiederherstellen...\n"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Laden der DLL '%s' gescheitert"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, fuzzy, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "Einstellung von PAM_TTY fehlgeschlagen\n"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Einstellung von PAM_TTY fehlgeschlagen\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "Clientobjekt-Erzeugung fehlgeschlagen: %s\n"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Kann TTY-Label nicht wiederherstellen...\n"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "Clientobjekt-Erzeugung fehlgeschlagen: %s\n"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Kann neuen Filter nicht erstellen"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "Ungültiger Gerätetyp: %s"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
#, fuzzy
msgid "The certificate is not trusted."
msgstr "Das Zertifikat ist momentan nicht aktiviert"
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
#, fuzzy
msgid "The certificate hasn't got a known issuer."
msgstr ""
"remoteCheckCertificate: Das Client-Zertifikat hat einen unbekannten "
"Herausgeber."
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
#, fuzzy
msgid "The certificate has been revoked."
msgstr "Das Zertifikat ist abgelaufen"
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
#, fuzzy
msgid "The certificate uses an insecure algorithm"
msgstr ""
"remoteCheckCertificate: Das Client-Zertifikat benutzt einen unsicheren "
"Algorithmus."
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "Zertifikatstyp ist nicht X.509"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "gnutls_certificate_get_peers fehlgeschlagen"
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "FTP-Engine konnte nicht initialisiert werden."
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Kann TTY-Label nicht wiederherstellen...\n"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "Das Zertifikat ist abgelaufen"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "Das Zertifikat ist momentan nicht aktiviert"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "Der Pfad '%s' enthält zu viele \"..\"."
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "zu viele Domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "Rechner meldet zu viele vCPUs: %d > %d"
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "zu viele Domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
#, fuzzy
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "Typ des RAS-Bilds unbekannt"
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "Speicherzuweisung ändern"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "Unbekannter Parametertyp"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "zu viele Remote-Netzwerke: %d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "zu viele Treiber registriert"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "zu viele Treiber registriert"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "zu viele Treiber registriert"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "zu viele Treiber registriert"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "zu viele Treiber registriert"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "zu viele Treiber registriert"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "zu viele Treiber registriert"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "zu viele Treiber registriert"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "Unkannter Authentifikationstyps %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "Nicht unterstützter Authentifikationstyps %d"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Laden der DLL '%s' gescheitert"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Fehler beim Erzeugen des Adress-Auflösers: %s\n"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "Fehler beim Erzeugen des Adress-Auflösers: %s\n"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "%s: Fehler beim Erzeugen des Versionsatzes: %s"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Dieser Filtersatz kann nicht entfernt werden."
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Dieser Filtersatz kann nicht entfernt werden."
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "Diese Funktion wird vom Hypervisor nicht unterstützt"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Domain %s konnte nicht gestartet werden"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr ""
"Der Versuch eines Clients, eine Verbindung herzustellen, ist gescheitert."
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Die Schrittweite der StellgröÃe"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr ""
"Der Versuch eines Clients, eine Verbindung herzustellen, ist gescheitert."
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
#, fuzzy
msgid "xdr_u_int (length word)"
msgstr "xdr_int (Langwort)"
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "Kann Domain-Daten nicht speichern"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Lesen des Sockets %d scheiterte\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "Schreibgeschützte Verbindung"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "Kann Metadata nicht schreiben"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Datei »%s« konnte nicht angelegt werden: %s"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Verzeichnis konnte nicht gewechselt werden"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
#, fuzzy
msgid "xdr_u_int (length word, reply)"
msgstr "xdr_int (Langwort)"
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "Ungültiger Vorspann in Animation"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
#, fuzzy
msgid "unmarshalling remote_error"
msgstr "Fehler beim Exportieren der Einstellungen"
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, fuzzy, c-format
msgid "unknown status (received %x)"
msgstr "Ungültige Daten empfangen"
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "calloc fehlgeschlagen"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "%s konnte nicht zum Lesen geöffnet werden"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "getpass kann /dev/tty nicht öffnen\n"
+
+#: src/security_selinux.c:120
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr "Konnte keine PID von Sperr-Datei lesen."
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "getpass kann /dev/tty nicht öffnen\n"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "Konnte keine PID von Sperr-Datei lesen."
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Kein Kontext in Datei %s\n"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Kann TTY-Label nicht wiederherstellen...\n"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Kann TTY-Label nicht wiederherstellen...\n"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3572,45 +4078,45 @@ msgstr "Es konnte nicht zum Dateiende gesprungen werden"
msgid "cannot read beginning of file '%s'"
msgstr "Es konnte nicht zum Dateiende gesprungen werden"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Kein Kontext in Datei %s\n"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "kann verzeichnis nicht lesen %s: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Verzeichnis konnte nicht gewechselt werden"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "kann fd nicht lesen"
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "%s konnte nicht zum Lesen geöffnet werden"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "Lesefehler: %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "%s: nicht implementiert\n"
@@ -3721,7 +4227,7 @@ msgid "cannot extend file '%s'"
msgstr "Kann die Datei nicht bearbeiten"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "XPM-Farbtabelle konnte nicht gelesen werden"
@@ -3754,17 +4260,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Kann den Inhalt der Datei %s nicht öffnen!"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Kann den Inhalt der Datei %s nicht öffnen!"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Kann Datei '%s' nicht schlieÃen"
@@ -3875,11 +4381,7 @@ msgstr "Kann Gerät nicht schliessen %s"
msgid "cannot remove PV device '%s'"
msgstr "Kann %s Datei nicht entfernt %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Konnte Datei \"%s\" nicht öffnen"
@@ -3894,168 +4396,173 @@ msgstr "Zeile %d, Spalte %d: fehlendes Attribut »%s"
msgid "missing auth passwd attribute"
msgstr "Zeile %d, Spalte %d: fehlendes Attribut »%s"
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
#, fuzzy
msgid "malformed octal mode"
msgstr "IP für aktiven Modus"
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
#, fuzzy
msgid "malformed owner element"
msgstr "Element-Seitenverhältnis"
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
#, fuzzy
msgid "malformed group element"
msgstr "Element-Seitenverhältnis"
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "Unbekanntes root-Element"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "Typ des RAS-Bilds unbekannt"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "Fehlendes Namenelement"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr "Nicht möglich UUID zu generieren"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "Unbekannter Auth-Typ '%s'"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "Fehlender Quellen-Hostname"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "Die Kataloge können nicht aus den RPM-Datei extrahiert werden."
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "Fehlende Quellen-Gerät-Pfad"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "Quellen-Pfad fehlt"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr "Unbekannter Auth-Typ '%s'"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "Fehlender Ziel-Pfad"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "Nicht unterstütztes Format in der Zwischenablage."
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr "Unerwarteter Pool-Typ"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr "Fehlendes Besitzer-Element"
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "Fehlendes root-Element"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr "Unkannte Grössen-Einheiten '%s'"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
#, fuzzy
msgid "malformed capacity element"
msgstr "Element-Seitenverhältnis"
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr "Unbekanntes root-Element"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "Fehlendes Namenelement"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr "Fehlendes Kapazität-Element"
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "Unbekannter Auth-Typ '%s'"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, fuzzy, c-format
msgid "unknown volume format number %d"
msgstr "Nicht unterstütztes Format in der Zwischenablage."
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "Datenbankverzeichnis kann nicht erstellt werden!"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr "XML generieren fehlgeschlagen"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "kann Konfigurationsdatei nicht erstelllen %s: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "kann Konfigurationsdatei nicht schreiben %s: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "kann Konfigurationsdatei nicht speichern %s: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "Keine Konfigurationsdatei für %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "kann Konfiguration nicht entfernen für %s"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr "kein Pool mit passender UUID"
@@ -4063,17 +4570,17 @@ msgstr "kein Pool mit passender UUID"
msgid "no pool with matching name"
msgstr "Kein Pool mit übereinstimmenden Namen"
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr "Speicher-Pool bereits vorhanden"
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4081,61 +4588,61 @@ msgstr ""
msgid "pool is still active"
msgstr "Pool ist immer noch aktiv"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr "Pool ist bereits aktiv"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr "Speicher-Pool ist bereits aktiv"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr "Speicher-Pool ist nicht aktiv"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr "Speicher-Pool ist immer noch aktiv"
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "Pool hat keine Konfigurationsdatei"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr "Speicher-Volumen bereits vorhanden"
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "Tageszeit ermitteln"
@@ -4192,157 +4699,157 @@ msgstr "Knoten Domain-Liste"
msgid "resolving domain filename"
msgstr "Domain-Dateiname auflösen"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "Knoten Domain-Liste"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "Netzwerk-Dateinamen auflösen"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "Knoten Domain-Liste"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "Domain-Dateiname auflösen"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: Pfad angeben oder test:///default verwenden"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Kann Datei '%s' nicht schlieÃen"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "Domain nicht gefunden"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain läuft nicht"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "Kann kein Platz für Metadaten zuweisen"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "Einen Domainstatus in einer Datei speichern"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "Einen Domainstatus in einer Datei speichern"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "XPM-Farbtabelle konnte nicht gelesen werden"
-#: src/test.c:1295
+#: src/test.c:1292
#, fuzzy, c-format
msgid "incomplete save header in '%s'"
msgstr "Spaltenkopf einer Tabelle"
-#: src/test.c:1301
+#: src/test.c:1298
#, fuzzy
msgid "mismatched header magic"
msgstr "Spaltenkopf einer Tabelle"
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "Es konnte nicht aus der Datei »%s« gelesen werden: %s"
-#: src/test.c:1312
+#: src/test.c:1309
#, fuzzy
msgid "length of metadata out of range"
msgstr "Ganzzahliger Wert »%s« ist auÃerhalb des Wertebereiches."
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "Unvollständige Metadaten"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Domain %s nach %s gedumpt\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "Fehler beim Schreiben der xml-Datei"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Domain %s nach %s gedumpt\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain läuft ist bereits"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain läuft immer noch"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Das Netzwerk läuft immer noch"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Das Netzwerk läuft bereits"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Speicher-Pool ist bereits aktiv"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Speicher-Pool ist nicht aktiv"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "Kein Pool mit übereinstimmenden Namen"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "Kein Doamin mit übereinstimmender UUID '%s'"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "Kein Doamin mit übereinstimmender UUID '%s'"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4357,155 +4864,160 @@ msgstr "Speicherzuweisung gescheitert"
msgid "unsupported chr device type %d"
msgstr "Nicht unterstützter Eingabegeräte-Typ %s"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "Setzen des close-on-exec-Dateibeschreiber-Flag fehlgeschlagen"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Kann SciTech MGL nicht initialisieren !"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Das Verzeichnis erzeugen fehlgeschlagen %s : %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "qemudStartup: Kein Speicher mehr"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Datei »%s« konnte nicht angelegt werden: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "kann nicht öffnen %s: %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Kann Session nicht finden"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Kann den Inhalt der Datei %s nicht öffnen!"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "kann nicht lesen %s: %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "kann verzeichnis nicht lesen %s: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Kann keinen Font-Knoten '%s' finden."
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "%s konnte nicht zum Lesen geöffnet werden"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "Unerwarteter Dict-Knoten"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "kann nicht lesen %s: %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "Kann keine aktive DFÃ-Verbindung finden: %s"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "kann nicht lesen %s: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Kann Datei '%s' nicht schlieÃen"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Kann neuen Filter nicht erstellen"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Konnte keine anonyme Unix-Pipe erstellen"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Abspalten des Kindprozesses fehlgeschlagen (%s)"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Kann die Datei nicht bearbeiten"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "TGA-Vorspannspeicher konnte nicht bereitgestellt werden"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "Datenbankverzeichnis kann nicht erstellt werden!"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "Sie müssen einen Servernamen angeben."
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "Sie müssen einen Servernamen angeben."
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "Sie müssen einen Servernamen angeben."
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "Kann die Datei nicht bearbeiten"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "Lesefehler: %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Netzwerk wurde nicht gefunden: %s"
@@ -4515,19 +5027,24 @@ msgstr "Netzwerk wurde nicht gefunden: %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "Unbekannter Fehler"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "Hilfe ausgeben"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Gibt globale oder befehlsspezifische Hilfe aus."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "Name des Befehls"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4535,625 +5052,637 @@ msgstr ""
"Befehle:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "Eine Domain automatisch starten"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
"Eine Domain so konfigurieren, dass sie beim Booten automatisch gestartet "
"wird."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "Domainname, ID oder UUID"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "Automatisches Starten deaktivieren"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Markierung der Domain %s als automatisch zu starten gescheitert"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Demarkieren der Domain %s als automatisch zu starten gescheitert"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s als automatisch zu starten markiert\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s als automatisch zu starten demarkiert\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(Wieder)verbinden mit Hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Mit lokalem Hypervisor verbinden. Nach dem Start der Shell ist dies ein "
"integrierter Befehl."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "Hypervisor Verbindungs-URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "Schreibgeschützte Verbindung"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Verbindungsabbruch vom Hypervisor schlug fehl"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Verbindungsaufbau zum Hypervisor schlug fehl"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "Verbindung mit der Gast-Konsole"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "Die virtuelle serielle Konsole für den Gast verbinden"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "Keine Konsole für die Domain verfügbar\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "Domains auflisten"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Gibt eine Liste der Domains wieder."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "Inaktive Domains auflisten"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "Inaktive & aktive Domains auflisten"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Auflistung aktiver Domains schlug fehl"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Auflistung inaktiver Domains schlug fehl"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "Status"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "Kein Status"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "Domain-Status"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Gibt den Status einer laufenden Domain wieder."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "Geräteblockstatistiken für eine Domain abrufen"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "Geräteblockstatistiken einer laufenden Domain abrufen."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "Blockeinheit"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "Abrufen der Blockstatistiken %s %s gescheitert"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "Statistiken der Netzwerkschnittstelle für eine Domain abrufen"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr ""
"Statistiken der Netzwerkschnittstelle für eine laufende Domain abrufen."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "Schnittstellengerät"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "Abruf der Schnittstellenstatistiken %s %s gescheitert"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "Eine Domain anhalten"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Eine laufende Domain anhalten."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s angehalten\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Anhalten von Domain %s schlug fehl"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "Eine Domain aus einer XML-Datei erstellen"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Eine Domain erstellen."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "Datei mit einer XML-Domainbeschreibung"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s von %s erstellt\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Fehler beim Erstellen der Domain von %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "Definiere (aber starte keine) Domain aus einer XML-Datei"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Domain definieren."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s von %s definiert\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Fehler beim Definieren einer Domain von %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "Eine inaktive Domain undefinieren"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Die Konfiguration einer inaktiven Domain undefinieren."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "Domain-Name oder UUID"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s wurde undefiniert\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Domain %s konnte nicht undefiniert werden"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "Eine (zuvor definierte) inaktive Domain starten"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Eine Domain starten."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "Name der inaktiven Domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain ist bereits aktiv"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s gestartet\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Domain %s konnte nicht gestartet werden"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "Einen Domainstatus in einer Datei speichern"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Eine laufende Domain speichern."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "Wo die Daten gespeichert werden sollen"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s nach %s gespeichert\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Speichern der Domain %s nach %s gescheitert"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "Scheduler-Parameter anzeigen/setzen"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "Scheduler-Parameter anzeigen/setzen."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "Wert zuordnen"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "Gewicht für XEN_CREDIT"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "Cap für XEN_CREDIT"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
#, fuzzy
msgid "Invalid value of weight"
msgstr "Option %s: ungültiger %s Wert: %r"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
#, fuzzy
msgid "Invalid value of cap"
msgstr "Option %s: ungültiger %s Wert: %r"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "Option %s: ungültiger %s Wert: %r"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "Scheduler"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "Unbekannt"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr ""
"Eine Domain aus einem gespeicherten Status in einer Datei wiederherstellen"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Eine Domain wiederherstellen."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "Wiederherzustellender Status"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain aus %s wiederhergestellt\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Wiederherstellen der Domain aus %s gescheitert"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "Den Kern einer Domain zu Analysezwecken in eine Datei dumpen"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Eine Domain debuggen."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "wo der Kern gespeichert werden sollen"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s nach %s gedumpt\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Fehler beim Debuggen der Domain %s nach %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "Domain fortsetzen"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Eine zuvor angehaltene Domain fortsetzen."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s fortgesetzt\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Fortsetzen der Domain %s gescheitert"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "Kontrolliertes Stillegen einer Domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Herunterfahren in der Ziel-Domain ausführen."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s wird heruntergefahren\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Herunterfahren der Domain %s gescheitert"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "Domain neu starten"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Einen Befehl zum Neustart in der Ziel-Domain ausführen."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s wird neu gestartet\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Neustart der Domain %s gescheitert"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "Domain löschen"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Eine bestimmte Domain löschen."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s gelöscht\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Löschen der Domain %s gescheitert"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "Domain-Informationen"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Liefert grundlegende Informationen zur Domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Typ:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "Status:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU-Zeit:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max Speicher:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "Kein Limit"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Verwendeter Speicher:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
msgid "Autostart:"
msgstr "Automatischer Start:"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr "aktivieren"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr "deaktiviert"
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "NUMA freier Speicher"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "verfügbaren freien Speicher für die NUMA-Zelle anzeigen."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "NUMA-Zell-Nummer"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "Gesamt"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "Domain vcpu-Information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Liefert grundlegende Informationen zu den virtuellen CPUs der Domain."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU-Affinität:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "Domain heruntergefahren, keine virtuellen CPUs vorhanden."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "Domain vcpu-Affinität kontrollieren"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Domain VCPUs mit physikalischen CPUs des Hosts verknüpfen."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "VCPU-Nummer"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "Host-CPU-Nummer(m) (getrennt durch Komma)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
#, fuzzy
msgid "vcpupin: Missing cpulist"
msgstr "Für %s wird ein Argument benötigt"
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "Abruf der Platteninformationen gescheitert"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin: Ungültige vCPU-Nummer."
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: Ungültiges Format. Leerer String."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
"cpulist: %s: Ungültiges Format. Ziffer an Position %d (nahe '%c') erwartet."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5162,1392 +5691,1450 @@ msgstr ""
"cpulist: %s: Ungültiges Format. Ziffer oder Komma an Position %d (nahe '%c') "
"erwartet."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: Ungültiges Format. Ãberflüssiges Komma an Position %d."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "Physikalische CPU '%d' existiert nicht."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "Anzahl der virtuellen CPUs ändern"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Anzahl der in der Gast-Domain aktiven virtuellen CPUs ändern."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "Anzahl der virtuellen CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "Ungültige Anzahl virtueller CPUs."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "Zu viele virtuelle CPUs."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "Speicherzuweisung ändern"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Die derzeitige Speicherzuweisung in der Gast-Domain ändern."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "Speichergrösse in Kilobytes"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "Ungültiger Wert von %d für die Speichergrösse"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "Maximale Speichergrösse (MaxMemorySize) konnte nicht überprüft werden"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "Maximale Speichergrenze ändern"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Maximales Limit für die Speicherzuweisung einer Gast-Domain ändern."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "Maximales Speicherlimit in Kilobytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "Derzeitige Speichergrösse (MemorySize) konnte nicht überprüft werden"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "Aktuelle Speichergrösse (MemorySize) kann nicht verkleinert werden"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "Maximale Speichergrösse (MaxMemorySize) konnte nicht geändert werden"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "Knoteninformation"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Liefert grundlegende Informationen zum Knoten."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "Abruf der Knoteninformationen scheiterte"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU-Modell:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU-Frequenz:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU-Socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Kern(e) pro Socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) pro Kern:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA-Zelle(n):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Speichergrösse:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "Fähigkeiten"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "Gibt die Fähigkeiten des Hypervisors/Treibers zurück."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "Abrufen der Fähigkeiten gescheitert"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "Domain-Informationen in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ausgabe der Domain-Informationen als XML-Dump nach stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "Keine inaktive Domain"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "Eine Domain-ID oder UUID in Domain-Namen konvertieren"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "Domain-ID oder -UUID"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "Einen Domain-Namen oder -UUID in Domain-ID konvertieren"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "Einen Domain-Namen oder -ID in Domain-UUID konvertieren"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "Domain-ID oder -Name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "Abrufen der Domain-UUID scheiterte"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "Domain auf anderen Host migrieren"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
"Domain auf anderen Host migrieren. --live für Live-Migration hinzufügen."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "Live-Migration"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "Verbindungs-URI des Ziel-Hosts"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "Migrations-URI (kann normalerweise ausgelassen werden)"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "migrieren: Fehlende Ziel-URI (desturi)"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "Ein Netzwerk automatisch starten"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
"Ein Netzwerk so konfigurieren, dass es beim Booten automatisch gestartet "
"wird."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "Netzwerk-Name oder UUID"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Markierung des Netzwerks %s als automatisch zu starten gescheitert"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Demarkierung des Netzwerks %s als automatisch zu starten gescheitert"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Netzwerk %s als automatisch zu starten markiert\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Netzwerk %s als automatisch zu starten demarkiert\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "Netzwerk aus einer XML-Datei erstellen"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "Ein Netzwerk erstellen."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "Dateien mit XML-Netzwerkbeschreibung"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "Netzwerk %s von %s erstellt\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "Fehler beim Erstellen des Netzwerks von %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "Definiere (aber starte kein) Netzwerk aus einer XML-Datei"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "Netzwerk definieren."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "Netzwerk %s von %s definiert\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "Fehler beim Definieren eines Netzwerks von %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "Netzwerk löschen"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "Eine bestimmtes Netzwerk löschen."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "Netzwerkname, ID oder UUID"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "Netzwerk %s gelöscht\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "Löschen des Netzwerks %s gescheitert"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "Netzwerk-Informationen in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "Ausgabe der Netzwerk-Informationen als XML-Dump nach stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "Netzwerke auflisten"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "Gibt eine Liste der Netzwerke wieder."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "Inaktive Netzwerke auflisten"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "Inaktive & aktive Netzwerke auflisten"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "Auflistung aktiver Netzwerke schlug fehl"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "Auflistung inaktiver Netzwerke schlug fehl"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "Automatischer Start"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "Kein automatischer Start"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "Aktiv"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "Inaktiv"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "Eine Netzwerk-UUID in einen Netzwerk-Namen konvertieren"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "Netzwerk-UUID"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "Ein (zuvor definiertes) inaktives Netzwerk starten"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "Ein Netzwerk starten."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "Name des inaktiven Netzwerks"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "Netzwerk %s gestartet\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "Netzwerk %s konnte nicht gestartet werden"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "Ein inaktives Netzwerk undefinieren"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "Die Konfiguration eines inaktiven Netzwerks undefinieren."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "Netzwerk %s wurde undefiniert\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "Netzwerk %s konnte nicht undefiniert werden"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "Einen Netzwerk-Namen in eine Netzwerk-UUID konvertieren"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "Netzwerk-Namen"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "Abrufen der Netzwerk-UUID scheiterte"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Eine Domain automatisch starten"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
#, fuzzy
msgid "Configure a pool to be automatically started at boot."
msgstr ""
"Eine Domain so konfigurieren, dass sie beim Booten automatisch gestartet "
"wird."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr "Pool-Name oder UUID"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Markierung des Netzwerks %s als automatisch zu starten gescheitert"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Demarkierung des Netzwerks %s als automatisch zu starten gescheitert"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "TSINFO: %s Paket benötigt %s markiert als gelöscht"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s als automatisch zu starten demarkiert\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "Sicherheitskopie der xml-Datei konnte nicht erstellt werden"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr "Erzeuge einen Pool."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "Datei mit einer XML-Domainbeschreibung"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "&Verbindung zum Server trennen"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr "Erzeugen eines Pools aus %s fehlgeschlagen"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr "Name des Pools"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr "Typ des Pools"
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "Bildpuffer von %u Byte konnte nicht bereitgestellt werden"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "Eine Domain aus einer XML-Datei erstellen"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr "Pool %s erstellt\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr "Erzeugen des Pools %s fehlgeschlagen"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "Definiere (aber starte keine) Domain aus einer XML-Datei"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr "Definiere einen Pool."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "Pool %s definiert von %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr "Definieren eines Pools aus %s fehlgeschlagen"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr "Pool %s definiert\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr "Definieren des Pools %s fehlgeschlagen"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr "baue einen Pool"
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr "Einen gegebenen Pool gebaut."
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Pool %s gebaut\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Verzeichnis konnte nicht gewechselt werden"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr "Zerstören eines Pools"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr "Zerstöre einen angegebenen Pool."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr "Pool %s zerstört\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Verzeichnis konnte nicht gewechselt werden"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr "Pool löschen"
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Ungültiger Benutzername angegeben."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr "Pool %s gelöscht\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Verzeichnis konnte nicht gewechselt werden"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr "Einen Pool aktualisieren"
-#: src/virsh.c:3183
+#: src/virsh.c:3243
#, fuzzy
msgid "Refresh a given pool."
msgstr "Ungültiger Benutzername angegeben."
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr "Pool %s aktualisiert\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr "Aktualisieren des Pools fehlgeschlagen %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr "Pool-Informationen in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ausgabe der Domain-Informationen als XML-Dump nach stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr "Poolliste"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Seitenreiter-Liste"
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr "Inaktive Pools auflisten"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "Liste der aktiven GTK-Module"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Auflistung aktiver Domains schlug fehl"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Auflistung inaktiver Domains schlug fehl"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "Ungültiger Verbindungszeiger in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "zu viele Treiber registriert"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "zu wenig Arbeitsspeicher"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Definieren des Pools %s fehlgeschlagen"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "zu viele Treiber registriert"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "&Wiederverbindungsinformationen"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Liefert grundlegende Informationen zum Knoten."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr "bauen"
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "laufend"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr "Kapazität:"
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr "Zuordnung:"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr "Verfügbar:"
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr "Konvertieren einer pool-UUID in einen Pool-Namen"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr "Pool-UUID"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "Eine (zuvor definierte) inaktive Domain starten"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr "Start einen Pool."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr "Name eines inaktiven Pools"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr "Pool %s gestartet\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Fehler beim Versuch zu starten: %s\n"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "Eine Domain aus einer XML-Datei erstellen"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr "Erzeugen eines Datenträger."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr "Pool-Name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr "Name des Datenträger"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, fuzzy, c-format
msgid "Malformed size %s"
msgstr "GröÃenformatierung"
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr "Datenträger %s erzeugt\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Datei »%s« konnte nicht angelegt werden: %s"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "Eine inaktive Domain undefinieren"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Die Konfiguration einer inaktiven Domain undefinieren."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Die Gruppe: '%s' wurde erstellt."
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Verzeichnis konnte nicht gewechselt werden"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "Einen Netzwerk-Namen in eine Netzwerk-UUID konvertieren"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "Desktop-Pfad konnte nicht gefunden werden"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "Sicherheitskopie der xml-Datei konnte nicht erstellt werden"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "Datei mit einer XML-Domainbeschreibung"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "&Verbindung zum Server trennen"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Es konnte nicht aus der Datei »%s« gelesen werden: %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr "Löschen eines Datenträgers"
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Ungültiger Benutzername angegeben."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr "Datenträger %s gelöscht\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Verzeichnis konnte nicht gewechselt werden"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "&Wiederverbindungsinformationen"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Liefert grundlegende Informationen zum Knoten."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
msgid "Type:"
msgstr "Typ:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr "Datei"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "überspringe den Block vom Typ %d\n"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "Debug-Informationen im &Nachrichtenprotokoll:"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ausgabe der Domain-Informationen als XML-Dump nach stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "Listenobjekt"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Gibt eine Liste der Domains wieder."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Auflistung aktiver Domains schlug fehl"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr "Pfad"
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "Eine Netzwerk-UUID in einen Netzwerk-Namen konvertieren"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
#, fuzzy
msgid "vol key or path"
msgstr "Unterschreiben oder bearbeiten eines Schl."
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "Eine Netzwerk-UUID in einen Netzwerk-Namen konvertieren"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
msgid "vol uuid"
msgstr "Vol-UUID"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "Gewähltes Objekt in Pfad umwandeln"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
#, fuzzy
msgid "vol name or key"
msgstr "<p>Ihr menschlicher Name oder \"Wirklicher-Leben\"-Name</p>"
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "Version anzeigen"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Informationen zur Systemversion anzeigen."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "Abrufen des Hypervisor-Typs scheiterte"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Kompiliert gegen die Bibliothek: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "Abrufen der Bibliotheksversion scheiterte"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Verwende Bibliothek: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Verwende API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "Abruf der Hypervisorversion scheiterte"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Kann laufende %s Hypervisorversion nicht ermitteln\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Laufender Hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "NUMA wird auf diesem Rechner nicht unterstützt"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "Fähigkeiten"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Verbindungsaufbau zum Hypervisor schlug fehl"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Auflistung inaktiver Domains schlug fehl"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ausgabe der Domain-Informationen als XML-Dump nach stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "Gerät"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "Neues Plattengerät anhängen."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s gelöscht\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Fehler beim Lösen des Geräts von %s"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "Neues Plattengerät anhängen."
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Fehler beim Anhängen des Geräts von %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Ziel des Plattengeräts"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Geräteblockstatistiken einer laufenden Domain abrufen."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s fortgesetzt\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Datei »%s« konnte nicht angelegt werden: %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "Hypervisor-Hostname ausgeben"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "Abrufen des Hostnames scheiterte"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "Kanonisierte URI des Hypervisors ausgeben"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "Abrufen der URI scheiterte"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "VNC-Anzeige"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "Ausgabe der IP-Adresse und der Portnummer für die VNC-Anzeige."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "TTY-Konsole"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "Gerät für die TTY-Konsole ausgeben."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "Gerät aus einer XML-Datei anhängen"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "Gerät aus einer XML <file> anhängen ."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML-Datei"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr "attach-device: Fehlende <file> Option"
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "Fehler beim Anhängen des Geräts von %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "Gerät von einer XML-Datei lösen"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "Gerät von einer XML-<file> lösen"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr "detach-device: Fehlende <file> Option"
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "Fehler beim Lösen des Geräts von %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "Netzwerkschnittstelle verbinden"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "Neue Netzwerkschnittstelle verbinden."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "Netzwerkschnittstellentyp"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "Quelle der Netzwerkschnittstelle"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "Ziel-Netzwerk-Name"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
msgid "MAC address"
msgstr "MAC-Adresse"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "Skript zur Ãberbrückung einer Netzwerkschnittstelle"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "Keine %s Unterstützung im Befehl 'attach-interface'"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "Netzwerkschnittstelle abhängen"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "Netzwerkschnittstelle abtrennen"
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "Abruf der Schnittstelleninformationen gescheitert"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "Keine Schnittstelle gefunden, deren Typ %s ist"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "Keine Schnittstelle gefunden, deren MAC-Adresse %s ist"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "Speicherzuweisung gescheitert"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "Erstellen von XML gescheitert"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "Plattengerät anhängen"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "Neues Plattengerät anhängen."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "Quelle des Plattengeräts"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "Ziel des Plattengeräts"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "Treiber des Plattengeräts"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "Subtreiber des Plattengeräts"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "Ziel-Gerätetyp"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "Modus für das Lesen und Schreiben von Geräten"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "Keine %s Unterstützung im Befehl 'attach-disk'"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "Plattengerät abtrennen"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "Plattengerät abtrennen."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "Abruf der Platteninformationen gescheitert"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "Keine Platte gefunden, deren Ziel %s ist"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "Speicherzuweisung gescheitert"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "Fehler beim Schreiben der xml-Datei"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "Fehler beim Schreiben der xml-Datei"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "Fehler beim Schreiben der xml-Datei"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Fehler beim Erstellen einer inaktiven Domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "LVS-Befehl fehlgeschlagen"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, fuzzy, c-format
msgid "%s: command exited with non-zero status"
msgstr "Befehlsausführung '%s' schlug fehl mit Fehler: %ul"
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "Fehler beim Schreiben der xml-Datei"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Die Konfiguration einer inaktiven Domain undefinieren."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Die Konfiguration einer inaktiven Domain undefinieren."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "Konfigurationsdatei konnte nicht gelesen werden"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Die Konfiguration eines inaktiven Netzwerks undefinieren."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Die Konfiguration eines inaktiven Netzwerks undefinieren."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Die Konfiguration einer inaktiven Domain undefinieren."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Die Konfiguration einer inaktiven Domain undefinieren."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "Dieses interaktive Terminal beenden"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "Befehl '%s' erfordert <%s> Option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "Befehl '%s' erfordert --%s Option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "Befehl '%s' existiert nicht"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6555,17 +7142,17 @@ msgstr ""
"\n"
" SYNOPSIS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6573,7 +7160,7 @@ msgstr ""
"\n"
" BESCHREIBUNG\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6581,59 +7168,59 @@ msgstr ""
"\n"
" OPTIONEN\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "Nicht definierter Domain-Name oder -ID"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "Abruf der Domain '%s' scheiterte"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "Nicht definierter Domain-Name oder -ID"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "Abruf des Netzwerks '%s' scheiterte"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "Filtername schon vorhanden"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "Desktop-Pfad konnte nicht gefunden werden"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
msgid "undefined vol name"
msgstr "Nicht definierter Volumen-Name"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "Desktop-Pfad konnte nicht gefunden werden"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6644,131 +7231,131 @@ msgstr ""
"(Zeit: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "fehlendes \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "Unerwarteter Token (Befehlsname): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "Unbekannter Befehl: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "Befehl '%s' unterstützt die Option --%s nicht"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "Erwartete Syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "Nummer"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "String"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "Unerwartete Daten '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATEN"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
#, fuzzy
msgid "idle"
msgstr "Datei"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "pausiert"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "beim Herunterfahren"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "ausschalten"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "abgestürzt"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "keine gültige Verbindung"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: Fehler: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "Fehler: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: scheiterte beim Zuweisen von %d Bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: scheiterte beim Zuweisen von %lu Bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "Verbindung zum Hypervisor scheiterte"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "Log-Datei Informationen konnten nicht abgerufen werden"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "der Log-Pfad ist keine Datei"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
"Fehler beim Ãffnen der Log-Datei. Ãberprüfen Sie den Pfad der Log-Datei"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "Fehler beim Schreiben der Log-Datei"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "Fehler beim Schreiben der xml-Datei"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Es konnte nicht aus der Datei »%s« gelesen werden: %s"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6801,7 +7388,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6811,17 +7398,17 @@ msgstr ""
" (geben Sie help <command> an, um Details zum Befehl zu erhalten)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "Nicht unterstützte Option '-%c'. Siehe --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6830,7 +7417,7 @@ msgstr ""
"Willkommen bei %s, dem interaktiven Virtualisierungsterminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6840,466 +7427,480 @@ msgstr ""
" 'quit' zum Beenden\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "Unbekannter Fehler"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "Warnung"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "Fehler"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "Keine Fehlermeldung beigefügt"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "Interner Fehler %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "Interner Fehler"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "zu wenig Arbeitsspeicher"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "Diese Funktion wird vom Hypervisor nicht unterstützt"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "Diese Funktion wird vom Hypervisor nicht unterstützt: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "Verbindung mit Hypervisor fehlgeschlagen"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "Verbindung mit %s fehlgeschlagen"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "ungültiger Verbindungszeiger in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "ungültiger Verbindungszeiger in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "ungültiger Domain-Zeiger in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "ungültiger Domain-Zeiger in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "ungültiger Parameter in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "ungültiger Parameter in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "Operation schlug fehl: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "Operation schlug fehl"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET-Operation schlug fehl: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET-Operation schlug fehl"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST-Operation schlug fehl: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST-Operation schlug fehl"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "unbekannter HTTP-Fehlercode %d aufgetreten"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unbekannter Host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unbekannter Host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "Serialisierung von S-Expr schlug fehl: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "Serialisierung von S-Expr schlug fehl"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "konnte Xen-Hypervisoreintrag nicht verwenden"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "konnte Xen-Hypervisoreintrag %s nicht verwenden"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "Verbindung mit Xen-Store schlug fehl"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "Verbindung mit Xen-Store %s schlug fehl"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "fehlgeschlagener Xen-Syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unbekannter OS-Typ"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unbekannter OS-Typ %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "fehlende Kernelinformationen"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "fehlende Root-Device-Informationen"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "fehlende Root-Device-Informationen in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "fehlende Quellinformationen für das Gerät"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "fehlende Quellinformationen für das Gerät %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "fehlende Zielinformationen für das Gerät"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "fehlende Zielinformationen für das Gerät %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "fehlende Domainnamen-Informationen"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "fehlende Domainnamen-Informationen in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "fehlende Betriebssysteminformationen"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "fehlende Betriebssysteminformationen für %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "fehlende Geräteinformationen"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "fehlende Geräteinformationen für %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "zu viele Treiber registriert"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "zu viele Treiber in %s registriert"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "Bibliotheksaufruf schlug fehl, möglicherweise nicht unterstützt"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "Bibliotheksaufruf %s schlug fehl, möglicherweise nicht unterstützt"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML-Beschreibung nicht sauber formuliert oder ungültig"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML-Beschreibung für %s nicht sauber formuliert oder ungültig"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "Diese Domain existiert bereits"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "Domain %s existiert bereits"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "Operation für schreibgeschützten Zugriff verboten"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "Operation %s für schreibgeschützten Zugriff verboten"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "Ãffnen der Konfiguration zu Lesezwecken schlug fehl"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "Ãffnen von %s zu Lesezwecken schlug fehl"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "Konfigurationsdatei konnte nicht gelesen werden"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "Konfigurationsdatei %s konnte nicht gelesen werden"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "Konfigurationsdatei konnte nicht analysiert werden"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "Konfigurationsdatei %s konnte nicht analysiert werden"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "Syntaxfehler in der Konfigurationsdatei"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "Syntaxfehler in der Konfigurationsdatei: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "Schreiben der Konfigurationsdatei schlug fehl"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "Schreiben der Konfigurationsdatei schlug fehl: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "Analyse-Fehler"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "Ungültiger Verbindungszeiger in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "Ungültiger Verbindungszeiger in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "Diese Domain existiert bereits"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "Netzwerk %s existiert bereits"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "Fehler beim Systemaufruf"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC-Fehler"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "GNUTLS Aufruffehler"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "Netzwerk wurde nicht gefunden"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "Netzwerk wurde nicht gefunden: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "Domain nicht gefunden"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "Domain nicht gefunden: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "Netzwerk nicht gefunden"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "Netzwerk nicht gefunden: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
msgid "invalid MAC address"
msgstr "ungültige MAC-Adresse"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, c-format
msgid "invalid MAC address: %s"
msgstr "ungültige MAC-Adresse: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "Authentifikation gescheitert"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "Authentifikation gescheitert: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
msgid "Storage pool not found"
msgstr "Speicher-Pool nicht gefunden"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, c-format
msgid "Storage pool not found: %s"
msgstr "SPeicher-Pool nicht gefunden: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "Verknüpftes Programm nicht gefunden:"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Verknüpftes Programm nicht gefunden:"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "Ungültiger Verbindungszeiger in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "Ungültiger Verbindungszeiger in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "Ungültiger Verbindungszeiger in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "Ungültiger Verbindungszeiger in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Netzwerk wurde nicht gefunden"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Netzwerk wurde nicht gefunden: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Netzwerk wurde nicht gefunden"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Netzwerk wurde nicht gefunden: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "Ungültiger Verbindungszeiger in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "ungültiger Domain-Zeiger in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Gerät nicht gefunden: %s (%s)"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Gerät nicht gefunden: %s (%s)"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "Speicher-Pool nicht gefunden"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "SPeicher-Pool nicht gefunden: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "Argument-Buffer zu klein"
@@ -7374,7 +7975,7 @@ msgstr ""
"Cap-Parameter (%d) des Credit-Schedulers liegt ausserhalb der Reichweite (0-"
"65535)"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "kann nicht lesen %s: %s"
@@ -7427,7 +8028,7 @@ msgstr "Domaininformation inkorrekt, domid nicht numerisch"
msgid "domain information incomplete, missing uuid"
msgstr "Domaininformation unvollständig, fehlende uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "Domaininformation unvollständig, fehlender Name"
@@ -7472,224 +8073,231 @@ msgstr "vbd Dateiname kann nicht analysiert werden, fehlender Treibername"
msgid "cannot parse vbd filename, missing driver type"
msgstr "vbd Dateiname kann nicht analysiert werden, fehlender Treibertyp"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "ungültige MAC-Adresse: %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "Unerwarteter Dict-Knoten"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "Unbekannter Auth-Typ '%s'"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "Domaininformation unvollständig, fehlende id"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "ungültige MAC-Adresse: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unbekannter OS-Typ %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "Topologie-Syntaxfehler"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "Analyse der Xend-Domaininformation schlug fehl"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain läuft nicht"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Verzeichnis konnte nicht gewechselt werden"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "Nicht unterstützter Eingabegeräte-Typ %s"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "Unerwarteter Werte-Knoten"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
msgid "no memory"
msgstr "Kein Sspeicher"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
msgid "sexpr2string failed"
msgstr "sexpr2string fehlgeschlagen"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
msgid "Failed to redefine sexpr"
msgstr "Neudefinieren von sexpr fehlgeschlagen"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Kann TTY-Label nicht wiederherstellen...\n"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
#, fuzzy
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr "Unbekanntes Flag für den Stil "
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
#, fuzzy
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr "Der URI »%s« ist ungültig"
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
#, fuzzy
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "Parsen der Port-Nummer fehlgeschlagen: %s\n"
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "Erzeugen eines Domänenbrowser fehlgeschlagen: %s"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Fehler beim Erstellen einer inaktiven Domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr "Nicht unterstütz in xendConfigVersion < 4"
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "Domaininformation unvollständig, fehlender Name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr "strdup fehlgeschlagen"
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "Unbekannter Planner"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "Hostname-Abfrage fehlgeschlagen: %s\n"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "Domaininformation unvollständig, fehlende uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "Domaininformation unvollständig, fehlender Name"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
#, fuzzy
msgid "domainBlockPeek is not supported for dom0"
msgstr "Auflisten von Ereignissen für diese Zelle ist nicht unterstützt."
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr "%s: Ungültiger Pfad"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "%s konnte nicht zum Lesen geöffnet werden"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Konnte keine PID von Sperr-Datei lesen."
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "Standard-Transfertyp:"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "Unerwarteter MIME-Type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "Kann Inhalte des nicht unterstützten Typs %d nicht kopieren."
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "Unerwarteter Werte-Knoten"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr "Kein HVM-Domain-Loader"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "ai_socktype nicht unterstützt"
@@ -7766,48 +8374,48 @@ msgstr "kann Konfigurationsdatei nicht erstelllen %s: %s"
msgid "unexpected lifecycle action %d"
msgstr "Unerwarteter Dict-Knoten"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Wiederherstellen der Domain aus %s gescheitert"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr "KOnfigurations-Dateinamen ist zu lange"
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "Die letzte Zeit konnte nicht abgefragt werden"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "Konfigurationsdatei %s konnte nicht gelesen werden"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
msgid "unknown device"
msgstr "Unbekanntes Gerät"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Datei »%s« konnte nicht angelegt werden: %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Datei »%s« konnte nicht angelegt werden: %s"
@@ -7816,19 +8424,34 @@ msgstr "Datei »%s« konnte nicht angelegt werden: %s"
msgid "Invalid parameter to virXPathString()"
msgstr "Ungültiger Parameter für für PrintDlgEx"
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr "Ungültiger Parameter für für PrintDlgEx"
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "Ungültiger Parameter für für PrintDlgEx"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "Ungültiger Parameter für für PrintDlgEx"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr "Ungültiger Parameter für virXPathBoolean()"
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr "Ungültiger Parameter für PrintDlgEx"
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "Ungültiger Parameter für virXPathNodeSet()"
@@ -7854,16 +8477,47 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Pool ist bereits aktiv"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "Domain zuweisen"
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "Kein Zugriff auf s %s '%s': %s (%d)"
+
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Fehler beim Erzeugen des Adress-Auflösers: %s\n"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "Fehler beim Erzeugen des Adress-Auflösers: %s\n"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "Setzen des non-blocking-Dateibeschreiber-Flag fehlgeschlagen"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "Datei »%s« konnte nicht angelegt werden: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "Konnte Zwischenablage nicht schliessen."
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup: Kein Speicher mehr"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "Konnte Zwischenablage nicht schlieÃen."
+
#~ msgid "allocating configuration"
#~ msgstr "Konfiguration zuweisen"
@@ -7915,9 +8569,6 @@ msgstr "Domain zuweisen"
#~ msgid "failed to mount %s at %s for container: %s"
#~ msgstr "»%s« konnte nicht zum Schreiben geöffnet werden: %s"
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "open(%s) fehlgeschlagen: %s"
-
#~ msgid "clone() failed, %s"
#~ msgstr "clone() fehlgeschlagen, %s"
@@ -7989,10 +8640,6 @@ msgstr "Domain zuweisen"
#~ "%s"
#, fuzzy
-#~ msgid "Failure while reading %s startup output: %s"
-#~ msgstr "C-Header-Datei ausgeben"
-
-#, fuzzy
#~ msgid "failed to allocate space for monitor path"
#~ msgstr "Knotenzuweisung schlug fehl"
@@ -8353,14 +9000,6 @@ msgstr "Domain zuweisen"
#~ msgstr "kann Konfigurationsdatei nicht schreiben %s: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "getpass kann /dev/tty nicht öffnen\n"
-
-#, fuzzy
-#~ msgid "cannot read tty pid file %s: %s"
-#~ msgstr "Konnte keine PID von Sperr-Datei lesen."
-
-#, fuzzy
#~ msgid "execl failed to exec init: %s"
#~ msgstr "Die Befehlszeile »%s« konnte nicht mit der URI »%s« verknüpft werden."
@@ -8474,9 +9113,6 @@ msgstr "Domain zuweisen"
#~ msgid "missing sound model"
#~ msgstr "Fehlendes Audio-Modell"
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "Ungültiges Audio-Modell '%s'"
-
#~ msgid "domain name length too long"
#~ msgstr "Domain-Name-Länge zu lang"
diff --git a/po/el.gmo b/po/el.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/el.gmo and b/po/el.gmo differ
diff --git a/po/el.po b/po/el.po
index 81435e0..a38ec32 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/en_GB.gmo b/po/en_GB.gmo
index b00de31..018a631 100644
Binary files a/po/en_GB.gmo and b/po/en_GB.gmo differ
diff --git a/po/en_GB.po b/po/en_GB.po
index 3906834..db45d16 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2007-06-11 13:51+0000\n"
"Last-Translator: Abigail Brady <morwen at evilmagic.org>\n"
"Language-Team: \n"
@@ -95,241 +95,241 @@ msgstr ""
msgid "Unknown error"
msgstr "Unknown"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to open '%s': %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "failed to read from Xen Daemon"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "Error allocating memory: %s"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected value node"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to open '%s': %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to open '%s': %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to open '%s': %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to open '%s': %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to open '%s': %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to open '%s': %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to find the network: %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to find the network: %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -337,453 +337,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start network %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to open '%s': %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to open '%s': %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "network name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain current memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain current memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create inactive domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create inactive domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "domain information"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -904,531 +920,532 @@ msgstr "failed to add network to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown command: '%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown command: '%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown command: '%s'"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, c-format
msgid "cannot parse device %s"
msgstr ""
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing \""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "could not connect to %s"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "could not connect to %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "could not connect to %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown host %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown host %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing target information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in %s"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "failed to get network UUID"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
msgid "cannot extract boot device"
msgstr ""
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing root device information"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown host %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "network name"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
msgid "cannot extract serial devices"
msgstr ""
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "failed to save content"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to open '%s': %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to read socket %d\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to read socket %d\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create network from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1438,57 +1455,57 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "network name"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "domain current memory"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1531,12 +1548,12 @@ msgstr "Failed to create inactive domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to find the network: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to read socket %d\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to save domain %s to %s"
@@ -1709,23 +1726,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "undefine an inactive domain"
@@ -1780,7 +1797,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to open '%s': %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to open '%s': %s"
@@ -1815,225 +1832,235 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "node domain list"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "unknown host %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "invalid argument in %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start network %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "Failed to create network from %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to open '%s': %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to open '%s': %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to open '%s': %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to open '%s': %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to open '%s': %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get network '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is still running"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "network information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Network %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "Failed to create network from %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to open '%s': %s"
@@ -2043,7 +2070,267 @@ msgstr "Failed to open '%s': %s"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to open '%s': %s"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "network name"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid network pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid network pointer in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing root device information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to open '%s': %s"
@@ -2203,7 +2490,7 @@ msgstr ""
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2217,6 +2504,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to open '%s': %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "failed to read from Xen Daemon"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to open '%s': %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to open '%s': %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to attach device from %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to attach device from %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to find the network: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2261,707 +2613,779 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "network name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Network %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "failed to get node information"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected data '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected data '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in %s"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write the log file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write the log file"
-#: src/qemu_driver.c:211
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write the log file"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "Failed to close socket %d\n"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to open '%s': %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to open '%s': %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create network from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain current memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to open '%s': %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to open '%s': %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to open '%s': %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "Failed to close socket %d\n"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "Failed to close socket %d\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain current memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write the log file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write the log file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write the log file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to open '%s': %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "Failed to close socket %d\n"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to open '%s': %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is still running"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to read socket %d\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "failed to write the log file"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "failed to write the log file"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "Failed to close socket %d\n"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "node domain list"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain current memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to read socket %d\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to read socket %d\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "failed to get network UUID"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "failed to write the log file"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
msgid "cannot attach usb device"
msgstr ""
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "failed to get node information"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to detach device from %s"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "autostart a domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "Failed to create network from %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to open '%s': %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "failed to read configuration file %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write the log file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "node domain list"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume domain %s"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -2972,510 +3396,591 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to open '%s': %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "could not connect to %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "Failed to close socket %d\n"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "failed to get domain UUID"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
#, fuzzy
msgid "Error allocating callbacks list"
msgstr "Error allocating memory: %s"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to open '%s': %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, c-format
msgid "unable to verify server certificate: %s"
msgstr ""
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "domain current memory"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "Invalid value of %d for memory size"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "failed to write configuration file: %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "operation failed: %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "failed to serialize S-Expr: %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create inactive domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to save content"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "Failed to connect to the hypervisor"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "failed to get network '%s'"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "operation failed"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to open '%s': %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to open '%s': %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to open '%s': %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3506,45 +4011,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to open '%s': %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "invalid argument in %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to open '%s': %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3658,7 +4163,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to open '%s': %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to open '%s': %s"
@@ -3691,17 +4196,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to open '%s': %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to open '%s': %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to open '%s': %s"
@@ -3812,11 +4317,7 @@ msgstr "unknown command: '%s'"
msgid "cannot remove PV device '%s'"
msgstr "unknown host %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to open '%s': %s"
@@ -3829,162 +4330,167 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "network name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing source information for device %s"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing domain name information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to read socket %d\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3992,17 +4498,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4010,64 +4516,64 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
#, fuzzy
msgid "storage pool is not active"
msgstr "the log path is not a file"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4124,155 +4630,155 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: supply a path or use test:///default"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain %s exists already"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is still running"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Domain %s dumpd to %s\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write the log file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Domain %s dumpd to %s\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already running"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is still running"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain is still running"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already running"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4286,151 +4792,155 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create network from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to open '%s': %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "node cpu sockets"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "node cpu sockets"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "unknown command: '%s'"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "unknown command: '%s'"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "could not connect to %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to write to socket %d\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "could not connect to %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "could not connect to %s"
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to read socket %d\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to read socket %d\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "node cpu sockets"
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to parse configuration file %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to parse configuration file %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "Failed to undefine domain %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "could not connect to %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "error: "
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to find the network: %s"
@@ -4440,20 +4950,25 @@ msgstr "Failed to find the network: %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "Unknown"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4461,2043 +4976,2111 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "autostart a domain"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "Configure a domain to be automatically started at boot."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "disable autostarting"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to mark domain %s as autostarted"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to unmark domain %s as autostarted"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s marked as autostarted\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s unmarked as autostarted\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "connect to the guest console"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "Connect the virtual serial console for the guest"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "No console available for domain\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "network name"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "file containing an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "show/set scheduler parameters"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "Show/Set scheduler parameters."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "weight for XEN_CREDIT"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "cap for XEN_CREDIT"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
#, fuzzy
msgid "Invalid value of weight"
msgstr "Invalid value of %d for memory size"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
#, fuzzy
msgid "Invalid value of cap"
msgstr "Invalid value of %d for memory size"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "Invalid value of %d for memory size"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
#, fuzzy
msgid "Scheduler"
msgstr "Scheduler:"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "Unknown"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "no limit"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "Autostart"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "Physical CPU %d doesn't exist."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "Too many virtual CPU's."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "number of kilobytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "Invalid value of %d for memory size"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "maximum memory limit in kilobytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain current memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "capabilities"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "Returns capabilities of hypervisor/driver."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "failed to get capabilities"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "Output the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
#, fuzzy
msgid "live migration"
msgstr "node information"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
#, fuzzy
msgid "connection URI of the destination host"
msgstr "connect to the guest console"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "autostart a network"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "Configure a network to be automatically started at boot."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "network name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "failed to mark network %s as autostarted"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "failed to unmark network %s as autostarted"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Network %s marked as autostarted\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Network %s unmarked as autostarted\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "create a network from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "Create a network."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "file containing an XML network description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "Network %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create network from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a network from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "Define a network."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "Network %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define network from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "destroy a network"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "Destroy a given network."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "network name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "Network %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy network %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "network information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "Output the network information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "list networks"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "Returns list of networks."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "list inactive networks"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "list inactive & active networks"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "Failed to list active networks"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive networks"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "Autostart"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "no autostart"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "active"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "inactive"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "convert a network UUID to network name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "network uuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive network"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "Start a network."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "name of the inactive network"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "Network %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "Failed to start network %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "undefine an inactive network"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive network."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "Network %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine network %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "convert a network name to network UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "network name"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "failed to get network UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "autostart a domain"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
#, fuzzy
msgid "Configure a pool to be automatically started at boot."
msgstr "Configure a domain to be automatically started at boot."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "failed to mark network %s as autostarted"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "failed to unmark network %s as autostarted"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s marked as autostarted\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s unmarked as autostarted\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file containing an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Output the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a network UUID to network name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to read socket %d\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a network name to network UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file containing an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "file"
msgstr "XML file"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Output the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a network UUID to network name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a network UUID to network name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a network UUID to network name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "capabilities"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Output the network information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to detach device from %s"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to attach device from %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to attach device from %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc display"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "Output the IP address and port number for the VNC display."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "attach device from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "Attach device from an XML <file>."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML file"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to attach device from %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "detach device from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "Detach device from an XML <file>"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to detach device from %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "network name"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
#, fuzzy
msgid "network interface type"
msgstr "network name"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined network name"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "network name"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "network name"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to read socket %d\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write the log file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write the log file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write the log file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create inactive domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "failed to write the log file"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write the log file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive network."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive network."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6506,17 +7089,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6524,7 +7107,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6532,60 +7115,60 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "undefined network name"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "failed to get network '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined network name"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined network name"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6596,129 +7179,129 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %lu bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "failed to get the log file information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "the log path is not a file"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "failed to open the log file. check the log file path"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "failed to write the log file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write the log file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6751,7 +7334,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6762,17 +7345,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6781,7 +7364,7 @@ msgstr ""
"Welcome to %s, the virtualisation interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6791,472 +7374,486 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "Unknown"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "invalid network pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "invalid network pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "this network exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "network %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "system call error"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC error"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "GNUTLS call error"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "Failed to find the network"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to find the network: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "network name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Network %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "network name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Network %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "network name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Network %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid network pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid network pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid network pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid network pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to find the network"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to find the network: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to find the network"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to find the network: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid domain pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "domain information"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "network name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Network %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7325,7 +7922,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "could not connect to %s"
@@ -7379,7 +7976,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7423,225 +8020,232 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing id"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is still running"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "failed to serialize S-Expr"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine network %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to open '%s': %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create inactive domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "Scheduler:"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "failed to read configuration file %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7718,49 +8322,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain current memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain from %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to open '%s': %s"
@@ -7769,19 +8373,34 @@ msgstr "Failed to open '%s': %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7807,15 +8426,39 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write the log file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "Failed to close socket %d\n"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "Failed to close socket %d\n"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7861,10 +8504,6 @@ msgstr "allocating domain"
#~ msgstr "failed to open %s for reading"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "operation failed: %s"
diff --git a/po/es.gmo b/po/es.gmo
index 3fd6622..c919fbb 100644
Binary files a/po/es.gmo and b/po/es.gmo differ
diff --git a/po/es.po b/po/es.po
index 3df3532..1f45815 100644
--- a/po/es.po
+++ b/po/es.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: es\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-01-17 12:31-0200\n"
"Last-Translator: Domingo Becker <domingobecker at gmail.com>\n"
"Language-Team: Spanish <fedora-trans-es at redhat.com>\n"
@@ -99,241 +99,241 @@ msgstr ""
msgid "Unknown error"
msgstr "Desconocido"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Falló al abrir '%s': %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "falló al leer del Demonio Xen"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "asignando configuración"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "Error asignando memoria: %s"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "nodo valor no esperado"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Falló al abrir '%s': %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Falló al abrir '%s': %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Falló al abrir '%s': %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Falló al abrir '%s': %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "Falló al asignar memoria"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Falló al leer socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Falló al abrir '%s': %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Falló al abrir '%s': %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "Falló al asignar memoria"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Falló al encontrar la red: %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Falló al encontrar la red: %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Falló al conectar al hipervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "falló la autenticación: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -341,453 +341,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "Falló al obtener las estadÃsticas de la interfase %s %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Falló al iniciar la red %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "cambiar la asignación de memoria"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "la operación GET falló: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "tipo mime no esperado"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Falló al crear XML"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Falló al crear XML"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Falló al escribir en el socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "Falló al asignar memoria"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "Falló al asignar memoria"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "Falló al asignar memoria"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Falló al abrir '%s': %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Falló al abrir '%s': %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Falló al reasumir dominio %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Falló al crear XML"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "nombre de red o uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Falló el volcado de núcleo del dominio %s en %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "falló la autenticación"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "Se obtuvo el código %d de error HTTP desconocido"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "falló el análisis sintáctico de la respuesta del servidor"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "puntero a conexión inválido en"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "falta memoria"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "tipo de SO desconocido"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "No se pudo verificar el MemorySize"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "No se pudo verificar el MemorySize"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Falló al obtener las estadÃsticas de bloque de %s %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "Falló al obtener las estadÃsticas de la interfase %s %s"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "falta memoria"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Falló al crear dominio inactivo %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Falló al crear dominio inactivo %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Dominio no encontrado"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "nodo de diccionario no esperado"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -908,534 +924,535 @@ msgstr "falló al agregar red a la tabla hash de conexiones"
msgid "dev missing from connection hash table"
msgstr "falta el dominio en la tabla hash de conexiones"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "tipo de SO desconocido %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "fuente del dispositivo de disco"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "tipo de SO desconocido %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "fuente del dispositivo de disco"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "tipo de SO desconocido %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "tipo de SO desconocido %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "falta la información fuente del dispositivo"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "falta la información fuente del dispositivo"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "falta la información fuente del dispositivo"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "destino del tipo de dispositivo"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "tipo de SO desconocido %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "tipo de SO desconocido %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "falta la información del dispositivo raÃz"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "tipo de SO desconocido %s"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "tipo de SO desconocido %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "comando desconocido: '%s'"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "destino del tipo de dispositivo"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "tipo de SO desconocido %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "falta \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "falta \""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "destino del tipo de dispositivo"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "no se pudo analizar sintácticamente la URI de conexión"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "no se pudo analizar sintácticamente la URI de conexión"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "tipo de SO desconocido %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "equipo desconocido %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "equipo desconocido %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "falta la información destino del dispositivo"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "equipo desconocido %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "falta la información del dispositivo raÃz"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "tipo de SO desconocido"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "falta la información del nombre de dominio"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "puntero a dominio inválido en %s"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "falló al obtener el UUID de red"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "dato inesperado '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "tipo de SO desconocido"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "dispositivo de interfase"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "falta la información del dispositivo raÃz"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "equipo desconocido %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "conectar a dispositivo de disco"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "conectar a interfase de red"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "dispositivo de interfase"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "conectar a dispositivo de disco"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "conectar a dispositivo de disco"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "conectar a dispositivo de disco"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "conectar a dispositivo de disco"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "falló al guardar contenido"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "error de sintaxis en la topologÃa del conjunto de cpu"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "tipo mime no esperado"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "tipo mime no esperado"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "nodo de diccionario no esperado"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "nodo de diccionario no esperado"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "nodo de diccionario no esperado"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "tipo mime no esperado"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "tipo mime no esperado"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "tipo mime no esperado"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "nodo de diccionario no esperado"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "tipo mime no esperado"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "tipo mime no esperado"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "nodo de diccionario no esperado"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "tipo mime no esperado"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "tipo mime no esperado"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "tipo mime no esperado"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "nodo valor no esperado"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "falló la escritura del archivo de configuración: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "falló la escritura del archivo de configuración: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "falló la escritura del archivo de configuración: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "falló la escritura del archivo de configuración: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Falló al abrir '%s': %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "falló la escritura del archivo de configuración: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "tipo de SO desconocido"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Falló al crear XML"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Falló al crear XML"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Falló al escribir en el socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Falló al crear red desde %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Falló al guardar el dominio %s en %s"
@@ -1445,56 +1462,56 @@ msgstr "Falló al guardar el dominio %s en %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "no se pudo analizar sintácticamente la URI de conexión"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "conectar a interfase de red"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "No se pudo verificar el MemorySize"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "la información del dominio es incorrecta, domid no es numérico"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "la información del dominio es incorrecta, domid no es numérico"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1537,12 +1554,12 @@ msgstr "Falló al crear dominio inactivo %s\n"
msgid "failed to bind new root %s"
msgstr "Falló al encontrar la red: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Falló al crear XML"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Falló al guardar el dominio %s en %s"
@@ -1715,23 +1732,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "id o uuid del dominio"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "nombre del dominio inactivo"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "desdefinir un dominio inactivo"
@@ -1786,7 +1803,7 @@ msgstr "puntero a dominio inválido en"
msgid "failed to kill pid %d"
msgstr "Falló al abrir '%s': %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Falló al abrir '%s': %s"
@@ -1821,225 +1838,235 @@ msgstr "nombre de dominio"
msgid "no domain with id %d"
msgstr "lista de dominio del nodo"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "equipo desconocido %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Falló al reasumir dominio %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "argumento inválido en %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "argumento inválido en"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "dirección MAC inválida: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "tipo de SO desconocido %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "falló la escritura del archivo de configuración: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "el dominio %s ya existe"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Falló al iniciar la red %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "falta memoria"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "Falló al crear red desde %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Falló al guardar el dominio %s en %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Falló al guardar el dominio %s en %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Falló al guardar el dominio %s en %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Falló al guardar el dominio %s en %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Falló al guardar el dominio %s en %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Falló al guardar el dominio %s en %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Falló al guardar el dominio %s en %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Falló al guardar el dominio %s en %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Falló al guardar el dominio %s en %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Falló al guardar el dominio %s en %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "El dominio ya está activo"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "falló la escritura del archivo de configuración: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Falló al abrir '%s': %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Falló al abrir '%s': %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Falló al abrir '%s': %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "no se pudo abrir %s para lectura"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Falló al abrir '%s': %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Falló al abrir '%s': %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "falló al obtener la red '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "La red está todavÃa en ejecución"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "información de la red en XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Red %s iniciada\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "Falló al crear red desde %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Falló al guardar el dominio %s en %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Falló al abrir '%s': %s"
@@ -2049,7 +2076,267 @@ msgstr "Falló al abrir '%s': %s"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "destino del tipo de dispositivo"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "tipo de SO desconocido %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Falló al abrir '%s': %s"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "tipo de interfase de red"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "puntero de red inválido en %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "tipo de SO desconocido %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "puntero de red inválido en %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "puntero a dominio inválido en %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "puntero a dominio inválido en %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "puntero a conexión inválido en %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "falta la información del dispositivo raÃz"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "tipo de SO desconocido %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "tipo de SO desconocido %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Falló al abrir '%s': %s"
@@ -2209,7 +2496,7 @@ msgstr ""
msgid "Could not read container config"
msgstr "no se pudo analizar sintácticamente la URI de conexión"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "tipo de SO desconocido %s"
@@ -2223,6 +2510,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "no se pudo analizar sintácticamente la URI de conexión"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Falló al abrir '%s': %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "falló al leer del Demonio Xen"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Falló al abrir '%s': %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Falló al abrir '%s': %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "fallo de operación: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Falló al adjuntar dispositivo desde %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Falló al conectar al hipervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Falló al adjuntar dispositivo desde %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Falló al crear dominio desde %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Falló al encontrar la red: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Falló al crear dominio desde %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2269,708 +2621,780 @@ msgstr "Error de comunicación con el proxy: paquete mal formado\n"
msgid "got asynchronous packet number %d\n"
msgstr "se obtuvo un número de paquete %d sin sincronÃa\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "Red no encontrada"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Red %s iniciada\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Falló al obtener las estadÃsticas de la interfase %s %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "esta función no es soportada por el hipervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "dato inesperado '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "dato inesperado '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "puntero a dominio inválido en %s"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "argumento inválido en"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "lista de dominio del nodo"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "%s: falló la escritura en el archivo log: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "%s: falló la escritura en el archivo log: %s"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "%s: falló la escritura en el archivo log: %s"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "Falló al cerrar socket %d\n"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Falló al abrir '%s': %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Falló al abrir '%s': %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Falló al obtener las estadÃsticas de bloque de %s %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Falló al crear dominio desde %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Falló al guardar el dominio %s en %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Falló al crear red desde %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "No se pudo verificar el MemorySize"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Falló al abrir '%s': %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "falta memoria"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Falló al abrir '%s': %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Falló al abrir '%s': %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "Falló al cerrar socket %d\n"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "Falló al cerrar socket %d\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "falló al obtener el dominio '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "fallo de operación"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "No se pudo verificar el MemorySize"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "El dominio ya está activo"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "%s: falló la escritura en el archivo log: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "%s: falló la escritura en el archivo log: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "%s: falló la escritura en el archivo log: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "El dominio %s se está apagando\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Falló al abrir '%s': %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "Falló al cerrar socket %d\n"
+msgid "Failed to remove domain status for %s"
+msgstr "Falló al crear dominio desde %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Falló al abrir '%s': %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Memoria libre de NUMA"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "falló al obtener el nombre de anfitrión"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "el dominio %s ya existe"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "el dominio %s ya existe"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "El dominio todavÃa está en ejecución"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "fallo de operación"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "fallo de operación"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "nombre del dominio inactivo"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "falló al obtener el UUID del dominio"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Falló al crear XML"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "falló la escritura en el archivo log"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "falló la escritura en el archivo log"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "Falló al cerrar socket %d\n"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "falta memoria"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "fallo de operación"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "Quita la definición de configuración de un dominio inactivo."
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "desdefinir un dominio inactivo"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "destino del tipo de dispositivo"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "lista de dominio del nodo"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "No se pudo verificar el MemorySize"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "lista de dominio del nodo"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "falló al leer del Demonio Xen"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Falló al crear XML"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Falló al crear XML"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "El dominio ya está activo"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "falló al obtener el UUID de red"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Falló al iniciar el dominio %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Falló al reasumir dominio %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "no se pudo conectar a %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "%s: falló la escritura en el archivo log: %s"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "el dominio %s ya existe"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "cargando el archivo de definición del equipo"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "conectar a dispositivo de disco"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "cargando el archivo de definición del equipo"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "desdefinir un dominio inactivo"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "Dominio no encontrado"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "falló al obtener la información del nodo"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Falló al desunir dispositivo desde %s"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "desdefinir un dominio inactivo"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "autoiniciar un dominio"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "Falló al crear red desde %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Falló al guardar el dominio %s en %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "argumento inválido en %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Dominio no encontrado: %s"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Falló al abrir '%s': %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "fallo la lectura del archivo de configuración %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "argumento inválido en"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "fallo de operación: %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s: falló la escritura en el archivo log: %s"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "lista de dominio del nodo"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "falló al obtener el UUID del dominio"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Falló al iniciar el dominio %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "fallo de operación: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Falló al reasumir dominio %s"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -2981,510 +3405,591 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Falló al abrir '%s': %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "no se pudo conectar a %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Falló al leer socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Falló al leer socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Falló al leer socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "Falló al cerrar socket %d\n"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "falló al obtener el URI"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
#, fuzzy
msgid "Error allocating callbacks list"
msgstr "Error asignando memoria: %s"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "asignando dominio"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Falló al abrir '%s': %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "falló al asignar un nodo"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "No se pudo verificar el MemorySize"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "No se pudo verificar el MemorySize"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "Valor inválido en cap"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "falló la escritura del archivo de configuración: %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "demasiados dominios"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "demasiados dominios"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "cambiar la asignación de memoria"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "tipo de SO desconocido"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "muchas redes"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "se registraron muchos controladores"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "se registraron muchos controladores"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "se registraron muchos controladores"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "se registraron muchos controladores"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "se registraron muchos controladores"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "se registraron muchos controladores"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "se registraron muchos controladores"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "falló la autenticación: %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "falló la autenticación"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "fallo la serialización S-Expr: %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Falló al obtener las estadÃsticas de bloque de %s %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "Falló al obtener las estadÃsticas de la interfase %s %s"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Falló al crear dominio inactivo %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "esta función no es soportada por el hipervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Falló al iniciar el dominio %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "falló al guardar contenido"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Falló al iniciar el dominio %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "Falló al conectar al hipervisor"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "lista de dominio del nodo"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Falló al leer socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "conexión sólo lectura"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "lista de dominio del nodo"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Falló al crear XML"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "falló al obtener la red '%s'"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "argumento inválido en %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "fallo de operación"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Falló al iniciar el dominio %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Falló al abrir '%s': %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Falló al abrir '%s': %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Falló al abrir '%s': %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3515,45 +4020,45 @@ msgstr "falló la escritura del archivo de configuración: %s"
msgid "cannot read beginning of file '%s'"
msgstr "falló la escritura del archivo de configuración: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Falló al abrir '%s': %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "dirección MAC inválida: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Falló al abrir '%s': %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Falló al iniciar el dominio %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "error interno %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "consola no implementada en esta plataforma"
@@ -3667,7 +4172,7 @@ msgid "cannot extend file '%s'"
msgstr "Falló al abrir '%s': %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Falló al abrir '%s': %s"
@@ -3700,17 +4205,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Falló al abrir '%s': %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Falló al abrir '%s': %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Falló al abrir '%s': %s"
@@ -3821,11 +4326,7 @@ msgstr "destino del tipo de dispositivo"
msgid "cannot remove PV device '%s'"
msgstr "destino del tipo de dispositivo"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Falló al abrir '%s': %s"
@@ -3838,162 +4339,167 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "tipo de SO desconocido %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "nombre de red o uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "tipo de SO desconocido %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "falta la información fuente del dispositivo %s"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "tipo de SO desconocido %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "tipo mime no esperado"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "falta la información del dispositivo raÃz"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "equipo desconocido %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "equipo desconocido %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "falta la información del nombre de dominio"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "tipo de SO desconocido %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "falló la escritura del archivo de configuración: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Falló al crear XML"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "falló la escritura del archivo de configuración: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "falló la escritura del archivo de configuración: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "falló la escritura del archivo de configuración: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "error de sintaxis en el archivo de configuración: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4001,17 +4507,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4019,64 +4525,64 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "El dominio ya está activo"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "El dominio ya está activo"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
#, fuzzy
msgid "storage pool is not active"
msgstr "el camino para el log no es un archivo"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "obteniendo la hora"
@@ -4133,154 +4639,154 @@ msgstr "lista de dominio del nodo"
msgid "resolving domain filename"
msgstr "resolviendo archivo de nombre de dominio"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "lista de dominio del nodo"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "resolviendo nombre de archivo de la red"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "lista de dominio del nodo"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolviendo archivo de nombre de dominio"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: provea un camino o use test:///default"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "el dominio %s ya existe"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "El dominio todavÃa está en ejecución"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "falló al asignar un nodo"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "guardar el estado de un dominio en un archivo"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "guardar el estado de un dominio en un archivo"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "lista de dominio del nodo"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "falló al leer del Demonio Xen"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "dato inesperado '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "El dominio %s se volcó en %s\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "%s: falló la escritura en el archivo log: %s"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "El dominio %s se volcó en %s\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "El dominio ya está ejecutándose"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "El dominio todavÃa está en ejecución"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "La red está todavÃa en ejecución"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "La red ya está ejecutándose"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "El dominio ya está activo"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4294,151 +4800,155 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Falló al crear red desde %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "falta memoria"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Falló al abrir '%s': %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "nodo de sockets del cpu"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "nodo de sockets del cpu"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "comando desconocido: '%s'"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "comando desconocido: '%s'"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "no se pudo analizar sintácticamente la URI de conexión"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Falló al escribir en el socket %d\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "no se pudo analizar sintácticamente la URI de conexión"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "nombre del dominio inactivo"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "destino del tipo de dispositivo"
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Falló al crear XML"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Falló al crear XML"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "nodo de sockets del cpu"
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "falló el analisis sintáctico del archivo de configuración %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "falló el analisis sintáctico del archivo de configuración %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "Falló al desdefinir dominio %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "no se pudo analizar sintácticamente la URI de conexión"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "error:"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Falló al encontrar la red: %s"
@@ -4448,19 +4958,24 @@ msgstr "Falló al encontrar la red: %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "Desconocido"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "imprimir ayuda"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Imprime ayuda global o ayuda especÃfica sobre un comando."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "nombre del comando"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4468,616 +4983,628 @@ msgstr ""
"Comandos:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "autoiniciar un dominio"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
"Configurar un dominio para que sea automáticamente iniciado al arrancar."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "nombre de dominio, id o uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "deshabilitar autoiniciado"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Falló al marcar el dominio %s como autoiniciado"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Falló al desmarcar el dominio %s como autoiniciado"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Dominio %s marcado como autoiniciado\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Dominio %s desmarcado como autoiniciado\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)conectar al hipervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Conectar al hipervisor local. Esto se hace por defecto después de que "
"arranca el shell."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "URI de conexión al hipervisor"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "conexión sólo lectura"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Falló al desconectar del hipervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Falló al conectar al hipervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "conectar a la consola cliente"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "Conectar a la consola serie virtual para el cliente"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "No hay disponible una consola para el dominio\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "consola no implementada en esta plataforma"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "listar dominios"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Devuelve la lista de dominios."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "listar dominios inactivos"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "listar dominios inactivos & activos"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Falló al listar dominios activos"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Falló al listar dominios inactivos"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Nombre"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "Estado"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "sin estado"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "estado del dominio"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Devuelve el estado de un dominio en ejecución"
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "obtener el bloque de estadÃsticas del dispositivo para un dominio"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr ""
"Devuelve las estadÃsticas de bloque del dispositivo para un dominio en "
"ejecución"
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "bloquear dispositivo"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "Falló al obtener las estadÃsticas de bloque de %s %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "obtener las estadÃsticas de la interfase de red de un dominio"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr ""
"Obtiene las estadÃsticas de la interfase de red de un dominio en ejecución."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "dispositivo de interfase"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "Falló al obtener las estadÃsticas de la interfase %s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspender un dominio"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspende un dominio en ejecución."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Dominio %s suspendido\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Falló al suspender dominio %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "crear un dominio desde un archivo XML"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Crear un dominio."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "archivo que contiene una descripción de dominio en XML"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Dominio %s creado desde %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Falló al crear dominio desde %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "definir un dominio (sin iniciarlo) desde un archivo XML"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Definir un dominio."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Dominio %s definido desde %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Falló al definir el dominio desde %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "desdefinir un dominio inactivo"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Quita la definición de configuración de un dominio inactivo."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "nombre de dominio o uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "El dominio %s ha sido desdefinido\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Falló al desdefinir dominio %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "iniciar un dominio inactivo (previamente definido)"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Iniciar un dominio."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "nombre del dominio inactivo"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "El dominio ya está activo"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Dominio %s iniciado\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Falló al iniciar el dominio %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "guardar el estado de un dominio en un archivo"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Guardar un dominio en ejecución."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "donde guardar los datos"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "El dominio %s se guardó en %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Falló al guardar el dominio %s en %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "mostrar/fijar parámetros del planificador"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "Mostrar/Fijar los parámetros del planificador."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "peso para XEN_CREDIT"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "cap para XEN_CREDIT"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "Valor inválido en peso"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "Valor inválido en cap"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "Valor inválido en cap"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "Planificador"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "Desconocido"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restaurar el dominio desde su estado guardado en un archivo"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restaurar un dominio."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "el estado a restaurar"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Dominio restaurado desde %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Falló al restaurar dominio desde %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "volcar el núcleo de un dominio a un archivo para análisis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Volcado de núcleo de un dominio"
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "donde volcar el núcleo"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "El dominio %s se volcó en %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Falló el volcado de núcleo del dominio %s en %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "reasumir un dominio"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Reasumir un dominio previamente suspendido."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Dominio %s reasumido\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Falló al reasumir dominio %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "apagar un dominio agradablemente"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Ejecutar apagar (shutdown) en el dominio destino."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "El dominio %s se está apagando\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Falló al apagar el dominio %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reiniciar un dominio"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Ejecutar el comando reboot en el dominio destino."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "El dominio %s se está reiniciando\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Falló al reiniciar el dominio %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destruir un dominio"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destruye un dominio dado."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "El dominio %s fue destruÃdo\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Falló al destruir el dominio %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "información del dominio"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Devuelve la información básica acerca del dominio."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Nombre:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "Tipo de SO:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "Estado:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "Tiempo de CPU:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Memoria máx:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "sin lÃmite"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Memoria usada:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "Autoiniciar"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "Memoria libre de NUMA"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "mostrar la memoria libre disponible para la celda NUMA."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "Número de celda NUMA"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "Total"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "información vcpu del dominio"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr ""
"Devuelve la información básica acerca de las CPUs virtuales del dominio."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "Afinidad de CPU:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "Bloqueo del dominio, las CPUs virtuales no están presentes."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control de afinidad de vcpu del dominio"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Ajustar los VCPUs del dominio a los CPUs fÃsicos del equipo."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "número de vcpu"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "número(s) de los cpu del equipo (separados por coma)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "falló al obtener la información del nodo"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: formato inválido. Cadena nula."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
@@ -5085,7 +5612,7 @@ msgstr ""
"cpulist: %s: Formato inválido. Se esperaba un dÃgito en la posición %d "
"(cerca de '%c')."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5094,1405 +5621,1465 @@ msgstr ""
"cpulist: %s: Formato inválido. Se esperaba un dÃgito o coma en la posición %"
"d (cerca de '%c')."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: Formato inválido. Coma al final en la posición %d."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "El CPU fÃsico %d no existe."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "cambiar los números de los CPUs virtuales"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr ""
"Cambiar los números de los CPUs virtuales activos en el dominio invitado."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "número de CPUs virtuales"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "Número inválido de CPUs virtuales."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "Demasiadas CPUs virtuales."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "cambiar la asignación de memoria"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Cambiar la asignación de memoria actual en el dominio invitado."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "número de kilobytes de memoria"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "Valor inválido %d para el tamaño de memoria"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "No se pudo verificar MaxMemorySize"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "cambiar lÃmite máximo de memoria"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr ""
"Cambiar el lÃmite de asignación de memoria máximo en el dominio invitiado."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "lÃmite de memoria máximo en kilobytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "No se pudo verificar el MemorySize"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "No se pudo achicar el tamaño de memoria actual (MemorySize)."
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "No se pudo cambiar MaxMemorySize"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "información del nodo"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Devuelve la información básica del nodo."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "falló al obtener la información del nodo"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "Modelo de CPU:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "Frecuencia del CPU:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "Slot(s) de CPU:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Núcleo(s) por slot:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Hilo(s) por núcleo:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "Celda(s) NUMA:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Tamaño de memoria:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "capacidades"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "Devuelve las capacidades del hipervisor/controlador."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "falló al obtener las capacidades"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "información del dominio en XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "Mostrar la información del dominio como un volcado XML a stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "listar dominios inactivos"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convierte el id o UUID del dominio a un nombre de dominio"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "id o uuid del dominio"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convierte un nombre o UUID del dominio a un id del dominio"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convierte un nombre o id de dominio a un UUID del dominio"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "id o nombre del dominio"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "falló al obtener el UUID del dominio"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "migrar el dominio a otro anfitrión"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
"Migrar el dominio a otro anfitrión. Agregue --live para migración en vivo."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "migración en vivo"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "URI de conexión del anfitrión destino"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "URI de migración, usalmente se puede omitir"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "migrar: falta del uri_destino"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "autoiniciar una red"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "Configurar una red para que sea automáticamente iniciada al arrancar."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "nombre de red o uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Fallo al marcar la red %s como autoiniciada"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Fallo al desmarcar la red %s como autoiniciada"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "La red %s fue marcada como autoiniciada\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "La red %s fue desmarcada como autoiniciada\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "crear una red desde un archivo XML"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "Crear una red."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "el archivo que contiene una descripción de red en XML"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "La red %s fue creada desde %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "Falló al crear red desde %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "definir una red (sin iniciarla) desde un archivo XML"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "Definir una red."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "Red %s definida desde %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "Falló al definir la red desde %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "destruir una red"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "Destruye una red dada."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "nombre de red, id o uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "La red %s fue destruÃda\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "Falló al destruir la red %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "información de la red en XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "Mostrar la información de la red como un volcado XML a stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "listar redes"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "Devuelve la lista de redes."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "listar redes inactivas"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "listar redes inactivas & activas"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "Falló al listar redes activas"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "Falló al listar redes inactivos"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "Autoiniciar"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "sin autoiniciar"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "activo"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "inactivo"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "convierte UUID de red a un nombre de red"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "uuid de red"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "iniciar una red inactiva (previamente definida)"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "Iniciar una red."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "nombre de la red inactiva"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "Red %s iniciada\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "Falló al iniciar la red %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "eliminar definición de una red inactiva"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "Quita la definición de configuración de una red inactiva."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "La definición de la red %s ha sido eliminada\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "Falló al eliminar definición de la red %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "convierte un nombre de red a un UUID de red"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "nombre de red"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "falló al obtener el UUID de red"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "autoiniciar un dominio"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
#, fuzzy
msgid "Configure a pool to be automatically started at boot."
msgstr ""
"Configurar un dominio para que sea automáticamente iniciado al arrancar."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "nombre de dominio o uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Fallo al marcar la red %s como autoiniciada"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Fallo al desmarcar la red %s como autoiniciada"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Dominio %s marcado como autoiniciado\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Dominio %s desmarcado como autoiniciado\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "crear un dominio desde un archivo XML"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Crear un dominio."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "archivo que contiene una descripción de dominio en XML"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Dominio %s creado desde %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Falló al crear dominio desde %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "nombre del dominio inactivo"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "no se pudo asignar buffer"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "crear un dominio desde un archivo XML"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Dominio %s creado desde %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Falló al crear dominio desde %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "definir un dominio (sin iniciarlo) desde un archivo XML"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Definir un dominio."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Dominio %s definido desde %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Falló al definir el dominio desde %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Dominio %s definido desde %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Falló al desdefinir dominio %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "El dominio %s fue destruÃdo\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Falló al suspender dominio %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destruir un dominio"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destruye un dominio dado."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "El dominio %s fue destruÃdo\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Falló al destruir el dominio %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destruye un dominio dado."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "El dominio %s fue destruÃdo\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Falló al destruir el dominio %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Dominio %s reasumido\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Falló al reasumir dominio %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "información del dominio en XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Mostrar la información del dominio como un volcado XML a stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "listar dominios"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Devuelve la lista de dominios."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "listar dominios inactivos"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "listar dominios inactivos & activos"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Falló al listar dominios activos"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Falló al listar dominios inactivos"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "falta memoria"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Falló al guardar el dominio %s en %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "información del nodo"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Devuelve la información básica del nodo."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "ejecutándose"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "asignando dominio"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convierte UUID de red a un nombre de red"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "uuid del dominio"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "iniciar un dominio inactivo (previamente definido)"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Iniciar un dominio."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "nombre del dominio inactivo"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Dominio %s iniciado\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Falló al iniciar el dominio %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "crear un dominio desde un archivo XML"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Crear un dominio."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "nombre de dominio"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "nombre del dominio inactivo"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Dominio %s creado desde %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Falló al crear XML"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "desdefinir un dominio inactivo"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Quita la definición de configuración de un dominio inactivo."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "El dominio %s ha sido desdefinido\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Falló al desdefinir dominio %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convierte un nombre de red a un UUID de red"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "falló al obtener el UUID del dominio"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "crear un dominio desde un archivo XML"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "archivo que contiene una descripción de dominio en XML"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Dominio %s creado desde %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Falló al crear dominio desde %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destruye un dominio dado."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "El dominio %s fue destruÃdo\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Falló al destruir el dominio %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "información del nodo"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Devuelve la información básica del nodo."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "Tipo de SO:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "file"
msgstr "Archivo XML"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "bloqueado"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "información del dominio en XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Mostrar la información del dominio como un volcado XML a stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "listar dominios"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Devuelve la lista de dominios."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Falló al listar dominios activos"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convierte UUID de red a un nombre de red"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convierte UUID de red a un nombre de red"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "uuid del dominio"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convierte UUID de red a un nombre de red"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "mostrar versión"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Muestra la información de versión del sistema."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "falló al obtener el tipo de hipervisor"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compilado contra la biblioteca: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "falló al obtener la versión de la biblioteca"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Usando la biblioteca: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Usando el API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "falló al obtener la versión del hipervisor"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "No se puede extraer la versión del hipervisor %s en ejecución\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Ejecutando hipervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "migrar el dominio a otro anfitrión"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "capacidades"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Falló al conectar al hipervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Falló al listar dominios inactivos"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Mostrar la información de la red como un volcado XML a stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "Conectar un nuevo dispositivo de disco."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "El dominio %s fue destruÃdo\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Falló al desunir dispositivo desde %s"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "Conectar un nuevo dispositivo de disco."
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Falló al adjuntar dispositivo desde %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "destino del dispositivo de disco"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr ""
+"Devuelve las estadÃsticas de bloque del dispositivo para un dominio en "
+"ejecución"
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Dominio %s reasumido\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Falló al adjuntar dispositivo desde %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "imprimir el nombre de anfitrión del hipervisor"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "falló al obtener el nombre de anfitrión"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "imprimir el URI canónico del hipervisor"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "falló al obtener el URI"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "pantalla vnc"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "Mostrar la dirección IP y el número de puerto para la pantalla VNC."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "consola tty"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "Salida del dispositivo para la consola TTY."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "adjuntar dispositivo desde un archivo XML"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "Adjuntar un dispositivo desde un XML <file>."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "Archivo XML"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "Falló al adjuntar dispositivo desde %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "Desunir dispositivo desde un archivo XML"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "Desunir dispositivo desde un XML <file>"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "Falló al desunir dispositivo desde %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "conectar a interfase de red"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "Conectar la nueva interfase de red."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "tipo de interfase de red"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "fuente de la interfase de red"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "nombre de red destino"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "Dirección MAC"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "script usada para la interfase puente de red "
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "No hay soporte de %s en el comando 'attach-interface'"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "desconectar interfase de red"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "Desconectar la interfase de red."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "Falló al obtener la información de la interfase"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "No se encontro la interfase cuyo tipo es %s"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "No se encontró la interfase cuya MAC es %s"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "Falló al asignar memoria"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "Falló al crear XML"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "conectar a dispositivo de disco"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "Conectar un nuevo dispositivo de disco."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "fuente del dispositivo de disco"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "destino del dispositivo de disco"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "controlador del dispositivo de disco"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "subcontrolador del dispositivo de disco"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "destino del tipo de dispositivo"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "modo de lectura y escrituria del dispositivo"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "No hay soporte de %s en el comando 'attach-disk'"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "desconectar dispositivo de disco"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "Desconectar dispositivo de disco."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "falló al obtener la información del disco"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "No se encontro el disco cuyo destino es %s"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "falló al asignar un nodo"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "%s: falló la escritura en el archivo log: %s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "%s: falló la escritura en el archivo log: %s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "%s: falló la escritura en el archivo log: %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Falló al crear dominio inactivo %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "%s: falló la escritura en el archivo log: %s"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: falló la escritura en el archivo log: %s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Quita la definición de configuración de un dominio inactivo."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Quita la definición de configuración de un dominio inactivo."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "falló la lectura del archivo de configuración"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Quita la definición de configuración de una red inactiva."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Quita la definición de configuración de una red inactiva."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Quita la definición de configuración de un dominio inactivo."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Quita la definición de configuración de un dominio inactivo."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quita esta terminal interactiva"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "el comando '%s' requiere la opción <%s>"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "el comando '%s' requiere la opción --%s"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "el comando '%s' no existe"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NOMBRE\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6500,17 +7087,17 @@ msgstr ""
"\n"
" RESUMEN\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <número>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <cadena>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6518,7 +7105,7 @@ msgstr ""
"\n"
" DESCRIPCION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6526,60 +7113,60 @@ msgstr ""
"\n"
" OPCIONES\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <número>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <cadena>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "nombre o id de dominio no definido"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "falló al obtener el dominio '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "nombre de red indefinido"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "falló al obtener la red '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "nombre de red indefinido"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "falló al obtener el dominio '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "nombre de red indefinido"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "falló al obtener el dominio '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6590,129 +7177,129 @@ msgstr ""
"(Tiempo: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "falta \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "sÃmbolo inesperado (nombre de comando): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "comando desconocido: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "el comando '%s' no soporta la opción --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "sintax esperada: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "número"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "cadena"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "dato inesperado '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPCION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATOS"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "pausado"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "apagándose"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "callar"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "colgado"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "fuera de lÃnea"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "conexión inválida"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error:"
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error:"
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: falló al asignar %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: falló al asignar %lu bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "falló al conectar al hipervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "falló al obtener la información del archivo log"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "el camino para el log no es un archivo"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "falló al abrir el archivo log. Verifique el camino al archivo log"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "falló la escritura en el archivo log"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: falló la escritura en el archivo log: %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Falló al desconectar del hipervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6745,7 +7332,7 @@ msgstr ""
"\n"
" comandos (modo no interactivo):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6755,17 +7342,17 @@ msgstr ""
" (especifique --help <comando> para detalles sobre el comando)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "opción '-%c' no soportada. Vea --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6774,7 +7361,7 @@ msgstr ""
"Bienvenido a %s, la terminal interactiva de virtualización.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6784,468 +7371,482 @@ msgstr ""
" 'quit' para salir\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "Desconocido"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "advertencia"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No hay mensaje de error provisto"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "error interno %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "error interno"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "falta memoria"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "esta función no es soportada por el hipervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "esta función no es soportada por el hipervisor: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "no se pudo conectar al hipervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "no se pudo conectar a %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "puntero a conexión inválido en"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "puntero a conexión inválido en %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "puntero a dominio inválido en"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "puntero a dominio inválido en %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "argumento inválido en"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "argumento inválido en %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "fallo de operación: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "fallo de operación"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "la operación GET falló: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "la operación GET falló"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "La operación POST falló: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "La operación POST falló"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "Se obtuvo el código %d de error HTTP desconocido"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "equipo desconocido %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "equipo desconocido"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "fallo la serialización S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "fallo la serialización S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "no se pudo usar la entrada de hipervisor Xen"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "no se pudo usar la entrada de hipervisor Xen %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "no se pudo conectar al Almacenaje Xen"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "no se pudo conectar al Almacenaje Xen %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "falló la llamada de sistema Xen %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "tipo de SO desconocido"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "tipo de SO desconocido %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "falta la información del kernel"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "falta la información del dispositivo raÃz"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "falta la información del dispositivo raÃz en %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "falta la información fuente del dispositivo"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "falta la información fuente del dispositivo %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "falta la información destino del dispositivo"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "falta la información destino del dispositivo %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "falta la información del nombre de dominio"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "falta la información del nombre de dominio en %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "falta la información del sistema operativo"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "falta la información del sistema operativo para %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "falta información de los dispositivos"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "falta la información de dispositivos para %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "se registraron muchos controladores"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "se registraron muchos controladores en %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "falló la llamada a biblioteca, probablemente no haya soporte"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "falló la llamada %s a biblioteca, posiblemente no haya soporte"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "La descripción XML no está bien formada o es inválida"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "La descripción XML de %s no está bien formada o es inválida"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "este dominio ya existe"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "el dominio %s ya existe"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "la operación está prohibida para acceso de sólo lectura"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "la operación %s está prohibida para el acceso de sólo lectura"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "no se pudo abrir para lectura el archivo de configuración"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "no se pudo abrir %s para lectura"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "falló la lectura del archivo de configuración"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "fallo la lectura del archivo de configuración %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "fallo el análisis sintáctico del archivo de configuración"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "falló el analisis sintáctico del archivo de configuración %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "error de sintaxis en el archivo de configuración"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "error de sintaxis en el archivo de configuración: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "falló la escritura del archivo de configuración"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "falló la escritura del archivo de configuración: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "error de análisis"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "puntero de red inválido en"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "puntero de red inválido en %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "esta red ya existe"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "la red %s ya existe"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "error de llamada al sistema"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "Error RPC"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "Error de llamada de GNUTLS"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "Falló al eliminar definición de la red"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "Falló al encontrar la red: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "Dominio no encontrado"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "Dominio no encontrado: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "Red no encontrada"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "Red no encontrada: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "dirección MAC inválida"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "dirección MAC inválida: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "falló la autenticación"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "falló la autenticación: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "Red no encontrada"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Red no encontrada: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "Red no encontrada"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Red no encontrada: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "puntero de red inválido en"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "puntero de red inválido en %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "puntero de red inválido en"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "puntero de red inválido en %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Falló al eliminar definición de la red"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Falló al encontrar la red: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Falló al eliminar definición de la red"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Falló al encontrar la red: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "puntero a dominio inválido en"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "puntero a dominio inválido en %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Dominio no encontrado"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Dominio no encontrado: %s"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "Red no encontrada"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Red no encontrada: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "error interno %s"
@@ -7318,7 +7919,7 @@ msgstr ""
"El parámetro cap del crédito del planificador (%d) está fuera de rango (0-"
"65535)"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "destino del tipo de dispositivo"
@@ -7372,7 +7973,7 @@ msgstr "la información del dominio es incorrecta, domid no es numérico"
msgid "domain information incomplete, missing uuid"
msgstr "la información del dominio es incompleta, falta uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "la información del dominio es incompleta, falta el nombre"
@@ -7420,224 +8021,231 @@ msgid "cannot parse vbd filename, missing driver type"
msgstr ""
"no se puede analizar el nombre de archivo vbd, tipo de dispositivo omitido"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "nodo de diccionario no esperado"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "tipo de SO desconocido %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "la información del dominio está incompleta, falta id"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "dirección MAC inválida: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "tipo de SO desconocido %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "error de sintaxis de la topologÃa"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "falló el análisis sintáctico de la información del dominio Xend"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "El dominio todavÃa está en ejecución"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "fallo la serialización S-Expr"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "destino del tipo de dispositivo"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "nodo valor no esperado"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "memoria del nodo"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "fallo de operación"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Falló al eliminar definición de la red %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Falló al abrir '%s': %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "falló el análisis sintáctico de la información del dominio Xend"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Falló al crear dominio inactivo %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "la información del dominio es incompleta, falta el nombre"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "Planificador"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "falló al obtener el nombre de anfitrión"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "la información del dominio es incompleta, falta uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "la información del dominio es incompleta, falta uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "no se pudo abrir %s para lectura"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "fallo la lectura del archivo de configuración %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "tipo mime no esperado"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "tipo mime no esperado"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "nodo valor no esperado"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "lista de dominio del nodo"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7714,49 +8322,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "nodo de diccionario no esperado"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Falló al restaurar dominio desde %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "No se pudo verificar el MemorySize"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "fallo la lectura del archivo de configuración %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "tipo de SO desconocido"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Falló al crear dominio desde %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Falló al abrir '%s': %s"
@@ -7765,19 +8373,34 @@ msgstr "Falló al abrir '%s': %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "argumento inválido en"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "argumento inválido en"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7803,15 +8426,39 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "asignando dominio"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Falló al obtener las estadÃsticas de bloque de %s %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "Falló al obtener las estadÃsticas de la interfase %s %s"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "%s: falló la escritura en el archivo log: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "Falló al cerrar socket %d\n"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "falta memoria"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "Falló al cerrar socket %d\n"
+
#~ msgid "allocating configuration"
#~ msgstr "asignando configuración"
@@ -7856,10 +8503,6 @@ msgstr "asignando dominio"
#~ msgstr "no se pudo abrir %s para lectura"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "fallo de operación: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "fallo de operación: %s"
diff --git a/po/et.gmo b/po/et.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/et.gmo and b/po/et.gmo differ
diff --git a/po/et.po b/po/et.po
index 81435e0..a38ec32 100644
--- a/po/et.po
+++ b/po/et.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/eu_ES.gmo b/po/eu_ES.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/eu_ES.gmo and b/po/eu_ES.gmo differ
diff --git a/po/eu_ES.po b/po/eu_ES.po
index 81435e0..a38ec32 100644
--- a/po/eu_ES.po
+++ b/po/eu_ES.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/fa.gmo b/po/fa.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/fa.gmo and b/po/fa.gmo differ
diff --git a/po/fa.po b/po/fa.po
index 81435e0..a38ec32 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/fi.gmo b/po/fi.gmo
index b518c42..4bdf18f 100644
Binary files a/po/fi.gmo and b/po/fi.gmo differ
diff --git a/po/fi.po b/po/fi.po
index 173b1a0..7c90bcc 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2007-12-27 00:03+0200\n"
"Last-Translator: Ville-Pekka Vainio <vpivaini at cs.helsinki.fi>\n"
"Language-Team: Finnish <laatu at lokalisointi.org>\n"
@@ -96,241 +96,241 @@ msgstr ""
msgid "Unknown error"
msgstr "Tuntematon"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Kuvaustiedoston %s lukeminen epäonnistui"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "varataan asetusohjelmaa"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "Virhe varattaessa muistia: %s"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "odottamaton arvosolmu"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "Muistin varaus epäonnistui."
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Ei pystytty lukemaan pistoketta %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "Muistin varaus epäonnistui."
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Verkkoa ei löytynyt: %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Verkkoa ei löytynyt: %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Hypervisoriin yhdistäminen epäonnistui"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "todennus epäonnistui: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -338,453 +338,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "Liitäntätilastojen haku epäonnistui %s %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Verkon %s käynnistäminen epäonnistui"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "muuta muistinvarausta"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET-toimenpide epäonnistui: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "odottamaton MIME-tyyppi"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "XML:n luonti epäonnistui"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "XML:n luonti epäonnistui"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Ei pystytty kirjoittamaan pistokkeeseen %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "Muistin varaus epäonnistui."
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "Muistin varaus epäonnistui."
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "Muistin varaus epäonnistui."
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Toimialueen %s palautus epäonnistui"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "XML:n luonti epäonnistui"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "verkon nimi tai uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Toimialueen %s muistivedoksen tallentaminen tiedostoon %s epäonnistui"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "todennus epäonnistui"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "saatiin tuntematon HTTP-virhekoodi %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "palvelimen vastauksen jäsentäminen epäonnistui"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "virheellinen yhteysosoitin kohteessa"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "muisti lopussa"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "tuntematon käyttöjärjestelmän tyyppi"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "Ei voi tarkistaa nykyistä MaxMemorySizeä"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "Ei voi tarkistaa nykyistä MaxMemorySizeä"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Lohkotilastojen haku epäonnistui %s %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "Liitäntätilastojen haku epäonnistui %s %s"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "muisti lopussa"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Epäaktiivisen toimialueen %s luominen epäonnistui\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Epäaktiivisen toimialueen %s luominen epäonnistui\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Toimialuetta ei löytynyt"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "Sama kuin solmu"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -905,534 +921,535 @@ msgstr "verkon lisääminen yhteyksien hajautustauluun epäonnistui"
msgid "dev missing from connection hash table"
msgstr "toimialue puuttuu yhteyksien hajautustaulusta"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "levylaitteen lähde"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "levylaitteen lähde"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "lähdetietoja puuttuu laitteelle"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "lähdetietoja puuttuu laitteelle"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "lähdetietoja puuttuu laitteelle"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "kohdelaitetyyppi"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "juurilaitteen tietoja puuttuu"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "tuntematon komento: â%sâ"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "kohdelaitetyyppi"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "\" puuttuu"
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "\" puuttuu"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "kohdelaitetyyppi"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "ei voitu jäsentää yhteys-URIa"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "ei voitu jäsentää yhteys-URIa"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "tuntematon kone %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "tuntematon kone %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "kohdetietoja puuttuu laitteelle"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "tuntematon kone %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "juurilaitteen tietoja puuttuu"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "tuntematon käyttöjärjestelmän tyyppi"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "verkkoalueen nimi puuttuu"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "virheellinen toimialueosoitin kohteessa %s"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "verkon UUID:n hakeminen epäonnistui"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "odottamatonta dataa â%sâ"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "tuntematon käyttöjärjestelmän tyyppi"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "liitäntälaite"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "juurilaitteen tietoja puuttuu"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "tuntematon kone %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "liitä levylaite"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "liitä verkkoliitäntä"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "liitäntälaite"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "liitä levylaite"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "liitä levylaite"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "liitä levylaite"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "liitä levylaite"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "sisältöä ei voitu tallentaa"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "odottamaton MIME-tyyppi"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "odottamaton MIME-tyyppi"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "Sama kuin solmu"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "Sama kuin solmu"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "Sama kuin solmu"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "odottamaton MIME-tyyppi"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "odottamaton MIME-tyyppi"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "odottamaton MIME-tyyppi"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "Sama kuin solmu"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "odottamaton MIME-tyyppi"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "odottamaton MIME-tyyppi"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "Sama kuin solmu"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "odottamaton MIME-tyyppi"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "odottamaton MIME-tyyppi"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "odottamaton MIME-tyyppi"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "odottamaton arvosolmu"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "asetustiedoston kirjoitus epäonnistui: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "asetustiedoston kirjoitus epäonnistui: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "asetustiedoston kirjoitus epäonnistui: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "asetustiedoston kirjoitus epäonnistui: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "asetustiedoston kirjoitus epäonnistui: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "tuntematon käyttöjärjestelmän tyyppi"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "XML:n luonti epäonnistui"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "XML:n luonti epäonnistui"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Ei pystytty kirjoittamaan pistokkeeseen %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Verkon luominen tiedostosta %s epäonnistui"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
@@ -1442,56 +1459,56 @@ msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "ei voitu jäsentää yhteys-URIa"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "liitä verkkoliitäntä"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Ei voi tarkistaa nykyistä MaxMemorySizeä"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "toimialuetieto on virheellistä, domid ei ole numeerinen"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "toimialuetieto on virheellistä, domid ei ole numeerinen"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1534,12 +1551,12 @@ msgstr "Epäaktiivisen toimialueen %s luominen epäonnistui\n"
msgid "failed to bind new root %s"
msgstr "Verkkoa ei löytynyt: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "XML:n luonti epäonnistui"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
@@ -1712,23 +1729,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "toimialueen id tai uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "Epäaktiivisen toimialueen nimi"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "poista epäaktiivisen toimialueen määritys"
@@ -1783,7 +1800,7 @@ msgstr "virheellinen toimialueosoitin kohteessa"
msgid "failed to kill pid %d"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
@@ -1818,225 +1835,235 @@ msgstr "toimialueen nimi"
msgid "no domain with id %d"
msgstr "solmun toimialueluettelo"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "tuntematon kone %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Toimialueen %s palautus epäonnistui"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "virheellinen argumentti kohteessa %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "virheellinen argumentti kohteessa"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "virheellinen MAC-osoite: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "asetustiedoston kirjoitus epäonnistui: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "toimialue %s on jo olemassa"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Verkon %s käynnistäminen epäonnistui"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "muisti lopussa"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "Verkon luominen tiedostosta %s epäonnistui"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Toimialue on jo aktiivinen"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "asetustiedoston kirjoitus epäonnistui: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "tiedoston %s avaaminen luettavaksi epäonnistui"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "verkon â%sâ hakeminen epäonnistui"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Verkko on edelleen käynnissä"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "verkkotiedot XML-muodossa"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Verkko %s käynnistetty\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "Verkon luominen tiedostosta %s epäonnistui"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
@@ -2046,7 +2073,267 @@ msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "kohdelaitetyyppi"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "verkkoliitännän tyyppi"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "virheellinen verkko-osoitin kohteessa %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "virheellinen verkko-osoitin kohteessa %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "virheellinen toimialueosoitin kohteessa %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "virheellinen toimialueosoitin kohteessa %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "virheellinen yhteysosoitin kohteessa %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "juurilaitteen tietoja puuttuu"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
@@ -2206,7 +2493,7 @@ msgstr ""
msgid "Could not read container config"
msgstr "ei voitu jäsentää yhteys-URIa"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
@@ -2220,6 +2507,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "ei voitu jäsentää yhteys-URIa"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Kuvaustiedoston %s lukeminen epäonnistui"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "toimenpide epäonnistui: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Laitteen liittäminen tiedostosta %s epäonnistui"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Hypervisoriin yhdistäminen epäonnistui"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Laitteen liittäminen tiedostosta %s epäonnistui"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Toimialueen luonti tiedostosta %s epäonnistui"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Verkkoa ei löytynyt: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Toimialueen luonti tiedostosta %s epäonnistui"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2265,708 +2617,780 @@ msgstr "Yhteysvirhe välityspalvelimen kanssa: epämuodostunut paketti\n"
msgid "got asynchronous packet number %d\n"
msgstr "saatiin asynkroninen paketti numero %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "Verkkoa ei löytynyt"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Verkko %s käynnistetty\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Liitäntätilastojen haku epäonnistui %s %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "hypervisor ei tue tätä toimintoa"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "odottamatonta dataa â%sâ"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "odottamatonta dataa â%sâ"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "virheellinen toimialueosoitin kohteessa %s"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "virheellinen argumentti kohteessa"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "solmun toimialueluettelo"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "%s: lokitiedostoon kirjoitus epäonnistui: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "%s: lokitiedostoon kirjoitus epäonnistui: %s"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "%s: lokitiedostoon kirjoitus epäonnistui: %s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "Pistokkeen %d sulkeminen epäonnistui\n"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Lohkotilastojen haku epäonnistui %s %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Toimialueen luonti tiedostosta %s epäonnistui"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Verkon luominen tiedostosta %s epäonnistui"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "Ei voi tarkistaa nykyistä MaxMemorySizeä"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "muisti lopussa"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "Pistokkeen %d sulkeminen epäonnistui\n"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "Pistokkeen %d sulkeminen epäonnistui\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "toimialueen â%sâ hakeminen epäonnistui"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "toimenpide epäonnistui"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "Ei voi tarkistaa nykyistä MaxMemorySizeä"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Toimialue on jo aktiivinen"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "%s: lokitiedostoon kirjoitus epäonnistui: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "%s: lokitiedostoon kirjoitus epäonnistui: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "%s: lokitiedostoon kirjoitus epäonnistui: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Toimialuetta %s sammutetaan\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "Pistokkeen %d sulkeminen epäonnistui\n"
+msgid "Failed to remove domain status for %s"
+msgstr "Toimialueen luonti tiedostosta %s epäonnistui"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Muisti: %1 %2 käytetty, %3 %4 vapaana"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "konenimen haku epäonnistui"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "toimialue %s on jo olemassa"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "toimialue %s on jo olemassa"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "toimialue on edelleen käynnissä"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "toimenpide epäonnistui"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "toimenpide epäonnistui"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "Epäaktiivisen toimialueen nimi"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "toimialueen UUID:n saanti epäonnistui"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "XML:n luonti epäonnistui"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "lokitiedoston kirjoitus epäonnistui"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "lokitiedoston kirjoitus epäonnistui"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "Pistokkeen %d sulkeminen epäonnistui\n"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "muisti lopussa"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "toimenpide epäonnistui"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "Poista epäaktiivisen toimialueen asetusten määritykset."
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "poista epäaktiivisen toimialueen määritys"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "kohdelaitetyyppi"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "solmun toimialueluettelo"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "Ei voi tarkistaa nykyistä MaxMemorySizeä"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "solmun toimialueluettelo"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "Luku Xen Daemonista epäonnistui"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "XML:n luonti epäonnistui"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "XML:n luonti epäonnistui"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Toimialue on jo aktiivinen"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "verkon UUID:n hakeminen epäonnistui"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Toimialueen %s käynnistys epäonnistui"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Toimialueen %s palautus epäonnistui"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "ei voitu yhdistää kohteeseen %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "%s: lokitiedostoon kirjoitus epäonnistui: %s"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "toimialue %s on jo olemassa"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "lataa koneen määritystiedostoa"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "liitä levylaite"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "lataa koneen määritystiedostoa"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "poista epäaktiivisen toimialueen määritys"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "Toimialuetta ei löytynyt"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "solmun tietojen saanti epäonnistui"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Laitteen irrottaminen tiedostosta %s epäonnistui"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "poista epäaktiivisen toimialueen määritys"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "käynnistä toimialue automaattisesti"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "Verkon luominen tiedostosta %s epäonnistui"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "virheellinen argumentti kohteessa %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Toimialuetta ei löytynyt: %s"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "asetustiedoston %s lukeminen epäonnistui"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "virheellinen argumentti kohteessa"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "toimenpide epäonnistui: %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s: lokitiedostoon kirjoitus epäonnistui: %s"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "solmun toimialueluettelo"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "toimialueen UUID:n saanti epäonnistui"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Toimialueen %s käynnistys epäonnistui"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "toimenpide epäonnistui: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Uuden toimialueen %s palautus epäonnistui\n"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -2977,510 +3401,591 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "ei voitu yhdistää kohteeseen %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Ei pystytty lukemaan pistoketta %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Ei pystytty lukemaan pistoketta %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Ei pystytty lukemaan pistoketta %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "Pistokkeen %d sulkeminen epäonnistui\n"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "URIn haku epäonnistui"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
#, fuzzy
msgid "Error allocating callbacks list"
msgstr "Virhe varattaessa muistia: %s"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "varataan toimialue"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "solmun varaus epäonnistui"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "Ei voi tarkistaa nykyistä MaxMemorySizeä"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Ei voi tarkistaa nykyistä MaxMemorySizeä"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "%d on virheellinen arvo muistin kooksi"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "asetustiedoston kirjoitus epäonnistui: %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "liian monta toimialuetta"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "liian monta toimialuetta"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "muuta muistinvarausta"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "tuntematon käyttöjärjestelmän tyyppi"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "liian monta verkkoa"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "liian monta rekisteröityä ajuria"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "liian monta rekisteröityä ajuria"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "liian monta rekisteröityä ajuria"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "liian monta rekisteröityä ajuria"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "liian monta rekisteröityä ajuria"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "liian monta rekisteröityä ajuria"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "liian monta rekisteröityä ajuria"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "todennus epäonnistui: %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "todennus epäonnistui"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Komennon â%sâ ajaminen epäonnistui: %s\n"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Lohkotilastojen haku epäonnistui %s %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "Liitäntätilastojen haku epäonnistui %s %s"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Epäaktiivisen toimialueen %s luominen epäonnistui\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "hypervisor ei tue tätä toimintoa"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Toimialueen %s käynnistys epäonnistui"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "sisältöä ei voitu tallentaa"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Toimialueen %s käynnistys epäonnistui"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "Hypervisoriin yhdistäminen epäonnistui"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "solmun toimialueluettelo"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Ei pystytty lukemaan pistoketta %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "vain luku -yhteys"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "solmun toimialueluettelo"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "XML:n luonti epäonnistui"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "verkon â%sâ hakeminen epäonnistui"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "virheellinen argumentti kohteessa %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "toimenpide epäonnistui"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Toimialueen %s käynnistys epäonnistui"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3511,45 +4016,45 @@ msgstr "asetustiedoston kirjoitus epäonnistui: %s"
msgid "cannot read beginning of file '%s'"
msgstr "asetustiedoston kirjoitus epäonnistui: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "virheellinen MAC-osoite: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Toimialueen %s käynnistys epäonnistui"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "sisäinen virhe %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "konsolia ei ole toteutettu tällä alustalla"
@@ -3663,7 +4168,7 @@ msgid "cannot extend file '%s'"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
@@ -3696,17 +4201,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
@@ -3817,11 +4322,7 @@ msgstr "kohdelaitetyyppi"
msgid "cannot remove PV device '%s'"
msgstr "kohdelaitetyyppi"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
@@ -3834,162 +4335,167 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "verkon nimi tai uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "lähdetietoja puuttuu laitteelle %s"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "odottamaton MIME-tyyppi"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "juurilaitteen tietoja puuttuu"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "tuntematon kone %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "tuntematon kone %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "verkkoalueen nimi puuttuu"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "asetustiedoston kirjoitus epäonnistui: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "XML:n luonti epäonnistui"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "asetustiedoston kirjoitus epäonnistui: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "asetustiedoston kirjoitus epäonnistui: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "asetustiedoston kirjoitus epäonnistui: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "asetustiedoston syntaksivirhe: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3997,17 +4503,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4015,64 +4521,64 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Toimialue on jo aktiivinen"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Toimialue on jo aktiivinen"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
#, fuzzy
msgid "storage pool is not active"
msgstr "lokin polku ei ole tiedosto"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "haetaan kellonaika"
@@ -4129,154 +4635,154 @@ msgstr "solmun toimialueluettelo"
msgid "resolving domain filename"
msgstr "selvitetään toimialueen tiedostonimeä"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "solmun toimialueluettelo"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "selvitetään verkkotiedostonimeä"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "solmun toimialueluettelo"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "selvitetään toimialueen tiedostonimeä"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: anna polku tai käytä test:///default"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "toimialue %s on jo olemassa"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "toimialue on edelleen käynnissä"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "solmun varaus epäonnistui"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "tallenna toimialueen tila tiedostoon"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "tallenna toimialueen tila tiedostoon"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "solmun toimialueluettelo"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "Luku Xen Daemonista epäonnistui"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "odottamatonta dataa â%sâ"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Toimialueen %s muistivedos tallennettu tiedostoon %s\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "%s: lokitiedostoon kirjoitus epäonnistui: %s"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Toimialueen %s muistivedos tallennettu tiedostoon %s\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "toimialue on jo käynnissä"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "toimialue on edelleen käynnissä"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Verkko on edelleen käynnissä"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Verkko on jo käynnissä"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Toimialue on jo aktiivinen"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4290,151 +4796,155 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Verkon luominen tiedostosta %s epäonnistui"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "muisti lopussa"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "solmun prosessoripaikat"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "solmun prosessoripaikat"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "tuntematon komento: â%sâ"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "tuntematon komento: â%sâ"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "ei voitu jäsentää yhteys-URIa"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Ei pystytty kirjoittamaan pistokkeeseen %d\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "ei voitu jäsentää yhteys-URIa"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "Epäaktiivisen toimialueen nimi"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "kohdelaitetyyppi"
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "XML:n luonti epäonnistui"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "XML:n luonti epäonnistui"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "solmun prosessoripaikat"
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "asetustiedoston %s jäsentäminen epäonnistui"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "asetustiedoston %s jäsentäminen epäonnistui"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "Toimialueen %s määrityksen poistaminen epäonnistui"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "ei voitu jäsentää yhteys-URIa"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "virhe: "
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Verkkoa ei löytynyt: %s"
@@ -4444,19 +4954,24 @@ msgstr "Verkkoa ei löytynyt: %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "Tuntematon"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "näytä ohje"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Tulostaa yleisen tai komentoon liittyvän ohjeen."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "komennon nimi"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4464,621 +4979,633 @@ msgstr ""
"Komennot:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "käynnistä toimialue automaattisesti"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
"Aseta toimialue käynnistymään automaattisesti koneen käynnistymisen "
"yhteydessä."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "toimialueen nimi, id tai uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "poista automaattikäynnistys käytöstä"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr ""
"Toimialueen %s merkitseminen automaattisesti käynnistyväksi epäonnistui"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr ""
"Toimialueen %s automaattisen käynnistymisen merkinnän poistaminen epäonnistui"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Toimialue %s merkitty automaattisesti käynnistyväksi\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Toimialueen %s automaattisen käynnistyksen merkintä poistettu\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "Yhdistä (uudelleen) hypervisoriin"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Yhdistä paikalliseen hypervisoriin. Tämä on sisäänrakennettu komento "
"komentotulkin käynnistymisen jälkeen."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisorin yhteysosoite"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "vain luku -yhteys"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Hypervisor-yhteyden katkaisu epäonnistui"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Hypervisoriin yhdistäminen epäonnistui"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "Yhdistä vieraskonsoliin"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "Yhdistä vieraan virtuaalisarjakonsoli"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "Toimialueella ei ole konsolia\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "konsolia ei ole toteutettu tällä alustalla"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "luetteloi toimialueet"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Palauttaa listan toimialueista."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "luetteloi epäaktiiviset toimialueet"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "luetteloi epäaktiiviset ja aktiiviset toimialueet"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Aktiivisten toimialueiden luettelointi epäonnistui"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Epäaktiivisten toimialueiden luettelointi epäonnistui"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Nimi"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "Tila"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "ei tilaa"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "toimialueen tila"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Palauttaa käynnissä olevan toimialueen tilan."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "hae toimialueen laitelohkotilastot"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "Hae käynnissä olevan toimialueen laitelohkotilastot."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "lohkolaite "
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "Lohkotilastojen haku epäonnistui %s %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "hae toimialueen verkkoliitäntätilastot"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "Hae käynnissä olevan toimialueen verkkoliitäntätilastot."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "liitäntälaite"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "Liitäntätilastojen haku epäonnistui %s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "aseta toimialue keskeytystilaan"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Aseta suorituksessa oleva toimialue keskeytystilaan."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Toimialue %s keskeytystilassa\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Toimialueen %s asettaminen keskeytystilaan epäonnistui"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "luo toimialue XML-tiedostosta"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Luo toimialue."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "tiedosto, joka sisältää XML-muotoisen toimialueen kuvauksen"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Toimialue %s luotu tiedostosta %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Toimialueen luonti tiedostosta %s epäonnistui"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "määritä (mutta älä käynnistä) toimialue XML-tiedostosta"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Määritä toimialue."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Toimialue %s määritetty tiedostosta %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Toimialueen määrittäminen tiedostosta %s epäonnistui"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "poista epäaktiivisen toimialueen määritys"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Poista epäaktiivisen toimialueen asetusten määritykset."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "toimialueen nimi tai uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Toimialueen %s määritys on poistettu\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Toimialueen %s määrityksen poistaminen epäonnistui"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "käynnistä (aikaisemmin määritetty) epäaktiivinen toimialue"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Käynnistä toimialue."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "Epäaktiivisen toimialueen nimi"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Toimialue on jo aktiivinen"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Toimialue %s käynnistetty\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Toimialueen %s käynnistys epäonnistui"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "tallenna toimialueen tila tiedostoon"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "tallenna käynnissä oleva toimialue"
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "mihin tiedot tallennetaan"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Toimialue %s tallennettu tiedostoon %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "näytä/aseta skeduloijan parametrit"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "Näytä/aseta skeduloijan parametrit."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
#, fuzzy
msgid "weight for XEN_CREDIT"
msgstr "Kirjastot Xen-työkaluille"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
#, fuzzy
msgid "cap for XEN_CREDIT"
msgstr "Kirjastot Xen-työkaluille"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "painon virheellinen arvo"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
#, fuzzy
msgid "Invalid value of cap"
msgstr "%d on virheellinen arvo muistin kooksi"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "%d on virheellinen arvo muistin kooksi"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "Skeduloija"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "Tuntematon"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "palauta toimialue tiedostoon tallennetusta tilasta"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Palauta toimialue."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "palautettava tila"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Toimialue palautettu tiedostosta %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Toimialueen palautetus tiedostosta %s epäonnistui"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "tallenna toimialueen muistivedos tiedostoon analysointia varten"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Tee toimialueen muistivedos"
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "mihin muistivedos tallennetaan"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Toimialueen %s muistivedos tallennettu tiedostoon %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Toimialueen %s muistivedoksen tallentaminen tiedostoon %s epäonnistui"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "palauta toimialue"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Palauta aiemmin keskeytystilaan asetettu toimialue."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Toimialue %s palautettu\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Toimialueen %s palautus epäonnistui"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "sammuta toimialue siististi"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Aja sammutus kohdetoimialueella."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Toimialuetta %s sammutetaan\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Toimialueen %s sammutus epäonnistui"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "käynnistä toimialue uudelleen"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Aja uudelleenkäynnistyskomento kohdetoimialueella."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Toimialuetta %s uudelleenkäynnistetään\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Toimialueen %s uudelleenkäynnistys epäonnistui"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "tuhoa toimialue"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Tuhoa annettu toimialue"
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Toimialue %s tuhottu\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Toimialueen %s tuhoaminen epäonnistui"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "toimialueen tiedot"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Palauttaa perustietoja toimialueesta."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Nimi:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "Käyttöjärjestelmän tyyppi:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "Tila:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "Prosessori(t):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "Prosessoriaika:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Enimmäismuisti:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "ei rajoitusta"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Käytetty muisti:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "Automaattikäynnistys"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Muisti: %1 %2 käytetty, %3 %4 vapaana"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "Matkapuhelinnnumero"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "Yhteensä"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "toimialueen virtuaaliprosessoritiedot"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Palauttaa perustietoja toimialueen virtuaalisista prosessoreista."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "Virtuaaliprosessori:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "Prosessori:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "Prosessorin affiniteetti:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "Toimialue sammutettu, virtuaalisuorittimia ei ole käytettävissä."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "säädä toimialueen virtuaaliprosessorin affiniteettia"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr ""
"Kiinnitä toimialueen virtuaaliprosessorit isännän fyysisiin prosessoreihin."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "virtuaaliprosessorin numero"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "isännän prosessorinumero(t) (pilkulla erotettuina)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "solmun tietojen saanti epäonnistui"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: Virheellinen muoto. Tyhjä merkkijono."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
@@ -5086,7 +5613,7 @@ msgstr ""
"cpulist: %s: Virheellinen muoto. Odotetaan lukua paikkaan %d (lähellä "
"merkkiä â%câ)."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5095,1409 +5622,1467 @@ msgstr ""
"cpulist: %s: Virheellinen muoto. Odotetaan lukua tai pilkkua paikkaan %d "
"(lähellä merkkiä â%câ)."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: Virheellinen muoto. Lopettava pilkku paikassa %d."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "Fyysistä suoritinta %d ei ole olemassa."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "muuta virtuaaliprosessorien määrää"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr ""
"Muuta vierastoimialueessa aktiivisena olevien virtuaaliprosessorien määrää."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "virtuaaliprosessorien määrä"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "Virheellinen virtuaalisuorittimien määrä."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "Liikaa virtuaalisuorittimia."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "muuta muistinvarausta"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Muuta nykyistä muistinvarausta vierastoimialueella."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "muistin määrä kilotavuissa"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "%d on virheellinen arvo muistin kooksi"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "Ei voi tarkistaa MaxMemorySizeä"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "muuta muistin enimmäisrajaa"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Muuta nykyistä muistinvarauksen enimmäisrajaa vierastoimialueella."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "muistin enimmäisraja kilotavuissa"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "Ei voi tarkistaa nykyistä MaxMemorySizeä"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "Ei voi pienentää nykyistä MaxMemorySizeä"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "Ei voi muuttaa MaxMemorySizeä"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "solmun tiedot"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Palauttaa perustietoja solmusta."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "solmun tietojen saanti epäonnistui"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "Prosessorin malli:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "Prosessorin taajuus: "
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "Prosessorikantoja:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Ytimiä per kanta:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Säikeitä per ydin:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
#, fuzzy
msgid "NUMA cell(s):"
msgstr "(piilotettu solu)"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Muistin koko:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "ominaisuudet"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "Palauttaa hypervisorin tai ajurin ominaisuudet"
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "ominaisuuksien hakeminen epäonnistui"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "toimialuetiedot XML-muodossa"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "Tulosta toimialuetiedot XML-muodossa oletustulosteeseen."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "luetteloi epäaktiiviset toimialueet"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "muunna toimialueen tunnus tai UUID toimialueen nimeksi"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "toimialueen id tai uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "muunna toimialueen nimi tai UUID toimialueen tunnukseksi"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "muunna toimialueen nimi tai tunnus UUID:ksi"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "toimialueen id tai nimi"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "toimialueen UUID:n saanti epäonnistui"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "siirrä toimialue toiseen koneeseen"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
"Siirrä toimialue toiseen koneeseen. Valitsin --live siirtää käytettäessä."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "siirto käytettäessä"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "kohdekoneen yhteys-URI"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "siirto-URI, voidaan yleensä jättää pois"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "siirto: Puuttuva kohde-URI"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "käynnistä verkko automaattisesti"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
"Aseta verkkotuki käynnistymään automaattisesti käynnistyksen yhteydessä."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "verkon nimi tai uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "verkon %s merkitseminen automaattisesti käynnistyväksi epäonnistui"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr ""
"verkon %s automaattisen käynnistymisen merkinnän poistaminen epäonnistui"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Verkko %s merkitty automaattisesti käynnistyväksi\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Verkon %s automaattisen käynnistyksen merkintä poistettu\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "luo verkko XML-tiedostosta"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "Luo verkko."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "tiedosto, joka sisältää XML-muotoisen verkkokuvauksen"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "Verkko %s luotu tiedostosta %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "Verkon luominen tiedostosta %s epäonnistui"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "määritä (mutta älä käynnistä) verkkoa XML-tiedostosta"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "Määritä verkko"
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "Verkko %s määritetty tiedostosta %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "Verkon määrittäminen tiedostosta %s epäonnistui"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "tuhoa verkko"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "Tuhoa annettu verkko."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "verkon nimi, id tai uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "Verkko %s tuhottu\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "Verkon %s tuhoaminen epäonnistui"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "verkkotiedot XML-muodossa"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "Tulosta verkkotiedot XML-muodossa oletustulosteeseen."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "luettele verkot"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "Palauttaa verkkoluettelon."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "luettele epäaktiiviset verkot"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "luettele epäaktiiviset ja aktiiviset verkot"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "Aktiivisten verkkojen luettelointi epäonnistui"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "Epäktiivisten verkkojen luettelointi epäonnistui"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "Automaattikäynnistys"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "Ei automaattikäynnistystä"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "aktiivinen"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "epäaktiivinen"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "Muunna verkko-UUID verkkonimeksi"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "verkko-UUID"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "käynnistä (aikaisemmin määritetty) epäaktiivinen verkko"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "Käynnistä verkko"
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "epäaktiivisen verkon nimi"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "Verkko %s käynnistetty\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "Verkon %s käynnistäminen epäonnistui"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "poista epäaktiivisen verkon määritykset"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "Poista epäaktiivisen verkon asetusten määritykset."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "Verkon %s määritykset on poistettu\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "Verkon %s määritysten poistaminen epäonnistui."
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "muunna verkon nimi verkon UUID:ksi"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "verkon nimi"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "verkon UUID:n hakeminen epäonnistui"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "käynnistä toimialue automaattisesti"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
#, fuzzy
msgid "Configure a pool to be automatically started at boot."
msgstr ""
"Aseta toimialue käynnistymään automaattisesti koneen käynnistymisen "
"yhteydessä."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "toimialueen nimi tai uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "verkon %s merkitseminen automaattisesti käynnistyväksi epäonnistui"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr ""
"verkon %s automaattisen käynnistymisen merkinnän poistaminen epäonnistui"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Toimialue %s merkitty automaattisesti käynnistyväksi\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Toimialueen %s automaattisen käynnistyksen merkintä poistettu\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "luo toimialue XML-tiedostosta"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Luo toimialue."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "tiedosto, joka sisältää XML-muotoisen toimialueen kuvauksen"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Toimialue %s luotu tiedostosta %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Toimialueen luonti tiedostosta %s epäonnistui"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "Epäaktiivisen toimialueen nimi"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "puskurin varaaminen epäonnistui"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "luo toimialue XML-tiedostosta"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Toimialue %s luotu tiedostosta %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Toimialueen luonti tiedostosta %s epäonnistui"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "määritä (mutta älä käynnistä) toimialue XML-tiedostosta"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Määritä toimialue."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Toimialue %s määritetty tiedostosta %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Toimialueen määrittäminen tiedostosta %s epäonnistui"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Toimialue %s määritetty tiedostosta %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Toimialueen %s määrityksen poistaminen epäonnistui"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Toimialue %s tuhottu\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Toimialueen %s asettaminen keskeytystilaan epäonnistui"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "tuhoa toimialue"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Tuhoa annettu toimialue"
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Toimialue %s tuhottu\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Toimialueen %s tuhoaminen epäonnistui"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Tuhoa annettu toimialue"
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Toimialue %s tuhottu\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Toimialueen %s tuhoaminen epäonnistui"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Toimialue %s palautettu\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Toimialueen %s palautus epäonnistui"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "toimialuetiedot XML-muodossa"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Tulosta toimialuetiedot XML-muodossa oletustulosteeseen."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "luetteloi toimialueet"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Palauttaa listan toimialueista."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "luetteloi epäaktiiviset toimialueet"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "luetteloi epäaktiiviset ja aktiiviset toimialueet"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Aktiivisten toimialueiden luettelointi epäonnistui"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Epäaktiivisten toimialueiden luettelointi epäonnistui"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "muisti lopussa"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "solmun tiedot"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Palauttaa perustietoja solmusta."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "suoritetaan"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "varataan toimialue"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "Muunna verkko-UUID verkkonimeksi"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "toimialueen UUID"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "käynnistä (aikaisemmin määritetty) epäaktiivinen toimialue"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Käynnistä toimialue."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "Epäaktiivisen toimialueen nimi"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Toimialue %s käynnistetty\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Toimialueen %s käynnistys epäonnistui"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "luo toimialue XML-tiedostosta"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Luo toimialue."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "toimialueen nimi"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "Epäaktiivisen toimialueen nimi"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Toimialue %s luotu tiedostosta %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "XML:n luonti epäonnistui"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "poista epäaktiivisen toimialueen määritys"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Poista epäaktiivisen toimialueen asetusten määritykset."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Toimialueen %s määritys on poistettu\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Toimialueen %s määrityksen poistaminen epäonnistui"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "muunna verkon nimi verkon UUID:ksi"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "toimialueen UUID:n saanti epäonnistui"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "luo toimialue XML-tiedostosta"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "tiedosto, joka sisältää XML-muotoisen toimialueen kuvauksen"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Toimialue %s luotu tiedostosta %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Toimialueen luonti tiedostosta %s epäonnistui"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Tuhoa annettu toimialue"
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Toimialue %s tuhottu\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Toimialueen %s tuhoaminen epäonnistui"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "solmun tiedot"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Palauttaa perustietoja solmusta."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "Käyttöjärjestelmän tyyppi:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "file"
msgstr "XML-tiedosto"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "odottaa"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "toimialuetiedot XML-muodossa"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Tulosta toimialuetiedot XML-muodossa oletustulosteeseen."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "luetteloi toimialueet"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Palauttaa listan toimialueista."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Aktiivisten toimialueiden luettelointi epäonnistui"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "Muunna verkko-UUID verkkonimeksi"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "Muunna verkko-UUID verkkonimeksi"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "toimialueen UUID"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "Muunna verkko-UUID verkkonimeksi"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "näytä versio"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Näytä järjestelmän versiotiedot."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "hypervisorin tyypin saanti epäonnistui"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Käännetty kirjastoa libvir %d.%d.%d vasten\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "kirjastoversion saanti epäonnistui"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Käytetään kirjastoa: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Käytetään API:a: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "hypervisorin version saanti epäonnistui"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Ei saada selville ajossa olevaa %s-hypervisor-versiota\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Käytetään hypervisoria: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "siirrä toimialue toiseen koneeseen"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "ominaisuudet"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Hypervisoriin yhdistäminen epäonnistui"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Epäaktiivisten toimialueiden luettelointi epäonnistui"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Tulosta verkkotiedot XML-muodossa oletustulosteeseen."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "Lisää uusi levylaite."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Toimialue %s tuhottu\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Laitteen irrottaminen tiedostosta %s epäonnistui"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "Lisää uusi levylaite."
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Laitteen liittäminen tiedostosta %s epäonnistui"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "levylaitteen kohde"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Hae käynnissä olevan toimialueen laitelohkotilastot."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Toimialue %s palautettu\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Laitteen liittäminen tiedostosta %s epäonnistui"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "tulosta hypervisorin konenimi"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "konenimen haku epäonnistui"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "tulosta hypervisorin kanoninen URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "URIn haku epäonnistui"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc-näyttö"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "Tulosta VNC-näytön IP-osoite ja porttinumero"
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty-konsoli"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "Tulosta TTY-konsolin laite."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "liitä laite XML-tiedostosta"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "Liitä laite XML-tiedostosta <tiedosto>."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML-tiedosto"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "Laitteen liittäminen tiedostosta %s epäonnistui"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "irrota laite XML-tiedostosta"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "Irrota laite XML-tiedostosta <tiedosto>"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "Laitteen irrottaminen tiedostosta %s epäonnistui"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "liitä verkkoliitäntä"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "Liitä uusi verkkolaite."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "verkkoliitännän tyyppi"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "verkkoliitännän lähde"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "kohdeverkon nimi"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "MAC-osoite"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "komentosarja verkkoliitännän siltaamiseen"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "irrota verkkoliitäntä"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "Irrota verkkoliitäntä."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "Liitännän tietojen haku epäonnistui"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "Ei löydy verkkoliitäntää, jonka tyyppi on %s"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "Ei löydy verkkoliitäntää, jonka MAC-osoite on %s"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "Muistin varaus epäonnistui."
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "XML:n luonti epäonnistui"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "liitä levylaite"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "Lisää uusi levylaite."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "levylaitteen lähde"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "levylaitteen kohde"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "levylaitteen ajuri"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "levylaitteen aliajuri"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "kohdelaitetyyppi"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "irrota levylaite"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "Irrota levylaite."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "Levytietojen haku epäonnistui"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "Ei löydy levyä, jonka kohde on %s"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "solmun varaus epäonnistui"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "%s: lokitiedostoon kirjoitus epäonnistui: %s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "%s: lokitiedostoon kirjoitus epäonnistui: %s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "%s: lokitiedostoon kirjoitus epäonnistui: %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Epäaktiivisen toimialueen %s luominen epäonnistui\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "%s: lokitiedostoon kirjoitus epäonnistui: %s"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: lokitiedostoon kirjoitus epäonnistui: %s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Poista epäaktiivisen toimialueen asetusten määritykset."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Poista epäaktiivisen toimialueen asetusten määritykset."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "asetustiedoston lukeminen epäonnistui"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Poista epäaktiivisen verkon asetusten määritykset."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Poista epäaktiivisen verkon asetusten määritykset."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Poista epäaktiivisen toimialueen asetusten määritykset."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Poista epäaktiivisen toimialueen asetusten määritykset."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "poistu tästä vuorovaikutteisesta terminaalista"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "komento â%sâ vaatii valitsimen <%s>"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "komento â%sâ vaatii valitsimen --%s"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "komentoa â%sâ ei ole olemassa"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NIMI\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6505,17 +7090,17 @@ msgstr ""
"\n"
" TIIVISTELMÃ\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <numero>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <merkkijono>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6523,7 +7108,7 @@ msgstr ""
"\n"
" KUVAUS\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6531,60 +7116,60 @@ msgstr ""
"\n"
" VALITSIMET\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <numero>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <merkkijono>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "määrittämätön toimialueen nimi tai id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "toimialueen â%sâ hakeminen epäonnistui"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "määrittämätön verkon nimi"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "verkon â%sâ hakeminen epäonnistui"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "määrittämätön verkon nimi"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "toimialueen â%sâ hakeminen epäonnistui"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "määrittämätön verkon nimi"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "toimialueen â%sâ hakeminen epäonnistui"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6595,129 +7180,129 @@ msgstr ""
"(Aika: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "\" puuttuu"
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "odottamaton merkintä (komennon nimi): â%sâ"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "tuntematon komento: â%sâ"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "komento â%sâ ei tue valitsinta --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "odotettu syntaksi: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "luku"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "merkkijono"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "odottamatonta dataa â%sâ"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "VALITSIN"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "pysäytetty"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "sammutuksessa"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "sammutettu"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "kaatui"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "yhteydetön"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "ei sopivaa yhteyttä"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: virhe:"
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "virhe: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: %d tavun varaus epäonnistui"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: %lu tavun varaaminen epäonnistui"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "hypervisoriin ei saatu yhteyttä"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "lokitiedoston tietojen saanti epäonnistui"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "lokin polku ei ole tiedosto"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "lokitiedoston avaaminen epäonnistui, tarkista polku"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "lokitiedoston kirjoitus epäonnistui"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: lokitiedostoon kirjoitus epäonnistui: %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Hypervisor-yhteyden katkaisu epäonnistui"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6750,7 +7335,7 @@ msgstr ""
"\n"
" komennot (vuorovaikutukseton tila):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6760,17 +7345,17 @@ msgstr ""
" (anna help <komento> saadaksesi tietoja komennosta)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "valitsinta â-%câ ei tueta. Katso --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6779,7 +7364,7 @@ msgstr ""
"Tervetuloa ohjelmaan %s, virtualisoinnin vuorovaikutteiseen päätteeseen.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6789,471 +7374,485 @@ msgstr ""
" 'quit' poistuaksesi\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "Tuntematon"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "varoitus"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "virhe"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "Ei virheviestiä"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "sisäinen virhe %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "sisäinen virhe"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "muisti lopussa"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "hypervisor ei tue tätä toimintoa"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "hypervisor ei tue tätä toimintoa: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "ei voitu yhdistää hypervisoriin"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "ei voitu yhdistää kohteeseen %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "virheellinen yhteysosoitin kohteessa"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "virheellinen yhteysosoitin kohteessa %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "virheellinen toimialueosoitin kohteessa"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "virheellinen toimialueosoitin kohteessa %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "virheellinen argumentti kohteessa"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "virheellinen argumentti kohteessa %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "toimenpide epäonnistui: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "toimenpide epäonnistui"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET-toimenpide epäonnistui: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET-toimenpide epäonnistui"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST-toimenpide epäonnistui: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST-toimenpide epäonnistui"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "saatiin tuntematon HTTP-virhekoodi %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "tuntematon kone %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "tuntematon kone"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, fuzzy, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "Komennon â%sâ ajaminen epäonnistui: %s\n"
-#: src/virterror.c:729
+#: src/virterror.c:765
#, fuzzy
msgid "failed to serialize S-Expr"
msgstr "Komennon â%sâ ajaminen epäonnistui: %s\n"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "Xen-hypervisoria ei voitu käyttää"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "Xen-hypervisoria %s ei voitu käyttää"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "Xen Storeen yhdistäminen epäonnistui"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "Xen Storeen %s yhdistäminen epäonnistui"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "epäonnistunut Xen-järjestelmäkutsu %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "tuntematon käyttöjärjestelmän tyyppi"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "ytimen tietoja puuttuu"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "juurilaitteen tietoja puuttuu"
# Tarkista
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "juurilaitteen tietoja puuttuu %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "lähdetietoja puuttuu laitteelle"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "lähdetietoja puuttuu laitteelle %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "kohdetietoja puuttuu laitteelle"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "kohdetietoja puuttuu laitteelle %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "verkkoalueen nimi puuttuu"
# Tarkasta
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "verkkoalueen nimi puuttuu %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "käyttöjärjestelmätieto puuttuu"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "käyttöjärjestelmätieto puuttuu kohteelle %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "laitetietoja puuttuu"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "laitetietoja puuttuu kohteelle %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "liian monta rekisteröityä ajuria"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "liian monta rekisteröityä ajuria kohteessa %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "kirjastokutsu epäonnistui, sitä ei ehkä tueta"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "kirjastokutsu %s epäonnistui, sitä ei ehkä tueta"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML-kuvaus ei ole hyvin muodostettu tai se ei kelpaa"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "Kohteen %s XML-kuvaus ei ole hyvin muodostettu tai se ei kelpaa"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "Tämä toimialue on jo olemassa"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "toimialue %s on jo olemassa"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "toiminto on kielletty vain luku -käytössä"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "toiminto %s on kielletty vain luku -käytössä"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "asetustiedoston avaaminen luettavaksi epäonnistui"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "tiedoston %s avaaminen luettavaksi epäonnistui"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "asetustiedoston lukeminen epäonnistui"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "asetustiedoston %s lukeminen epäonnistui"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "asetustiedoston jäsentäminen epäonnistui"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "asetustiedoston %s jäsentäminen epäonnistui"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "asetustiedoston syntaksivirhe"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "asetustiedoston syntaksivirhe: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "asetustiedoston kirjoitus epäonnistui"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "asetustiedoston kirjoitus epäonnistui: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "jäsenninvirhe"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "virheellinen verkko-osoitin kohteessa"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "virheellinen verkko-osoitin kohteessa %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "Tämä verkko on jo olemassa"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "verkko %s on jo olemassa"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "järjestelmäkutsuvirhe"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC-virhe"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "GNUTLS-kutsuvirhe"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "Verkkoa ei löytynyt"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "Verkkoa ei löytynyt: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "Toimialuetta ei löytynyt"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "Toimialuetta ei löytynyt: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "Verkkoa ei löytynyt"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "Verkkoa ei löytynyt %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "virheellinen MAC-osoite"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "virheellinen MAC-osoite: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "todennus epäonnistui"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "todennus epäonnistui: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "Verkkoa ei löytynyt"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Verkkoa ei löytynyt %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "Verkkoa ei löytynyt"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Verkkoa ei löytynyt %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "virheellinen verkko-osoitin kohteessa"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "virheellinen verkko-osoitin kohteessa %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "virheellinen verkko-osoitin kohteessa"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "virheellinen verkko-osoitin kohteessa %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Verkkoa ei löytynyt"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Verkkoa ei löytynyt: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Verkkoa ei löytynyt"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Verkkoa ei löytynyt: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "virheellinen toimialueosoitin kohteessa"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "virheellinen toimialueosoitin kohteessa %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Toimialuetta ei löytynyt"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Toimialuetta ei löytynyt: %s"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "Verkkoa ei löytynyt"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Verkkoa ei löytynyt %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "sisäinen virhe %s"
@@ -7322,7 +7921,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "kohdelaitetyyppi"
@@ -7377,7 +7976,7 @@ msgstr "toimialuetieto on virheellistä, domid ei ole numeerinen"
msgid "domain information incomplete, missing uuid"
msgstr "toimialuetieto on epätäydellistä, uuid puuttuu"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "toimialuetiedot ovat epätäydellisiä, nimi puuttuu"
@@ -7421,224 +8020,231 @@ msgstr ""
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "Sama kuin solmu"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "toimialuetieto on epätäydellistä, id puuttuu"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "virheellinen MAC-osoite: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "tuntematon käyttöjärjestelmän tyyppi %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "topologiasyntaksivirhe"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "Xend-toimialueen tietojen jäsentäminen epäonnistui"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "toimialue on edelleen käynnissä"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Komennon â%sâ ajaminen epäonnistui: %s\n"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "kohdelaitetyyppi"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "odottamaton arvosolmu"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "solmun muisti"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "toimenpide epäonnistui"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Verkon %s määritysten poistaminen epäonnistui."
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "Xend-toimialueen tietojen jäsentäminen epäonnistui"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Epäaktiivisen toimialueen %s luominen epäonnistui\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "toimialuetiedot ovat epätäydellisiä, nimi puuttuu"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "Skeduloija"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "konenimen haku epäonnistui"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "toimialuetieto on epätäydellistä, uuid puuttuu"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "toimialuetieto on epätäydellistä, uuid puuttuu"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "tiedoston %s avaaminen luettavaksi epäonnistui"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "asetustiedoston %s lukeminen epäonnistui"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "odottamaton MIME-tyyppi"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "odottamaton MIME-tyyppi"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "odottamaton arvosolmu"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "solmun toimialueluettelo"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7715,49 +8321,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "Sama kuin solmu"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Toimialueen palautetus tiedostosta %s epäonnistui"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "Ei voi tarkistaa nykyistä MaxMemorySizeä"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "asetustiedoston %s lukeminen epäonnistui"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "tuntematon käyttöjärjestelmän tyyppi"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Toimialueen luonti tiedostosta %s epäonnistui"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
@@ -7766,19 +8372,34 @@ msgstr "Kohteen â%sâ avaaminen epäonnistui: %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "virheellinen argumentti kohteessa"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "virheellinen argumentti kohteessa"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7804,15 +8425,39 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "varataan toimialue"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Lohkotilastojen haku epäonnistui %s %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "Liitäntätilastojen haku epäonnistui %s %s"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "%s: lokitiedostoon kirjoitus epäonnistui: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "Pistokkeen %d sulkeminen epäonnistui\n"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "muisti lopussa"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "Pistokkeen %d sulkeminen epäonnistui\n"
+
#~ msgid "allocating configuration"
#~ msgstr "varataan asetusohjelmaa"
@@ -7857,10 +8502,6 @@ msgstr "varataan toimialue"
#~ msgstr "tiedoston %s avaaminen luettavaksi epäonnistui"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "toimenpide epäonnistui: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "toimenpide epäonnistui: %s"
@@ -8157,6 +8798,3 @@ msgstr "varataan toimialue"
#~ msgid "file conatining an XML network description"
#~ msgstr "tiedosto, joka sisältää XML-muotoisen verkkokuvauksen"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Uuden toimialueen %s palautus epäonnistui\n"
diff --git a/po/fr.gmo b/po/fr.gmo
index a507d30..b6774cf 100644
Binary files a/po/fr.gmo and b/po/fr.gmo differ
diff --git a/po/fr.po b/po/fr.po
index c865054..512c96c 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt.HEAD.fr-4\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-06-18 10:39+0200\n"
"Last-Translator: Mathieu Schopfer <mat.schopfer at bluewin.ch>\n"
"Language-Team: Français <fedora-trans-fr at redhat.com>\n"
@@ -97,249 +97,249 @@ msgstr "Chaine de paramètres incorrectement encodée"
msgid "Unknown error"
msgstr "Erreur inconnue"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
msgstr "Impossible d'accéder à %s « %s »: %s (%d)"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials : %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file : %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file : %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file : %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init : %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2Â : %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Impossible de lire depuis le tube de signal : %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "Rechargement de la configuration sur SIGHUP"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "Erreur lors du rechargement des pilotes : %s"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "Arrêt sur réception du signal %d"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "valeur de noeud inattendue"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
"Impossible de définir le drapeau descripteur de fichiers « close-on-exec »"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
"Impossible de définir le drapeau descripteur de fichiers « non-blocking »"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Impossible d'ouvrir le fichier pid « %s » : %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Impossible d'ouvrir le fichier pid « %s » comme flux : %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Impossible de modifier le fichier pid « %s » : %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Impossible de fermer le fichier pid « %s » : %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "Impossible d'allouer de la mémoire pour la structure qemud_socket"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "Impossible de créer le socket : %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Impossible de se connecter au socket « %s » : %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Impossible d'écouter les connexions sur « %s » : %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr "L'ajout de l'évènement serveur « rappel » a échoué"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo : %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "connecteur réseau : %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "connexion : %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "écoute : %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP : calloc : %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP : écoute : %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
"Le chemin résultant est trop long pour être mis en tampon dans qemudInitPaths"
"()"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "Impossible d'allouer struct qemud_server"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "impossible de configurer le mode de fichier '%s'Â : %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Impossible d'initialiser l'authentification SASL %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Impossible d'initialiser l'authentification SASL %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Impossible de se connecter au bus système pour PolicyKit auth : %s"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession : %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN : gnutls_x509_cert_get_dn : %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN : échec : le client DN est %s"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate : la vérification a échoué : %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
"remoteCheckCertificate : aucune confiance n'est accordée au certificat du "
"client."
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
"remoteCheckCertificate : le certificat du client provient d'un émetteur "
"inconnu."
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate : le certificat du client a été révoqué."
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
"remoteCheckCertificate : le certificat du client utilise un algorithme non "
"sécurisé."
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate : le certificat n'est pas X.509"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate : aucun pair"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate : gnutls_x509_crt_init a échoué"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate : le certificat du client a expiré"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
"remoteCheckCertificate : le certificat du client n'est pas encore activé"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -351,12 +351,12 @@ msgstr ""
"clientcert.pem -text' pour voir le champ « nom distinctif » sur le certificat "
"du client, ou lancez ce démon avec l'option --verbose."
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
"remoteCheckCertificate : la vérification du certificat du client a échoué"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
@@ -364,461 +364,477 @@ msgstr ""
"remoteCheckCertificate: tls_no_verify_certificate est configuré de manière à "
"ignorer les mauvais certificats"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "Impossible de vérifier les références du client : %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "Impossible d'accepter une connexion : %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
# Je suis moins que certain de cette traduction...
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "la plage d'allocations sature la mémoire"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "le protocole de transfert TLS a échoué : %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "type mime inattendu"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "lire : %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv : %s"
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Impossible de créer le volume %s"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "écrire : %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send : %s"
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Impossible de créer le volume %s"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr "Le traitant du signal a rapporté %d erreurs : dernière erreur : %s"
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Impossible d'écrire sur "
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "Impossible d'allouer de la mémoire"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "impossible d'allouer de la mémoire pour la liste de configuration %s"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr ""
"impossible d'allouer de la mémoire pour la valeur de la liste de "
"configuration %s"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
"remoteReadConfigFile : %s : %s : doit être une chaine ou une liste de "
"chaines\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
"remoteReadConfigFile : %s : %s : type invalide : reçu %s ; attendu %s\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile : %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
"remoteReadConfigFile : %s : %s : authentification non prise en charge %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "Impossible de définir un groupe sans fonctionner en tant que root"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr "Impossible de recherche le groupe '%s'"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "Impossible d'analyser le mode '%s'"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Impossible de cloner en tant que démon : %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "Impossible de créer le tube : %s"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "impossible de générer l'UUID"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Impossible de vider l'espace mémoire du domaine %s dans %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
"L'enregistrement du rappel pour le signal du canal de communication a échoué"
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "l'authentification a échoué"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "réception d'un code d'erreur HTTP %d inconnu"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "impossible d'analyser la réponse du serveur"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "pointeur de connexion invalide dans"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "mémoire saturée dans asprintf"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
#, fuzzy
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
#, fuzzy
msgid "nparams too large"
msgstr "n_columns trop grand"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "type de SE inconnu"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "Impossible de vérifier la valeur actuelle de MemorySize"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "Impossible de vérifier la valeur actuelle de MemorySize"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
#, fuzzy
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "maplen > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "impossible de lire le répertoire '%s' : %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "le client a lancé une requête d'initialisation de SASL invalide"
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Impossible d'obtenir les statistiques du bloc %s %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "Impossible de récupérer les statistiques relatives à l'interface %s %s"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "le paramétrage du contexte SASL a échoué %d (%s)"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr "impossible d'obtenir la taille du chiffrement TLS"
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr "impossible de définir le SSF externe SASL %d (%s)"
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr "impossible de définir les propriétés de sécurité SASL %d (%s)"
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "impossible de lister les mécanismes SASL %d (%s)"
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "impossible d'allouer la liste des mécanismes"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "impossible d'envoyer une requête SSF SASL lors de la connexion %d (%s)"
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "le SSF %d negocié n'était pas assez robuste"
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
"impossible d'envoyer une requête nom d'utilisateur SASL lors de la connexion "
"%d (%s)"
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "aucun nom d'utilisateur client n'a été trouvé"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "mémoire saturée pendant la copie du nom d'utilisateur"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "le client SASL %s n'est pas autorisé dans la liste blanche"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr "le client a envoyé une requête de démarrage SASL non prise en charge"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "le démarrage de SASL a échoué %d (%s)"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr "données de réponse SASL de démarrage trop longues %d"
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "l'étape SASL a échoué %d (%s)"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr "données réponse SASL d'étape trop longues %d"
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
"le client a envoyé une requête d'initialisation SASL non prise en charge"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr "le client a envoyé une requête de démarrage SASL non prise en charge"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "le client a envoyé une requête d'étape SASL non prise en charge"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
"le client a envoyé une requête d'initialisation PolicyKit non prise en charge"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "impossible d'obtenir l'identité du connecteur réseau du pair"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "Vérifie le PID %d fonctionnant en tant que %d"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr "La recherche de l'appelant de PolicyKit a échoué : %s"
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Impossible de créer l'action polkit %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Impossible de créer le contexte polkit %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "PolicyKit n'est pas parvenu à vérifier l'autorisation %d %s"
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr "PolicyKit a empêché l'action %s du pid %d, uid %d, résultat : %s\n"
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr "La stratégie a autorisé l'action %s du pid %d, uid %d, résultat : %s"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
"le client a envoyé une requête d'initialisation PolicyKit non prise en charge"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
#, fuzzy
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
#, fuzzy
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
#, fuzzy
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "périphérique non trouvé : %s (%s)"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "noeud dict inattendu"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -937,534 +953,536 @@ msgstr ""
msgid "dev missing from connection hash table"
msgstr "volume manquant dans la table de hachage de connexion"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "type auth '%s' inconnu"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "taille des unités '%s' inconnu"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "périphérique d'entrées invalide"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "type auth '%s' inconnu"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "taille des unités '%s' inconnu"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "type auth '%s' inconnu"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "type auth '%s' inconnu"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "source non spécifiée pour le périphérique"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "source non spécifiée pour le périphérique"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "source non spécifiée pour le périphérique"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "répertoire du périphérique source non spécifié"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "type auth '%s' inconnu"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "type auth '%s' inconnu"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, fuzzy, c-format
msgid "ps2 bus does not support %s input device"
msgstr "le pool ne prend pas en charge la suppression de volume"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, fuzzy, c-format
msgid "unsupported input bus %s"
msgstr "format de pool non supporté %s"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, fuzzy, c-format
msgid "xen bus does not support %s input device"
msgstr "le pool ne prend pas en charge la suppression de volume"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "répertoire du périphérique source non spécifié"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "type auth '%s' inconnu"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "impossible d'ouvrir le périphérique %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "type auth '%s' inconnu"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "commande inconnue : '%s'"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "impossible de lire le répertoire '%s' : %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "impossible d'ouvrir le périphérique %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "impossible de lire '%s'Â : %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "impossible d'ouvrir le périphérique %s"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "type auth '%s' inconnu"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "manquant \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "hôte source non spécifié"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "impossible d'ouvrir le périphérique %s"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "impossible de lire '%s'Â : %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "impossible d'ouvrir le périphérique %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "type auth '%s' inconnu"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "hôte %s inconnu"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "type auth '%s' inconnu"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "hôte source non spécifié"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "hôte %s inconnu"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "taille des unités '%s' inconnu"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "élément root manquant"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "type de SE inconnu"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "attribut auth host manquant"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "pointeur de domaine invalide dans %s"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "impossible de créer XML"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "UUID de l'élément non conforme"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "nom de l'élément manquant"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "donnée inattendue '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "type de SE inconnu"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "type de volume de stockage %d non pris en charge"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "impossible d'extraire les périphériques sources"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "périphérique source non spécifié"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "type auth '%s' inconnu"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "impossible d'extraire les périphériques sources"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
#, fuzzy
msgid "cannot extract filesystem devices"
msgstr "impossible d'extraire les périphériques sources"
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "impossible d'extraire les périphériques sources"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
#, fuzzy
msgid "cannot extract parallel devices"
msgstr "impossible d'extraire les périphériques sources"
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "impossible d'extraire les périphériques sources"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "impossible d'extraire les périphériques sources"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "impossible d'extraire les périphériques sources"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "impossible d'extraire les périphériques sources"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "impossible d'extraire les périphériques sources"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "connexion : %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "document XML non conforme"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "élément root inconnu"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "erreur de syntaxe dans la topologie des CPU"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "type mime inattendu"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "type mime inattendu"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "noeud dict inattendu"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "noeud dict inattendu"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "noeud dict inattendu"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "type mime inattendu"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "type mime inattendu"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "type de pool inattendu"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "noeud dict inattendu"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "type de pool inattendu"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "type de pool inattendu"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "noeud dict inattendu"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "type de pool inattendu"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "type mime inattendu"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "type de pool inattendu"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "valeur de noeud inattendue"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "impossible de créer le répertoire de configuration %s : %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "impossible de créer le fichier de configuration %s : %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "impossible d'écrire le fichier de configuration %s : %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "impossible de sauvegarder le fichier de configuration %s : %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Impossible d'ouvrir le répertoire '%s' : %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "impossible de retirer la configuration pour %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "type de SE inconnu"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Impossible de lancer "
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "Impossible de lire "
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "Impossible d'écrire sur "
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "Impossible de créer le répertoire %s : %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Impossible d'enregistrer les règles iptables dans %s : %s"
@@ -1476,58 +1494,58 @@ msgstr ""
"Le retrait de la règle iptables « %s » de la chaine « %s » dans la table « %s » "
"a échoué : %s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
"L'ajout de la règle iptables « %s » à la chaine « %s » dans la table « %s » a "
"échoué : %s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "impossible d'analyser l'URI de connexion"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "impossible de créer le répertoire de configuration %s : %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "n_columns trop grand"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "impossible d'étendre le fichier '%s' : %s"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare n'a pas paramétré URI"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domainMigratePrepare n'a pas paramétré URI"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1570,12 +1588,12 @@ msgstr "Impossible de créer le domaine inactif %s\n"
msgid "failed to bind new root %s"
msgstr "Impossible de se connecter au socket « %s » : %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Impossible de créer le volume %s"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Impossible de se connecter au socket « %s » : %s"
@@ -1748,23 +1766,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "aucun domaine ayant un id %d correspondant"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "nom du domaine inactif"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "supprimer un domaine inactif"
@@ -1819,7 +1837,7 @@ msgstr "pointeur de domaine invalide dans"
msgid "failed to kill pid %d"
msgstr "Impossible de fermer le fichier pid « %s » : %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "impossible de déterminer l'état du fichier '%s' : %s"
@@ -1854,249 +1872,259 @@ msgstr "nom du domaine"
msgid "no domain with id %d"
msgstr "aucun domaine ayant un id %d correspondant"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "impossible de lire '%s'Â : %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Impossible de réactiver le domaine %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "chemin invalide : %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "Paramètre pour virXPathNode() invalide"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "impossible de lire le répertoire '%s' : %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "impossible de configurer le mode de fichier '%s'Â : %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "impossible de lire le répertoire '%s' : %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "impossible de lire l'en-tête '%s' : %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "type auth '%s' inconnu"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
"Le nom du fichier de configuration '%s' ne correspond pas au nom du réseau '%"
"s'"
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "impossible de retirer la configuration pour %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "le domaine %s existe déjà "
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Impossible de démarrer automatiquement le réseau '%s' : %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "impossible de configurer le mode de fichier '%s'Â : %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "qemudStartup : mémoire saturée"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
#, fuzzy
msgid "Reloading iptables rules\n"
msgstr "Rechargement des règles iptables"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "impossible de créer le répertoire de configuration %s : %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr ""
"L'ajout de la règle iptables « %s » à la chaine « %s » dans la table « %s » a "
"échoué : %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr ""
"L'ajout de la règle iptables « %s » à la chaine « %s » dans la table « %s » a "
"échoué : %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Impossible d'enregistrer les règles iptables dans %s : %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr ""
"L'ajout de la règle iptables « %s » à la chaine « %s » dans la table « %s » a "
"échoué : %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr ""
"L'ajout de la règle iptables « %s » à la chaine « %s » dans la table « %s » a "
"échoué : %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr ""
"L'ajout de la règle iptables « %s » à la chaine « %s » dans la table « %s » a "
"échoué : %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr ""
"L'ajout de la règle iptables « %s » à la chaine « %s » dans la table « %s » a "
"échoué : %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr ""
"L'ajout de la règle iptables « %s » à la chaine « %s » dans la table « %s » a "
"échoué : %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr ""
"L'ajout de la règle iptables « %s » à la chaine « %s » dans la table « %s » a "
"échoué : %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr ""
"L'ajout de la règle iptables « %s » à la chaine « %s » dans la table « %s » a "
"échoué : %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Le domaine est déjà actif"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "impossible de créer le répertoire '%s' : %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "impossible de configurer le mode de fichier '%s'Â : %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "impossible de configurer le mode de fichier '%s'Â : %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Impossible de détruire le pont '%s' : %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "impossible d'ouvrir %s en lecture"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Impossible de détruire le pont '%s' : %s\n"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Impossible de supprimer le pont '%s'Â : %s\n"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "Extinction du réseau '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
#, fuzzy
msgid "no network with matching uuid"
msgstr "aucun pool avec un UUID correspondant"
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
#, fuzzy
msgid "no network with matching name"
msgstr "aucun pool avec un nom correspondant"
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "le pool est encore actif"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "aucun pool avec un UUID correspondant"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Réseau %s démarré\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "impossible de créer le dossier de démarrage automatique %s : %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Impossible de créer le lien symbolique '%s' sur '%s' : %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Impossible de supprimer le lien symbolique '%s'Â : %s"
@@ -2107,7 +2135,267 @@ msgstr "Impossible de supprimer le lien symbolique '%s'Â : %s"
msgid "no node device with matching name"
msgstr "aucun volume de stockage avec un nom correspondant"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "impossible d'effacer l'entête du périphérique %s"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "chemin source non spécifié"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "type de volume de stockage %d inconnu"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "impossible de définir le propriétaire du fichier '%s' : %s"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "type d'interface réseau"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "pointeur de réseau invalide dans %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "type auth '%s' inconnu"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "pointeur de pool de stockage invalide dans %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "pointeur de domaine invalide dans %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "pointeur de domaine invalide dans %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "pointeur de connexion invalide dans %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "UUID de l'élément non conforme"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "capacité de l'élément manquante"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "type auth '%s' inconnu"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "type auth '%s' inconnu"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "impossible d'ouvrir %s : %s"
@@ -2273,7 +2561,7 @@ msgstr "le domaine n'est pas actif"
msgid "Could not read container config"
msgstr "impossible d'analyser l'URI de connexion"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "type auth '%s' inconnu"
@@ -2287,6 +2575,72 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "impossible d'analyser l'URI de connexion"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Impossible d'ouvrir le fichier pid « %s » : %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Impossible de lire depuis le tube de signal : %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Impossible de modifier le fichier pid « %s » : %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Impossible d'ouvrir le fichier pid « %s » : %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "opération échouée : %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Impossible de se connecter au socket « %s » : %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Impossible de se connecter à l'hyperviseur"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Impossible de se connecter au socket « %s » : %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Impossible de créer le volume depuis %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr ""
+"Impossible de trouver un enregistrement utilisateur pour l'uid « %d » : %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Impossible de créer le pool depuis %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2331,722 +2685,790 @@ msgstr "Erreur de communication avec le proxy : paquet mal construit\n"
msgid "got asynchronous packet number %d\n"
msgstr "paquet asynchrone numéro %d reçu\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "Ãtat de sortie de qemu %d pid %lu inattendu"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr "Ãtat de sortie inattendu '%d', qemu a probablement échoué"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "impossible de lire le répertoire '%s' : %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "Réseau non trouvé"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "ai_socktype non pris en charge"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "impossible de configurer le mode de fichier '%s'Â : %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Impossible de supprimer le pont '%s'Â : %s\n"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "'info blockstats' n'est pas pris en charge par ce qemu"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
#, fuzzy
msgid "STDIO migration is not supported with this QEMU binary"
msgstr "'info blockstats' n'est pas pris en charge par ce qemu"
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "format de volume %s non pris en charge"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "format de volume %s non pris en charge"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "type de volume de stockage %d non pris en charge"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "périphérique d'entrées invalide"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "pointeur de domaine invalide dans %s"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "chemin invalide : %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Impossible d'ouvrir tty %s : %s\n"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "liste de domaine du noeud"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-"Impossible de définir le drapeau descripteur de fichiers « close-on-exec »"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-"Impossible de définir le drapeau descripteur de fichiers « non-blocking »"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "%s : impossible d'écrire dans le fichier journal : %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "Impossible de fermer le fichier journal %d : %s"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "%s : impossible d'écrire dans le fichier journal : %s"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "%s : impossible d'écrire dans le fichier journal : %s"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "Impossible de fermer le fichier journal %d : %s"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Impossible d'ouvrir tty %s : %s\n"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Impossible de démarrer automatiquement la VM '%s' : %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Impossible d'obtenir les statistiques du bloc %s %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Impossible de créer le domaine depuis %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Impossible d'enregistrer le domaine %s dans %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Impossible de créer le répertoire %s : %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "Impossible de vérifier la valeur actuelle de MemorySize"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "Impossible d'analyser le mode '%s'"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Impossible d'analyser le mode '%s'"
+
+#: src/qemu_driver.c:476
#, fuzzy, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "Impossible de démarrer automatiquement la VM '%s' : %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup : mémoire saturée"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, fuzzy, c-format
+msgid "Out of space while reading %s log output"
+msgstr "échec de l'écriture de la sortie : %s\n"
+
+#: src/qemu_driver.c:757
+#, fuzzy, c-format
+msgid "Failure while reading %s log output"
+msgstr "échec de l'écriture de la sortie : %s\n"
+
+#: src/qemu_driver.c:771
+#, fuzzy, c-format
+msgid "Timed out while reading %s log output"
+msgstr "échec de l'écriture de la sortie : %s\n"
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Impossible d'ouvrir tty %s : %s\n"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
#, fuzzy
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
"Impossible de définir le drapeau descripteur de fichiers « close-on-exec »"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "Impossible de fermer le fichier journal %d : %s"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "impossible de définir les attributs tty : %s\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "impossible de récupérer le domaine '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "opération échouée"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "Impossible de vérifier la valeur actuelle de MemorySize"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Le domaine est déjà actif"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "impossible de créer le répertoire de configuration %s : %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "impossible de lire le répertoire '%s' : %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "Impossible d'écrire argv dans le fichier journal %d : %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "Impossible d'écrire argv dans le fichier journal %d : %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "Impossible d'écrire argv dans le fichier journal %d : %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Le domaine %s est en cours d'arrêt\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "Arrêt de VM '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Impossible de se connecter au socket « %s » : %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "Impossible de fermer le fichier journal %d : %s"
+msgid "Failed to remove domain status for %s"
+msgstr "Impossible de créer le domaine depuis %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "Incapable de journaliser les données de la console VM : %s"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Impossible d'ouvrir tty %s : %s\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
#, fuzzy
msgid "NUMA not supported on this host"
msgstr "Nom de serveur non pris en charge pour ai_socktype"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Mémoire NUMA disponible"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "impossible de récupérer le nom de l'hôte"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "le domaine %s existe déjà "
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "le domaine %s existe déjà "
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "aucun domaine ayant un id %d correspondant"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "le domaine n'est pas actif"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "opération échouée"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "opération échouée"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, fuzzy, c-format
msgid "no domain with matching uuid '%s'"
msgstr "aucun domaine ayant un id %d correspondant"
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "nom du domaine inactif"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "impossible de récupérer l'UUID du domaine"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Impossible de créer le volume %s"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Impossible d'écrire sur "
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Impossible d'écrire sur "
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "Impossible de fermer le fichier journal %d : %s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "plus de mémoire disponible"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "opération échouée"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
#, fuzzy
msgid "'migrate' not supported by this qemu"
msgstr "'info blockstats' n'est pas pris en charge par ce qemu"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "Supprimer la configuration d'un domaine inactif"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "supprimer un domaine inactif"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "impossible de définir le propriétaire du fichier '%s' : %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "ai_family non prise en charge"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "impossible de déterminer le contexte du fichier '%s' : %s"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "Impossible de vérifier la valeur actuelle de MemorySize"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "impossible de lire fd"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "impossible de lire depuis le démon Xen"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Impossible de lire "
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "impossible de créer XML"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Le domaine est déjà actif"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "impossible de créer XML"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Impossible de démarrer le pool %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Impossible de réactiver le domaine %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "impossible de se connecter à %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "%s : impossible d'écrire dans le fichier journal : %s"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, fuzzy, c-format
msgid "target %s already exists"
msgstr "le volume de stockage existe déjà "
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "impossible de lire '%s'Â : %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "le domaine %s existe déjà "
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "impossible d'extraire les périphériques sources"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "chargement du fichier de définition de l'hôte"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "impossible d'extraire les périphériques sources"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "chargement du fichier de définition de l'hôte"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "supprimer un domaine inactif"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "Domaine non trouvé"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "impossible d'attendre la commande : %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Impossible de détacher le périphérique depuis %s"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "supprimer un domaine inactif"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "impossible de construire le chemin du lien de démarrage automatique"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "impossible de créer le dossier de démarrage automatique %s : %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Impossible de créer le lien symbolique '%s' sur '%s' : %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "chemin invalide : %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr "la commande 'info blockstats' a échoué"
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "'info blockstats' n'est pas pris en charge par ce qemu"
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "périphérique non trouvé : %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Impossible d'ouvrir le répertoire '%s' : %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Impossible de fermer le fichier pid « %s » : %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "chemin invalide : %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "opération échouée : %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "la commande 'info blockstats' a échoué"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s : impossible d'écrire dans le fichier journal : %s"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "liste de domaine du noeud"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "impossible de récupérer l'UUID du domaine"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Impossible de démarrer le domaine %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "opération échouée : %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Impossible de réactiver le domaine %s"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "aucun domaine ayant un id %d correspondant"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
msgstr "impossible de trouver le binaire libvirtd"
@@ -3058,232 +3480,247 @@ msgstr ""
"remote_open : le transport par URL n'est pas reconnu (devrait être tls|unix|"
"ssh|ext|tcp)"
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open : pour le transport « ext », une commande est requise"
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Impossible d'ouvrir tty %s : %s\n"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Impossible d'ouvrir tty %s : %s\n"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Impossible de créer le socket : %s"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Impossible de créer le socket : %s"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
"les méthodes de transport uni, xxh et ext, ne sont pas prises en charge sous "
"Windows"
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Impossible de créer le socket : %s"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "Impossible de fermer le fichier journal %d : %s"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "impossible de récupérer l'URI"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocation d'un nouveau domaine"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Impossible d'accéder à %s « %s »: %s (%d)"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "gnutls_certificate_allocate_credentials : %s"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "Incapable de journaliser les données de la console VM : %s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Impossible d'initialiser l'authentification SASL %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, fuzzy, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "impossible de définir les attributs tty : %s\n"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "impossible de définir les attributs tty : %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "Impossible de vérifier les références du client : %s"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Impossible d'ouvrir tty %s : %s\n"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "Impossible de vérifier les références du client : %s"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "impossible d'étendre le fichier '%s' : %s"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "Valeur de plafond incorrecte"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
#, fuzzy
msgid "The certificate is not trusted."
msgstr "Le certificat n'est pas encore activé"
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
#, fuzzy
msgid "The certificate hasn't got a known issuer."
msgstr ""
"remoteCheckCertificate : le certificat du client provient d'un émetteur "
"inconnu."
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
#, fuzzy
msgid "The certificate has been revoked."
msgstr "Le certificat a expiré"
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
#, fuzzy
msgid "The certificate uses an insecure algorithm"
msgstr ""
"remoteCheckCertificate : le certificat du client utilise un algorithme non "
"sécurisé."
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "Le type du certificat n'est pas X.509"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "gnutls_certificate_get_peers a échoué"
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Impossible d'initialiser l'authentification SASL %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Impossible d'ouvrir tty %s : %s\n"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "Le certificat a expiré"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "Le certificat n'est pas encore activé"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, fuzzy, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
"Le nom du fichier '%s' de configuration hôte de QEMU ne correspond pas au "
"nom d'hôte '%s'"
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "trop de domaines"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "trop de domaines"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
@@ -3291,290 +3728,356 @@ msgstr ""
"remoteDomainGetSchedulerParameters : le nombre de paramètres retourné "
"dépasse la limite"
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "remoteDomainGetSchedulerParameters : type de paramètre inconnu"
# Je suis moins que certain de cette traduction...
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "la plage d'allocations sature la mémoire"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "type de paramètre inconnu"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "trop de réseaux"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr "trop de pools de stockage requis"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr "trop de pools de stockage reçus"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr "trop de volumes de stockage requis"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr "trop de volumes de stockages reçus"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "trop de volumes de stockage requis"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "trop de volumes de stockages reçus"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "trop de volumes de stockage requis"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "trop de volumes de stockages reçus"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "type auth '%s' inconnu"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "type de volume de stockage %d non pris en charge"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Impossible d'initialiser l'authentification SASL %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Impossible d'obtenir les statistiques du bloc %s %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "Impossible de récupérer les statistiques relatives à l'interface %s %s"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Impossible de créer le contexte polkit %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "impossible de définir le SSF externe SASL %d (%s)"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "impossible de définir les propriétés de sécurité SASL %d (%s)"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "cette fonction n'est pas prise en charge par l'hyperviseur"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Impossible de démarrer le domaine %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "Impossible de vérifier les références du client : %s"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "l'étape SASL a échoué %d (%s)"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, fuzzy, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr "le SSF %d negocié n'était pas assez robuste"
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "Impossible de vérifier les références du client : %s"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr "conversion des arguments"
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
#, fuzzy
msgid "xdr_u_int (length word)"
msgstr "xdr_int (longueur du mot)"
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "impossible de lire fd"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Impossible de lire la socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "connexion en lecture seule"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "impossible de lire fd"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Impossible de créer le socket : %s"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Impossible de détruire le volume %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
#, fuzzy
msgid "xdr_u_int (length word, reply)"
msgstr "xdr_int (longueur du mot)"
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
#, fuzzy
msgid "packet received from server too small"
msgstr "valeur de la capacité de l'élément trop large"
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
#, fuzzy
msgid "packet received from server too large"
msgstr "valeur de la capacité de l'élément trop large"
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "argument invalide dans %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr "décodage de ret"
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr "décodage de remote_error"
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "opération échouée"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "impossible d'attendre la commande : %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "impossible de déterminer le contexte du fichier '%s' : %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Impossible d'ouvrir tty %s : %s\n"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Impossible d'ouvrir tty %s : %s\n"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3605,45 +4108,45 @@ msgstr "impossible de trouver la fin du fichier '%s'Â : %s"
msgid "cannot read beginning of file '%s'"
msgstr "impossible de trouver la fin du fichier '%s'Â : %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "impossible de déterminer le contexte du fichier '%s' : %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "impossible de lire le répertoire '%s' : %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr "impossible de compiler le regex %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "impossible de lire fd"
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "impossible d'attendre la commande : %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr "la commande ne s'est pas terminée proprement"
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "erreur de lecture : %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr "état de sortie non nul pour la commande %d"
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "console non implémentée sur cette plate-forme"
@@ -3754,7 +4257,7 @@ msgid "cannot extend file '%s'"
msgstr "impossible d'étendre le fichier '%s' : %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "impossible de lire à l'emplacement '%s' : %s"
@@ -3790,17 +4293,17 @@ msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
"la création d'images non brutes n'est pas prise en charge sans qemu-img"
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "impossible de définir le propriétaire du fichier '%s' : %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "impossible de configurer le mode de fichier '%s'Â : %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "impossible de fermer le fichier '%s'Â : %s"
@@ -3912,11 +4415,7 @@ msgstr "impossible de fermer le périphérique %s"
msgid "cannot remove PV device '%s'"
msgstr "impossible d'ouvrir le périphérique %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "impossible de trouver le volume nouvellement créé « %s » : %s"
@@ -3929,164 +4428,169 @@ msgstr "attribut auth host manquant"
msgid "missing auth passwd attribute"
msgstr "attribut auth passwd manquant"
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr "mode octal non conforme"
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr "propriétaire de l'élément non conforme"
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr "groupe de l'élément non conforme"
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "élément root inconnu"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "type de volume de stockage %d inconnu"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "nom de l'élément manquant"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr "impossible de générer l'UUID"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "type auth '%s' inconnu"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "nom d'hôte de la source non spécifié"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "impossible d'extraire les périphériques sources"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "répertoire du périphérique source non spécifié"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "chemin source non spécifié"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr "type auth '%s' inconnu"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "répertoire cible non spécifié"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "format de pool non supporté %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr "type de pool inattendu"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr "aucun propriétaire pour cet élément"
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "élément root manquant"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr "taille des unités '%s' inconnu"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr "capacité de l'élément non conforme"
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr "valeur de la capacité de l'élément trop large"
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr "élément root inconnu"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "nom de l'élément manquant"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr "capacité de l'élément manquante"
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "type auth '%s' inconnu"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, fuzzy, c-format
msgid "unknown volume format number %d"
msgstr "format de volume %d non pris en charge"
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "impossible de créer le répertoire de configuration %s : %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "impossible de construire le chemin du fichier de configuration"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr "impossible de construire le chemin du lien de démarrage automatique"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr "impossible de créer XML"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "impossible de créer le fichier de configuration %s : %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "impossible d'écrire le fichier de configuration %s : %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "impossible de sauvegarder le fichier de configuration %s : %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "aucun fichier de configuration pour %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "impossible de retirer la configuration pour %s"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr "aucun pool avec un UUID correspondant"
@@ -4094,17 +4598,17 @@ msgstr "aucun pool avec un UUID correspondant"
msgid "no pool with matching name"
msgstr "aucun pool avec un nom correspondant"
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr "le pool de stockage existe déjà "
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr "aucun pool de stockage avec un UUID correspondant"
@@ -4112,61 +4616,61 @@ msgstr "aucun pool de stockage avec un UUID correspondant"
msgid "pool is still active"
msgstr "le pool est encore actif"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr "pool déjà actif"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr "le pool de stockage est déjà actif"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr "le pool de stockage n'est pas actif"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr "le pool de stockage est encore actif"
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr "le pool ne prend pas en charge la suppression de volume"
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "le pool ne possède aucun fichier de configuration"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr "aucun volume de stockage avec un nom correspondant"
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr "aucun volume de stockage avec une clé correspondante"
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr "aucun volume de stockage avec un chemin correspondant"
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr "le volume de stockage existe déjà "
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr "le pool de stockage ne prend pas en charge la création de volume"
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr "le pool de stockage ne prend pas en charge la suppression de volume"
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "récupération de l'heure du jour"
@@ -4223,155 +4727,155 @@ msgstr "liste de domaine du noeud"
msgid "resolving domain filename"
msgstr "résolution du nom de fichier du domaine"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "liste de domaine du noeud"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "résolution du nom de fichier du réseau"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "liste de domaine du noeud"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "résolution du nom de fichier du domaine"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen : donnez un chemin d'accès ou utilisez test:///default"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "impossible de fermer le fichier '%s'Â : %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "le domaine %s existe déjà "
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "le domaine n'est pas actif"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "impossible d'attribuer un noeud"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "enregistrer l'état du domaine dans un fichier"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "enregistrer l'état du domaine dans un fichier"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "impossible de lire fd"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "impossible de lire depuis le démon Xen"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "donnée inattendue '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Espace mémoire du domaine %s vidé dans %s\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "%s : impossible d'écrire dans le fichier journal : %s"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Espace mémoire du domaine %s vidé dans %s\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Le domaine est déjà actif"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Le domaine est toujours actif"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Le réseau est toujours actif"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Le réseau est déjà actif"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "le pool de stockage est déjà actif"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "le pool de stockage n'est pas actif"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "aucun volume de stockage avec un nom correspondant"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "aucun volume de stockage avec une clé correspondante"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "aucun volume de stockage avec un chemin correspondant"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4385,154 +4889,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "type de volume de stockage %d non pris en charge"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+"Impossible de définir le drapeau descripteur de fichiers « close-on-exec »"
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Impossible de créer le répertoire %s : %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "qemudStartup : mémoire saturée"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Impossible de créer le tube : %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "impossible d'ouvrir %s : %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "impossible de trouver la session"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "impossible de configurer le mode de fichier '%s'Â : %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "impossible de lire '%s'Â : %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "impossible de lire le répertoire '%s' : %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "impossible de lire '%s'Â : %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "impossible d'attendre la commande : %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "obtention de pid, damn inattendus"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "impossible de lire '%s'Â : %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "impossible de lire le répertoire '%s' : %s"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "impossible de lire '%s'Â : %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "impossible de fermer le fichier '%s'Â : %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "impossible de créer le répertoire '%s' : %s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Impossible de créer le tube : %s"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "impossible de lire '%s'Â : %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "impossible de supprimer le fichier '%s'Â : %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "impossible d'effacer l'entête du périphérique %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "impossible de créer le dossier de démarrage automatique %s : %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "impossible d'analyser le fichier de configuration %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "impossible d'analyser le fichier de configuration %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "Impossible de fermer le fichier pid « %s » : %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "impossible d'étendre le fichier '%s' : %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "erreur de lecture : %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr ""
@@ -4545,19 +5055,24 @@ msgstr ""
"impossible de générer un UUID pseudo-aléatoire ; impossible de générer des "
"octets aléatoires : %s"
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "Erreur inconnue"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "imprimer l'aide"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Imprimer l'aide globale ou l'aide d'une commande spécifique."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "nom de la commande"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4565,619 +5080,631 @@ msgstr ""
"Commandes : \n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "démarrer automatiquement un domaine"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "Configurer un domaine pour être lancé automatiquement au démarrage."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "nom du domaine, ID ou UUID"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "désactiver le démarrage automatique"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Impossible de marquer le domaine %s en démarrage automatique"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Impossible de démarquer le domaine %s en démarrage automatique"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domaine %s marqué pour le démarrage automatique\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domaine %s démarqué pour le démarrage automatique\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connecter à l'hyperviseur"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Se connecte à l'hyperviseur local. Ceci est une commande interne après le "
"démarrage du shell."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "URI de connexion à l'hyperviseur"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "connexion en lecture seule"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Impossible de se déconnecter de l'hyperviseur"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Impossible de se connecter à l'hyperviseur"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "se connecter à la console invitée"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "Connecter la console série virtuelle pour l'invité"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "Aucune console disponible pour le domaine\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "console non implémentée sur cette plate-forme"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "lister les domaines"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Renvoyer la liste des domaines"
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "lister les domaines inactifs"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "lister les domaines actifs et inactifs"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Impossible de lister les domaines actifs"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Impossible de lister les domaines inactifs"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "ID"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Nom"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "Ãtat"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "sans état"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "état du domaine"
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr "Retourne l'état d'un domaine."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
"retourner les statistiques d'un périphérique en mode bloc pour un domaine"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr ""
"Retourner les statistiques d'un périphérique en mode bloc pour un domaine en "
"cours d'exécution."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "périphérique en mode bloc"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "Impossible d'obtenir les statistiques du bloc %s %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "obtenir les statistiques d'une interface réseau pour un domaine"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr ""
"Obtenir les statistiques d'une interface réseau pour un domaine en cours "
"d'exécution."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "périphérique d'interface"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "Impossible de récupérer les statistiques relatives à l'interface %s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspendre un domaine"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspendre un domaine en cours d'exécution"
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domaine %s suspendu\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Impossible de suspendre le domaine %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "créer un domaine depuis un fichier XML"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Créer un domaine"
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "fichier contenant la description XML d'un domaine"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domaine %s créé depuis %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Impossible de créer le domaine depuis %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "définir (mais ne pas démarrer) un domaine depuis un fichier XML"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Définir un domaine"
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domaine %s défini depuis %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Impossible de définir le domaine depuis %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "supprimer un domaine inactif"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Supprimer la configuration d'un domaine inactif"
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "nom du domaine ou UUID"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Le domaine %s a été supprimé\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Impossible de supprimer le domaine %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "démarrer un domaine (précédemment défini)"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Démarrer un domaine"
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "nom du domaine inactif"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Le domaine est déjà actif"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domaine %s démarré\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Impossible de démarrer le domaine %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "enregistrer l'état du domaine dans un fichier"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Enregistrer un domaine en cours d'exécution"
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "où enregistrer les données"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domaine %s enregistré dans %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Impossible d'enregistrer le domaine %s dans %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "montrer/définir les paramètres du planificateur"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "Montrer/Définir les paramètres du planificateur."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allouer une valeur"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "poids pour XEN_CREDIT"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "plafond pour XEN_CREDIT"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "Valeur de poids incorrecte"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "Valeur de plafond incorrecte"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "Valeur de plafond incorrecte"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "Planificateur"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "Inconnu"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restaurer un domaine à partir d'un état sauvé dans un fichier"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restaurer un domaine."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "l'état à restaurer"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domaine restauré depuis %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Impossible de restaurer le domaine depuis %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "vider l'espace mémoire d'un domaine dans un fichier pour analyse"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Vider l'espace mémoire d'un domaine."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "emplacement où vider l'espace mémoire"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Espace mémoire du domaine %s vidé dans %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Impossible de vider l'espace mémoire du domaine %s dans %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "réactiver un domaine"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Réactiver un domaine précédemment suspendu"
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domaine %s réactivé\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Impossible de réactiver le domaine %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "arrêter un domaine proprement"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Exécuter la commande shutdown dans le domaine cible"
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Le domaine %s est en cours d'arrêt\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Impossible d'arrêter le domaine %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "redémarrer un domaine"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Exécuter une commande de redémarrage dans le domaine cible"
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Le domaine %s est en cours de redémarrage\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Impossible de redémarrer le domaine %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "détruire un domaine"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Détruire le domaine indiqué"
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domaine %s détruit\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Impossible de détruire le domaine %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "informations du domaine"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Renvoyer un résumé des informations sur le domaine."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "IDÂ :"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Nom :"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUIDÂ :"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "Type de SEÂ :"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "Ãtat :"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPUÂ :"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "Temps CPUÂ :"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Mémoire Max :"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "aucune limite"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Mémoire utilisée :"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "Démarrage automatique"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "nom"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "Mémoire NUMA disponible"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "afficher la quantité de mémoire disponible pour les cellules NUMA."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "numéro de cellule NUMA"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "Total"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "informations sur les VCPU du domaine"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr ""
"Renvoyer un résumé des informations sur les processeurs virtuels du domaine."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPUÂ :"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPUÂ :"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "Affinité CPU :"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "Domaine à l'arrêt, pas de CPU virtuelle."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "contrôler l'affinité des VCPU du domaine"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Ãpingler les VCPU d'un domaine pour héberger des CPU physiques."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "numéro de VCPU"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "numéro(s) de CPU hôte(s) (séparés par des virgules)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr "vcpupin : numéro de vCPU invalide ou manquant."
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "impossible de récupérer les informations relatives au noeud"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
#, fuzzy
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin : numéro de vCPU invalide ou manquant."
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist : format invalide. Chaine vide."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
@@ -5185,7 +5712,7 @@ msgstr ""
"cpulist : %s : format invalide. Chiffre attendu à la position %d (à côté de "
"« %c »)."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5194,1353 +5721,1413 @@ msgstr ""
"cpulist : %s : format invalide. Chiffre ou virgule attendu à la position %d "
"(à côté de « %c »)."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist : %s : format invalide. Virgule finale à la position %d."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "La CPU physique %d n'existe pas."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "changer le nombre de processeurs virtuels"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Changer le nombre de CPU virtuelles dans le domaine invité"
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "nombre de CPU virtuelles"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "Nombre de CPU virtuelles invalide."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "Nombre de CPU virtuelles trop important."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "changer la mémoire allouée"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Changer la mémoire allouée dans le domaine invité"
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "nombre de kilooctets de mémoire"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "Valeur invalide de %d pour la taille de la mémoire"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "Impossible de vérifier MaxMemorySize"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "changer la limite maximum de mémoire"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "changer la limite maximum de mémoire allouée dans le domaine invité"
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "limite mémoire maximum en kilooctets"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "Impossible de vérifier la valeur actuelle de MemorySize"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "Impossible de diminuer la valeur actuelle de MemorySize"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "Impossible de modifier MaxMemorySize"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "informations du noeud"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Renvoyer un résumé des informations à propos du noeud."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "impossible de récupérer les informations relatives au noeud"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "modèle de CPU :"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "Fréquence de la CPU :"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "socket(s) CPUÂ :"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Coeur(s) par emplacements :"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) par coeur :"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "cellule(s) NUMAÂ :"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Taille mémoire :"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "capacités"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "Retourner les capacités de l'hyperviseur / du pilote."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "impossible d'obtenir les capacités"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "informations du domaine en XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "Afficher les informations du domaine comme flux XML vers stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "lister les domaines inactifs"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convertir l'ID ou l'UUID du domaine en nom de domaine"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "UUID ou ID de domaine"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convertir un nom de domaine ou UUID en ID de domaine"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convertir un ID ou un nom de domaine en UUID de domaine"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "nom ou ID de domaine"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "impossible de récupérer l'UUID du domaine"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "migrer un domaine vers un autre hôte"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
"Migrer un domaine vers un autre hôte. Ajouter « --live » pour une migration "
"pendant l'exécution."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "migration pendant l'exécution"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "URI de connexion à l'hôte de destination"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "URI de migration, peut habituellement être omise"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "migration : « desturi » non spécifiée"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "démarrer automatiquement un réseau"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "Configurer un réseau pour être automatiquement lancé au démarrage."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "nom du domaine ou UUID"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "impossible de marquer le réseau %s en démarrage automatique"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "impossible de démarquer le réseau %s en démarrage automatique"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Réseau %s marqué en démarrage automatique\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Réseau %s démarqué en démarrage automatique\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "créer un réseau depuis un fichier XML"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "Créer un réseau"
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "fichier contenant la description XML d'un réseau"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "Réseau %s créé depuis %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "Impossible de créer le réseau depuis %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "définir (mais ne pas démarrer) un réseau depuis un fichier XML"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "Définir un réseau."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "Réseau %s défini depuis %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "Impossible de définir le réseau depuis %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "détruire un réseau"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "Détruire le réseau indiqué."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "nom du réseau, ID ou UUID"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "Réseau %s détruit\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "Impossible de détruire le réseau %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "informations du réseau en XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "Afficher les informations du réseau comme flux XML vers stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "lister les réseaux"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "Renvoyer la liste des réseaux."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "lister les réseaux inactifs"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "lister les réseaux actifs et inactifs"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "Impossible de lister les réseaux actifs"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "Impossible de lister les réseaux actifs"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "Démarrage automatique"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "pas de démarrage automatique"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "actif"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "inactif"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "convertir l'UUID d'un réseau en nom de réseau"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "UUID réseau"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "démarrer un réseau inactif (précédemment défini)"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "Démarrer un réseau"
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "nom du réseau inactif"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "Réseau %s démarré\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "Impossible de démarrer le réseau %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "supprimer la définition d'un réseau inactif"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "Supprimer la configuration pour un réseau inactif."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "Le réseau %s n'est plus défini\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "Impossible de supprimer la définition du réseau %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "convertir le nom d'un réseau en UUID de réseau"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "nom du réseau"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "impossible de récupérer l'UUID du réseau"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
msgid "autostart a pool"
msgstr "démarrer automatiquement un pool"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr "Configurer un pool qui sera lancé automatiquement au démarrage."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr "nom du pool ou UUID"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "impossible de démarrer automatiquement le pool %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "impossible d'annuler le démarrage automatique du pool %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Le pool %s démarrera automatiquement\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Le pool %s ne démarrera plus automatiquement\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr "créer un pool depuis un fichier XML"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr "Créer un pool"
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr "fichier contenant la description XML d'un pool"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, c-format
msgid "Pool %s created from %s\n"
msgstr "Pool %s créé depuis %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr "Impossible de créer le pool depuis %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr "nom du pool"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr "type du pool"
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr "hôte source pour le stockage sous-jacent"
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr "chemin source pour le stockage sous-jacent"
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr "périphérique source pour le stockage sous-jacent"
-#: src/virsh.c:2881
+#: src/virsh.c:2931
#, fuzzy
msgid "source name for underlying storage"
msgstr "chemin source pour le stockage sous-jacent"
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr "cible pour le stockage sous-jacent"
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "impossible d'allouer un tampon"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr "créer un pool depuis un ensemble d'arguments"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr "Pool %s créé\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr "Impossible de créer le pool %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr "définir (mais ne pas démarrer) un pool depuis un fichier XML"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr "Définir un pool"
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "Pool %s défini depuis %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr "Impossible de définir le pool depuis %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr "définir un pool à partir d'un ensemble d'argument"
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr "pool %s défini\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr "Impossible de définir le pool %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr "construire un pool"
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr "Construire le pool indiqué."
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Pool %s construit\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, c-format
msgid "Failed to build pool %s"
msgstr "Impossible de construire le pool %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr "détruire un pool"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr "Détruire le pool indiqué"
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr "Pool %s détruit\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, c-format
msgid "Failed to destroy pool %s"
msgstr "Impossible de détruire le pool %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr "effacer un pool"
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr "Détruire le pool indiqué"
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr "Pool %s détruit\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, c-format
msgid "Failed to delete pool %s"
msgstr "Impossible de supprimer le pool %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr "rafraichir un pool"
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr "Rafraichir le pool indiqué."
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr "Pool %s réactivé\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr "Impossible de réactiver le pool %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr "informations du pool en XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr "Afficher les informations du pool comme flux XML vers stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr "lister les pools"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
msgid "Returns list of pools."
msgstr "Renvoyer la liste des pools"
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr "lister les pools inactifs"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
msgid "list inactive & active pools"
msgstr "lister les pools actifs et inactifs"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
msgid "Failed to list active pools"
msgstr "Impossible de lister les pools actifs"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
msgid "Failed to list inactive pools"
msgstr "Impossible de lister les pools inactifs"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "pointeur de pool de stockage invalide dans %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "trop de pools de stockage reçus"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "plus de mémoire disponible"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Impossible de définir le pool %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "trop de pools de stockage reçus"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
msgid "storage pool information"
msgstr "informations du pool de stockage"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr "Renvoyer un résumé des informations à propos du pool de stockage."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr "construction"
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "en cours d'exécution"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr "endommagé"
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr "Capacité :"
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr "Allocation :"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr "Disponible :"
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr "convertir l'UUID d'un pool en nom de pool"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr "UUID du pool"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr "démarrer un pool inactif (précédemment défini)"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr "Démarrer un pool."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr "nom du pool inactif"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr "Pool %s démarré\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, c-format
msgid "Failed to start pool %s"
msgstr "Impossible de démarrer le pool %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr "créer un volume depuis un ensemble d'arguments"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr "Créer un volume."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr "nom du pool"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr "nom du volume inactif"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr "taille du volume avec le suffixe k,M,G,T optionnel"
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr "taille d'allocation initiale avec le suffixe k,M,G,T optionnel"
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr "type du format de fichier raw,bochs,qcow,qcow2,vmdk"
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr "Taille %s non conforme"
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr "Volume %s créé\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, c-format
msgid "Failed to create vol %s"
msgstr "Impossible de créer le volume %s"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
msgid "undefine an inactive pool"
msgstr "supprimer un pool inactif"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
msgid "Undefine the configuration for an inactive pool."
msgstr "Supprimer la configuration d'un pool inactif"
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr "Le pool %s a été supprimé\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, c-format
msgid "Failed to undefine pool %s"
msgstr "Impossible de supprimer le pool %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
msgid "convert a pool name to pool UUID"
msgstr "convertir le nom d'un pool en UUID de pool"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
msgid "failed to get pool UUID"
msgstr "impossible de récupérer l'UUID du pool"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
msgid "create a vol from an XML file"
msgstr "créer un volume depuis un fichier XML"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
msgid "file containing an XML vol description"
msgstr "fichier contenant la description XML d'un volume"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, c-format
msgid "Vol %s created from %s\n"
msgstr "Volume %s créé depuis %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, c-format
msgid "Failed to create vol from %s"
msgstr "Impossible de créer le volume depuis %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr "supprimer un volume"
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr "Détruire le volume indiqué"
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr "nom, clé ou chemin de volume"
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr "Volume %s détruit\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, c-format
msgid "Failed to delete vol %s"
msgstr "Impossible de détruire le volume %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
msgid "storage vol information"
msgstr "informations du volume de stockage"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr "Renvoyer un résumé des informations à propos du volume de stockage."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
msgid "Type:"
msgstr "Type :"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr "fichier"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr "bloc"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
msgid "vol information in XML"
msgstr "informations du volume en XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
msgid "Output the vol information as an XML dump to stdout."
msgstr "Afficher les informations du volume comme flux XML vers stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
msgid "list vols"
msgstr "lister les volumes"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
msgid "Returns list of vols by pool."
msgstr "Renvoyer la liste des volume par pool."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
msgid "Failed to list active vols"
msgstr "Impossible de lister les volumes actifs"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr "Chemin"
-#: src/virsh.c:4145
+#: src/virsh.c:4205
msgid "convert a vol UUID to vol name"
msgstr "convertir l'UUID d'un volume en nom de volume"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr "clé ou chemin de volume"
-#: src/virsh.c:4178
+#: src/virsh.c:4238
msgid "convert a vol UUID to vol key"
msgstr "convertir l'UUID d'un volume en clé de volume"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
msgid "vol uuid"
msgstr "UUID du volume"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
msgid "convert a vol UUID to vol path"
msgstr "convertir l'UUID d'un volume en chemin de volume"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr "nom ou clé de volume"
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "afficher la version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Afficher la version du système."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "impossible de récupérer le type d'hyperviseur"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compilé avec la bibliothèque libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "impossible de récupérer la version de la bibliothèque"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Utilisation de la bibliothèque : libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Utilisation de l'APIÂ : %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "impossible de récupérer la version de l'hyperviseur"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr ""
"Impossible d'extraire la version de l'hyperviseur %s en cours d'exécution\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Exécution de l'hyperviseur : %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "migrer un domaine vers un autre hôte"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "capacités"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Impossible de se connecter à l'hyperviseur"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Impossible de lister les domaines inactifs"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Afficher les informations du volume comme flux XML vers stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "périphérique"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "Attacher un nouveau périphérique disque."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domaine %s détruit\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Impossible de détacher le périphérique depuis %s"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "Attacher un nouveau périphérique disque."
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Impossible d'attacher le périphérique depuis %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "cible du périphérique disque"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr ""
+"Retourner les statistiques d'un périphérique en mode bloc pour un domaine en "
+"cours d'exécution."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domaine %s réactivé\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Impossible d'ouvrir le répertoire '%s' : %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "afficher le nom d'hôte de l'hyperviseur"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "impossible de récupérer le nom de l'hôte"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "afficher l'URI canonique de l'hyperviseur"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "impossible de récupérer l'URI"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "affichage vnc"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "Afficher l'adresse IP et le numéro de port pour l'affichage de VNC."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "console TTY"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "Afficher le périphérique pour la console TTY"
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "attacher un périphérique depuis un fichier XML"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "Attacher un périphérique depuis un fichier XML <file>."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "fichier XML"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "Impossible d'attacher le périphérique depuis %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "détacher un périphérique depuis un fichier XML"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "Détacher un périphérique depuis un fichier XML <file>"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "Impossible de détacher le périphérique depuis %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "attacher une interface réseau"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "Attacher une nouvelle interface réseau."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "type d'interface réseau"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "source d'interface réseau"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "nom du réseau cible"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
msgid "MAC address"
msgstr "adresse MAC"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "script utilisé pour relier une interface réseau"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "%s n'est pas pris en charge par la commande « attach-interface »"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "détacher une interface réseau"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "Détacher une interface réseau."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "impossible de récupérer les informations relatives à l'interface"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "Interface de type %s introuvable"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "Interface d'adresse MAC %s introuvable"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "Impossible d'allouer de la mémoire"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "Impossible de créer XML"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "attacher un périphérique disque"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "Attacher un nouveau périphérique disque."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "source du périphérique disque"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "cible du périphérique disque"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "pilote du périphérique disque"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "pilote secondaire du périphérique disque"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "type de périphérique cible"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "mode de lecture et d'écriture du périphérique"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "%s n'est pas pris en charge par la commande « attach-disk »"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "détacher un périphérique disque"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "Détacher un périphérique disque."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "Impossible de récupérer les informations relatives au disque"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "Disque dont la cible est %s introuvable"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "impossible d'allouer de la mémoire pour la liste de configuration %s"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "%s : impossible d'écrire dans le fichier journal : %s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "%s : impossible d'écrire dans le fichier journal : %s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "%s : impossible d'écrire dans le fichier journal : %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Impossible de créer le domaine inactif %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "%s : impossible d'écrire dans le fichier journal : %s"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s : impossible d'écrire dans le fichier journal : %s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Supprimer la configuration d'un domaine inactif"
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Supprimer la configuration d'un domaine inactif"
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "impossible de lire le fichier de configuration"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Supprimer la configuration pour un réseau inactif."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Supprimer la configuration pour un réseau inactif."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Supprimer la configuration d'un pool inactif"
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Supprimer la configuration d'un pool inactif"
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quitter ce terminal interactif"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "la commande '%s' nécessite l'option <%s>"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "la commande '%s' nécessite l'option --%s"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "la commande '%s' n'existe pas"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NOM\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6548,17 +7135,17 @@ msgstr ""
"\n"
" SYNOPSIS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <nombre>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <chaîne>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6566,7 +7153,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6574,58 +7161,58 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <nombre>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <chaîne>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "nom de domaine ou ID non défini"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "impossible de récupérer le domaine '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "nom de réseau non défini"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "impossible de récupérer le réseau '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
msgid "undefined pool name"
msgstr "nom de pool non défini"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, c-format
msgid "failed to get pool '%s'"
msgstr "impossible de récupérer le pool '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
msgid "undefined vol name"
msgstr "nom de volume non défini"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, c-format
msgid "failed to get vol '%s'"
msgstr "impossible de récupérer le volume '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6636,129 +7223,129 @@ msgstr ""
"(Temps : %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "manquant \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "jeton inattendu (nom de commande)Â : '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "commande inconnue : '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "la commande '%s' ne prend pas en charge l'option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "syntaxe attendue : --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "nombre"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "chaîne"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "donnée inattendue '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DONNÃE"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
#, fuzzy
msgid "idle"
msgstr "fichier"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "mis en pause"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "en arrêt"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "fermé"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "a échoué"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "hors ligne"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "pas de connexion valide"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s : erreur : "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "erreur :"
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s : %d : impossible d'allouer %d octets"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s : %d : impossible d'allouer %lu octets"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "impossible de se connecter à l'hyperviseur"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "impossible de récupérer les informations du fichier journal"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "le chemin d'accès au journal ne correspond pas à un fichier"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "impossible d'ouvrir le fichier journal. Vérifiez son chemin d'accès"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "impossible d'écrire dans le fichier journal"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s : impossible d'écrire dans le fichier journal : %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
msgid "failed to disconnect from the hypervisor"
msgstr "impossible de se déconnecter de l'hyperviseur"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6792,7 +7379,7 @@ msgstr ""
"\n"
" commandes (mode non interactif)Â :\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6802,17 +7389,17 @@ msgstr ""
" (spécifier help <commande> pour plus de détails sur la commande)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "option « -%c » non prise en charge. Voir --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6821,7 +7408,7 @@ msgstr ""
"Bienvenue dans %s, le terminal de virtualisation interactif.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6831,462 +7418,476 @@ msgstr ""
" « quit » pour quitter\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "Erreur inconnue"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "attention"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "erreur"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "Pas de message d'erreur fourni"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "erreur interne %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "erreur interne"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "plus de mémoire disponible"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "cette fonction n'est pas prise en charge par l'hyperviseur"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "cette fonction n'est pas prise en charge par l'hyperviseur : %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "connexion à l'hyperviseur impossible"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "impossible de se connecter à %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "pointeur de connexion invalide dans"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "pointeur de connexion invalide dans %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "pointeur de domaine invalide dans"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "pointeur de domaine invalide dans %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "argument invalide dans"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "argument invalide dans %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "opération échouée : %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "opération échouée"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "opération GET échouée : %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "opération GET échouée"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "opération POST échouée : %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "opération POST échouée"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "réception d'un code d'erreur HTTP %d inconnu"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "hôte %s inconnu"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "hôte inconnu"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "impossible de sérialiser S-Expr : %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "impossible de sérialiser S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "impossible d'utiliser l'entrée de l'hyperviseur Xen"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "impossible d'utiliser l'entrée de l'hyperviseur Xen %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "impossible de se connecter au magasin Xen"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "impossible de se connecter au magasin Xen %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "échec de l'appel système Xen %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "type de SE inconnu"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "type de SE inconnu %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "noyau non spécifié"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "périphérique racine non spécifié"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "périphérique racine non spécifié dans %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "source non spécifiée pour le périphérique"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "source non spécifiée pour le périphérique %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "cible non spécifiée pour le périphérique"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "cible non spécifiée pour le périphérique %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "nom de domaine non spécifié"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "nom de domaine non spécifié dans %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "système d'exploitation non spécifié"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "système d'exploitation non spécifié pour %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "périphériques non spécifiés"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "périphériques non spécifiés pour %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "trop de pilotes enregistrés"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "trop de pilotes enregistrés dans %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "échec de l'appel de la bibliothèque, elle n'est peut être pas gérée"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "échec de l'appel de la bibliothèque %s, elle n'est peut être pas gérée"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "description XML malformée ou invalide"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "description XML pour %s malformée ou invalide"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "ce domaine existe déjà "
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "le domaine %s existe déjà "
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "opération interdite pour l'accès en lecture seule"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "opération %s interdite pour l'accès en lecture seule"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "impossible d'ouvrir le fichier pour la lecture de la configuration"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "impossible d'ouvrir %s en lecture"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "impossible de lire le fichier de configuration"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "impossible de lire le fichier de configuration %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "impossible d'analyser le fichier de configuration"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "impossible d'analyser le fichier de configuration %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "erreur de syntaxe dans le fichier de configuration"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "erreur de syntaxe dans le fichier de configuration : %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "impossible d'écrire le fichier de configuration"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "impossible d'écrire le fichier de configuration : %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "erreur de l'analyseur"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "pointeur de réseau invalide dans"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "pointeur de réseau invalide dans %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "ce domaine existe déjà "
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "le domaine %s existe déjà "
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "erreur lors de l'appel système"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "erreur RPC"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "erreur lors de l'appel système GNUTLS"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "Impossible d'accéder au réseau"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "Impossible d'accéder au réseau : %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "Domaine non trouvé"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "Domaine non trouvé : %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "Réseau non trouvé"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "Réseau non trouvé : %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
msgid "invalid MAC address"
msgstr "adresse MAC invalide"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, c-format
msgid "invalid MAC address: %s"
msgstr "adresse MAC invalide : %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "l'authentification a échoué"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "l'authentification a échoué : %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
msgid "Storage pool not found"
msgstr "Pool de stockage introuvable"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, c-format
msgid "Storage pool not found: %s"
msgstr "Pool de stockage introuvable : %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
msgid "Storage volume not found"
msgstr "Volume de stockage introuvable"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, c-format
msgid "Storage volume not found: %s"
msgstr "Volume de stockage introuvable : %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
msgid "invalid storage pool pointer in"
msgstr "pointeur de pool de stockage invalide dans"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr "pointeur de pool de stockage invalide dans %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
msgid "invalid storage volume pointer in"
msgstr "pointeur de volume de stockage invalide dans"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr "pointeur de volume de stockage invalide dans %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
msgid "Failed to find a storage driver"
msgstr "Impossible de trouver un lecteur de stockage"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Impossible de trouver un lecteur de stockage : %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Impossible de trouver un lecteur de stockage"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Impossible de trouver un lecteur de stockage : %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "pointeur de volume de stockage invalide dans"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "pointeur de domaine invalide dans %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "périphérique non trouvé : %s (%s)"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "périphérique non trouvé : %s (%s)"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "Pool de stockage introuvable"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Pool de stockage introuvable : %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "Tampon d'arguments trop petit"
@@ -7361,7 +7962,7 @@ msgstr ""
"Le paramètre « plafond » (%d) du planificateur à répartition de charge est "
"hors limites (0-65535)"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "impossible de lire '%s'Â : %s"
@@ -7414,7 +8015,7 @@ msgstr "informations de domaine incorrectes, domid non numérique"
msgid "domain information incomplete, missing uuid"
msgstr "informations de domaine incomplètes, UUID manquant"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "informations de domaine incomplètes, nom manquant"
@@ -7460,98 +8061,105 @@ msgid "cannot parse vbd filename, missing driver type"
msgstr ""
"impossible d'analyser le nom de fichier de vdb, type du pilote manquant"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "adresse MAC invalide : %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "noeud dict inattendu"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "type auth '%s' inconnu"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "informations de domaine incomplètes, ID manquant"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "adresse MAC invalide : %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "type de SE inconnu %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "erreur de syntaxe dans la topologie"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "impossible d'analyser les informations du domaine Xen"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "le domaine n'est pas actif"
+
+#: src/xend_internal.c:3219
#, fuzzy
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr "xenDaemonDomainDumpXMLByName n'a pas réussi à trouver ce domaine"
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Impossible de construire le pool %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "type de volume de stockage %d non pris en charge"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
#, fuzzy
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr "xenDaemonDomainDumpXMLByID n'a pas réussi à trouver ce domaine"
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
#, fuzzy
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr "xenDaemonDomainDumpXMLByID n'a pas réussi à trouver ce domaine"
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "valeur de noeud inattendue"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "mémoire du noeud"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "opération échouée"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Impossible de définir le pool %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Impossible d'ouvrir tty %s : %s\n"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
@@ -7559,7 +8167,7 @@ msgstr ""
"xenDaemonDomainMigrate : Xen ne prend pas en charge que les domaines soient "
"renommés durant la migration"
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
@@ -7567,125 +8175,125 @@ msgstr ""
"xenDaemonDomainMigrate : Xen ne prend pas en charge la limitation de bande "
"passante durant la migration"
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr "xenDaemonDomainMigrate : indicateur non supporté"
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr "xenDaemonDomainMigrate : URI invalide"
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
"xenDaemonDomainMigrate : seules les migrations de xenmigr:// sont supportées "
"par Xen"
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr "xenDaemonDomainMigrate : un nom d'hôte doit être spécifié dans l'URI"
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "xenDaemonDomainMigrate : numéro de port invalide"
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
msgid "failed to parse domain description"
msgstr "impossible d'analyser la description du domaine"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Impossible de créer le domaine inactif %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "informations de domaine incomplètes, nom manquant"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr "strdup a échoué"
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "Erreur inconnue"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "impossible de récupérer le nom de l'hôte"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "informations de domaine incomplètes, UUID manquant"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "informations de domaine incomplètes, UUID manquant"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
#, fuzzy
msgid "domainBlockPeek is not supported for dom0"
msgstr "ai_socktype non pris en charge"
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "chemin invalide : %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "impossible d'ouvrir %s en lecture"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Impossible de fermer le fichier pid « %s » : %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "type de pool inattendu"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "type mime inattendu"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "type de volume de stockage %d non pris en charge"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "valeur de noeud inattendue"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr "aucun chargeur de domaine HVM"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "ai_socktype non pris en charge"
@@ -7764,50 +8372,50 @@ msgstr "impossible de créer le fichier de configuration %s : %s"
msgid "unexpected lifecycle action %d"
msgstr "noeud dict inattendu"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Impossible de restaurer le domaine depuis %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
#, fuzzy
msgid "config file name is too long"
msgstr "Le nom du fichier de configuration '%s/%s' est trop long"
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "Impossible de vérifier la valeur actuelle de MemorySize"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "impossible de lire le fichier de configuration %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "impossible d'ouvrir le périphérique %s"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Impossible de créer le tube : %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Impossible de supprimer le lien symbolique '%s'Â : %s"
@@ -7816,19 +8424,34 @@ msgstr "Impossible de supprimer le lien symbolique '%s'Â : %s"
msgid "Invalid parameter to virXPathString()"
msgstr "Paramètre pour virXPathString() invalide"
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr "Paramètre pour virXPathNumber() invalide"
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "Paramètre pour virXPathString() invalide"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "Paramètre pour virXPathString() invalide"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr "Paramètre pour virXPathBoolean() invalide"
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr "Paramètre pour virXPathNode() invalide"
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "Paramètre pour virXPathNodeSet() invalide"
@@ -7854,16 +8477,49 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "pool déjà actif"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocation d'un nouveau domaine"
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "Impossible d'accéder à %s « %s »: %s (%d)"
+
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Impossible d'obtenir les statistiques du bloc %s %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr ""
+#~ "Impossible de récupérer les statistiques relatives à l'interface %s %s"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr ""
+#~ "Impossible de définir le drapeau descripteur de fichiers « non-blocking »"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "%s : impossible d'écrire dans le fichier journal : %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "Impossible de fermer le fichier journal %d : %s"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup : mémoire saturée"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "Impossible de fermer le fichier journal %d : %s"
+
#~ msgid "allocating configuration"
#~ msgstr "configuration d'allocation"
@@ -7914,10 +8570,6 @@ msgstr "allocation d'un nouveau domaine"
#~ msgstr "impossible d'attendre la commande : %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "opération échouée : %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "opération échouée : %s"
@@ -7980,10 +8632,6 @@ msgstr "allocation d'un nouveau domaine"
#~ msgstr "impossible d'attribuer un noeud"
#, fuzzy
-#~ msgid "Failure while reading %s startup output: %s"
-#~ msgstr "échec de l'écriture de la sortie : %s\n"
-
-#, fuzzy
#~ msgid "failed to allocate space for monitor path"
#~ msgstr "impossible d'attribuer un noeud"
diff --git a/po/gl.gmo b/po/gl.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/gl.gmo and b/po/gl.gmo differ
diff --git a/po/gl.po b/po/gl.po
index 81435e0..a38ec32 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/gu.gmo b/po/gu.gmo
index 39ff97d..7839660 100644
Binary files a/po/gu.gmo and b/po/gu.gmo differ
diff --git a/po/gu.po b/po/gu.po
index 8ed5b14..9c82b47 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt.HEAD.gu\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-10-14 11:56+0530\n"
"Last-Translator: Sweta Kothari <swkothar at redhat.com>\n"
"Language-Team: Gujarati\n"
@@ -103,239 +103,239 @@ msgstr "પરિમાણ શબà«àª¦àª®àª¾àª³àª¾ યà«àªà«àª¯ રà«àª¤à«
msgid "Unknown error"
msgstr "àª
àªà«àªàª¾àª¤ àªà«àª²"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
msgstr "%s '%s' પà«àª°àªµà«àª¶ àªàª°à« શàªàª¾àª¤à« નથà«: %s (%d)"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "સàªàªà«àª¤ પાàªàªª માàªàª¥à« વાàªàªàªµàª¾ માàªà« નિષà«àª«àª³: %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "SIGHUP પર રà«àªªàª°à«àªàª¾àªàªàª¨ પà«àª¨:લà«àª¡ àªàª°à« રહà«àª¯àª¾ àªà«"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "àªà«àª¯àª¾àª°à« ડà«àª°àª¾àªàªµàª°à« નૠપà«àª¨:લà«àª¡ àªàª°àªµàª¾ દરમિયાન àªà«àª²"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "સàªàªà«àª¤ %d પર બàªàª§ àªàª°à« રહà«àª¯àª¾ àªà«"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "àª
નિàªà«àªàª¨àª¿àª¯ àªàª¿àªàª®àª¤ નà«àª¡"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "exec ફાàªàª² વરà«àª£àª¨àª¾àªàª¾àª° ફà«àª²à«àª બàªàª§ àªàª°àªµàª¾àª¨à«àª સà«àª¯à«àªàª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "બિન-બà«àª²à«àªà«àªàª ફાàªàª² વરà«àª£àª¨àª¾àªàª¾àª° ફà«àª²à«àªàª¨à« સà«àª¯à«àªàª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "pid ફાàªàª² '%s' àªà«àª²àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾ : %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "pid ફાàªàª²'%s' àªà«àª²àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾ : %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "pid ફાàªàª² '%s' લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾ : %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "pid ફાàªàª² '%s' બàªàª§ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾ : %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "struct qemud_socket માàªà« મà«àª®àª°à«àª¨à« ફાળવણૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "સà«àªà«àª બનાવવામાઠનિષà«àª«àª³àª¤àª¾: %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "'%s' માàªà« સà«àªà«àªàª¨à« બાàªàª§àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾ : %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "'%s' પર àªà«àª¡àª¾àª£à« માàªà« સાàªàªàª³àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr "સરà«àªµàª° àªàªàª¨àª¾ àªà«àª²àª¬à«àª નૠàªàª®à«àª°àªµàª¾ માàªà« નિષà«àª«àª³àª¤àª¾"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "સà«àªà«àª: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "બાàªàª§à«: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "સાàªàªàª³à«: %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: calloc: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: listen: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr "qemudInitPaths() માઠબફર માàªà« પરિણામૠપાથ àªàª£à« લાàªàª¬à« àªà«"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "struct qemud_server ફાળવણૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "બà«àª°àª¿àª àªàª§àª¾àª°àª¨à« શરà«àªàª¤ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "બà«àª°àª¿àª àªàª§àª¾àª°àª¨à« શરà«àªàª¤ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "SASL સતà«àª¤àª¾àª§àª¿àªàª°àª£àª¨à« શરà«àªàª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³ %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "SASL સતà«àª¤àª¾àª§àª¿àªàª°àª£àª¨à« શરà«àªàª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³ %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "પà«àª²àª¿àª¸à«àªà«àª સતà«àª¤àª¾ માàªà« સિસà«àªàª® બસ સાથૠàªà«àª¡àª¾àªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: નિષà«àª«àª³àª¤àª¾: àªà«àª²àª¾àªàª¨à«àª DN %s àªà«"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate: àªàªàª¾àª¸àªµàª¾àª¨à«àª નિષà«àª«àª³: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr "remoteCheckCertificate: àªà«àª²àª¾àªàª¨à«àª પà«àª°àª®àª¾àª£àªªàª¤à«àª° વિશà«àª°à«àªµàª¾àª¸àªªàª¾àª¤à«àª° નથà«."
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr "remoteCheckCertificate: àªà«àª²àª¾àªàª¨à«àª પà«àª°àª®àª¾àª£àªªàª¤à«àª° àª
àªà«àªàª¾àª¤ પà«àª°àª¸àª¿àª¦à«àª¦ àªàª°àª¨àª¾àª° àªà«."
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate: àªàª²àª¾àªàª¨à«àª પà«àª°àª®àª¾àª£àªªàª¤à«àª° પાàªà« àªà«àªà« દà«àªµàª¾àª®àª¾àª àªàªµà« àªà«the."
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr "remoteCheckCertificate: àªà«àª²àª¾àªàª¨à«àª પà«àª°àª®àª¾àª£àªªàª¤à«àª° àª
સà«àª°àªà«àª·àª¿àª¤ àª
લà«àªà«àª°àª¿àª§àª® વાપરૠàªà«."
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate: પà«àª°àª®àª¾àª£àªªàª¤à«àª° X.509 નથà«"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate: દà«àªàª¾àª¯ તà«àªµà« નથà«"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: gnutls_x509_crt_init નિષà«àª«àª³"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate: àªà«àª²àª¾àªàª¨à«àª પà«àª°àª®àª¾àª£àªªàª¤à«àª° àª
àªàª¤ àªàªµà« àªàª¯à«àª² àªà«"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr "remoteCheckCertificate: àªàª²àª¾àªàª¨à«àª પà«àª°àª®àª¾àª£àªªàª¤à«àª° હàªà« સàªà«àª°àª¿àª¯ થયà«àª² નથà«"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -347,11 +347,11 @@ msgstr ""
"દરà«àª¶àª¾àªµàª¾ માàªà« 'openssl x509 -in clientcert.pem -text' નૠવાપરà«, àª
થવા --verbose "
"વિàªàª²à«àªª સાથૠઠડિમનનૠàªàª²àª¾àªµà«."
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr "remoteCheckCertificate: àªà«àª²àª¾àªàª¨à«àªàª¨à«àª પà«àª°àª®àª¾àª£àªªàª¤à«àª° àªàªàª¾àª¸àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
@@ -359,440 +359,456 @@ msgstr ""
"remoteCheckCertificate: tls_no_verify_certificate સà«àª¯à«àªàª¿àª¤ àªà« તà«àª¥à« àªàª°àª¾àª¬ પà«àª°àª®àª¾àª£àªªàª¤à«àª° "
"àª
વàªàª£à«àª² àªà«"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "àªà«àª²àª¾àªàª¨à«àª àªàª³àªàª¾àª£àªªàª¤à«àª°à« નૠàªàªàª¾àª¸àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾: %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "àªà«àª¡àª¾àª£àª¨à« સà«àªµà«àªàª¾àª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾: %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "મà«àª®àª°à«àª¨à« બહાર àªàª°à« નૠàªàª¾àª³àªµàª£à« àªàª°à« રહà«àª¯àª¾ àªà«"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr "àªàª¾àª¸ ફાયદૠથયà«àª² àªà«àª²àª¾àªàª¨à«àª %d માàªà« પà«àª²àªà«àª સતà«àª¤àª¾ નૠબàªàª§ àªàª°à«"
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "TLS હà«àª¨à«àª¡àª¶à«àª નિષà«àª«àª³: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડà«àª®à«àªàª¨ પà«àª°àªàª¾àª° %d"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "વાàªàªà«: %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "'%s' બનાવવામાઠનિષà«àª«àª³"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "લàªà«: %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "'%s' બનાવવામાઠનિષà«àª«àª³"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr "સàªàªà«àª¤ સàªàªàª¾àª³àª¨àª¾àª° ઠ%d àªà«àª²à«àª¨à« રિપà«àª°à«àª àªàª°à«àª² àªà«: àªà«àª²à«àª²à« àªà«àª²: %s"
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "મà«àª®àª°à«àª¨à« ફાળવણૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "%s રà«àªªàª°à«àªàª¾àªàªàª¨ યાદૠમાàªà« મà«àª®àª°à«àª¨à« ફાળવણૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "%s રà«àªªàª°à«àªàª¾àªàªàª¨ યાદૠàªàª¿àªàª®àª¤ માàªà« મà«àª®àª°à«àª¨à« ફાળવણૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
"remoteReadConfigFile: %s: %s: શબà«àª¦àª®àª¾àª³àª¾ àª
થવા શબà«àª¦àª®àª¾àª³àª¾àªàª¨à« યાદૠહà«àªµà« ઠàªà«àªàª\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr "remoteReadConfigFile: %s: %s: àª
યà«àªà«àª¯ પà«àª°àªàª¾àª°: %s મળà«àª¯à«; àª
પà«àªà«àª·àª¿àª¤ %s\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr "remoteReadConfigFile: %s: %s: બિનàªàª§àª¾àª°àª¿àª¤ સતà«àª¤àª¾ %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "àªà«àª¯àª¾àª°à« રà«àª તરà«àªà« àªàª¾àª²à« ન રહૠહà«àª¯ તà«àª¯àª¾àª°à« àªà«àª¥ નૠસà«àª¯à«àªàª¿àª¤ àªàª°à« શàªàª¾àª¤à« નથà«"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr "àªà«àª¥ '%s' àªà«àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "સà«àª¥àª¿àª¤àª¿ '%s' નૠપદàªà«àªà«àª¦àª¨ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "ડà«àª®à«àªàª¨ તરà«àªà« વિàªàª¾àªà«àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "પાàªàªª બનાવવામાઠનિષà«àª«àª³: %s"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "uuid àªàª¤à«àªªàª¨à«àª¨ àªàª°àªµàª¾àª®àª¾àª àª
સમરà«àª¥"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr "%s નૠàªà«àª¥ માલિàªà« બદલવામાઠનિષà«àª«àª³"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr "સàªàªà«àª¤ પાàªàªª માàªà« àªà«àª²àª¬à«àª રàªà«àª¸à«àªàª° àªàª°àªµàª¾ માàªà« નિષà«àª«àª³"
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr "પà«àª°àªà«àª°àª¿àª¯àª¾ àª
સàªàª¤à«àª²àª¨ (વાસà«àª¤àªµàª¿àª %x, àª
પà«àªà«àª·àª¿àª¤ %x)"
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "àªàªµà«àª¤à«àª¤àª¿ àª
સàªàª¤à«àª²àª¨ (વાસà«àª¤àªµàª¿àª %x, àª
પà«àªà«àª·àª¿àª¤ %x)"
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "દિશા (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "સà«àª¥àª¿àª¤à« (%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "સતà«àª¤àª¾àª§àª¿àªàª°àª£ àªàª°à«àª°à«"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "àª
àªà«àªàª¾àª¤ પà«àª°àªà«àª°àª¿àª¯àª¾: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "પદàªà«àªà«àª¦àª¨ દલà«àª²à« નિષà«àª«àª³"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr "àªà«àª¡àª¾àª£ પહà«àª²à«àª¥à« àªà«àª²à«àª²à« àªà«"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "àªà«àª¡àª¾àª£àª¨à« àªà«àª²àª¾àª¤à« નથà«"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr "strdup માઠમà«àª®àª°à«àª¨à« બહાર"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_NODE_MAX_CELLS"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr "nparams àªàª£à«àª લાàªàª¬à« àªà«"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "àª
àªà«àªàª¾àª¤ પà«àª°àªàª¾àª°"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr "માપ > મહતà«àª¤àª® બફર માપ"
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "વરà«àª¤àª®àª¾àª¨ સમય નàªà«àªà« àªàª°àªµàª¾àª®àª¾àª àª
સમરà«àª¥"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "વરà«àª¤àª®àª¾àª¨ સમય નàªà«àªà« àªàª°àªµàª¾àª®àª¾àª àª
સમરà«àª¥"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "સરનામાઠ%d નૠપà«àª¥à«àª¥àªàª°àª£ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "àªà«àª²àª¾àªàª¨à«àª àª
યà«àªà«àª¯ SASL init માàªàªàª£à«àª¨à« પà«àª°àª¯àª¤à«àª¨ àªàª°àª¤à« હતà«"
-#: qemud/remote.c:2575
-#, c-format
-msgid "failed to get sock address %d (%s)"
+#: qemud/remote.c:2651
+#, fuzzy, c-format
+msgid "failed to get sock address: %s"
msgstr "સà«àª સરનામાઠ%d (%s) મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: qemud/remote.c:2586
-#, c-format
-msgid "failed to get peer address %d (%s)"
+#: qemud/remote.c:2663
+#, fuzzy, c-format
+msgid "failed to get peer address: %s"
msgstr "બારà«àªàª¾àªàª¥à« સરનામà«àª %d (%s) મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "sasl સàªàª¦àª°à«àª સà«àª¯à«àªàª¨ નિષà«àª«àª³ %d (%s)"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr "શà«àª¨à«àª¯ માપ મà«àª³àªµàªµàª¾ TLS àªàª°à« શàªàª¾àª¤à« નથà«"
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr "SASL બહારનાઠSSF %d (%s) નૠસà«àª¯à«àªàª¿àª¤ àªàª°à« શàªàª¾àª¤à« નથà«"
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr "SASL સà«àª°àªà«àª·àª¾ àªàª§àª¾àª° %d (%s) નૠસà«àª¯à«àªàª¿àª¤ àªàª°à« શàªàª¾àª¤à« નથà«"
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "SASL àªàª¾àª°à«àª¯àªªàª¦à«àª¦àª¤àª¿ %d (%s) નૠયાદૠàªàª°à« શàªàª¾àª¤à« નથà«"
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "àªàª¾àª°à«àª¯àªªàª¦à«àª¦àª¤àª¿ યાદà«àª¨à« ફાળવૠશàªàª¾àª¤à« નથà«"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "àªà«àª¡àª¾àª£ %d (%s) પર SASL ssf તપાસ àªàª°à« શàªàª¾àª¤à« નથà«"
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "વાતàªà«àª¤ થયà«àª² SSF %d પà«àª°àª¤à« મàªàª¬à«àª¤ ન હતà«"
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr "àªà«àª¡àª¾àª£ %d (%s) પર SASL વપરાશàªàª°à«àª¤àª¾àª¨à« તપાસ àªàª°à« શàªàª¾àª¤à« નથà«"
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "àªà«àª²àª¾àªàª¨à«àª વપરાશàªàª°à«àª¤àª¾àª¨àª¾àª® શà«àª§àª¾àª¯à« ન હતà«"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "મà«àª®àª°à«àª¨à« બહાર વપરાશàªàª°à«àª¤àª¾àª¨à« નàªàª² àªàª°à« રહà«àª¯àª¾ àªà«"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "SASL àªà«àª²àª¾àªàª¨à«àª %s નૠવà«àª¹àª¾àªàªàª¯àª¾àª¦à«àª®àª¾àª પરવાનàªà« àªàªªà«àª² નથà«"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr "àªà«àª²àª¾àªàª¨à«àª àª
યà«àªà«àª¯ SASL માàªàªàª£à« શરૠàªàª°àªµàª¾àª¨à« પà«àª°àª¯àª¤à«àª¨ àªàª°à«àª¯à« હતà«"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "sasl શરૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾ %d (%s)"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr "sasl માહિતà«àª¨à« àªàªµàª¾àª¬ શરૠàªàª°àªµàª¾àª¨à«àª àªàª£à« લાàªàª¬à« àªà« %d"
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "sasl પàªàª²àª¾ નિષà«àª«àª³ %d (%s)"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr "sasl માહિતૠàªàªµàª¾àª¬àª¨àª¾àª પàªàª²àª¾ àªàª£à« લાàªàª¬à« àªà« %d"
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr "àªà«àª²àª¾àªàª¨à«àª બિનàªàª§àª¾àª°àª¿àª¤ SASL init માàªàªàª£à«àª¨à« પà«àª°àª¯àª¤à«àª¨ àªàª°à«àª¯à« હતà«"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr "àªà«àª²àª¾àªàª¨à«àª બિનàªàª§àª¾àª°àª¿àª¤ SASL શરૠàªàª°àªµàª¾àª¨à« માàªàªàª£à« પà«àª°àª¯àª¤à«àª¨ àªàª°à«àª¯à« હતà«"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "àªà«àª²àª¾àªàª¨à«àª બિનàªàª§àª¾àª°àª¿àª¤ SASL પàªàª²àª¾àª¨à« માàªàªàª£à«àª¨à« પà«àª°àª¯àª¤à«àª¨ àªàª°à«àª¯à« હતà«"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr "àªà«àª²àª¾àªàª¨à«àª àª
યà«àªà«àª¯ પà«àª²àª¿àª¸à«àªà«àª init માàªàªàª£à«àª¨à« પà«àª°àª¯àª¤à«àª¨ àªàª°àª¤à« હતà«"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "પિàª
ર સà«àªà«àª àªàª³àªàª¾àª£ મà«àª³àªµà« શàªàª¾àª¤à« નથà«"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "%d તરà«àªà« PID %d àªàª²àª¾àªµàªµàª¾àª¨à«àª àªàªàª¾àª¸à« રહà«àª¯àª¾ àªà«"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr "પà«àª²àª¿àª¸à« àªà«àª àªà«àª²àª° àªà«àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾: %s"
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "polkit àªà«àª°àª¿àª¯àª¾ %s બનાવવામાઠનિષà«àª«àª³àª¤àª¾\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "પà«àª²àªà«àª સàªàª¦àª°à«àª %s બનાવવામાઠનિષà«àª«àª³àª¤àª¾\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "પà«àª²àª¿àª¸à« àªà«àª સતà«àª¤àª¾àª§àª¿àªàª°àª£ %d %s àªàªàª¾àª¸àªµàª¾ માàªà« નિષà«àª«àª³"
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
"પà«àª²àª¿àª¸à« àªà«àª pid %2$d, uid %3$d, પરિણામ માàªàª¥à« àªà«àª°àª¿àª¯àª¾ %1$s નૠàªàª¨àªàª¾àª° àªàª°à«àª² àªà«: %4$s\n"
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr "pid %2$d, uid %3$d, result %4$s માàªàª¥à« પà«àª²àª¿àª¸à« àªà«àª°àª¿àª¯àª¾ %1$s નૠપરવાનàªà« àªàªªà«àª² àªà«"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr "àªà«àª²àª¾àªàª¨à«àª બિનàªàª§àª¾àª°àª¿àª¤ પà«àª²àª¿àª¸à«àªà«àª init માàªàªàª£à«àª¨à« પà«àª°àª¯àª¤à«àª¨ àªàª°àª¤à« હતà«"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
#, fuzzy
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "àªàªªàªàª°àª£ શà«àª§àª¾àª¯à« નહિàª: %s (%s)"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડિàªà«àª નà«àª¡"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -908,524 +924,526 @@ msgstr "àªà«àª¡àª¾àª£ હà«àª¶ àªà«àª·à«àªàªàª®àª¾àª સàªàªà«àª°àª¹
msgid "dev missing from connection hash table"
msgstr "àªà«àª¡àª¾àª£ હà«àª¶ àªà«àª·à«àªàªàª®àª¾àªàª¥à« àªà«àª® થયà«àª² vol"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "àª
àªà«àªàª¾àª¤ પà«àª°àªàª¾àª° '%s'"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "àª
àªà«àªàª¾àª¤ બà«àª àªàªªàªàª°àª£ '%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "àª
યà«àªà«àª¯ ફà«àª²à«àªªà« àªàªªàªàª°àª£ નામ: %s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "àª
યà«àªà«àª¯ હારà«àª¡àª¡àª¿àª¸à«àª àªàªªàªàª°àª£ નામ: %s"
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "àª
àªà«àªàª¾àª¤ સતà«àª¤àª¾àª§àª¿àªàª°àª£ પà«àª°àªàª¾àª° '%s'"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "ફà«àª²à«àªªà« ડિસà«àª માàªà« àª
યà«àªà«àª¯ બસ પà«àª°àªàª¾àª° '%s'"
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "ફà«àª²à«àªªà« ડિસà«àª માàªà« àª
યà«àªà«àª¯ બસ પà«àª°àªàª¾àª° '%s'"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "àª
àªà«àªàª¾àª¤ બà«àª àªàªªàªàª°àª£ '%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "àª
àªà«àªàª¾àª¤ સતà«àª¤àª¾àª§àª¿àªàª°àª£ પà«àª°àªàª¾àª° '%s'"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "àª
àªà«àªàª¾àª¤ સતà«àª¤àª¾àª§àª¿àªàª°àª£ પà«àª°àªàª¾àª° '%s'"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr "<interface type='network'/> સાથૠસà«àªªàª·à«àª થયà«àª² <source> 'નà«àªàªµàª°à«àª' àªà«àª£àª§àª°à«àª® નથà«"
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr "<interface type='bridge'/> સાથૠસà«àªªàª·à«àª થયà«àª² <source> 'dev' àªà«àª£àª§àª°à«àª® નથà«"
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr "સà«àªà«àª àªàª¨à«àªàª°àª«à«àª¸ સાથૠસà«àªªàª·à«àª થયà«àª² <source> 'પà«àª°à«àª' àªà«àª£àª§àª°à«àª® નથà«"
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr "સà«àªà«àª àªàª¨à«àªàª°àª«à«àª¸ સાથૠ<source> 'પà«àª°à«àª' àªà«àª£àª§àª°à«àª® નà«àª પદàªà«àªà«àª¦àª¨ àªàª°à« શàªàª¾àª¤à« નથà«"
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr "સà«àªà«àª àªàª¨à«àªàª°àª«à«àª¸ સાથૠસà«àªªàª·à«àª થયà«àª² <source> 'સરનામà«' àªà«àª£àª§àª°à«àª® નથà«"
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr "મà«àª¡à«àª² નામ àª
યà«àªà«àª¯ àª
àªà«àª·àª°à«àª¨à« સમાવૠàªà«"
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
msgid "Missing source path attribute for char device"
msgstr "àª
àªà«àª·àª° àªàªªàªàª°àª£ માàªà« àªà«àª°àª¹àª¾àªàª° સà«àª¤à«àª°à«àª¤ પાથ àªà«àª£àª§àª°à«àª®"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
msgid "Missing source host attribute for char device"
msgstr "àª
àªà«àª·àª° àªàªªàªàª°àª£ માàªà« àªà«àª® થયà«àª² સà«àª°à«àª¤ યàªàª®àª¾àª¨ àªà«àª£àª§àª°à«àª®"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr "àª
àªà«àª·àª° àªàªªàªàª°àª£ માàªà« àªà«àª® થયà«àª² સà«àª°à«àª¤ સà«àªµàª¾ àªà«àª£àª§àª°à«àª®"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr "àªà«àª® થયà«àª² àªàª¨àªªà«àª àªàªªàªàª°àª£ પà«àª°àªàª¾àª°"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "àª
àªà«àªàª¾àª¤ બà«àª àªàªªàªàª°àª£ '%s'"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "àª
àªà«àªàª¾àª¤ સતà«àª¤àª¾àª§àª¿àªàª°àª£ પà«àª°àªàª¾àª° '%s'"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "ps2 bus ઠ%s àªàª¨àªªà«àª àªàªªàªàª°àª£àª¨à« àªàª§àª¾àª° àªàªªàª¤à« નથà«"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "બિનàªàª§àª¾àª°àª¿àª¤ àªàª¨àªªà«àª બસ %s"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr "xen bus %s àªàª¨àªªà«àª àªàªªàªàª°àª£ નૠàªàª§àª¾àª° àªàªªàª¤à« નથà«"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "àªà«àª® થયà«àª² àªàª¨àªªà«àª àªàªªàªàª°àª£ પà«àª°àªàª¾àª°"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "àª
àªà«àªàª¾àª¤ àªàªªàªàª°àª£ પà«àª°àªàª¾àª°"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "%s માàªà« રà«àªªàª°à«àªàª¾àªàªàª¨àª¨à« દà«àª° àªàª°à« શàªàª¾àª¤à« નથà«"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "àª
àªà«àªàª¾àª¤ સતà«àª¤àª¾àª§àª¿àªàª°àª£ પà«àª°àªàª¾àª° '%s'"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "àª
àªà«àªàª¾àª¤ સાàªàª¨à«àª¡ મà«àª¡à«àª² પà«àª°àªàª¾àª°"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "dir %s નૠવાàªàªà« શàªàª¾àª¤à« નથà«: %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "àªàªªàªàª°àª£ %s àªà«àª²à« શàªàª¾àª¤à« નથà«"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "%s નૠવાàªàªà« શàªàª¾àª¤à« નથà«: %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "àªàªªàªàª°àª£ %s àªà«àª²à« શàªàª¾àª¤à« નથà«"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "àª
àªà«àªàª¾àª¤ સતà«àª¤àª¾àª§àª¿àªàª°àª£ પà«àª°àªàª¾àª° '%s'"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "àªà«àª® થયà«àª² \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "àªà«àª® થયà«àª² સà«àª°à«àª¤ યàªàª®àª¾àª¨"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "àªàªªàªàª°àª£ %s àªà«àª²à« શàªàª¾àª¤à« નથà«"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "%s નૠવાàªàªà« શàªàª¾àª¤à« નથà«: %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "àªàªªàªàª°àª£ %s àªà«àª²à« શàªàª¾àª¤à« નથà«"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "àª
àªà«àªàª¾àª¤ સતà«àª¤àª¾àª§àª¿àªàª°àª£ પà«àª°àªàª¾àª° '%s'"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "àª
àªà«àªàª¾àª¤ બà«àª àªàªªàªàª°àª£ '%s'"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "àª
àªà«àªàª¾àª¤ બà«àª àªàªªàªàª°àª£ '%s'"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "àªà«àª® થયà«àª² સà«àª°à«àª¤ યàªàª®àª¾àª¨"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "àª
àªà«àªàª¾àª¤ યàªàª®àª¾àª¨ %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "àª
àªà«àªàª¾àª¤ સતà«àª¤àª¾àª§àª¿àªàª°àª£ પà«àª°àªàª¾àª° %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "àªà«àª® થયà«àª² રà«àª àªàªàª"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "àª
àªà«àªàª¾àª¤ àªàªªàªàª°àª£ પà«àª°àªàª¾àª°"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "àªà«àª® થયà«àª² ડà«àª®à«àªàª¨ પà«àª°àªàª¾àª° àªà«àª£àª§àª°à«àª®à«"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "àª
યà«àªà«àª¯ ડà«àª®à«àªàª¨ પà«àª°àªàª¾àª°"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "UUID àªàª¤à«àªªàª¨à«àª¨ àªàª°àªµàª¾ માàªà« નિષà«àª«àª³: %s"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "મà«àª²àª«à«àª°à«àª® થયà«àª² uuid àªàªàª"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr "àªà«àª® થયà«àª² મà«àª®àª°à« àªàªàª"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "àª
નિàªà«àªàª¨à«àª¯ માહિતૠ'%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "OS પà«àª°àªàª¾àª° નથà«"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "બિનàªàª§àª¾àª°àª¿àª¤ àªàª°à«àªàª¿àªà«àªà«àªàª°"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "સà«àª¤à«àª°à«àª¤ àªàªªàªàª°àª£à«àª¨à« બહાર àªàª¾àª¢à« શàªàª¾àª¤à« નથà«"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "àªà«àª® થયà«àª² સà«àª°à«àª¤ àªàªªàªàª°àª£"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr "àª
àªà«àªàª¾àª¤ બà«àª àªàªªàªàª°àª£ '%s'"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "સà«àª¤à«àª°à«àª¤ àªàªªàªàª°àª£à«àª¨à« બહાર àªàª¾àª¢à« શàªàª¾àª¤à« નથà«"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
#, fuzzy
msgid "cannot extract filesystem devices"
msgstr "સà«àª¤à«àª°à«àª¤ àªàªªàªàª°àª£à«àª¨à« બહાર àªàª¾àª¢à« શàªàª¾àª¤à« નથà«"
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "સà«àª¤à«àª°à«àª¤ àªàªªàªàª°àª£à«àª¨à« બહાર àªàª¾àª¢à« શàªàª¾àª¤à« નથà«"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
#, fuzzy
msgid "cannot extract parallel devices"
msgstr "સà«àª¤à«àª°à«àª¤ àªàªªàªàª°àª£à«àª¨à« બહાર àªàª¾àª¢à« શàªàª¾àª¤à« નથà«"
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "સà«àª¤à«àª°à«àª¤ àªàªªàªàª°àª£à«àª¨à« બહાર àªàª¾àª¢à« શàªàª¾àª¤à« નથà«"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "સà«àª¤à«àª°à«àª¤ àªàªªàªàª°àª£à«àª¨à« બહાર àªàª¾àª¢à« શàªàª¾àª¤à« નથà«"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "સà«àª¤à«àª°à«àª¤ àªàªªàªàª°àª£à«àª¨à« બહાર àªàª¾àª¢à« શàªàª¾àª¤à« નથà«"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "સà«àª¤à«àª°à«àª¤ àªàªªàªàª°àª£à«àª¨à« બહાર àªàª¾àª¢à« શàªàª¾àª¤à« નથà«"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "સà«àª¤à«àª°à«àª¤ àªàªªàªàª°àª£à«àª¨à« બહાર àªàª¾àª¢à« શàªàª¾àª¤à« નથà«"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "બાàªàª§à«: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "ડà«àª®à«àªàª¨ àª
àªàªàª¾àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr "રà«àª àªàªàª સાàªàª¾ નથà«"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "àªà«àªªà«àª²à«àªà« cpuset વાàªà«àª¯àª°àªàª¨àª¾ àªà«àª·àª¤àª¿"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડà«àª®à«àªàª¨ પà«àª°àªàª¾àª° %d"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડà«àª®à«àªàª¨ પà«àª°àªàª¾àª° %d"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડà«àª®à«àªàª¨ પà«àª°àªàª¾àª° %d"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડà«àª®à«àªàª¨ પà«àª°àªàª¾àª° %d"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડà«àª®à«àªàª¨ પà«àª°àªàª¾àª° %d"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડà«àª®à«àªàª¨ પà«àª°àªàª¾àª° %d"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડà«àª®à«àªàª¨ પà«àª°àªàª¾àª° %d"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડà«àª®à«àªàª¨ પà«àª°àªàª¾àª° %d"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડà«àª®à«àªàª¨ પà«àª°àªàª¾àª° %d"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડà«àª®à«àªàª¨ પà«àª°àªàª¾àª° %d"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડà«àª®à«àªàª¨ પà«àª°àªàª¾àª° %d"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડિàªà«àª નà«àª¡"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડà«àª®à«àªàª¨ પà«àª°àªàª¾àª° %d"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડà«àª®à«àªàª¨ પà«àª°àªàª¾àª° %d"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડà«àª®à«àªàª¨ પà«àª°àªàª¾àª° %d"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "àª
નિàªà«àªàª¨àª¿àª¯ àªàª¿àªàª®àª¤ નà«àª¡"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ડિરà«àªà«àªàª°à« %s નૠબનાવૠશàªàª¾àª¤à« નથà«: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª² %s બનાવૠશàªàª¾àª¤à« નથà«: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª² %s નૠલàªà« શàªàª¾àª¤à« નથà«: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "config ફાàªàª² %s સàªàªà«àª°àª¹ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "'%s' dir àªà«àª²àªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "%s માàªà« રà«àªªàª°à«àªàª¾àªàªàª¨àª¨à« દà«àª° àªàª°à« શàªàª¾àª¤à« નથà«"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "àª
àªà«àªàª¾àª¤ virt પà«àª°àªàª¾àª°"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "àªàª²àª¾àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾ '"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "વાàªàªàªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾ "
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "%s ડિરà«àªà«àªàª°à« બનાવવામાઠનિષà«àª«àª³àª¤àª¾: %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "%s નૠiptables નિયમà«àª¨à« સàªàªà«àª°àª¹àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾: %s"
@@ -1436,56 +1454,56 @@ msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
"àªà«àª·à«àªàª '%s' માઠàªàª¤àª¾àª° '%s' માàªàª¥à« iptables નિયમ '%s' નૠદà«àª° àªàª°àªµàª¾ માàªà« નિષà«àª«àª³: %s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr "àªà«àª·à«àªàª '%s' માઠàªàª¤àª¾àª° '%s' માàªàª¥à« iptables નિયમ '%s' નૠàªàª®à«àª°àªµàª¾ માàªà« નિષà«àª«àª³: %s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "àªà«àª¡àª¾àª£ URI નà«àª પદàªà«àªà«àª¦àª¨ àªàª°à« શàªà«àª¯àª¾ નહિàª"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "લà«àª ડિરà«àªà«àªàª°à« %s બનાવૠશàªàª¾àª¤à« નથà«: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "àªàª°à«àª¨àª² પાથ àªàª£à« લાàªàª¬à« àªà«"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "પાàªàªª બનાવૠશàªàª¾àª¤à« નથà«: %s"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare ઠuri નૠસà«àª¯à«àªàª¿àª¤ àªàª°à« શàªàª¾àª¤à« નથà«"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domainMigratePrepare ઠuri નૠસà«àª¯à«àªàª¿àª¤ àªàª°à« શàªàª¾àª¤à« નથà«"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr "પાથ ઠNULL àªà«"
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr "ફà«àª²à«àªà« શà«àª¨à«àª¯ હà«àªµàª¾ ઠàªà«àªàª"
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr "બફર NULL àªà«"
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr "ફà«àª²à«àªà« પરિમાણ VIR_MEMORY_VIRTUAL હà«àªµàª¾ ઠàªà«àªàª"
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr "બફર NULL àªà« પરàªàª¤à« માપ શà«àª¨à«àª¯ નથà«"
@@ -1529,12 +1547,12 @@ msgstr "àª
સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨ %s બનાવવામાàª
msgid "failed to bind new root %s"
msgstr "'%s' માàªà« સà«àªà«àªàª¨à« બાàªàª§àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾ : %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "'%s' બનાવવામાઠનિષà«àª«àª³"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "'%s' માàªà« સà«àªà«àªàª¨à« બાàªàª§àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾ : %s"
@@ -1707,21 +1725,21 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr "uuid સાથૠબàªàª§àª¬à«àª¸àª¤à« ડà«àª®à«àªàª¨ નથà«"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr "સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨àª¨à« àªàª¾àª¢à« શàªàª¾àª¤à« નથà«"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨àª¨à« àªàª¾àª¢à« શàªàª¾àª¤à« નથà«"
@@ -1776,7 +1794,7 @@ msgstr "àªàª®àª¾àª àª
યà«àªà«àª¯ ડà«àª®à«àªàª¨ નિરà«àª¦à«àª¶
msgid "failed to kill pid %d"
msgstr "tty pid ફાàªàª² %s બàªàª§ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "ફાàªàª² '%s' સà«àª¥àª¿àª¤àª¿ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
@@ -1811,229 +1829,239 @@ msgstr "ડà«àª®à«àªàª¨ નામ"
msgid "no domain with id %d"
msgstr "id %d સાથૠડà«àª®à«àªàª¨ નથà«"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "àª
àªà«àªàª¾àª¤ પà«àª°àªà«àª°àª¿àª¯àª¾: %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "ડà«àª®à«àªàª¨ %s àªà«àª¡àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "àª
યà«àªà«àª¯ પાથ: %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "virXPathNode() માઠàª
યà«àªà«àª¯ પરિમાણ"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "સરનામાઠ%d નૠપà«àª¥à«àª¥àªàª°àª£ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "સરનામાઠ%d નૠપà«àª¥à«àª¥àªàª°àª£ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "સરનામાઠ%d નૠપà«àª¥à«àª¥àªàª°àª£ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "'%s' હà«àª¡àª°àª¨à« વાàªàªà« શàªàª¾àª¤à« નથà«: %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr "માàªàªàª£à«àª¨à« àªàªàª³ ધપાવૠરહà«àª¯àª¾ àªà«, પરàªàª¤à« IPv4 સરનામà«/નà«àªàª®àª¾àª¸à«àª પà«àª°à« પાડà«àª² નથà«"
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "àª
àªà«àªàª¾àª¤ સતà«àª¤àª¾àª§àª¿àªàª°àª£ પà«àª°àªàª¾àª° '%s'"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr "નà«àªàªµàª°à«àª રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª²àª¨àª¾àª® '%s' ઠનà«àªàªµàª°à«àª નામ '%s' સાથૠબàªàª§àª¬à«àª¸àª¤à« નથà«"
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "%s માàªà« રà«àªªàª°à«àªàª¾àªàªàª¨àª¨à« દà«àª° àªàª°à« શàªàª¾àª¤à« નથà«"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "ડà«àª®à«àªàª¨ %s પહà«àª²àª¾àª¥à« ઠહાàªàª° àªà«"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "નà«àªàªµàª°à«àª '%s' àªàªªà«àªàªª શરૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "બà«àª°àª¿àª àªàª§àª¾àª°àª¨à« શરà«àªàª¤ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "qemudStartup: મà«àª®àª°à«àª¨à« બહાર"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
#, fuzzy
msgid "Reloading iptables rules\n"
msgstr "iptables નિયમૠનૠપà«àª¨:લà«àª¡ àªàª°à« રહà«àª¯àª¾ àªà«"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr "સરà«àªµàª° માàªà« IP સરનામાઠવàªàª° dhcp ડિમનનૠશરૠàªàª°à« શàªàª¾àª¤à« નથà«"
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "લà«àª ડિરà«àªà«àªàª°à« %s બનાવૠશàªàª¾àª¤à« નથà«: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr ""
"'%s' માàªàª¥à« àªàªàª³ ધપાવાનૠપરવાનàªà« àªàªªàªµàª¾ માàªà« iptables નિયમનૠàªàª®à«àª°àªµàª¾àª®àª¾àª નિષà«àª«àª³ : %s\n"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr ""
"'%s' માઠàªàªàª³ ધપાવવાનૠપરવાનàªà« àªàªªàªµàª¾ માàªà« iptables નિયમનૠàªàª®à«àª°àªµàª¾àª®àª¾àª નિષà«àª«àª³ : %s\n"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "masquerading નૠસàªà«àª°àª¿àª¯ àªàª°àªµàª¾ માàªà« iptables નિયમનૠàªàª®à«àª°àªµàª¾àª¨à«àª નિષà«àª«àª³: %s\n"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr ""
"'%s' માàªàª¥à« રાàªàªà«àªàª નૠપરવાનàªà« àªàªªàªµàª¾ માàªà« iptables નિયમનૠàªàª®à«àª°àªµàª¾àª¨à«àª નિષà«àª«àª³ : %s\n"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "'%s' નૠરાàªàªà«àªàª નૠપરવાનàªà« àªàªªàª¾àªµ માàªà« iptables નિયમનૠàªàª®à«àª°àªµàª¾àª¨à«àª નિષà«àª«àª³ : %s\n"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "'%s' માàªàª¥à« DHCP સà«àªàª¨à«àª¨à« પરવાનàªà« àªàªªàªµàª¾ માàªà« iptables નિયમનૠàªàª®à«àª°àªµàª¾àª¨à«àª નિષà«àª«àª³ : %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr ""
"'%s' માàªàª¥à« DNS સà«àªàª¨à«àª¨à« પરવાનàªà« àªàªªàªµàª¾ માàªà« iptables નિયમનૠàªàª®à«àª°àªµàª¾ માàªà« નિષà«àª«àª³ : %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "'%s' માàªàª¥à« બà«àª²à«àª àªàªàªàª¬àª¾àªàª¨à«àª¡ àªà«àª°àª¾àª«àª¿àª નૠiptables નિયમનૠàªàª®à«àª°àªµàª¾ માàªà« નિષà«àª«àª³: %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "'%s' માઠબà«àª²à«àª àªàª¨àª¬àª¾àªàª¨à«àª¡ àªà«àª°àª¾àª«àª¿àª iptables નિયમનૠàªàª®à«àª°àªµàª¾ માàªà« નિષà«àª«àª³: %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "'%s' પર àªà«àª°à«àª¸ બà«àª°àª¿àª àªà«àª°àª¾àª«àª¿àª નૠiptables નિયમનૠàªàª®à«àª°àªµàª¾ માàªà« નિષà«àª«àª³ : %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "નà«àªàªµàª°à«àª પહà«àª²àª¾àª¥à« ઠસàªà«àª°àª¿àª¯ àªà«"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "બà«àª°àª¿àª '%s' બનાવૠશàªàª¾àª¤à« નથà«: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "'%s' માઠબà«àª°àª¿àª '%s' પર IP સરનામાઠનૠસà«àª¯à«àªàª¿àª¤ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "'%s' માઠબà«àª°àª¿àª '%s' પર નà«àªàª®àª¾àª¸à«àªàª¨à« સà«àª¯à«àªàª¿àª¤ àªàª°à« શàªàª¾àª¤à« નથૠ: %s "
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "બà«àª°àª¿àª '%s' àªàªªàª° લાવવામાઠનિષà«àª«àª³: %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "IP àªàªàª³ ધપાવવાનà«àª સàªà«àª°àª¿àª¯ àªàª°àªµàª¾ માàªà« નિષà«àª«àª³ : %s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "બà«àª°àª¿àª '%s' નà«àªà« મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "બà«àª°àª¿àª '%s' àªàª¾àª¢à« નાàªàªàªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "નà«àªàªµàª°à«àª '%s' નૠબàªàª§ àªàª°à« રહà«àª¯àª¾ àªà«"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr "uuid બàªàª§àª¬à«àª¸àªµàª¾ સાથૠનà«àªàªµàª°à«àª નથà«"
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr "બàªàª§àª¬à«àª¸àª¤àª¾ નામ સાથૠનà«àªàªµàª°à«àª નથà«"
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "નà«àªàªµàª°à«àª પહà«àª²àª¾àª¥à« ઠસàªà«àª°àª¿àª¯ àªà«"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr "બàªàª§àª¬à«àª¸àª¤àª¾ id સાથૠનà«àªàªµàª°à«àª નથà«"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "નà«àªàªµàª°à«àª '%s' સàªà«àª°àª¿àª¯ નથà«"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "àªàªªà«àªàªª શરૠથતૠડિરà«àªà«àªàª°à« %s બનાવૠશàªàª¾àª¤à« નથà«: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "'%s' નૠsymlink '%s' નૠબનાવવામાઠનિષà«àª«àª³: %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "symlink '%s' નૠàªàª¾àª¢à« નાàªàªàªµàª¾ માàªà« નિષà«àª«àª³': %s"
@@ -2044,7 +2072,267 @@ msgstr "symlink '%s' નૠàªàª¾àª¢à« નાàªàªàªµàª¾ માàªà« નિ
msgid "no node device with matching name"
msgstr "બàªàª§àª¬à«àª¸àª¤àª¾ નામ સાથૠસàªàªà«àª°àª¹ vol નથà«"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "àªàªªàªàª°àª£ હà«àª¡àª° %s નૠસાફ àªàª°à« શàªàª¾àª¤à« નથà«"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "àªà«àª® થયà«àª² સà«àª°à«àª¤ પાથ"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "àª
àªà«àªàª¾àª¤ સàªà«àª°àª¹ vol પà«àª°àªàª¾àª° %d"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "ફાàªàª² માલિઠ'%s' સà«àª¯à«àªàª¿àª¤ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "àª
યà«àªà«àª¯ સાàªàª¨à«àª¡ મà«àª¡à«àª² '%s'"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "નà«àªàªµàª°à«àª àªàª¨à«àªàª°àª«à«àª¸ પà«àª°àªàª¾àª°"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "%s માઠàª
યà«àªà«àª¯ નà«àªàªµàª°à«àª નિરà«àª¦à«àª¶àª"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "àª
àªà«àªàª¾àª¤ સતà«àª¤àª¾àª§àª¿àªàª°àª£ પà«àª°àªàª¾àª° '%s'"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "%s માઠàª
યà«àªà«àª¯ સàªàªà«àª°àª¹ pool"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "%s માઠàª
યà«àªà«àª¯ ડà«àª®à«àªàª¨ નિરà«àª¦à«àª¶àª"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "%s માઠàª
યà«àªà«àª¯ ડà«àª®à«àªàª¨ નિરà«àª¦à«àª¶àª"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "àª
યà«àªà«àª¯ સાàªàª¨à«àª¡ મà«àª¡à«àª² '%s'"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "àª
યà«àªà«àª¯ સાàªàª¨à«àª¡ મà«àª¡à«àª² '%s'"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "%s માઠàª
યà«àªà«àª¯ àªà«àª¡àª¾àª£ નિરà«àª¦à«àª¶àª"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "મà«àª²àª«à«àª°à«àª® થયà«àª² uuid àªàªàª"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "àªà«àª·àª®àª¤àª¾ àªàªàª àªà«àª°àª¹àª¾àªàª°"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "àª
àªà«àªàª¾àª¤ સતà«àª¤àª¾àª§àª¿àªàª°àª£ પà«àª°àªàª¾àª° '%s'"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "àª
àªà«àªàª¾àª¤ સતà«àª¤àª¾àª§àª¿àªàª°àª£ પà«àª°àªàª¾àª° '%s'"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "%s àªà«àª²à« શàªàª¾àª¤à« નથà«: %s"
@@ -2204,7 +2492,7 @@ msgstr "ડà«àª®à«àªàª¨ ઠબàªàª§ àªàª°àªµàª¾àª¨à« સà«àª¥àª¿àª¤à«
msgid "Could not read container config"
msgstr "àªà«àª¡àª¾àª£ URI નà«àª પદàªà«àªà«àª¦àª¨ àªàª°à« શàªà«àª¯àª¾ નહિàª"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr "àª
àªà«àªàª¾àª¤ પà«àª°àªàª¾àª° '%s'"
@@ -2218,6 +2506,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "àªà«àª¡àª¾àª£ URI નà«àª પદàªà«àªà«àª¦àª¨ àªàª°à« શàªà«àª¯àª¾ નહિàª"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "pid ફાàªàª² '%s' àªà«àª²àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾ : %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "સàªàªà«àª¤ પાàªàªª માàªàª¥à« વાàªàªàªµàª¾ માàªà« નિષà«àª«àª³: %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "pid ફાàªàª² '%s' લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾ : %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "pid ફાàªàª² '%s' àªà«àª²àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾ : %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "પà«àª°àªà«àª°àª¿àª¯àª¾ નિષà«àª«àª³: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "'%s' માàªà« સà«àªà«àªàª¨à« બાàªàª§àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾ : %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "હાયપરવિàªàª° સાથૠàªà«àª¡àª¾àªµàª¾àª®àª¾àª નિષà«àª«àª³"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "'%s' માàªà« સà«àªà«àªàª¨à« બાàªàª§àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾ : %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "%s માàªàª¥à« vol બનાવવામાઠનિષà«àª«àª³"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "uid '%d' માàªà« વપરાશàªàª°à«àª¤àª¾àª¨à« રà«àªà«àª°à«àª¡ શà«àª§àªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "%s માàªàª¥à« pool બનાવવામાઠનિષà«àª«àª³"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2262,697 +2615,765 @@ msgstr "પà«àª°à«àªà«àª¸à« સાથૠસàªàªªàª°à«àªàªµà«àª¯àªµàª¹
msgid "got asynchronous packet number %d\n"
msgstr "àª
સà«àª®à«àª³ પà«àªà«àª નàªàª¬àª° %d મળà«àª¯à«àª\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "qemu %d pid %lu માàªàª¥à« àª
નિàªà«àªàª¨àª¿àª¯ બહાર નà«àªàª³àªµàª¾àª¨à« સà«àª¥àª¿àª¤àª¿"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr "àª
નિàªà«àªàª¨àª¿àª¯ બહાર નà«àªàª³àªµàª¾àª¨à« સà«àª¥àª¿àª¤àª¿ '%d', qemu àªàª¦àª¾àª નિષà«àª«àª³ થઠશàªà« àªà«"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "QEMU બાàªàª¨àª°à« %s શà«àª§à« શàªàª¾àª¤à« નથà«: %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "નà«àªàªµàª°à«àª '%s' શà«àª§àª¾àª¯à« નહિàª"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr "નà«àªàªµàª°à«àª પà«àª°àªàª¾àª° %d àªàª§àª¾àª°àªà«àª¤ નથà«"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr "બà«àª°àª¿àª àªàª§àª¾àª°àª¨à« શરà«àªàª¤ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "બà«àª°àª¿àª '%s' માઠàªàª¨à«àªàª°àª«à«àª¸ '%s' àªà«àªª àªàª®à«àª°àªµàª¾àª®àª¾àª નિષà«àª«àª³ : %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "બà«àª°àª¿àª '%s' માઠàªàª¨à«àªàª°àª«à«àª¸ '%s' àªà«àªª àªàª®à«àª°àªµàª¾àª®àª¾àª નિષà«àª«àª³ : %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "'info blockstats' ઠqemu દà«àª¦àª¾àª°àª¾ àªàª§àª¾àª°àªà«àª¤ નથà«"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
#, fuzzy
msgid "STDIO migration is not supported with this QEMU binary"
msgstr "'info blockstats' ઠqemu દà«àª¦àª¾àª°àª¾ àªàª§àª¾àª°àªà«àª¤ નથà«"
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "બિનàªàª§àª¾àª°àª¿àª¤ ડિસà«àª પà«àª°àªàª¾àª° '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "બિનàªàª§àª¾àª°àª¿àª¤ ડિસà«àª પà«àª°àªàª¾àª° '%s'"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr "બિનàªàª§àª¾àª°àª¿àª¤ ડિસà«àª પà«àª°àªàª¾àª° '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "àª
યà«àªà«àª¯ સાàªàª¨à«àª¡ મà«àª¡à«àª²"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "àª
યà«àªà«àª¯ ડà«àª®à«àªàª¨ નામ"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "àª
યà«àªà«àª¯ પાથ"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "મà«àª¨àª¿àªàª° પાથ %s àªà«àª²àªµàª¾àª®àª¾àª àª
સમરà«àª¥"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "નà«àª¡ ડà«àª®à«àªàª¨ યાદà«"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "exec ફાàªàª² વરà«àª£àª¨àª¾àªàª¾àª° ફà«àª²à«àª બàªàª§ àªàª°àªµàª¾àª¨à«àª સà«àª¯à«àªàª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "બિન-બà«àª²à«àªà«àªàª ફાàªàª² વરà«àª£àª¨àª¾àªàª¾àª° ફà«àª²à«àªàª¨à« સà«àª¯à«àªàª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "લà«àª ફાàªàª² %s બનાવવામાઠનિષà«àª«àª³: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "VM લà«àªàª«àª¾àªàª² close-on-exec ફà«àª²à«àª %s નૠસà«àª¯à«àªàª¿àª¤ àªàª°àªµàª¾ માàªà« àª
સમરà«àª¥"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "લà«àª ફાàªàª² %s બનાવવામાઠનિષà«àª«àª³: %s"
-#: src/qemu_driver.c:211
-#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "લà«àª ફાàªàª² %s બનાવવામાઠનિષà«àª«àª³: %s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "VM લà«àªàª«àª¾àªàª² close-on-exec ફà«àª²à«àª %s નૠસà«àª¯à«àªàª¿àª¤ àªàª°àªµàª¾ માàªà« àª
સમરà«àª¥"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "tty %s àªà«àª²àªµàª¾àª®àª¾àª àª
સમરà«àª¥: %s\n"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "VM '%s' àªàªªà«àªàªª શરૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "બà«àª²à«àª પરિસà«àª¥àª¿àª¤àª¿ %s %s મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "%s માàªàª¥à« ડà«àª®à«àªàª¨ બનાવવામાઠનિષà«àª«àª³"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "ડà«àª®à«àªàª¨ %s નૠ%s માઠસàªàªà«àª°àª¹àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "%s ડિરà«àªà«àªàª°à« બનાવવામાઠનિષà«àª«àª³àª¤àª¾: %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "વરà«àª¤àª®àª¾àª¨ સમય નàªà«àªà« àªàª°àªµàª¾àª®àª¾àª àª
સમરà«àª¥"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "સà«àª¥àª¿àª¤àª¿ '%s' નૠપદàªà«àªà«àª¦àª¨ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "સà«àª¥àª¿àª¤àª¿ '%s' નૠપદàªà«àªà«àª¦àª¨ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
+
+#: src/qemu_driver.c:476
#, fuzzy, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "VM '%s' àªàªªà«àªàªª શરૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup: મà«àª®àª°à«àª¨à« બહાર"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr "àªà«àª¯àª¾àª°à« %s શરà«àªàª¤à« àªàªàªàªªà«àª વાàªàªàªµàª¾ દરમિયાન નિષà«àª«àª³àª¤àª¾"
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr "%s શરà«àªàª¤à« àªàªàªàªªà«àª નૠવાàªàªàªµàª¾ દરમિયાન સમયનૠસમાપà«àª¤àª¿"
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr "àªà«àª¯àª¾àª°à« %s શરà«àªàª¤à« àªàªàªàªªà«àª વાàªàªàªµàª¾ દરમિયાન àªàªà«àª¯àª¾ નૠબહાર"
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, fuzzy, c-format
+msgid "Out of space while reading %s log output"
+msgstr "àªà«àª¯àª¾àª°à« %s શરà«àªàª¤à« àªàªàªàªªà«àª વાàªàªàªµàª¾ દરમિયાન àªàªà«àª¯àª¾ નૠબહાર"
+
+#: src/qemu_driver.c:757
+#, fuzzy, c-format
+msgid "Failure while reading %s log output"
+msgstr "àªà«àª¯àª¾àª°à« %s શરà«àªàª¤à« àªàªàªàªªà«àª વાàªàªàªµàª¾ દરમિયાન નિષà«àª«àª³àª¤àª¾"
+
+#: src/qemu_driver.c:771
+#, fuzzy, c-format
+msgid "Timed out while reading %s log output"
+msgstr "%s શરà«àªàª¤à« àªàªàªàªªà«àª નૠવાàªàªàªµàª¾ દરમિયાન સમયનૠસમાપà«àª¤àª¿"
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr "મà«àª¨àª¿àªàª° પાથ %s àªà«àª²àªµàª¾àª®àª¾àª àª
સમરà«àª¥"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr "મà«àª¨àª¿àªàª° close-on-exec ફà«àª²à«àªàª¨à« સà«àª¯à«àªàª¿àª¤ àªàª°àªµàª¾àª®àª¾àª àª
સમરà«àª¥"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr "બિન-બà«àª²à«àªàª¿àªàª સà«àª¥àª¿àª¤àª¿ માઠમà«àª¨àª¿àªàª°àª¨à« મà«àªàªµàª¾ માàªà« àª
સમરà«àª¥"
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "લà«àª ફાàªàª² %d બàªàª§ àªàª°àªµàª¾àª®àª¾àª àª
સમરà«àª¥: %s"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "tty àªà«àª£àª§àª°à«àª®à« સà«àª¯à«àªàª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾: %s\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr "CPU થà«àª°à«àª¡ àªàª¾àª£àªàª¾àª°à« નૠલઠàªàªµàªµàª¾ માàªà« મà«àª¨àª¿àªàª° àªàª¦à«àª¶àª¨à« àªàª²àª¾àªµà« શàªàª¾àª¤à« નથà«"
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "CPU àªàªàª°à«àª·àª£ %s નૠસà«àª¯à«àªàª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr "ફરૠશરૠથતૠàªà«àª°àª¿àª¯àª¾ નિષà«àª«àª³"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "વરà«àª¤àª®àª¾àª¨ સમય નàªà«àªà« àªàª°àªµàª¾àª®àª¾àª àª
સમરà«àª¥"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "VM પહà«àª²àª¾àª¥à« ઠસàªà«àª°àª¿àª¯ àªà«"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr "વપરાતા ન હà«àª¯ તà«àªµàª¾ VNC પà«àª°à«àª નૠશà«àª§àªµàª¾àª®àª¾àª àª
સમરà«àª¥"
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "લà«àª ડિરà«àªà«àªàª°à« %s બનાવૠશàªàª¾àª¤à« નથà«: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "QEMU બાàªàª¨àª°à« %s શà«àª§à« શàªàª¾àª¤à« નથà«: %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "QEMU બાàªàª¨àª°à« %s શà«àª§à« શàªàª¾àª¤à« નથà«: %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "લà«àª ફાàªàª² %d માઠargv લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "લà«àª ફાàªàª² %d માઠargv લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "લà«àª ફાàªàª² %d માઠargv લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "ડà«àª®à«àªàª¨ %s ઠબàªàª§ થઠàªàª¯à«àª² àªà«\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "VM '%s' નૠબàªàª§ àªàª°à« રહયા àªà«"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "'%s' માàªà« સà«àªà«àªàª¨à« બાàªàª§àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾ : %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "લà«àª ફાàªàª² %d બàªàª§ àªàª°àªµàª¾àª®àª¾àª àª
સમરà«àª¥: %s"
+msgid "Failed to remove domain status for %s"
+msgstr "%s માàªàª¥à« ડà«àª®à«àªàª¨ બનાવવામાઠનિષà«àª«àª³"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "VM àªàª¨à«àª¸à«àª² માહિતૠનૠલà«àª àªàª°àªµàª¾àª®àª¾àª àª
સમરà«àª¥: %s"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "tty %s àªà«àª²àªµàª¾àª®àª¾àª àª
સમરà«àª¥: %s\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr "NUMA ઠયàªàª®àª¾àª¨ પર àªàª§àª¾àªà«àª¤ નથà«"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr "NUMA મà«àªà«àª¤ મà«àª®àª°à« નૠતપાસ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "યàªàª®àª¾àª¨àª¨àª¾àª® મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "ડà«àª®à«àªàª¨ %s પહà«àª²àª¾àª¥à« ઠહાàªàª° àªà«"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "ડà«àª®à«àªàª¨ %s પહà«àª²àª¾àª¥à« ઠહાàªàª° àªà«"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "બàªàª§àª¬à«àª¸àª¤à« id %d સાથૠડà«àª®à«àªàª¨ નથà«"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "ડà«àª®à«àªàª¨ àªàª¾àª²à« રહà«àª¯à«àª નથà«"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr "લàªàªà«àª²à« àªà«àª°àª¿àª¯àª¾ નિષà«àª«àª³"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr "બàªàª§ àªàª°àªµàª¾àª¨à« પà«àª°àªà«àª°àª¿àª¯àª¾ નિષà«àª«àª³"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "બàªàª§àª¬à«àª¸àª¤à« uuid '%s' સાથૠડà«àª®à«àªàª¨ નથà«"
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr "હાલનૠમà«àª®àª°à« àªàª°àª¤àª¾ નà«àªà« મહતà«àª¤àª® મà«àª®àª°à«àª¨à« સà«àª¯à«àªàª¿àª¤ àªàª°à« શàªàª¾àª¤à« નથà«"
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr "સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨àª¨à« મà«àª®àª°à« સà«àª¯à«àªàª¿àª¤ àªàª°à« શàªàª¾àª¤à«àª¨àª¥à«"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr "મહતà«àª¤àª® મà«àª®àª°à« àªàª°àª¤à« àªàªàªà« મà«àª®àª°à«àª¨à« સà«àª¯à«àªàª¿àª¤ àªàª°à« શàªàª¾àª¤à« નથà«"
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr "ડà«àª®à«àªàª¨ xml મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr "'%s' બનાવવામાઠનિષà«àª«àª³"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
msgstr "હà«àª¡àª° સàªàªà«àª°àª¹ લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr "xml લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "લà«àª ફાàªàª² %d બàªàª§ àªàª°àªµàª¾àª®àª¾àª àª
સમરà«àª¥: %s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "મà«àª®àª°à«àª¨à« બહાર"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr "ફà«àª°àª¬àª¦àª² àªà«àª°àª¿àª¯àª¾ નિષà«àª«àª³"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
#, fuzzy
msgid "'migrate' not supported by this qemu"
msgstr "'info blockstats' ઠqemu દà«àª¦àª¾àª°àª¾ àªàª§àª¾àª°àªà«àª¤ નથà«"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr "àª
સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨ માàªà« રà«àªªàª°à«àªàª¾àªàªàª¨ àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°à«"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr "ડà«àª®à«àªàª¨ માàªà« મહતà«àª¤àª® vcpus નàªà«àªà« àªàª°à« શàªàª¾àª¤à« નથà«"
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr "સà«àªàª¿àª¤ vcpus ડà«àª®à«àªàª¨ માàªà« પરવાનàªà«àª¯ vcpus મહતà«àª¤àª® àªàª°àª¤àª¾ વધારૠàªà«: %d > %d"
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
msgid "cannot pin vcpus on an inactive domain"
msgstr "àª
સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨ પર vcpus પà«àª¨ àªàª°à« શàªàª¾àª¤à« નથà«"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "સà«àª®àª¾ %d નૠબહાર vcpu નàªàª¬àª°> %d"
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "સàªàª¬àªàª§ સà«àª¯à«àªàª¿àª¤ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr "cpu સàªàª¬àªàª§ àªàª§àª¾àª°àªà«àª¤ નથà«"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "સàªàª¬àªàª§ મà«àª³àªµà« શàªàª¾àª¤à« નથà«: %s"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr "cpu સàªàª¬àªàª§ àªàªªàª²à«àª¬àª§ નથà«"
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "ડà«àª®à«àªàª¨ વà«àª¯àª¾àªà«àª¯àª¾ '%d' માઠàª
àªà«àªàª¾àª¤ virt પà«àª°àªàª¾àª°"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "વરà«àª¤àª®àª¾àª¨ સમય નàªà«àªà« àªàª°àªµàª¾àª®àª¾àª àª
સમરà«àª¥"
+
+#: src/qemu_driver.c:3014
+#, fuzzy, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr "vCPU àªàª£àª¤àª°à« મહતà«àª¤àª® àªàª°àª¤àª¾ વધારૠàªà«: %d > %d"
+
+#: src/qemu_driver.c:3023
+#, fuzzy, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr "vCPU àªàª£àª¤àª°à« મહતà«àª¤àª® àªàª°àª¤àª¾ વધારૠàªà«: %d > %d"
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr "ડà«àª®à«àªàª¨ àªàª®à«àª વાàªàªà« શàªàª¾àª¤à« નથà«"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr "qemu હà«àª¡àª° વાàªàªàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr "àªàª®à«àª મà«àªàª¿àª સાàªà« નથà«"
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "àªàª®à«àª àªàªµà«àª¤à«àª¤àª¿ àªàª§àª¾àª°àªà«àª¤ નથૠ(%d > %d)"
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr "XML વાàªàªàªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr "XML પદàªà«àªà«àª¦àª¨ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr "'%s' તરà«àªà« ડà«àª®à«àªàª¨ પહà«àª²àª¾àª¥à« ઠસàªà«àª°àª¿àª¯ àªà«"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
msgid "failed to assign new VM"
msgstr "નવા VM નૠસà«àªàªªàªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr "VM શરૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
msgid "failed to resume domain"
msgstr "ડà«àª®à«àªàª¨àª¨à« ફરૠશરૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "બિનàªàª§àª¾àª°àª¿àª¤ ડિસà«àª પà«àª°àªàª¾àª° '%s'"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "cdrom મà«àª¡àª¿àª¯àª¾ બદલૠશàªàª¾àª¤à« નથà«"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "cdrom મà«àª¡àª¿àª¯àª¾ બદલૠશàªàª¾àª¤à« નથà«"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, fuzzy, c-format
msgid "target %s already exists"
msgstr "સàªàªà«àª°àª¹ vol પહà«àª²à«àª¥à« હાàªàª° àªà«"
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "%s નૠવાàªàªà« શàªàª¾àª¤à« નથà«: %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "ડà«àª®à«àªàª¨ %s પહà«àª²àª¾àª¥à« ઠહાàªàª° àªà«"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "સà«àª¤à«àª°à«àª¤ àªàªªàªàª°àª£à«àª¨à« બહાર àªàª¾àª¢à« શàªàª¾àª¤à« નથà«"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "યàªàª®àª¾àª¨ વà«àª¯àª¾àªà«àª¯àª¾ ફાàªàª² લાવૠરહà«àª¯àª¾ àªà«àª"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "સà«àª¤à«àª°à«àª¤ àªàªªàªàª°àª£à«àª¨à« બહાર àªàª¾àª¢à« શàªàª¾àª¤à« નથà«"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "યàªàª®àª¾àª¨ વà«àª¯àª¾àªà«àª¯àª¾ ફાàªàª² લાવૠરહà«àª¯àª¾ àªà«àª"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr "àª
સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨ પર àªàªªàªàª°àª£ àªà«àª¡àª¾àª શàªàª¾àª¤à« નથà«"
-#: src/qemu_driver.c:3451
-#, fuzzy
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, fuzzy, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr "ફà«àªàª¤ CDROM ડિસà«àª àªàªªàªàª°àª£à« àªà«àª¡àª¾àª શàªà« àªà«"
-#: src/qemu_driver.c:3460
-#, fuzzy
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, fuzzy, c-format
+msgid "device type '%s' cannot be attached"
msgstr "ફà«àªàª¤ CDROM ડિસà«àª àªàªªàªàª°àª£à« àªà«àª¡àª¾àª શàªà« àªà«"
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "ડà«àª®à«àªàª¨ શà«àª§àª¾àª¯à« નહિàª"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "ડà«àª®à«àªàª¨àª¨à« ફરૠશરૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "%s માàªàª¥à« àªàªªàªàª°àª£ àªà«àª¡àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "àª
સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨ પર àªàªªàªàª°àª£ àªà«àª¡àª¾àª શàªàª¾àª¤à« નથà«"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
#, fuzzy
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr "ફà«àªàª¤ CDROM ડિસà«àª àªàªªàªàª°àª£à« àªà«àª¡àª¾àª શàªà« àªà«"
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨àª¨à« મà«àª®àª°à« સà«àª¯à«àªàª¿àª¤ àªàª°à« શàªàª¾àª¤à«àª¨àª¥à«"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "àªàªªà«àªàªª શરૠથતૠડિરà«àªà«àªàª°à« %s બનાવૠશàªàª¾àª¤à« નથà«: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "'%s' નૠsymlink '%s' નૠબનાવવામાઠનિષà«àª«àª³: %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "àª
યà«àªà«àª¯ પાથ: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr "'info blockstats' àªàª¦à«àª¶ નિષà«àª«àª³"
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "'info blockstats' ઠqemu દà«àª¦àª¾àª°àª¾ àªàª§àª¾àª°àªà«àª¤ નથà«"
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "àªàªªàªàª°àª£ શà«àª§àª¾àª¯à« નહિàª: %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr "NULL àª
થવા àªàª¾àª²à« પાથ"
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "àª
યà«àªà«àª¯ પાથ, '%s' ઠàªàª¾àª£à«àª¤à« àªàª¨à«àªàª°àª«à«àª¸ નથà«"
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "'%s' dir àªà«àª²àªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "lseek àª
થવા ફાàªàª²àª®àª¾àªàª¥à« વાàªàªàªµàª¾ માàªà« નિષà«àª«àª³: %s: %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "àª
યà«àªà«àª¯ પાથ"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr "QEMU ડà«àª°àª¾àªàªµàª° ફàªà«àª¤ વરà«àªà«àª¯à«àª
લ મà«àª®àª°à« સરનામાઠનૠàªàª§àª¾àª° àªàªªà« àªà«"
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "àªà«àª²àªµàª¾àª®àª¾àª(%s) નિષà«àª«àª³: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "lvs àªàª¦à«àª¶ નિષà«àª«àª³"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s: લà«àª ફાàªàª² લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "નà«àª¡ ડà«àª®à«àªàª¨ યાદà«"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "UUID àªàª¤à«àªªàª¨à«àª¨ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "'%s' તરà«àªà« ડà«àª®à«àªàª¨ પહà«àª²àª¾àª¥à« ઠસàªà«àª°àª¿àª¯ àªà«"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "VM શરૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "પà«àª°àªà«àª°àª¿àª¯àª¾ નિષà«àª«àª³: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "ડà«àª®à«àªàª¨ %s àªà«àª¡àªµàª¾àª®àª¾àª નિષà«àª«àª³"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "ડà«àª®à«àªàª¨ સાથૠબàªàª§àª¬à«àª¸àª¤à« નામ નથà«"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
msgstr "libvirtd બાàªàª¨àª°à« શà«àª§àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
@@ -2962,509 +3383,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr "remote_open:URL માઠપરિવહન àªàª³àªàª¾àª¯à« નહિàª(tls|unix|ssh|ext|tcp હà«àªµà« àªà«àªàª)"
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open: 'ext' પરિવહન માàªà«, àªàª¦à«àª¶ àªàª°à«àª°à« àªà«"
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "tty %s àªà«àª²àªµàª¾àª®àª¾àª àª
સમરà«àª¥: %s\n"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "tty %s àªà«àª²àªµàª¾àª®àª¾àª àª
સમરà«àª¥: %s\n"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "સà«àªà«àª બનાવવામાઠનિષà«àª«àª³àª¤àª¾: %s"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "સà«àªà«àª બનાવવામાઠનિષà«àª«àª³àª¤àª¾: %s"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr "વિનà«àª¡à« નà«àªà« પરિવહન પદà«àª¦àª¤àª¿àª unix, ssh àª
નૠext àªàª§àª¾àª°àªà«àª¤ નથà«"
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "સà«àªà«àª બનાવવામાઠનિષà«àª«àª³àª¤àª¾: %s"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "લà«àª ફાàªàª² %d બàªàª§ àªàª°àªµàª¾àª®àª¾àª àª
સમરà«àª¥: %s"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "URI મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "ડà«àª®à«àªàª¨ ફાળવૠરહà«àª¯àª¾ àªà«àª"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "%s '%s' પà«àª°àªµà«àª¶ àªàª°à« શàªàª¾àª¤à« નથà«: %s (%d)"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "સà«àªà«àª પાતà«àª°àª¨à« ફાળવણૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "VM àªàª¨à«àª¸à«àª² માહિતૠનૠલà«àª àªàª°àªµàª¾àª®àª¾àª àª
સમરà«àª¥: %s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "SASL લાàªàª¬à«àª°àª°àª¿ નૠશરà«àªàª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³: %d (%s)"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, fuzzy, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "tty àªà«àª£àª§àª°à«àª®à« સà«àª¯à«àªàª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾: %s\n"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "tty àªà«àª£àª§àª°à«àª®à« સà«àª¯à«àªàª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾: %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "àªà«àª²àª¾àªàª¨à«àª àªàª³àªàª¾àª£àªªàª¤à«àª°à« નૠàªàªàª¾àª¸àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾: %s"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "tty %s àªà«àª²àªµàª¾àª®àª¾àª àª
સમરà«àª¥: %s\n"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr "સરà«àªµàª° àªàªàª¾àª¸àª£à« (àªàªªàª£àª¾ પà«àª°àª®àª¾àª£àªªàª¤à«àª°àª¨à« àª
થવા IP સરનામà«) નિષà«àª«àª³\n"
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "àªà«àª²àª¾àªàª¨à«àª àªàª³àªàª¾àª£àªªàª¤à«àª°à« નૠàªàªàª¾àª¸àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾: %s"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "પાàªàªª બનાવૠશàªàª¾àª¤à« નથà«: %s"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "àª
યà«àªà«àª¯ àªàªªàªàª°àª£ પà«àª°àªàª¾àª°: %s"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
#, fuzzy
msgid "The certificate is not trusted."
msgstr "પà«àª°àª®àª¾àª£àªªàª¤à«àª° હàªà« સàªà«àª°àª¿àª¯ થયà«àª² નથà«"
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
#, fuzzy
msgid "The certificate hasn't got a known issuer."
msgstr "remoteCheckCertificate: àªà«àª²àª¾àªàª¨à«àª પà«àª°àª®àª¾àª£àªªàª¤à«àª° àª
àªà«àªàª¾àª¤ પà«àª°àª¸àª¿àª¦à«àª¦ àªàª°àª¨àª¾àª° àªà«."
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
#, fuzzy
msgid "The certificate has been revoked."
msgstr "પà«àª°àª®àª¾àª£àªªàª¤à«àª° નિવà«àª¤à«àª¤ થયà«àª² àªà«"
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
#, fuzzy
msgid "The certificate uses an insecure algorithm"
msgstr "remoteCheckCertificate: àªà«àª²àª¾àªàª¨à«àª પà«àª°àª®àª¾àª£àªªàª¤à«àª° àª
સà«àª°àªà«àª·àª¿àª¤ àª
લà«àªà«àª°àª¿àª§àª® વાપરૠàªà«."
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "પà«àª°àª®àª¾àª£àªªàª¤à«àª° પà«àª°àªàª¾àª° X.509 નથà«"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "gnutls_certificate_get_peers નિષà«àª«àª³àª¤àª¾"
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "SASL સતà«àª¤àª¾àª§àª¿àªàª°àª£àª¨à« શરà«àªàª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³ %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "tty %s àªà«àª²àªµàª¾àª®àª¾àª àª
સમરà«àª¥: %s\n"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "પà«àª°àª®àª¾àª£àªªàª¤à«àª° નિવà«àª¤à«àª¤ થયà«àª² àªà«"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "પà«àª°àª®àª¾àª£àªªàª¤à«àª° હàªà« સàªà«àª°àª¿àª¯ થયà«àª² નથà«"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr "પà«àª°àª®àª¾àª£àªªàª¤à«àª°àª¨à« માલિઠયàªàª®àª¾àª¨ નામ (%s) સાથૠબàªàª§àª¬à«àª¸àª¤à« નથà«"
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "àªàª£àª¾ બધા NUMA સà«àª²à«: %d > %d"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "àªàª£àª¾ બધા દà«àª°àª¸à«àª¥ ડà«àª®à«àªàª¨ IDs: %d > %d"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr "મà«àªª લàªàª¬àª¾àª મહતà«àª¤àª® àªàª°àª¤àª¾ વધારૠàªà«: %d > %d"
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "vCPU àªàª£àª¤àª°à« મહતà«àª¤àª® àªàª°àª¤àª¾ વધારૠàªà«: %d > %d"
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr "vCPU મà«àªª બફર લàªàª¬àª¾àª મહતà«àª¤àª® àªàª°àª¤àª¾ વધારૠàªà«: %d > %d"
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "યàªàª®àª¾àª¨ ઠàªàª£àª¾àª¬àª§àª¾ vCPUs નૠરિપà«àª°à«àª àªàª°à« àªà«: %d > %d"
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr "યàªàª®àª¾àª¨ મહતà«àª¤àª® àªàª°àª¤àª¾ વધારૠમà«àªª બફર લàªàª¬àª¾àª નૠરિપà«àª°à«àª àªàª°à« àªà«: %d > %d"
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, fuzzy, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr "vCPU àªàª£àª¤àª°à« મહતà«àª¤àª® àªàª°àª¤àª¾ વધારૠàªà«: %d > %d"
+
+#: src/remote_internal.c:2352
+#, fuzzy, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr "vCPU àªàª£àª¤àª°à« મહતà«àª¤àª® àªàª°àª¤àª¾ વધારૠàªà«: %d > %d"
+
+#: src/remote_internal.c:2361
+#, fuzzy, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr "vCPU àªàª£àª¤àª°à« મહતà«àª¤àª® àªàª°àª¤àª¾ વધારૠàªà«: %d > %d"
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr "àªàª£àª¾ બધા દà«àª°àª¸à«àª¥ ડà«àª®à«àªàª¨ નામૠàªà«: %d > %d"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
"remoteDomainGetSchedulerParameters: મરà«àª¯àª¾àª¦àª¾ àªàª°àª¤àª¾ વધારૠપરિમાણà«àª¨àª¾àª નàªàª¬àª° પાàªàª¾ àªàªªà« àªà«"
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "remoteDomainGetSchedulerParameters: àª
àªà«àªàª¾àª¤ પરિમાણ પà«àª°àªàª¾àª°"
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "મà«àª®àª°à«àª¨à« બહાર àªàª°à« નૠàªàª¾àª³àªµàª£à« àªàª°à« રહà«àª¯àª¾ àªà«"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "àª
àªà«àªàª¾àª¤ પરિમાણ પà«àª°àªàª¾àª°"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr "દà«àª°àª¸à«àª¥ પà«àª°à«àªà«àªà«àª² માàªà« બà«àª²à«àª પà«àª àªàª£à« વિશાળ àªà«, %zi > %d"
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr "માàªàªàª£à« àªàª°à«àª² àªà« તૠપà«àª°àª®àª¾àª£à« પાàªàª¾ àªàªªà«àª² બફર સરàªàª¾ માપનૠનથà«"
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr "દà«àª°àª¸à«àª¥ પà«àª°à«àªà«àªà«àª² માàªà« મà«àª®àª°à« પà«àª માàªàªàª£à« àªàª£à« લાàªàª¬à« àªà«, %zi > %d"
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "àªàª£àª¾ બધા દà«àª°àª¸à«àª¥ નà«àªàªµàª°à«àªà«: %d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr "àªàª£àª¾ બધા સàªàªà«àª°àª¹ pools માàªàªàª£à« થયà«àª² àªà«"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr "àªàª£àª¾ બધા સàªàªà«àª°àª¹ pools મળà«àª² àªà«"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr "àªàª£àª¾ બધા સàªàªà«àª°àª¹ વà«àª²à«àª¯à«àª®à« àª
રàªà« થયà«àª² àªà«"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr "àªàª£àª¾ બધા સàªàªà«àª°àª¹ વà«àª²à«àª¯à«àª®à« મળà«àª² àªà«"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "àªàª£àª¾ બધા સàªàªà«àª°àª¹ વà«àª²à«àª¯à«àª®à« àª
રàªà« થયà«àª² àªà«"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "àªàª£àª¾ બધા સàªàªà«àª°àª¹ વà«àª²à«àª¯à«àª®à« મળà«àª² àªà«"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "àªàª£àª¾ બધા સàªàªà«àª°àª¹ વà«àª²à«àª¯à«àª®à« àª
રàªà« થયà«àª² àªà«"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "àªàª£àª¾ બધા સàªàªà«àª°àª¹ વà«àª²à«àª¯à«àª®à« મળà«àª² àªà«"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "àª
àªà«àªàª¾àª¤ સતà«àª¤àª¾àª§àª¿àªàª°àª£ પà«àª°àªàª¾àª° %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr "માàªàªàª£à« થયà«àª² સતà«àª¤àª¾àª§àª¿àªàª°àª£ પà«àª°àªàª¾àª° %s રદ àªàª°à«àª² àªà«"
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "બિનàªàª§àª¾àª°àª¿àª¤ સતà«àª¤àª¾àª§àª¿àªàª°àª£ પà«àª°àªàª¾àª° %d"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "SASL લાàªàª¬à«àª°àª°àª¿ નૠશરà«àªàª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³: %d (%s)"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "સà«àª સરનામાઠ%d (%s) મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "બારà«àªàª¾àªàª¥à« સરનામà«àª %d (%s) મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "SASL àªà«àª²àª¾àªàª¨à«àª સàªàª¦àª°à«àª બનાવવામાઠનિષà«àª«àª³: %d (%s)"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr "TLS સતà«àª° માàªà« àª
યà«àªà«àª¯ cipher માપ"
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "બહારનાઠSSF %d (%s) સà«àª¯à«àªàª¿àª¤ àªàª°à« શàªàª¾àª¤à« નથà«"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr "સà«àª°àªà«àª·àª¾ àªàª§àª¾àª° %d (%s) સà«àª¯à«àªàª¿àª¤ àªàª°à« શàªàª¾àª¤à« નથà«"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "સરà«àªµàª° દà«àª¦àª¾àª°àª¾ SASL àªàª¾àª°à«àª¯àªªàª¦à«àª¦àª¤àª¿ %s àªàª§àª¾àª°àªà«àª¤ નથà«"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "SASL વાતàªà«àª¤ નૠશરૠàªàª°àªµàª¾ માàªà« નિષà«àª«àª³: %d (%s)"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr "સતà«àª¤ àªàª³àªàª¾àª£àªªàª¤à«àª°à«àª¨à« બનાવવામાઠનિષà«àª«àª³"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr "SASL વાતàªà«àª¤ માહિતૠધણૠલાàªàª¬à« àªà«: %d બાàªàªà«"
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "નિષà«àª«àª³ SASL પàªàª²à«: %d (%s)"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr "વાતàªà«àª¤ SSF %d ઠપà«àª°àª¤à« મàªàª¬à«àª¤ ન હતà«"
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr "સતà«àª¤àª¾ àªàª³àªàª¾àª£àªªàª¤à«àª°àª¨à« àªàªàª à« àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr "xdr_remote_message_header નિષà«àª«àª³àª¤àª¾"
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr "દલà«àª²à« નૠàªà«àª°àª®àª¬àª¦à«àª¦ àªàª°à« રહà«àª¯à« àªà«"
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
#, fuzzy
msgid "xdr_u_int (length word)"
msgstr "xdr_int (શબà«àª¦àª¨à« લàªàª¬àª¾àª)"
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "ડà«àª®à«àªàª¨ માહિતà«àª¨à« સàªàªà«àª°àª¹ àªàª°à« શàªàª¾àª¤à« નથà«"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "સà«àªà«àª %d વાàªàªàªµàª¾àª®àª¾àª નિષà«àª«àª³\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "ફàªà«àª¤ વાàªàªàªµàª¾àª¨à«àª àªà«àª¡àª¾àª£"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "મà«àªàª¾àª¡à«àªàª¾ નૠલàªà« શàªàª¾àª¤à« નથà«"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "'%s' બનાવવામાઠનિષà«àª«àª³"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "vol %s નૠàªàª¾àª¢à« નાàªàªàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
#, fuzzy
msgid "xdr_u_int (length word, reply)"
msgstr "xdr_int (શબà«àª¦àª¨à« લàªàª¬àª¾àª, àªàªµàª¾àª¬)"
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
#, fuzzy
msgid "packet received from server too small"
msgstr "સરà«àªµàª àªàª£à« વિશાલ àªà« તà«àª®àª¾àªàª¥à« પà«àªà«àª મળà«àª² àªà«"
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr "સરà«àªµàª àªàª£à« વિશાલ àªà« તà«àª®àª¾àªàª¥à« પà«àªà«àª મળà«àª² àªà«"
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr "àªàªµàª¾àª¬ માઠàª
યà«àªà«àª¯ હà«àª¡àª°"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr "àª
àªà«àªàª¾àª¤ પà«àª°àªà«àª°àª¿àª¯àª¾ (મà«àª³àªµà«àª² %x, àª
પà«àªà«àª·àª¿àª¤ %x)"
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr "àª
àªà«àªàª¾àª¤ પà«àª°à«àªà«àªà«àª² àªàªµà«àª¤à«àª¤àª¿ (મà«àª³àªµà«àª² %x, àª
પà«àªà«àª·àª¿àª¤ %x)"
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr "àª
àªà«àªàª¾àª¤ પà«àª°àªà«àª°àª¿àª¯àª¾ (મà«àª³àªµà«àª² %x, àª
પà«àªà«àª·àª¿àª¤ %x)"
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr "àªà«àª®àª¬àª¦à«àª¦ ન હà«àª¯ તà«àªµà« ret"
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr "àªà«àª®àª¬àª¦à«àª¦ ન હà«àª¯ તà«àªµà« દà«àª°àª¸à«àª¥ àªà«àª² (_e)"
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr "àª
àªà«àªàª¾àª¤ સà«àª¥àª¿àª¤à« (મà«àª³àªµà«àª² %x)"
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "calloc નિષà«àª«àª³"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "àªàª¦à«àª¶ માàªà« થà«àªàªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "tty pid ફાàªàª² %s નૠàªà«àª²à« શàªàª¾àª¤à« નથà«: %s"
+
+#: src/security_selinux.c:120
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr "tty pid ફાàªàª² %s નૠવાàªàªà« શàªàª¾àª¤à« નથà«: %s"
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "tty pid ફાàªàª² %s નૠàªà«àª²à« શàªàª¾àª¤à« નથà«: %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "tty pid ફાàªàª² %s નૠવાàªàªà« શàªàª¾àª¤à« નથà«: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "%s નાઠસàªàª¦àª°à«àª ફાàªàª²àª¨à« મà«àª³àªµà« શàªàª¾àª¤à« નથà«: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, fuzzy, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr "vCPU àªàª£àª¤àª°à« મહતà«àª¤àª® àªàª°àª¤àª¾ વધારૠàªà«: %d > %d"
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "tty %s àªà«àª²àªµàª¾àª®àª¾àª àª
સમરà«àª¥: %s\n"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "tty %s àªà«àª²àªµàª¾àª®àª¾àª àª
સમરà«àª¥: %s\n"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3495,45 +3997,45 @@ msgstr "ફાàªàª² '%s' નૠàª
àªàª¤àª®àª¾àª શà«àª§àª¾ શàªàª¾àª¤à«
msgid "cannot read beginning of file '%s'"
msgstr "ફાàªàª² '%s' નૠàª
àªàª¤àª®àª¾àª શà«àª§àª¾ શàªàª¾àª¤à« નથà«:%s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "%s નાઠસàªàª¦àª°à«àª ફાàªàª²àª¨à« મà«àª³àªµà« શàªàª¾àª¤à« નથà«: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "dir %s નૠવાàªàªà« શàªàª¾àª¤à« નથà«: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr "regex %s નૠàªàª®à«àªªàª¾àªàª² àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "fd વાàªàªà« શàªàª¾àª¤à« નથà«"
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "àªàª¦à«àª¶ માàªà« થà«àªàªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr "àªàª¦à«àª¶ બરાબર રà«àª¤à« બહાર નà«àªàª³àª¤à« નથà«"
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "àªà«àª²àª¨à« વાàªàªà«: %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr "àªàª¦à«àª¶ %d માàªà« શà«àª¨à«àª¯à«àª¤àª° બહાર નà«àªàª³àªµàª¾àª¨à« સà«àª¥àª¿àª¤àª¿"
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "%s: àª
મલà«àªàª°àª£ થયà«àª² નથà«\n"
@@ -3644,7 +4146,7 @@ msgid "cannot extend file '%s'"
msgstr "ફાàªàª² '%s' નૠવિસà«àª¤àª¾àª°à« શàªàª¾àª¤à« નથà«: %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "પાથ '%s' વાàªàªà« શàªàª¾àª¤à« નથà«: %s"
@@ -3678,17 +4180,17 @@ msgstr "qemu-img વàªàª° બિન-àª
ધà«àª°à« àªàª®à«àªà«àª¨à« સ
msgid "creation of non-raw images is not supported without qemu-img"
msgstr "qemu-img વàªàª° બિન-àª
ધà«àª°à« àªàª®à«àªà«àª¨à« સàªàª°àªàª¨àª¾ àªàª§àª¾àª°àªà«àª¤ નથà«"
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "ફાàªàª² માલિઠ'%s' સà«àª¯à«àªàª¿àª¤ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "ફાàªàª² સà«àª¥àª¿àª¤àª¿ '%s' નૠસà«àª¯à«àªàª¿àª¤ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "ફાàªàª² '%s' બàªàª§ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
@@ -3799,11 +4301,7 @@ msgstr "àªàªªàªàª°àª£ બàªàª§ àªàª°à« શàªàª¾àª¤à« નથૠ%s"
msgid "cannot remove PV device '%s'"
msgstr "ttyPidFile %s દà«àª° àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "નવા àªàª¤à«àªªàª¨à«àª¨ થયà«àª² વà«àª²à«àª¯à«àª® '%s' નૠશà«àª§à« શàªàª¾àª¤à« નથà«: %s"
@@ -3816,164 +4314,169 @@ msgstr "àªà«àª°àª¹àª¾àªàª° સતà«àª¤àª¾ યàªàª®àª¾àª¨ àªà«àª£àª§àª°à«
msgid "missing auth passwd attribute"
msgstr "àªà«àª°àª¹àª¾àªàª° સતà«àª¤àª¾ પાસવરà«àª¡ àªà«àª£àª§àª°à«àª®"
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr "મà«àª²àª«à«àª°à«àª® થયà«àª² àªàªà«àªàª² સà«àª¥àª¿àª¤à«"
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr "મલà«àª¨ માલિઠàªàªàª"
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr "મલà«àª¨ àªà«àª¥ àªàªàª "
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "àª
àªà«àªàª¾àª¤ રà«àª àªàªàª"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "àª
àªà«àªàª¾àª¤ સàªà«àª°àª¹ vol પà«àª°àªàª¾àª° %d"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "નામ àªàªàª àªà«àª°àª¹àª¾àªàª°"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr "uuid àªàª¤à«àªªàª¨à«àª¨ àªàª°àªµàª¾àª®àª¾àª àª
સમરà«àª¥"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "àª
àªà«àªàª¾àª¤ સતà«àª¤àª¾àª§àª¿àªàª°àª£ પà«àª°àªàª¾àª° '%s'"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "àªà«àª® થયà«àª² સà«àª°à«àª¤ યàªàª®àª¾àª¨ નામ"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "સà«àª¤à«àª°à«àª¤ àªàªªàªàª°àª£à«àª¨à« બહાર àªàª¾àª¢à« શàªàª¾àª¤à« નથà«"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "àªà«àª® થયà«àª² સà«àª°à«àª¤ àªàªªàªàª°àª£ પાથ"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "àªà«àª® થયà«àª² સà«àª°à«àª¤ પાથ"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr "àª
àªà«àªàª¾àª¤ સતà«àª¤àª¾àª§àª¿àªàª°àª£ પà«àª°àªàª¾àª° '%s'"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "àªà«àª® થયà«àª² લàªà«àª·à«àª¯ પાથ"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "બિનàªàª§àª¾àª°àª¿àª¤ પà«àª² બàªàª§àª¾àª°àª£ %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr "àª
નિàªà«àªàª¨à«àª¯ pool પà«àª°àªàª¾àª°"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr "માલિઠàªàªàª àªà«àª°àª¹àª¾àªàª°"
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "àªà«àª® થયà«àª² રà«àª àªàªàª"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr "àª
àªà«àªàª¾àª¤ માપ àªàªàª®à« '%s'"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr "મલà«àª¨ àªà«àª·àª®àª¤àª¾ àªàªàª"
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr "àªà«àª·àª®àª¤àª¾ àªàªàª àªàª¿àªàª®àª¤ àªàª£à« વિશાળ àªà«"
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr "àª
àªà«àªàª¾àª¤ રà«àª àªàªàª"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "નામ àªàªàª àªà«àª°àª¹àª¾àªàª°"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr "àªà«àª·àª®àª¤àª¾ àªàªàª àªà«àª°àª¹àª¾àªàª°"
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "àª
àªà«àªàª¾àª¤ સતà«àª¤àª¾àª§àª¿àªàª°àª£ પà«àª°àªàª¾àª° '%s'"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, fuzzy, c-format
msgid "unknown volume format number %d"
msgstr "બિનàªàª§àª¾àª°àª¿àª¤ વà«àª²à«àª¯à«àª® બàªàª§àª¾àª°àª£ %d"
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ડિરà«àªà«àªàª°à« %s નૠબનાવૠશàªàª¾àª¤à« નથà«: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª² પાથનૠનિરà«àª®àª¾àª£ àªàª°à« શàªàª¾àª¤à« નથà«"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr "àªàªªà«àªàªª શરૠથતૠàªàª¡à« પાથનà«àª બàªàª§àª¾àª°àª£ àªàª°à« શàªàª¾àª¤à« નથà«"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr "XML àªàª¤à«àªªàª¨à«àª¨ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª² %s બનાવૠશàªàª¾àª¤à« નથà«: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª² %s નૠલàªà« શàªàª¾àª¤à« નથà«: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "config ફાàªàª² %s સàªàªà«àª°àª¹ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "%s માàªà« રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª² નથà«"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "%s માàªà« રà«àªªàª°à«àªàª¾àªàªàª¨àª¨à« દà«àª° àªàª°à« શàªàª¾àª¤à« નથà«"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr "બàªàª§àª¬à«àª¸àª¤àª¾ uuid સાથૠpool નથà«"
@@ -3981,17 +4484,17 @@ msgstr "બàªàª§àª¬à«àª¸àª¤àª¾ uuid સાથૠpool નથà«"
msgid "no pool with matching name"
msgstr "બàªàª§àª¬à«àª¸àª¤àª¾ નામ સાથૠpool નથà«"
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr "સàªàªà«àª°àª¹ pool પહà«àª²à«àª¥à« હાàªàª° àªà«"
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr "બàªàª§àª¬à«àª¸àª¤àª¾ uuid સાથૠસàªàªà«àª°àª¹ pool નથà«"
@@ -3999,61 +4502,61 @@ msgstr "બàªàª§àª¬à«àª¸àª¤àª¾ uuid સાથૠસàªàªà«àª°àª¹ pool ન
msgid "pool is still active"
msgstr "pool હàªà« સàªà«àª°àª¿àª¯ àªà«"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr "pool પહà«àª²àª¾àª¥à« ઠસàªà«àª°àª¿àª¯ àªà«"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr "સàªàªà«àª°àª¹ pool પહà«àª²àª¾àª¥à« ઠસàªà«àª°àª¿àª¯ àªà«"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr "સàªàªà«àª°àª¹ pool સàªà«àª°àª¿àª¯ નથà«"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr "સàªàªà«àª°àª¹ pool હàªà« સàªà«àª°àª¿àª¯ àªà«"
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr "pool વà«àª²à«àª¯à«àª® àªàª¾àª¢à« નાàªàªàªµàª¾àª¨à« àªàª§àª¾àª° àªàªªàª¤à« નથà«"
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "pool પાસૠરà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª² નથà«"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr "બàªàª§àª¬à«àª¸àª¤àª¾ નામ સાથૠસàªàªà«àª°àª¹ vol નથà«"
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr "બàªàª§àª¬à«àª¸àª¤à« àªà« સાથૠસàªàªà«àª°àª¹ vol નથà«"
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr "બàªàª§àª¬à«àª¸àª¤àª¾ પાથ સાથૠસàªàªà«àª°àª¹ vol નથà«"
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr "સàªàªà«àª°àª¹ vol પહà«àª²à«àª¥à« હાàªàª° àªà«"
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr "સàªàªà«àª°àª¹ pool ઠવà«àª²à«àª¯à«àª® બનાવવા માàªà« àªàª§àª¾àª° àªàªªàª¤à« નથà«"
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr "સàªàªà«àª°àª¹ pool ઠvol àªàª¾àª¢à« નાàªàªàªµàª¾ માàªà« àªàª§àª¾àª° àªàªªàª¤à« નથà«"
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "દિવસનૠસમય મà«àª³àªµà« રહà«àª¯àª¾ àªà«àª"
@@ -4110,155 +4613,155 @@ msgstr "નà«àª¡ ડà«àª®à«àªàª¨ યાદà«"
msgid "resolving domain filename"
msgstr "ડà«àª®à«àªàª¨ ફાàªàª²àª¨àª¾àª® àªàªà«àª²à« રહà«àª¯àª¾ àªà«àª"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "નà«àª¡ ડà«àª®à«àªàª¨ યાદà«"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "નà«àªàªµàª°à«àª ફાàªàª²àª¨àª¾àª® àªàªà«àª²à« રહà«àª¯àª¾ àªà«àª"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "નà«àª¡ ડà«àª®à«àªàª¨ યાદà«"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "ડà«àª®à«àªàª¨ ફાàªàª²àª¨àª¾àª® àªàªà«àª²à« રહà«àª¯àª¾ àªà«àª"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: પાથ પà«àª°à« પાડૠàª
થવા test:///default વાપરà«"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "ફાàªàª² '%s' બàªàª§ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "ડà«àª®à«àªàª¨ શà«àª§àª¾àª¯à« નહિàª"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "ડà«àª®à«àªàª¨ àªàª¾àª²à« રહà«àª¯à«àª નથà«"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "મà«àªàª¾àª¡à«àªàª¾ માàªà« àªàªà«àª¯àª¾ ફાળવૠશàªàª¾àª¤à« નથà«"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "ફાàªàª²àª®àª¾àª ડà«àª®à«àªàª¨ પરિસà«àª¥àª¿àª¤àª¿ સàªàªà«àª°àª¹à«"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "ફાàªàª²àª®àª¾àª ડà«àª®à«àªàª¨ પરિસà«àª¥àª¿àª¤àª¿ સàªàªà«àª°àª¹à«"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "ડà«àª®à«àªàª¨ àªàª®à«àª વાàªàªà« શàªàª¾àª¤à« નથà«"
-#: src/test.c:1295
+#: src/test.c:1292
#, fuzzy, c-format
msgid "incomplete save header in '%s'"
msgstr "àª
પà«àª°àª¤à« સàªàªà«àª°àª¹ હà«àª¡àª°"
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr "àª
સàªàª¤à«àª²àª¨ હà«àª¡àª° મà«àªàª¿àª"
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "મà«àªàª¾àª¡à«àªàª¾ લàªàª¬àª¾àª વાàªàªàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr "સà«àª®àª¾ નૠબહાર મà«àªàª¾àª¡à«àªàª¾ નૠલàªàª¬àª¾àª"
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "àª
પà«àª°àª¤à« મà«àªàª¾àª¡à«àªàª¾"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "ડà«àª®à«àªàª¨ %s ઠ%s માઠડમà«àªª થઠàªàª¯à«àª\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "%s: લà«àª ફાàªàª² લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "ડà«àª®à«àªàª¨ %s ઠ%s માઠડમà«àªª થઠàªàª¯à«àª\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr "સà«àª®àª¾ àªàªªàª²à«àª¬àª§ સà«àª²à« àªàª°àª¤àª¾ વધારૠàªà«"
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "ડà«àª®à«àªàª¨ પહà«àª²àª¾àª¥à« ઠàªàª¾àª²à« રહà«àª¯à«àª àªà«"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "ડà«àª®à«àªàª¨ હàªà« પણ àªàª¾àª²à« રહà«àª¯à«àª àªà«"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "નà«àªàªµàª°à«àª હàªà« પણ àªàª¾àª²à« રહà«àª¯à«àª àªà«"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "નà«àªàªµàª°à«àª પહà«àª²àª¾àª¥à« ઠàªàª¾àª²à« રહà«àª¯à«àª àªà«"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "સàªàªà«àª°àª¹ pool પહà«àª²àª¾àª¥à« ઠસàªà«àª°àª¿àª¯ àªà«"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "સàªàªà«àª°àª¹ pool સàªà«àª°àª¿àª¯ નથà«"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "બàªàª§àª¬à«àª¸àª¤àª¾ નામ સાથૠસàªàªà«àª°àª¹ vol નથà«"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "બàªàª§àª¬à«àª¸àª¤à« àªà« સાથૠસàªàªà«àª°àª¹ vol નથà«"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "બàªàª§àª¬à«àª¸àª¤àª¾ પાથ સાથૠસàªàªà«àª°àª¹ vol નથà«"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4273,155 +4776,160 @@ msgstr "àª
àªà«àª·àª° àªàªªàªàª°àª£ માàªà« àªàªà«àª¯àª¾àª¨à« ફ
msgid "unsupported chr device type %d"
msgstr "બિનàªàª§àª¾àª°àª¿àª¤ àªàª¨àªªà«àª àªàªªàªàª°àª£ પà«àª°àªàª¾àª° %s"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "exec ફાàªàª² વરà«àª£àª¨àª¾àªàª¾àª° ફà«àª²à«àª બàªàª§ àªàª°àªµàª¾àª¨à«àª સà«àª¯à«àªàª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "બà«àª°àª¿àª àªàª§àª¾àª°àª¨à« શરà«àªàª¤ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "%s ડિરà«àªà«àªàª°à« બનાવવામાઠનિષà«àª«àª³àª¤àª¾: %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "qemudStartup: મà«àª®àª°à«àª¨à« બહાર"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "લà«àª ફાàªàª² %s બનાવવામાઠનિષà«àª«àª³: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "%s àªà«àª²à« શàªàª¾àª¤à« નથà«: %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "સતà«àª°àª¨à« શà«àª§à« શàªàª¾àª¤à« નથà«"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "ફાàªàª² સà«àª¥àª¿àª¤àª¿ '%s' નૠસà«àª¯à«àªàª¿àª¤ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "%s નૠવાàªàªà« શàªàª¾àª¤à« નથà«: %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "dir %s નૠવાàªàªà« શàªàª¾àª¤à« નથà«: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "QEMU બાàªàª¨àª°à« %s શà«àª§à« શàªàª¾àª¤à« નથà«: %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "àªàª¦à«àª¶ માàªà« થà«àªàªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "àª
નિàªà«àªàª¨à«àª¯ pid, damn મળà«àª¯àª¾"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "%s નૠવાàªàªà« શàªàª¾àª¤à« નથà«: %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨àª¨à« àªàª¾àª¢à« શàªàª¾àª¤à« નથà«"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "%s નૠવાàªàªà« શàªàª¾àª¤à« નથà«: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "ફાàªàª² '%s' બàªàª§ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "પાàªàªª બનાવૠશàªàª¾àª¤à« નથà«: %s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "પાàªàªª બનાવવામાઠનિષà«àª«àª³: %s"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "બાળ પà«àª°àªà«àª°àª¿àª¯àª¾àª¨à« વિàªàª¾àªàª¿àª¤ àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "ફાàªàª² '%s' àªàª¡à« ન હà«àª¯ તà«àªµà« àªàª°à« શàªàª¾àª¤à« નથà«: %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "àªàªªàªàª°àª£ હà«àª¡àª° %s નૠસાફ àªàª°à« શàªàª¾àª¤à« નથà«"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "àªàªªà«àªàªª શરૠથતૠડિરà«àªà«àªàª°à« %s બનાવૠશàªàª¾àª¤à« નથà«: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "યàªàª®àª¾àª¨àª¨àª¾àª® strdup àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "યàªàª®àª¾àª¨àª¨àª¾àª® strdup àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "યàªàª®àª¾àª¨àª¨àª¾àª® strdup àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "ફાàªàª² '%s' નૠવિસà«àª¤àª¾àª°à« શàªàª¾àª¤à« નથà«: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "àªà«àª²àª¨à« વાàªàªà«: %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "uid '%d' માàªà« વપરાશàªàª°à«àª¤àª¾àª¨à« રà«àªà«àª°à«àª¡ શà«àª§àªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
@@ -4433,19 +4941,24 @@ msgstr ""
"pseudorandom UUID નૠપાàªà« પડતૠમà«àªà« રહà«àª¯àª¾ àªà«, àª
વà«àª¯àªµàª¸à«àª¥àª¿àª¤ બાàªàªà« નૠàªàª¤à«àªªàª¨à«àª¨ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³: "
"%s"
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "àª
àªà«àªàª¾àª¤ àªà«àª²"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "àªàª¾àªªàª¨ મદદ"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "વà«àª¶à«àªµàª¿àª મદદ àª
થવા àªàª¦à«àª¶ લàªàª¤à« મદદ àªàª¾àªªà« àªà«."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "àªàª¦à«àª¶àª¨à«àª નામ"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4453,613 +4966,625 @@ msgstr ""
"àªàª¦à«àª¶à«:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "ડà«àª®à«àªàª¨ àªàªªà«àªàªª શરૠàªàª°à«"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "ડà«àª®à«àªàª¨àª¨à« બà«àª સમયૠàªàªªà«àªàªª શરૠથાય તૠમાàªà« રà«àªªàª°à«àªàª¾àªàªàª¿àª¤ àªàª°à«."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "ડà«àª®à«àªàª¨ નામ, id àª
થવા uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "àªàªªà«àªàªª શરૠàªàª°àªµàª¾àª¨à«àª નિષà«àªà«àª°àª¿àª¯ àªàª°à«"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "ડà«àª®à«àªàª¨ %s નૠàªàªªà«àªàªª શરà«àª¥àª¯à«àª² તરà«àªà« àªàª¿àª¹à«àª¨àª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "ડà«àª®à«àªàª¨ %s નૠàªàªªà«àªàªª શરà«àª¥àª¯à«àª² તરà«àªà« àª
àªàª¿àª¹à«àª¨àª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "ડà«àª®à«àªàª¨ %s નૠàªàªªà«àªàªª શરà«àª¥àª¯à«àª² àªàª¿àª¹à«àª¨àª¿àª¤ àªàª°àªµàª¾àª®àª¾àª àªàªµà«àª²\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "ડà«àª®à«àªàª¨ %s નૠàªàªªà«àªàªª શરà«àª¥àª¯à«àª² તરà«àªà« àª
àªàª¿àª¹à«àª¨àª¿àª¤ àªàª°àªµàª¾àª®àª¾àª àªàªµà«àª²\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "હાયપરવિàªàª°àª®àª¾àª (પà«àª¨àª)àªà«àª¡àª¾àªµ"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr "સà«àª¥àª¾àª¨àª¿àª હાયપરવિàªàª°àª®àª¾àª àªà«àª¡àª¾àªµ. ઠશà«àª² શરà«àªàª¤ પàªà« àªàªàª¤àª°àª¿àª àªàª¦à«àª¶ àªà«."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "હાયપરવિàªàª° àªà«àª¡àª¾àª£ URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "માતà«àª°-વાàªàªà« શàªàª¾àª¯ તà«àªµà«àª àªà«àª¡àª¾àª£"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "હાયપરવિàªàª°àª®àª¾àªàª¥à« àªà«àª¡àª¾àª£ તà«àª¡àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "હાયપરવિàªàª° સાથૠàªà«àª¡àª¾àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "મહà«àª®àª¾àª¨ àªàª¨à«àª¸à«àª² સાથૠàªà«àª¡àª¾àªµ"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "વરà«àªà«àª¯à«àª
લ સà«àª°à«àª¯àª² àªàª¨à«àª¸à«àª²àª¨à« મહà«àª®àª¾àª¨ માàªà« àªà«àª¡à«"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "ડà«àª®à«àªàª¨ માàªà« àªà«àª àªàª¨à«àª¸à«àª² àªàªªàª²àª¬à«àª§ નથà«\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "ઠપà«àª²à«àªàª«à«àª°à«àª® પર àªàª¨à«àª¸à«àª² àª
મલમાઠમà«àªàª¾àª¯à«àª² નથà«"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "ડà«àª®à«àªàª¨à«àª¨à« યાદૠàªàªªà«"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "ડà«àª®à«àªàª¨à«àª¨à« યાદૠàªàªªà« àªà«."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "àª
સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨à«àª¨à« યાદૠàªàªªà«"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "àª
સàªà«àª°àª¿àª¯ àª
નૠસàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨à«àª¨à« યાદૠàªàªªà«"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨à«àª¨à« યાદૠમà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "àª
સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨à«àª¨à« યાદૠમà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "નામ"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "પરિસà«àª¥àª¿àª¤àª¿"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "àªà«àª પરિસà«àª¥àª¿àª¤àª¿ નથà«"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "ડà«àª®à«àªàª¨ પરિસà«àª¥àª¿àª¤àª¿"
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr "àªàª¾àª²à« રહà«àª² ડà«àª®à«àªàª¨ વિશૠપરિસà«àª¥àª¿àª¤àª¿ àªàªªà« àªà«."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "ડà«àª®à«àªàª¨ માàªà« àªàªªàªàª°àª£ બà«àª²à«àª પરિસà«àª¥àª¿àª¤àª¿ મà«àª³àªµà«"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "àªàª¾àª²à« રહà«àª² ડà«àª®à«àªàª¨ માàªà« àªàªªàªàª°àª£ બà«àª²à«àª પરિસà«àª¥àª¿àª¤àª¿ મà«àª³àªµà«."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "બà«àª²à«àª àªàªªàªàª°àª£"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "બà«àª²à«àª પરિસà«àª¥àª¿àª¤àª¿ %s %s મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "ડà«àª®à«àªàª¨ માàªà« નà«àªàªµàª°à«àª àªàª¨à«àªàª°àª«à«àª¸ પરિસà«àª¥àª¿àª¤àª¿ મà«àª³àªµà«"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "àªàª¾àª²à« રહà«àª² ડà«àª®à«àªàª¨ માàªà« નà«àªàªµàª°à«àª àªàª¨à«àªàª°àª«à«àª¸ પરિસà«àª¥àª¿àª¤àª¿ મà«àª³àªµà«."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "àªàª¨à«àªàª°àª«à«àª¸ àªàªªàªàª°àª£"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "àªàª¨à«àªàª°àª«à«àª¸ પરિસà«àª¥àª¿àª¤àª¿ %s %s મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "ડà«àª®à«àªàª¨ àª
àªàªàª¾àªµà«"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "àªàª¾àª²à« રહà«àª² ડà«àª®à«àªàª¨ àª
àªàªàª¾àªµà«."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "ડà«àª®à«àªàª¨ %s àª
àªàªàª¾àªµà«àª² àªà«\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "ડà«àª®à«àªàª¨ %s àª
àªàªàª¾àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "XML ફાàªàª²àª®àª¾àªàª¥à« ડà«àª®à«àªàª¨ બનાવà«"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "ડà«àª®à«àªàª¨ બનાવà«."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "XML ડà«àª®à«àªàª¨ વરà«àª£àª¨ સમાવતૠફાàªàª²"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "ડà«àª®à«àªàª¨ %s ઠ%s માàªàª¥à« બનà«àª¯à«àª àªà«\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "%s માàªàª¥à« ડà«àª®à«àªàª¨ બનાવવામાઠનિષà«àª«àª³"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "XML ફાàªàª²àª®àª¾àªàª¥à« ડà«àª®à«àªàª¨ વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ (પરàªàª¤à« શરૠàªàª°à« નહિàª) àªàª°à«"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "ડà«àª®à«àªàª¨ વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°à«."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "ડà«àª®à«àªàª¨ %s ઠ%s માàªàª¥à« વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ થયà«àª² àªà«\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "%s માàªàª¥à« ડà«àª®à«àªàª¨ વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "àª
સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨àª¨à« àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°à«"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "àª
સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨ માàªà« રà«àªªàª°à«àªàª¾àªàªàª¨ àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°à«."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "ડà«àª®à«àªàª¨ નામ àª
થવા uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "ડà«àª®à«àª %s àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ થઠàªàª¯à«àª² àªà«\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "ડà«àª®à«àªàª¨ %s àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "àª
સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨ શરૠàªàª°à« (પહà«àª²àª¾àª¥à« વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤)"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "ડà«àª®à«àªàª¨ શરૠàªàª°à«."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "àª
સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨àª¨à«àª નામ"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "ડà«àª®à«àªàª¨ પહà«àª²àª¾àª¥à« ઠસàªà«àª°àª¿àª¯ àªà«"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "ડà«àª®à«àªàª¨ %s શરૠથઠàªàª¯à«àª\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "ડà«àª®à«àªàª¨ %s શરૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "ફાàªàª²àª®àª¾àª ડà«àª®à«àªàª¨ પરિસà«àª¥àª¿àª¤àª¿ સàªàªà«àª°àª¹à«"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "àªàª¾àª²à« રહà«àª² ડà«àª®à«àªàª¨ સàªàªà«àª°àª¹à«."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "માહિતà«àª¨à« àªà«àª¯àª¾àª સàªàªà«àª°àª¹àªµà«"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "ડà«àª®à«àªàª¨ %s ઠ%s માઠસàªàªà«àª°àª¹àª¾àª¯à«àª\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "ડà«àª®à«àªàª¨ %s નૠ%s માઠસàªàªà«àª°àª¹àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "નિયામઠપરિમાણૠબતાવà«/સà«àª¯à«àªàª¿àª¤ àªàª°à«"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "નિયામઠપરિમાણૠબતાવà«/સà«àª¯à«àªàª¿àª¤ àªàª°à«."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "àªàª¿àªàª®àª¤àª¨à« ફાળવà«"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "XEN_CREDIT માàªà« મà«àª²à«àª¯"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "XEN_CREDIT માàªà« àªà«àªªà«àª¶àª¨"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "વàªàª¨àª¨à« àª
યà«àªà«àª¯ àªàª¿àªàª®àª¤"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "àªà«àªªàª¨à« àª
યà«àªà«àª¯ àªàª¿àªàª®àª¤"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "àªà«àªªàª¨à« àª
યà«àªà«àª¯ àªàª¿àªàª®àª¤"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "નિયામàª"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "àª
àªà«àªàª¾àª¤"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "ફાàªàª²àª¨à« સàªàªà«àª°àª¹àª¾àª¯à«àª² સà«àª¥àª¿àª¤àª¿àª®àª¾àªàª¥à« ડà«àª®à«àªàª¨ પà«àª¨àªàª¸àªàªà«àª°àª¹à«"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "ડà«àª®à«àªàª¨ પà«àª¨àªàª¸àªàªà«àª°àª¹à«."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "પà«àª¨àªàª¸àªàªà«àª°àª¹àª¨à« પરિસà«àª¥àª¿àª¤àª¿"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "%s માàªàª¥à« ડà«àª®à«àªàª¨ પà«àª¨àªàª¸àªàªà«àª°àª¹àª¾àª¯à«àª\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "%s માàªàª¥à« ડà«àª®à«àªàª¨ પà«àª¨àªàª¸àªàªà«àª°àª¹àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "ડà«àª®à«àªàª¨àª¨àª¾ મà«àª³àª¨à«àª ફાàªàª²àª®àª¾àª વિશà«àª²à«àª·àª£ માàªà« ડમà«àªª àªàª°à«"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "ડà«àª®à«àªàª¨àª¨à«àª મà«àª³ ડમà«àªª àªàª°à«."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "મà«àª³àª¨à« àªà«àª¯àª¾àª ડમà«àªª àªàª°àªµà«àª"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "ડà«àª®à«àªàª¨ %s ઠ%s માઠડમà«àªª થઠàªàª¯à«àª\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "ડà«àª®à«àªàª¨ %s ના મà«àª³àª¨à« %s માઠડમà«àªª àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "ડà«àª®à«àªàª¨ àªà«àª¡à«"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "પહà«àª²àª¾àª¥à« àª
àªàªàª¾àªµà«àª² ડà«àª®à«àªàª¨àª¨à« àªà«àª¡à«."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "ડà«àª®à«àªàª¨ %s àªà«àª¡àª¾àª¯à«àª² àªà«\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "ડà«àª®à«àªàª¨ %s àªà«àª¡àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "સારૠરà«àª¤à« ડà«àª®à«àªàª¨ બàªàª§ àªàª°à«"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "લàªà«àª·à«àª¯ ડà«àª®à«àªàª¨àª®àª¾àª બàªàª§ àªàª°à« àªàª²àª¾àªµà«."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "ડà«àª®à«àªàª¨ %s ઠબàªàª§ થઠàªàª¯à«àª² àªà«\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "ડà«àª®à«àªàª¨ %s બàªàª§ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "ડà«àª®à«àªàª¨ રà«àª¬à«àª àªàª°à«"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "લàªà«àª·à«àª¯ ડà«àª®à«àªàª¨àª®àª¾àª રà«àª¬à«àª àªàª¦à«àª¶ àªàª²àª¾àªµà«."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "ડà«àª®à«àªàª¨ %s ઠરà«àª¬à«àª થઠàªàª¯à«àª² àªà«\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "ડà«àª®à«àªàª¨ %s રà«àª¬à«àª àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "ડà«àª®à«àªàª¨àª¨à« નાશ àªàª°à«"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "àªàªªà«àª² ડà«àª®à«àªàª¨àª¨à« નાશ àªàª°à«."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "ડà«àª®à«àªàª¨ %s નાશ àªàª°àª¾àª¯à«àª² àªà«\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "ડà«àª®à«àªàª¨ %s નૠનાશ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "ડà«àª®à«àªàª¨ àªàª¾àª£àªàª¾àª°à«"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "ડà«àª®à«àªàª¨ વિશૠમà«àª³àªà«àª¤ àªàª¾àª£àªàª¾àª°à« àªàªªà« àªà«."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "નામ:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS પà«àª°àªàª¾àª°:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "પરિસà«àª¥àª¿àª¤àª¿:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU સમય:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "મહતà«àª¤àª® મà«àª®àª°à«:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "àªà«àª મરà«àª¯àª¾àª¦àª¾ નથà«"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "વપરાયà«àª² મà«àª®àª°à«:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
msgid "Autostart:"
msgstr "àªàªªà«àªàªª શરૠàªàª°à«:"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr "સàªà«àª°àª¿àª¯"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr "નિષà«àªà«àª°àª¿àª¯"
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "NUMA મà«àªà«àª¤ મà«àª®àª°à«"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "NUMA સà«àª² માàªà« àªàªªàª²àª¬à«àª§ મà«àªà«àª¤ મà«àª®àª°à« દરà«àª¶àª¾àªµà«."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "NUMA સà«àª² નàªàª¬àª°"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "àªà«àª²"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "ડà«àª®à«àªàª¨ vcpu àªàª¾àª£àªàª¾àª°à«"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "ડà«àª®à«àªàª¨ વરà«àªà«àª¯à«àª
લ CPUs વિશૠમà«àª³àªà«àª¤ àªàª¾àª£àªàª¾àª°à« àªàªªà« àªà«."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU àªàªàª°à«àª·àª£:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "ડà«àª®à«àªàª¨ બàªàª§ àªàª°à«, વરà«àªà«àª¯à«àª
લ CPUs હાàªàª° નથà«."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "ડà«àª®à«àªàª¨ vcpu àªàªàª°à«àª·àª£ નિયàªàª¤à«àª°àª¿àª¤ àªàª°à« àªà«"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "ડà«àª®à«àªàª¨ VCPUs નૠયàªàª®àª¾àª¨ àªà«àª¤àª¿àª CPUs માઠપà«àª¨ àªàª°à«."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu નàªàª¬àª°"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "યàªàª®àª¾àª¨ cpu નàªàª¬àª°(àª) (àª
લà«àªªàªµàª¿àª°àª¾àª®àª¥à« àª
લઠપડà«àª²)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr "vcpupin: àª
યà«àªà«àª¯ àª
થવા àªà«àª® થયà«àª² vCPU નàªàª¬àª°."
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr "vcpupin: àªà«àª® થયà«àª² cpulist"
-#: src/virsh.c:1765
+#: src/virsh.c:1814
msgid "vcpupin: failed to get domain informations."
msgstr "ડિસà«àª àªàª¾àª£àªàª¾àª°à« મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³."
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin: àª
યà«àªà«àª¯ vCPU નàªàª¬àª°."
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: àª
યà«àªà«àª¯ બàªàª§àª¾àª°àª£. àªàª¾àª²à« શબà«àª¦àª®àª¾àª³àª¾."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr "cpulist: %s: àª
યà«àªà«àª¯ બàªàª§àª¾àª°àª£. સà«àª¥àª¾àª¨ %d (નàªà«àª '%c') àªàªàª³ àªàªà«àªàª¿àª¤ àª
àªàª."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5067,1349 +5592,1407 @@ msgid ""
msgstr ""
"cpulist: %s: àª
યà«àªà«àª¯ બàªàª§àª¾àª°àª£. સà«àª¥àª¾àª¨ %d (નàªà«àª '%c') àªàªàª³ àªàªà«àªàª¿àª¤ àª
àªàª àª
થવા àª
લà«àªªàªµàª¿àª°àª¾àª®."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: àª
યà«àªà«àª¯ બàªàª§àª¾àª°àª£. સà«àª¥àª¾àª¨ %d àªàªàª³ àª
àªàª¤àª¿àª® àª
લà«àªªàªµàª¿àª°àª¾àª®."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "àªà«àª¤àª CPU %d àª
સà«àª¤àª¿àª¤à«àªµàª®àª¾àª નથà«."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "વરà«àªà«àª¯à«àª
લ CPUs નૠસàªàªà«àª¯àª¾ બદલà«"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "મહà«àª®àª¾àª¨ ડà«àª®à«àªàª¨àª®àª¾àª વરà«àªà«àª¯à«àª
લ CPUs નૠસàªàªà«àª¯àª¾ બદલà«."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "વરà«àªà«àª¯à«àª
લ CPUs નૠસàªàªà«àª¯àª¾"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "àª
યà«àªà«àª¯ સàªàªà«àª¯àª¾àª¨àª¾ વરà«àªà«àª¯à«àª
લ CPUs."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "àªàª£àª¾ બધા વરà«àªà«àª¯à«àª
લ CPUs."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "મà«àª®àª°à« ફાળવણૠબદલà«"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "મહà«àª®àª¾àª¨ ડà«àª®à«àªàª¨àª®àª¾àª વરà«àª¤àª®àª¾àª¨ મà«àª®àª°à« ફાળવણૠબદલà«."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "મà«àª®àª°à«àª¨àª¾ àªàª¿àª²à«àª¬àª¾àªàªà«àª¨à« સàªàªà«àª¯àª¾"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "મà«àª®àª°à« માપ માàªà« %d નૠàª
યà«àªà«àª¯ àªàª¿àªàª®àª¤"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "મહતà«àª¤àª®àª®à«àª®àª°à«àª®àª¾àªª નàªà«àªà« àªàª°àªµàª¾àª®àª¾àª àª
સમરà«àª¥"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "મહતà«àª¤àª® મà«àª®àª°à« મરà«àª¯àª¾àª¦àª¾ બદલà«"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "મહà«àª®àª¾àª¨ ડà«àª®à«àªàª¨àª®àª¾àª મà«àª®àª°à« ફાળવણૠમરà«àª¯àª¾àª¦àª¾ બદલà«."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "મહતà«àª¤àª® મà«àª®àª°à« મરà«àª¯àª¾àª¦àª¾ àªàª¿àª²à«àª¬àª¾àªàªà«àª®àª¾àª"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "વરà«àª¤àª®àª¾àª¨ મà«àª®àª°à«àª®àª¾àªª નàªà«àªà« àªàª°àªµàª¾àª®àª¾àª àª
સમરà«àª¥"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "વરà«àª¤àª®àª¾àª¨ મà«àª®àª°à«àª®àª¾àªª સàªàªà«àªàªµàª¾àª®àª¾àª àª
સમરà«àª¥"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "મહતà«àª¤àª®àª®à«àª®àª°à«àª®àª¾àªª બદલવામાઠàª
સમરà«àª¥"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "નà«àª¡ àªàª¾àª£àªàª¾àª°à«"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "નà«àª¡ વિશૠમà«àª³àªà«àª¤ àªàª¾àª£àªàª¾àª°à« àªàªªà« àªà«."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "નà«àª¡ àªàª¾àª£àªàª¾àª°à« મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU મà«àª¡à«àª²:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU àªàªµà«àª¤à«àª¤àª¿:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU સà«àªà«àª(àª):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "સà«àªà«àª પà«àª°àª¤àª¿ મà«àª³(àª):"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "મà«àª³ પà«àª°àª¤àª¿ થà«àª°à«àª¡(àª):"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA àªàª¾àª¨àª¾àª(àª):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "મà«àª®àª°à« માપ:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "àªà«àª·àª®àª¤àª¾àª"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "હાયપરવાàªàªàª°/ડà«àª°àª¾àªàªµàª°àª¨à« àªà«àª·àª®àª¤àª¾àª àªàªªà« àªà«."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "àªà«àª·àª®àª¤àª¾àª મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "XML માઠડà«àª®à«àªàª¨ àªàª¾àª£àªàª¾àª°à«"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "ડà«àª®à«àªàª¨ àªàª¾àª£àªàª¾àª°à«àª¨à« XML ડમà«àªª તરà«àªà« stdout પર àªàªàªàªªà«àª àªàªªà«."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "àª
સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨ નથà«"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "ડà«àª®à«àªàª¨ id àª
થવા UUID નૠડà«àª®à«àªàª¨ નામમાઠફà«àª°àªµà«"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "ડà«àª®à«àªàª¨ id àª
થવા uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "ડà«àª®à«àªàª¨ નામ àª
થવા UUID નૠડà«àª®à«àªàª¨ id માઠફà«àª°àªµà«"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "ડà«àª®à«àªàª¨ નામ àª
થવા id નૠડà«àª®à«àªàª¨ UUID માઠફà«àª°àªµà«"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "ડà«àª®à«àªàª¨ id àª
થવા નામ"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "ડà«àª®à«àªàª¨ UUID મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "ડà«àª®à«àªàª¨àª¨à« àª
નà«àª¯ યàªàª®àª¾àª¨àª®àª¾àª ફà«àª°àªµà«"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr "ડà«àª®à«àªàª¨àª¨à« àª
નà«àª¯ યàªàª®àª¾àª¨àª®àª¾àª ફà«àª°àªµà«. --live નૠàªà«àªµàªàª¤ રà«àªªàª¾àªàª¤àª°àª£ માàªà« àªàª®à«àª°à«."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "àªà«àªµàªàª¤ રà«àªªàª¾àªàª¤àª°àª£"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "àª
àªàª¤àª¿àª® મà«àªàª¾àª® યàªàª®àª¾àª¨àª¨à« àªà«àª¡àª¾àª£ URI"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "રà«àªªàª¾àªàª¤àª°àª£ URI, સામાનà«àª¯ રà«àª¤à« àª
વàªàª£à« શàªàª¾àª¯ àªà«"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "રà«àªªàª¾àªàª¤àª°àª£: àªà«àª® થયà«àª² desturi"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "નà«àªàªµàª°à«àª àªàªªà«àªàªª શરૠàªàª°à«"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "બà«àª સમયૠનà«àªàªµàª°à«àªàª¨à« àªàªªà«àªàªª શરૠàªàª°àªµàª¾ માàªà« રà«àªªàª°à«àªàª¾àªàªàª¿àª¤ àªàª°à«."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "નà«àªàªµàª°à«àª નામ àª
થવા uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "નà«àªàªµàª°à«àª %s નૠàªàªªà«àªàªª શરà«àª¥àª¯à«àª² તરà«àªà« àªàª¿àª¹à«àª¨àª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "નà«àªàªµàª°à«àª %s નૠàªàªªà«àªàªª શરà«àª¥àª¯à«àª² તરà«àªà« àª
àªàª¿àª¹à«àª¨àª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "નà«àªàªµàª°à«àª %s ઠàªàªªà«àªàªª શરà«àª¥àª¯à«àª² તરà«àªà« àªàª¿àª¹à«àª¨àª¿àª¤ થયà«àª² àªà«\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "નà«àªàªµàª°à«àª %s ઠàªàªªà«àªàªª શરà«àª¥àª¯à«àª² તરà«àªà« àª
àªàª¿àª¹à«àª¨àª¿àª¤ થયà«àª² àªà«\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "XML ફાàªàª²àª®àª¾àªàª¥à« નà«àªàªµàª°à«àª બનાવà«"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "નà«àªàªµàª°à«àª બનાવà«."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "XML નà«àªàªµàª°à«àª વરà«àª£àª¨ સમાવતૠફાàªàª²"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "નà«àªàªµàª°à«àª %s ઠ%s માàªàª¥à« બનà«àª¯à«àª\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "%s માàªàª¥à« નà«àªàªµàª°à«àª બનાવવામાઠનિષà«àª«àª³"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "XML ફાàªàª²àª®àª¾àªàª¥à« નà«àªàªµàª°à«àª વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°à« (પરàªàª¤à« શરૠàªàª°à« નહિàª)"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "નà«àªàªµàª°à«àª વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°à«."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "નà«àªàªµàª°à«àª %s ઠ%s માàªàª¥à« વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ થયà«àª² àªà«\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "%s માàªàª¥à« નà«àªàªµàª°à«àª વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "નà«àªàªµàª°à«àªàª¨à« નાશ àªàª°à«"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "àªàªªà«àª² નà«àªàªµàª°à«àªàª¨à« નાશ àªàª°à«."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "નà«àªàªµàª°à«àª નામ, id àª
થવા uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "નà«àªàªµàª°à«àª %s નાશ àªàª°àª¾àª¯à«àª² àªà«\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "નà«àªàªµàª°à«àª %s નૠનાશ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "XML માઠનà«àªàªµàª°à«àª àªàª¾àª£àªàª¾àª°à«"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "નà«àªàªµàª°à«àª àªàª¾àª£àªàª¾àª°à«àª¨à« XML ડમà«àªª તરà«àªà« stdout પર àªàªàªàªªà«àª àªàª°à«."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "નà«àªàªµàª°à«àªà«àª¨à« યાદૠàªàªªà«"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "નà«àªàªµàª°à«àªà«àª¨à« યાદૠàªàªªà« àªà«."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "àª
સàªà«àª°àª¿àª¯ નà«àªàªµàª°à«àªà«àª¨à« યાદૠàªàªªà«"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "àª
સàªà«àª°àª¿àª¯ àª
નૠસàªà«àª°àª¿àª¯ નà«àªàªµàª°à«àªà«àª¨à« યાદૠàªàªªà«"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "સàªà«àª°àª¿àª¯ નà«àªàªµàª°à«àªà«àª¨à« યાદૠમà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "àª
સàªà«àª°àª¿àª¯ નà«àªàªµàª°à«àªà«àª¨à« યાદૠમà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "àªàªªà«àªàªª શરૠàªàª°à«"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "àªà«àª àªàªªà«àªàªª શરૠનહિàª"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "સàªà«àª°àª¿àª¯"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "àª
સàªà«àª°àª¿àª¯"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "નà«àªàªµàª°à«àª UUID નૠનà«àªàªµàª°à«àª નામમાઠફà«àª°àªµà«"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "નà«àªàªµàª°à«àª uuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "àª
સàªà«àª°àª¿àª¯ નà«àªàªµàª°à«àª શરૠàªàª°à« (પહà«àª²àª¾àª¥à« વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤)"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "નà«àªàªµàª°à«àª શરૠàªàª°à«."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "àª
સàªà«àª°àª¿àª¯ નà«àªàªµàª°à«àªàª¨à«àª નામ"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "નà«àªàªµàª°à«àª %s શરૠથઠàªàª¯à«àª\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "નà«àªàªµàª°à«àª %s શરૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "àª
સàªà«àª°àª¿àª¯ નà«àªàªµàª°à«àª àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°à«"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "àª
સàªà«àª°àª¿àª¯ નà«àªàªµàª°à«àª માàªà« રà«àªªàª°à«àªàª¾àªàªàª¨ àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°à«."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "નà«àªàªµàª°à«àª %s àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ થઠàªàª¯à«àª² àªà«\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "નà«àªàªµàª°à«àª %s àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "નà«àªàªµàª°à«àª નામનૠનà«àªàªµàª°à«àª UUID માઠફà«àª°àªµà«"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "નà«àªàªµàª°à«àª નામ"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "નà«àªàªµàª°à«àª UUID મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
msgid "autostart a pool"
msgstr "Pool àªàªªà«àªàªª શરૠàªàª°à«"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr "Pool નૠબà«àª સમયૠàªàªªà«àªàªª શરૠથાય તૠમાàªà« રà«àªªàª°à«àªàª¾àªàªàª¿àª¤ àªàª°à«."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr "Pool નામ àª
થવા uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Pool %s નૠàªàªªà«àªàªª શરà«àª¥àª¯à«àª² તરà«àªà« àªàª¿àª¹à«àª¨àª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Pool %s નૠàªàªªà«àªàªª શરà«àª¥àª¯à«àª² તરà«àªà« àª
àªàª¿àª¹à«àª¨àª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Pool %s નૠàªàªªà«àªàªª શરà«àª¥àª¯à«àª² àªàª¿àª¹à«àª¨àª¿àª¤ àªàª°àªµàª¾àª®àª¾àª àªàªµà«àª²\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Pool %s નૠàªàªªà«àªàªª શરà«àª¥àª¯à«àª² તરà«àªà« àª
àªàª¿àª¹à«àª¨àª¿àª¤ àªàª°àªµàª¾àª®àª¾àª àªàªµà«àª²\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr "XML ફાàªàª²àª®àª¾àªàª¥à« pool બનાવà«"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr "pool બનાવà«."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr "XML pool વરà«àª£àª¨ સમાવતૠફાàªàª²"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, c-format
msgid "Pool %s created from %s\n"
msgstr "%s માàªàª¥à« બનાવà«àª² Pool %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr "%s માàªàª¥à« pool બનાવવામાઠનિષà«àª«àª³"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr "pool નà«àª નામ"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr "pool નૠપà«àª°àªàª¾àª°"
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr "àª
ધà«àª°à«àªàª¾ સàªàªà«àª°àª¹ માàªà« સà«àª¤à«àª°à«àª¤-યàªàª®àª¾àª¨"
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr "àª
ધà«àª°à«àªàª¾ સàªàªà«àª°àª¹ માàªà« સà«àª¤à«àª°à«àª¤ પાથ"
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr "àª
ધà«àª°à«àªàª¾ સàªàªà«àª°àª¹ માàªà« સà«àª¤à«àª°à«àª¤ àªàªªàªàª°àª£"
-#: src/virsh.c:2881
+#: src/virsh.c:2931
#, fuzzy
msgid "source name for underlying storage"
msgstr "àª
ધà«àª°à«àªàª¾ સàªàªà«àª°àª¹ માàªà« સà«àª¤à«àª°à«àª¤ પાથ"
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr "àª
ધà«àª°à«àªàª¾ સàªàªà«àª°àª¹ માàªà« લàªà«àª·à«àª¯"
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
msgid "Failed to allocate XML buffer"
msgstr "XML બફરનૠફાળવણૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr "દલà«àª²à«àª¨àª¾àª સમà«àª¹ માàªàª¥à« pool નૠબનાવà«"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr "Pool %s બનાવà«àª² àªà«\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr "pool %s બનાવવામાઠનિષà«àª«àª³"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr "XML ફાàªàª²àª®àª¾àªàª¥à« pool વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ (પરàªàª¤à« શરૠàªàª°à« નહિàª) àªàª°à«"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr "pool વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°à«."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "%s માàªàª¥à« વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ થયà«àª² Pool %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr "%s માàªàª¥à« pool વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr "દલà«àª²à«àª¨àª¾àª સમà«àª¹ માàªàª¥à« pool નૠવà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°à«"
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr "Pool %s વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ થયà«àª² àªà«\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr "pool %s વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr "pool નૠબિલà«àª¡ àªàª°à«"
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr "àªàªªà«àª² pool નૠબિલà«àª¡ àªàª°à«."
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "pool %s બિલà«àª¡ થયà«àª² àªà«\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, c-format
msgid "Failed to build pool %s"
msgstr "pool %s બિલà«àª¡ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr "pool નૠનાશ àªàª°à«"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr "àªàªªà«àª² pool નૠનાશ àªàª°à«."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr "pool %s નાશ àªàª°àª¾àª¯à«àª² àªà«\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, c-format
msgid "Failed to destroy pool %s"
msgstr "pool %s નૠનાશ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr "pool નૠàªàª¾àª¢à« નાàªàªà«"
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr "àªàªªà«àª² pool નૠàªàª¾àª¢à« નાàªàªà«."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr "Pool %s નાશ àªàª°àª¾àª¯à«àª² àªà«\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, c-format
msgid "Failed to delete pool %s"
msgstr "pool %s નૠનાશ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr "પà«àª²àª¨à« તાàªà« àªàª°à«"
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr "àªàªªà«àª² pool નૠતાàªà« àªàª°à«."
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr "Pool %s તાàªà« થયà«àª² àªà«\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr "pool %s તાàªà« àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr "XML માઠpool àªàª¾àª£àªàª¾àª°à«"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr "pool àªàª¾àª£àªàª¾àª°à«àª¨à« XML ડમà«àªª તરà«àªà« stdout પર àªàªàªàªªà«àª àªàªªà«."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr "pool યાદૠàªàªªà«"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
msgid "Returns list of pools."
msgstr "poolનૠયાદૠàªàªªà« àªà«."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr "àª
સàªà«àª°àª¿àª¯ pool નૠયાદૠàªàªªà«"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
msgid "list inactive & active pools"
msgstr "àª
સàªà«àª°àª¿àª¯ àª
નૠસàªà«àª°àª¿àª¯ pool નૠયાદૠàªàªªà«"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
msgid "Failed to list active pools"
msgstr "સàªà«àª°àª¿àª¯ pool નૠયાદૠમà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
msgid "Failed to list inactive pools"
msgstr "àª
સàªà«àª°àª¿àª¯ pool નૠયાદૠમà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "%s માઠàª
યà«àªà«àª¯ સàªàªà«àª°àª¹ pool"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "àªàª£àª¾ બધા સàªàªà«àª°àª¹ pools મળà«àª² àªà«"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "મà«àª®àª°à«àª¨à« બહાર"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "pool %s વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "àªàª£àª¾ બધા સàªàªà«àª°àª¹ pools મળà«àª² àªà«"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
msgid "storage pool information"
msgstr "સàªàªà«àª°àª¹ pool àªàª¾àª£àªàª¾àª°à«"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr "સàªàªà«àª°àª¹ pool વિશૠમà«àª³àªà«àª¤ àªàª¾àª£àªàª¾àª°à« àªàªªà« àªà«."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr "બિલà«àª¡à«àªàª"
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "àªàª¾àª²à« રહà«àª¯à«àª àªà«"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr "બદનામ"
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr "àªà«àª·àª®àª¤àª¾:"
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr "ફાળવૠરહà«àª¯àª¾ àªà«àª:"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr "àªàªªàª²à«àª¬àª§:"
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr "pool નામ નૠpool UUID માઠફà«àª°àªµà«"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr "pool uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr "àª
સàªà«àª°àª¿àª¯ pool શરૠàªàª°à« (પહà«àª²àª¾àª¥à« વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤)"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr "pool શરૠàªàª°à«."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr "àª
સàªà«àª°àª¿àª¯ pool નà«àª નામ"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr "pool %s શરૠથઠàªàª¯à«àª\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, c-format
msgid "Failed to start pool %s"
msgstr "pool %s શરૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr "દલà«àª²à«àª¨àª¾àª સમà«àª¹ માàªàª¥à« વà«àª²à«àª¯à«àª®àª¨à« àªàª¤à«àªªàª¨à«àª¨ àªàª°à«"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr "vol બનાવà«."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr "pool નામ"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr "વà«àª²à«àª¯à«àª®àª¨àª¾àª નામ"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr "વà«àªàª²à«àªªàª¿àª k,M,G,T પà«àª°àª¤à«àª¯àª¯ સાથૠvol નૠમાપ"
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr "વà«àªàª²à«àªªàª¿àª k,M,G,T પà«àª°àª¤à«àª¯àª¯ સાથૠશરà«àªàª¤à« ફાળવà«àª²à« માપ"
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr "ફાàªàª² બàªàª§àª¾àª°àª£ પà«àª°àªàª¾àª° raw,bochs,qcow,qcow2,vmdk"
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr "મà«àª²àª«à«àª°à«àª® થયà«àª² માપ %s"
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr "Vol %s બનાવà«àª² àªà«\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, c-format
msgid "Failed to create vol %s"
msgstr "vol %s બનાવવામાઠનિષà«àª«àª³"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
msgid "undefine an inactive pool"
msgstr "àª
સàªà«àª°àª¿àª¯ pool àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°à«"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
msgid "Undefine the configuration for an inactive pool."
msgstr "àª
સàªà«àª°àª¿àª¯ pool માàªà« રà«àªªàª°à«àªàª¾àªàªàª¨ àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°à«."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr "pool %s àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ થઠàªàª¯à«àª² àªà«\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, c-format
msgid "Failed to undefine pool %s"
msgstr "pool %s àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
msgid "convert a pool name to pool UUID"
msgstr "pool નામનૠનà«àªàªµàª°à«àª UUID માઠફà«àª°àªµà«"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
msgid "failed to get pool UUID"
msgstr "pool UUID મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
msgid "create a vol from an XML file"
msgstr "XML ફાàªàª²àª®àª¾àªàª¥à« vol બનાવà«"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
msgid "file containing an XML vol description"
msgstr "XML vol વરà«àª£àª¨ સમાવતૠફાàªàª²"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, c-format
msgid "Vol %s created from %s\n"
msgstr "%s માàªàª¥à« બનાવà«àª² Vol %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, c-format
msgid "Failed to create vol from %s"
msgstr "%s માàªàª¥à« vol બનાવવામાઠનિષà«àª«àª³"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr "vol નૠàªàª¾àª¢à« નાàªàªà«"
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr "àªàªªà«àª² vol નૠàªàª¾àª¢à« નાàªàªà«."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr "vol નામ, àªà« àª
થવા પાથ"
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr "Vol %s àªàª¾àª¢à« નàªàªàª¾àª¯à«àª² àªà«\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, c-format
msgid "Failed to delete vol %s"
msgstr "vol %s નૠàªàª¾àª¢à« નાàªàªàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
msgid "storage vol information"
msgstr "સàªàªà«àª°àª¹ vol àªàª¾àª£àªàª¾àª°à«"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr "સàªàªà«àª°àª¹ vol વિશૠમà«àª³àªà«àª¤ àªàª¾àª£àªàª¾àª°à« પાàªà« મળૠàªà«."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
msgid "Type:"
msgstr "પà«àª°àªàª¾àª°:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr "ફાàªàª²"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr "બà«àª²à«àª"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
msgid "vol information in XML"
msgstr "XML માઠvol àªàª¾àª£àªàª¾àª°à«"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
msgid "Output the vol information as an XML dump to stdout."
msgstr "vol àªàª¾àª£àªàª¾àª°à«àª¨à« XML ડમà«àªª તરà«àªà« stdout પર àªàªàªàªªà«àª àªàªªà«."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
msgid "list vols"
msgstr "vol નૠયાદૠàªàªªà«"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
msgid "Returns list of vols by pool."
msgstr "pool દà«àª¦àª¾àª°àª¾ vol નૠયાદૠàªàªªà« àªà«."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
msgid "Failed to list active vols"
msgstr "સàªà«àª°àª¿àª¯ vols યાદૠમà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr "પાથ"
-#: src/virsh.c:4145
+#: src/virsh.c:4205
msgid "convert a vol UUID to vol name"
msgstr "vol નામ નૠvol UUID માઠફà«àª°àªµà«"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr "vol àªà« àª
થવા પાથ"
-#: src/virsh.c:4178
+#: src/virsh.c:4238
msgid "convert a vol UUID to vol key"
msgstr "vol àªà« નૠvol UUID માઠફà«àª°àªµà«"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
msgid "vol uuid"
msgstr "vol uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
msgid "convert a vol UUID to vol path"
msgstr "vol પાથ નૠvol UUID માઠરà«àªªàª¾àªàª¤àª° àªàª°à«"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr "vol નામ àª
થવા àªà«"
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "àªàªµà«àª¤à«àª¤àª¿ બતાવà«"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "સિસà«àªàª® àªàª¾àª£àªàª¾àª°à« àª
àªàª¹àª¿ દરà«àª¶àª¾àªµà«."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "હાયપરવિàªàª° મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "લાàªàª¬à«àª°à«àª°à« વિરà«àª¦à«àª§ àªàª®à«àªªàª¾àªàª² થયà«àª²: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "લાàªàª¬à«àª°à«àª°à« àªàªµà«àª¤à«àª¤àª¿ મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "લાàªàª¬à«àª°à«àª°à« વાપરૠરહà«àª¯àª¾ àªà«àª: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "API વાપરૠરહà«àª¯àª¾ àªà«àª: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "હાયપરવિàªàª° àªàªµà«àª¤à«àª¤àª¿ મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "àªàª¾àª²à« રહà«àª² %s હાયપરવિàªàª° àªàªµà«àª¤à«àª¤àª¿àª¨à« àª
રà«àª àªàª¾àª¢à« શàªàª¤àª¾ નથà«\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "હાયપરવિàªàª° àªàª²àª¾àªµà« રહà«àª¯àª¾ àªà«àª: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "NUMA ઠયàªàª®àª¾àª¨ પર àªàª§àª¾àªà«àª¤ નથà«"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "àªà«àª·àª®àª¤àª¾àª"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "હાયપરવિàªàª° સાથૠàªà«àª¡àª¾àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "àª
સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨à«àª¨à« યાદૠમà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "vol àªàª¾àª£àªàª¾àª°à«àª¨à« XML ડમà«àªª તરà«àªà« stdout પર àªàªàªàªªà«àª àªàªªà«."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "àªàªªàªàª°àª£"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "નવà«àª ડિસà«àª àªàªªàªàª°àª£ àªà«àª¡à«."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "ડà«àª®à«àªàª¨ %s નાશ àªàª°àª¾àª¯à«àª² àªà«\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "%s માàªàª¥à« àªàªªàªàª°àª£ àªà«àª¡àªµàª¾àª®àª¾àª નિષà«àª«àª³"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "નવà«àª ડિસà«àª àªàªªàªàª°àª£ àªà«àª¡à«."
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "àªàªªàªàª°àª£àª¨à« %s માàªàª¥à« àªà«àª¡àªµàª¾àª®àª¾àª નિષà«àª«àª³"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "ડિસà«àª àªàªªàªàª°àª£àª¨à«àª લàªà«àª·à«àª¯"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "àªàª¾àª²à« રહà«àª² ડà«àª®à«àªàª¨ માàªà« àªàªªàªàª°àª£ બà«àª²à«àª પરિસà«àª¥àª¿àª¤àª¿ મà«àª³àªµà«."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "ડà«àª®à«àªàª¨ %s àªà«àª¡àª¾àª¯à«àª² àªà«\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "લà«àª ફાàªàª² %s બનાવવામાઠનિષà«àª«àª³: %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "હાયપરવિàªàª° યàªàª®àª¾àª¨àª¨àª¾àª® àªàª¾àªªà«"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "યàªàª®àª¾àª¨àª¨àª¾àª® મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "હાયપરવિàªàª° àªà«àª¨à«àª¨àª¿àªàª² URI àªàª¾àªªà«"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "URI મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc ડિસà«àªªà«àª²à«"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "VNC ડિસà«àªªà«àª²à« માàªà« IP સરનામà«àª àª
નૠપà«àª°à«àª નàªàª¬àª° àªàªàªàªªà«àª àªàªªà«."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty àªàª¨à«àª¸à«àª²"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "TTY àªàª¨à«àª¸à«àª² માàªà« àªàªªàªàª°àª£ àªàªàªàªªà«àª."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "àªàªªàªàª°àª£àª¨à« XML ફાàªàª²àª®àª¾àª àªà«àª¡à«"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "àªàªªàªàª°àª£àª¨à« XML <file> માàªàª¥à« àªà«àª¡à«."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML ફાàªàª²"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr "attach-device: àªà«àª® થયà«àª² <file> વિàªàª²à«àªª"
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "àªàªªàªàª°àª£àª¨à« %s માàªàª¥à« àªà«àª¡àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "XML ફાàªàª²àª®àª¾àªàª¥à« àªàªªàªàª°àª£ àªà«àª¡à«"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "XML <file> માàªàª¥à« àªàªªàªàª°àª£ àªà«àª¡à«"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr "detach-device: àªà«àª® થયà«àª² <file> વિàªàª²à«àªª"
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "%s માàªàª¥à« àªàªªàªàª°àª£ àªà«àª¡àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "નà«àªàªµàª°à«àª àªàª¨à«àªàª°àª«à«àª¸ àªà«àª¡à«"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "નવà«àª નà«àªàªµàª°à«àª àªàª¨à«àªàª°àª«à«àª¸ àªà«àª¡à«."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "નà«àªàªµàª°à«àª àªàª¨à«àªàª°àª«à«àª¸ પà«àª°àªàª¾àª°"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "નà«àªàªµàª°à«àª àªàª¨à«àªàª°àª«à«àª¸àª¨à« સà«àª°à«àª¤"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "લàªà«àª·à«àª¯ નà«àªàªµàª°à«àª નામ"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
msgid "MAC address"
msgstr "MAC સરનામà«àª"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "નà«àªàªµàª°à«àª àªàª¨à«àªàª°àª«à«àª¸ બà«àª°àª¿àª àªàª°àªµàª¾ માàªà« વપરાતૠસà«àªà«àª°àª¿àªªà«àª"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "àªàª¦à«àª¶ 'attach-interface' માઠàªà«àª àªàª§àª¾àª° %s નથà«"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "નà«àªàªµàª°à«àª àªàª¨à«àªàª°àª«à«àª¸ àªà«àª¡à«"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "નà«àªàªµàª°à«àª àªàª¨à«àªàª°àª«à«àª¸ àªà«àª¡à«."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "àªàª¨à«àªàª°àª«à«àª¸ àªàª¾àª£àªàª¾àª°à« મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "àªà«àª àªàª¨à«àªàª°àª«à«àª¸ મળà«àª¯à«àª નહિઠàªà« àªà«àª¨à« પà«àª°àªàª¾àª° %s હà«àª¯"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "àªà«àª àªàª¨à«àªàª°àª«à«àª¸ મળà«àª¯à«àª નહિઠàªà« àªà«àª¨à«àª MAC સરનામà«àª %s હà«àª¯"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "મà«àª®àª°à«àª¨à« ફાળવણૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "XML બનાવવામાઠનિષà«àª«àª³"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "ડિસà«àª àªàªªàªàª°àª£ àªà«àª¡à«"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "નવà«àª ડિસà«àª àªàªªàªàª°àª£ àªà«àª¡à«."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "ડિસà«àª àªàªªàªàª°àª£àª¨à« સà«àª°à«àª¤"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "ડિસà«àª àªàªªàªàª°àª£àª¨à«àª લàªà«àª·à«àª¯"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "ડિસà«àª àªàªªàªàª°àª£àª¨à«àª ડà«àª°àª¾àªàªµàª°"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "ડિસà«àª àªàªªàªàª°àª£àª¨à«àª àªàªªàª¡à«àª°àª¾àªàªµàª°"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "લàªà«àª·à«àª¯ àªàªªàªàª°àª£ પà«àª°àªàª¾àª°"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "àªàªªàªàª°àª£ વાàªàªàª¨ àª
નૠલà«àªàª¨àª¨à« સà«àª¥àª¿àª¤àª¿"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "àªàª¦à«àª¶ 'attach-disk' માઠàªà«àª àªàª§àª¾àª° %s નથà«"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "ડિસà«àª àªàªªàªàª°àª£ àªà«àª¡à«"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "ડિસà«àª àªàªªàªàª°àª£ àªà«àª¡à«."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "ડિસà«àª àªàª¾àª£àªàª¾àª°à« મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "àªà«àª ડિસà«àª મળૠનહિઠàªà« àªà«àª¨à«àª લàªà«àª·à«àª¯ %s હà«àª¯"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "init શબà«àª¦àª®àª¾àª³àª¾ માàªà« મà«àª®àª°à« calloc àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "%s: લà«àª ફાàªàª² લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "%s: લà«àª ફાàªàª² લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "%s: લà«àª ફાàªàª² લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "àª
સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨ %s બનાવવામાઠનિષà«àª«àª³\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "lvs àªàª¦à«àª¶ નિષà«àª«àª³"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, fuzzy, c-format
msgid "%s: command exited with non-zero status"
msgstr "exitstatus %d સાથૠlvs àªàª¦à«àª¶ નિષà«àª«àª³"
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: લà«àª ફાàªàª² લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "àª
સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨ માàªà« રà«àªªàª°à«àªàª¾àªàªàª¨ àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°à«."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "àª
સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨ માàªà« રà«àªªàª°à«àªàª¾àªàªàª¨ àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°à«."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª² વાàªàªàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "àª
સàªà«àª°àª¿àª¯ નà«àªàªµàª°à«àª માàªà« રà«àªªàª°à«àªàª¾àªàªàª¨ àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°à«."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "àª
સàªà«àª°àª¿àª¯ નà«àªàªµàª°à«àª માàªà« રà«àªªàª°à«àªàª¾àªàªàª¨ àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°à«."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "àª
સàªà«àª°àª¿àª¯ pool માàªà« રà«àªªàª°à«àªàª¾àªàªàª¨ àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°à«."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "àª
સàªà«àª°àª¿àª¯ pool માàªà« રà«àªªàª°à«àªàª¾àªàªàª¨ àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°à«."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "ઠપà«àªàªªàª°àª àªàª°à«àª®àª¿àª¨àª² બàªàª§ àªàª°à«"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "àªàª¦à«àª¶ '%s' નૠ<%s> વિàªàª²à«àªªàª¨à« àªàª°à«àª° àªà«"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "àªàª¦à«àª¶ '%s' નૠ--%s વિàªàª²à«àªªàª¨à« àªàª°à«àª° àªà«"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "àªàª¦à«àª¶ '%s' àª
સà«àª¤àª¿àª¤à«àªµàª®àª¾àª નથà«"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " નામ\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6417,17 +7000,17 @@ msgstr ""
"\n"
" સારાàªàª¶\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6435,7 +7018,7 @@ msgstr ""
"\n"
" વરà«àª£àª¨\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6443,58 +7026,58 @@ msgstr ""
"\n"
" વિàªàª²à«àªªà«\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ ડà«àª®à«àªàª¨ નામ àª
થવા id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "ડà«àª®à«àªàª¨ '%s' મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ નà«àªàªµàª°à«àª નામ"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "નà«àªàªµàª°à«àª '%s' મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
msgid "undefined pool name"
msgstr "àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ pool નામ"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, c-format
msgid "failed to get pool '%s'"
msgstr "pool '%s' મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
msgid "undefined vol name"
msgstr "àª
વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ vol નામ"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, c-format
msgid "failed to get vol '%s'"
msgstr "vol '%s' મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6505,129 +7088,129 @@ msgstr ""
"(સમય: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "àªà«àª® થયà«àª² \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "àª
નિàªà«àªàª¨à«àª¯ àªà«àªàª¨ (àªàª¦à«àª¶ નામ): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "àª
àªà«àªàª¾àª¤ àªàª¦à«àª¶: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "àªàª¦à«àª¶ '%s' ઠવિàªàª²à«àªª --%s નૠàªàª§àª¾àª° àªàªªàª¤à« નથà«"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "àªàªà«àªàª¿àª¤ વાàªà«àª¯àª°àªàª¨àª¾: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "નàªàª¬àª°"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "શબà«àª¦àª®àª¾àª³àª¾"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "àª
નિàªà«àªàª¨à«àª¯ માહિતૠ'%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "વિàªàª²à«àªª"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "માહિતà«"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
#, fuzzy
msgid "idle"
msgstr "ફાàªàª²"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "વિરામ àª
પાયà«àª²"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "બàªàª§ àªàª°àª¾àª¯à«àª²"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "બàªàª§ àªàª°à«"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "àªàª¾àªàªà« પડà«àª²"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "àªàª«àª²àª¾àªàª¨"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "àªà«àª માનà«àª¯ àªà«àª¡àª¾àª£ નથà«"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: àªà«àª²: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "àªà«àª²: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: %d બાàªàªà« ફાળવવામાઠનિષà«àª«àª³"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: %lu બાàªàªà« ફાળવવામાઠનિષà«àª«àª³"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "હાયપરવિàªàª°àª®àª¾àª àªà«àª¡àª¾àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "લà«àª ફાàªàª² àªàª¾àª£àªàª¾àª°à« મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "લà«àª પાથ ફાàªàª² નથà«"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "લà«àª ફાàªàª² àªà«àª²àªµàª¾àª®àª¾àª નિષà«àª«àª³. લà«àª ફાàªàª² પાથ àªàªàª¾àª¸à«"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "લà«àª ફાàªàª² લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: લà«àª ફાàªàª² લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
msgid "failed to disconnect from the hypervisor"
msgstr "હાયપરવિàªàª°àª®àª¾àªàª¥à« àªà«àª¡àª¾àª£ તà«àª¡àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6660,7 +7243,7 @@ msgstr ""
"\n"
" àªàª¦à«àª¶à« (બિન પà«àªàªªàª°àª સà«àª¥àª¿àª¤àª¿):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6670,17 +7253,17 @@ msgstr ""
" (àªàª¦à«àª¶ વિશૠવિàªàª¤à« માàªà« help <command> સà«àªªàª·à«àª àªàª°à«)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "બિનàªàª§àª¾àª°àªà«àª¤ વિàªàª²à«àªª '-%c'. --help àªà«àª."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6689,7 +7272,7 @@ msgstr ""
"%s માઠતમારà«àª સà«àªµàª¾àªàª¤ àªà«, વરà«àªà«àª¯à«àª
લાàªàªà«àª¶àª¨ પà«àªàªªàª°àª àªàª°à«àª®àª¿àª¨àª².\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6699,462 +7282,476 @@ msgstr ""
" બહાર નà«àªàª³àªµàª¾ માàªà« 'quit'\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "àª
àªà«àªàª¾àª¤ àªà«àª²"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "àªà«àª¤àªµàª£à«"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "àªà«àª²"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "àªà«àª àªà«àª² સàªàª¦à«àª¶à« પà«àª°à« પાડવામાઠàªàªµà«àª² નથà«"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "àªàªàª¤àª°àª¿àª àªà«àª² %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "àªàªàª¤àª°àª¿àª àªà«àª²"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "મà«àª®àª°à«àª¨à« બહાર"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "hypervisor દà«àªµàª¾àª°àª¾ ઠવિધà«àª¯ àªàª§àª¾àª°àªà«àª¤ નથà«"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "hypervisor દà«àªµàª¾àª°àª¾ ઠવિધà«àª¯ àªàª§àª¾àª°àªà«àª¤ નથà«: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "હાયપરવિàªàª° સાથૠàªà«àª¡àª¾àª શàªà«àª¯àª¾ નહિàª"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "હાયપરવિàªàª° %s સાથૠàªà«àª¡àª¾àª શàªà«àª¯àª¾ નહિàª"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "àªàª®àª¾àª àª
યà«àªà«àª¯ àªà«àª¡àª¾àª£ નિરà«àª¦à«àª¶àª"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "%s માઠàª
યà«àªà«àª¯ àªà«àª¡àª¾àª£ નિરà«àª¦à«àª¶àª"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "àªàª®àª¾àª àª
યà«àªà«àª¯ ડà«àª®à«àªàª¨ નિરà«àª¦à«àª¶àª"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "%s માઠàª
યà«àªà«àª¯ ડà«àª®à«àªàª¨ નિરà«àª¦à«àª¶àª"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "àªàª®àª¾àª àª
યà«àªà«àª¯ દલà«àª²"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "%s àªàª®àª¾àª àª
યà«àªà«àª¯ દલà«àª²"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "પà«àª°àªà«àª°àª¿àª¯àª¾ નિષà«àª«àª³: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "પà«àª°àªà«àª°àª¿àª¯àª¾ નિષà«àª«àª³"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET પà«àª°àªà«àª°àª¿àª¯àª¾ નિષà«àª«àª³: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET પà«àª°àªà«àª°àª¿àª¯àª¾ નિષà«àª«àª³"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST પà«àª°àªà«àª°àª¿àª¯àª¾ નિષà«àª«àª³: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST પà«àª°àªà«àª°àª¿àª¯àª¾ નિષà«àª«àª³"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "àª
àªà«àªàª¾àª¤ HTTP àªà«àª² àªà«àª¡ %d મળà«àª¯à«"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "àª
àªà«àªàª¾àª¤ યàªàª®àª¾àª¨ %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "àª
àªà«àªàª¾àª¤ યàªàª®àª¾àª¨"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "S-Expr શà«àª°à«àª£à«àªà«àª¤ બનાવવામાઠનિષà«àª«àª³: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "S-Expr શà«àª°à«àª£à«àªà«àª¤ બનાવવામાઠનિષà«àª«àª³"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "Xen હાયપરવિàªàª° પà«àª°àªµà«àª¶ વાપરૠશàªà«àª¯àª¾ નહિàª"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "Xen હાયપરવિàªàª° પà«àª°àªµà«àª¶ %s વાપરૠશàªà«àª¯àª¾ નહિàª"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "Xen સàªàªà«àª°àª¹àª¸à«àª¥àª¾àª¨ સાથૠàªà«àª¡àª¾àª શàªà«àª¯àª¾ નહિàª"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "Xen સàªàªà«àª°àª¹àª¸à«àª¥àª¾àª¨ %s સાથૠàªà«àª¡àª¾àª શàªà«àª¯àª¾ નહિàª"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "Xen syscall %s %d નિષà«àª«àª³"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "àª
àªà«àªàª¾àª¤ OS પà«àª°àªàª¾àª°"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "àª
àªà«àªàª¾àª¤ OS પà«àª°àªàª¾àª° %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "àªà«àª® થયà«àª² àªàª°à«àª¨àª² àªàª¾àª£àªàª¾àª°à«"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "àªà«àª® થયà«àª² રà«àª àªàªªàªàª°àª£ àªàª¾àª£àªàª¾àª°à«"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "%s માઠàªà«àª® થયà«àª² રà«àª àªàªªàªàª°àª£ àªàª¾àª£àªàª¾àª°à«"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "àªàªªàªàª°àª£ માàªà« àªà«àª® થયà«àª² સà«àª°à«àª¤ àªàª¾àª£àªàª¾àª°à«"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "àªàªªàªàª°àª£ %s માàªà« àªà«àª® થયà«àª² સà«àª°à«àª¤ àªàª¾àª£àªàª¾àª°à«"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "àªàªªàªàª°àª£ માàªà« àªà«àª® થયà«àª² લàªà«àª·à«àª¯ àªàª¾àª£àªàª¾àª°à«"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "àªàªªàªàª°àª£ %s માàªà« àªà«àª® થયà«àª² લàªà«àª·à«àª¯ àªàª¾àª£àªàª¾àª°à«"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "àªà«àª® થયà«àª² ડà«àª®à«àªàª¨ નામ àªàª¾àª£àªàª¾àª°à«"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "%s માઠàªà«àª® થયà«àª² ડà«àª®à«àªàª¨ નામ àªàª¾àª£àªàª¾àª°à«"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "àªà«àª® થયà«àª² àªàªªàª°à«àªàª¿àªàª સિસà«àªàª® àªàª¾àª£àªàª¾àª°à«"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "%s માàªà« àªà«àª® થયà«àª² àªàªªàª°à«àªàª¿àªàª સિસà«àªàª® àªàª¾àª£àªàª¾àª°à«"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "àªà«àª® થયà«àª² àªàªªàªàª°àª£à« àªàª¾àª£àªàª¾àª°à«"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "%s માàªà« àªà«àª® થયà«àª² àªàªªàªàª°àª£à« àªàª¾àª£àªàª¾àª°à«"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "àªàª£àª¾ બધા ડà«àª°àª¾àªàªµàª°à« રàªà«àª¸à«àªàª° થયà«àª² àªà«"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "%s માઠàªàª£àª¾ બધા ડà«àª°àª¾àªàªµàª°à« રàªà«àª¸à«àªàª° થયà«àª² àªà«"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "લાàªàª¬à«àª°à«àª°à« બà«àª²àª¾àªµàªµàª¾àª¨à«àª નિષà«àª«àª³, àªàª¦àª¾àª àªàª§àª¾àª°àªà«àª¤ નથà«"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "લાàªàª¬à«àª°à«àª°à« àªà«àª² %s નિષà«àª«àª³, àªàª¦àª¾àª àªàª§àª¾àª°àªà«àª¤ નથà«"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML વરà«àª£àª¨ યà«àªà«àª¯ રà«àª¤à« રàªàª¾àª¯à«àª² નથૠàª
થવા àª
માનà«àª¯ àªà«"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "%s માàªà« XML વરà«àª£àª¨ યà«àªà«àª¯ રà«àª¤à« રàªàª¾àª¯à«àª² નથૠàª
થવા àª
યà«àªà«àª¯ àªà«"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "ઠડà«àª®à«àªàª¨ પહà«àª²àª¾àª¥à« ઠહાàªàª° àªà«"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "ડà«àª®à«àªàª¨ %s પહà«àª²àª¾àª¥à« ઠહાàªàª° àªà«"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "પà«àª°àªà«àª°àª¿àª¯àª¾ માતà«àª° વાàªàªà« શàªàª¾àª¯ તà«àªµàª¾ વપરાશથૠબàªàª§àª¿àª¤ àªà«"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "પà«àª°àªà«àª°àª¿àª¯àª¾ %s માતà«àª° વાàªàªà« શàªàª¾àª¯ તà«àªµàª¾ વપરાશથૠબàªàª§àª¿àª¤ àªà«"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª²àª¨à« વાàªàªàªµàª¾ માàªà« àªà«àª²àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "%s નૠવાàªàªàªµàª¾ માàªà« àªà«àª²àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª² વાàªàªàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª² %s વાàªàªàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª²àª¨à«àª પદàªà«àªà«àª¦àª¨ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª² %s નà«àª પદàªà«àªà«àª¦àª¨ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª² વાàªà«àª¯àª°àªàª¨àª¾ àªà«àª²"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª² વાàªà«àª¯àª°àªàª¨àª¾ àªà«àª²: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª² લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª² લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "પદàªà«àªà«àª¦àª¨ àªà«àª²"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "àªàª®àª¾àª àª
યà«àªà«àª¯ નà«àªàªµàª°à«àª નિરà«àª¦à«àª¶àª"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "%s માઠàª
યà«àªà«àª¯ નà«àªàªµàª°à«àª નિરà«àª¦à«àª¶àª"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "ઠનà«àªàªµàª°à«àª પહà«àª²àª¾àª¥à« ઠહાàªàª° àªà«"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "નà«àªàªµàª°à«àª %s પહà«àª²àª¾àª¥à« ઠહાàªàª° àªà«"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "સિસà«àªàª® àªà«àª² àªà«àª²"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC àªà«àª²"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "GNUTLS call àªà«àª²"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "નà«àªàªµàª°à«àª શà«àª§àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "નà«àªàªµàª°à«àª શà«àª§àªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "ડà«àª®à«àªàª¨ મળà«àª¯à«àª નહિàª"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "ડà«àª®à«àªàª¨ મળà«àª¯à«àª નહિàª: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "નà«àªàªµàª°à«àª મળà«àª¯à«àª નહિàª"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "નà«àªàªµàª°à«àª મળà«àª¯à«àª નહિàª: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
msgid "invalid MAC address"
msgstr "àª
યà«àªà«àª¯ MAC સરનામà«àª"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, c-format
msgid "invalid MAC address: %s"
msgstr "àª
યà«àªà«àª¯ MAC સરનામà«àª: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "સતà«àª¤àª¾àª§àª¿àªàª°àª£ નિષà«àª«àª³"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "સતà«àª¤àª¾àª§àª¿àªàª°àª£ નિષà«àª«àª³: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
msgid "Storage pool not found"
msgstr "સàªàªà«àª°àª¹ pool મળà«àª¯à«àª નહિàª"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, c-format
msgid "Storage pool not found: %s"
msgstr "સàªàªà«àª°àª¹ pool મળà«àª¯à«àª નહિàª: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
msgid "Storage volume not found"
msgstr "સàªàªà«àª°àª¹ વà«àª²à«àª¯à«àª® મળà«àª¯à«àª નહિàª"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, c-format
msgid "Storage volume not found: %s"
msgstr "સàªà«àª°àª¹ વà«àª²à«àª¯à«àª® મળà«àª¯à«àª નહિàª: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
msgid "invalid storage pool pointer in"
msgstr "àªàª®àª¾àª àª
યà«àªà«àª¯ નà«àªàªµàª°à«àª pool પà«àªàªàªàª°"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr "%s માઠàª
યà«àªà«àª¯ સàªàªà«àª°àª¹ pool"
-#: src/virterror.c:937
+#: src/virterror.c:973
msgid "invalid storage volume pointer in"
msgstr "àªàª®àª¾àª àª
યà«àªà«àª¯ સàªàªà«àª°àª¹ વà«àª²à«àª¯à«àª®"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr "%s માઠàª
યà«àªà«àª¯ સàªàªà«àª°àª¹ વà«àª²à«àª¯à«àª®"
-#: src/virterror.c:943
+#: src/virterror.c:979
msgid "Failed to find a storage driver"
msgstr "સàªàªà«àª°àª¹ ડà«àª°àª¾àªàªµàª°àª¨à« શà«àª§àªµàª¾àª®àª¾àª નિષà«àª«àª³à«"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr "સàªàªà«àª°àª¹ ડà«àª°àª¾àªàªµàª°àª¨à« શà«àª§àªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "સàªàªà«àª°àª¹ ડà«àª°àª¾àªàªµàª°àª¨à« શà«àª§àªµàª¾àª®àª¾àª નિષà«àª«àª³à«"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "સàªàªà«àª°àª¹ ડà«àª°àª¾àªàªµàª°àª¨à« શà«àª§àªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "àªàª®àª¾àª àª
યà«àªà«àª¯ સàªàªà«àª°àª¹ વà«àª²à«àª¯à«àª®"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "%s માઠàª
યà«àªà«àª¯ ડà«àª®à«àªàª¨ નિરà«àª¦à«àª¶àª"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "àªàªªàªàª°àª£ શà«àª§àª¾àª¯à« નહિàª: %s (%s)"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "àªàªªàªàª°àª£ શà«àª§àª¾àª¯à« નહિàª: %s (%s)"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "સàªàªà«àª°àª¹ pool મળà«àª¯à«àª નહિàª"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "સàªàªà«àª°àª¹ pool મળà«àª¯à«àª નહિàª: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "દલà«àª² બફર àªàª£à« નાનૠàªà«"
@@ -7225,7 +7822,7 @@ msgstr "શà«àª°à«àª¯ નિયામઠમà«àª²à«àª¯ પરિમાણ (%
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "શà«àª°à«àª¯ નિયામઠàªà«àªªà«àª¶àª¨ પરિમાણ (%d) મરà«àª¯àª¾àª¦àª¾ (0-65535) નૠબહાર àªà«"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "%s નૠવાàªàªà« શàªàª¾àª¤à« નથà«: %s"
@@ -7278,7 +7875,7 @@ msgstr "ડà«àª®à«àªàª¨ àªàª¾àª£àªàª¾àª°à« àª
યà«àªà«àª¯ domid àªàª
msgid "domain information incomplete, missing uuid"
msgstr "ડà«àª®à«àªàª¨ àªàª¾àª£àªàª¾àª°à« àª
પà«àª°à«àª£, àªà«àª® થયà«àª² uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "ડà«àª®à«àªàª¨ àªàª¾àª£àªàª¾àª°à« àª
પà«àª°à«àª£, àªà«àª® થયà«àª² નામ"
@@ -7320,92 +7917,99 @@ msgstr "vbd ફાàªàª²àª¨àª¾àª® પદàªà«àªà«àª¦àª¨ àªàª°à« શàªàª¤
msgid "cannot parse vbd filename, missing driver type"
msgstr "vbd ફાàªàª²àª¨àª¾àª® પદàªà«àªà«àª¦àª¨ àªàª°à« શàªàª¤àª¾ નથà«, àªà«àª® થયà«àª² ડà«àª°àª¾àªàªµàª° પà«àª°àªàª¾àª°"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "àª
યà«àªà«àª¯ MAC સરનામà«àª: %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડિàªà«àª નà«àª¡"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "àª
àªà«àªàª¾àª¤ સતà«àª¤àª¾àª§àª¿àªàª°àª£ પà«àª°àªàª¾àª° '%s'"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "ડà«àª®à«àªàª¨ àªàª¾àª£àªàª¾àª°à« àª
પà«àª°à«àª£, àªà«àª® થયà«àª² id"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "àª
યà«àªà«àª¯ MAC સરનામà«àª: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "àª
àªà«àªàª¾àª¤ OS પà«àª°àªàª¾àª° %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "àªà«àªªà«àª²à«àªà« વાàªà«àª¯àª°àªàª¨àª¾ àªà«àª²"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "Xend ડà«àª®à«àªàª¨ àªàª¾àª£àªàª¾àª°à«àª¨à«àª પદàªà«àªà«àª¦àª¨ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "ડà«àª®à«àªàª¨ àªàª¾àª²à« રહà«àª¯à«àª નથà«"
+
+#: src/xend_internal.c:3219
#, fuzzy
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr "xenDaemonDomainDumpXMLByName ઠઠડà«àª®à«àªàª¨àª¨à« શà«àª§àªµàª¾ માàªà« નિષà«àª«àª³"
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "pool %s બિલà«àª¡ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "બિનàªàª§àª¾àª°àª¿àª¤ àªàª¨àªªà«àª àªàªªàªàª°àª£ પà«àª°àªàª¾àª° %s"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr "xenDaemonGetAutostart ઠડà«àª®à«àªàª¨àª¨à« શà«àª§àªµàª¾ માàªà« નિષà«àª«àª³"
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr "xenDaemonSetAutostart ઠઠડà«àª®à«àªàª¨ નૠશà«àª§àªµàª¾ માàªà« નિષà«àª«àª³"
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
msgid "unexpected value from on_xend_start"
msgstr "on_xend_start માàªàª¥à« àª
નિàªà«àªàª¨à«àª¯ àªàª¿àªàª®àª¤"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
msgid "no memory"
msgstr "મà«àª®àª°à« નથà«"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
msgid "sexpr2string failed"
msgstr "sexpr2string નિષà«àª«àª³"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
msgid "Failed to redefine sexpr"
msgstr "sexpr પà«àª¨:વà«àª¯àª¾àªà«àª¯àª¾àª¯àª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr "on_xend_start sexpr માઠહાàªàª° નથà«"
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "tty %s àªà«àª²àªµàª¾àª®àª¾àª àª
સમરà«àª¥: %s\n"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
@@ -7413,124 +8017,124 @@ msgstr ""
"xenDaemonDomainMigrate: Xen ઠફà«àª°àª¬àª¦àª² દરમિયાન ડà«àª®à«àªàª¨àª¨à« ફરૠનામ àªàªªàªµàª¾àª¨à«àª àªàª§àª¾àª° àªàªªàª¤à« "
"નથà«"
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
"xenDaemonDomainMigrate: Xen ઠફà«àª°àª¬àª¦àª² દરમિયાન બà«àª¨à«àª¡àªµàª¿àª¥ મરà«àª¯àª¾àª¦àª¾àª àªàª§àª¾àª° àªàªªàª¤à« નથà«"
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr "xenDaemonDomainMigrate: બિનàªàª§àª¾àª°àª¿àª¤ ફà«àª²à«àª"
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr "xenDaemonDomainMigrate: àª
યà«àªà«àª¯ URI"
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr "xenDaemonDomainMigrate: ફàªà«àª¤ xenmigr:// migrations ઠXen દà«àª¦àª¾àª°àª¾ àªàª§àª¾àª°àªà«àª¤ àªà«"
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr "xenDaemonDomainMigrate: યàªàª®àª¾àª¨àª¨àª¾àª® URI માઠસà«àªªàª·à«àª થયà«àª² હà«àªµà« ઠàªà«àªàª"
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "xenDaemonDomainMigrate: àª
યà«àªà«àª¯ પà«àª°à«àª નàªàª¬àª°"
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
msgid "failed to parse domain description"
msgstr "ડà«àª®à«àªàª¨ વરà«àª£àª¨àª¨à«àª પદàªà«àªà«àª¦àª¨ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "àª
સàªà«àª°àª¿àª¯ ડà«àª®à«àªàª¨ %s બનાવવામાઠનિષà«àª«àª³\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr "xendConfigVersion < 4 àªàª§àª¾àª°àªà«àª¤ નથà«"
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
msgid "node information incomplete, missing scheduler name"
msgstr "નà«àª¡ àªàª¾àª£àªàª¾àª°à« àª
પà«àª°à«àª£, àªà«àª® થયà«àª² નિયà«àªàª નામ"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr "strdup નિષà«àª«àª³àª¤àª¾"
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr "àª
àªà«àªàª¾àª¤ નિયà«àªàª"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
msgid "Failed to get a scheduler name"
msgstr "નિયà«àªàª નામ મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
msgid "domain information incomplete, missing cpu_weight"
msgstr "ડà«àª®à«àªàª¨ àªàª¾àª£àªàª¾àª°à« àª
પà«àª°à«àª£, àªà«àª® થયà«àª² cpu_weight"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
msgid "domain information incomplete, missing cpu_cap"
msgstr "ડà«àª®à«àªàª¨ àªàª¾àª£àªàª¾àª°à« àª
પà«àª°à«àª£, àªà«àª® થયà«àª² cpu_cap"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr "domainBlockPeek ઠdom0 માàªà« àªàª§àª¾àª°àªà«àª¤ નથà«"
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr "%s: àª
યà«àªà«àª¯ પાથ"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "વાàªàªàªµàª¾ માàªà« àªà«àª²àªµàª¾àª®àª¾àª નિષà«àª«àª³: %s: %s"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "lseek àª
થવા ફાàªàª²àª®àª¾àªàª¥à« વાàªàªàªµàª¾ માàªà« નિષà«àª«àª³: %s: %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડà«àª®à«àªàª¨ પà«àª°àªàª¾àª° %d"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "àª
નિàªà«àªàª¨à«àª¯ mime પà«àª°àªàª¾àª°"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "બિનàªàª§àª¾àª°àª¿àª¤ સàªàªà«àª°àª¹ vol પà«àª°àªàª¾àª° %d"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "àª
નિàªà«àªàª¨àª¿àª¯ àªàª¿àªàª®àª¤ નà«àª¡"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr "HVM ડà«àª®à«àªàª¨ લà«àª¡àª° નથà«"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "ai_socktype àªàª§àª¾àª°àªà«àª¤ નથà«"
@@ -7606,45 +8210,45 @@ msgstr "ડà«àª®à«àªàª¨ માàªà« રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàª
msgid "unexpected lifecycle action %d"
msgstr "àª
નિàªà«àªàª¨à«àª¯ ડિàªà«àª નà«àª¡"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr "ફરà«àª¥à« લàªàªµàª¾ માàªà« ડà«àª®à«àªàª¨ માàªà« રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª²àª¨àª¾àª® મà«àª³àªµà« શàªàª¾àª¤à« નથà«"
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr "ફરà«àª¥à« લàªàªµàª¾ માàªà« ડà«àª®à«àªàª¨ માàªà« રà«àªªàª°à«àªàª¾àªàªàª¨ પà«àª°àªµà«àª¶ મà«àª³àªµà« શàªàª¾àª¤à« નથà«"
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
msgid "failed to remove old domain from config map"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ નàªà«àª·àª¾ માàªàª¥à« àªà«àª¨à«àª ડà«àª®à«àªàª¨ દà«àª° àªàª°àªµàª¾àª¨à«àª àª
સમરà«àª¥"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª² નામ àªàª£à« લાàªàª¬à« àªà«"
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
msgid "unable to get current time"
msgstr "વરà«àª¤àª®àª¾àª¨ સમય નàªà«àªà« àªàª°àªµàª¾àª®àª¾àª àª
સમરà«àª¥"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
msgid "unable to store config file handle"
msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª² સàªàªàª¾àª³àªµàª¾àª¨à«àª સàªàªà«àª°àª¹ àªàª°àªµàª¾àª®àª¾àª àª
સમરà«àª¥"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
msgid "unknown device"
msgstr "àª
àªà«àªàª¾àª¤ àªàªªàªàª°àª£"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "લà«àª ફાàªàª² %s બનાવવામાઠનિષà«àª«àª³: %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "લà«àª ફાàªàª² %s બનાવવામાઠનિષà«àª«àª³: %s"
@@ -7653,19 +8257,34 @@ msgstr "લà«àª ફાàªàª² %s બનાવવામાઠનિષà«àª«àª³
msgid "Invalid parameter to virXPathString()"
msgstr "virXPathString() માઠàª
યà«àªà«àª¯ પરિમાણ"
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr "virXPathNumber() માઠàª
યà«àªà«àª¯ પરિમાણ"
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "virXPathString() માઠàª
યà«àªà«àª¯ પરિમાણ"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "virXPathString() માઠàª
યà«àªà«àª¯ પરિમાણ"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr "virXPathBoolean() માઠàª
યà«àªà«àª¯ પરિમાણ"
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr "virXPathNode() માઠàª
યà«àªà«àª¯ પરિમાણ"
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "virXPathNodeSet() માઠàª
યà«àªà«àª¯ પરિમાણ"
@@ -7691,16 +8310,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "pool પહà«àª²àª¾àª¥à« ઠસàªà«àª°àª¿àª¯ àªà«"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "ડà«àª®à«àªàª¨ ફાળવૠરહà«àª¯àª¾ àªà«àª"
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "%s '%s' પà«àª°àªµà«àª¶ àªàª°à« શàªàª¾àª¤à« નથà«: %s (%d)"
+
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "સà«àª સરનામાઠ%d (%s) મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
+
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "બારà«àªàª¾àªàª¥à« સરનામà«àª %d (%s) મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "બિન-બà«àª²à«àªà«àªàª ફાàªàª² વરà«àª£àª¨àª¾àªàª¾àª° ફà«àª²à«àªàª¨à« સà«àª¯à«àªàª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾"
+
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "લà«àª ફાàªàª² %s બનાવવામાઠનિષà«àª«àª³: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "VM લà«àªàª«àª¾àªàª² close-on-exec ફà«àª²à«àª %s નૠસà«àª¯à«àªàª¿àª¤ àªàª°àªµàª¾ માàªà« àª
સમરà«àª¥"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup: મà«àª®àª°à«àª¨à« બહાર"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "લà«àª ફાàªàª² %d બàªàª§ àªàª°àªµàª¾àª®àª¾àª àª
સમરà«àª¥: %s"
+
#~ msgid "allocating configuration"
#~ msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ફાળવૠરહà«àª¯àª¾ àªà«àª"
@@ -7748,9 +8395,6 @@ msgstr "ડà«àª®à«àªàª¨ ફાળવૠરહà«àª¯àª¾ àªà«àª"
#~ msgid "failed to mount %s at %s for container: %s"
#~ msgstr "પાતà«àª° માàªà« %s પર માàªàª¨à«àª %s àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "àªà«àª²àªµàª¾àª®àª¾àª(%s) નિષà«àª«àª³: %s"
-
#~ msgid "clone() failed, %s"
#~ msgstr "clone() નિષà«àª«àª³: %s"
@@ -8174,12 +8818,6 @@ msgstr "ડà«àª®à«àªàª¨ ફાળવૠરહà«àª¯àª¾ àªà«àª"
#~ msgid "cannot write tty pid file %s: %s"
#~ msgstr "tty pid ફાàªàª² %s નૠલàªà« શàªàª¾àª¤à« નથà«: %s"
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "tty pid ફાàªàª² %s નૠàªà«àª²à« શàªàª¾àª¤à« નથà«: %s"
-
-#~ msgid "cannot read tty pid file %s: %s"
-#~ msgstr "tty pid ફાàªàª² %s નૠવાàªàªà« શàªàª¾àª¤à« નથà«: %s"
-
#~ msgid "execl failed to exec init: %s"
#~ msgstr "execl ઠexec init àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾: %s"
@@ -8297,9 +8935,6 @@ msgstr "ડà«àª®à«àªàª¨ ફાળવૠરહà«àª¯àª¾ àªà«àª"
#~ msgid "missing sound model"
#~ msgstr "àªà«àª® થયà«àª² સાàªàª¨à«àª¡ મà«àª¡à«àª²"
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "àª
યà«àªà«àª¯ સાàªàª¨à«àª¡ મà«àª¡à«àª² '%s'"
-
#~ msgid "domain name length too long"
#~ msgstr "ડà«àª®à«àªàª¨ નામ લàªàª¬àª¾àª àªàª£à« લાàªàª¬à« àªà«"
diff --git a/po/he.gmo b/po/he.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/he.gmo and b/po/he.gmo differ
diff --git a/po/he.po b/po/he.po
index 81435e0..a38ec32 100644
--- a/po/he.po
+++ b/po/he.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/hi.gmo b/po/hi.gmo
index aa28b4a..6113f06 100644
Binary files a/po/hi.gmo and b/po/hi.gmo differ
diff --git a/po/hi.po b/po/hi.po
index a3810d7..d4876ce 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt.HEAD.hi\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-10-20 15:29+0530\n"
"Last-Translator: Rajesh Ranjan <rranjan at redhat.com>\n"
"Language-Team: Hindi <hindi.sf.net>\n"
@@ -134,242 +134,242 @@ msgstr "पà¥à¤°à¤¾à¤®à¥à¤à¤° सà¥à¤à¥à¤°à¤¿à¤à¤ à¤
à¤à¥ à¤à¤¨à¤à¥
msgid "Unknown error"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ तà¥à¤°à¥à¤à¤¿"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
msgstr "पहà¥à¤à¤ नहà¥à¤ %s '%s': %s (%d)"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "सà¤à¤à¥à¤¤ पाà¤à¤ª सॠपढ़नॠमà¥à¤ विफल: %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "SIGHUP पर विनà¥à¤¯à¤¾à¤¸ फिर लà¥à¤¡ à¤à¤° रहा हà¥"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "डà¥à¤°à¤¾à¤à¤µà¤° फिर लà¥à¤¡ à¤à¤°à¤¨à¥ मà¥à¤ तà¥à¤°à¥à¤à¤¿"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "सà¤à¤à¥à¤¤ %d पर बà¤à¤¦ à¤à¤° रहा हà¥"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ मान नà¥à¤¡"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "close-on-exec फाà¤à¤² विवरणà¤à¤°à¥à¤¤à¤¾ फà¥à¤²à¥à¤ सà¥à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "à¤à¥à¤° बà¥à¤²à¥à¤à¤¿à¤à¤ फाà¤à¤² विवरणà¤à¤°à¥à¤¤à¤¾ फà¥à¤²à¥à¤ सà¥à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "pid फाà¤à¤² '%s' à¤à¥à¤²à¤¨à¥ मà¥à¤ विफल: %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "fdopen pid फाà¤à¤² '%s' मà¥à¤ विफल: %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "pid फाà¤à¤² '%s' मà¥à¤ लिà¤à¤¨à¥ मà¥à¤ विफल : %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "pid फाà¤à¤² '%s' बà¤à¤¦ à¤à¤°à¤¨à¥ मà¥à¤ विफल : %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "struct qemud_socket à¤à¥ लिठसà¥à¤®à¥à¤¤à¤¿ à¤à¤¬à¤à¤à¤¿à¤¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "सà¥à¤à¥à¤ बनानॠमà¥à¤ विफल: %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "सà¥à¤à¥à¤ à¤à¥ '%s' मà¥à¤ बाà¤à¤§à¤¨à¥ मà¥à¤ विफल: %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "'%s' पर à¤à¤¨à¥à¤à¥à¤¶à¤¨ à¤à¥ लिठसà¥à¤¨à¤¨à¥ मà¥à¤ विफल: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr "सरà¥à¤µà¤° à¤à¤à¤¨à¤¾ à¤à¥à¤²à¤¬à¥à¤ à¤à¥à¤¡à¤¼à¤¨à¥ मà¥à¤ विफल"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "socket: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "bind: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "listen: %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: calloc: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: listen: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr "qemudInitPaths() मà¥à¤ बफर à¤à¥ लिठपरिणामतठपथ à¤à¤¾à¤«à¥ लà¤à¤¬à¤¾ हà¥"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "struct qemud_server à¤à¥ à¤à¤¬à¤à¤à¤¨ मà¥à¤ विफल"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "बà¥à¤°à¤¿à¤ समरà¥à¤¥à¤¨ à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल: %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "बà¥à¤°à¤¿à¤ समरà¥à¤¥à¤¨ à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल: %s"
# done by Ravi
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "SASL सतà¥à¤¯à¤¾à¤ªà¤¨ %s à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
# done by Ravi
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "SASL सतà¥à¤¯à¤¾à¤ªà¤¨ %s à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "PolicyKit auth à¤à¥ लिठसिसà¥à¤à¤® बस मà¥à¤ à¤à¥à¤¡à¤¼à¤¨à¥ मà¥à¤ विफल: %s"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: failed: client DN is %s"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate: à¤à¤¾à¤à¤ विफल: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr "remoteCheckCertificate: à¤à¥à¤²à¤¾à¤à¤à¤ पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤à¤°à¥à¤¸à¥à¤®à¤à¤¦ नहà¥à¤ हà¥."
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr "remoteCheckCertificate: à¤à¥à¤²à¤¾à¤à¤à¤ पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤à¥ पास à¤
à¤à¥à¤à¤¾à¤¤ निरà¥à¤à¤¤à¤à¤°à¥à¤¤à¤¾ हà¥."
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate: à¤à¥à¤²à¤¾à¤à¤à¤ पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° वापस à¤à¤° लिया à¤à¤¯à¤¾ हà¥."
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
"remoteCheckCertificate: à¤à¥à¤²à¤¾à¤à¤à¤ पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤à¤ à¤
सà¥à¤°à¤à¥à¤·à¤¿à¤¤ à¤
लà¤à¥à¤°à¤¿à¤¥à¤® à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¤¤à¤¾ हà¥."
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate: पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° X.509 नहà¥à¤ हà¥"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate: à¤à¥à¤ साथॠनहà¥à¤"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: gnutls_x509_crt_init failed"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate: à¤à¥à¤²à¤¾à¤à¤à¤ पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤à¥ मियाद à¤à¤¤à¥à¤® हॠà¤à¤"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr "remoteCheckCertificate: à¤à¥à¤²à¤¾à¤à¤à¤ पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤
à¤à¥ तठसà¤à¥à¤°à¤¿à¤¯ नहà¥à¤"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -381,11 +381,11 @@ msgstr ""
"विशà¥à¤· नाम à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¥ दà¥à¤à¤¨à¥ à¤à¥ लिठà¤à¥à¤²à¤¾à¤à¤à¤ पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° मà¥à¤, डà¥à¤®à¤¾à¤¨ à¤à¥ --verbose विà¤à¤²à¥à¤ª à¤à¥ साथ "
"à¤à¤²à¤¾à¤à¤."
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr "remoteCheckCertificate: à¤à¥à¤²à¤¾à¤à¤à¤ पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤à¤¾à¤à¤à¤¨à¥ मà¥à¤ विफल"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
@@ -393,440 +393,456 @@ msgstr ""
"remoteCheckCertificate: tls_no_verify_certificate सà¥à¤ à¤à¤¿à¤¯à¤¾ हॠताà¤à¤¿ à¤à¤°à¤¾à¤¬ "
"पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤
नदà¥à¤à¤¾ à¤à¤¿à¤¯à¤¾ à¤à¤¯à¤¾ हà¥"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤ शà¥à¤°à¥à¤¯ à¤à¤¾à¤à¤à¤¨à¥ मà¥à¤ विफल: %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "à¤à¤¨à¥à¤à¥à¤¶à¤¨ सà¥à¤µà¥à¤à¤¾à¤° à¤à¤°à¤¨à¥ मà¥à¤ विफल: %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "सरणॠसà¤à¤à¤¾à¤à¤¨ मà¥à¤ सà¥à¤®à¥à¤¤à¤¿ à¤à¤®"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr "polkit auth à¤à¥ विशà¥à¤· à¤à¥à¤²à¤¾à¤à¤à¤ %d à¤à¥ लिठबà¤à¤¦ à¤à¤°à¥à¤"
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "TLS हà¥à¤à¤¡à¤¶à¥à¤ विफल: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डà¥à¤®à¥à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "read: %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "'%s' बनानॠमà¥à¤ विफल"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "write: %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "'%s' बनानॠमà¥à¤ विफल"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr "सà¤à¤à¥à¤¤ नियà¤à¤¤à¥à¤°à¤ नॠ%d तà¥à¤°à¥à¤à¤¿ रिपà¥à¤°à¥à¤ à¤à¤¿à¤¯à¤¾ : à¤
à¤à¤¤à¤¿à¤® तà¥à¤°à¥à¤à¤¿: %s"
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "à¤à¤¸à¤®à¥à¤ लिà¤à¤¨à¥ मà¥à¤ विफल "
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "सà¥à¤®à¥à¤¤à¤¿ सà¤à¤à¤¾à¤à¤¿à¤¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "%s config सà¥à¤à¥ à¤à¥ लिठसà¥à¤®à¥à¤¤à¤¿ à¤à¤¬à¤à¤à¤¨ मà¥à¤ विफल"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "%s config सà¥à¤à¥ मान à¤à¥ लिठसà¥à¤®à¥à¤¤à¤¿ à¤à¤¬à¤à¤à¤¨ मà¥à¤ विफल"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
"remoteReadConfigFile: %s: %s: à¤à¤°à¥à¤° à¤à¤ सà¥à¤à¥à¤°à¤¿à¤à¤ या सà¥à¤à¥à¤°à¤¿à¤à¤à¥à¤ à¤à¥ सà¥à¤à¥ हà¥à¤¨à¥ à¤à¤¾à¤¹à¤¿à¤\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr "remoteReadConfigFile: %s: %s: à¤
वà¥à¤§ पà¥à¤°à¤à¤¾à¤°: got %s; पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ %s\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "बतà¥à¤° रà¥à¤ à¤à¤²à¤¾à¤¨à¥ à¤à¥ दà¥à¤°à¤¾à¤¨ समà¥à¤¹ सà¥à¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr "समà¥à¤¹ '%s' à¤à¥à¤²à¤¨à¥ मà¥à¤ विफल"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "मà¥à¤¡ '%s' विशà¥à¤²à¥à¤·à¤£ मà¥à¤ विफल"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "डà¥à¤®à¤¾à¤¨ à¤à¥ रà¥à¤ª मà¥à¤ बाà¤à¤à¤¨à¥ मà¥à¤ विफल: %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "पाà¤à¤ª बनानॠमà¥à¤ विफल: %s"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "uuid à¤à¤¤à¥à¤ªà¤¨à¥à¤¨ à¤à¤°à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr "%s à¤à¥ समà¥à¤¹ सà¥à¤µà¤¾à¤®à¤¿à¤¤à¥à¤µ बदलनॠमà¥à¤ विफल"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr "सà¤à¤à¥à¤¤ पाà¤à¤ª à¤à¥ लिठà¤à¤¾à¤²à¤¬à¥à¤ पà¤à¤à¥à¤à¥à¤¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr "पà¥à¤°à¥à¤à¥à¤°à¤¾à¤® बà¥à¤®à¥à¤² (actual %x, expected %x)"
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "सà¤à¤¸à¥à¤à¤°à¤£ बà¥à¤®à¥à¤² (actual %x, expected %x)"
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "direction (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "सà¥à¤¥à¤¿à¤¤à¤¿ (%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "सतà¥à¤¯à¤¾à¤ªà¤¨ à¤à¤°à¥à¤°à¥"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ पà¥à¤°à¤à¥à¤°à¤¿à¤¯à¤¾: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "विशà¥à¤²à¥à¤·à¤£ तरà¥à¤ विफल"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr "à¤à¤¨à¥à¤à¥à¤¶à¤¨ पहलॠसॠà¤à¥à¤²à¤¾"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "à¤à¤¨à¥à¤à¥à¤¶à¤¨ नहà¥à¤ à¤à¥à¤²à¤¾"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr "strdup सà¥à¤®à¥à¤¤à¤¿ à¤à¤®"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_NODE_MAX_CELLS"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr "nparams à¤à¤¾à¤«à¥ बड़ा"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ पà¥à¤°à¤à¤¾à¤°"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr "size > maximum buffer size"
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "मà¥à¤à¥à¤¦à¤¾ नाम पानॠमà¥à¤ à¤
समरà¥à¤¥"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "मà¥à¤à¥à¤¦à¤¾ नाम पानॠमà¥à¤ à¤
समरà¥à¤¥"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "पता %d à¤à¤¾ समाधान नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥: %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "à¤
वà¥à¤§ SASL init à¤à¤à¥à¤°à¤¹ à¤à¥ à¤à¥à¤²à¤¾à¤à¤à¤ नॠà¤à¥à¤¶à¤¿à¤¶ à¤à¤¿à¤¯à¤¾"
-#: qemud/remote.c:2575
-#, c-format
-msgid "failed to get sock address %d (%s)"
+#: qemud/remote.c:2651
+#, fuzzy, c-format
+msgid "failed to get sock address: %s"
msgstr "सà¥à¤ पता %d (%s) पानॠमà¥à¤ विफल"
-#: qemud/remote.c:2586
-#, c-format
-msgid "failed to get peer address %d (%s)"
+#: qemud/remote.c:2663
+#, fuzzy, c-format
+msgid "failed to get peer address: %s"
msgstr "पà¥à¤¯à¤° पता %d (%s) पानॠमà¥à¤ विफल"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "sasl सà¤à¤¦à¤°à¥à¤ सà¥à¤à¤
प विफल %d (%s)"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr "TLS साà¤à¤«à¤° à¤à¤à¤¾à¤° नहà¥à¤ पा सà¤à¤¤à¤¾ हà¥"
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr "SASL external SSF %d (%s) सà¥à¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr "SASL security props %d (%s) सà¥à¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "SASL याà¤à¤¤à¥à¤°à¤¿à¤à¥ %d (%s) à¤à¥ सà¥à¤à¥à¤¬à¤¦à¥à¤§ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "मà¥à¤à¤²à¤¿à¤¸à¥à¤ à¤à¤¬à¤à¤à¤¿à¤¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "SASL ssf à¤à¥ à¤à¤¨à¥à¤à¥à¤¶à¤¨ %d (%s) पर पà¥à¤°à¤¶à¥à¤¨ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "SSF %d à¤à¤¾ निà¤à¥à¤¶à¤¿à¤¯à¥à¤¶à¤¨ à¤à¤¾à¤«à¥ मà¤à¤¬à¥à¤¤ नहà¥à¤ था"
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr "SASL à¤à¤ªà¤¯à¥à¤à¥à¤¤à¤¾ नाम à¤à¥ à¤à¤¨à¥à¤à¥à¤¶à¤¨ %d (%s) पर पà¥à¤°à¤¶à¥à¤¨ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "à¤à¥à¤ à¤à¥à¤²à¤¾à¤à¤à¤ à¤à¤ªà¤¯à¥à¤à¥à¤¤à¤¾à¤¨à¤¾à¤® नहà¥à¤ मिला था"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "à¤à¤ªà¤¯à¥à¤à¥à¤¤à¤¾à¤¨à¤¾à¤® à¤à¥à¤ªà¥ à¤à¤°à¤¨à¥ मà¥à¤ à¤à¤® सà¥à¤®à¥à¤¤à¤¿"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "SASL à¤à¥à¤²à¤¾à¤à¤à¤ %s वà¥à¤¹à¤¾à¤à¤à¤²à¤¿à¤¸à¥à¤ मà¥à¤ सà¥à¤µà¥à¤à¥à¤¤ नहà¥à¤ हà¥"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤ नॠà¤
वà¥à¤§ SASL à¤à¤°à¤à¤ à¤à¤à¥à¤°à¤¹ à¤à¥ लिठà¤à¥à¤¶à¤¿à¤¶ à¤à¥"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "sasl à¤à¤°à¤à¤ विफल %d (%s)"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr "sasl à¤à¤°à¤à¤ à¤à¤µà¤¾à¤¬ à¤à¤à¤à¤¡à¤¼à¤¾ à¤à¤¾à¤«à¥ लà¤à¤¬à¤¾ %d"
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "sasl à¤à¤°à¤£ विफल %d (%s)"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr "sasl à¤à¤°à¤£ à¤à¤µà¤¾à¤¬ à¤à¤à¤à¤¡à¤¼à¤¾ à¤à¤¾à¤«à¥ लà¤à¤¬à¤¾ %d"
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤ नॠà¤
समरà¥à¤¥à¤¿à¤¤ SASL init à¤à¤à¥à¤°à¤¹ à¤à¥ लिठà¤à¥à¤¶à¤¿à¤¶ à¤à¥"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤ नॠà¤
समरà¥à¤¥à¤¿à¤¤ SASL à¤à¤°à¤à¤ à¤à¤à¥à¤°à¤¹ à¤à¥ लिठà¤à¥à¤¶à¤¿à¤¶ à¤à¥"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤ नॠà¤
समरà¥à¤¥à¤¿à¤¤ SASL à¤à¤°à¤£ à¤à¤à¥à¤°à¤¹ à¤à¥ लिठà¤à¥à¤¶à¤¿à¤¶ à¤à¥"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤ नॠà¤
समरà¥à¤¥à¤¿à¤¤ पà¥à¤²à¤¿à¤¸à¥à¤à¤¿à¤ init à¤à¤à¥à¤°à¤¹ à¤à¥ लिठà¤à¥à¤¶à¤¿à¤¶ à¤à¥"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "पà¥à¤¯à¤° सà¥à¤à¥à¤ पहà¤à¤¾à¤¨ नहà¥à¤ पा सà¤à¤¤à¤¾ हà¥"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "PID %d à¤à¥ à¤à¤¾à¤à¤ रहा हॠà¤à¥ %d à¤à¥ रà¥à¤ª मà¥à¤ à¤à¤² रहा हà¥"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr "पà¥à¤²à¤¿à¤¸à¥à¤à¤¿à¤ à¤à¥à¤²à¤° à¤à¥ लà¥à¤à¤
प मà¥à¤ विफल: %s"
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "पà¥à¤²à¤à¤¿à¤ à¤à¥à¤°à¤¿à¤¯à¤¾ %s बनानॠमà¥à¤ विफल\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "पà¥à¤²à¤à¤¿à¤ सà¤à¤¦à¤°à¥à¤ %s बनानॠमà¥à¤ विफल\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "पà¥à¤²à¤¿à¤¸à¥ à¤à¤¿à¤ सतà¥à¤¯à¤¾à¤ªà¤¨ %d %s à¤à¤¾à¤à¤à¤¨à¥ मà¥à¤ विफल रहा"
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr "पà¥à¤²à¤¿à¤¸à¥ à¤à¤¿à¤ नॠ%s à¤à¥ à¤à¥à¤°à¤¿à¤¯à¤¾ à¤à¥ लिठमना à¤à¤¿à¤¯à¤¾ pid %d, uid %d, परिणाम सà¥: %s\n"
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr "पà¥à¤²à¤¿à¤¸à¥ नॠà¤à¥à¤°à¤¿à¤¯à¤¾ %s à¤à¥ pid %d, uid %d, result %s सॠसà¥à¤µà¥à¤à¥à¤¤ à¤à¤¿à¤¯à¤¾"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤ नॠà¤
समरà¥à¤¥à¤¿à¤¤ PolicyKit init à¤à¤à¥à¤°à¤¹ à¤à¥ लिठà¤à¥à¤¶à¤¿à¤¶ à¤à¥"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
#, fuzzy
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
# done by Ravi
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "यà¥à¤à¥à¤¤à¤¿ नहà¥à¤ मिला: %s (%s)"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डिà¤à¥à¤ नà¥à¤¡"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -942,525 +958,527 @@ msgstr "सà¤à¤¬à¤à¤§à¤¨ हà¥à¤¶ तालिà¤à¤¾ मà¥à¤ सà¥à¤à¥
msgid "dev missing from connection hash table"
msgstr "सà¤à¤¬à¤à¤§à¤¨ हà¥à¤¶ तालिà¤à¤¾ सॠà¤à¤¯à¤¤à¤¨ à¤à¥à¤®"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ बà¥à¤ यà¥à¤à¥à¤¤à¤¿ '%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "à¤
वà¥à¤§ फà¥à¤²à¥à¤ªà¥ यà¥à¤à¥à¤¤à¤¿ नाम: %s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "à¤
वà¥à¤§ हारà¥à¤¡à¤¡à¤¿à¤¸à¥à¤ यà¥à¤à¥à¤¤à¤¿ नाम: %s"
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ सतà¥à¤¯à¤¾à¤ªà¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "फà¥à¤²à¥à¤ªà¥ डिसà¥à¤ à¤à¥ लिठ'%s' à¤
वà¥à¤§ बस पà¥à¤°à¤à¤¾à¤°"
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "फà¥à¤²à¥à¤ªà¥ डिसà¥à¤ à¤à¥ लिठ'%s' à¤
वà¥à¤§ बस पà¥à¤°à¤à¤¾à¤°"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ बà¥à¤ यà¥à¤à¥à¤¤à¤¿ '%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ सतà¥à¤¯à¤¾à¤ªà¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ सतà¥à¤¯à¤¾à¤ªà¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
"à¤à¥à¤ <source> 'network' à¤à¥à¤£ <interface type='network'/> à¤à¥ साथ निरà¥à¤¦à¤¿à¤·à¥à¤ नहà¥à¤"
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr "à¤à¥à¤ <source> 'dev' à¤à¥à¤£ <interface type='bridge'/> à¤à¥ साथ निरà¥à¤¦à¤¿à¤·à¥à¤ नहà¥à¤"
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr "à¤à¥à¤ <source> 'port' à¤à¥à¤£ सà¥à¤à¥à¤ à¤
à¤à¤¤à¤°à¤«à¤²à¤ à¤à¥ साथ निरà¥à¤¦à¤¿à¤·à¥à¤ नहà¥à¤"
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr "<source> 'port' à¤à¥à¤£ à¤à¥ सà¥à¤à¥à¤ à¤
à¤à¤¤à¤°à¤«à¤²à¤ à¤à¥ साथ विशà¥à¤²à¥à¤·à¤¿à¤¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr "à¤à¥à¤ <source> 'address' à¤à¥à¤£ सà¥à¤à¥à¤ à¤
à¤à¤¤à¤°à¤«à¤²à¤ à¤à¥ साथ निरà¥à¤¦à¤¿à¤·à¥à¤ नहà¥à¤"
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr "मà¥à¤¡à¥à¤² नाम मà¥à¤ à¤
वà¥à¤§ वरà¥à¤£ समाहित हà¥à¤"
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
msgid "Missing source path attribute for char device"
msgstr "à¤à¤¾à¤° यà¥à¤à¥à¤¤à¤¿ à¤à¥ लिठà¤à¥à¤® सà¥à¤°à¥à¤¤ पथ à¤à¥à¤£"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
msgid "Missing source host attribute for char device"
msgstr "à¤à¤¾à¤° यà¥à¤à¥à¤¤à¤¿ à¤à¥ लिठà¤à¥à¤® मà¥à¤à¤¬à¤¾à¤¨ पथ à¤à¥à¤£"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr "à¤à¤¾à¤° यà¥à¤à¥à¤¤à¤¿ à¤à¥ लिठà¤à¥à¤® सà¥à¤°à¥à¤¤ सà¥à¤µà¤¾ à¤à¥à¤£"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr "à¤à¥à¤® à¤à¤¨à¤ªà¥à¤ यà¥à¤à¥à¤¤à¤¿ पà¥à¤°à¤à¤¾à¤°"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ बà¥à¤ यà¥à¤à¥à¤¤à¤¿ '%s'"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ सतà¥à¤¯à¤¾à¤ªà¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "ps2 बस %s à¤à¤¨à¤ªà¥à¤ यà¥à¤à¥à¤¤à¤¿ à¤à¤¾ समरà¥à¤¥à¤¨ नहà¥à¤ à¤à¤°à¤¤à¤¾ हà¥"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "à¤
समरà¥à¤¥à¤¿à¤¤ à¤à¤¨à¤ªà¥à¤ बस %s"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr "xen बस %s à¤à¤¨à¤ªà¥à¤ यà¥à¤à¥à¤¤à¤¿ à¤à¤¾ समरà¥à¤¥à¤¨ नहà¥à¤ à¤à¤°à¤¤à¤¾ हà¥"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "à¤à¥à¤® à¤à¤¨à¤ªà¥à¤ यà¥à¤à¥à¤¤à¤¿ पà¥à¤°à¤à¤¾à¤°"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ यà¥à¤à¥à¤¤à¤¿ पà¥à¤°à¤à¤¾à¤°"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "%s à¤à¥ लिठविनà¥à¤¯à¤¾à¤¸ हà¤à¤¾ नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ सतà¥à¤¯à¤¾à¤ªà¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ धà¥à¤µà¤¨à¤¿ माडल पà¥à¤°à¤à¤¾à¤°"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "निरà¥à¤¦à¥à¤¶à¤¿à¤à¤¾ %s नहà¥à¤ पढ़ सà¤à¤¤à¤¾ हà¥: %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "यà¥à¤à¥à¤¤à¤¿ %s नहà¥à¤ à¤à¥à¤² सà¤à¤¤à¤¾ हà¥"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "पढ़ %s नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "यà¥à¤à¥à¤¤à¤¿ %s नहà¥à¤ à¤à¥à¤² सà¤à¤¤à¤¾ हà¥"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ सतà¥à¤¯à¤¾à¤ªà¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "à¤à¥à¤® \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "à¤à¥à¤® शà¥à¤°à¥à¤¤ मà¥à¤à¤¬à¤¾à¤¨"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "यà¥à¤à¥à¤¤à¤¿ %s नहà¥à¤ à¤à¥à¤² सà¤à¤¤à¤¾ हà¥"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "पढ़ %s नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "यà¥à¤à¥à¤¤à¤¿ %s नहà¥à¤ à¤à¥à¤² सà¤à¤¤à¤¾ हà¥"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ सतà¥à¤¯à¤¾à¤ªà¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ बà¥à¤ यà¥à¤à¥à¤¤à¤¿ '%s'"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ बà¥à¤ यà¥à¤à¥à¤¤à¤¿ '%s'"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "à¤à¥à¤® शà¥à¤°à¥à¤¤ मà¥à¤à¤¬à¤¾à¤¨"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ मà¥à¤à¤¬à¤¾à¤¨ %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ सतà¥à¤¯à¤¾à¤ªà¤¨ पà¥à¤°à¤à¤¾à¤° %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "à¤à¥à¤® रà¥à¤ ततà¥à¤µ"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ यà¥à¤à¥à¤¤à¤¿ पà¥à¤°à¤à¤¾à¤°"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "à¤à¥à¤® डà¥à¤®à¥à¤¨ पà¥à¤°à¤à¤¾à¤° à¤à¥à¤£"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "à¤
वà¥à¤§ डà¥à¤®à¥à¤¨ पà¥à¤°à¤à¤¾à¤°"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "UUID à¤à¥ à¤à¤¨à¤¨ मà¥à¤ विफल: %s"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "विरà¥à¤ªà¤¿à¤¤ uuid ततà¥à¤µ"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr "à¤à¥à¤® सà¥à¤®à¥à¤¤à¤¿ ततà¥à¤µ"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ à¤à¤à¤à¤¡à¤¼à¤¾ '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "à¤à¥à¤ OS पà¥à¤°à¤à¤¾à¤° नहà¥à¤"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "à¤
समरà¥à¤¥à¤¿ à¤à¤°à¥à¤à¤¿à¤à¥à¤à¥à¤à¤°"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "सà¥à¤°à¥à¤¤ यà¥à¤à¥à¤¤à¤¿ निà¤à¤¾à¤² नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "à¤à¥à¤® शà¥à¤°à¥à¤¤ यà¥à¤à¥à¤¤à¤¿"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ बà¥à¤ यà¥à¤à¥à¤¤à¤¿ '%s'"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "सà¥à¤°à¥à¤¤ यà¥à¤à¥à¤¤à¤¿ निà¤à¤¾à¤² नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
#, fuzzy
msgid "cannot extract filesystem devices"
msgstr "सà¥à¤°à¥à¤¤ यà¥à¤à¥à¤¤à¤¿ निà¤à¤¾à¤² नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "सà¥à¤°à¥à¤¤ यà¥à¤à¥à¤¤à¤¿ निà¤à¤¾à¤² नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
#, fuzzy
msgid "cannot extract parallel devices"
msgstr "सà¥à¤°à¥à¤¤ यà¥à¤à¥à¤¤à¤¿ निà¤à¤¾à¤² नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "सà¥à¤°à¥à¤¤ यà¥à¤à¥à¤¤à¤¿ निà¤à¤¾à¤² नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "सà¥à¤°à¥à¤¤ यà¥à¤à¥à¤¤à¤¿ निà¤à¤¾à¤² नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "सà¥à¤°à¥à¤¤ यà¥à¤à¥à¤¤à¤¿ निà¤à¤¾à¤² नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "सà¥à¤°à¥à¤¤ यà¥à¤à¥à¤¤à¤¿ निà¤à¤¾à¤² नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "सà¥à¤°à¥à¤¤ यà¥à¤à¥à¤¤à¤¿ निà¤à¤¾à¤² नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "bind: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "डà¥à¤®à¥à¤¨ सà¥à¤¥à¤¿à¤° à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr "à¤à¤²à¤¤ रà¥à¤ ततà¥à¤µ"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "à¤à¥à¤ªà¥à¤²à¤¾à¤à¥ cpuset वाà¤à¥à¤¯ रà¤à¤¨à¤¾ तà¥à¤°à¥à¤à¤¿"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डà¥à¤®à¥à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डà¥à¤®à¥à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डà¥à¤®à¥à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डà¥à¤®à¥à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डà¥à¤®à¥à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डà¥à¤®à¥à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डà¥à¤®à¥à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डà¥à¤®à¥à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डà¥à¤®à¥à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डà¥à¤®à¥à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डà¥à¤®à¥à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डिà¤à¥à¤ नà¥à¤¡"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डà¥à¤®à¥à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डà¥à¤®à¥à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डà¥à¤®à¥à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ मान नà¥à¤¡"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "विनà¥à¤¯à¤¾à¤¸ निरà¥à¤¦à¥à¤¶à¤¿à¤à¤¾ %s बना नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "विनà¥à¤¯à¤¾à¤¸ फाà¤à¤² %s बना सà¤à¤¤à¤¾ हà¥: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "विनà¥à¤¯à¤¾à¤¸ फाà¤à¤² %s लिà¤à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "विनà¥à¤¯à¤¾à¤¸ फाà¤à¤² %s सहà¥à¤à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "निरà¥à¤¦à¥à¤¶à¤¿à¤à¤¾ '%s' à¤à¥à¤²à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "%s à¤à¥ लिठविनà¥à¤¯à¤¾à¤¸ हà¤à¤¾ नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ virt पà¥à¤°à¤à¤¾à¤°"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "run ' मà¥à¤ विफल"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "पढ़नॠमà¥à¤ विफल"
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "à¤à¤¸à¤®à¥à¤ लिà¤à¤¨à¥ मà¥à¤ विफल "
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "%s निरà¥à¤¦à¥à¤¶à¤¿à¤à¤¾ बनानॠमà¥à¤ विफल : %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "iptables नियम à¤à¥ %s मà¥à¤ सहà¥à¤à¤¨à¥ मà¥à¤ विफल: %s"
@@ -1470,56 +1488,56 @@ msgstr "iptables नियम à¤à¥ %s मà¥à¤ सहà¥à¤à¤¨à¥ मà¥à¤
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr "iptables नियम '%s' à¤à¥ '%s' शà¥à¤°à¥à¤à¤à¤²à¤¾ सॠ'%s' सारणॠमà¥à¤ विफल: %s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr "iptables नियम '%s' à¤à¥ '%s' शà¥à¤°à¥à¤à¤à¤²à¤¾ à¤à¥ '%s' सारणॠमà¥à¤ à¤à¥à¤¡à¤¼à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "à¤à¤¨à¥à¤à¥à¤¶à¤¨ URI à¤à¤¾ विशà¥à¤²à¥à¤·à¤£ नहà¥à¤ à¤à¤° सà¤à¤¾"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "लà¥à¤ निरà¥à¤¦à¥à¤¶à¤¿à¤à¤¾ %s बना नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "à¤à¤°à¥à¤¨à¥à¤² पथ à¤à¤¾à¤«à¥ लà¤à¤¬à¥ हà¥"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "पाà¤à¤ª नहà¥à¤ बना सà¤à¤¤à¤¾ हà¥: %s"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare नॠuri सà¥à¤ नहà¥à¤ à¤à¤¿à¤¯à¤¾"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domainMigratePrepare नॠuri सà¥à¤ नहà¥à¤ à¤à¤¿à¤¯à¤¾"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr "पथ रिà¤à¥à¤¤ हà¥"
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr "फà¥à¤²à¥à¤ à¤à¥ à¤à¤°à¥à¤° शà¥à¤¨à¥à¤¯ हà¥à¤¨à¤¾ à¤à¤¾à¤¹à¤¿à¤"
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr "बफर रिà¤à¥à¤¤ हà¥"
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr "फà¥à¤²à¥à¤ पà¥à¤°à¤¾à¤®à¥à¤ à¤à¥ VIR_MEMORY_VIRTUAL à¤à¤°à¥à¤° हà¥à¤¨à¤¾ à¤à¤¾à¤¹à¤¿à¤"
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr "बफर रिà¤à¥à¤¤ हॠलà¥à¤à¤¿à¤¨ à¤à¤à¤¾à¤° शà¥à¤¨à¥à¤¯à¥à¤¤à¤° हà¥"
@@ -1563,12 +1581,12 @@ msgstr "निषà¥à¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ %s बनानॠमà¥à¤
msgid "failed to bind new root %s"
msgstr "सà¥à¤à¥à¤ à¤à¥ '%s' मà¥à¤ बाà¤à¤§à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "'%s' बनानॠमà¥à¤ विफल"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "सà¥à¤à¥à¤ à¤à¥ '%s' मà¥à¤ बाà¤à¤§à¤¨à¥ मà¥à¤ विफल: %s"
@@ -1742,21 +1760,21 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr "मà¥à¤² à¤à¤¾à¤¤à¥ uuid à¤à¥ साथ à¤à¥à¤ डà¥à¤®à¥à¤¨ नहà¥à¤"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr "सà¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ मिà¤à¤¾ नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "सà¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ मिà¤à¤¾ नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
@@ -1811,7 +1829,7 @@ msgstr "à¤à¤¸à¤®à¥à¤ à¤
वà¥à¤§ डà¥à¤®à¥à¤¨ सà¤à¤à¥à¤¤à¤"
msgid "failed to kill pid %d"
msgstr "tty pid फाà¤à¤² %s बà¤à¤¦ à¤à¤°à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "फाà¤à¤² stat नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ '%s': %s"
@@ -1846,225 +1864,235 @@ msgstr "डà¥à¤®à¥à¤¨ नाम"
msgid "no domain with id %d"
msgstr "id %d à¤à¥ साथ à¤à¥à¤ डà¥à¤®à¥à¤¨ नहà¥à¤"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ पà¥à¤°à¤à¥à¤°à¤¿à¤¯à¤¾: %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "%s डà¥à¤®à¥à¤¨ फिर बहाल à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "à¤
वà¥à¤§ पथ: %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "virXPathNode() मà¥à¤ à¤
वà¥à¤§ पà¥à¤°à¤¾à¤®à¥à¤à¤°"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "पता %d à¤à¤¾ समाधान नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "पता %d à¤à¤¾ समाधान नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥: %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "पता %d à¤à¤¾ समाधान नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥: %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "हà¥à¤¡à¤° '%s' नहà¥à¤ पढ़ सà¤à¤¤à¤¾ हà¥: %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr "à¤à¤à¥à¤°à¤¹ à¤
à¤à¥à¤°à¤¸à¤¾à¤°à¤¿à¤¤ à¤à¤° रहा हà¥, लà¥à¤à¤¿à¤¨ à¤à¥à¤ IPv4 पता/नà¥à¤à¤®à¤¾à¤¸à¥à¤ दिया à¤à¤¯à¤¾ नहà¥à¤ हà¥"
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ सतà¥à¤¯à¤¾à¤ªà¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr "सà¤à¤à¤¾à¤² विनà¥à¤¯à¤¾à¤¸ फाà¤à¤²à¤¨à¤¾à¤® '%s' सà¤à¤à¤¾à¤² नाम '%s' à¤à¥ साथ मà¥à¤² नहà¥à¤ à¤à¤¾à¤¤à¤¾ हà¥"
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "%s à¤à¥ लिठविनà¥à¤¯à¤¾à¤¸ हà¤à¤¾ नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "%s डà¥à¤®à¥à¤¨ पहलॠसॠमà¥à¤à¥à¤¦ हà¥"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "सà¤à¤à¤¾à¤² '%s' फिर पà¥à¤¨à¤ à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "बà¥à¤°à¤¿à¤ समरà¥à¤¥à¤¨ à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "qemudStartup: सà¥à¤®à¥à¤¤à¤¿ à¤à¤®"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
#, fuzzy
msgid "Reloading iptables rules\n"
msgstr "iptables नियम फिर लà¥à¤¡ à¤à¤° रहा हà¥"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr "dhcp डà¥à¤®à¤¾à¤¨ à¤à¥ बिना IP पता à¤à¥ सरà¥à¤µà¤° à¤à¥ लिठà¤à¤°à¤à¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "लà¥à¤ निरà¥à¤¦à¥à¤¶à¤¿à¤à¤¾ %s बना नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "iptables नियम à¤à¥ '%s' सॠà¤
à¤à¥à¤°à¤¸à¤¾à¤°à¤£ à¤à¤°à¤¨à¥ à¤à¥ लिठà¤
नà¥à¤®à¤¤à¤¿ दà¥à¤¨à¥ मà¥à¤ विफल : %s\n"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "iptables नियम à¤à¥ '%s' मà¥à¤ à¤
à¤à¥à¤°à¤¸à¤¾à¤°à¤£ à¤à¤°à¤¨à¥ à¤à¥ लिठà¤
नà¥à¤®à¤¤à¤¿ दà¥à¤¨à¥ मà¥à¤ विफल : %s\n"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "iptables नियम à¤à¥ masquerading सà¤à¥à¤°à¤¿à¤¯ à¤à¤°à¤¨à¥ मà¥à¤ विफल : %s\n"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "iptables नियम à¤à¥ '%s' सॠरà¥à¤à¤¿à¤à¤ सà¥à¤µà¥à¤à¤¾à¤° à¤à¤°à¤¨à¥ मà¥à¤ विफल : %s\n"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "iptables नियम à¤à¥ '%s' मà¥à¤ रà¥à¤à¤¿à¤à¤ सà¥à¤µà¥à¤à¤¾à¤° à¤à¤°à¤¨à¥ मà¥à¤ विफल : %s\n"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "iptables नियम à¤à¥ DHCP à¤à¤à¥à¤°à¤¹ à¤à¥ '%s' मà¥à¤ à¤à¥à¤¡à¤¼à¤¨à¥ मà¥à¤ विफल : %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "iptables नियम à¤à¥ DNS à¤à¤à¥à¤°à¤¹ à¤à¥ '%s' मà¥à¤ à¤à¥à¤¡à¤¼à¤¨à¥ मà¥à¤ विफल : %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "iptables नियम à¤à¥ à¤à¤¨à¥ वालॠà¤à¥à¤°à¥à¤«à¤¿à¤ à¤à¥ '%s' सॠà¤à¥à¤¡à¤¼à¤¨à¥ मà¥à¤ विफल : %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "iptables नियम à¤à¥ à¤à¤¨à¤¬à¤¾à¤à¤à¤¡ à¤à¥à¤°à¥à¤«à¤¿à¤ à¤à¥ '%s' सॠà¤à¥à¤¡à¤¼à¤¨à¥ मà¥à¤ विफल : %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "iptables नियम à¤à¥ à¤à¥à¤°à¤¾à¤¸ बà¥à¤°à¤¿à¤à¤ à¤à¥à¤°à¥à¤«à¤¿à¤ à¤à¥ '%s' सॠà¤à¥à¤¡à¤¼à¤¨à¥ मà¥à¤ विफल : %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "सà¤à¤à¤¾à¤² पहलॠसॠसà¤à¥à¤°à¤¿à¤¯"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "बà¥à¤°à¤¿à¤ '%s' नहà¥à¤ बना सà¤à¤¤à¤¾ हॠ: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "IP पता à¤à¥ '%s' बà¥à¤°à¤¿à¤ पर '%s' मà¥à¤ सà¥à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल : %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "बà¥à¤°à¤¿à¤ '%s' पर '%s' मà¥à¤ नà¥à¤à¤®à¤¾à¤¸à¥à¤ सà¥à¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥: %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "बà¥à¤°à¤¿à¤ à¤à¥ '%s' à¤à¤¾à¤²à¥ à¤à¤°à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "IP à¤
à¤à¥à¤°à¤¸à¤¾à¤°à¤£ सà¤à¥à¤°à¤¿à¤¯ à¤à¤°à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "बà¥à¤°à¤¿à¤ '%s' लानॠमà¥à¤ विफल : %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "बà¥à¤°à¤¿à¤ '%s' मिà¤à¤¾à¤¨à¥ मà¥à¤ विफल : %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "सà¤à¤à¤¾à¤² '%s' बà¤à¤¦ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr "मà¥à¤² à¤à¤¾à¤¤à¥ uuid à¤à¥ साथ à¤à¥à¤ सà¤à¤à¤¾à¤² नहà¥à¤"
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr "मà¥à¤² à¤à¤¾à¤¤à¥ नाम à¤à¥ साथ à¤à¥à¤ सà¤à¤à¤¾à¤² नहà¥à¤"
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "सà¤à¤à¤¾à¤² पहलॠसॠसà¤à¥à¤°à¤¿à¤¯"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr "मिलान id à¤à¥ साथ à¤à¥à¤ सà¤à¤à¤¾à¤² नहà¥à¤"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "सà¤à¤à¤¾à¤² '%s' सà¤à¥à¤°à¤¿à¤¯ नहà¥à¤"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "à¤à¤à¥à¤¸à¥à¤à¤¾à¤°à¥à¤ निरà¥à¤¦à¥à¤¶à¤¿à¤à¤¾ %s नहà¥à¤ बना सà¤à¤¤à¤¾ हà¥: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "साà¤à¤à¥à¤¤à¤¿à¤ लिà¤à¤ '%s' à¤à¥ '%s' मà¥à¤ बनानॠमà¥à¤ विफल: %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "सिमलिà¤à¤ '%s' मिà¤à¤¾à¤¨à¥ मà¥à¤ विफल: %s"
@@ -2075,7 +2103,267 @@ msgstr "सिमलिà¤à¤ '%s' मिà¤à¤¾à¤¨à¥ मà¥à¤ विफल: %s
msgid "no node device with matching name"
msgstr "मà¥à¤² à¤à¤¾à¤¤à¥ नाम à¤à¥ साथ à¤à¥à¤ à¤à¤à¤¡à¤¾à¤°à¤£ à¤à¤¯à¤¤à¤¨ नहà¥à¤"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "यà¥à¤à¥à¤¤à¤¿ हà¥à¤¡à¤° %s साफ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "à¤à¥à¤® शà¥à¤°à¥à¤¤ पथ"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "à¤
à¤à¥à¤à¤¾à¤¤ à¤à¤à¤¡à¤¾à¤° à¤à¤¯à¤¤à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "फाà¤à¤² सà¥à¤µà¤¾à¤®à¥ '%s' सà¥à¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥: %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "à¤
वà¥à¤§ धà¥à¤µà¤¨à¤¿ मà¥à¤¡à¤² '%s'"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "सà¤à¤à¤¾à¤² à¤
à¤à¤¤à¤°à¤«à¤²à¤ पà¥à¤°à¤à¤¾à¤°"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "%s मà¥à¤ à¤
वà¥à¤§ सà¤à¤à¤¾à¤² सà¤à¤à¥à¤¤à¤"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "à¤
à¤à¥à¤à¤¾à¤¤ सतà¥à¤¯à¤¾à¤ªà¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "%s मà¥à¤ à¤
वà¥à¤§ à¤à¤à¤¡à¤¾à¤°à¤£ पà¥à¤² सà¤à¤à¥à¤¤à¤"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "%s मà¥à¤ à¤
वà¥à¤§ डà¥à¤®à¥à¤¨ सà¤à¤à¥à¤¤à¤"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "%s मà¥à¤ à¤
वà¥à¤§ डà¥à¤®à¥à¤¨ सà¤à¤à¥à¤¤à¤"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "à¤
वà¥à¤§ धà¥à¤µà¤¨à¤¿ मà¥à¤¡à¤² '%s'"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "à¤
वà¥à¤§ धà¥à¤µà¤¨à¤¿ मà¥à¤¡à¤² '%s'"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "%s मà¥à¤ à¤
वà¥à¤§ सà¤à¤¬à¤à¤§à¤¨ सà¤à¤à¥à¤¤à¤"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "विरà¥à¤ªà¤¿à¤¤ uuid ततà¥à¤µ"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "à¤à¥à¤® à¤à¥à¤·à¤®à¤¤à¤¾ ततà¥à¤µ"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "à¤
à¤à¥à¤à¤¾à¤¤ सतà¥à¤¯à¤¾à¤ªà¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "à¤
à¤à¥à¤à¤¾à¤¤ सतà¥à¤¯à¤¾à¤ªà¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "%s à¤à¥à¤² नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
@@ -2235,7 +2523,7 @@ msgstr "डà¥à¤®à¥à¤¨ शà¤à¤à¤« सà¥à¤¥à¤¿à¤¤à¤¿ मà¥à¤ नहà¥à¤
msgid "Could not read container config"
msgstr "à¤à¤¨à¥à¤à¥à¤¶à¤¨ URI à¤à¤¾ विशà¥à¤²à¥à¤·à¤£ नहà¥à¤ à¤à¤° सà¤à¤¾"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ पà¥à¤°à¤à¤¾à¤° '%s'"
@@ -2249,6 +2537,72 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "à¤à¤¨à¥à¤à¥à¤¶à¤¨ URI à¤à¤¾ विशà¥à¤²à¥à¤·à¤£ नहà¥à¤ à¤à¤° सà¤à¤¾"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "pid फाà¤à¤² '%s' à¤à¥à¤²à¤¨à¥ मà¥à¤ विफल: %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "सà¤à¤à¥à¤¤ पाà¤à¤ª सॠपढ़नॠमà¥à¤ विफल: %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "pid फाà¤à¤² '%s' मà¥à¤ लिà¤à¤¨à¥ मà¥à¤ विफल : %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "pid फाà¤à¤² '%s' à¤à¥à¤²à¤¨à¥ मà¥à¤ विफल: %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "à¤à¤ªà¤°à¥à¤¶à¤¨ विफल: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "सà¥à¤à¥à¤ à¤à¥ '%s' मà¥à¤ बाà¤à¤§à¤¨à¥ मà¥à¤ विफल: %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "हाà¤à¤ªà¤°à¤µà¤¿à¤à¤° सॠà¤à¥à¤¡à¤¼à¤¨à¥ मà¥à¤ विफल"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "सà¥à¤à¥à¤ à¤à¥ '%s' मà¥à¤ बाà¤à¤§à¤¨à¥ मà¥à¤ विफल: %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "%s सॠà¤à¤¯à¤¤à¤¨ निरà¥à¤®à¤¾à¤£ मà¥à¤ विफल"
+
+# done by Ravi
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "uid '%d' à¤à¥ लिठà¤à¤ªà¤¯à¥à¤à¥à¤¤à¤¾ रिà¤à¤¾à¤°à¥à¤¡ ढà¥à¤à¤¢à¤¼à¤¨à¥ मà¥à¤ विफल: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "%s सॠपà¥à¤² निरà¥à¤®à¤¾à¤£ मà¥à¤ विफल"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2293,700 +2647,768 @@ msgstr "पà¥à¤°à¥à¤à¥à¤¸à¥ à¤à¥ साथ सà¤à¤à¤¾à¤° तà¥à¤°à¥
msgid "got asynchronous packet number %d\n"
msgstr "à¤
तà¥à¤²à¥à¤¯à¤à¤¾à¤²à¤¿à¤¤ पà¥à¤à¥à¤ सà¤à¤à¥à¤¯à¤¾ %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "qemu %d pid %lu सॠà¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ निà¤à¤¾à¤¸ सà¥à¤¥à¤¿à¤¤à¤¿"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ निà¤à¤¾à¤¸ सà¥à¤¥à¤¿à¤¤à¤¿ '%d', qemu सà¤à¤à¤µà¤¤à¤ विफल रहा"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "QEMU दà¥à¤µà¤¿à¤ªà¤¦à¥à¤¯ %s नहà¥à¤ पा सà¤à¤¤à¤¾ हà¥: %s"
# done by Ravi
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "सà¤à¤à¤¾à¤² '%s' नहà¥à¤ मिला"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr "सà¤à¤à¤¾à¤² पà¥à¤°à¤à¤¾à¤° %d समरà¥à¤¥à¤¿à¤¤ नहà¥à¤"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr "बà¥à¤°à¤¿à¤ समरà¥à¤¥à¤¨ à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "à¤à¥à¤ª à¤
à¤à¤¤à¤°à¤«à¤²à¤ '%s' à¤à¥ '%s' मà¥à¤ à¤à¥à¤¡à¤¼à¤¨à¥ मà¥à¤ विफल : %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "à¤à¥à¤ª à¤
à¤à¤¤à¤°à¤«à¤²à¤ '%s' à¤à¥ '%s' मà¥à¤ à¤à¥à¤¡à¤¼à¤¨à¥ मà¥à¤ विफल : %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "'info blockstats' à¤à¤¸ qemu à¤à¥ दà¥à¤µà¤¾à¤°à¤¾ समरà¥à¤¥à¤¿à¤¤ नहà¥à¤"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
#, fuzzy
msgid "STDIO migration is not supported with this QEMU binary"
msgstr "'info blockstats' à¤à¤¸ qemu à¤à¥ दà¥à¤µà¤¾à¤°à¤¾ समरà¥à¤¥à¤¿à¤¤ नहà¥à¤"
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डिसà¥à¤ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डिसà¥à¤ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डिसà¥à¤ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "à¤
वà¥à¤§ धà¥à¤µà¤¨à¤¿ माडल"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "à¤
वà¥à¤§ डà¥à¤®à¥à¤¨ नाम"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "à¤
वà¥à¤§ तरà¥à¤"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "मà¥à¤¨à¤¿à¤à¤° पथ %s à¤à¥à¤²à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "नà¥à¤¡ डà¥à¤®à¥à¤¨ सà¥à¤à¥"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "close-on-exec फाà¤à¤² विवरणà¤à¤°à¥à¤¤à¤¾ फà¥à¤²à¥à¤ सà¥à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "à¤à¥à¤° बà¥à¤²à¥à¤à¤¿à¤à¤ फाà¤à¤² विवरणà¤à¤°à¥à¤¤à¤¾ फà¥à¤²à¥à¤ सà¥à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "लà¥à¤ फाà¤à¤² %s बनानॠमà¥à¤ विफल: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "VM लà¥à¤à¤«à¤¾à¤à¤² à¤à¥ close-on-exec फà¥à¤²à¥à¤ %s सà¥à¤ à¤à¤°à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "लà¥à¤ फाà¤à¤² %s बनानॠमà¥à¤ विफल: %s"
-#: src/qemu_driver.c:211
-#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "लà¥à¤ फाà¤à¤² %s बनानॠमà¥à¤ विफल: %s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "VM लà¥à¤à¤«à¤¾à¤à¤² à¤à¥ close-on-exec फà¥à¤²à¥à¤ %s सà¥à¤ à¤à¤°à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "tty %s à¤à¥à¤²à¤¨à¥ मà¥à¤ विफल: %s\n"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "VM '%s' फिर सà¥à¤µà¤¯à¤ à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "%s %s बà¥à¤²à¥à¤ सà¥à¤¥à¤¿à¤¤à¤¿ पानॠमà¥à¤ विफल"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "%s सॠडà¥à¤®à¥à¤¨ निरà¥à¤®à¤¾à¤£ मà¥à¤ विफल"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "डà¥à¤®à¥à¤¨ %s à¤à¥ %s मà¥à¤ सहà¥à¤à¤¨à¥ मà¥à¤ विफल"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "%s निरà¥à¤¦à¥à¤¶à¤¿à¤à¤¾ बनानॠमà¥à¤ विफल : %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "मà¥à¤à¥à¤¦à¤¾ नाम पानॠमà¥à¤ à¤
समरà¥à¤¥"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "मà¥à¤¡ '%s' विशà¥à¤²à¥à¤·à¤£ मà¥à¤ विफल"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "मà¥à¤¡ '%s' विशà¥à¤²à¥à¤·à¤£ मà¥à¤ विफल"
+
+#: src/qemu_driver.c:476
#, fuzzy, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "VM '%s' फिर सà¥à¤µà¤¯à¤ à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup: सà¥à¤®à¥à¤¤à¤¿ à¤à¤®"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr "%s à¤à¤°à¤à¤à¤¨ à¤à¤à¤à¤ªà¥à¤ à¤à¥ पढ़नॠà¤à¥ दà¥à¤°à¤¾à¤¨ विफलता"
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr "%s à¤à¤°à¤à¤à¤¨ à¤à¤à¤à¤ªà¥à¤ à¤à¥ दà¥à¤°à¤¾à¤¨ समय समापà¥à¤¤"
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr "%s à¤à¤°à¤à¤à¤¨ à¤à¤à¤à¤ªà¥à¤ पढ़नॠà¤à¥ दà¥à¤°à¤¾à¤¨ सà¥à¤¥à¤¾à¤¨ à¤à¥ à¤à¤®à¥"
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, fuzzy, c-format
+msgid "Out of space while reading %s log output"
+msgstr "%s à¤à¤°à¤à¤à¤¨ à¤à¤à¤à¤ªà¥à¤ पढ़नॠà¤à¥ दà¥à¤°à¤¾à¤¨ सà¥à¤¥à¤¾à¤¨ à¤à¥ à¤à¤®à¥"
+
+#: src/qemu_driver.c:757
+#, fuzzy, c-format
+msgid "Failure while reading %s log output"
+msgstr "%s à¤à¤°à¤à¤à¤¨ à¤à¤à¤à¤ªà¥à¤ à¤à¥ पढ़नॠà¤à¥ दà¥à¤°à¤¾à¤¨ विफलता"
+
+#: src/qemu_driver.c:771
+#, fuzzy, c-format
+msgid "Timed out while reading %s log output"
+msgstr "%s à¤à¤°à¤à¤à¤¨ à¤à¤à¤à¤ªà¥à¤ à¤à¥ दà¥à¤°à¤¾à¤¨ समय समापà¥à¤¤"
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr "मà¥à¤¨à¤¿à¤à¤° पथ %s à¤à¥à¤²à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr "close-on-exec फà¥à¤²à¥à¤ à¤à¥ लिठमà¥à¤¨à¤¿à¤à¤° सà¥à¤ à¤à¤°à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr "मà¥à¤¨à¤¿à¤à¤° à¤à¥ non-blocking मà¥à¤¡ मà¥à¤ रà¤à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥"
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "लà¥à¤ फाà¤à¤² %d बà¤à¤¦ à¤à¤°à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥: %s"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "tty à¤à¥à¤£ सà¥à¤ à¤à¤°à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥: %s\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr "CPU लड़ॠसà¥à¤à¤¨à¤¾ लानॠà¤à¥ लिठmonitor à¤à¤®à¤¾à¤à¤¡ नहà¥à¤ à¤à¤²à¤¾ सà¤à¤¤à¤¾ हà¥"
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "CPU लà¤à¤¾à¤µ %s सà¥à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr "विफल à¤à¤ªà¤°à¥à¤¶à¤¨ फिर बहाल à¤à¤°à¥à¤"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "मà¥à¤à¥à¤¦à¤¾ नाम पानॠमà¥à¤ à¤
समरà¥à¤¥"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "VM पहलॠसॠसà¤à¥à¤°à¤¿à¤¯ हà¥"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr "à¤à¤¿à¤¸à¥ à¤
पà¥à¤°à¤¯à¥à¤à¥à¤¤ VNC पà¥à¤°à¥à¤ ढ़à¥à¤à¤¢à¤¼à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥"
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "लà¥à¤ निरà¥à¤¦à¥à¤¶à¤¿à¤à¤¾ %s बना नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "QEMU दà¥à¤µà¤¿à¤ªà¤¦à¥à¤¯ %s नहà¥à¤ पा सà¤à¤¤à¤¾ हà¥: %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "QEMU दà¥à¤µà¤¿à¤ªà¤¦à¥à¤¯ %s नहà¥à¤ पा सà¤à¤¤à¤¾ हà¥: %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "argv à¤à¥ logfile %d मà¥à¤ लिà¤à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "argv à¤à¥ logfile %d मà¥à¤ लिà¤à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "argv à¤à¥ logfile %d मà¥à¤ लिà¤à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "डà¥à¤®à¥à¤¨ %s बà¤à¤¦ हॠरहा हà¥\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "VM '%s' बà¤à¤¦ à¤à¤° रहा हà¥"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "सà¥à¤à¥à¤ à¤à¥ '%s' मà¥à¤ बाà¤à¤§à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "लà¥à¤ फाà¤à¤² %d बà¤à¤¦ à¤à¤°à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥: %s"
+msgid "Failed to remove domain status for %s"
+msgstr "%s सॠडà¥à¤®à¥à¤¨ निरà¥à¤®à¤¾à¤£ मà¥à¤ विफल"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "VM à¤à¤à¤¸à¥à¤² डà¥à¤à¤¾ लà¥à¤ à¤à¤°à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥: %s"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "tty %s à¤à¥à¤²à¤¨à¥ मà¥à¤ विफल: %s\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr "NUMA à¤à¤¸ मà¥à¤à¤¬à¤¾à¤¨ पर समरà¥à¤¥à¤¿à¤¤ नहà¥à¤"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr "NUMA मà¥à¤à¥à¤¤ सà¥à¤®à¥à¤¤à¤¿ पà¥à¤°à¤¶à¥à¤¨ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "हà¥à¤¸à¥à¤à¤¨à¥à¤® पानॠमà¥à¤ विफल"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "%s डà¥à¤®à¥à¤¨ पहलॠसॠमà¥à¤à¥à¤¦ हà¥"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "%s डà¥à¤®à¥à¤¨ पहलॠसॠमà¥à¤à¥à¤¦ हà¥"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "मिलान id %d à¤à¥ साथ à¤à¥à¤ डà¥à¤®à¥à¤¨ नहà¥à¤"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "डà¥à¤®à¥à¤¨ नहà¥à¤ à¤à¤² रहा हà¥"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr "सà¥à¤¥à¤à¤¨ à¤à¤ªà¤°à¥à¤¶à¤¨ विफल"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr "शà¤à¤¡à¤¾à¤à¤¨ à¤à¤ªà¤°à¥à¤¶à¤¨ विफल"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "मà¥à¤² à¤à¤¾à¤¤à¥ uuid '%s' à¤à¥ साथ à¤à¥à¤ डà¥à¤®à¥à¤¨ नहà¥à¤"
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr "मà¥à¤à¥à¤¦à¤¾ सà¥à¤®à¥à¤¤à¤¿ à¤à¥ साथ à¤
धिà¤à¤¤à¤® सà¥à¤®à¥à¤¤à¤¿ नहà¥à¤ सà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr "à¤à¤ सà¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ à¤à¥ सà¥à¤®à¥à¤¤à¤¿ सà¥à¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr "à¤
धिà¤à¤¤à¤® सà¥à¤®à¥à¤¤à¤¿ सॠà¤
धिठसà¥à¤®à¥à¤¤à¤¿ सà¥à¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr "डà¥à¤®à¥à¤¨ xml पानॠमà¥à¤ विफल"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr "'%s' बनानॠमà¥à¤ विफल"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
msgstr "सà¥à¤µ हà¥à¤¡à¤° लिà¤à¤¨à¥ मà¥à¤ विफल"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr "xml लिà¤à¤¨à¥ मà¥à¤ विफल"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "लà¥à¤ फाà¤à¤² %d बà¤à¤¦ à¤à¤°à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥: %s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "सà¥à¤®à¥à¤¤à¤¿ à¤à¥ बाहर"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr "विफल à¤à¤ªà¤°à¥à¤¶à¤¨ à¤à¥ à¤à¤¤à¥à¤ªà¥à¤°à¤µà¤¾à¤¸à¤¨ मà¥à¤ विफल"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
#, fuzzy
msgid "'migrate' not supported by this qemu"
msgstr "'info blockstats' à¤à¤¸ qemu à¤à¥ दà¥à¤µà¤¾à¤°à¤¾ समरà¥à¤¥à¤¿à¤¤ नहà¥à¤"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr "à¤à¤ सà¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ à¤à¥ लियॠvcpu à¤à¤£à¤¨à¤¾ बदल नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr "डà¥à¤®à¥à¤¨ à¤à¥ लिठà¤
धिà¤à¤®à¤¤ vcpus निरà¥à¤§à¤¾à¤°à¤¿à¤¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr "निवà¥à¤¦à¤¿à¤¤ vcpus à¤
धिà¤à¤¤à¤® सà¥à¤µà¥à¤à¤¾à¤° यà¥à¤à¥à¤¯ vcpus सॠडà¥à¤®à¥à¤¨ à¤à¥ लिठà¤
धिठहà¥: %d > %d"
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
msgid "cannot pin vcpus on an inactive domain"
msgstr "vcpus à¤à¥ à¤à¤¿à¤¸à¥ सà¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ पर पिन नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "vcpu सà¤à¤à¥à¤¯à¤¾ %d परिसर सॠबाहर > %d"
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "लà¤à¤¾à¤µ सà¥à¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥: %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr "cpu लà¤à¤¾à¤µ समरà¥à¤¥à¤¿à¤¤ नहà¥à¤ हà¥"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "लà¤à¤¾à¤µ नहà¥à¤ पा सà¤à¤¤à¤¾ हà¥: %s"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr "cpu लà¤à¤¾à¤µ à¤à¤ªà¤²à¤¬à¥à¤§ नहà¥à¤ हà¥"
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "डà¥à¤®à¥à¤¨ परिà¤à¤¾à¤·à¤¾ '%d' मà¥à¤ à¤
à¤à¥à¤à¤¾à¤¤ virt पà¥à¤°à¤à¤¾à¤°"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "मà¥à¤à¥à¤¦à¤¾ नाम पानॠमà¥à¤ à¤
समरà¥à¤¥"
+
+#: src/qemu_driver.c:3014
+#, fuzzy, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr "vCPU à¤à¤¿à¤¨à¤¤à¥ à¤
धिà¤à¤¤à¤® सॠà¤
धिठहà¥: %d > %d"
+
+#: src/qemu_driver.c:3023
+#, fuzzy, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr "vCPU à¤à¤¿à¤¨à¤¤à¥ à¤
धिà¤à¤¤à¤® सॠà¤
धिठहà¥: %d > %d"
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr "डà¥à¤®à¥à¤¨ à¤à¤¿à¤¤à¥à¤° नहà¥à¤ पढ़ सà¤à¤¤à¤¾ हà¥"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr "qemu हà¥à¤¡à¤° पढ़नॠमà¥à¤ विफल"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr "à¤à¤¿à¤¤à¥à¤° मà¥à¤à¤¿à¤ सहॠनहà¥à¤ हà¥"
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "à¤à¤¿à¤¤à¥à¤° सà¤à¤¸à¥à¤à¤°à¤£ समरà¥à¤¥à¤¿à¤¤ नहà¥à¤ हॠ(%d > %d)"
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr "XML पढ़नॠमà¥à¤ विफल"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr "XML à¤à¥ विशà¥à¤²à¥à¤·à¤£ मà¥à¤ विफल"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr "डà¥à¤®à¥à¤¨ '%s' à¤à¥ रà¥à¤ª मà¥à¤ पहलॠसॠसà¤à¥à¤°à¤¿à¤¯ हà¥"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
msgid "failed to assign new VM"
msgstr "नठVM à¤à¥ नियत à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr "VM à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
msgid "failed to resume domain"
msgstr "डà¥à¤®à¥à¤¨ वापस à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डिसà¥à¤ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "cdrom मà¥à¤¡à¤¿à¤¯à¤¾ नहà¥à¤ बदल सà¤à¤¤à¤¾ हà¥"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "cdrom मà¥à¤¡à¤¿à¤¯à¤¾ नहà¥à¤ बदल सà¤à¤¤à¤¾ हà¥"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, fuzzy, c-format
msgid "target %s already exists"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ à¤à¤¯à¤¤à¤¨ पहलॠसॠमà¥à¤à¥à¤¦ हà¥"
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "पढ़ %s नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "%s डà¥à¤®à¥à¤¨ पहलॠसॠमà¥à¤à¥à¤¦ हà¥"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "सà¥à¤°à¥à¤¤ यà¥à¤à¥à¤¤à¤¿ निà¤à¤¾à¤² नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "मà¥à¤à¤¬à¤¾à¤¨ परिà¤à¤¾à¤·à¤¾ फाà¤à¤² लà¥à¤¡ à¤à¤°à¥à¤"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "सà¥à¤°à¥à¤¤ यà¥à¤à¥à¤¤à¤¿ निà¤à¤¾à¤² नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "मà¥à¤à¤¬à¤¾à¤¨ परिà¤à¤¾à¤·à¤¾ फाà¤à¤² लà¥à¤¡ à¤à¤°à¥à¤"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr "निषà¥à¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ पर यà¥à¤à¥à¤¤à¤¿ सà¤à¤²à¤à¥à¤¨ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: src/qemu_driver.c:3451
-#, fuzzy
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, fuzzy, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr "सिरà¥à¤« CDROM डिसà¥à¤ यà¥à¤à¥à¤¤à¤¿ à¤à¥ सà¤à¤²à¤à¥à¤¨ à¤à¤¿à¤¯à¤¾ à¤à¤¾ सà¤à¤¤à¤¾ हà¥"
-#: src/qemu_driver.c:3460
-#, fuzzy
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, fuzzy, c-format
+msgid "device type '%s' cannot be attached"
msgstr "सिरà¥à¤« CDROM डिसà¥à¤ यà¥à¤à¥à¤¤à¤¿ à¤à¥ सà¤à¤²à¤à¥à¤¨ à¤à¤¿à¤¯à¤¾ à¤à¤¾ सà¤à¤¤à¤¾ हà¥"
# done by Ravi
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "डà¥à¤®à¥à¤¨ नहॠमिला"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "डà¥à¤®à¥à¤¨ वापस à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "%s सॠयà¥à¤à¥à¤¤à¤¿ à¤
लठà¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "निषà¥à¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ पर यà¥à¤à¥à¤¤à¤¿ सà¤à¤²à¤à¥à¤¨ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
#, fuzzy
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr "सिरà¥à¤« CDROM डिसà¥à¤ यà¥à¤à¥à¤¤à¤¿ à¤à¥ सà¤à¤²à¤à¥à¤¨ à¤à¤¿à¤¯à¤¾ à¤à¤¾ सà¤à¤¤à¤¾ हà¥"
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "à¤à¤ सà¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ à¤à¥ सà¥à¤®à¥à¤¤à¤¿ सà¥à¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "à¤à¤à¥à¤¸à¥à¤à¤¾à¤°à¥à¤ निरà¥à¤¦à¥à¤¶à¤¿à¤à¤¾ %s नहà¥à¤ बना सà¤à¤¤à¤¾ हà¥: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "साà¤à¤à¥à¤¤à¤¿à¤ लिà¤à¤ '%s' à¤à¥ '%s' मà¥à¤ बनानॠमà¥à¤ विफल: %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "à¤
वà¥à¤§ पथ: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr "'info blockstats' à¤à¤®à¤¾à¤à¤¡ विफल"
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "'info blockstats' à¤à¤¸ qemu à¤à¥ दà¥à¤µà¤¾à¤°à¤¾ समरà¥à¤¥à¤¿à¤¤ नहà¥à¤"
# done by Ravi
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "यà¥à¤à¥à¤¤à¤¿ नहà¥à¤ मिला: %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr "रिà¤à¥à¤¤ या à¤à¤¾à¤²à¥ पथ"
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "à¤
वà¥à¤§ पथ, '%s' à¤à¤ à¤à¥à¤à¤¾à¤¤ à¤
à¤à¤¤à¤°à¤«à¤²à¤ नहà¥à¤ हà¥"
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "निरà¥à¤¦à¥à¤¶à¤¿à¤à¤¾ '%s' à¤à¥à¤²à¤¨à¥ मà¥à¤ विफल: %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "फाà¤à¤² सॠlseek पढ़नॠमà¥à¤ विफल: %s: %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "à¤
वà¥à¤§ तरà¥à¤"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr "QEMU डà¥à¤°à¤¾à¤à¤µà¤° सिरà¥à¤« à¤à¤à¤¾à¤¸à¥ सà¥à¤®à¥à¤¤à¤¿ addrs à¤à¤¾ समरà¥à¤¥à¤¨ à¤à¤°à¤¤à¤¾ हà¥"
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "open(%s) विफल: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "lvs à¤à¤®à¤¾à¤à¤¡ विफल"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s: लà¥à¤ फाà¤à¤² लिà¤à¤¨à¥ मà¥à¤ विफल: %s"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "नà¥à¤¡ डà¥à¤®à¥à¤¨ सà¥à¤à¥"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "UUID à¤à¤¤à¥à¤ªà¤¨à¥à¤¨ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "डà¥à¤®à¥à¤¨ '%s' à¤à¥ रà¥à¤ª मà¥à¤ पहलॠसॠसà¤à¥à¤°à¤¿à¤¯ हà¥"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "VM à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "à¤à¤ªà¤°à¥à¤¶à¤¨ विफल: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "%s डà¥à¤®à¥à¤¨ फिर बहाल à¤à¤°à¤¨à¥ मà¥à¤ विफल"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "मिलान नाम à¤à¥ साथ à¤à¥à¤ डà¥à¤®à¥à¤¨ नाम नहà¥à¤"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
# done by Ravi
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
@@ -2998,512 +3420,593 @@ msgid ""
msgstr ""
"remote_open: URL मà¥à¤ परिवहन परिà¤à¤¿à¤¤ नहà¥à¤ हॠ(should be tls|unix|ssh|ext|tcp)"
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open: 'ext' transport à¤à¥ लिà¤, à¤à¤®à¤¾à¤à¤¡ à¤à¤°à¥à¤°à¥ हà¥"
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "tty %s à¤à¥à¤²à¤¨à¥ मà¥à¤ विफल: %s\n"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "tty %s à¤à¥à¤²à¤¨à¥ मà¥à¤ विफल: %s\n"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "सà¥à¤à¥à¤ बनानॠमà¥à¤ विफल: %s"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "सà¥à¤à¥à¤ बनानॠमà¥à¤ विफल: %s"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr "परिवहन विधि unix, ssh à¤à¤° ext à¤à¥ विà¤à¤¡à¥ à¤à¥ à¤
à¤à¤¦à¤° समरà¥à¤¥à¤¨ नहà¥à¤ दिया à¤à¤¾à¤¤à¤¾ हà¥"
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "सà¥à¤à¥à¤ बनानॠमà¥à¤ विफल: %s"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "लà¥à¤ फाà¤à¤² %d बà¤à¤¦ à¤à¤°à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥: %s"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "URI पानॠमà¥à¤ विफल"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "डà¥à¤®à¥à¤¨ सà¤à¤à¤¾à¤à¤¿à¤¤ à¤à¤° रहा हà¥"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "पहà¥à¤à¤ नहà¥à¤ %s '%s': %s (%d)"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "à¤à¤à¤à¥à¤¨à¤° सà¥à¤à¥à¤ à¤à¤¬à¤à¤à¤¿à¤¤ à¤à¤°à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "VM à¤à¤à¤¸à¥à¤² डà¥à¤à¤¾ लà¥à¤ à¤à¤°à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥: %s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "SASL लाà¤à¤¬à¥à¤°à¥à¤°à¥ à¤à¥ à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल: %d (%s)"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, fuzzy, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "tty à¤à¥à¤£ सà¥à¤ à¤à¤°à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥: %s\n"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "tty à¤à¥à¤£ सà¥à¤ à¤à¤°à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥: %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤ शà¥à¤°à¥à¤¯ à¤à¤¾à¤à¤à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "tty %s à¤à¥à¤²à¤¨à¥ मà¥à¤ विफल: %s\n"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr "सरà¥à¤µà¤° सतà¥à¤¯à¤¾à¤ªà¤¨ (हमारॠपà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤à¤¾ या IP पता) विफल\n"
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤ शà¥à¤°à¥à¤¯ à¤à¤¾à¤à¤à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "पाà¤à¤ª नहà¥à¤ बना सà¤à¤¤à¤¾ हà¥: %s"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "à¤
वà¥à¤§ यà¥à¤à¥à¤¤à¤¿ पà¥à¤°à¤à¤¾à¤°: %s"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
#, fuzzy
msgid "The certificate is not trusted."
msgstr "पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤
ब तठसà¤à¥à¤°à¤¿à¤¯ नहà¥à¤ हà¥à¤ हà¥"
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
#, fuzzy
msgid "The certificate hasn't got a known issuer."
msgstr "remoteCheckCertificate: à¤à¥à¤²à¤¾à¤à¤à¤ पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤à¥ पास à¤
à¤à¥à¤à¤¾à¤¤ निरà¥à¤à¤¤à¤à¤°à¥à¤¤à¤¾ हà¥."
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
#, fuzzy
msgid "The certificate has been revoked."
msgstr "पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤à¥ मियाद पà¥à¤°à¥ हॠà¤à¤ हà¥"
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
#, fuzzy
msgid "The certificate uses an insecure algorithm"
msgstr ""
"remoteCheckCertificate: à¤à¥à¤²à¤¾à¤à¤à¤ पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤à¤ à¤
सà¥à¤°à¤à¥à¤·à¤¿à¤¤ à¤
लà¤à¥à¤°à¤¿à¤¥à¤® à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤°à¤¤à¤¾ हà¥."
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤° X.509 नहà¥à¤ हà¥"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "gnutls_certificate_get_peers failed"
# done by Ravi
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "SASL सतà¥à¤¯à¤¾à¤ªà¤¨ %s à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "tty %s à¤à¥à¤²à¤¨à¥ मà¥à¤ विफल: %s\n"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤à¥ मियाद पà¥à¤°à¥ हॠà¤à¤ हà¥"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤
ब तठसà¤à¥à¤°à¤¿à¤¯ नहà¥à¤ हà¥à¤ हà¥"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr "पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤à¤¾ मालिठहà¥à¤¸à¥à¤à¤¨à¥à¤® सॠमà¥à¤² नहà¥à¤ à¤à¤¾à¤¤à¤¾ हॠ(%s)"
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "à¤à¤ NUMA सà¥à¤²: %d > %d"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "à¤à¤ दà¥à¤°à¤¸à¥à¤¥ डà¥à¤®à¥à¤¨ ID: %d > %d"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr "नà¤à¥à¤¶à¤¾ लà¤à¤¬à¤¾à¤ à¤
धिà¤à¤¤à¤® सॠà¤
धिठहà¥: %d > %d"
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "vCPU à¤à¤¿à¤¨à¤¤à¥ à¤
धिà¤à¤¤à¤® सॠà¤
धिठहà¥: %d > %d"
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr "vCPU नà¤à¥à¤¶à¤¾ लà¤à¤¬à¤¾à¤ à¤
धिà¤à¤¤à¤® सॠà¤
धिठहà¥: %d > %d"
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "मà¥à¤à¤¬à¤¾à¤¨ नॠà¤à¤ vCPUs रिपà¥à¤°à¥à¤ à¤à¤¿à¤¯à¤¾: %d > %d"
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr "मà¥à¤à¤¬à¤¾à¤¨ नॠनà¤à¥à¤¶à¤¾ बफर à¤à¥ रिपà¥à¤°à¥à¤ à¤à¤¿à¤¯à¤¾ à¤à¥ à¤
धिà¤à¤¤à¤® सॠà¤
धिठहà¥: %d > %d"
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, fuzzy, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr "vCPU à¤à¤¿à¤¨à¤¤à¥ à¤
धिà¤à¤¤à¤® सॠà¤
धिठहà¥: %d > %d"
+
+#: src/remote_internal.c:2352
+#, fuzzy, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr "vCPU à¤à¤¿à¤¨à¤¤à¥ à¤
धिà¤à¤¤à¤® सॠà¤
धिठहà¥: %d > %d"
+
+#: src/remote_internal.c:2361
+#, fuzzy, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr "vCPU à¤à¤¿à¤¨à¤¤à¥ à¤
धिà¤à¤¤à¤® सॠà¤
धिठहà¥: %d > %d"
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr "à¤à¤ दà¥à¤°à¤¸à¥à¤¥ डà¥à¤®à¥à¤¨ नाम: %d > %d"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
"remoteDomainGetSchedulerParameters: पà¥à¤°à¤¾à¤®à¥à¤à¤° à¤à¤¾ वापस à¤à¥ सà¤à¤à¥à¤¯à¤¾ सà¥à¤®à¤¾ सॠà¤
धिठहà¥"
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "remoteDomainGetSchedulerParameters: à¤
à¤à¥à¤à¤¾à¤¤ पà¥à¤°à¤¾à¤®à¥à¤à¤° पà¥à¤°à¤à¤¾à¤°"
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "सरणॠसà¤à¤à¤¾à¤à¤¨ मà¥à¤ सà¥à¤®à¥à¤¤à¤¿ à¤à¤®"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ पà¥à¤°à¤¾à¤®à¥à¤à¤° पà¥à¤°à¤à¤¾à¤°"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr "दà¥à¤°à¤¸à¥à¤¥ पà¥à¤°à¥à¤à¥à¤à¥à¤² à¤à¥ लिठबà¥à¤²à¥à¤ पà¥à¤ à¤à¤à¥à¤°à¤¹ à¤à¤¾à¤«à¥ बड़ॠहà¥, %zi > %d"
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr "वापस बफर à¤à¤à¥à¤°à¤¹à¤¿à¤¤ à¤à¤à¤¾à¤° à¤à¥ समान नहà¥à¤ हà¥"
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr "सà¥à¤®à¥à¤¤à¤¿ पà¥à¤ à¤à¤à¥à¤°à¤¹ दà¥à¤°à¤¸à¥à¤¥ पà¥à¤°à¥à¤à¥à¤à¥à¤² à¤à¥ लिठà¤à¤¾à¤«à¥ बड़ॠहà¥, %zi > %d"
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "à¤à¤ दà¥à¤°à¤¸à¥à¤¥ सà¤à¤à¤¾à¤²: %d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr "à¤à¤ à¤à¤à¤¡à¤¾à¤° पà¥à¤² à¤à¤à¥à¤°à¤¹à¤¿à¤¤"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr "à¤à¤ à¤à¤à¤¡à¤¾à¤° पà¥à¤² पà¥à¤°à¤¾à¤ªà¥à¤¤"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr "à¤à¤ à¤à¤à¤¡à¤¾à¤° à¤à¤¯à¤¤à¤¨ à¤à¤à¥à¤°à¤¹à¤¿à¤¤"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr "à¤à¤ à¤à¤à¤¡à¤¾à¤° à¤à¤¯à¤¤à¤¨ पà¥à¤°à¤¾à¤ªà¥à¤¤"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "à¤à¤ à¤à¤à¤¡à¤¾à¤° à¤à¤¯à¤¤à¤¨ à¤à¤à¥à¤°à¤¹à¤¿à¤¤"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "à¤à¤ à¤à¤à¤¡à¤¾à¤° à¤à¤¯à¤¤à¤¨ पà¥à¤°à¤¾à¤ªà¥à¤¤"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "à¤à¤ à¤à¤à¤¡à¤¾à¤° à¤à¤¯à¤¤à¤¨ à¤à¤à¥à¤°à¤¹à¤¿à¤¤"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "à¤à¤ à¤à¤à¤¡à¤¾à¤° à¤à¤¯à¤¤à¤¨ पà¥à¤°à¤¾à¤ªà¥à¤¤"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ सतà¥à¤¯à¤¾à¤ªà¤¨ पà¥à¤°à¤à¤¾à¤° %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr "à¤à¤à¥à¤°à¤¹à¤¿à¤¤ सतà¥à¤¯à¤¾à¤ªà¤¨ पà¥à¤°à¤à¤¾à¤° %s à¤
सà¥à¤µà¥à¤à¥à¤¤"
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "à¤
समरà¥à¤¥à¤¿à¤¤ सतà¥à¤¯à¤¾à¤ªà¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "SASL लाà¤à¤¬à¥à¤°à¥à¤°à¥ à¤à¥ à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल: %d (%s)"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "सà¥à¤ पता %d (%s) पानॠमà¥à¤ विफल"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "पà¥à¤¯à¤° पता %d (%s) पानॠमà¥à¤ विफल"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "SASL à¤à¥à¤²à¤¾à¤à¤à¤ सà¤à¤¦à¤°à¥à¤ बनानॠमà¥à¤ विफल: %d (%s)"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr "TLS सतà¥à¤° à¤à¥ लिठà¤
वà¥à¤§ साà¤à¤«à¤° à¤à¤à¤¾à¤°"
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "बाहरॠSSF %d (%s) नहà¥à¤ सà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr "सà¥à¤°à¤à¥à¤·à¤¾ पà¥à¤°à¤¸à¥à¤¤à¤¾à¤µ %d (%s) सà¥à¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
# done by Ravi
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "SASL याà¤à¤¤à¥à¤°à¤¿à¤à¥ %s सरà¥à¤µà¤° à¤à¥ दà¥à¤µà¤¾à¤°à¤¾ समरà¥à¤¥à¤¿à¤¤ नहà¥à¤ हà¥"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "SASL समà¤à¥à¤¤à¤¾ à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल: %d (%s)"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr "सतà¥à¤¯à¤¾à¤ªà¤¨ शà¥à¤°à¥à¤¯ बनानॠमà¥à¤ विफल"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr "SASLL समà¤à¥à¤¤à¤¾ à¤à¤à¤à¤¡à¤¼à¤¾ à¤à¤¾à¤«à¥ लà¤à¤¬à¥ हà¥: %dबाà¤à¤ बाà¤"
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "SASL à¤à¤°à¤£ विफल: %d (%s)"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr "समà¤à¥à¤¤à¤¾ SSF %d à¤à¤¾à¤«à¥ मà¤à¤¬à¥à¤¤ नहà¥à¤ थà¥"
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr "सतà¥à¤¯à¤¾à¤ªà¤¨ शà¥à¤°à¥à¤¯ à¤à¤®à¤¾ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr "xdr_remote_message_header विफल"
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr "तरà¥à¤ मारà¥à¤¶à¤²à¤¿à¤à¤ à¤à¤° रहा हà¥"
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
#, fuzzy
msgid "xdr_u_int (length word)"
msgstr "xdr_int (length word)"
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "डà¥à¤®à¥à¤¨ डà¥à¤à¤¾ सहà¥à¤ नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "सà¥à¤à¥à¤ %d पढ़नॠमà¥à¤ विफल\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "सिरà¥à¤« पठन à¤à¥ लियॠसà¤à¤¬à¤à¤§à¤¨"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "मà¥à¤à¤¾à¤¡à¥à¤à¤¾ नहà¥à¤ लिठसà¤à¤¤à¤¾ हà¥"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "'%s' बनानॠमà¥à¤ विफल"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "%s à¤à¤¯à¤¤à¤¨ मिà¤à¤¾à¤¨à¥ मà¥à¤ विफल"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
#, fuzzy
msgid "xdr_u_int (length word, reply)"
msgstr "xdr_int (length word, reply)"
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
#, fuzzy
msgid "packet received from server too small"
msgstr "सरà¥à¤µà¤° सॠपà¥à¤°à¤¾à¤ªà¥à¤¤ पà¥à¤à¥à¤ à¤à¤¾à¤«à¥ बड़ॠहà¥"
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr "सरà¥à¤µà¤° सॠपà¥à¤°à¤¾à¤ªà¥à¤¤ पà¥à¤à¥à¤ à¤à¤¾à¤«à¥ बड़ॠहà¥"
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr "à¤à¤¤à¥à¤¤à¤° मà¥à¤ à¤
वà¥à¤§ हà¥à¤¡à¤°"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ पà¥à¤°à¥à¤à¥à¤°à¤¾à¤® (received %x, expected %x)"
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ पà¥à¤°à¥à¤à¥à¤à¥à¤² सà¤à¤¸à¥à¤à¤°à¤£ (received %x, expected %x)"
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ पà¥à¤°à¤à¥à¤°à¤¿à¤¯à¤¾ (received %x, expected %x)"
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr "unmarshalling ret"
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr "unmarshalling remote_error"
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ सà¥à¤¥à¤¿à¤¤à¤¿ (received %x)"
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "calloc विफल"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "à¤à¤®à¤¾à¤à¤¡ à¤à¥ लिठपà¥à¤°à¤¤à¥à¤à¥à¤·à¤¾ à¤à¤°à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "tty pid फाà¤à¤² %s à¤à¥à¤² नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
+
+#: src/security_selinux.c:120
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr "tty pid फाà¤à¤² %s पढ़ नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "tty pid फाà¤à¤² %s à¤à¥à¤² नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "tty pid फाà¤à¤² %s पढ़ नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "%s à¤à¤¾ फाà¤à¤² सà¤à¤¦à¤°à¥à¤ नहà¥à¤ पा सà¤à¤¤à¤¾ हà¥: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, fuzzy, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr "vCPU à¤à¤¿à¤¨à¤¤à¥ à¤
धिà¤à¤¤à¤® सॠà¤
धिठहà¥: %d > %d"
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "tty %s à¤à¥à¤²à¤¨à¥ मà¥à¤ विफल: %s\n"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "tty %s à¤à¥à¤²à¤¨à¥ मà¥à¤ विफल: %s\n"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3534,45 +4037,45 @@ msgstr "फाà¤à¤² '%s' à¤à¥ à¤
à¤à¤¤ तठनहà¥à¤ पहà¥à¤à¤
msgid "cannot read beginning of file '%s'"
msgstr "फाà¤à¤² '%s' à¤à¥ à¤
à¤à¤¤ तठनहà¥à¤ पहà¥à¤à¤ सà¤à¤¤à¤¾ हà¥:%s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "%s à¤à¤¾ फाà¤à¤² सà¤à¤¦à¤°à¥à¤ नहà¥à¤ पा सà¤à¤¤à¤¾ हà¥: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "निरà¥à¤¦à¥à¤¶à¤¿à¤à¤¾ %s नहà¥à¤ पढ़ सà¤à¤¤à¤¾ हà¥: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr "रिà¤à¥à¤à¥à¤¸ %s à¤à¤à¤ªà¤¾à¤à¤² à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "fd पढ़ नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "à¤à¤®à¤¾à¤à¤¡ à¤à¥ लिठपà¥à¤°à¤¤à¥à¤à¥à¤·à¤¾ à¤à¤°à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr "à¤à¤®à¤¾à¤à¤¡ साफ रà¥à¤ª सॠनहà¥à¤ बाहर निà¤à¤²à¤¾"
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "पठन तà¥à¤°à¥à¤à¤¿: %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr "à¤à¤®à¤¾à¤à¤¡ %d सॠशà¥à¤¨à¥à¤¯à¥à¤¤à¤° निà¤à¤¾à¤¸ सà¥à¤¥à¤¿à¤¤à¤¿"
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "%s: लाà¤à¥ नहà¥à¤\n"
@@ -3683,7 +4186,7 @@ msgid "cannot extend file '%s'"
msgstr "फाà¤à¤² '%s' फà¥à¤²à¤¾ नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "पथ '%s' पढ़ नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
@@ -3717,17 +4220,17 @@ msgstr "qemu-img à¤à¥ बिना à¤à¥à¤° à¤à¤à¥à¤à¤¾ à¤à¤¿à¤¤à¥à¤°
msgid "creation of non-raw images is not supported without qemu-img"
msgstr "qemu-img à¤à¥ बिना à¤à¥à¤° à¤à¤à¥à¤à¤¾ à¤à¤¿à¤¤à¥à¤° à¤à¥ निरà¥à¤®à¤¾à¤£ समरà¥à¤¥à¤¿à¤¤ नहà¥à¤ हà¥"
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "फाà¤à¤² सà¥à¤µà¤¾à¤®à¥ '%s' सà¥à¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "फाà¤à¤² मà¥à¤¡ '%s' सà¥à¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "फाà¤à¤² '%s' बà¤à¤¦ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥: %s"
@@ -3838,11 +4341,7 @@ msgstr "यà¥à¤à¥à¤¤à¤¿ %s बà¤à¤¦ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
msgid "cannot remove PV device '%s'"
msgstr "ttyPidFile %s हà¤à¤¾ नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "नवनिरà¥à¤®à¤¿à¤¤ à¤à¤¯à¤¤à¤¨ '%s' नहà¥à¤ पता à¤à¤° सà¤à¤¤à¤¾ हà¥: %s"
@@ -3855,164 +4354,169 @@ msgstr "à¤à¥à¤® सतà¥à¤¯à¤¾à¤ªà¤¨ मà¥à¤à¤¬à¤¾à¤¨ à¤à¥à¤£"
msgid "missing auth passwd attribute"
msgstr "à¤à¥à¤® सतà¥à¤¯à¤¾à¤ªà¤¨ à¤à¥à¤à¤¶à¤¬à¥à¤¦ à¤à¥à¤£"
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr "विरà¥à¤ªà¤¿à¤¤ à¤à¤à¥à¤à¤² मà¥à¤¡"
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr "विरà¥à¤ªà¤¿à¤¤ सà¥à¤µà¤¾à¤®à¥ ततà¥à¤µ"
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr "विरà¥à¤ªà¤¿à¤¤ समà¥à¤¹ ततà¥à¤µ"
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ रà¥à¤ ततà¥à¤µ"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ à¤à¤à¤¡à¤¾à¤° à¤à¤¯à¤¤à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "à¤à¥à¤® नाम ततà¥à¤µ"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr "uuid à¤à¤¤à¥à¤ªà¤¨à¥à¤¨ à¤à¤°à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ सतà¥à¤¯à¤¾à¤ªà¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "à¤à¥à¤® शà¥à¤°à¥à¤¤ हà¥à¤¸à¥à¤ नाम"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "सà¥à¤°à¥à¤¤ यà¥à¤à¥à¤¤à¤¿ निà¤à¤¾à¤² नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "à¤à¥à¤® शà¥à¤°à¥à¤¤ यà¥à¤à¥à¤¤à¤¿ पथ"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "à¤à¥à¤® शà¥à¤°à¥à¤¤ पथ"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ सतà¥à¤¯à¤¾à¤ªà¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "à¤à¥à¤® लà¤à¥à¤·à¥à¤¯ पथ"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "à¤
समरà¥à¤¥à¤¿à¤¤ पà¥à¤² पà¥à¤°à¤¾à¤°à¥à¤ª %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ पà¥à¤² पà¥à¤°à¤à¤¾à¤°"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr "à¤à¥à¤® सà¥à¤µà¤¾à¤®à¥ ततà¥à¤µ"
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "à¤à¥à¤® रà¥à¤ ततà¥à¤µ"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ à¤à¤à¤¾à¤° à¤à¤à¤¾à¤ '%s'"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr "विरà¥à¤ªà¤¿à¤¤ à¤à¥à¤·à¤®à¤¤à¤¾ ततà¥à¤µ"
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr "à¤à¥à¤·à¤®à¤¤à¤¾ ततà¥à¤µ मान à¤à¤¾à¤«à¥ बड़ॠहà¥"
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ रà¥à¤ ततà¥à¤µ"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "à¤à¥à¤® नाम ततà¥à¤µ"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr "à¤à¥à¤® à¤à¥à¤·à¤®à¤¤à¤¾ ततà¥à¤µ"
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ सतà¥à¤¯à¤¾à¤ªà¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, fuzzy, c-format
msgid "unknown volume format number %d"
msgstr "à¤
समरà¥à¤¥à¤¿à¤¤ à¤à¤¯à¤¤à¤¨ पà¥à¤°à¤¾à¤°à¥à¤ª %d"
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "विनà¥à¤¯à¤¾à¤¸ निरà¥à¤¦à¥à¤¶à¤¿à¤à¤¾ %s बना नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "विनà¥à¤¯à¤¾à¤¸ फाà¤à¤² पथ निरà¥à¤®à¤¿à¤¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr "à¤à¤à¥à¤¸à¥à¤à¤¾à¤°à¥à¤ लिà¤à¤ पथ बना नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr "XML बनानॠमà¥à¤ विफल"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "विनà¥à¤¯à¤¾à¤¸ फाà¤à¤² %s बना सà¤à¤¤à¤¾ हà¥: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "विनà¥à¤¯à¤¾à¤¸ फाà¤à¤² %s लिà¤à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "विनà¥à¤¯à¤¾à¤¸ फाà¤à¤² %s सहà¥à¤à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "%s à¤à¥ लिठà¤à¥à¤ विनà¥à¤¯à¤¾à¤¸ फाà¤à¤² नहà¥à¤"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "%s à¤à¥ लिठविनà¥à¤¯à¤¾à¤¸ हà¤à¤¾ नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr "मà¥à¤² à¤à¤¾à¤¤à¥ uuid à¤à¥ साथ à¤à¥à¤ पà¥à¤² नहà¥à¤"
@@ -4020,17 +4524,17 @@ msgstr "मà¥à¤² à¤à¤¾à¤¤à¥ uuid à¤à¥ साथ à¤à¥à¤ पà¥à¤² नह
msgid "no pool with matching name"
msgstr "मà¥à¤² à¤à¤¾à¤¤à¥ नाम à¤à¥ साथ à¤à¥à¤ पà¥à¤² नहà¥à¤"
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ पà¥à¤² पहलॠसॠमà¥à¤à¥à¤¦"
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr "मà¥à¤² à¤à¤¾à¤¤à¥ uuid à¤à¥ साथ à¤à¥à¤ à¤à¤à¤¡à¤¾à¤°à¤£ पà¥à¤² नहà¥à¤"
@@ -4038,61 +4542,61 @@ msgstr "मà¥à¤² à¤à¤¾à¤¤à¥ uuid à¤à¥ साथ à¤à¥à¤ à¤à¤à¤¡à¤¾à¤°
msgid "pool is still active"
msgstr "पà¥à¤² à¤
à¤à¥ à¤à¥ सà¤à¥à¤°à¤¿à¤¯ हà¥"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr "पà¥à¤² पहलॠसॠसà¤à¥à¤°à¤¿à¤¯"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ पà¥à¤² पहलॠसॠसà¤à¥à¤°à¤¿à¤¯"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ पà¥à¤² सà¤à¥à¤°à¤¿à¤¯ नहà¥à¤ हà¥"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ पà¥à¤² à¤
à¤à¥ à¤à¥ सà¤à¥à¤°à¤¿à¤¯"
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr "पà¥à¤² à¤à¤¯à¤¤à¤¨ विलà¥à¤ªà¤¨ à¤à¤¾ समरà¥à¤¥à¤¨ नहà¥à¤ à¤à¤°à¤¤à¤¾ हà¥"
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "पà¥à¤² à¤à¥ पास à¤à¥à¤ विनà¥à¤¯à¤¾à¤¸ फाà¤à¤² नहà¥à¤ हà¥"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr "मà¥à¤² à¤à¤¾à¤¤à¥ नाम à¤à¥ साथ à¤à¥à¤ à¤à¤à¤¡à¤¾à¤°à¤£ à¤à¤¯à¤¤à¤¨ नहà¥à¤"
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr "मà¥à¤² à¤à¤¾à¤¤à¥ à¤à¥à¤à¤à¥ à¤à¥ साथ à¤à¥à¤ à¤à¤à¤¡à¤¾à¤°à¤£ à¤à¤¯à¤¤à¤¨ नहà¥à¤"
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr "मà¥à¤² à¤à¤¾à¤¤à¥ पथ à¤à¥ साथ à¤à¥à¤ à¤à¤à¤¡à¤¾à¤°à¤£ à¤à¤¯à¤¤à¤¨ नहà¥à¤"
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ à¤à¤¯à¤¤à¤¨ पहलॠसॠमà¥à¤à¥à¤¦ हà¥"
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ पà¥à¤² à¤à¤¯à¤¤à¤¨ निरà¥à¤®à¤¾à¤£ à¤à¤¾ समरà¥à¤¥à¤¨ नहà¥à¤ à¤à¤°à¤¤à¤¾ हà¥"
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ पà¥à¤² à¤à¤¯à¤¤à¤¨ विलà¥à¤ªà¤¨ à¤à¤¾ समरà¥à¤¥à¤¨ नहà¥à¤ à¤à¤°à¤¤à¤¾ हà¥"
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "दिन à¤à¤¾ समय लॠरहा हà¥"
@@ -4149,157 +4653,157 @@ msgstr "नà¥à¤¡ डà¥à¤®à¥à¤¨ सà¥à¤à¥"
msgid "resolving domain filename"
msgstr "डà¥à¤®à¥à¤¨ फाà¤à¤²à¤¨à¤¾à¤® हल à¤à¤° रहा हà¥"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "नà¥à¤¡ डà¥à¤®à¥à¤¨ सà¥à¤à¥"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "सà¤à¤à¤¾à¤² फाà¤à¤²à¤¨à¤¾à¤® हल à¤à¤° रहा हà¥"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "नà¥à¤¡ डà¥à¤®à¥à¤¨ सà¥à¤à¥"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "डà¥à¤®à¥à¤¨ फाà¤à¤²à¤¨à¤¾à¤® हल à¤à¤° रहा हà¥"
# done by Ravi
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: पाथ दà¥à¤à¤¿à¤¯à¥ या फिर à¤à¤¸à¥à¤¤à¥à¤®à¤¾à¤² à¤à¤°à¥à¤ test:///default"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "फाà¤à¤² '%s' बà¤à¤¦ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥: %s"
# done by Ravi
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "डà¥à¤®à¥à¤¨ नहॠमिला"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "डà¥à¤®à¥à¤¨ नहà¥à¤ à¤à¤² रहा हà¥"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "मà¥à¤à¤¾à¤¡à¥à¤à¤¾ à¤à¥ लिठसà¥à¤¥à¤¾à¤¨ à¤à¤¬à¤à¤à¤¿à¤¤ à¤à¤° रहा हà¥"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "à¤à¤ फाà¤à¤² मà¥à¤ डà¥à¤®à¥à¤¨ सà¥à¤¥à¤¿à¤¤à¤¿ सहà¥à¤à¥à¤"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "à¤à¤ फाà¤à¤² मà¥à¤ डà¥à¤®à¥à¤¨ सà¥à¤¥à¤¿à¤¤à¤¿ सहà¥à¤à¥à¤"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "डà¥à¤®à¥à¤¨ à¤à¤¿à¤¤à¥à¤° नहà¥à¤ पढ़ सà¤à¤¤à¤¾ हà¥"
-#: src/test.c:1295
+#: src/test.c:1292
#, fuzzy, c-format
msgid "incomplete save header in '%s'"
msgstr "à¤
पà¥à¤°à¥à¤£ सहà¥à¤ हà¥à¤¡à¤°"
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr "बà¥à¤®à¥à¤² हà¥à¤¡à¤° à¤à¤¾à¤¦à¥"
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "मà¥à¤à¤¾à¤¡à¥à¤à¤¾ लà¤à¤¬à¤¾à¤ पढ़नॠमà¥à¤ विफल"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr "मà¥à¤à¤¾à¤¡à¥à¤à¤¾ à¤à¥ लà¤à¤¬à¤¾à¤ परिसर सॠबाहर"
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "à¤
पà¥à¤°à¥à¤£ मà¥à¤à¤¾à¤¡à¥à¤à¤¾"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "डà¥à¤®à¥à¤¨ %s à¤à¥ %s मà¥à¤ डà¤à¤ª à¤à¤¿à¤¯à¤¾ à¤à¤¯à¤¾\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "%s: लà¥à¤ फाà¤à¤² लिà¤à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "डà¥à¤®à¥à¤¨ %s à¤à¥ %s मà¥à¤ डà¤à¤ª à¤à¤¿à¤¯à¤¾ à¤à¤¯à¤¾\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr "à¤à¤ªà¤²à¤¬à¥à¤§ सà¥à¤² सॠपरिसर à¤
धिà¤"
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "डà¥à¤®à¥à¤¨ पहलॠसॠà¤à¤² रहा हà¥"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "डà¥à¤®à¥à¤¨ à¤
à¤à¥ à¤à¥ à¤à¤² रहा हà¥"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "सà¤à¤à¤¾à¤² à¤
à¤à¥ à¤à¥ à¤à¤² रहा हà¥"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "सà¤à¤à¤¾à¤² पहलॠसॠà¤à¤² रहा हà¥"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ पà¥à¤² पहलॠसॠसà¤à¥à¤°à¤¿à¤¯"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ पà¥à¤² सà¤à¥à¤°à¤¿à¤¯ नहà¥à¤ हà¥"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "मà¥à¤² à¤à¤¾à¤¤à¥ नाम à¤à¥ साथ à¤à¥à¤ à¤à¤à¤¡à¤¾à¤°à¤£ à¤à¤¯à¤¤à¤¨ नहà¥à¤"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "मà¥à¤² à¤à¤¾à¤¤à¥ à¤à¥à¤à¤à¥ à¤à¥ साथ à¤à¥à¤ à¤à¤à¤¡à¤¾à¤°à¤£ à¤à¤¯à¤¤à¤¨ नहà¥à¤"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "मà¥à¤² à¤à¤¾à¤¤à¥ पथ à¤à¥ साथ à¤à¥à¤ à¤à¤à¤¡à¤¾à¤°à¤£ à¤à¤¯à¤¤à¤¨ नहà¥à¤"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4314,156 +4818,161 @@ msgstr "à¤à¤¾à¤° यà¥à¤à¥à¤¤à¤¿ à¤à¥ लिठसà¥à¤¥à¤¾à¤¨ à¤à¤¬à¤
msgid "unsupported chr device type %d"
msgstr "à¤
समरà¥à¤¥à¤¿à¤¤ à¤à¤¨à¤ªà¥à¤ यà¥à¤à¥à¤¤à¤¿ पà¥à¤°à¤à¤¾à¤° %s"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "close-on-exec फाà¤à¤² विवरणà¤à¤°à¥à¤¤à¤¾ फà¥à¤²à¥à¤ सà¥à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "बà¥à¤°à¤¿à¤ समरà¥à¤¥à¤¨ à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "%s निरà¥à¤¦à¥à¤¶à¤¿à¤à¤¾ बनानॠमà¥à¤ विफल : %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "qemudStartup: सà¥à¤®à¥à¤¤à¤¿ à¤à¤®"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "लà¥à¤ फाà¤à¤² %s बनानॠमà¥à¤ विफल: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "%s à¤à¥à¤² नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "सतà¥à¤° नहà¥à¤ पा सà¤à¤¤à¤¾ हà¥"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "फाà¤à¤² मà¥à¤¡ '%s' सà¥à¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥: %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "पढ़ %s नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "निरà¥à¤¦à¥à¤¶à¤¿à¤à¤¾ %s नहà¥à¤ पढ़ सà¤à¤¤à¤¾ हà¥: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "QEMU दà¥à¤µà¤¿à¤ªà¤¦à¥à¤¯ %s नहà¥à¤ पा सà¤à¤¤à¤¾ हà¥: %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "à¤à¤®à¤¾à¤à¤¡ à¤à¥ लिठपà¥à¤°à¤¤à¥à¤à¥à¤·à¤¾ à¤à¤°à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ pid पाया, damn"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "पढ़ %s नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "सà¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ मिà¤à¤¾ नहà¥à¤ सà¤à¤¤à¤¾ हà¥"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "पढ़ %s नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "फाà¤à¤² '%s' बà¤à¤¦ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥: %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "पाà¤à¤ª नहà¥à¤ बना सà¤à¤¤à¤¾ हà¥: %s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "पाà¤à¤ª बनानॠमà¥à¤ विफल: %s"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "सà¤à¤¤à¤¤à¤¿ पà¥à¤°à¤à¥à¤°à¤¿à¤¯à¤¾ à¤à¥ बाà¤à¤ नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "फाà¤à¤² '%s' à¤
नलिà¤à¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥: %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "यà¥à¤à¥à¤¤à¤¿ हà¥à¤¡à¤° %s साफ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "à¤à¤à¥à¤¸à¥à¤à¤¾à¤°à¥à¤ निरà¥à¤¦à¥à¤¶à¤¿à¤à¤¾ %s नहà¥à¤ बना सà¤à¤¤à¤¾ हà¥: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "strdup हà¥à¤¸à¥à¤à¤¨à¥à¤® मà¥à¤ विफल: %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "strdup हà¥à¤¸à¥à¤à¤¨à¥à¤® मà¥à¤ विफल: %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "strdup हà¥à¤¸à¥à¤à¤¨à¥à¤® मà¥à¤ विफल: %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "फाà¤à¤² '%s' फà¥à¤²à¤¾ नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "पठन तà¥à¤°à¥à¤à¤¿: %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
# done by Ravi
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "uid '%d' à¤à¥ लिठà¤à¤ªà¤¯à¥à¤à¥à¤¤à¤¾ रिà¤à¤¾à¤°à¥à¤¡ ढà¥à¤à¤¢à¤¼à¤¨à¥ मà¥à¤ विफल: %s"
@@ -4473,19 +4982,25 @@ msgstr "uid '%d' à¤à¥ लिठà¤à¤ªà¤¯à¥à¤à¥à¤¤à¤¾ रिà¤à¤¾à¤°à¥à¤¡
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr "pseudorandom UUID मà¥à¤ वापस à¤à¤¾ रहा हà¥, à¤à¥à¤°à¤®à¤¹à¥à¤¨ बाà¤à¤ बनानॠमà¥à¤ विफल: %s"
-#: src/virsh.c:334
+# done by Ravi
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "à¤
à¤à¥à¤à¤¾à¤¤ तà¥à¤°à¥à¤à¤¿"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "à¤à¤ªà¤¾à¤ मदद"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "वà¥à¤¶à¥à¤µà¤¿à¤ मदद या à¤à¤®à¤¾à¤à¤¡ विशà¥à¤· मदद à¤à¤¾à¤ªà¥à¤"
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "à¤à¤®à¤¾à¤à¤¡ à¤à¤¾ नाम"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4493,617 +5008,629 @@ msgstr ""
"à¤à¤®à¤¾à¤à¤¡:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "à¤à¤ डà¥à¤®à¥à¤¨ सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤ à¤à¤°à¥à¤"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "बà¥à¤ पर सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤ हà¥à¤¨à¥ à¤à¥ लियॠà¤à¤ डà¥à¤®à¥à¤¨ विनà¥à¤¯à¤¸à¥à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "डà¥à¤®à¥à¤¨ नाम, id या uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤à¤¨ निषà¥à¤à¥à¤°à¤¿à¤¯ à¤à¤°à¥à¤"
# done by Ravi
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "%s डà¥à¤®à¥à¤¨ à¤à¤¾ सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤à¤¨ à¤à¤¿à¤¹à¥à¤¨ लà¤à¤¾à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "%s डà¥à¤®à¥à¤¨ à¤à¤¾ सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤à¤¨ à¤à¤¿à¤¹à¥à¤¨ हà¤à¤¾à¤¨à¥ मà¥à¤ विफल "
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "%s डà¥à¤®à¥à¤¨ à¤à¤¾ सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤à¤¨ à¤à¤¿à¤¹à¥à¤¨ लठà¤à¤¯à¤¾\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr ""
"%s डà¥à¤®à¥à¤¨ à¤à¤¾ सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤à¤¨ à¤à¤¿à¤¹à¥à¤¨ हठà¤à¤¯à¤¾ \n"
"\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "हाà¤à¤ªà¤°à¤µà¤¿à¤à¤° सॠफिर à¤à¥à¤¡à¤¼à¥à¤"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr "सà¥à¤¥à¤¾à¤¨à¥à¤¯ हाà¤à¤ªà¤°à¤µà¤¿à¤à¤° सॠà¤à¥à¤¡à¤¼à¥à¤. यह शà¥à¤² à¤à¥ à¤à¤°à¤à¤ हà¥à¤¨à¥ पर à¤
à¤à¤¤à¤°à¥à¤¨à¤¿à¤®à¤¿à¤¤ à¤à¤®à¤¾à¤à¤¡ हà¥."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "हाà¤à¤ªà¤°à¤µà¤¿à¤à¤° सà¤à¤¬à¤à¤§à¤¨ URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "सिरà¥à¤« पठन à¤à¥ लियॠसà¤à¤¬à¤à¤§à¤¨"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "हाà¤à¤ªà¤°à¤µà¤¿à¤à¤° सॠविसà¤à¤¬à¤à¤§à¤¿à¤¤ हà¥à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "हाà¤à¤ªà¤°à¤µà¤¿à¤à¤° सॠà¤à¥à¤¡à¤¼à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "à¤
तिथि à¤à¤à¤¸à¥à¤² मà¥à¤ à¤à¥à¤¡à¤¼à¥à¤"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "à¤
तिथि à¤à¥ लियॠà¤à¤à¤¾à¤¸à¥ à¤à¥à¤°à¤®à¤¿à¤ à¤à¤à¤¸à¥à¤² सॠà¤à¥à¤¡à¤¼à¥à¤"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "डà¥à¤®à¥à¤¨ à¤à¥ लियॠà¤à¥à¤ à¤à¤à¤¸à¥à¤² à¤à¤ªà¤²à¤¬à¥à¤§ नहà¥à¤\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "à¤à¤¸ पà¥à¤²à¥à¤à¤«à¥à¤°à¥à¤® पर à¤à¤à¤¸à¥à¤² लाà¤à¥ नहà¥à¤"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "डà¥à¤®à¥à¤¨ à¤à¥ सà¥à¤à¥ दà¥à¤"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "डà¥à¤®à¥à¤¨ à¤à¥ सà¥à¤à¥ दà¥à¤¤à¤¾ हà¥."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "निषà¥à¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ à¤
नà¥à¤¸à¥à¤à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "निषà¥à¤à¥à¤°à¤¿à¤¯ व सà¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ à¤
नà¥à¤¸à¥à¤à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "à¤à¤ सà¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ à¤à¥ à¤
नà¥à¤¸à¥à¤à¤¨ मà¥à¤ विफल"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ à¤à¥ à¤
नà¥à¤¸à¥à¤à¤¨ मà¥à¤ विफल"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "नाम"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "सà¥à¤¥à¤¿à¤¤à¤¿"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "à¤à¥à¤ सà¥à¤¥à¤¿à¤¤à¤¿ नहà¥à¤"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "डà¥à¤®à¥à¤¨ सà¥à¤¥à¤¿à¤¤à¤¿"
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr "डà¥à¤®à¥à¤¨ à¤à¥ बारॠमà¥à¤ सà¥à¤¥à¤¿à¤¤à¤¿ दà¥à¤¤à¤¾ हà¥."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "डà¥à¤®à¥à¤¨ à¤à¥ लिठयà¥à¤à¥à¤¤à¤¿ बà¥à¤²à¥à¤ सà¥à¤¥à¤¿à¤¤à¤¿ पाया"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "à¤à¤¾à¤°à¥à¤¯à¤¶à¥à¤² डà¥à¤®à¥à¤¨ à¤à¥ बारॠमà¥à¤ यà¥à¤à¥à¤¤à¤¿ बà¥à¤²à¥à¤ सà¥à¤¥à¤¿à¤¤à¤¿ पाà¤à¤"
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "बà¥à¤²à¥à¤ यà¥à¤à¥à¤¤à¤¿"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "%s %s बà¥à¤²à¥à¤ सà¥à¤¥à¤¿à¤¤à¤¿ पानॠमà¥à¤ विफल"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "डà¥à¤®à¥à¤¨ à¤à¥ लिठसà¤à¤à¤¾à¤² à¤
à¤à¤¤à¤°à¤«à¤²à¤ सà¥à¤¥à¤¿à¤¤à¤¿ पाà¤à¤"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "à¤à¤¾à¤°à¥à¤¯à¤¶à¥à¤² डà¥à¤®à¥à¤¨ à¤à¥ लिठसà¤à¤à¤¾à¤² à¤
à¤à¤¤à¤°à¤«à¤²à¤ सà¥à¤¥à¤¿à¤¤à¤¿ पाà¤à¤"
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "à¤
à¤à¤¤à¤°à¤«à¤²à¤ यà¥à¤à¥à¤¤à¤¿"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "à¤
à¤à¤¤à¤°à¤«à¤²à¤ सà¥à¤¥à¤¿à¤¤à¤¿ %s %s पानॠमà¥à¤ विफल"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "à¤à¤ डà¥à¤®à¥à¤¨ सà¥à¤¥à¤à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "à¤à¤ à¤à¤¾à¤°à¥à¤¯à¤¶à¥à¤² डà¥à¤®à¥à¤¨ सà¥à¤¥à¤à¤¿à¤¤"
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "%s डà¥à¤®à¥à¤¨ सà¥à¤¥à¤à¤¿à¤¤ हà¥à¤\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "%s डà¥à¤®à¥à¤¨ सà¥à¤¥à¤à¤® मà¥à¤ विफल"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "à¤à¤ XML फाà¤à¤² à¤à¥ लियॠडà¥à¤®à¥à¤¨ बनायà¥à¤"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "à¤à¤ डà¥à¤®à¥à¤¨ बनायà¥à¤"
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "XML डà¥à¤®à¥à¤¨ विवरण समाहित à¤à¤°à¤¤à¤¾ फाà¤à¤²"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "%s डà¥à¤®à¥à¤¨ à¤à¥ %s बनाया à¤à¤¯à¤¾\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "%s सॠडà¥à¤®à¥à¤¨ निरà¥à¤®à¤¾à¤£ मà¥à¤ विफल"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "à¤à¤ डà¥à¤®à¥à¤¨ परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¥à¤ (लà¥à¤à¤¿à¤¨ à¤à¤°à¤à¤ मत à¤à¤°à¥à¤) à¤à¤ XML फाà¤à¤² सà¥"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "à¤à¤ डà¥à¤®à¥à¤¨ परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "डà¥à¤®à¥à¤¨ %s %s सॠपरिà¤à¤¾à¤·à¤¿à¤¤\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "डà¥à¤®à¥à¤¨ à¤à¥ %s सॠपरिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ à¤
परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ à¤à¥ लियॠविनà¥à¤¯à¤¾à¤¸ à¤
परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "डà¥à¤®à¥à¤¨ नाम या uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "डà¥à¤®à¥à¤¨ %s à¤
परिà¤à¤¾à¤·à¤¿à¤¤ हà¥\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "à¤
परिà¤à¤¾à¤·à¤¿à¤¤ डà¥à¤®à¥à¤¨ %s मà¥à¤ विफल"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ (पहलॠसॠपरिà¤à¤¾à¤·à¤¿à¤¤) à¤à¤°à¤à¤ à¤à¤°à¥à¤"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "à¤à¤ डà¥à¤®à¥à¤¨ à¤à¤°à¤à¤ à¤à¤°à¥à¤"
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ à¤à¤¾ नाम"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "डà¥à¤®à¥à¤¨ पहलॠसॠसà¤à¥à¤°à¤¿à¤¯"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "डà¥à¤®à¥à¤¨ %s फिर à¤à¤°à¤à¤ à¤à¤¿à¤¯à¤¾\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "%s डà¥à¤®à¥à¤¨ à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "à¤à¤ फाà¤à¤² मà¥à¤ डà¥à¤®à¥à¤¨ सà¥à¤¥à¤¿à¤¤à¤¿ सहà¥à¤à¥à¤"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "à¤à¤ à¤à¤¾à¤°à¥à¤¯à¤¶à¥à¤² डà¥à¤®à¥à¤¨ सहà¥à¤à¥à¤"
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "à¤à¤¹à¤¾à¤ à¤à¤à¤à¤¡à¤¼à¤¾ सहà¥à¤à¤¾ à¤à¤¾à¤¨à¤¾ हà¥"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "डà¥à¤®à¥à¤¨ %s %s मà¥à¤ सहà¥à¤à¤¾ à¤à¤¯à¤¾\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "डà¥à¤®à¥à¤¨ %s à¤à¥ %s मà¥à¤ सहà¥à¤à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "à¤
नà¥à¤¸à¥à¤à¤ पà¥à¤°à¤¾à¤®à¥à¤à¤° दिà¤à¤¾à¤à¤/सà¥à¤ à¤à¤°à¥à¤"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "à¤
नà¥à¤¸à¥à¤à¤ पà¥à¤°à¤¾à¤®à¥à¤à¤°à¥à¤ à¤à¥ दिà¤à¤¾à¤à¤/सà¥à¤ à¤à¤°à¥à¤"
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "मान सà¤à¤à¤¾à¤à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "XEN_CREDIT à¤à¥ लिठà¤à¤¾à¤°"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "XEN_CREDIT à¤à¥ लिठà¤à¥à¤ª"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "à¤à¤¾à¤° à¤à¤¾ à¤
वà¥à¤§ मान"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "à¤à¥à¤ª à¤à¤¾ à¤
वà¥à¤§ मान"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "à¤à¥à¤ª à¤à¤¾ à¤
वà¥à¤§ मान"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "नियà¥à¤à¤"
# done by Ravi
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "à¤à¤ फाà¤à¤² मà¥à¤ सहà¥à¤à¥ सà¥à¤¥à¤¿à¤¤à¤¿ मà¥à¤ à¤à¤ डà¥à¤®à¥à¤¨ फिर à¤à¤à¤¡à¤¾à¤°à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "à¤à¤ डà¥à¤®à¥à¤¨ फिर à¤à¤à¤¡à¤¾à¤°à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "पà¥à¤¨à¤°à¥à¤à¤à¤¡à¤¾à¤°à¤¿à¤¤ à¤à¤°à¤¨à¥ à¤à¥ सà¥à¤¥à¤¿à¤¤à¤¿"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "%s सॠडà¥à¤®à¥à¤¨ फिर पà¥à¤¨à¤°à¥à¤à¤à¤¡à¤¾à¤°à¤¿à¤¤\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "%s सॠडà¥à¤®à¥à¤¨ फिर à¤à¤¾à¤® à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "विशà¥à¤²à¥à¤·à¤£ à¤à¥ लियॠफाà¤à¤² मà¥à¤ à¤à¤ डà¥à¤®à¥à¤¨ à¤à¤¾ à¤à¥à¤° डà¤à¤ª à¤à¤°à¥à¤"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "à¤à¤ डà¥à¤®à¥à¤¨ à¤à¤¾ à¤à¥à¤° डà¤à¤ª"
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "à¤à¥à¤° à¤à¥ à¤à¤¹à¤¾à¤ डà¤à¤ª à¤à¤¿à¤¯à¤¾ à¤à¤¾à¤¨à¤¾ हà¥"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "डà¥à¤®à¥à¤¨ %s à¤à¥ %s मà¥à¤ डà¤à¤ª à¤à¤¿à¤¯à¤¾ à¤à¤¯à¤¾\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "डà¥à¤®à¥à¤¨ %s à¤à¥ %s मà¥à¤ à¤à¥à¤° डà¤à¤ª à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "à¤à¤ डà¥à¤®à¥à¤¨ बहाल à¤à¤°à¥à¤"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "पहलॠसॠसà¥à¤¥à¤à¤¿à¤¤ डà¥à¤®à¥à¤¨ बहाल à¤à¤°à¥"
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "डà¥à¤®à¥à¤¨ %s बहाल à¤à¤°à¥à¤\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "%s डà¥à¤®à¥à¤¨ फिर बहाल à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "à¤à¤ डà¥à¤®à¥à¤¨ à¤à¤¦à¤¾à¤¹à¤°à¤¤à¤¾ पà¥à¤°à¥à¤µà¤ बà¤à¤¦ à¤à¤°à¥à¤"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "लà¤à¥à¤·à¥à¤¯ डà¥à¤®à¥à¤¨ मà¥à¤ बà¤à¤¦ à¤à¤°à¥à¤ à¤à¤²à¤¾à¤¯à¥à¤"
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "डà¥à¤®à¥à¤¨ %s बà¤à¤¦ हॠरहा हà¥\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "%s डà¥à¤®à¥à¤¨ बà¤à¤¦ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "à¤à¤ डà¥à¤®à¥à¤¨ रिबà¥à¤ à¤à¤°à¥à¤"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "à¤à¤ लà¤à¥à¤·à¥à¤¯ डà¥à¤®à¥à¤¨ मà¥à¤ à¤à¤ फिर बà¥à¤ à¤à¤°à¥à¤ à¤à¤®à¤¾à¤à¤¡ à¤à¤²à¤¾à¤¯à¥à¤"
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "%s डà¥à¤®à¥à¤¨ à¤à¥ फिर रिबà¥à¤ à¤à¤¿à¤¯à¤¾ à¤à¤¾ रहा हà¥\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "%s डà¥à¤®à¥à¤¨ रिबà¥à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "à¤à¤ डà¥à¤®à¥à¤¨ à¤à¤¤à¥à¤® à¤à¤°à¥à¤"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "दियॠडà¥à¤®à¥à¤¨ à¤à¥ à¤à¤¤à¥à¤® à¤à¤°à¥à¤"
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "डà¥à¤®à¥à¤¨ %s तà¥à¤¡à¤¼à¤¾ à¤à¤¯à¤¾\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "%s डà¥à¤®à¥à¤¨ तà¥à¤¡à¤¼à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "डà¥à¤®à¥à¤¨ सà¥à¤à¤¨à¤¾"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "डà¥à¤®à¥à¤¨ à¤à¥ बारॠमà¥à¤ मà¥à¤²à¤¿à¤ सà¥à¤à¤¨à¤¾ दà¥à¤¤à¤¾ हà¥"
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "नाम:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS पà¥à¤°à¤à¤¾à¤°:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "सà¥à¤¥à¤¿à¤¤à¤¿:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU:"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU समय:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "à¤
धिà¤à¤¤à¤® सà¥à¤®à¥à¤¤à¤¿:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "à¤à¥à¤ सà¥à¤®à¤¾ नहà¥à¤"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "पà¥à¤°à¤¯à¥à¤à¥à¤¤ सà¥à¤®à¥à¤¤à¤¿:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
msgid "Autostart:"
msgstr "सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤ à¤à¤°à¥à¤:"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr "सà¤à¥à¤°à¤¿à¤¯ à¤à¤°à¥à¤"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr "निषà¥à¤à¥à¤°à¤¿à¤¯ à¤à¤°à¥à¤"
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "NUMA मà¥à¤à¥à¤¤ सà¥à¤®à¥à¤¤à¤¿"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "NUMA सà¥à¤² à¤à¥ लिठपà¥à¤°à¤¦à¤°à¥à¤¶à¤¨ à¤à¤ªà¤²à¤¬à¥à¤§ मà¥à¤à¥à¤¤ सà¥à¤®à¥à¤¤à¤¿."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "NUMA सà¥à¤² सà¤à¤à¥à¤¯à¤¾"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "à¤à¥à¤²à¤¯à¥à¤"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "डà¥à¤®à¥à¤¨ vcpu सà¥à¤à¤¨à¤¾"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "डà¥à¤®à¥à¤¨ वरà¥à¤à¥à¤
ल सà¥à¤ªà¥à¤¯à¥ à¤à¥ बारॠमà¥à¤ मà¥à¤²à¤¿à¤ सà¥à¤à¤¨à¤¾ दà¥à¤¤à¤¾ हॠ"
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU à¤à¥à¤¡à¤¼à¤¾à¤µ:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "डà¥à¤®à¥à¤¨ बà¤à¤¦, à¤à¤à¤¾à¤¸à¥ CPU मà¥à¤à¥à¤¦ नहà¥à¤."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "à¤à¤à¤à¥à¤°à¥à¤² डà¥à¤®à¥à¤¨ vcpu à¤à¥à¤¡à¤¼à¤¾à¤µ"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "पिन डà¥à¤®à¥à¤¨ VCPU à¤à¥ à¤à¥à¤¤à¤¿à¤ CPU मà¥à¤à¤¬à¤¾à¤¨à¤¿à¤¤ à¤à¤°à¤¨à¥ मà¥à¤."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu सà¤à¤à¥à¤¯à¤¾"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "मà¥à¤à¤¬à¤¾à¤¨ cpu सà¤à¤à¥à¤¯à¤¾ (à¤à¥à¤®à¤¾ सॠà¤
लà¤)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr "vcpupin: à¤
वà¥à¤§ या à¤à¥à¤® vCPU सà¤à¤à¥à¤¯à¤¾."
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr "vcpupin: à¤à¥à¤® cpulist"
-#: src/virsh.c:1765
+#: src/virsh.c:1814
msgid "vcpupin: failed to get domain informations."
msgstr "vcpupin: डà¥à¤®à¥à¤¨ सà¥à¤à¤¨à¤¾ पानॠमà¥à¤ विफल."
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin: à¤
वà¥à¤§ vCPU सà¤à¤à¥à¤¯à¤¾."
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: à¤
वà¥à¤§ पà¥à¤°à¤¾à¤°à¥à¤ª. à¤à¤¾à¤²à¥ सà¥à¤à¥à¤°à¤¿à¤à¤."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr "cpulist: %s: à¤
वà¥à¤§ पà¥à¤°à¤¾à¤°à¥à¤ª. %d ('%c' à¤à¥ नà¤à¤¦à¥à¤) सà¥à¤¥à¤¿à¤¤à¤¿ पर à¤
à¤à¤ पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5111,1349 +5638,1407 @@ msgid ""
msgstr ""
"cpulist: %s: à¤
वà¥à¤§ पà¥à¤°à¤¾à¤°à¥à¤ª. %d सà¥à¤¥à¤¿à¤¤à¤¿ (near '%c') पर à¤
à¤à¤ या à¤à¥à¤®à¤¾ à¤à¥ à¤à¤¶à¤¾ à¤à¤° रहा हà¥."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: à¤
वà¥à¤§ पà¥à¤°à¤¾à¤°à¥à¤ª. सà¥à¤¥à¤¿à¤¤à¤¿ %d पर à¤à¥à¤®à¤¾ पà¥à¤à¥ हà¥."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "à¤à¥à¤¤à¤¿à¤ CPU %d मà¥à¤à¥à¤¦ नहà¥à¤ हà¥."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "वरà¥à¤à¥à¤
ल सà¥à¤ªà¥à¤¯à¥ à¤à¥ सà¤à¤à¥à¤¯à¤¾ बदलà¥à¤"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "à¤à¤à¤¾à¤¸à¥ CPU à¤à¥ सà¤à¤à¥à¤¯à¤¾ à¤
तिथि डà¥à¤®à¥à¤¨ मà¥à¤ बदलà¥à¤."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "वरà¥à¤à¥à¤
ल CPU à¤à¥ सà¤à¤à¥à¤¯à¤¾"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "वरà¥à¤à¥à¤
ल CPU à¤à¥ à¤
वà¥à¤§ सà¤à¤à¥à¤¯à¤¾"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "बहà¥à¤¤à¥à¤à¥ वरà¥à¤à¥à¤
ल CPU"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "सà¥à¤®à¥à¤¤à¤¿ सà¤à¤à¤¾à¤à¤¨ बदलà¥à¤"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "à¤
तिथि डà¥à¤®à¥à¤¨ मà¥à¤ मà¥à¤à¥à¤¦à¤¾ सà¥à¤®à¥à¤¤à¤¿ सà¤à¤à¤¾à¤à¤¨ बदलà¥à¤"
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "सà¥à¤®à¥à¤¤à¤¿ à¤à¥ à¤à¤¿à¤²à¥à¤¬à¤¾à¤à¤ à¤à¥ सà¤à¤à¥à¤¯à¤¾"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "सà¥à¤®à¥à¤¤à¤¿ à¤à¤à¤¾à¤° à¤à¥ लियॠ%d à¤à¤¾ à¤
वà¥à¤§ मान"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "MaxMemorySize à¤à¤¾à¤à¤à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "à¤
धिà¤à¤¤à¤® सà¥à¤®à¥à¤¤à¤¿ सà¥à¤®à¤¾ बदलà¥à¤"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "à¤à¤ à¤
तिथि डà¥à¤®à¥à¤¨ मà¥à¤ à¤
धिà¤à¤®à¤¤ सà¥à¤®à¥à¤¤à¤¿ सà¤à¤à¤¾à¤à¤¨ बदलà¥à¤"
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "à¤à¤¿à¤²à¥à¤¬à¤¾à¤à¤ मà¥à¤ à¤
धिà¤à¤¤à¤® सà¥à¤®à¥à¤¤à¤¿ सà¥à¤®à¤¾"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "मà¥à¤à¥à¤¦à¤¾ MemorySize à¤à¤¾à¤à¤à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "मà¥à¤à¥à¤¦à¤¾ MemorySize सिà¤à¥à¤¡à¤¼à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "MaxMemorySize बदलनॠमà¥à¤ à¤
समरà¥à¤¥"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "नà¥à¤¡ सà¥à¤à¤¨à¤¾"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "नà¥à¤¡ à¤à¥ बारॠमà¥à¤ मà¥à¤²à¤¿à¤ सà¥à¤à¤¨à¤¾ दà¥à¤¤à¤¾ हà¥"
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "नà¥à¤¡ सà¥à¤à¤¨à¤¾ पानॠमà¥à¤ विफल"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU मà¥à¤¡à¤²:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU à¤à¤µà¥à¤¤à¤¿:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU सà¥à¤à¥à¤:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "पà¥à¤°à¤¤à¤¿ सà¥à¤à¥à¤ à¤à¥à¤°:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "पà¥à¤°à¤¤à¤¿ à¤à¥à¤° थà¥à¤°à¥à¤¡:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA सà¥à¤²:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "सà¥à¤®à¥à¤¤à¤¿ à¤à¤à¤¾à¤°:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "à¤à¥à¤·à¤®à¤¤à¤¾"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "हाà¤à¤ªà¤°à¤µà¤¿à¤à¤°à¤ª/डà¥à¤°à¤¾à¤à¤µà¤° à¤à¥ à¤à¥à¤·à¤®à¤¤à¤¾ à¤à¥ लà¥à¤à¤¾ रहा हà¥."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "à¤à¥à¤·à¤®à¤¤à¤¾ पानॠमà¥à¤ विफल"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "XML मà¥à¤ डà¥à¤®à¥à¤¨ सà¥à¤à¤¨à¤¾"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "à¤à¤ XML डà¤à¤ª à¤à¥ stdout मà¥à¤ डà¥à¤®à¥à¤¨ सà¥à¤à¤¨à¤¾ à¤à¤à¤à¤ªà¥à¤ दà¥à¤."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "निषà¥à¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ नहà¥à¤"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "à¤à¤ डà¥à¤®à¥à¤¨ id या UUID à¤à¥ डà¥à¤®à¥à¤¨ नाम मà¥à¤ बदलà¥à¤"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "डà¥à¤®à¥à¤¨ id या uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "डà¥à¤®à¥à¤¨ नाम या UUID à¤à¥ डà¥à¤®à¥à¤¨ id मà¥à¤ बदलà¥"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "डà¥à¤®à¥à¤¨ नाम या id à¤à¥ डà¥à¤®à¥à¤¨ UUID मà¥à¤ बदलà¥"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "डà¥à¤®à¥à¤¨ id या नाम"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "डà¥à¤®à¥à¤¨ UUID पानॠमà¥à¤ विफल"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "डà¥à¤®à¥à¤¨ दà¥à¤¸à¤°à¥ हà¥à¤¸à¥à¤ मà¥à¤ à¤à¤¤à¥à¤ªà¥à¤°à¤µà¤¾à¤¸à¤¿à¤¤ à¤à¤° रहा हà¥"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr "डà¥à¤®à¥à¤¨ दà¥à¤¸à¤°à¥ हà¥à¤¸à¥à¤ मà¥à¤ à¤à¤¤à¥à¤ªà¥à¤°à¤µà¤¾à¤¸à¤¿à¤¤ à¤à¤° रहा हà¥. लाà¤à¤µ à¤à¤¤à¥à¤ªà¥à¤°à¤µà¤¾à¤¸ à¤à¥ लिठ--live à¤à¥à¤¡à¤¼à¥à¤."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "à¤à¥à¤µà¤à¤¤ à¤à¤¤à¥à¤ªà¥à¤°à¤µà¤¾à¤¸à¤¨"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "à¤à¤à¤¤à¤µà¥à¤¯ मà¥à¤à¤¬à¤¾à¤¨ à¤à¤¾ à¤à¤¨à¥à¤à¥à¤¶à¤¨ URI"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "à¤à¤¤à¥à¤ªà¥à¤°à¤µà¤¾à¤¸à¤¨ URI, पà¥à¤°à¤¾à¤¯à¤ मिà¤à¤¾à¤¯à¤¾ à¤à¤¾ सà¤à¤¤à¤¾ हà¥"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "à¤à¤¤à¥à¤ªà¥à¤°à¤µà¤¾à¤¸à¤¿à¤¤ à¤à¤°à¥à¤: à¤
नà¥à¤ªà¤¸à¥à¤¥à¤¿à¤¤ desturi"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "सà¤à¤à¤¾à¤² सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤ à¤à¤°à¥à¤"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "बà¥à¤ पर सà¤à¤à¤¾à¤² सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ à¤à¥ लियॠविनà¥à¤¯à¤¸à¥à¤¤ à¤à¤°à¥à¤."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "सà¤à¤à¤¾à¤² नाम या uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "%s सà¤à¤à¤¾à¤² à¤à¥ सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤à¤¨ à¤à¤¿à¤¹à¥à¤¨à¤¿à¤¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "%s सà¤à¤à¤¾à¤² à¤à¥ सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤à¤¨ à¤
à¤à¤¿à¤¹à¥à¤¨à¤¿à¤¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "सà¤à¤à¤¾à¤² %s सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤à¤¨ à¤à¥ रà¥à¤ª मà¥à¤ à¤à¤¿à¤¹à¥à¤¨à¤¿à¤¤\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "सà¤à¤à¤¾à¤² %s सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤à¤¨ à¤à¥ रà¥à¤ª मà¥à¤ à¤
à¤à¤¿à¤¹à¥à¤¨à¤¿à¤¤\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "à¤à¤ XML फाà¤à¤² à¤à¥ लियॠसà¤à¤à¤¾à¤² बनायà¥à¤"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "à¤à¤ सà¤à¤à¤¾à¤² बनायà¥à¤"
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "à¤à¤ XML सà¤à¤à¤¾à¤² विवरण समाहित à¤à¤°à¤¤à¤¾ फाà¤à¤²"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "%s सà¤à¤à¤¾à¤² à¤à¥ %s बनाया à¤à¤¯à¤¾\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "%s सॠसà¤à¤à¤¾à¤² निरà¥à¤®à¤¾à¤£ मà¥à¤ विफल"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "à¤à¤ सà¤à¤à¤¾à¤² परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¥à¤ (लà¥à¤à¤¿à¤¨ à¤à¤°à¤à¤ मत à¤à¤°à¥à¤) à¤à¤ XML फाà¤à¤² सà¥"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "à¤à¤ सà¤à¤à¤¾à¤² परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "सà¤à¤à¤¾à¤² %s %s सॠपरिà¤à¤¾à¤·à¤¿à¤¤\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "सà¤à¤à¤¾à¤² à¤à¥ %s सॠपरिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "à¤à¤ सà¤à¤à¤¾à¤² à¤à¤¤à¥à¤® à¤à¤°à¥à¤"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "दियॠसà¤à¤à¤¾à¤² à¤à¥ à¤à¤¤à¥à¤® à¤à¤°à¥à¤"
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "सà¤à¤à¤¾à¤² नाम, id या uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "सà¤à¤à¤¾à¤² %s तà¥à¤¡à¤¼à¤¾ à¤à¤¯à¤¾\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "%s सà¤à¤à¤¾à¤² तà¥à¤¡à¤¼à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "XML मà¥à¤ सà¤à¤à¤¾à¤² सà¥à¤à¤¨à¤¾"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "stdout मà¥à¤ à¤à¤ XML डà¤à¤ª à¤à¥ रà¥à¤ª मà¥à¤ सà¤à¤à¤¾à¤² सà¥à¤à¤¨à¤¾ à¤à¤¾ à¤à¤à¤à¤ªà¥à¤ दà¥à¤."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "सà¤à¤à¤¾à¤² सà¥à¤à¥ दà¥à¤"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "सà¤à¤à¤¾à¤² à¤à¥ सà¥à¤à¥ दà¥à¤¤à¤¾ हà¥"
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "निषà¥à¤à¥à¤°à¤¿à¤¯ सà¤à¤à¤¾à¤² सà¥à¤à¥à¤¬à¤¦à¥à¤§ à¤à¤°à¥à¤"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "निषà¥à¤à¥à¤°à¤¿à¤¯ व सà¤à¥à¤°à¤¿à¤¯ सà¤à¤à¤¾à¤² à¤
नà¥à¤¸à¥à¤à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "à¤à¤ सà¤à¥à¤°à¤¿à¤¯ सà¤à¤à¤¾à¤² à¤à¥ सà¥à¤à¥à¤à¤°à¤£ मà¥à¤ विफल"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ सà¤à¤à¤¾à¤² à¤à¥ सà¥à¤à¥à¤à¤°à¤£ मà¥à¤ विफल"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤ à¤à¤°à¥à¤"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "à¤à¥à¤ सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤ नहà¥à¤"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "सà¤à¥à¤°à¤¿à¤¯"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "निषà¥à¤à¥à¤°à¤¿à¤¯"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "à¤à¤ सà¤à¤à¤¾à¤² UUID à¤à¥ सà¤à¤à¤¾à¤² नाम मà¥à¤ बदलà¥à¤"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "सà¤à¤à¤¾à¤² uuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ सà¤à¤à¤¾à¤² (पहलॠसॠपरिà¤à¤¾à¤·à¤¿à¤¤) à¤à¤°à¤à¤ à¤à¤°à¥à¤"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "à¤à¤ सà¤à¤à¤¾à¤² à¤à¤°à¤à¤ à¤à¤°à¥à¤"
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ सà¤à¤à¤¾à¤² à¤à¤¾ नाम"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "सà¤à¤à¤¾à¤² %s फिर à¤à¤°à¤à¤ à¤à¤¿à¤¯à¤¾\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "%s सà¤à¤à¤¾à¤² à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ सà¤à¤à¤¾à¤² à¤
परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ सà¤à¤à¤¾à¤² à¤à¥ लियॠविनà¥à¤¯à¤¾à¤¸ à¤
परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "सà¤à¤à¤¾à¤² %s à¤
परिà¤à¤¾à¤·à¤¿à¤¤ हà¥\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "à¤
परिà¤à¤¾à¤·à¤¿à¤¤ सà¤à¤à¤¾à¤² %s मà¥à¤ विफल"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "सà¤à¤à¤¾à¤² नाम à¤à¥ सà¤à¤à¤¾à¤² UUID मà¥à¤ बदलà¥"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "सà¤à¤à¤¾à¤² नाम"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "सà¤à¤à¤¾à¤² UUID पानॠमà¥à¤ विफल"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
msgid "autostart a pool"
msgstr "à¤à¤¿à¤¸à¥ पà¥à¤² à¤à¥ सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤ à¤à¤°à¥à¤"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr "बà¥à¤ पर सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤ हà¥à¤¨à¥ à¤à¥ लियॠà¤à¤ पà¥à¤² विनà¥à¤¯à¤¸à¥à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr "पà¥à¤² नाम या uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "पà¥à¤² %s à¤à¥ à¤à¤à¥à¤¸à¥à¤à¤¾à¤°à¥à¤ à¤à¤¿à¤¹à¥à¤¨à¤¿à¤¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "%s पà¥à¤² à¤à¥ सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤à¤¨ à¤
à¤à¤¿à¤¹à¥à¤¨à¤¿à¤¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "%s पà¥à¤² à¤à¤¾ सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤à¤¨ à¤à¤¿à¤¹à¥à¤¨ लठà¤à¤¯à¤¾\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "%s पà¥à¤² à¤à¤¾ सà¥à¤µà¤¤à¤ à¤à¤°à¤à¤à¤¨ à¤à¤¿à¤¹à¥à¤¨ हठà¤à¤¯à¤¾ \n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr "à¤à¤ XML फाà¤à¤² à¤à¥ लियॠपà¥à¤² बनाà¤à¤"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr "à¤à¤ पà¥à¤² बनायà¥à¤."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr "XML पà¥à¤² विवरण समाहित à¤à¤°à¤¤à¤¾ फाà¤à¤²"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, c-format
msgid "Pool %s created from %s\n"
msgstr "%s पà¥à¤² à¤à¥ %s सॠबनाया à¤à¤¯à¤¾\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr "%s सॠपà¥à¤² निरà¥à¤®à¤¾à¤£ मà¥à¤ विफल"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr "पà¥à¤² à¤à¤¾ नाम"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr "पà¥à¤² à¤à¤¾ पà¥à¤°à¤à¤¾à¤°"
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr "à¤
à¤à¤¤à¤à¤¸à¥à¤¥à¤¿à¤¤ à¤à¤à¤¡à¤¾à¤° à¤à¥ लिठसà¥à¤°à¥à¤¤ हà¥à¤¸à¥à¤"
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr "à¤
à¤à¤¤à¤à¤¸à¥à¤¥à¤¿à¤¤ पथ à¤à¥ लिठसà¥à¤°à¥à¤¤ हà¥à¤¸à¥à¤"
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr "à¤
à¤à¤¤à¤à¤¸à¥à¤¥à¤¿à¤¤ यà¥à¤à¥à¤¤à¤¿ à¤à¥ लिठसà¥à¤°à¥à¤¤ हà¥à¤¸à¥à¤"
-#: src/virsh.c:2881
+#: src/virsh.c:2931
#, fuzzy
msgid "source name for underlying storage"
msgstr "à¤
à¤à¤¤à¤à¤¸à¥à¤¥à¤¿à¤¤ पथ à¤à¥ लिठसà¥à¤°à¥à¤¤ हà¥à¤¸à¥à¤"
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr "à¤
à¤à¤¤à¤à¤¸à¥à¤¥à¤¿à¤¤ à¤à¤à¤¡à¤¾à¤° à¤à¥ लिठलà¤à¥à¤·à¥à¤¯"
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
msgid "Failed to allocate XML buffer"
msgstr "XML बफर à¤à¤¬à¤à¤à¤¿à¤¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr "args à¤à¥ सà¥à¤ सॠपà¥à¤² बनाà¤à¤"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr "पà¥à¤² %s निरà¥à¤®à¤¿à¤¤\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr "%s पà¥à¤² बनानॠमà¥à¤ विफल"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr "à¤à¤ XML फाà¤à¤² सॠपà¥à¤² (लà¥à¤à¤¿à¤¨ à¤à¤°à¤à¤ मत à¤à¤°à¥à¤) परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr "à¤à¤ पà¥à¤² परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¥à¤."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "पà¥à¤² %s %s सॠपरिà¤à¤¾à¤·à¤¿à¤¤\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr "%s सॠपà¥à¤² परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr "args à¤à¥ सà¥à¤ सॠपà¥à¤² परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr "पà¥à¤² %s परिà¤à¤¾à¤·à¤¿à¤¤\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr "पà¥à¤² %s परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr "पà¥à¤² बनाà¤à¤"
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr "à¤à¤¿à¤¸à¥ दिठपà¥à¤² à¤à¥ बनाà¤à¤"
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "पà¥à¤² %s निरà¥à¤®à¤¿à¤¤\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, c-format
msgid "Failed to build pool %s"
msgstr "%s पà¥à¤² बनानॠमà¥à¤ विफल"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr "à¤à¤ पà¥à¤² à¤à¤¤à¥à¤® à¤à¤°à¥à¤"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr "दियॠपà¥à¤² à¤à¥ à¤à¤¤à¥à¤® à¤à¤°à¥à¤."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr "पà¥à¤² %s तà¥à¤¡à¤¼à¤¾ à¤à¤¯à¤¾\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, c-format
msgid "Failed to destroy pool %s"
msgstr "%s पà¥à¤² तà¥à¤¡à¤¼à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr "पà¥à¤² मिà¤à¤¾à¤à¤"
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr "दियॠपà¥à¤² à¤à¥ मिà¤à¤¾à¤à¤"
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr "पà¥à¤² %s मिà¤à¤¾à¤¯à¤¾ à¤à¤¯à¤¾\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, c-format
msgid "Failed to delete pool %s"
msgstr "%s पà¥à¤² मिà¤à¤¾à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr "पà¥à¤² ताà¤à¤¾ à¤à¤°à¥à¤"
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr "दिया पà¥à¤² ताà¤à¤¾ à¤à¤°à¥à¤."
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr "पà¥à¤² %s ताà¤à¤¾ à¤à¤¿à¤¯à¤¾ à¤à¤¯à¤¾\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr "%s पà¥à¤² ताà¤à¤¾ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr "XML मà¥à¤ पà¥à¤² सà¥à¤à¤¨à¤¾"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr "à¤à¤ XML डà¤à¤ª à¤à¥ stdout मà¥à¤ पà¥à¤² सà¥à¤à¤¨à¤¾ à¤à¤à¤à¤ªà¥à¤ दà¥à¤."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr "पà¥à¤² à¤à¥ सà¥à¤à¥ दà¥à¤"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
msgid "Returns list of pools."
msgstr "पà¥à¤² à¤à¥ वापसॠसà¥à¤à¥ दà¥à¤¤à¤¾ हà¥."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr "निषà¥à¤à¥à¤°à¤¿à¤¯ पà¥à¤² सà¥à¤à¥ दà¥à¤"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
msgid "list inactive & active pools"
msgstr "निषà¥à¤à¥à¤°à¤¿à¤¯ व सà¤à¥à¤°à¤¿à¤¯ पà¥à¤² à¤à¥ सà¥à¤à¥ दà¥à¤"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
msgid "Failed to list active pools"
msgstr "सà¤à¥à¤°à¤¿à¤¯ पà¥à¤² à¤à¥ सà¥à¤à¥ दà¥à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
msgid "Failed to list inactive pools"
msgstr "निषà¥à¤à¥à¤°à¤¿à¤¯ पà¥à¤² à¤à¥ सà¥à¤à¥ दà¥à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "%s मà¥à¤ à¤
वà¥à¤§ à¤à¤à¤¡à¤¾à¤°à¤£ पà¥à¤² सà¤à¤à¥à¤¤à¤"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "à¤à¤ à¤à¤à¤¡à¤¾à¤° पà¥à¤² पà¥à¤°à¤¾à¤ªà¥à¤¤"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "सà¥à¤®à¥à¤¤à¤¿ à¤à¥ बाहर"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "पà¥à¤² %s परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "à¤à¤ à¤à¤à¤¡à¤¾à¤° पà¥à¤² पà¥à¤°à¤¾à¤ªà¥à¤¤"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
msgid "storage pool information"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ पà¥à¤² सà¥à¤à¤¨à¤¾"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr "à¤à¤à¤¡à¤¾à¤° पà¥à¤² à¤à¥ बारॠमà¥à¤ मà¥à¤²à¤¿à¤ सà¥à¤à¤¨à¤¾ दà¥à¤¤à¤¾ हà¥."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr "तà¥à¤¯à¤¾à¤° à¤à¤° रहा हà¥"
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "à¤à¤¾à¤°à¥à¤¯à¤¶à¥à¤²"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr "पदावनत"
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr "à¤à¥à¤·à¤®à¤¤à¤¾:"
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr "सà¤à¤à¤¾à¤à¤¨:"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr "à¤à¤ªà¤²à¤¬à¥à¤§:"
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr "à¤à¤ पà¥à¤² UUID à¤à¥ पà¥à¤² नाम मà¥à¤ बदलà¥à¤"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr "पà¥à¤² uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ पà¥à¤² (पहलॠसॠपरिà¤à¤¾à¤·à¤¿à¤¤) à¤à¤°à¤à¤ à¤à¤°à¥à¤"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr "à¤à¤ पà¥à¤² à¤à¤°à¤à¤ à¤à¤°à¥à¤"
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ पà¥à¤² à¤à¤¾ नाम"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr "पà¥à¤² %s à¤à¤°à¤à¤ à¤à¤¿à¤¯à¤¾\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, c-format
msgid "Failed to start pool %s"
msgstr "%s पà¥à¤² à¤à¤°à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr "args à¤à¥ सà¥à¤ सॠà¤à¤¯à¤¤à¤¨ बनाà¤à¤"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr "à¤à¤ à¤à¤¯à¤¤à¤¨ बनायà¥à¤."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr "पà¥à¤² नाम"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr "à¤à¤¯à¤¤à¤¨ à¤à¤¾ नाम"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr "वà¥à¤à¤²à¥à¤ªà¤¿à¤ k,M,G,T पà¥à¤°à¤¤à¥à¤¯à¤¯ à¤à¥ साथ à¤à¤¯à¤¤à¤¨ à¤à¤¾ à¤à¤à¤¾à¤°"
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr "वà¥à¤à¤²à¥à¤ªà¤¿à¤ k,M,G,T पà¥à¤°à¤¤à¥à¤¯à¤¯ à¤à¥ साथ à¤à¤°à¤à¤à¤¿à¤ à¤à¤¬à¤à¤à¤¨ à¤à¤à¤¾à¤°"
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr "फाà¤à¤² पà¥à¤°à¤¾à¤°à¥à¤ª पà¥à¤°à¤à¤¾à¤° raw,bochs,qcow,qcow2,vmdk"
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr "विरà¥à¤ªà¤¿à¤¤ à¤à¤à¤¾à¤° %s"
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr "à¤à¤¯à¤¤à¤¨ %s निरà¥à¤®à¤¿à¤¤\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, c-format
msgid "Failed to create vol %s"
msgstr "à¤à¤¯à¤¤à¤¨ %s बनानॠमà¥à¤ विफल"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
msgid "undefine an inactive pool"
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ पà¥à¤² विपरिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
msgid "Undefine the configuration for an inactive pool."
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ पà¥à¤² à¤à¥ लियॠविनà¥à¤¯à¤¾à¤¸ विपरिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr "पà¥à¤² %s à¤
परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤¿à¤¯à¤¾ à¤à¤¯à¤¾ हà¥\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, c-format
msgid "Failed to undefine pool %s"
msgstr "पà¥à¤² %s à¤
परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
msgid "convert a pool name to pool UUID"
msgstr "पà¥à¤² नाम à¤à¥ पà¥à¤² UUID मà¥à¤ बदलà¥"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
msgid "failed to get pool UUID"
msgstr "पà¥à¤² UUID पानॠमà¥à¤ विफल"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
msgid "create a vol from an XML file"
msgstr "à¤à¤ XML फाà¤à¤² सॠà¤à¤¯à¤¤à¤¨ बनायà¥à¤"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
msgid "file containing an XML vol description"
msgstr "XML à¤à¤¯à¤¤à¤¨ विवरण समाहित à¤à¤°à¤¤à¤¾ फाà¤à¤²"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, c-format
msgid "Vol %s created from %s\n"
msgstr "%s à¤à¤¯à¤¤à¤¨ %s सॠबनाया à¤à¤¯à¤¾\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, c-format
msgid "Failed to create vol from %s"
msgstr "%s सॠà¤à¤¯à¤¤à¤¨ निरà¥à¤®à¤¾à¤£ मà¥à¤ विफल"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr "à¤à¤ à¤à¤¯à¤¤à¤¨ मिà¤à¤¾à¤à¤"
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr "दियॠà¤à¤¯à¤¤à¤¨ à¤à¥ मिà¤à¤¾à¤à¤."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr "à¤à¤¯à¤¤à¤¨ नाम, à¤à¥à¤à¤à¥ या पथ"
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr "à¤à¤¯à¤¤à¤¨ %s मिà¤à¤¾à¤¯à¤¾ à¤à¤¯à¤¾\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, c-format
msgid "Failed to delete vol %s"
msgstr "%s à¤à¤¯à¤¤à¤¨ मिà¤à¤¾à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
msgid "storage vol information"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ à¤à¤¯à¤¤à¤¨ सà¥à¤à¤¨à¤¾"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ à¤à¤¯à¤¤à¤¨ à¤à¥ बारॠमà¥à¤ मà¥à¤²à¤¿à¤ सà¥à¤à¤¨à¤¾ दà¥à¤¤à¤¾ हà¥"
-#: src/virsh.c:4004
+#: src/virsh.c:4064
msgid "Type:"
msgstr "पà¥à¤°à¤à¤¾à¤°:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr "फाà¤à¤²"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr "बà¥à¤²à¥à¤"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
msgid "vol information in XML"
msgstr "XML मà¥à¤ à¤à¤¯à¤¤à¤¨ सà¥à¤à¤¨à¤¾"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
msgid "Output the vol information as an XML dump to stdout."
msgstr "à¤à¤ XML डà¤à¤ª à¤à¥ stdout मà¥à¤ à¤à¤¯à¤¤à¤¨ सà¥à¤à¤¨à¤¾ à¤à¤à¤à¤ªà¥à¤ दà¥à¤."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
msgid "list vols"
msgstr "à¤à¤¯à¤¤à¤¨ à¤à¥ सà¥à¤à¥ दà¥à¤"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
msgid "Returns list of vols by pool."
msgstr "पà¥à¤² à¤à¥ à¤à¤§à¤¾à¤° पर सà¥à¤à¥ दà¥à¤¤à¤¾ हà¥."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
msgid "Failed to list active vols"
msgstr "à¤à¤ सà¤à¥à¤°à¤¿à¤¯ à¤à¤¯à¤¤à¤¨ à¤à¥ सà¥à¤à¥ दà¥à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr "पथ"
-#: src/virsh.c:4145
+#: src/virsh.c:4205
msgid "convert a vol UUID to vol name"
msgstr "à¤à¤ à¤à¤¯à¤¤à¤¨ UUID à¤à¥ à¤à¤¯à¤¤à¤¨ नाम मà¥à¤ बदलà¥à¤"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr "à¤à¤¯à¤¤à¤¨ à¤à¥à¤à¤à¥ या पथ"
-#: src/virsh.c:4178
+#: src/virsh.c:4238
msgid "convert a vol UUID to vol key"
msgstr "à¤à¤ à¤à¤¯à¤¤à¤¨ UUID à¤à¥ à¤à¤¯à¤¤à¤¨ à¤à¥à¤à¤à¥ बदलà¥à¤"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
msgid "vol uuid"
msgstr "à¤à¤¯à¤¤à¤¨ uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
msgid "convert a vol UUID to vol path"
msgstr "à¤à¤ à¤à¤¯à¤¤à¤¨ UUID à¤à¥ à¤à¤¯à¤¤à¤¨ पथ मà¥à¤ बदलà¥à¤"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr "à¤à¤¯à¤¤à¤¨ नाम या à¤à¥à¤à¤à¥"
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "सà¤à¤¸à¥à¤à¤°à¤£ दिà¤à¤¾à¤¯à¥à¤"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "सिसà¥à¤à¤® सà¤à¤¸à¥à¤à¤±à¤£ सà¥à¤à¤¨à¤¾ दिà¤à¤¾à¤¯à¥à¤"
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "हाà¤à¤ªà¤°à¤µà¤¿à¤à¤° पà¥à¤°à¤à¤¾à¤° पानॠमà¥à¤ विफल"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "लाà¤à¤¬à¥à¤°à¥à¤°à¥ à¤à¥ बरà¤à¥à¤¸ à¤à¤à¤ªà¤¾à¤à¤²: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "लाà¤à¤¬à¥à¤°à¥à¤°à¥ सà¤à¤¸à¥à¤à¤°à¤£ पानॠमà¥à¤ विफल"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "लाà¤à¤¬à¥à¤°à¥à¤°à¥ à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤° रहा हà¥: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "API à¤à¤¾ पà¥à¤°à¤¯à¥à¤ à¤à¤° रहा हà¥: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "हाà¤à¤ªà¤°à¤µà¤¿à¤à¤° सà¤à¤¸à¥à¤à¤±à¤£ पानॠमà¥à¤ विफल"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "à¤à¤à¤¦à¤® ठà¥à¤ %s हाà¤à¤ªà¤°à¤µà¤¿à¤à¤° सà¤à¤¸à¥à¤à¤°à¤£ à¤à¥à¤à¤ नहà¥à¤ सà¤à¤¤à¤¾\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "हाà¤à¤ªà¤°à¤µà¤¿à¤à¤° à¤à¤²à¤¾ रहा हà¥: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "NUMA à¤à¤¸ मà¥à¤à¤¬à¤¾à¤¨ पर समरà¥à¤¥à¤¿à¤¤ नहà¥à¤"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "à¤à¥à¤·à¤®à¤¤à¤¾"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "हाà¤à¤ªà¤°à¤µà¤¿à¤à¤° सॠà¤à¥à¤¡à¤¼à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ à¤à¥ à¤
नà¥à¤¸à¥à¤à¤¨ मà¥à¤ विफल"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "à¤à¤ XML डà¤à¤ª à¤à¥ stdout मà¥à¤ à¤à¤¯à¤¤à¤¨ सà¥à¤à¤¨à¤¾ à¤à¤à¤à¤ªà¥à¤ दà¥à¤."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "यà¥à¤à¥à¤¤à¤¿"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "नयॠडिसà¥à¤ यà¥à¤à¥à¤¤à¤¿ à¤à¥à¤¡à¤¼à¥à¤."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "डà¥à¤®à¥à¤¨ %s तà¥à¤¡à¤¼à¤¾ à¤à¤¯à¤¾\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "%s सॠयà¥à¤à¥à¤¤à¤¿ à¤
लठà¤à¤°à¤¨à¥ मà¥à¤ विफल"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "नयॠडिसà¥à¤ यà¥à¤à¥à¤¤à¤¿ à¤à¥à¤¡à¤¼à¥à¤."
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "%s सॠयà¥à¤à¥à¤¤à¤¿ à¤à¥à¤¡à¤¼à¤¨à¥ मà¥à¤ विफल"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "डिसà¥à¤ यà¥à¤à¥à¤¤à¤¿ à¤à¤¾ लà¤à¥à¤·à¥à¤¯"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "à¤à¤¾à¤°à¥à¤¯à¤¶à¥à¤² डà¥à¤®à¥à¤¨ à¤à¥ बारॠमà¥à¤ यà¥à¤à¥à¤¤à¤¿ बà¥à¤²à¥à¤ सà¥à¤¥à¤¿à¤¤à¤¿ पाà¤à¤"
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "डà¥à¤®à¥à¤¨ %s बहाल à¤à¤°à¥à¤\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "लà¥à¤ फाà¤à¤² %s बनानॠमà¥à¤ विफल: %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "हाà¤à¤ªà¤°à¤µà¤¿à¤à¤° हà¥à¤¸à¥à¤à¤¨à¥à¤® à¤à¤¾à¤ªà¥à¤"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "हà¥à¤¸à¥à¤à¤¨à¥à¤® पानॠमà¥à¤ विफल"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "हाà¤à¤ªà¤°à¤µà¤¿à¤à¤° à¤à¥à¤¨à¥à¤¨à¤¿à¤à¤² URI à¤à¤¾à¤ªà¥à¤"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "URI पानॠमà¥à¤ विफल"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc पà¥à¤°à¤¦à¤°à¥à¤¶à¤¨"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "VNC पà¥à¤°à¤¦à¤°à¥à¤¶à¤¨ à¤à¥ लियॠIP पता à¤à¤° पà¥à¤°à¥à¤ सà¤à¤à¥à¤¯à¤¾ à¤à¤¾ à¤à¤à¤à¤ªà¥à¤ दà¥à¤."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty à¤à¤à¤¸à¥à¤²"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "TTY à¤à¤à¤¸à¥à¤² à¤à¥ लिठयà¥à¤à¥à¤¤à¤¿ à¤à¤¾ à¤à¤à¤à¤ªà¥à¤ दà¥à¤."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "XML फाà¤à¤² सॠयà¥à¤à¥à¤¤à¤¿ à¤à¥à¤¡à¤¼à¥à¤"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "XML सॠयà¥à¤à¥à¤¤à¤¿ à¤à¥à¤¡à¤¼à¥à¤ <file>."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML फाà¤à¤²"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr "attach-device: à¤à¥à¤® <file> विà¤à¤²à¥à¤ª"
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "%s सॠयà¥à¤à¥à¤¤à¤¿ à¤à¥à¤¡à¤¼à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "à¤à¤ XML फाà¤à¤² सॠयà¥à¤à¥à¤¤à¤¿ à¤
लठà¤à¤°à¥à¤"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "à¤à¤ XML सॠयà¥à¤à¥à¤¤à¤¿ à¤
लठà¤à¤°à¥à¤ <file>"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr "detach-device: à¤à¥à¤® <file> विà¤à¤²à¥à¤ª"
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "%s सॠयà¥à¤à¥à¤¤à¤¿ à¤
लठà¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "सà¤à¤à¤¾à¤² à¤
à¤à¤¤à¤°à¤«à¤²à¤ à¤à¥à¤¡à¤¼à¥à¤"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "नया सà¤à¤à¤¾à¤² à¤
à¤à¤¤à¤°à¤«à¤²à¤ à¤à¥à¤¡à¤¼à¥à¤."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "सà¤à¤à¤¾à¤² à¤
à¤à¤¤à¤°à¤«à¤²à¤ पà¥à¤°à¤à¤¾à¤°"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "सà¤à¤à¤¾à¤² à¤
à¤à¤¤à¤°à¤«à¤²à¤ à¤à¤¾ शà¥à¤°à¥à¤¤"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "लà¤à¥à¤·à¥à¤¯ सà¤à¤à¤¾à¤² नाम"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
msgid "MAC address"
msgstr "MAC पता"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "सà¤à¤à¤¾à¤² à¤
à¤à¤¤à¤°à¤«à¤²à¤ बà¥à¤°à¤¿à¤ à¤à¤°à¤¨à¥ मà¥à¤ पà¥à¤°à¤¯à¥à¤à¥à¤¤à¤¿ सà¥à¤à¥à¤°à¤¿à¤ªà¥à¤"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "%s à¤à¥à¤ समरà¥à¤¥à¤¨ 'attach-interface' à¤à¤®à¤¾à¤à¤¡ मà¥à¤ नहà¥à¤"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "सà¤à¤à¤¾à¤² à¤
à¤à¤¤à¤°à¤«à¤²à¤ à¤
लठà¤à¤°à¥à¤"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "सà¤à¤à¤¾à¤² à¤
à¤à¤¤à¤°à¤«à¤²à¤ à¤
लठà¤à¤°à¥à¤."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "à¤
à¤à¤¤à¤°à¤«à¤²à¤ सà¥à¤à¤¨à¤¾ पानॠमà¥à¤ विफल"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "à¤à¥à¤ à¤
à¤à¤¤à¤°à¤«à¤²à¤ नहà¥à¤ मिला à¤à¤¿à¤¸à¤à¤¾ पà¥à¤°à¤à¤¾à¤° %s हà¥"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "à¤à¥à¤ à¤
à¤à¤¤à¤°à¤«à¤²à¤ नहà¥à¤ मिला à¤à¤¿à¤¸à¤à¤¾ MAC पता %s हà¥"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "सà¥à¤®à¥à¤¤à¤¿ सà¤à¤à¤¾à¤à¤¿à¤¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "XML बनानॠमà¥à¤ विफल"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "डिसà¥à¤ यà¥à¤à¥à¤¤à¤¿ à¤à¥à¤¡à¤¼à¥à¤"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "नयॠडिसà¥à¤ यà¥à¤à¥à¤¤à¤¿ à¤à¥à¤¡à¤¼à¥à¤."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "डिसà¥à¤ यà¥à¤à¥à¤¤à¤¿ à¤à¤¾ शà¥à¤°à¥à¤¤"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "डिसà¥à¤ यà¥à¤à¥à¤¤à¤¿ à¤à¤¾ लà¤à¥à¤·à¥à¤¯"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "डिसà¥à¤ यà¥à¤à¥à¤¤à¤¿ à¤à¤¾ डà¥à¤°à¤¾à¤à¤µà¤°"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "डिसà¥à¤ यà¥à¤à¥à¤¤à¤¿ à¤à¤¾ सबडà¥à¤°à¤¾à¤à¤µà¤°"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "लà¤à¥à¤·à¥à¤¯ यà¥à¤à¥à¤¤à¤¿ पà¥à¤°à¤à¤¾à¤°"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "यà¥à¤à¥à¤¤à¤¿ पठन या लà¥à¤à¤¨ à¤à¤¾ पà¥à¤°à¤à¤¾à¤°"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "à¤à¥à¤ समरà¥à¤¥à¤¨ %s 'attach-disk' à¤à¤®à¤¾à¤à¤¡ मà¥à¤"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "डिसà¥à¤ यà¥à¤à¥à¤¤à¤¿ à¤
लठà¤à¤°à¥à¤"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "डिसà¥à¤ यà¥à¤à¥à¤¤à¤¿ à¤
लठà¤à¤°à¥à¤."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "डिसà¥à¤ सà¥à¤à¤¨à¤¾ पानॠमà¥à¤ विफल"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "à¤à¥à¤ à¤à¥à¤à¤¾à¤¤ डिसà¥à¤ नहà¥à¤ à¤à¤¿à¤¸à¤à¤¾ लà¤à¥à¤·à¥à¤¯ %s हà¥"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "init सà¥à¤à¥à¤°à¤¿à¤à¤ à¤à¥ लिठसà¥à¤®à¥à¤¤à¤¿ फाà¤à¤² calloc à¤à¤°à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "%s: लà¥à¤ फाà¤à¤² लिà¤à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "%s: लà¥à¤ फाà¤à¤² लिà¤à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "%s: लà¥à¤ फाà¤à¤² लिà¤à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "निषà¥à¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ %s बनानॠमà¥à¤ विफल\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "lvs à¤à¤®à¤¾à¤à¤¡ विफल"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, fuzzy, c-format
msgid "%s: command exited with non-zero status"
msgstr "lvs à¤à¤®à¤¾à¤à¤¡ विफल exitstatus %d à¤à¥ साथ"
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: लà¥à¤ फाà¤à¤² लिà¤à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ à¤à¥ लियॠविनà¥à¤¯à¤¾à¤¸ à¤
परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ à¤à¥ लियॠविनà¥à¤¯à¤¾à¤¸ à¤
परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "विनà¥à¤¯à¤¾à¤¸ फाà¤à¤² पढ़नॠमà¥à¤ विफल"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ सà¤à¤à¤¾à¤² à¤à¥ लियॠविनà¥à¤¯à¤¾à¤¸ à¤
परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ सà¤à¤à¤¾à¤² à¤à¥ लियॠविनà¥à¤¯à¤¾à¤¸ à¤
परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ पà¥à¤² à¤à¥ लियॠविनà¥à¤¯à¤¾à¤¸ विपरिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "à¤à¤ निषà¥à¤à¥à¤°à¤¿à¤¯ पà¥à¤² à¤à¥ लियॠविनà¥à¤¯à¤¾à¤¸ विपरिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¥à¤"
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "à¤à¤¸ à¤
à¤à¤¤à¤à¤à¥à¤°à¤¿à¤¯à¤¾à¤¤à¥à¤®à¤ à¤à¤°à¥à¤®à¤¿à¤¨à¤² à¤à¥à¤¡à¤¼à¥à¤"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "à¤à¤®à¤¾à¤à¤¡ '%s' à¤à¥ लियॠ<%s> विà¤à¤²à¥à¤ª à¤à¤°à¥à¤°à¥"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "à¤à¤®à¤¾à¤à¤¡ '%s' à¤à¥ लियॠ--%s विà¤à¤²à¥à¤ª à¤à¤°à¥à¤°à¥"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "à¤à¤®à¤¾à¤à¤¡ '%s' मà¥à¤à¥à¤¦ नहà¥à¤ हà¥"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " नाम\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6461,17 +7046,17 @@ msgstr ""
"\n"
" साराà¤à¤¶\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6479,7 +7064,7 @@ msgstr ""
"\n"
" विवरण\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6487,58 +7072,58 @@ msgstr ""
"\n"
" विà¤à¤²à¥à¤ª\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "à¤
परिà¤à¤¾à¤·à¤¿à¤¤ डà¥à¤®à¥à¤¨ नाम या id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "'%s' डà¥à¤®à¥à¤¨ पानॠमà¥à¤ विफल"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "à¤
परिà¤à¤¾à¤·à¤¿à¤¤ सà¤à¤à¤¾à¤² नाम"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "'%s' सà¤à¤à¤¾à¤² पानॠमà¥à¤ विफल"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
msgid "undefined pool name"
msgstr "à¤
परिà¤à¤¾à¤·à¤¿à¤¤ पà¥à¤² नाम"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, c-format
msgid "failed to get pool '%s'"
msgstr "'%s' पà¥à¤² पानॠमà¥à¤ विफल"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
msgid "undefined vol name"
msgstr "à¤
परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤¯à¤¤à¤¨ नाम"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, c-format
msgid "failed to get vol '%s'"
msgstr "'%s' à¤à¤¯à¤¤à¤¨ पानॠमà¥à¤ विफल"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6549,129 +7134,129 @@ msgstr ""
"(समय: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "à¤à¥à¤® \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ à¤à¥à¤à¥à¤¨ (à¤à¤®à¤¾à¤à¤¡ नाम): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ à¤à¤®à¤¾à¤à¤¡: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "à¤à¤®à¤¾à¤à¤¡ '%s' विà¤à¤²à¥à¤ª à¤à¤¾ समरà¥à¤¥à¤¨ नहà¥à¤ à¤à¤°à¤¤à¤¾ हॠ--%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ वाà¤à¥à¤¯ रà¤à¤¨à¤¾: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "सà¤à¤à¥à¤¯à¤¾"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "सà¥à¤à¥à¤°à¤¿à¤à¤"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ à¤à¤à¤à¤¡à¤¼à¤¾ '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "विà¤à¤²à¥à¤ª"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "à¤à¤à¤à¤¡à¤¼à¤¾"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
#, fuzzy
msgid "idle"
msgstr "फाà¤à¤²"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "ठहराया à¤à¤¯à¤¾"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "बà¤à¤¦ सà¥à¤¥à¤¿à¤¤à¤¿ मà¥à¤"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "बà¤à¤¦ à¤à¤°à¥à¤"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "à¤à¥à¤°à¥à¤¶"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "à¤à¤«à¤²à¤¾à¤à¤¨"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "à¤à¥à¤ विधिठसà¤à¤¬à¤à¤§à¤¨ नहà¥à¤"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: तà¥à¤°à¥à¤à¤¿: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "तà¥à¤°à¥à¤à¤¿: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: %d बाà¤à¤ दà¥à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: %lu बाà¤à¤ à¤à¤¬à¤à¤à¤¨ मà¥à¤ विफल"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "हाà¤à¤ªà¤°à¤µà¤¿à¤à¤° मà¥à¤ à¤à¥à¤¡à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "लà¥à¤ फाà¤à¤² सà¥à¤à¤¨à¤¾ पानॠमà¥à¤ विफल"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "लà¥à¤ पथ फाà¤à¤² नहà¥à¤ हà¥"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "लà¥à¤ फाà¤à¤² पानॠमà¥à¤ विफल. लà¥à¤ फाà¤à¤² पथ à¤à¤¾à¤à¤à¥à¤"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "लà¥à¤ फाà¤à¤² लिà¤à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: लà¥à¤ फाà¤à¤² लिà¤à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
msgid "failed to disconnect from the hypervisor"
msgstr "हाà¤à¤ªà¤°à¤µà¤¿à¤à¤° सॠविसà¤à¤¬à¤à¤§à¤¿à¤¤ हà¥à¤¨à¥ मà¥à¤ विफल"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6704,7 +7289,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6714,17 +7299,17 @@ msgstr ""
" (à¤à¤®à¤¾à¤à¤¡ à¤à¥ बारॠमà¥à¤ विसà¥à¤¤à¤¾à¤° à¤à¥ लिठ<command> मदद निरà¥à¤¦à¤¿à¤·à¥à¤ à¤à¤°à¥à¤)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "à¤
समरà¥à¤¥à¤¿à¤¤ विà¤à¤²à¥à¤ª '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6733,7 +7318,7 @@ msgstr ""
"%s मà¥à¤ à¤à¤ªà¤à¤¾ सà¥à¤µà¤¾à¤à¤¤ हà¥, वरà¥à¤à¥à¤
लाà¤à¤à¥à¤¶à¤¨ à¤à¤¾ à¤
à¤à¤¤à¤à¤à¥à¤°à¤¿à¤¯à¤¾à¤¤à¥à¤®à¤ à¤à¤°à¥à¤®à¤¿à¤¨à¤².\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6744,478 +7329,493 @@ msgstr ""
"\n"
# done by Ravi
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ तà¥à¤°à¥à¤à¤¿"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "à¤à¥à¤¤à¤¾à¤µà¤¨à¥"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "तà¥à¤°à¥à¤à¤¿"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "à¤à¥à¤ तà¥à¤°à¥à¤à¤¿ सà¤à¤¦à¥à¤¶ नहà¥à¤ दिया à¤à¤¯à¤¾"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "à¤à¤à¤¤à¤°à¤¿à¤ तà¥à¤°à¥à¤à¤¿ %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "à¤à¤à¤¤à¤°à¤¿à¤ तà¥à¤°à¥à¤à¤¿"
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "सà¥à¤®à¥à¤¤à¤¿ à¤à¥ बाहर"
+
# done by Ravi
-#: src/virterror.c:670
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "यह पà¥à¤°à¤à¤¾à¤°à¥à¤¯ हाà¤à¤ªà¤°à¤µà¤¿à¤à¤° सॠसमरà¥à¤¥à¤¿à¤¤ नहॠहà¥"
# done by Ravi
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "यह पà¥à¤°à¤à¤¾à¤°à¥à¤¯ हाà¤à¤ªà¤°à¤µà¤¿à¤à¤°: %s सॠसमरà¥à¤¥à¤¿à¤¤ नहॠहà¥"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "हाà¤à¤ªà¤°à¤µà¤¿à¤à¤° सॠà¤à¥à¤¡à¤¼ नहà¥à¤ सà¤à¤¾"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "%s सॠà¤à¥à¤¡à¤¼ नहà¥à¤ सà¤à¤¾"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "à¤à¤¸à¤®à¥à¤ à¤
वà¥à¤§ सà¤à¤¬à¤à¤§à¤¨ सà¤à¤à¥à¤¤à¤"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "%s मà¥à¤ à¤
वà¥à¤§ सà¤à¤¬à¤à¤§à¤¨ सà¤à¤à¥à¤¤à¤"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "à¤à¤¸à¤®à¥à¤ à¤
वà¥à¤§ डà¥à¤®à¥à¤¨ सà¤à¤à¥à¤¤à¤"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "%s मà¥à¤ à¤
वà¥à¤§ डà¥à¤®à¥à¤¨ सà¤à¤à¥à¤¤à¤"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "à¤à¤¸à¤®à¥à¤ à¤
वà¥à¤§ तरà¥à¤"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "%s मà¥à¤ à¤
वà¥à¤§ तरà¥à¤"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "à¤à¤ªà¤°à¥à¤¶à¤¨ विफल: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "à¤à¤ªà¤°à¥à¤¶à¤¨ विफल"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET à¤à¤ªà¤°à¥à¤¶à¤¨ विफल: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET à¤à¤ªà¤°à¥à¤¶à¤¨ विफल"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST à¤à¤ªà¤°à¥à¤¶à¤¨ विफल: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "à¤à¤¤à¥à¤¤à¤° à¤à¤ªà¤°à¥à¤¶à¤¨ विफल"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ HTTP तà¥à¤°à¥à¤à¤¿ à¤à¥à¤¡ %d पाया"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ मà¥à¤à¤¬à¤¾à¤¨ %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ मà¥à¤à¤¬à¤¾à¤¨"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "S-Expr à¤à¥ सà¥à¤°à¤¿à¤¯à¤²à¤¾à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "S-Expr à¤à¥ सà¥à¤°à¤¿à¤¯à¤²à¤¾à¤à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "Xen हाà¤à¤ªà¤°à¤µà¤¿à¤à¤° पà¥à¤°à¤µà¤¿à¤·à¥à¤à¤¿ à¤à¤¾ पà¥à¤°à¤¯à¥à¤ नहà¥à¤ à¤à¤° सà¤à¤¾"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "Xen हाà¤à¤ªà¤°à¤µà¤¿à¤à¤° पà¥à¤°à¤µà¤¿à¤·à¥à¤à¤¿ %s à¤à¤¾ पà¥à¤°à¤¯à¥à¤ नहà¥à¤ à¤à¤° सà¤à¤¾"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "Xen à¤à¤à¤¡à¤¾à¤° मà¥à¤ à¤à¥à¤¡à¤¼ नहà¥à¤ à¤à¤¾ सà¤à¤¾"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "Xen à¤à¤à¤¡à¤¾à¤° %s मà¥à¤ à¤à¥à¤¡à¤¼ नहà¥à¤ à¤à¤¾ सà¤à¤¾"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "Xen syscall %s %d विफल"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ OS पà¥à¤°à¤à¤¾à¤°"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ OS पà¥à¤°à¤à¤¾à¤° %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "à¤à¥à¤® à¤à¤°à¥à¤¨à¥à¤² सà¥à¤à¤¨à¤¾"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "à¤à¥à¤® रà¥à¤ यà¥à¤à¥à¤¤à¤¿ सà¥à¤à¤¨à¤¾"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "%s मà¥à¤ à¤à¥à¤® रà¥à¤ यà¥à¤à¥à¤¤à¤¿ सà¥à¤à¤¨à¤¾"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "यà¥à¤à¥à¤¤à¤¿ à¤à¥ लियॠà¤à¥à¤® शà¥à¤°à¥à¤¤ सà¥à¤à¤¨à¤¾"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "%s यà¥à¤à¥à¤¤à¤¿ à¤à¥ लियॠà¤à¥à¤® शà¥à¤°à¥à¤¤ सà¥à¤à¤¨à¤¾"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "यà¥à¤à¥à¤¤à¤¿ à¤à¥ लियॠà¤à¥à¤® लà¤à¥à¤·à¥à¤¯ सà¥à¤à¤¨à¤¾"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "%s यà¥à¤à¥à¤¤à¤¿ à¤à¥ लियॠà¤à¥à¤® लà¤à¥à¤·à¥à¤¯ सà¥à¤à¤¨à¤¾"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "à¤à¥à¤® डà¥à¤®à¥à¤¨ नाम सà¥à¤à¤¨à¤¾"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "%s मॠà¤à¥à¤® डà¥à¤®à¥à¤¨ नाम सà¥à¤à¤¨à¤¾"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "à¤à¥à¤® à¤à¤ªà¤°à¥à¤à¤¿à¤à¤ सिसà¥à¤à¤® सà¥à¤à¤¨à¤¾"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "%s à¤à¥ लियॠà¤à¥à¤® à¤à¤ªà¤°à¥à¤à¤¿à¤à¤ सिसà¥à¤à¤® सà¥à¤à¤¨à¤¾"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "à¤à¥à¤® यà¥à¤à¥à¤¤à¤¿ सà¥à¤à¤¨à¤¾"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "%s à¤à¥ लियॠà¤à¥à¤® यà¥à¤à¥à¤¤à¤¿ सà¥à¤à¤¨à¤¾"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "à¤à¤ डà¥à¤°à¤¾à¤à¤µà¤° पà¤à¤à¥à¤à¥à¤¤ हà¥à¤"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "%s मà¥à¤ à¤à¤ डà¥à¤°à¤¾à¤à¤µà¤° पà¤à¤à¥à¤à¥à¤¤ हà¥à¤"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "लाà¤à¤¬à¥à¤°à¥à¤°à¥ à¤à¥à¤² विफल रहा, सà¤à¤à¤µà¤¤à¤ समरà¥à¤¥à¤¿à¤¤ नहà¥à¤"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "लाà¤à¤¬à¥à¤°à¥à¤°à¥ à¤à¥à¤² %s विफल रहा, सà¤à¤à¤µà¤¤à¤ समरà¥à¤¥à¤¿à¤¤ नहà¥à¤"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML विवरण सहॠसà¥à¤µà¤°à¥à¤ª मà¥à¤ नहà¥à¤ हॠया à¤
वà¥à¤§ हà¥"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML विवरण %s à¤à¥ लियॠà¤
à¤à¥à¤à¥ रà¥à¤ª मà¥à¤ नहà¥à¤ हॠया à¤
वà¥à¤§ हà¥"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "यह डà¥à¤®à¥à¤¨ पहलॠसॠमà¥à¤à¥à¤¦ हà¥"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "%s डà¥à¤®à¥à¤¨ पहलॠसॠमà¥à¤à¥à¤¦ हà¥"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "सिरà¥à¤« पठन à¤à¥ लियॠà¤
à¤à¤¿à¤à¤® हà¥à¤¤à¥ à¤à¤ªà¤°à¥à¤¶à¤¨ मना"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "सिरà¥à¤« पठन à¤à¥ लियॠà¤
à¤à¤¿à¤à¤® हà¥à¤¤à¥ à¤à¤ªà¤°à¥à¤¶à¤¨ %s मना"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "पढ़नॠà¤à¥ लियॠविनà¥à¤¯à¤¾à¤¸ à¤à¥à¤²à¤¨à¥ मà¥à¤ विफल"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "%s à¤à¥ पढ़नॠà¤à¥ लियॠà¤à¥à¤²à¤¨à¥ मà¥à¤ विफल"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "विनà¥à¤¯à¤¾à¤¸ फाà¤à¤² पढ़नॠमà¥à¤ विफल"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "%s विनà¥à¤¯à¤¾à¤¸ फाà¤à¤² पढ़नॠमà¥à¤ विफल"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "विनà¥à¤¯à¤¾à¤¸ फाà¤à¤² à¤à¥ विशà¥à¤²à¥à¤·à¤£ मà¥à¤ विफल"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "%s विनà¥à¤¯à¤¾à¤¸ फाà¤à¤² à¤à¥ विशà¥à¤²à¥à¤·à¤£ मà¥à¤ विफल"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "विनà¥à¤¯à¤¾à¤¸ फाà¤à¤² वाà¤à¥à¤¯ रà¤à¤¨à¤¾ तà¥à¤°à¥à¤à¤¿"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "फाà¤à¤² वाà¤à¥à¤¯ रà¤à¤¨à¤¾ तà¥à¤°à¥à¤à¤¿ विनà¥à¤¯à¤¸à¥à¤¤ à¤à¤° रहा हà¥: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "विनà¥à¤¯à¤¾à¤¸ फाà¤à¤² लिà¤à¤¨à¥ मà¥à¤ विफल"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "विनà¥à¤¯à¤¾à¤¸ फाà¤à¤² लिà¤à¤¨à¥ मà¥à¤ विफल: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "विशà¥à¤²à¥à¤·à¤ तà¥à¤°à¥à¤à¤¿"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "à¤à¤¸à¤®à¥à¤ à¤
वà¥à¤§ सà¤à¤à¤¾à¤² सà¤à¤à¥à¤¤à¤"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "%s मà¥à¤ à¤
वà¥à¤§ सà¤à¤à¤¾à¤² सà¤à¤à¥à¤¤à¤"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "यह सà¤à¤à¤¾à¤² पहलॠसॠमà¥à¤à¥à¤¦ हà¥"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "%s सà¤à¤à¤¾à¤² पहलॠसॠमà¥à¤à¥à¤¦ हà¥"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "सिसà¥à¤à¤® à¤à¤¹à¥à¤µà¤¾à¤¨ तà¥à¤°à¥à¤à¤¿"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC तà¥à¤°à¥à¤à¤¿"
# done by Ravi
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "GNUTLS à¤à¥à¤² तà¥à¤°à¥à¤à¤¿"
# done by Ravi
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "सà¤à¤à¤¾à¤² धà¥à¤à¤¡à¤¨à¥ मà¥à¤ विफल"
# done by Ravi
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "सà¤à¤à¤¾à¤² धà¥à¤à¤¡à¤¨à¥ मà¥à¤ विफल: %s"
# done by Ravi
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "डà¥à¤®à¥à¤¨ नहॠमिला"
# done by Ravi
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "डà¥à¤®à¥à¤¨ नहॠमिला: %s"
# done by Ravi
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "सà¤à¤à¤¾à¤² नहॠमिला"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "सà¤à¤à¤¾à¤² नहॠमिला: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
msgid "invalid MAC address"
msgstr "à¤
मानà¥à¤¯ MAC पता"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, c-format
msgid "invalid MAC address: %s"
msgstr "à¤
मानà¥à¤¯ MAC पता: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "सतà¥à¤¯à¤¾à¤ªà¤¨ विफल"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "सतà¥à¤¯à¤¾à¤ªà¤¨ विफल: %s"
# done by Ravi
-#: src/virterror.c:919
+#: src/virterror.c:955
msgid "Storage pool not found"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ पà¥à¤² नहà¥à¤ मिला"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, c-format
msgid "Storage pool not found: %s"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ पà¥à¤² नहà¥à¤ मिला: %s"
# done by Ravi
-#: src/virterror.c:925
+#: src/virterror.c:961
msgid "Storage volume not found"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ à¤à¤¯à¤¤à¤¨ नहà¥à¤ मिला"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, c-format
msgid "Storage volume not found: %s"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ à¤à¤¯à¤¤à¤¨ नहà¥à¤ मिला: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
msgid "invalid storage pool pointer in"
msgstr "à¤
वà¥à¤§ à¤à¤à¤¡à¤¾à¤°à¤£ पà¥à¤² सà¤à¤à¥à¤¤à¤ à¤à¤¸à¤®à¥à¤"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr "%s मà¥à¤ à¤
वà¥à¤§ à¤à¤à¤¡à¤¾à¤°à¤£ पà¥à¤² सà¤à¤à¥à¤¤à¤"
-#: src/virterror.c:937
+#: src/virterror.c:973
msgid "invalid storage volume pointer in"
msgstr "à¤à¤¸à¤®à¥à¤ à¤
वà¥à¤§ à¤à¤à¤¡à¤¾à¤°à¤£ à¤à¤¯à¤¤à¤¨ सà¤à¤à¥à¤¤à¤"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr "%s मà¥à¤ à¤
वà¥à¤§ à¤à¤à¤¡à¤¾à¤°à¤£ à¤à¤¯à¤¤à¤¨ सà¤à¤à¥à¤¤à¤"
# done by Ravi
-#: src/virterror.c:943
+#: src/virterror.c:979
msgid "Failed to find a storage driver"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ डà¥à¤°à¤¾à¤à¤µà¤° पानॠमà¥à¤ विफल"
# done by Ravi
-#: src/virterror.c:945
+#: src/virterror.c:981
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ डà¥à¤°à¤¾à¤à¤µà¤° पानॠमà¥à¤ विफल: %s"
# done by Ravi
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ डà¥à¤°à¤¾à¤à¤µà¤° पानॠमà¥à¤ विफल"
# done by Ravi
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ डà¥à¤°à¤¾à¤à¤µà¤° पानॠमà¥à¤ विफल: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "à¤à¤¸à¤®à¥à¤ à¤
वà¥à¤§ à¤à¤à¤¡à¤¾à¤°à¤£ à¤à¤¯à¤¤à¤¨ सà¤à¤à¥à¤¤à¤"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "%s मà¥à¤ à¤
वà¥à¤§ डà¥à¤®à¥à¤¨ सà¤à¤à¥à¤¤à¤"
# done by Ravi
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "यà¥à¤à¥à¤¤à¤¿ नहà¥à¤ मिला: %s (%s)"
# done by Ravi
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "यà¥à¤à¥à¤¤à¤¿ नहà¥à¤ मिला: %s (%s)"
-#: src/virterror.c:1026
+# done by Ravi
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ पà¥à¤² नहà¥à¤ मिला"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "à¤à¤à¤¡à¤¾à¤°à¤£ पà¥à¤² नहà¥à¤ मिला: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "तरà¥à¤ बफर बहà¥à¤¤ à¤à¥à¤à¤¾ हà¥"
@@ -7286,7 +7886,7 @@ msgstr "à¤à¥à¤°à¥à¤¡à¤¿à¤ नियà¥à¤à¤ à¤à¤¾à¤° पà¥à¤°à¤¾à¤®à¥à¤
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "à¤à¥à¤°à¥à¤¡à¤¿à¤ नियà¥à¤à¤ à¤à¥à¤ª पà¥à¤°à¤¾à¤®à¥à¤à¤° (%d) परिसर सॠबाहर हॠ(0-65535)"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "पढ़ %s नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
@@ -7339,7 +7939,7 @@ msgstr "डà¥à¤®à¥à¤¨ सà¥à¤à¤¨à¤¾ à¤à¤²à¤¤ domid साà¤à¤à¥à¤¯à¤¿à¤
msgid "domain information incomplete, missing uuid"
msgstr "डà¥à¤®à¥à¤¨ सà¥à¤à¤¨à¤¾ à¤
पà¥à¤°à¥à¤£, à¤à¥à¤® uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "डà¥à¤®à¥à¤¨ सà¥à¤à¤¨à¤¾ à¤
पà¥à¤°à¥à¤£, à¤à¥à¤® नाम"
@@ -7381,219 +7981,226 @@ msgstr "vbd फाà¤à¤²à¤¨à¤¾à¤® विशà¥à¤²à¥à¤·à¤¿à¤¤ नहà¥à¤ à¤
msgid "cannot parse vbd filename, missing driver type"
msgstr "vbd फाà¤à¤²à¤¨à¤¾à¤® विशà¥à¤²à¥à¤·à¤¿à¤¤ नहà¥à¤ à¤à¤° सà¤à¤¤à¤¾ हà¥, डà¥à¤°à¤¾à¤à¤µà¤° पà¥à¤°à¤à¤¾à¤° नहà¥à¤ मिल रहा हà¥"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "à¤
मानà¥à¤¯ MAC पता: %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डिà¤à¥à¤ नà¥à¤¡"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ सतà¥à¤¯à¤¾à¤ªà¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "डà¥à¤®à¥à¤¨ सà¥à¤à¤¨à¤¾ à¤
पà¥à¤°à¥à¤£, à¤à¥à¤® id"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "à¤
मानà¥à¤¯ MAC पता: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ OS पà¥à¤°à¤à¤¾à¤° %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "à¤à¥à¤ªà¥à¤²à¥à¤à¥ वाà¤à¥à¤¯ रà¤à¤¨à¤¾ तà¥à¤°à¥à¤à¤¿"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "Xend डà¥à¤®à¥à¤¨ सà¥à¤à¤¨à¤¾ विशà¥à¤²à¥à¤·à¤£ मà¥à¤ विफल"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "डà¥à¤®à¥à¤¨ नहà¥à¤ à¤à¤² रहा हà¥"
+
+#: src/xend_internal.c:3219
#, fuzzy
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr "xenDaemonDomainDumpXMLByName à¤à¤¸ डà¥à¤®à¥à¤¨ à¤à¥ पानॠमà¥à¤ विफल"
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "%s पà¥à¤² बनानॠमà¥à¤ विफल"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "à¤
समरà¥à¤¥à¤¿à¤¤ à¤à¤¨à¤ªà¥à¤ यà¥à¤à¥à¤¤à¤¿ पà¥à¤°à¤à¤¾à¤° %s"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr "xenDaemonGetAutostart à¤à¤¸ डà¥à¤®à¥à¤¨ à¤à¥ पानॠमà¥à¤ विफल"
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr "xenDaemonSetAutostart à¤à¤¸ डà¥à¤®à¥à¤¨ à¤à¥ पानॠमà¥à¤ विफल"
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
msgid "unexpected value from on_xend_start"
msgstr "on_xend_start सॠà¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ मान"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
msgid "no memory"
msgstr "à¤à¥à¤ सà¥à¤®à¥à¤¤à¤¿ नहà¥à¤"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
msgid "sexpr2string failed"
msgstr "sexpr2string विफल"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
msgid "Failed to redefine sexpr"
msgstr "sexpr फिर परिà¤à¤¾à¤·à¤¿à¤¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr "on_xend_start sexpr मà¥à¤ मà¥à¤à¥à¤¦ नहà¥à¤"
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "tty %s à¤à¥à¤²à¤¨à¥ मà¥à¤ विफल: %s\n"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
"xenDaemonDomainMigrate: Xen बà¤à¥ डà¥à¤®à¥à¤¨ à¤à¥ à¤à¤¤à¥à¤ªà¥à¤°à¤µà¤¾à¤¸à¤¨ à¤à¥ दà¥à¤°à¤¾à¤¨ समरà¥à¤¥à¤¨ नहà¥à¤ à¤à¤°à¤¤à¤¾ हà¥"
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
"xenDaemonDomainMigrate: Xen बà¥à¤à¤¡à¤µà¤¿à¤¡à¥à¤¥ सà¥à¤®à¤¾ à¤à¥ à¤à¤¤à¥à¤ªà¥à¤°à¤µà¤¾à¤¸à¤¨ à¤à¥ दà¥à¤°à¤¾à¤¨ समरà¥à¤¥à¤¨ नहà¥à¤ à¤à¤°à¤¤à¤¾ हà¥"
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr "xenDaemonDomainMigrate: à¤
समरà¥à¤¥à¤¿à¤¤ à¤à¤à¤¡à¤¾"
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr "xenDaemonDomainMigrate: à¤
वà¥à¤§ URI"
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
"xenDaemonDomainMigrate: सिरà¥à¤« xenmigr:// migrations à¤à¥ Xen à¤à¥ दà¥à¤µà¤¾à¤°à¤¾ समरà¥à¤¥à¤¿à¤¤ "
"à¤à¤¿à¤¯à¤¾ à¤à¤¾à¤¤à¤¾ हà¥"
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
"xenDaemonDomainMigrate: à¤à¤ हà¥à¤¸à¥à¤à¤¨à¥à¤® à¤à¥ à¤à¤°à¥à¤° URI मà¥à¤ à¤à¤°à¥à¤° निरà¥à¤¦à¤¿à¤·à¥à¤ à¤à¤¿à¤¯à¤¾ à¤à¤¾à¤¨à¤¾ à¤à¤¾à¤¹à¤¿à¤"
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "xenDaemonDomainMigrate: à¤
वà¥à¤§ पà¥à¤°à¥à¤ सà¤à¤à¥à¤¯à¤¾"
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
msgid "failed to parse domain description"
msgstr "डà¥à¤®à¥à¤¨ विवरण à¤à¥ विशà¥à¤²à¥à¤·à¤£ मà¥à¤ विफल"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "निषà¥à¤à¥à¤°à¤¿à¤¯ डà¥à¤®à¥à¤¨ %s बनानॠमà¥à¤ विफल\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr "xendConfigVersion < 4 मà¥à¤ à¤
समरà¥à¤¥à¤¿à¤¤"
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
msgid "node information incomplete, missing scheduler name"
msgstr "नà¥à¤¡ सà¥à¤à¤¨à¤¾ à¤
पà¥à¤°à¥à¤£, à¤à¥à¤® à¤
नà¥à¤¸à¥à¤à¤ नाम"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr "strdup विफल"
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ नियà¥à¤à¤"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
msgid "Failed to get a scheduler name"
msgstr "निà¤à¥à¤¯à¤ नाम पानॠमà¥à¤ विफल"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
msgid "domain information incomplete, missing cpu_weight"
msgstr "डà¥à¤®à¥à¤¨ सà¥à¤à¤¨à¤¾ à¤
पà¥à¤°à¥à¤£, à¤à¥à¤® cpu_weight"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
msgid "domain information incomplete, missing cpu_cap"
msgstr "डà¥à¤®à¥à¤¨ सà¥à¤à¤¨à¤¾ à¤
पà¥à¤°à¥à¤£, à¤à¥à¤® cpu_cap"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr "domainBlockPeek à¤à¥ dom0 à¤à¥ लिठसमरà¥à¤¥à¤¨ नहà¥à¤ दिया à¤à¤¾à¤¤à¤¾ हà¥"
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr "%s: à¤
वà¥à¤§ पथ"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "पढ़नॠà¤à¥ लिठà¤à¥à¤²à¤¨à¥ मà¥à¤ विफल: %s: %s"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "फाà¤à¤² सॠlseek पढ़नॠमà¥à¤ विफल: %s: %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डà¥à¤®à¥à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ mime पà¥à¤°à¤à¤¾à¤°"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "à¤
समरà¥à¤¥à¤¿à¤¤ à¤à¤à¤¡à¤¾à¤° à¤à¤¯à¤¤à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ मान नà¥à¤¡"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr "à¤à¥à¤ HVM डà¥à¤®à¥à¤¨ लà¥à¤¡à¤° नहà¥à¤"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "ai_socktype समरà¥à¤¥à¤¿à¤¤ नहà¥à¤"
@@ -7669,45 +8276,45 @@ msgstr "डà¥à¤®à¥à¤¨ à¤à¥ लिठविनà¥à¤¯à¤¾à¤¸ फाà¤à¤² प
msgid "unexpected lifecycle action %d"
msgstr "à¤
पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डिà¤à¥à¤ नà¥à¤¡"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr "डà¥à¤®à¥à¤¨ à¤à¥ लिठविनà¥à¤¯à¤¾à¤¸ फाà¤à¤²à¤¨à¤¾à¤® à¤
धिलिà¤à¤¿à¤¤ à¤à¤°à¤¨à¥ à¤à¥ लिठनहà¥à¤ पा सà¤à¤¤à¤¾ हà¥"
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr "डà¥à¤®à¥à¤¨ à¤à¥ लिठविनà¥à¤¯à¤¾à¤¸ पà¥à¤°à¤µà¤¿à¤·à¥à¤à¤¿ à¤
धिलिà¤à¤¿à¤¤ à¤à¤°à¤¨à¥ à¤à¥ लिठनहà¥à¤ पा सà¤à¤¤à¤¾ हà¥"
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
msgid "failed to remove old domain from config map"
msgstr "विनà¥à¤¯à¤¾à¤¸ मà¥à¤¨ सॠपà¥à¤°à¤¾à¤¨à¥ डà¥à¤®à¥à¤¨ à¤à¥ हà¤à¤¾à¤¨à¥ मà¥à¤ विफल"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr "विनà¥à¤¯à¤¾à¤¸ फाà¤à¤²à¤¨à¤¾à¤® बहà¥à¤¤ बड़ा हà¥"
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
msgid "unable to get current time"
msgstr "मà¥à¤à¥à¤¦à¤¾ नाम पानॠमà¥à¤ à¤
समरà¥à¤¥"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
msgid "unable to store config file handle"
msgstr "विनà¥à¤¯à¤¾à¤¸ फाà¤à¤² नियà¤à¤¤à¥à¤°à¤£ à¤à¤®à¤¾ à¤à¤°à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
msgid "unknown device"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ यà¥à¤à¥à¤¤à¤¿"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "लà¥à¤ फाà¤à¤² %s बनानॠमà¥à¤ विफल: %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "लà¥à¤ फाà¤à¤² %s बनानॠमà¥à¤ विफल: %s"
@@ -7716,19 +8323,34 @@ msgstr "लà¥à¤ फाà¤à¤² %s बनानॠमà¥à¤ विफल: %s"
msgid "Invalid parameter to virXPathString()"
msgstr "virXPathString() मà¥à¤ à¤
वà¥à¤§ पà¥à¤°à¤¾à¤®à¥à¤à¤°"
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr "virXPathNumber() मà¥à¤ à¤
वà¥à¤§ पà¥à¤°à¤¾à¤®à¥à¤à¤°"
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "virXPathString() मà¥à¤ à¤
वà¥à¤§ पà¥à¤°à¤¾à¤®à¥à¤à¤°"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "virXPathString() मà¥à¤ à¤
वà¥à¤§ पà¥à¤°à¤¾à¤®à¥à¤à¤°"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr "virXPathBoolean() मà¥à¤ à¤
वà¥à¤§ पà¥à¤°à¤¾à¤®à¥à¤à¤°"
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr "virXPathNode() मà¥à¤ à¤
वà¥à¤§ पà¥à¤°à¤¾à¤®à¥à¤à¤°"
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "virXPathNodeSet() मà¥à¤ à¤
वà¥à¤§ पà¥à¤°à¤¾à¤®à¥à¤à¤°"
@@ -7754,16 +8376,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "पà¥à¤² पहलॠसॠसà¤à¥à¤°à¤¿à¤¯"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "डà¥à¤®à¥à¤¨ सà¤à¤à¤¾à¤à¤¿à¤¤ à¤à¤° रहा हà¥"
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "पहà¥à¤à¤ नहà¥à¤ %s '%s': %s (%d)"
+
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "सà¥à¤ पता %d (%s) पानॠमà¥à¤ विफल"
+
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "पà¥à¤¯à¤° पता %d (%s) पानॠमà¥à¤ विफल"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "à¤à¥à¤° बà¥à¤²à¥à¤à¤¿à¤à¤ फाà¤à¤² विवरणà¤à¤°à¥à¤¤à¤¾ फà¥à¤²à¥à¤ सà¥à¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल"
+
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "लà¥à¤ फाà¤à¤² %s बनानॠमà¥à¤ विफल: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "VM लà¥à¤à¤«à¤¾à¤à¤² à¤à¥ close-on-exec फà¥à¤²à¥à¤ %s सà¥à¤ à¤à¤°à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup: सà¥à¤®à¥à¤¤à¤¿ à¤à¤®"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "लà¥à¤ फाà¤à¤² %d बà¤à¤¦ à¤à¤°à¤¨à¥ मà¥à¤ à¤
समरà¥à¤¥: %s"
+
#~ msgid "allocating configuration"
#~ msgstr "विनà¥à¤¯à¤¾à¤¸ सà¤à¤à¤¾à¤à¤¿à¤¤ à¤à¤° रहा हà¥"
@@ -7811,9 +8461,6 @@ msgstr "डà¥à¤®à¥à¤¨ सà¤à¤à¤¾à¤à¤¿à¤¤ à¤à¤° रहा हà¥"
#~ msgid "failed to mount %s at %s for container: %s"
#~ msgstr "%s à¤à¥ %s पर à¤à¤à¤à¥à¤¨à¤° à¤à¥ लिठà¤à¤°à¥à¤¹à¤¿à¤¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल: %s"
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "open(%s) विफल: %s"
-
#~ msgid "clone() failed, %s"
#~ msgstr "clone() विफल, %s"
@@ -8242,12 +8889,6 @@ msgstr "डà¥à¤®à¥à¤¨ सà¤à¤à¤¾à¤à¤¿à¤¤ à¤à¤° रहा हà¥"
#~ msgid "cannot write tty pid file %s: %s"
#~ msgstr "tty pid फाà¤à¤² %s लिठनहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "tty pid फाà¤à¤² %s à¤à¥à¤² नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
-
-#~ msgid "cannot read tty pid file %s: %s"
-#~ msgstr "tty pid फाà¤à¤² %s पढ़ नहà¥à¤ सà¤à¤¤à¤¾ हà¥: %s"
-
#~ msgid "execl failed to exec init: %s"
#~ msgstr "init à¤à¥ निषà¥à¤ªà¤¾à¤¦à¤¨ मà¥à¤ execl विफल: %s"
@@ -8365,9 +9006,6 @@ msgstr "डà¥à¤®à¥à¤¨ सà¤à¤à¤¾à¤à¤¿à¤¤ à¤à¤° रहा हà¥"
#~ msgid "missing sound model"
#~ msgstr "à¤à¥à¤® धà¥à¤µà¤¨à¤¿ मà¥à¤¡à¥à¤²"
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "à¤
वà¥à¤§ धà¥à¤µà¤¨à¤¿ मà¥à¤¡à¤² '%s'"
-
#~ msgid "domain name length too long"
#~ msgstr "डà¥à¤®à¥à¤¨ नाम लà¤à¤¬à¤¾à¤ à¤à¤¾à¤«à¥ बड़ॠहà¥"
diff --git a/po/hr.gmo b/po/hr.gmo
index df23e4e..a56dd18 100644
Binary files a/po/hr.gmo and b/po/hr.gmo differ
diff --git a/po/hr.po b/po/hr.po
index b0e724d..118c0b8 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: hr\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2007-10-08 05:22+0100\n"
"Last-Translator: Renato Pavicic <renato<at>translator-shop.org>\n"
"Language-Team: CROATIAN <www.translator-shop.org>\n"
@@ -90,241 +90,241 @@ msgstr ""
msgid "Unknown error"
msgstr "Nepoznato"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Äitanje iz demona Xen nije uspjelo"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "dodjeljivanje konfiguracije"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "Pogreška dodjeljivanja memorije: %s"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "neoÄekivani Ävor vrijednosti"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "Dodjeljivanje memorije nije uspjelo"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "Dodjeljivanje memorije nije uspjelo"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Pronalaženje mreže nije uspjelo: %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Pronalaženje mreže nije uspjelo: %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Uspostavljanje veze s hipervizorom nije uspjelo"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operacija nije uspjela: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -332,453 +332,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "DohvaÄanje statistika suÄelja %s %s nije uspjelo"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Pokretanje mreže %s nije uspjelo"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "promijeni dodjeljivanje memorije"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "operacija GET nije uspjela: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "neoÄekivana MIME vrsta"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Izrada XML nije uspjela"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Izrada XML nije uspjela"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Zapisivanje u prikljuÄak %d nije uspjelo\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "Dodjeljivanje memorije nije uspjelo"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "Dodjeljivanje memorije nije uspjelo"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "Dodjeljivanje memorije nije uspjelo"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Nastavljanje domene %s nije uspjelo"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Izrada XML nije uspjela"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "naziv mreže ili uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Izbacivanje jezgre domene %s u %s nije uspjelo."
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operacija nije uspjela"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "dobiven je nepoznat broj HTTP pogreške %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "raÅ¡Älanjivanje odgovora poslužitelja nije uspjelo"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "neispravan pokazivaÄ veze pri"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "nedovoljno memorije"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "nepoznata vrsta OS"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "Provjera trenutne veliÄine memorije nije moguÄa"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "Provjera trenutne veliÄine memorije nije moguÄa"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "DohvaÄanje statistika blokova %s %s nije uspjelo"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "DohvaÄanje statistika suÄelja %s %s nije uspjelo"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "nedovoljno memorije"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Izrada neaktivne domene %s nije uspjela\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Izrada neaktivne domene %s nije uspjela\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domena nije pronaÄena"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "neoÄekivani Ävor rjeÄnika"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -899,534 +915,535 @@ msgstr "dodavanje mreže u tablica presjeka veza nije uspjelo"
msgid "dev missing from connection hash table"
msgstr "nedostaje domena u tablici presjeka veza"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "Izvor diskovnog ureÄaja"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "Izvor diskovnog ureÄaja"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "nedostaju podaci izvora za ureÄaj"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "nedostaju podaci izvora za ureÄaj"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "nedostaju podaci izvora za ureÄaj"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "Vrsta ciljanog ureÄaja"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "nedostaje podaci o korijenskom ureÄaju"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "nepoznata naredba: '%s'"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Vrsta ciljanog ureÄaja"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "nedostaje \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "nedostaje \""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Vrsta ciljanog ureÄaja"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "nepoznato raÄunalo %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "nepoznato raÄunalo %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "nedostaju podaci cilja za ureÄaj"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "nepoznato raÄunalo %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "nedostaje podaci o korijenskom ureÄaju"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "nepoznata vrsta OS"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "nedostaju podaci o nazivu domene"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "neispravan pokazivaÄ domene pri %s"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "dohvaÄanje UUID-a mreže nije uspjelo"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "neoÄekivan podatak '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "nepoznata vrsta OS"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "ureÄaj suÄelja"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "nedostaje podaci o korijenskom ureÄaju"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "nepoznato raÄunalo %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "PrikljuÄivanje diskovnog ureÄaja"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "PrikljuÄivanje mrežnog suÄelja"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "ureÄaj suÄelja"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "PrikljuÄivanje diskovnog ureÄaja"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "PrikljuÄivanje diskovnog ureÄaja"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "PrikljuÄivanje diskovnog ureÄaja"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "PrikljuÄivanje diskovnog ureÄaja"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "spremanje sadržaja nije uspjelo"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "neoÄekivani Ävor rjeÄnika"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "neoÄekivani Ävor rjeÄnika"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "neoÄekivani Ävor rjeÄnika"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "neoÄekivani Ävor rjeÄnika"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "neoÄekivani Ävor rjeÄnika"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "neoÄekivani Ävor vrijednosti"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "nepoznata vrsta OS"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Izrada XML nije uspjela"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Izrada XML nije uspjela"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Zapisivanje u prikljuÄak %d nije uspjelo\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Izrada mreže iz %s nije uspjela"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
@@ -1436,57 +1453,57 @@ msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "PrikljuÄivanje mrežnog suÄelja"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Provjera trenutne veliÄine memorije nije moguÄa"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "podaci domene nisu ispravni, domid nije broj"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "podaci domene nisu ispravni, domid nije broj"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1529,12 +1546,12 @@ msgstr "Izrada neaktivne domene %s nije uspjela\n"
msgid "failed to bind new root %s"
msgstr "Pronalaženje mreže nije uspjelo: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Izrada XML nije uspjela"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
@@ -1707,23 +1724,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "ID domene ili UUID"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "naziv neaktivne domene"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "uklanjanje definicije neaktivne domene"
@@ -1778,7 +1795,7 @@ msgstr "neispravan pokazivaÄ domene pri"
msgid "failed to kill pid %d"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Otvaranje '%s' nije uspjelo: %s"
@@ -1813,225 +1830,235 @@ msgstr "naziv domene"
msgid "no domain with id %d"
msgstr "Ävor, popis domena"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "nepoznato raÄunalo %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Nastavljanje domene %s nije uspjelo"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "neispravan argument pri %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "neispravan argument pri"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "nepravilna MAC adresa: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domena %s veÄ postoji"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Pokretanje mreže %s nije uspjelo"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "nedovoljno memorije"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "Izrada mreže iz %s nije uspjela"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domena je aktivna"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "otvaranje %s za Äitanje nije uspjelo"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "dohvaÄanje mreže '%s' nije uspjelo"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Mreža je još pokrenuta"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "podaci mreže u XML datoteci"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Mreža %s je pokrenuta\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "Izrada mreže iz %s nije uspjela"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Otvaranje '%s' nije uspjelo: %s"
@@ -2041,7 +2068,267 @@ msgstr "Otvaranje '%s' nije uspjelo: %s"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Vrsta ciljanog ureÄaja"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "nepoznata vrsta OS %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Otvaranje '%s' nije uspjelo: %s"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "Vrsta mrežnog suÄelja"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "neispravan mrežni pokazivaÄ pri %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "nepoznata vrsta OS %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "neispravan mrežni pokazivaÄ pri %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "neispravan pokazivaÄ domene pri %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "neispravan pokazivaÄ domene pri %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "neispravan pokazivaÄ veze pri %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "nedostaje podaci o korijenskom ureÄaju"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "nepoznata vrsta OS %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "nepoznata vrsta OS %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Otvaranje '%s' nije uspjelo: %s"
@@ -2201,7 +2488,7 @@ msgstr ""
msgid "Could not read container config"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "nepoznata vrsta OS %s"
@@ -2215,6 +2502,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "nije moguÄe uspostaviti vezu s %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Otvaranje '%s' nije uspjelo: %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Äitanje iz demona Xen nije uspjelo"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Otvaranje '%s' nije uspjelo: %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Otvaranje '%s' nije uspjelo: %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operacija nije uspjela: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Pridodavanje ureÄaja iz %s nije uspjelo"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Uspostavljanje veze s hipervizorom nije uspjelo"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Pridodavanje ureÄaja iz %s nije uspjelo"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Izrada domene iz %s nije uspjela"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Pronalaženje mreže nije uspjelo: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Izrada domene iz %s nije uspjela"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2260,708 +2612,780 @@ msgstr "Pogreška u komunikaciji s proxyjem. Paket je neispravno oblikovan.\n"
msgid "got asynchronous packet number %d\n"
msgstr "dobiven asinkroni broj paketa %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "Mreža nije pronaÄena"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Mreža %s je pokrenuta\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "DohvaÄanje statistika suÄelja %s %s nije uspjelo"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "Hipervizor ne nudi podršku za ovu funkciju"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "neoÄekivan podatak '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "neoÄekivan podatak '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "neispravan pokazivaÄ domene pri %s"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "neispravan argument pri"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "Ävor, popis domena"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "Zapisivanje datoteke zapisnika nije uspjelo"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "Zapisivanje datoteke zapisnika nije uspjelo"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "Zapisivanje datoteke zapisnika nije uspjelo"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "Zatvaranje prikljuÄka %d nije uspjelo\n"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "DohvaÄanje statistika blokova %s %s nije uspjelo"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Izrada domene iz %s nije uspjela"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Izrada mreže iz %s nije uspjela"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "Provjera trenutne veliÄine memorije nije moguÄa"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "nedovoljno memorije"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Otvaranje '%s' nije uspjelo: %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "Zatvaranje prikljuÄka %d nije uspjelo\n"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "Zatvaranje prikljuÄka %d nije uspjelo\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "dohvaÄanje domene '%s' nije uspjelo"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operacija nije uspjela"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "Provjera trenutne veliÄine memorije nije moguÄa"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domena je aktivna"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "Zapisivanje datoteke zapisnika nije uspjelo"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "Zapisivanje datoteke zapisnika nije uspjelo"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "Zapisivanje datoteke zapisnika nije uspjelo"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domena %s je pogašena\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "Zatvaranje prikljuÄka %d nije uspjelo\n"
+msgid "Failed to remove domain status for %s"
+msgstr "Izrada domene iz %s nije uspjela"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "NUMA slobodna memorija"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "DohvaÄanje naziva raÄunala hipervizora nije uspjelo"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domena %s veÄ postoji"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domena %s veÄ postoji"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domena je još pokrenuta"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operacija nije uspjela"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operacija nije uspjela"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "naziv neaktivne domene"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "dohvaÄanje UUID-a domene nije uspjelo"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Izrada XML nije uspjela"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Zapisivanje datoteke zapisnika nije uspjelo"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Zapisivanje datoteke zapisnika nije uspjelo"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "Zatvaranje prikljuÄka %d nije uspjelo\n"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "nedovoljno memorije"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operacija nije uspjela"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "Uklanjanje definiranje konfiguracije neaktivne domene"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "uklanjanje definicije neaktivne domene"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Vrsta ciljanog ureÄaja"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Ävor, popis domena"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "Provjera trenutne veliÄine memorije nije moguÄa"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "Ävor, popis domena"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "Äitanje iz demona Xen nije uspjelo"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Izrada XML nije uspjela"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Izrada XML nije uspjela"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domena je aktivna"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "dohvaÄanje UUID-a mreže nije uspjelo"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Pokretanje domene %s nije uspjelo"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Nastavljanje domene %s nije uspjelo"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "Zapisivanje datoteke zapisnika nije uspjelo"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "domena %s veÄ postoji"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "uÄitavanje datoteke definicija raÄunala"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "PrikljuÄivanje diskovnog ureÄaja"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "uÄitavanje datoteke definicija raÄunala"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "uklanjanje definicije neaktivne domene"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "Domena nije pronaÄena"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "DohvaÄanje podataka o Ävoru nije uspjelo"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Odvajanje ureÄaja iz %s nije uspjelo"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "uklanjanje definicije neaktivne domene"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "automatski pokreni domenu"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "Izrada mreže iz %s nije uspjela"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "neispravan argument pri %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domena nije pronaÄena: %s"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Otvaranje '%s' nije uspjelo: %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Äitanje konfiguracijske datoteke %s nije uspjelo"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "neispravan argument pri"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operacija nije uspjela: %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "Zapisivanje datoteke zapisnika nije uspjelo"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "Ävor, popis domena"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "dohvaÄanje UUID-a domene nije uspjelo"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Pokretanje domene %s nije uspjelo"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operacija nije uspjela: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Nastavljanje domene %s nije uspjelo"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -2972,510 +3396,591 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "Zatvaranje prikljuÄka %d nije uspjelo\n"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "DohvaÄanje URI nije uspjelo"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
#, fuzzy
msgid "Error allocating callbacks list"
msgstr "Pogreška dodjeljivanja memorije: %s"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "dodjeljivanje domene"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "dodjeljivanje Ävora nije uspjelo"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "Provjera trenutne veliÄine memorije nije moguÄa"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Provjera trenutne veliÄine memorije nije moguÄa"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "Neispravna vrijednost %d kao veliÄine memorije"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "previše domena"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "previše domena"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "promijeni dodjeljivanje memorije"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "nepoznata vrsta OS"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "previše mreža"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "registrirano je previÅ¡e upravljaÄkih programa"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "registrirano je previÅ¡e upravljaÄkih programa"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "registrirano je previÅ¡e upravljaÄkih programa"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "registrirano je previÅ¡e upravljaÄkih programa"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "registrirano je previÅ¡e upravljaÄkih programa"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "registrirano je previÅ¡e upravljaÄkih programa"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "registrirano je previÅ¡e upravljaÄkih programa"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "operacija nije uspjela: %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operacija nije uspjela"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "serijalizacija S-Expr nije uspjela: %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "DohvaÄanje statistika blokova %s %s nije uspjelo"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "DohvaÄanje statistika suÄelja %s %s nije uspjelo"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Izrada neaktivne domene %s nije uspjela\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "Hipervizor ne nudi podršku za ovu funkciju"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Pokretanje domene %s nije uspjelo"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "spremanje sadržaja nije uspjelo"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Pokretanje domene %s nije uspjelo"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "Uspostavljanje veze s hipervizorom nije uspjelo"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "Ävor, popis domena"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Äitanje prikljuÄka %d nije uspjelo\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "povezivanje samo za Äitanje"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "Ävor, popis domena"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Izrada XML nije uspjela"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "dohvaÄanje mreže '%s' nije uspjelo"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "neispravan argument pri %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "operacija nije uspjela"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Pokretanje domene %s nije uspjelo"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Otvaranje '%s' nije uspjelo: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Otvaranje '%s' nije uspjelo: %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Otvaranje '%s' nije uspjelo: %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3506,45 +4011,45 @@ msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
msgid "cannot read beginning of file '%s'"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "nepravilna MAC adresa: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Pokretanje domene %s nije uspjelo"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "interna pogreška %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3658,7 +4163,7 @@ msgid "cannot extend file '%s'"
msgstr "Otvaranje '%s' nije uspjelo: %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Otvaranje '%s' nije uspjelo: %s"
@@ -3691,17 +4196,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Otvaranje '%s' nije uspjelo: %s"
@@ -3812,11 +4317,7 @@ msgstr "Vrsta ciljanog ureÄaja"
msgid "cannot remove PV device '%s'"
msgstr "Vrsta ciljanog ureÄaja"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Otvaranje '%s' nije uspjelo: %s"
@@ -3829,162 +4330,167 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "nepoznata vrsta OS %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "naziv mreže ili uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "nepoznata vrsta OS %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "nedostaju podaci izvora za ureÄaj %s"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "neoÄekivana MIME vrsta"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "nedostaje podaci o korijenskom ureÄaju"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "nepoznato raÄunalo %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "nepoznato raÄunalo %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "nedostaju podaci o nazivu domene"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "nepoznata vrsta OS %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Izrada XML nije uspjela"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "pogreška u sintaksi konfiguracijske datoteke: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3992,17 +4498,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4010,64 +4516,64 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domena je aktivna"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domena je aktivna"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
#, fuzzy
msgid "storage pool is not active"
msgstr "Putanja zapisnika nije datoteka"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "dohvaÄanje vremena dana"
@@ -4124,154 +4630,154 @@ msgstr "Ävor, popis domena"
msgid "resolving domain filename"
msgstr "razrješavanje naziva domena"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "Ävor, popis domena"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "razrješavanje naziva mreže"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "Ävor, popis domena"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "razrješavanje naziva domena"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: unesite putanju ili upotrijebite test:///default"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domena %s veÄ postoji"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domena je još pokrenuta"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "dodjeljivanje Ävora nije uspjelo"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "spremi stanje domene u datoteku"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "spremi stanje domene u datoteku"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "Ävor, popis domena"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "Äitanje iz demona Xen nije uspjelo"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "neoÄekivan podatak '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Domena %s je izbaÄena u %s\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "Zapisivanje datoteke zapisnika nije uspjelo"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Domena %s je izbaÄena u %s\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domena je veÄ pokrenuta"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domena je još pokrenuta"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Mreža je još pokrenuta"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Mreža je veÄ pokrenuta"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domena je aktivna"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4285,151 +4791,155 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Izrada mreže iz %s nije uspjela"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "nedovoljno memorije"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Ävor, cpu prikljuÄci"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Ävor, cpu prikljuÄci"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "nepoznata naredba: '%s'"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "nepoznata naredba: '%s'"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Zapisivanje u prikljuÄak %d nije uspjelo\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "naziv neaktivne domene"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "Vrsta ciljanog ureÄaja"
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Izrada XML nije uspjela"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Izrada XML nije uspjela"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Ävor, cpu prikljuÄci"
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "raÅ¡Älanjivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "raÅ¡Älanjivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "pogreška: "
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Pronalaženje mreže nije uspjelo: %s"
@@ -4439,19 +4949,24 @@ msgstr "Pronalaženje mreže nije uspjelo: %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "Nepoznato"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "ispiÅ¡i pomoÄ"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Ispisivanje opÄe pomoÄi ili pomoÄi specifiÄne za naredbu."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "naziv naredbe"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4459,614 +4974,626 @@ msgstr ""
"Naredbe:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "automatski pokreni domenu"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
"Konfiguriranje domene radi automatskog zapoÄinjanja pri pokretanju raÄunala."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "naziv domene, id ili uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "onemoguÄi automatsko pokretanje"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Dodjeljivanje oznake domeni %s kao automatski pokretane nije uspjelo"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Uklanjanje oznake domeni %s kao automatski pokretane nije uspjelo"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domeni %s dodana je oznaka kao automatski pokretane\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domeni %s uklonjena je oznaka kao automatski pokretane\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(ponovo) uspostavi vezu s hipervizorom"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Uspostavljanje veze s lokalnim hipervizorom. Ovo je ugraÄena naredba nakon "
"pokretanja ljuske."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "URI povezivanja hipervizora"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "povezivanje samo za Äitanje"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Prekidanje veze s hipervizorom nije uspjelo"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Uspostavljanje veze s hipervizorom nije uspjelo"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "poveži s konzolom gostujuÄeg"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "poveži s vitualnom serijskom konzolom gostujuÄeg"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "Za domenu nema dostupne konzole\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "ispiši domene"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Ispisivanje popisa domena."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "ispiši neaktivne domene"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "ispiši neaktivne i aktivne domene"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Ispisivanje aktivnih domena nije uspjelo"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Ispisivanje neaktivnih domena nije uspjelo"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Naziv"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "Stanje"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "bez stanja"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "stanje domene"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Ispisivanje stanja pokrenutih domena."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "Dohvati statistike blokova ureÄaja domene"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "DohvaÄanje statistike blokova ureÄaja pokrenutih domena."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "blokovski ureÄaj"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "DohvaÄanje statistika blokova %s %s nije uspjelo"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "Dohvati statitstike mrežnih suÄelja za domenu"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "DohvaÄanje statitstike mrežnih suÄelja za pokrenutu domenu."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "ureÄaj suÄelja"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "DohvaÄanje statistika suÄelja %s %s nije uspjelo"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "obustavi domenu"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Obustavljanje izvršavanja domene."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domena %s je obustavljena\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "izradi domenu iz XML datoteke"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Izrada domene."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "datoteka koja sadrži XML opis domene"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domena %s izraÄena je iz %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Izrada domene iz %s nije uspjela"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "definiraj (bez pokretanja) domenu iz XML datoteke"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Definiranje domene."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domena %s definirana je iz %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Definiranje domene iz %s nije uspjelo"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "uklanjanje definicije neaktivne domene"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Uklanjanje definiranje konfiguracije neaktivne domene"
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "naziv domene ili uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Definicija domene %s je uklonjena\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "pokreni (prethodno definiranu) neaktivnu domenu"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "ZapoÄinjanje rada domena."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "naziv neaktivne domene"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domena je aktivna"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domena %s je pokrenuta\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Pokretanje domene %s nije uspjelo"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "spremi stanje domene u datoteku"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Spremanje pokrenute domene."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "lokacija spremanja podataka"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domena %s spremljena je u %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "prikaži/postavi parametre planera"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "Prikazivanje/postavljanje parametara planera."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "jaÄina za XEN_CREDIT"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "veliÄina za XEN_CREDIT"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
#, fuzzy
msgid "Invalid value of weight"
msgstr "Neispravna vrijednost %d kao veliÄine memorije"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
#, fuzzy
msgid "Invalid value of cap"
msgstr "Neispravna vrijednost %d kao veliÄine memorije"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "Neispravna vrijednost %d kao veliÄine memorije"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "Planer"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "Nepoznato"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "obnovi domenu iz stanje spremljenog u datoteci"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Obnavljanje domene."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "stanje za obnavljanje"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domena je obnovljena iz %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Obnavljanje domene iz %s nije uspjelo"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "izbacivanje jezgre domene u datoteku, radi analize"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Izbacivanje jezgre domene."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "lokacija izbacivanja jezgre"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domena %s je izbaÄena u %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Izbacivanje jezgre domene %s u %s nije uspjelo."
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "nastavi domenu"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Nastavljanje rada prethodno obustavljene domene"
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domena %s je nastavila s radom\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Nastavljanje domene %s nije uspjelo"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "dostojanstveno ugasi domenu"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Pokretanje postupka gašenja u ciljanoj domeni."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domena %s je pogašena\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Gašenje domene %s nije uspjelo"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "ponovno pokreni domenu"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Pokretanje naredbe za ponovno pokretanje unutar ciljane domene"
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domena %s se ponovno pokreÄe\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Ponovno pokretanje domena %s nije uspjelo"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "uništi domenu"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Uništavanje date domene."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domena %s je uništena\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Uništavanje domene %s nije uspjelo"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "podaci domene"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Ispis osnovnih podataka o domeni."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "naziv:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS vrsta:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "Stanje:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU:"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU vrijeme:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Najv. memorije:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "bez ograniÄenja"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Upotrijebljeno memorije:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "Automatski pokreni"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "NUMA slobodna memorija"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "prikaži dostupnu slobodnu memoriju za NUMA Äeliju"
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "NUMA broj Äelije"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "Ukupno"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "vcpu podaci domene"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Ispis osnovnih podataka o virtualnim CPU-ima domene."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU sklonost:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "Domena je iskljuÄena, virtualni CPU-i nisu prisutni."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "vcpu sklonost nadzorne domene"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "VCPU-i najviÅ¡e domene za udomljivanje fiziÄkih CPU-a."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "broj vcpu-a"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "broj udomljenih cpu (%s) (razdijeljeno zarezima)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "DohvaÄanje podataka o Ävoru nije uspjelo"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: Nepravilan oblik. Prazna naredba."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
@@ -5074,7 +5601,7 @@ msgstr ""
"cpulist: %s: Nepravilan oblik. OÄekivana brojka na položaju %d (u blizini '%"
"c')."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5083,1407 +5610,1465 @@ msgstr ""
"cpulist: %s: Nepravilan oblik. OÄekivana brojka ili zarez na položaju %d (u "
"blizini '%c')."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: Nepravilan oblik. Zaosteli zarez na položaju %d."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "FiziÄki CPU %d ne postoji."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "promijeni broj virtualnih CPU-a"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Promjena broja virtualnih CPU-a koji su aktivni u gostujuÄoj domeni."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "broj virtualnih CPU-a"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "Nepravilan broj virtualnih CPU-a."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "Prevelik broj virtualnih CPU-a."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "promijeni dodjeljivanje memorije"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Promjena trenutno dodijeljene veliÄine memorije u gostujuÄoj domeni."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "broj kilobajta memorije"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "Neispravna vrijednost %d kao veliÄine memorije"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "Provjera najveÄe veliÄine memorije nije moguÄa"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "promijeni najviÅ¡e ograniÄenje memorije"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr ""
"Promjena ograniÄenje najveÄe veliÄine dodijeljene memorije u gostujuÄoj "
"domeni."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "najviÅ¡e ograniÄenje memorije u kilobajtima"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "Provjera trenutne veliÄine memorije nije moguÄa"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "Smanjivanje trenutne veliÄine memorija nije moguÄe"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "Promjena najveÄe veliÄine memorije nije moguÄa"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "podaci Ävora"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Ispis osnovnih podataka o Ävoru."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "DohvaÄanje podataka o Ävoru nije uspjelo"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frekvencija:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU prikljuÄci:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Jezgri po prikljuÄku:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Grana po jezgri:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA Äelija:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "VeliÄina memorije:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "sposobnosti"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "Povratni ispis sposobnosti hipervizora/upravljaÄa."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "dohvaÄanje sposobnosti nije uspjelo"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "podaci domene u XML-u"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ispis podataka domene u XML obliku, putem izbacivanja u stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "ispiši neaktivne domene"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "ID domene ili UUID pretvori u naziv domene"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "ID domene ili UUID"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "naziv domene ili UUID pretvori u ID domene"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "naziv domene ili ID pretvori u UUID domene"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "ID domene ili naziv"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "dohvaÄanje UUID-a domene nije uspjelo"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "domenu preseli na drugo raÄunalo"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
"Preseljenje domene na drugo raÄunalo. Za preseljenje tijekom rada dodajte "
"argument --live."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "preseljenje tijekom rada"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "URI povezivanja udaljenog raÄunala"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "URI preseljenja, uobiÄajeno se može iuostaviti"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "pres: Nedostaje URI odr"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "automatski pokreni mrežu"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
"Konfiguriranje mreže radi automatskog zapoÄinjanja pri pokretanju raÄunala."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "naziv mreže ili uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "dodjeljivanje oznake domeni %s kao automatski pokretane nije uspjelo"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "uklanjanje oznake domeni %s kao automatski pokretane nije uspjelo"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Mreži %s dodijeljena je oznaka kao automatski pokretane\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Mreži %s uklonjena je oznaka kao automatski pokretane\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "izradi mrežu iz XML datoteke"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "Izrada mreže."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "datoteka koja sadrži XML opis mreže"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "Mreža %s izraÄena je iz %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "Izrada mreže iz %s nije uspjela"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "definiraj (bez pokretanja) mrežu iz XML datoteke"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "Definiranje mreže."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "Mreža %s definirana je iz %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "Definiranje mreže iz %s nije uspjelo"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "uništi mrežu"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "Uništavanje date mreže."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "naziv mreže, id ili uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "Mreža %s je uništena\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "Uništavanje mreže %s nije uspjelo"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "podaci mreže u XML datoteci"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "Ispis podataka mreže u XML obliku, putem izbacivanja u stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "ispiši mreže"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "Ispisivanje popisa mreža."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "ispiši neaktivne mreže"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "ispiši neaktivne i aktivne mreže"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "Ispisivanje aktivnih mreža nije uspjelo"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "Ispisivanje neaktivnih mreža nije uspjelo"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "Automatski pokreni"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "bez automatskog pokretanja"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "aktivno"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "neaktivan"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "UUID mreže pretvori u naziv mreže"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "uuid mreže"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "pokreni (prethodno definiranu) neaktivnu mrežu"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "ZapoÄinjanje rada mreže."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "naziv neaktivne mreže"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "Mreža %s je pokrenuta\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "Pokretanje mreže %s nije uspjelo"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "uklanjanje definicije neaktivne mreže"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "Uklanjanje definiranje konfiguracije neaktivne mreže."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "Definicija mreže %s je uklonjena\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "Uklanjanje definicije mreže %s nije uspjelo"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "naziv mreže pretvori u UUID mreže"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "naziv mreže"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "dohvaÄanje UUID-a mreže nije uspjelo"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "automatski pokreni domenu"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
#, fuzzy
msgid "Configure a pool to be automatically started at boot."
msgstr ""
"Konfiguriranje domene radi automatskog zapoÄinjanja pri pokretanju raÄunala."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "naziv domene ili uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "dodjeljivanje oznake domeni %s kao automatski pokretane nije uspjelo"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "uklanjanje oznake domeni %s kao automatski pokretane nije uspjelo"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domeni %s dodana je oznaka kao automatski pokretane\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domeni %s uklonjena je oznaka kao automatski pokretane\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "izradi domenu iz XML datoteke"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Izrada domene."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "datoteka koja sadrži XML opis domene"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domena %s izraÄena je iz %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Izrada domene iz %s nije uspjela"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "naziv neaktivne domene"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "dodjeljivanje meÄuspremnika nije uspjelo"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "izradi domenu iz XML datoteke"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domena %s izraÄena je iz %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Izrada domene iz %s nije uspjela"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "definiraj (bez pokretanja) domenu iz XML datoteke"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Definiranje domene."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domena %s definirana je iz %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Definiranje domene iz %s nije uspjelo"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domena %s definirana je iz %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domena %s je uništena\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Obustavljanje domene %s nije uspjelo"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "uništi domenu"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Uništavanje date domene."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domena %s je uništena\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Uništavanje domene %s nije uspjelo"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Uništavanje date domene."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domena %s je uništena\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Uništavanje domene %s nije uspjelo"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domena %s je nastavila s radom\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Nastavljanje domene %s nije uspjelo"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "podaci domene u XML-u"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ispis podataka domene u XML obliku, putem izbacivanja u stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "ispiši domene"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Ispisivanje popisa domena."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "ispiši neaktivne domene"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "ispiši neaktivne i aktivne domene"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Ispisivanje aktivnih domena nije uspjelo"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Ispisivanje neaktivnih domena nije uspjelo"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "nedovoljno memorije"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "podaci Ävora"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Ispis osnovnih podataka o Ävoru."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "izvršavanje"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "dodjeljivanje domene"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "UUID mreže pretvori u naziv mreže"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "uuid domene"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "pokreni (prethodno definiranu) neaktivnu domenu"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "ZapoÄinjanje rada domena."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "naziv neaktivne domene"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domena %s je pokrenuta\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Pokretanje domene %s nije uspjelo"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "izradi domenu iz XML datoteke"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Izrada domene."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "naziv domene"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "naziv neaktivne domene"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domena %s izraÄena je iz %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Izrada XML nije uspjela"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "uklanjanje definicije neaktivne domene"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Uklanjanje definiranje konfiguracije neaktivne domene"
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Definicija domene %s je uklonjena\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Uklanjanje definicije domene %s nije uspjelo"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "naziv mreže pretvori u UUID mreže"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "dohvaÄanje UUID-a domene nije uspjelo"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "izradi domenu iz XML datoteke"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "datoteka koja sadrži XML opis domene"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domena %s izraÄena je iz %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Izrada domene iz %s nije uspjela"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Uništavanje date domene."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domena %s je uništena\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Uništavanje domene %s nije uspjelo"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "podaci Ävora"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Ispis osnovnih podataka o Ävoru."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS vrsta:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "file"
msgstr "XML datoteka"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blokirano"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "podaci domene u XML-u"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ispis podataka domene u XML obliku, putem izbacivanja u stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "ispiši domene"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Ispisivanje popisa domena."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Ispisivanje aktivnih domena nije uspjelo"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "UUID mreže pretvori u naziv mreže"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "UUID mreže pretvori u naziv mreže"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "uuid domene"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "UUID mreže pretvori u naziv mreže"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "prikaži verziju"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Prikazivanje sistemskih podataka o verziji."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "dohvaÄanje vrste hipervizora nije uspjelo"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Složeno prema biblioteci: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "dohvaÄanje verzije biblioteke nije uspjelo"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Upotreba biblioteke: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Upotreba API-a: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "dohvaÄanje verzije hipervizora nije uspjelo"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Nije moguÄe izvuÄi verziju hipervizora pokrenutog %s\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Pokrenuti hipervizor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "domenu preseli na drugo raÄunalo"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "sposobnosti"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Uspostavljanje veze s hipervizorom nije uspjelo"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Ispisivanje neaktivnih domena nije uspjelo"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ispis podataka mreže u XML obliku, putem izbacivanja u stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "PrikljuÄivanje novog diskovnog ureÄaja."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domena %s je uništena\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Odvajanje ureÄaja iz %s nije uspjelo"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "PrikljuÄivanje novog diskovnog ureÄaja."
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Pridodavanje ureÄaja iz %s nije uspjelo"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Cilj diskovnog ureÄaja"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "DohvaÄanje statistike blokova ureÄaja pokrenutih domena."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domena %s je nastavila s radom\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Pridodavanje ureÄaja iz %s nije uspjelo"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "Ispisivanje naziva raÄunala hipervizora"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "DohvaÄanje naziva raÄunala hipervizora nije uspjelo"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "Ispisivanje kanoniÄkog URI hipervizora"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "DohvaÄanje URI nije uspjelo"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc zaslon"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "Ispis IP adresa i broj porta za VNC zaslon."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty konzole"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "Izlazak ureÄaja prema TTY konzoli."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "pridodaj ureÄaj iz XML datoteke"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "Pridodaj ureÄaj iz XML datoteke <file>."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML datoteka"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "Pridodavanje ureÄaja iz %s nije uspjelo"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "odvoji ureÄaj iz XML datoteke"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "Odvajanje ureÄaj iz XML datoteke <file>."
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "Odvajanje ureÄaja iz %s nije uspjelo"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "PrikljuÄivanje mrežnog suÄelja"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "PrikljuÄivanje novog mrežnog suÄelja."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "Vrsta mrežnog suÄelja"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "Izvor mrežnog suÄelja"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "Naziv ciljane mreže"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "MAC adresa"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "Naredba za premoÅ¡Äivanje mrežnih suÄelja"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "Ne postoji podrška za %s unutar naredbe \"attach-interface\""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "IskljuÄivanje mrežnog suÄelja"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "IskljuÄivanje mrežnog suÄelja."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "DohvaÄanje podataka o suÄelju nije uspjelo"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "Nije pronaÄeno suÄelje vrste %s"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "Nije pronaÄeno suÄelje MAC adrese %s"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "Dodjeljivanje memorije nije uspjelo"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "Izrada XML nije uspjela"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "PrikljuÄivanje diskovnog ureÄaja"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "PrikljuÄivanje novog diskovnog ureÄaja."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "Izvor diskovnog ureÄaja"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "Cilj diskovnog ureÄaja"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "UpravljaÄki program diskovnog ureÄaja"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "PomoÄni upravljaÄki program diskovnog ureÄaja"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "Vrsta ciljanog ureÄaja"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "NaÄin Äitanja i zapisivanja ureÄaja"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "Ne postoji podrška za %s unutar naredbe \"attach-disk\""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "IskljuÄivanje diskovnog ureÄaja"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "IskljuÄivanje diskovnog ureÄaja."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "DohvaÄanje podataka o disku nije uspjelo"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "Nije pronaÄen disk s ciljem %s"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "dodjeljivanje Ävora nije uspjelo"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "Zapisivanje datoteke zapisnika nije uspjelo"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "Zapisivanje datoteke zapisnika nije uspjelo"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "Zapisivanje datoteke zapisnika nije uspjelo"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Izrada neaktivne domene %s nije uspjela\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "Zapisivanje datoteke zapisnika nije uspjelo"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "Zapisivanje datoteke zapisnika nije uspjelo"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Uklanjanje definiranje konfiguracije neaktivne domene"
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Uklanjanje definiranje konfiguracije neaktivne domene"
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "Äitanje konfiguracijske datoteke nije uspjelo"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Uklanjanje definiranje konfiguracije neaktivne mreže."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Uklanjanje definiranje konfiguracije neaktivne mreže."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Uklanjanje definiranje konfiguracije neaktivne domene"
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Uklanjanje definiranje konfiguracije neaktivne domene"
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "napusti ovaj interaktivni terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "naredba '%s' zahtijeva opciju <%s>"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "naredba '%s' zahtijeva opciju --%s"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "naredba '%s' ne postoji"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAZIV\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6491,17 +7076,17 @@ msgstr ""
"\n"
" SINOPSIS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <broj>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <niz>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6509,7 +7094,7 @@ msgstr ""
"\n"
" OPIS\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6517,60 +7102,60 @@ msgstr ""
"\n"
" OPCIJE\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <broj>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <niz>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "naziv domene ili ID nije definiran"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "dohvaÄanje domene '%s' nije uspjelo"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "naziv mreže nije definiran"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "dohvaÄanje mreže '%s' nije uspjelo"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "naziv mreže nije definiran"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "dohvaÄanje domene '%s' nije uspjelo"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "naziv mreže nije definiran"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "dohvaÄanje domene '%s' nije uspjelo"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6581,131 +7166,131 @@ msgstr ""
"(Vrijeme: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "nedostaje \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "neoÄekivani token (naziv naredbe): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "nepoznata naredba: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "naredba '%s' ne podržava opciju --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "oÄekivana sintaksa: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "broj"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "niz"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "neoÄekivan podatak '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPCIJA"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "PODATAK"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "pauzirano"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "u gašenju"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "iskljuÄeno"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "srušeno"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "izvan mreže"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "nije valjana veza"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: pogreška: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "pogreška: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: nije uspjelo dodijeliti %d bajtova"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: dodjeljivanje %lu bajtova nije uspjelo"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "uspostavljanje veze s hipervizorom nije uspjelo"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "DohvaÄanje podataka o datoteci zapisnika nije uspjelo"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "Putanja zapisnika nije datoteka"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
"Otvaranje datoteke zapisnika nije uspjelo. Provjerite putanju datoteke "
"zapisnika."
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "Zapisivanje datoteke zapisnika nije uspjelo"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "Zapisivanje datoteke zapisnika nije uspjelo"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Prekidanje veze s hipervizorom nije uspjelo"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6738,7 +7323,7 @@ msgstr ""
"\n"
" neredbe (neinteraktivan naÄin rada):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6748,17 +7333,17 @@ msgstr ""
" (za detalje o naredbi unesite --help <naredba>)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "nepodržana opcija '-%c'. Pogledajte --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6767,7 +7352,7 @@ msgstr ""
"Dobrodošli u %s, virtualizacijski interaktivni terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6777,469 +7362,483 @@ msgstr ""
" 'quit' za izlazak\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "Nepoznato"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "upozorenje"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "pogreška"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "Nije pružena poruka o pogrešci"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "interna pogreška %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "interna pogreška"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "nedovoljno memorije"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "Hipervizor ne nudi podršku za ovu funkciju"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "Hipervizor ne nudi podršku za ovu funkciju: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "nije moguÄe uspostaviti vezu s hipervizorom"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "nije moguÄe uspostaviti vezu s %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "neispravan pokazivaÄ veze pri"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "neispravan pokazivaÄ veze pri %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "neispravan pokazivaÄ domene pri"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "neispravan pokazivaÄ domene pri %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "neispravan argument pri"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "neispravan argument pri %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operacija nije uspjela: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operacija nije uspjela"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "operacija GET nije uspjela: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "operacija GET nije uspjela"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "operacija POST nije uspjela: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "operacija POST nije uspjela"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "dobiven je nepoznat broj HTTP pogreške %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "nepoznato raÄunalo %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "nepoznato raÄunalo"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "serijalizacija S-Expr nije uspjela: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "serijalizacija S-Expr nije uspjela"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "nije moguÄe upotrijebiti Xen unos hipervizora"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "nije moguÄe upotrijebiti Xen unos hipervizora %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "nije moguÄe uspostaviti vezu s Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "nije moguÄe uspostaviti vezu s Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "nije uspio Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "nepoznata vrsta OS"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "nepoznata vrsta OS %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "nedostaju podaci o kernelu"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "nedostaje podaci o korijenskom ureÄaju"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "nedostaju podaci o korijenskom ureÄaju pri %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "nedostaju podaci izvora za ureÄaj"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "nedostaju podaci izvora za ureÄaj %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "nedostaju podaci cilja za ureÄaj"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "nedostaju podaci cilja za ureÄaj %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "nedostaju podaci o nazivu domene"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "nedostaju podaci o nazivu domene pri %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "nedostaju podaci o operacijskom sustavu"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "nedostaju podaci o operacijskom sustavu za %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "nedostaju podaci o ureÄaju"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "nedostaju podaci o ureÄaju za %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "registrirano je previÅ¡e upravljaÄkih programa"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "registrirano je previÅ¡e upravljaÄkih programa pri %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "pozivanje biblioteke nije uspjelo, možda nije podržano"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "pozivanje biblioteke %s nije uspjelo, možda nije podržano"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML opis nije pravilno oblikovan ili nije ispravan"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML opis za %s nije pravilno oblikovan ili nije ispravan"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "ova domena veÄ postoji"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domena %s veÄ postoji"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operacija zabranjena za pristup samo za Äitanje"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operacija %s zabranjena za pristup samo za Äitanje"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "otvaranje konfiguracijske datoteke za Äitanje nije uspjelo"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "otvaranje %s za Äitanje nije uspjelo"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "Äitanje konfiguracijske datoteke nije uspjelo"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "Äitanje konfiguracijske datoteke %s nije uspjelo"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "raÅ¡Älanjivanje konfiguracijske datoteke nije uspjelo"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "raÅ¡Älanjivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "pogreška u sintaksi konfiguracijske datoteke"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "pogreška u sintaksi konfiguracijske datoteke: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "zapisivanje konfiguracijske datoteke nije uspjelo"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "pogreÅ¡ka raÅ¡Älanjivanja"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "neispravan mrežni pokazivaÄ pri"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "neispravan mrežni pokazivaÄ pri %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "ova mreža veÄ postoji"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "mreža %s veÄ postoji"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "pogreška sistemskog poziva"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC pogreška"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "GNUTLS pogreška poziva"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "Pronalaženje mreže nije uspjelo"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "Pronalaženje mreže nije uspjelo: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "Domena nije pronaÄena"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "Domena nije pronaÄena: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "Mreža nije pronaÄena"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "Mreža nije pronaÄena: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "nepravilna MAC adresa"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "nepravilna MAC adresa: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operacija nije uspjela"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operacija nije uspjela: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "Mreža nije pronaÄena"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Mreža nije pronaÄena: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "Mreža nije pronaÄena"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Mreža nije pronaÄena: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "neispravan mrežni pokazivaÄ pri"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "neispravan mrežni pokazivaÄ pri %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "neispravan mrežni pokazivaÄ pri"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "neispravan mrežni pokazivaÄ pri %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Pronalaženje mreže nije uspjelo"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Pronalaženje mreže nije uspjelo: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Pronalaženje mreže nije uspjelo"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Pronalaženje mreže nije uspjelo: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "neispravan pokazivaÄ domene pri"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "neispravan pokazivaÄ domene pri %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domena nije pronaÄena"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domena nije pronaÄena: %s"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "Mreža nije pronaÄena"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Mreža nije pronaÄena: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "interna pogreška %s"
@@ -7308,7 +7907,7 @@ msgstr "Planer kredita parametra težine (%d) izvan je opsega (1-65535)"
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "Planer kredita vršnog parametra (%d) izvan je opsega (0-65535)"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Vrsta ciljanog ureÄaja"
@@ -7362,7 +7961,7 @@ msgstr "podaci domene nisu ispravni, domid nije broj"
msgid "domain information incomplete, missing uuid"
msgstr "podaci domene nisu potpuni, nedostaje uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "podaci domene nisu potpuni, nedostaje name"
@@ -7410,225 +8009,232 @@ msgstr ""
"raÅ¡Älanjivanje naziva datoteke vbd nije moguÄe, nedostaje vrsta upravljaÄkog "
"programa"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "neoÄekivani Ävor rjeÄnika"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "nepoznata vrsta OS %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "podaci domene nisu potpuni, nedostaje id"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "nepravilna MAC adresa: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "nepoznata vrsta OS %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "pogreška u sintaksi konfiguracijske datoteke"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "raÅ¡Älanjivanje podataka Xend domene nije uspjelo"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domena je još pokrenuta"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "serijalizacija S-Expr nije uspjela"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "Vrsta ciljanog ureÄaja"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "neoÄekivani Ävor vrijednosti"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "Ävor, memorija"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operacija nije uspjela"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Uklanjanje definicije mreže %s nije uspjelo"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Otvaranje '%s' nije uspjelo: %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "raÅ¡Älanjivanje podataka Xend domene nije uspjelo"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Izrada neaktivne domene %s nije uspjela\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "podaci domene nisu potpuni, nedostaje name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "Planer"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "DohvaÄanje naziva raÄunala hipervizora nije uspjelo"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "podaci domene nisu potpuni, nedostaje uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "podaci domene nisu potpuni, nedostaje uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "otvaranje %s za Äitanje nije uspjelo"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Äitanje konfiguracijske datoteke %s nije uspjelo"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "neoÄekivana MIME vrsta"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "neoÄekivana MIME vrsta"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "neoÄekivani Ävor vrijednosti"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "Ävor, popis domena"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7705,49 +8311,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "neoÄekivani Ävor rjeÄnika"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Obnavljanje domene iz %s nije uspjelo"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "Provjera trenutne veliÄine memorije nije moguÄa"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "Äitanje konfiguracijske datoteke %s nije uspjelo"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "nepoznata vrsta OS"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Izrada domene iz %s nije uspjela"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Otvaranje '%s' nije uspjelo: %s"
@@ -7756,19 +8362,34 @@ msgstr "Otvaranje '%s' nije uspjelo: %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "neispravan argument pri"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "neispravan argument pri"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7794,15 +8415,39 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "dodjeljivanje domene"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "DohvaÄanje statistika blokova %s %s nije uspjelo"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "DohvaÄanje statistika suÄelja %s %s nije uspjelo"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "Zapisivanje datoteke zapisnika nije uspjelo"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "Zatvaranje prikljuÄka %d nije uspjelo\n"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "nedovoljno memorije"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "Zatvaranje prikljuÄka %d nije uspjelo\n"
+
#~ msgid "allocating configuration"
#~ msgstr "dodjeljivanje konfiguracije"
@@ -7848,10 +8493,6 @@ msgstr "dodjeljivanje domene"
#~ msgstr "otvaranje %s za Äitanje nije uspjelo"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operacija nije uspjela: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "operacija nije uspjela: %s"
diff --git a/po/hu.gmo b/po/hu.gmo
index 30f0adf..be4e66e 100644
Binary files a/po/hu.gmo and b/po/hu.gmo differ
diff --git a/po/hu.po b/po/hu.po
index 07ee89b..cafbe98 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2007-05-03 21:23+0200\n"
"Last-Translator: Arpad Biro <biro_arpad at yahoo.com>\n"
"Language-Team: \n"
@@ -98,241 +98,241 @@ msgstr ""
msgid "Unknown error"
msgstr "ismeretlen gép"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "%s tartomány felfüggesztése nem sikerült"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Olvasás a(z) %s leÃrófájlból nem sikerült"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "konfiguráció lefoglalása"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "hálózat lefoglalása"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "váratlan érték-csomópont"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "csomópont lefoglalása nem sikerült"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "%d aljazat olvasása nem sikerült\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "csomópont lefoglalása nem sikerült"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Nem sikerült eltávolÃtani a(z) %s hálózat definÃcióját"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Nem sikerült eltávolÃtani a(z) %s hálózat definÃcióját"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Csatlakozás a felügyelÅhöz nem sikerült"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "művelet nem sikerült: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "csomópont-információ lekérdezése nem sikerült"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "%s hálózat indÃtása nem sikerült"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "memória-lefoglalás megváltoztatása"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET művelet nem sikerült: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "váratlan MIME-tÃpus"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "%d aljazat olvasása nem sikerült\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "%d aljazat olvasása nem sikerült\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "%d aljazat Ãrása nem sikerült\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "csomópont lefoglalása nem sikerült"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "csomópont lefoglalása nem sikerült"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "csomópont lefoglalása nem sikerült"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "%s tartomány felélesztése nem sikerült"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "%d aljazat olvasása nem sikerült\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "hálózatnév vagy -uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Nem sikerült kimenteni a(z) %s tartomány mag-kivonatát ide: %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "művelet nem sikerült"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "ismeretlen HTTP-hibakód érkezett: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "a kiszolgáló válasza nem értelmezhetÅ"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "érvénytelen csatlakozás-mutató itt:"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "nincs több memória"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "ismeretlen OS-tÃpus"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "tartomány - jelenlegi memória"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "tartomány - jelenlegi memória"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "csomópont-információ lekérdezése nem sikerült"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "nincs több memória"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "%s inaktÃv tartomány létrehozása nem sikerült\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "%s inaktÃv tartomány létrehozása nem sikerült\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "tartományinformáció"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "váratlan \"dict\" csomópont"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -907,531 +923,532 @@ msgstr "hálózat hozzáadása a csatlakozások hasÃtótáblázatához nem sike
msgid "dev missing from connection hash table"
msgstr "hiányzó tartomány a csatlakozások hasÃtótáblázatánál"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "ismeretlen OS-tÃpus: %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "ismeretlen parancs: '%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "ismeretlen OS-tÃpus: %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "ismeretlen parancs: '%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "ismeretlen OS-tÃpus: %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "ismeretlen OS-tÃpus: %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "hiányzó forrásinformáció az eszközhöz"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "hiányzó forrásinformáció az eszközhöz"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "hiányzó forrásinformáció az eszközhöz"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "hiányzó gyökéreszköz-információ"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "ismeretlen OS-tÃpus: %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "ismeretlen OS-tÃpus: %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "hiányzó gyökéreszköz-információ"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "ismeretlen OS-tÃpus: %s"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "ismeretlen OS-tÃpus: %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "ismeretlen parancs: '%s'"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, c-format
msgid "cannot parse device %s"
msgstr ""
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "ismeretlen OS-tÃpus: %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "hiányzó \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "hiányzó \""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "nem lehet csatlakozni ehhez: %s"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "nem lehet csatlakozni ehhez: %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "nem lehet csatlakozni ehhez: %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "ismeretlen OS-tÃpus: %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "ismeretlen gép: %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "ismeretlen gép: %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "hiányzó célinformáció az eszközhöz"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "ismeretlen gép: %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "hiányzó gyökéreszköz-információ"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "ismeretlen OS-tÃpus"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "hiányzó tartománynév-információ"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "érvénytelen tartománymutató itt: %s"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "nem sikerült lekérdezni a hálózat-UUID-t"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "váratlan adat: '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "ismeretlen OS-tÃpus"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
msgid "cannot extract boot device"
msgstr ""
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "hiányzó gyökéreszköz-információ"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "ismeretlen gép: %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Nem lehet meghatározni a(z) %s futó felügyelŠverzióját\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "hálózatnév"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
msgid "cannot extract serial devices"
msgstr ""
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "Nem lehet meghatározni a(z) %s futó felügyelŠverzióját\n"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Nem lehet meghatározni a(z) %s futó felügyelŠverzióját\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Nem lehet meghatározni a(z) %s futó felügyelŠverzióját\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "a tartalom mentése nem sikerült"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "váratlan MIME-tÃpus"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "váratlan MIME-tÃpus"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "váratlan \"dict\" csomópont"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "váratlan \"dict\" csomópont"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "váratlan \"dict\" csomópont"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "váratlan MIME-tÃpus"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "váratlan MIME-tÃpus"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "váratlan MIME-tÃpus"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "váratlan \"dict\" csomópont"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "váratlan MIME-tÃpus"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "váratlan MIME-tÃpus"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "váratlan \"dict\" csomópont"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "váratlan MIME-tÃpus"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "váratlan MIME-tÃpus"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "váratlan MIME-tÃpus"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "váratlan érték-csomópont"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "a beállÃtási fájl Ãrása nem sikerült: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "a beállÃtási fájl Ãrása nem sikerült: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "a beállÃtási fájl Ãrása nem sikerült: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "a beállÃtási fájl Ãrása nem sikerült: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "a beállÃtási fájl Ãrása nem sikerült: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "ismeretlen OS-tÃpus"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "%d aljazat olvasása nem sikerült\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "%d aljazat olvasása nem sikerült\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "%d aljazat Ãrása nem sikerült\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Nem sikerült létrehozni hálózatot ebbÅl: %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
@@ -1441,57 +1458,57 @@ msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "nem lehet csatlakozni ehhez: %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "hálózatnév"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "tartomány - jelenlegi memória"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "a tartományinformáció helytelen - a domid nem numerikus"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "a tartományinformáció helytelen - a domid nem numerikus"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1534,12 +1551,12 @@ msgstr "%s inaktÃv tartomány létrehozása nem sikerült\n"
msgid "failed to bind new root %s"
msgstr "Nem sikerült eltávolÃtani a(z) %s hálózat definÃcióját"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "%d aljazat olvasása nem sikerült\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
@@ -1712,23 +1729,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "tartományazonosÃtó vagy -uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "az inaktÃv tartomány neve"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "egy inaktÃv tartomány definÃciójának eltávolÃtása"
@@ -1783,7 +1800,7 @@ msgstr "érvénytelen tartománymutató itt:"
msgid "failed to kill pid %d"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "%s tartomány felfüggesztése nem sikerült"
@@ -1818,225 +1835,235 @@ msgstr "tartománynév"
msgid "no domain with id %d"
msgstr "csomópont - tartománylista"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "ismeretlen gép: %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "%s tartomány felélesztése nem sikerült"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "érvénytelen argumentum ebben: %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "érvénytelen argumentum ebben:"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "érvénytelen argumentum ebben: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "ismeretlen OS-tÃpus: %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "a beállÃtási fájl Ãrása nem sikerült: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "%s tartomány már létezik"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "%s hálózat indÃtása nem sikerült"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "nincs több memória"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "Nem sikerült létrehozni hálózatot ebbÅl: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "A tartomány már aktÃv"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "a beállÃtási fájl Ãrása nem sikerült: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "nem sikerült olvasásra megnyitni ezt: %s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "'%s' hálózat lekérdezése nem sikerült"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "A tartomány még fut"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "hálózatinformáció XML-ben"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "%s hálózat elindÃtva\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "Nem sikerült létrehozni hálózatot ebbÅl: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "%s tartomány felfüggesztése nem sikerült"
@@ -2046,7 +2073,267 @@ msgstr "%s tartomány felfüggesztése nem sikerült"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "ismeretlen OS-tÃpus: %s"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "ismeretlen OS-tÃpus: %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "%s tartomány felfüggesztése nem sikerült"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "hálózatnév"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "érvénytelen hálózati mutató ebben: %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "ismeretlen OS-tÃpus: %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "érvénytelen hálózati mutató ebben: %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "érvénytelen tartománymutató itt: %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "érvénytelen tartománymutató itt: %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "érvénytelen csatlakozás-mutató itt: %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "hiányzó gyökéreszköz-információ"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "ismeretlen OS-tÃpus: %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "ismeretlen OS-tÃpus: %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "%s tartomány felfüggesztése nem sikerült"
@@ -2206,7 +2493,7 @@ msgstr ""
msgid "Could not read container config"
msgstr "nem lehet csatlakozni ehhez: %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "ismeretlen OS-tÃpus: %s"
@@ -2220,6 +2507,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "nem lehet csatlakozni ehhez: %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "%s tartomány felfüggesztése nem sikerült"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Olvasás a(z) %s leÃrófájlból nem sikerült"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "%s tartomány felfüggesztése nem sikerült"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "%s tartomány felfüggesztése nem sikerült"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "művelet nem sikerült: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Nem sikerült létrehozni tartományt ebbÅl: %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Csatlakozás a felügyelÅhöz nem sikerült"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Nem sikerült létrehozni tartományt ebbÅl: %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Nem sikerült létrehozni tartományt ebbÅl: %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Nem sikerült eltávolÃtani a(z) %s hálózat definÃcióját"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Nem sikerült létrehozni tartományt ebbÅl: %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2264,707 +2616,779 @@ msgstr "Kommunikációs hiba a proxyval: deformált csomag\n"
msgid "got asynchronous packet number %d\n"
msgstr "\"%d\" számú aszinkron csomag megérkezett\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "hálózatnév vagy -uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "%s hálózat elindÃtva\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "csomópont-információ lekérdezése nem sikerült"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "nincs támogatás a felügyelÅhöz"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "váratlan adat: '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "váratlan adat: '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "érvénytelen tartománymutató itt: %s"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "érvénytelen argumentum ebben:"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "csomópont - tartománylista"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "a beállÃtási fájl Ãrása nem sikerült"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "a beállÃtási fájl Ãrása nem sikerült"
-#: src/qemu_driver.c:211
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "a beállÃtási fájl Ãrása nem sikerült"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "%d aljazat bezárása nem sikerült\n"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Nem sikerült létrehozni tartományt ebbÅl: %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Nem sikerült létrehozni hálózatot ebbÅl: %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "tartomány - jelenlegi memória"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "nincs több memória"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "%s tartomány felfüggesztése nem sikerült"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "%d aljazat bezárása nem sikerült\n"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "%d aljazat bezárása nem sikerült\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "\"%s\" tartomány lekérdezése nem sikerült"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "művelet nem sikerült"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "tartomány - jelenlegi memória"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "A tartomány már aktÃv"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "a beállÃtási fájl Ãrása nem sikerült"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "a beállÃtási fájl Ãrása nem sikerült"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "a beállÃtási fájl Ãrása nem sikerült"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "%s tartomány leállÃtása folyamatban\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "%d aljazat bezárása nem sikerült\n"
+msgid "Failed to remove domain status for %s"
+msgstr "Nem sikerült létrehozni tartományt ebbÅl: %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Felhasznált memória:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "nem sikerült lekérdezni a felügyelÅ tÃpusát"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "%s tartomány már létezik"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "%s tartomány már létezik"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "A tartomány még fut"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "művelet nem sikerült"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "művelet nem sikerült"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "az inaktÃv tartomány neve"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "nem sikerült lekérdezni a tartomány-UUID-t"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "%d aljazat olvasása nem sikerült\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "a beállÃtási fájl Ãrása nem sikerült"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "a beállÃtási fájl Ãrása nem sikerült"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "%d aljazat bezárása nem sikerült\n"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "nincs több memória"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "művelet nem sikerült"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "A konfiguráció definÃciójának eltávolÃtása egy inaktÃv tartománynál."
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "egy inaktÃv tartomány definÃciójának eltávolÃtása"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "nem lehet csatlakozni ehhez: %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "csomópont - tartománylista"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "tartomány - jelenlegi memória"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "csomópont - tartománylista"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "nem sikerült olvasni a Xen-szolgáltatásból"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "%d aljazat olvasása nem sikerült\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "%d aljazat olvasása nem sikerült\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "A tartomány már aktÃv"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "nem sikerült lekérdezni a hálózat-UUID-t"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "%s tartomány indÃtása nem sikerült"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "%s tartomány felélesztése nem sikerült"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "nem lehet csatlakozni ehhez: %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "a beállÃtási fájl Ãrása nem sikerült"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "%s tartomány már létezik"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "gépdefinÃciós fájl betöltése"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
msgid "cannot attach usb device"
msgstr ""
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "gépdefinÃciós fájl betöltése"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "egy inaktÃv tartomány definÃciójának eltávolÃtása"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "tartományinformáció"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "csomópont-információ lekérdezése nem sikerült"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Nem sikerült létrehozni tartományt ebbÅl: %s"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "egy inaktÃv tartomány definÃciójának eltávolÃtása"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "egy tartomány automatikus indÃtása"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "Nem sikerült létrehozni hálózatot ebbÅl: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "érvénytelen argumentum ebben: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "A tartomány vissza lett állÃtva ebbÅl: %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "%s tartomány felfüggesztése nem sikerült"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "nem sikerült olvasni a(z) %s beállÃtási fájlt"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "érvénytelen argumentum ebben:"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "művelet nem sikerült: %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "a beállÃtási fájl Ãrása nem sikerült"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "csomópont - tartománylista"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "nem sikerült lekérdezni a tartomány-UUID-t"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "%s tartomány indÃtása nem sikerült"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "művelet nem sikerült: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "%s tartomány felélesztése nem sikerült"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -2975,510 +3399,591 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "nem lehet csatlakozni ehhez: %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "%d aljazat olvasása nem sikerült\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "%d aljazat olvasása nem sikerült\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "%d aljazat olvasása nem sikerült\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "%d aljazat bezárása nem sikerült\n"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "nem sikerült lekérdezni a tartomány-UUID-t"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
#, fuzzy
msgid "Error allocating callbacks list"
msgstr "hálózat lefoglalása"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "tartomány lefoglalása"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "csomópont lefoglalása nem sikerült"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, c-format
msgid "unable to verify server certificate: %s"
msgstr ""
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "tartomány - jelenlegi memória"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "Ãrvénytelen érték (%d) a memóriamérethez"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "a beállÃtási fájl Ãrása nem sikerült: %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "túl sok tartomány"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "túl sok tartomány"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "memória-lefoglalás megváltoztatása"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "ismeretlen OS-tÃpus"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "túl sok csatlakozás"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "túl sok meghajtóprogram van regisztrálva"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "túl sok meghajtóprogram van regisztrálva"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "túl sok meghajtóprogram van regisztrálva"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "túl sok meghajtóprogram van regisztrálva"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "túl sok meghajtóprogram van regisztrálva"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "túl sok meghajtóprogram van regisztrálva"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "túl sok meghajtóprogram van regisztrálva"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "művelet nem sikerült: %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "művelet nem sikerült"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "S-kifejezés kibontása nem sikerült: %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "csomópont-információ lekérdezése nem sikerült"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "%s inaktÃv tartomány létrehozása nem sikerült\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "nincs támogatás a felügyelÅhöz"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "%s tartomány indÃtása nem sikerült"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "a tartalom mentése nem sikerült"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "%s tartomány indÃtása nem sikerült"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "Csatlakozás a felügyelÅhöz nem sikerült"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "csomópont - tartománylista"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "%d aljazat olvasása nem sikerült\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "csak olvasható csatlakozás"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "csomópont - tartománylista"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "%d aljazat olvasása nem sikerült\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "'%s' hálózat lekérdezése nem sikerült"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "érvénytelen argumentum ebben: %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "művelet nem sikerült"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "%s tartomány indÃtása nem sikerült"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "%s tartomány felfüggesztése nem sikerült"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "%s tartomány felfüggesztése nem sikerült"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "%s tartomány felfüggesztése nem sikerült"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3509,45 +4014,45 @@ msgstr "a beállÃtási fájl Ãrása nem sikerült: %s"
msgid "cannot read beginning of file '%s'"
msgstr "a beállÃtási fájl Ãrása nem sikerült: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "érvénytelen argumentum ebben: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "%s tartomány indÃtása nem sikerült"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "belsÅ hiba: %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3661,7 +4166,7 @@ msgid "cannot extend file '%s'"
msgstr "%s tartomány felfüggesztése nem sikerült"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "%s tartomány felfüggesztése nem sikerült"
@@ -3694,17 +4199,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "%s tartomány felfüggesztése nem sikerült"
@@ -3815,11 +4320,7 @@ msgstr "ismeretlen parancs: '%s'"
msgid "cannot remove PV device '%s'"
msgstr "ismeretlen gép: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "%s tartomány felfüggesztése nem sikerült"
@@ -3832,162 +4333,167 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "ismeretlen OS-tÃpus: %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "hálózatnév vagy -uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "ismeretlen OS-tÃpus: %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "hiányzó forrásinformáció a(z) %s eszközhöz"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "ismeretlen OS-tÃpus: %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "váratlan MIME-tÃpus"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "hiányzó gyökéreszköz-információ"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "ismeretlen gép: %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "ismeretlen gép: %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "hiányzó tartománynév-információ"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "ismeretlen OS-tÃpus: %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "a beállÃtási fájl Ãrása nem sikerült: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "%d aljazat olvasása nem sikerült\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "a beállÃtási fájl Ãrása nem sikerült: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "a beállÃtási fájl Ãrása nem sikerült: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "a beállÃtási fájl Ãrása nem sikerült: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "formai hiba a beállÃtási fájlban: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3995,17 +4501,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4013,63 +4519,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "A tartomány már aktÃv"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "A tartomány már aktÃv"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "aktuális idŠbeolvasása"
@@ -4126,155 +4632,155 @@ msgstr "csomópont - tartománylista"
msgid "resolving domain filename"
msgstr "tartomány-fájlnév feloldása"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "csomópont - tartománylista"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "tartomány-fájlnév feloldása"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "csomópont - tartománylista"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "tartomány-fájlnév feloldása"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "%s tartomány már létezik"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "A tartomány még fut"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "csomópont lefoglalása nem sikerült"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "egy tartományállapot mentése egy fájlba"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "egy tartományállapot mentése egy fájlba"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "csomópont - tartománylista"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "nem sikerült olvasni a Xen-szolgáltatásból"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "váratlan adat: '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "A(z) %s tartomány kivonata kimentve ide: %s\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "a beállÃtási fájl Ãrása nem sikerült"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "A(z) %s tartomány kivonata kimentve ide: %s\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "A tartomány már fut"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "A tartomány még fut"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "A tartomány még fut"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "A tartomány már fut"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "A tartomány már aktÃv"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4288,151 +4794,155 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Nem sikerült létrehozni hálózatot ebbÅl: %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "nincs több memória"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "csomópont - CPU-foglalatok"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "csomópont - CPU-foglalatok"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "ismeretlen parancs: '%s'"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "ismeretlen parancs: '%s'"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "nem lehet csatlakozni ehhez: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "%d aljazat Ãrása nem sikerült\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "nem lehet csatlakozni ehhez: %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "az inaktÃv tartomány neve"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "nem lehet csatlakozni ehhez: %s"
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "%d aljazat olvasása nem sikerült\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "%d aljazat olvasása nem sikerült\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "csomópont - CPU-foglalatok"
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "nem sikerült értelmezni a(z) %s beállÃtási fájlt"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "nem sikerült értelmezni a(z) %s beállÃtási fájlt"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "Nem sikerült eltávolÃtani a(z) %s tartomány definÃcióját"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "nem lehet csatlakozni ehhez: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "hiba: "
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Nem sikerült eltávolÃtani a(z) %s hálózat definÃcióját"
@@ -4442,20 +4952,25 @@ msgstr "Nem sikerült eltávolÃtani a(z) %s hálózat definÃcióját"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "ismeretlen gép"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "segÃtség kiÃrása"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Globális segÃtség kiÃrása vagy parancs specifikus segÃtség."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "az inaktÃv tartomány neve"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4463,2057 +4978,2125 @@ msgstr ""
"Parancsok:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "egy tartomány automatikus indÃtása"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
"BeállÃt egy tartományt arra, hogy rendszerindÃtáskor automatikusan "
"elinduljon."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "tartománynév, azonosÃtó vagy uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "automatikus indÃtás letiltása"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Nem sikerült megjelölni a(z) %s tartományt automatikus indÃtásra"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr ""
"Nem sikerült törölni a(z) %s tartomány automatikus indÃtásra való jelölését"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "%s tartomány megjelölve automatikus indÃtásra\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "%s tartomány automatikus indÃtásra való jelölése törölve\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(újra) csatlakozás a felügyelÅhöz"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Csatlakozás a helyi felügyelÅhöz. Ez egy beépÃtett parancs a "
"parancsértelmezÅ indÃtása után."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "felügyelŠcsatlakozási URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "csak olvasható csatlakozás"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Szétcsatlakozás a felügyelÅtÅl nem sikerült"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Csatlakozás a felügyelÅhöz nem sikerült"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "kapcsolódás a vendégrendszer konzoljához"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "Csatlakozás a vendégrendszer virtuális soros konzoljához"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "Nincs elérhetŠkonzol a tartományhoz\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "tartományok listázása"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Megadja a tartományok listáját."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "inaktÃv tartományok listázása"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "inaktÃv és aktÃv tartományok listázása"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "AktÃv tartományok listázása nem sikerült"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "InaktÃv tartományok listázása nem sikerült"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "AzonosÃtó"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Név"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "Ãllapot"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "nincs állapot"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "tartományállapot"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Megadja egy futó tartomány állapotát."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Megadja egy futó tartomány állapotát."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blokkolt"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "hálózatnév"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Megadja egy futó tartomány állapotát."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "csomópont-információ lekérdezése nem sikerült"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "tartomány felfüggesztése"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Egy futó tartomány felfüggesztése."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "%s tartomány felfüggesztve\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "egy tartomány létrehozása egy XML-fájlból"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Egy tartomány létrehozása."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "egy XML-tartományleÃrást tartalmazó fájl"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "%s tartomány létrehozva ebbÅl: %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Nem sikerült létrehozni tartományt ebbÅl: %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "egy tartomány definiálása (de el nem indÃtása) egy XML-fájlból"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Egy tartomány megadása."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "A(z) %s tartomány definiálva lett ebbÅl: %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Nem sikerült definiálni a tartományt ebbÅl: %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "egy inaktÃv tartomány definÃciójának eltávolÃtása"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "A konfiguráció definÃciójának eltávolÃtása egy inaktÃv tartománynál."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "tartománynév vagy uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "A(z) %s tartomány definÃciója el lett távolÃtva\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Nem sikerült eltávolÃtani a(z) %s tartomány definÃcióját"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "egy (elÅzÅleg definiált) inaktÃv tartomány indÃtása"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Egy tartomány indÃtása."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "az inaktÃv tartomány neve"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "A tartomány már aktÃv"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "%s tartomány elindÃtva\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "%s tartomány indÃtása nem sikerült"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "egy tartományállapot mentése egy fájlba"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Egy futó tartomány mentése."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "hova legyen mentve az adat"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "%s tartomány elmentve ide: %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
#, fuzzy
msgid "Invalid value of weight"
msgstr "Ãrvénytelen érték (%d) a memóriamérethez"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
#, fuzzy
msgid "Invalid value of cap"
msgstr "Ãrvénytelen érték (%d) a memóriamérethez"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "Ãrvénytelen érték (%d) a memóriamérethez"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "ismeretlen gép"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "egy tartomány visszaállÃtása egy fájlba mentett állapotból"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Egy tartomány visszaállÃtása."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "állapot visszaállÃtása"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "A tartomány vissza lett állÃtva ebbÅl: %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Nem sikerült visszaállÃtani a tartományt ebbÅl: %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "egy tartomány magjának (core) kimentése fájlba elemzés céljából"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Egy tartomány magjának (core) kimentése."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "hova Ãródjon ki a mag-kivonat"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "A(z) %s tartomány kivonata kimentve ide: %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Nem sikerült kimenteni a(z) %s tartomány mag-kivonatát ide: %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "egy tartomány felélesztése"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "ElÅzÅleg felfüggesztett tartomány felélesztése."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "%s tartomány felélesztve\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "%s tartomány felélesztése nem sikerült"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "egy tartomány elegáns leállÃtása"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "LeállÃtás futtatása a céltartományban."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "%s tartomány leállÃtása folyamatban\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "%s tartomány leállÃtása nem sikerült"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "egy tartomány újraindÃtása"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Egy újraindÃtás parancs futtatása a céltartományban."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "%s tartomány újra lesz indÃtva\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "%s tartomány újraindÃtása nem sikerült"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "egy tartomány megsemmisÃtése"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Megadott tartomány megsemmisÃtése."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "%s tartomány megsemmisÃtve\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "%s tartomány megsemmisÃtése nem sikerült"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "tartományinformáció"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "AlapvetŠinformációkat ad a tartományról."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "AzonosÃtó:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Név:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS-tÃpus:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "Ãllapot:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "Processzor(ok):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "ProcesszoridÅ:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max. memória:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "nincs korlátozás"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Felhasznált memória:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "Automatikus indÃtás"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Felhasznált memória:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA-cella:"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "tartomány-VCPU-információ"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "AlapvetŠinformációkat ad a tartomány virtuális processzorairól."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "Processzor:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "Processzor-affinitás:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "a tartomány VCPU-affinitásának vezérlése"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Tartomány-VCPU-k hozzárendelése a gazdagép fizikai processzoraihoz."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "VCPU-szám"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "gazdaprocesszor-szám(ok) (vesszÅvel elválasztva)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "csomópont-információ lekérdezése nem sikerült"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "A(z) \"%d\" fizikai CPU nem létezik."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "virtuális processzorok számának megváltoztatása"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr ""
"Az aktÃv virtuális processzorok számának megváltoztatása a "
"vendégtartományban."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "virtuális processzorok száma"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "virtuális processzorok száma"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "Túl sok virtuális processzor"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "memória-lefoglalás megváltoztatása"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Az aktuális memória-lefoglalás megváltoztatása a vendégtartományban."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "memóriaméret kilobájtban"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "Ãrvénytelen érték (%d) a memóriamérethez"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "maximális memóriakorlát megváltoztatása"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr ""
"A maximális memória-lefoglalási korlát megváltoztatása a vendégtartományban."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "maximális memóriakorlát kilobájtban"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "tartomány - jelenlegi memória"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "csomópont-információ"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "AlapvetŠinformációkat ad a csomópontról."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "csomópont-információ lekérdezése nem sikerült"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "Processzormodell:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "Processzor-frekvencia:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "Processzor-foglalat(ok):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Mag(ok) foglalatonként:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Szál(ak) magonként:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA-cella:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memória mérete:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "képességek"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "Megadja a felügyelÅ/meghajtóprogram képességeit."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "nem sikerült a képességek lekérdezése"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "tartományinformáció XML-ben"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "A tartományinformáció kiÃrása a szabványos kimenetre XML-kivonatként."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "inaktÃv tartományok listázása"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "tartományazonosÃtó vagy -UUID átalakÃtása tartománynévvé"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "tartományazonosÃtó vagy -uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "tartománynév vagy -UUID átalakÃtása tartományazonosÃtóvá"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "tartománynév vagy -azonosÃtó átalakÃtása tartomány-UUID-vé"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "tartományazonosÃtó vagy -név"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "nem sikerült lekérdezni a tartomány-UUID-t"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
#, fuzzy
msgid "live migration"
msgstr "csomópont-információ"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
#, fuzzy
msgid "connection URI of the destination host"
msgstr "kapcsolódás a vendégrendszer konzoljához"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "hálózat automatikus indÃtása"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "Hálózat beállÃtása, hogy automatikusan induljon el rendszerindÃtáskor."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "hálózatnév vagy -uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Nem sikerült megjelölni a(z) %s hálózatot automatikus indÃtásra"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr ""
"Nem sikerült törölni a(z) %s hálózat automatikus indÃtásra való jelölését"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "%s hálózat megjelölve automatikus indÃtásra\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "%s hálózat automatikus indÃtásra való jelölése törölve\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "egy hálózat létrehozása egy XML-fájlból"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "Egy hálózat létrehozása."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "egy XML-hálózatleÃrást tartalmazó fájl"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "%s hálózat létrehozva ebbÅl: %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "Nem sikerült létrehozni hálózatot ebbÅl: %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "egy hálózat definiálása (de el nem indÃtása) egy XML-fájlból"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "Egy hálózat megadása."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "A(z) %s hálózat definiálva lett ebbÅl: %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "Nem sikerült definiálni a hálózatot ebbÅl: %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "egy hálózat megsemmisÃtése"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "Megadott hálózat megsemmisÃtése."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "hálózatnév, -azonosÃtó vagy -uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "%s hálózat megsemmisÃtve\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "%s hálózat megsemmisÃtése nem sikerült"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "hálózatinformáció XML-ben"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "A hálózatinformáció kiÃrása a szabványos kimenetre XML-kivonatként."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "hálózatok listázása"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "Megadja a hálózatok listáját."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "inaktÃv hálózatok listázása"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "inaktÃv és aktÃv hálózatok listázása"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "AktÃv hálózatok listázása nem sikerült"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "InaktÃv hálózatok listázása nem sikerült"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "Automatikus indÃtás"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "nincs automatikus indÃtás"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "aktÃv"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "inaktÃv"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "hálózat-UUID átalakÃtása hálózatnévvé"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "hálózat-uuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "egy (elÅzÅleg definiált) inaktÃv hálózat indÃtása"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "Egy hálózat indÃtása."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "az inaktÃv hálózat neve"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "%s hálózat elindÃtva\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "%s hálózat indÃtása nem sikerült"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "egy inaktÃv hálózat definÃciójának eltávolÃtása"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "A konfiguráció definÃciójának eltávolÃtása egy inaktÃv hálózatnál."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "A(z) %s hálózat definÃciója el lett távolÃtva\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "Nem sikerült eltávolÃtani a(z) %s hálózat definÃcióját"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "hálózatnév átalakÃtása hálózat-UUID-vé"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "hálózatnév"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "nem sikerült lekérdezni a hálózat-UUID-t"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "egy tartomány automatikus indÃtása"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
#, fuzzy
msgid "Configure a pool to be automatically started at boot."
msgstr ""
"BeállÃt egy tartományt arra, hogy rendszerindÃtáskor automatikusan "
"elinduljon."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "tartománynév vagy uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Nem sikerült megjelölni a(z) %s hálózatot automatikus indÃtásra"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr ""
"Nem sikerült törölni a(z) %s hálózat automatikus indÃtásra való jelölését"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "%s tartomány megjelölve automatikus indÃtásra\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "%s tartomány automatikus indÃtásra való jelölése törölve\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "egy tartomány létrehozása egy XML-fájlból"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Egy tartomány létrehozása."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "egy XML-tartományleÃrást tartalmazó fájl"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "%s tartomány létrehozva ebbÅl: %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Nem sikerült létrehozni tartományt ebbÅl: %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "az inaktÃv tartomány neve"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "csomópont lefoglalása nem sikerült"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "egy tartomány létrehozása egy XML-fájlból"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "%s tartomány létrehozva ebbÅl: %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Nem sikerült létrehozni tartományt ebbÅl: %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "egy tartomány definiálása (de el nem indÃtása) egy XML-fájlból"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Egy tartomány megadása."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "A(z) %s tartomány definiálva lett ebbÅl: %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Nem sikerült definiálni a tartományt ebbÅl: %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "A(z) %s tartomány definiálva lett ebbÅl: %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Nem sikerült eltávolÃtani a(z) %s tartomány definÃcióját"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "%s tartomány megsemmisÃtve\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "egy tartomány megsemmisÃtése"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Megadott tartomány megsemmisÃtése."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "%s tartomány megsemmisÃtve\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "%s tartomány megsemmisÃtése nem sikerült"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Megadott tartomány megsemmisÃtése."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "%s tartomány megsemmisÃtve\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "%s tartomány megsemmisÃtése nem sikerült"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "%s tartomány felélesztve\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "%s tartomány felélesztése nem sikerült"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "tartományinformáció XML-ben"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "A tartományinformáció kiÃrása a szabványos kimenetre XML-kivonatként."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "tartományok listázása"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Megadja a tartományok listáját."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "inaktÃv tartományok listázása"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "inaktÃv és aktÃv tartományok listázása"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "AktÃv tartományok listázása nem sikerült"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "InaktÃv tartományok listázása nem sikerült"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "nincs több memória"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "csomópont-információ"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "AlapvetŠinformációkat ad a csomópontról."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "fut"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "tartomány lefoglalása"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "hálózat-UUID átalakÃtása hálózatnévvé"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "tartomány - uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "egy (elÅzÅleg definiált) inaktÃv tartomány indÃtása"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Egy tartomány indÃtása."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "az inaktÃv tartomány neve"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "%s tartomány elindÃtva\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "%s tartomány indÃtása nem sikerült"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "egy tartomány létrehozása egy XML-fájlból"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Egy tartomány létrehozása."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "tartománynév"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "az inaktÃv tartomány neve"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "%s tartomány létrehozva ebbÅl: %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "%d aljazat olvasása nem sikerült\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "egy inaktÃv tartomány definÃciójának eltávolÃtása"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "A konfiguráció definÃciójának eltávolÃtása egy inaktÃv tartománynál."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "A(z) %s tartomány definÃciója el lett távolÃtva\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Nem sikerült eltávolÃtani a(z) %s tartomány definÃcióját"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "hálózatnév átalakÃtása hálózat-UUID-vé"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "nem sikerült lekérdezni a tartomány-UUID-t"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "egy tartomány létrehozása egy XML-fájlból"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "egy XML-tartományleÃrást tartalmazó fájl"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "%s tartomány létrehozva ebbÅl: %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Nem sikerült létrehozni tartományt ebbÅl: %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Megadott tartomány megsemmisÃtése."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "%s tartomány megsemmisÃtve\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "%s tartomány megsemmisÃtése nem sikerült"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "csomópont-információ"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "AlapvetŠinformációkat ad a csomópontról."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS-tÃpus:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blokkolt"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "tartományinformáció XML-ben"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "A tartományinformáció kiÃrása a szabványos kimenetre XML-kivonatként."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "tartományok listázása"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Megadja a tartományok listáját."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "AktÃv tartományok listázása nem sikerült"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "hálózat-UUID átalakÃtása hálózatnévvé"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "hálózat-UUID átalakÃtása hálózatnévvé"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "tartomány - uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "hálózat-UUID átalakÃtása hálózatnévvé"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "verzió megjelenÃtése"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "MegjelenÃti a rendszer verzióinformációját."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "nem sikerült lekérdezni a felügyelÅ tÃpusát"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "LefordÃtva ezen programkönyvtárhoz: libvirt %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "nem sikerült lekérdezni a programkönyvtár verzióját"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Ezen könyvtár használata: libvirt %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Ezen API használata: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "nem sikerült lekérdezni a felügyelŠverzióját"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Nem lehet meghatározni a(z) %s futó felügyelŠverzióját\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Futó felügyelÅ: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "képességek"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Csatlakozás a felügyelÅhöz nem sikerült"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "InaktÃv tartományok listázása nem sikerült"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "A hálózatinformáció kiÃrása a szabványos kimenetre XML-kivonatként."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "%s tartomány megsemmisÃtve\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Nem sikerült létrehozni tartományt ebbÅl: %s"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Nem sikerült létrehozni tartományt ebbÅl: %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "InaktÃv tartományok listázása nem sikerült"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Megadja egy futó tartomány állapotát."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "%s tartomány felélesztve\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Nem sikerült létrehozni tartományt ebbÅl: %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "nem sikerült lekérdezni a felügyelÅ tÃpusát"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "nem sikerült lekérdezni a felügyelÅ tÃpusát"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "felügyelŠcsatlakozási URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "nem sikerült lekérdezni a tartomány-UUID-t"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "VNC-képernyÅ"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "A VNC-képernyÅhöz tartozó IP-cÃm és portszám kiÃrása."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "egy tartomány létrehozása egy XML-fájlból"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "egy tartomány létrehozása egy XML-fájlból"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Nem sikerült létrehozni tartományt ebbÅl: %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "egy tartomány létrehozása egy XML-fájlból"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "egy tartomány létrehozása egy XML-fájlból"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Nem sikerült létrehozni tartományt ebbÅl: %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "hálózatnév"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
#, fuzzy
msgid "network interface type"
msgstr "hálózatnév"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "nem definiált hálózatnév"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "hálózatnév"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "érvénytelen argumentum ebben: %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "hálózatnév"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "csomópont-információ lekérdezése nem sikerült"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "csomópont lefoglalása nem sikerült"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "%d aljazat olvasása nem sikerült\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "csomópont-információ lekérdezése nem sikerült"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "csomópont lefoglalása nem sikerült"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "a beállÃtási fájl Ãrása nem sikerült"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "a beállÃtási fájl Ãrása nem sikerült"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "a beállÃtási fájl Ãrása nem sikerült"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "%s inaktÃv tartomány létrehozása nem sikerült\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "a beállÃtási fájl Ãrása nem sikerült"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "a beállÃtási fájl Ãrása nem sikerült"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "A konfiguráció definÃciójának eltávolÃtása egy inaktÃv tartománynál."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "A konfiguráció definÃciójának eltávolÃtása egy inaktÃv tartománynál."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "nem sikerült olvasni a beállÃtási fájlt"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "A konfiguráció definÃciójának eltávolÃtása egy inaktÃv hálózatnál."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "A konfiguráció definÃciójának eltávolÃtása egy inaktÃv hálózatnál."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "A konfiguráció definÃciójának eltávolÃtása egy inaktÃv tartománynál."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "A konfiguráció definÃciójának eltávolÃtása egy inaktÃv tartománynál."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "kilépés ebbÅl az interaktÃv terminálból"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "'%s' parancs a(z) <%s> opciót igényli"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "'%s' parancs a(z) --%s opciót igényli"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "'%s' parancs nem létezik"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NÃV\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6522,17 +7105,17 @@ msgstr ""
"\n"
" OPCIÃK\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <szám>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <szöveg>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6540,7 +7123,7 @@ msgstr ""
"\n"
" LEÃRÃS\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6548,60 +7131,60 @@ msgstr ""
"\n"
" OPCIÃK\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <szám>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <szöveg>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "nem definiált tartománynév vagy -azonosÃtó"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "\"%s\" tartomány lekérdezése nem sikerült"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "nem definiált hálózatnév"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "'%s' hálózat lekérdezése nem sikerült"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "nem definiált hálózatnév"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "\"%s\" tartomány lekérdezése nem sikerült"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "nem definiált hálózatnév"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "\"%s\" tartomány lekérdezése nem sikerült"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6612,131 +7195,131 @@ msgstr ""
"(IdÅ: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "hiányzó \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "váratlan jel (parancsnév): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "ismeretlen parancs: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "'%s' parancs nem támogatja a(z) --%s opciót"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "várt forma: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "szám"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "szöveg"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "váratlan adat: '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPCIÃ"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "ADAT"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "megállÃtva"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "leállÃtás alatt"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "leállt"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "összeomlott"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "lekapcsolt"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "nem érvényes csatlakozás"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: hiba: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "hiba: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: nem sikerült lefoglalni %d bájtot"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: nem sikerült lefoglalni %lu bájtot"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "nem sikerült csatlakozni a felügyelÅhöz"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "csomópont-információ lekérdezése nem sikerült"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "a beállÃtási fájl Ãrása nem sikerült"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "a beállÃtási fájl Ãrása nem sikerült"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Szétcsatlakozás a felügyelÅtÅl nem sikerült"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6768,7 +7351,7 @@ msgstr ""
"\n"
" parancsok (nem interaktÃv módú):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6779,17 +7362,17 @@ msgstr ""
" (adja meg a --help <parancs> utótagot a parancs részleteihez)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "nem támogatott '-%c' opció. Lásd --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6798,7 +7381,7 @@ msgstr ""
"Ãdvözli a(z) %s, a virtualizációs interaktÃv terminál.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6808,475 +7391,489 @@ msgstr ""
" 'quit' a kilépéshez\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "ismeretlen gép"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "figyelmeztetés"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "hiba"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "Nincs megadva hibaüzenet"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "belsÅ hiba: %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "belsÅ hiba"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "nincs több memória"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "nincs támogatás a felügyelÅhöz"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "nincs támogatás a(z) %s felügyelÅhöz"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "nem lehet csatlakozni a felügyelÅhöz"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "nem lehet csatlakozni ehhez: %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "érvénytelen csatlakozás-mutató itt:"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "érvénytelen csatlakozás-mutató itt: %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "érvénytelen tartománymutató itt:"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "érvénytelen tartománymutató itt: %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "érvénytelen argumentum ebben:"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "érvénytelen argumentum ebben: %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "művelet nem sikerült: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "művelet nem sikerült"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET művelet nem sikerült: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET művelet nem sikerült"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST művelet nem sikerült: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST művelet nem sikerült"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "ismeretlen HTTP-hibakód érkezett: %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "ismeretlen gép: %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "ismeretlen gép"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "S-kifejezés kibontása nem sikerült: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "S-kifejezés kibontása nem sikerült"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "a Xen-felügyelÅ-bejegyzés nem használható"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "%s Xen-felügyelÅ-bejegyzés nem használható"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "nem lehet csatlakozni a Xen-tárolóhoz"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "nem lehet csatlakozni a(z) %s Xen-tárolóhoz"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "Xen-rendszerhÃvás nem sikerült: %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "ismeretlen OS-tÃpus"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "ismeretlen OS-tÃpus: %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "hiányzó rendszermag-információ"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "hiányzó gyökéreszköz-információ"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "hiányzó gyökéreszköz-információ itt: %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "hiányzó forrásinformáció az eszközhöz"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "hiányzó forrásinformáció a(z) %s eszközhöz"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "hiányzó célinformáció az eszközhöz"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "hiányzó célinformáció a(z) %s eszközhöz"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "hiányzó tartománynév-információ"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "hiányzó tartománynév-információ itt: %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "hiányzó operációsrendszer-információ"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "hiányzó operációsrendszer-információ ehhez: %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "hiányzó eszközinformáció"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "hiányzó eszközinformáció ehhez: %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "túl sok meghajtóprogram van regisztrálva"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "túl sok meghajtóprogram van regisztrálva itt: %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "könyvtári hÃvás nem sikerült, valószÃnűleg nincs támogatva"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "%s könyvtári hÃvás nem sikerült, valószÃnűleg nincs támogatva"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "az XML-leÃrás helytelenül formázott vagy érvénytelen"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "%s XML-leÃrása helytelenül formázott vagy érvénytelen"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "ez a tartomány már létezik"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "%s tartomány már létezik"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "művelet tiltott a csak olvasható hozzáférésnél"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "a(z) %s művelet tiltott a csak olvasható hozzáférésnél"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "nem sikerült olvasásra megnyitni a beállÃtási fájlt"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "nem sikerült olvasásra megnyitni ezt: %s"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "nem sikerült olvasni a beállÃtási fájlt"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "nem sikerült olvasni a(z) %s beállÃtási fájlt"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "nem sikerült értelmezni a beállÃtási fájlt"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "nem sikerült értelmezni a(z) %s beállÃtási fájlt"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "formai hiba a beállÃtási fájlban"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "formai hiba a beállÃtási fájlban: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "a beállÃtási fájl Ãrása nem sikerült"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "a beállÃtási fájl Ãrása nem sikerült: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "feldolgozási hiba"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "érvénytelen hálózati mutató ebben:"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "érvénytelen hálózati mutató ebben: %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "ez a hálózat már létezik"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "%s hálózat már létezik"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "rendszerhÃvási hiba"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "hiba"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "rendszerhÃvási hiba"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Nem sikerült eltávolÃtani a(z) %s hálózat definÃcióját"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Nem sikerült eltávolÃtani a(z) %s hálózat definÃcióját"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "tartományinformáció"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "A tartomány vissza lett állÃtva ebbÅl: %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "hálózatnév vagy -uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "%s hálózat létrehozva ebbÅl: %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "érvénytelen argumentum ebben: %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "érvénytelen argumentum ebben: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "művelet nem sikerült"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "művelet nem sikerült: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "hálózatnév vagy -uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "%s hálózat létrehozva ebbÅl: %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "hálózatnév vagy -uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "%s hálózat létrehozva ebbÅl: %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "érvénytelen hálózati mutató ebben:"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "érvénytelen hálózati mutató ebben: %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "érvénytelen hálózati mutató ebben:"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "érvénytelen hálózati mutató ebben: %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Nem sikerült eltávolÃtani a(z) %s hálózat definÃcióját"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Nem sikerült eltávolÃtani a(z) %s hálózat definÃcióját"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Nem sikerült eltávolÃtani a(z) %s hálózat definÃcióját"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Nem sikerült eltávolÃtani a(z) %s hálózat definÃcióját"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "érvénytelen tartománymutató itt:"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "érvénytelen tartománymutató itt: %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "tartományinformáció"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "A tartomány vissza lett állÃtva ebbÅl: %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "hálózatnév vagy -uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "%s hálózat létrehozva ebbÅl: %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "belsÅ hiba: %s"
@@ -7345,7 +7942,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "nem lehet csatlakozni ehhez: %s"
@@ -7399,7 +7996,7 @@ msgstr "a tartományinformáció helytelen - a domid nem numerikus"
msgid "domain information incomplete, missing uuid"
msgstr "a tartományinformáció nem teljes - hiányzik az uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "a tartományinformáció nem teljes - hiányzik a név"
@@ -7444,224 +8041,231 @@ msgstr "nem értelmezhetŠa vbd-fájlnév, hiányzik a meghajtóprogram neve"
msgid "cannot parse vbd filename, missing driver type"
msgstr "nem értelmezhetÅ a vbd-fájlnév, hiányzik a meghajtóprogram tÃpusa"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "váratlan \"dict\" csomópont"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "ismeretlen OS-tÃpus: %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "a tartományinformáció nem teljes - hiányzik az id"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "érvénytelen argumentum ebben: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "ismeretlen OS-tÃpus: %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "formai hiba a beállÃtási fájlban"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "Xend-tartományinformáció értelmezése nem sikerült"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "A tartomány még fut"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "S-kifejezés kibontása nem sikerült"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "váratlan MIME-tÃpus"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "váratlan érték-csomópont"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "csomópont - memória"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "művelet nem sikerült"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Nem sikerült eltávolÃtani a(z) %s hálózat definÃcióját"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "%s tartomány felfüggesztése nem sikerült"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "Xend-tartományinformáció értelmezése nem sikerült"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "%s inaktÃv tartomány létrehozása nem sikerült\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "a tartományinformáció nem teljes - hiányzik a név"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr ""
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "nem sikerült lekérdezni a felügyelÅ tÃpusát"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "a tartományinformáció nem teljes - hiányzik az uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "a tartományinformáció nem teljes - hiányzik az uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "nem sikerült olvasásra megnyitni ezt: %s"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "nem sikerült olvasni a(z) %s beállÃtási fájlt"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "váratlan MIME-tÃpus"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "váratlan MIME-tÃpus"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "váratlan érték-csomópont"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "csomópont - tartománylista"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7738,49 +8342,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "váratlan \"dict\" csomópont"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Nem sikerült visszaállÃtani a tartományt ebbÅl: %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "tartomány - jelenlegi memória"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "nem sikerült olvasni a(z) %s beállÃtási fájlt"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "ismeretlen OS-tÃpus"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Nem sikerült létrehozni tartományt ebbÅl: %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "%s tartomány felfüggesztése nem sikerült"
@@ -7789,19 +8393,34 @@ msgstr "%s tartomány felfüggesztése nem sikerült"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "érvénytelen argumentum ebben:"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "érvénytelen argumentum ebben:"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7827,15 +8446,39 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "tartomány lefoglalása"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "csomópont-információ lekérdezése nem sikerült"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "a beállÃtási fájl Ãrása nem sikerült"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "%d aljazat bezárása nem sikerült\n"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "nincs több memória"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "%d aljazat bezárása nem sikerült\n"
+
#~ msgid "allocating configuration"
#~ msgstr "konfiguráció lefoglalása"
@@ -7881,10 +8524,6 @@ msgstr "tartomány lefoglalása"
#~ msgstr "nem sikerült olvasásra megnyitni ezt: %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "művelet nem sikerült: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "művelet nem sikerült: %s"
diff --git a/po/hy.gmo b/po/hy.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/hy.gmo and b/po/hy.gmo differ
diff --git a/po/hy.po b/po/hy.po
index 81435e0..a38ec32 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/id.gmo b/po/id.gmo
index 228539f..0a30526 100644
Binary files a/po/id.gmo and b/po/id.gmo differ
diff --git a/po/id.po b/po/id.po
index eed7444..bb300fa 100644
--- a/po/id.po
+++ b/po/id.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2007-09-14 04:27+0700\n"
"Last-Translator: Teguh DC <dheche at songolimo.net>\n"
"Language-Team: LDP Linux Indonesia <http://linux.or.id>\n"
@@ -92,241 +92,241 @@ msgstr ""
msgid "Unknown error"
msgstr "Tidak diketahui"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Gagal membuka '%s': %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "gagal membaca berkas konfigurasi %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "mengalokasikan konfigurasi"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "Gagal mengalokasi memori: %s"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, c-format
msgid "Received unexpected signal %d"
msgstr ""
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Gagal membuka '%s': %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Gagal membuka '%s': %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Gagal membuka '%s': %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Gagal membuka '%s': %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "Gagal mengalokasikan memory"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Gagal membaca soket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Gagal membuka '%s': %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Gagal membuka '%s': %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "Gagal mengalokasikan memory"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Gagal menemukan jaringan: %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Gagal menemukan jaringan: %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Gagal melakukan koneksi ke hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operasi gagal: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -334,452 +334,468 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "Gagal mendapatkan statistik antarmuka %s %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Gagal memulai jaringan %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "ubah alokasi memori"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "operasi GET gagal: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "data yang tidak diharapkan '%s'"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Gagal membuat XML"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Gagal membuat XML"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Gagal menulis ke soket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "Gagal mengalokasikan memory"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "Gagal mengalokasikan memory"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "Gagal mengalokasikan memory"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Gagal membuka '%s': %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Gagal membuka '%s': %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Gagal menjalankan domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Gagal membuat XML"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "nama jaringan atau uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Gagal membuat jaringan dari %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operasi gagal"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "perintah tidak diketahui: '%s'"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "operasi gagal"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr ""
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "kehabisan memori"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "jenis OS tidak diketahui"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "Tidak dapat memverifikasi MemorySize saat ini"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "Tidak dapat memverifikasi MemorySize saat ini"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Gagal mendapatkan statistik blok %s %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "Gagal mendapatkan statistik antarmuka %s %s"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "kehabisan memori"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Gagal membuat domain dari %s"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Gagal membuat domain dari %s"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain tidak ditemukan"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "data yang tidak diharapkan '%s'"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -894,524 +910,525 @@ msgstr ""
msgid "dev missing from connection hash table"
msgstr ""
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "jenis OS %s tidak diketahui"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "perintah tidak diketahui: '%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "jenis OS %s tidak diketahui"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "perintah tidak diketahui: '%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "jenis OS %s tidak diketahui"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "jenis OS %s tidak diketahui"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "informasi sumber untuk perangkat tidak ada"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "informasi sumber untuk perangkat tidak ada"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "informasi sumber untuk perangkat tidak ada"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "informasi perangkat tidak ada"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "jenis OS %s tidak diketahui"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "jenis OS %s tidak diketahui"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
msgid "missing graphics device type"
msgstr ""
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "jenis OS %s tidak diketahui"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "jenis OS %s tidak diketahui"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "perintah tidak diketahui: '%s'"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, c-format
msgid "cannot parse device %s"
msgstr ""
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "jenis OS %s tidak diketahui"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "informasi perangkat tidak ada"
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
msgid "missing product"
msgstr ""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "tidak dapat terkoneksi ke %s"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "tidak dapat terkoneksi ke %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "tidak dapat terkoneksi ke %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "jenis OS %s tidak diketahui"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "host %s tidak diketahui"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "host %s tidak diketahui"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "informasi target untuk perangkat tidak ada"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "host %s tidak diketahui"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr ""
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "jenis OS tidak diketahui"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "informasi nama domain tidak ada"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "argumen di %s tidak valid"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "gagal mendapatkan UUID jaringan"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "data yang tidak diharapkan '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "jenis OS tidak diketahui"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
msgid "cannot extract boot device"
msgstr ""
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "informasi sumber untuk perangkat tidak ada"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "host %s tidak diketahui"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
msgid "cannot extract disk devices"
msgstr ""
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "pasang antarmuka jaringan"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
msgid "cannot extract serial devices"
msgstr ""
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
msgid "cannot extract input devices"
msgstr ""
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
msgid "cannot extract graphics devices"
msgstr ""
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
msgid "cannot extract sound devices"
msgstr ""
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "gagal menyimpan konten"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, c-format
msgid "unexpected lifecycle type %d"
msgstr ""
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "data yang tidak diharapkan '%s'"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "data yang tidak diharapkan '%s'"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "data yang tidak diharapkan '%s'"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "data yang tidak diharapkan '%s'"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, c-format
msgid "unexpected filesystem type %d"
msgstr ""
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "data yang tidak diharapkan '%s'"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "data yang tidak diharapkan '%s'"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "data yang tidak diharapkan '%s'"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "data yang tidak diharapkan '%s'"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, c-format
msgid "unexpected input bus type %d"
msgstr ""
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "data yang tidak diharapkan '%s'"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "data yang tidak diharapkan '%s'"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "data yang tidak diharapkan '%s'"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "data yang tidak diharapkan '%s'"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "data yang tidak diharapkan '%s'"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "gagal menulis berkas konfigurasi: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "gagal menulis berkas konfigurasi: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "gagal menulis berkas konfigurasi: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "gagal menulis berkas konfigurasi: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Gagal membuka '%s': %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "gagal menulis berkas konfigurasi: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "jenis OS tidak diketahui"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Gagal membuat XML"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Gagal membuat XML"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Gagal menulis ke soket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Gagal membuat jaringan dari %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Gagal menyimpan domain %s ke %s"
@@ -1421,55 +1438,55 @@ msgstr "Gagal menyimpan domain %s ke %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "tidak dapat terkoneksi ke %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "pasang antarmuka jaringan"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Tidak dapat memverifikasi MemorySize saat ini"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr ""
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
msgid "domainMigratePrepare2 did not set uri"
msgstr ""
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1512,12 +1529,12 @@ msgstr "Gagal membuat domain dari %s"
msgid "failed to bind new root %s"
msgstr "Gagal menemukan jaringan: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Gagal membuat XML"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Gagal menyimpan domain %s ke %s"
@@ -1690,23 +1707,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "id domain atau uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "nama domain yg nonaktif"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
msgid "cannot undefine transient domain"
msgstr ""
@@ -1760,7 +1777,7 @@ msgstr ""
msgid "failed to kill pid %d"
msgstr "Gagal membuka '%s': %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Gagal membuka '%s': %s"
@@ -1795,225 +1812,235 @@ msgstr "nama domain"
msgid "no domain with id %d"
msgstr ""
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "host %s tidak diketahui"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Gagal mematikan domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "argumen di %s tidak valid"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "argumen tidak valid"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "alamat MAC salah: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "jenis OS %s tidak diketahui"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "gagal menulis berkas konfigurasi: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s sudah ada"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Gagal memulai jaringan %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "kehabisan memori"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "Gagal membuat jaringan dari %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Gagal menyimpan domain %s ke %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Gagal menyimpan domain %s ke %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Gagal menyimpan domain %s ke %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Gagal menyimpan domain %s ke %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Gagal menyimpan domain %s ke %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Gagal menyimpan domain %s ke %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Gagal menyimpan domain %s ke %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Gagal menyimpan domain %s ke %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Gagal menyimpan domain %s ke %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Gagal menyimpan domain %s ke %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain sudah aktif"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "gagal menulis berkas konfigurasi: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Gagal membuka '%s': %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Gagal membuka '%s': %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Gagal membuka '%s': %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "gagal membuka berkas %s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Gagal membuka '%s': %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Gagal membuka '%s': %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "gagal mendapatkan jaringan '%s"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Jaringan masih tetep berjalan"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "informasi jaringan dalam XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "jaringan %s sudah ada"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "Gagal membuat jaringan dari %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Gagal menyimpan domain %s ke %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Gagal membuka '%s': %s"
@@ -2023,7 +2050,267 @@ msgstr "Gagal membuka '%s': %s"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "jenis OS %s tidak diketahui"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "jenis OS %s tidak diketahui"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Gagal membuka '%s': %s"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "jenis antarmuka jaringan"
+
+#: src/node_device_conf.c:616
+#, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "jenis OS %s tidak diketahui"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "argumen di %s tidak valid"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "argumen di %s tidak valid"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "argumen di %s tidak valid"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "kemampuan"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "jenis OS %s tidak diketahui"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "jenis OS %s tidak diketahui"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Gagal membuka '%s': %s"
@@ -2182,7 +2469,7 @@ msgstr ""
msgid "Could not read container config"
msgstr "tidak dapat terkoneksi ke %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "jenis OS %s tidak diketahui"
@@ -2196,6 +2483,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "tidak dapat terkoneksi ke %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Gagal membuka '%s': %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "gagal membaca berkas konfigurasi %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Gagal membuka '%s': %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Gagal membuka '%s': %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operasi gagal: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Gagal memasang perangkat dari %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Gagal melakukan koneksi ke hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Gagal memasang perangkat dari %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Gagal membuat domain dari %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Gagal menemukan jaringan: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Gagal membuat domain dari %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2240,702 +2592,774 @@ msgstr ""
msgid "got asynchronous packet number %d\n"
msgstr ""
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "Jaringan tidak ditemukan"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr ""
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Gagal mendapatkan statistik antarmuka %s %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "fungsi ini tidak didukung oleh hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "data yang tidak diharapkan '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "data yang tidak diharapkan '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "argumen di %s tidak valid"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "argumen tidak valid"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "nama domain"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "gagal menulis pada berkas log"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "gagal menulis pada berkas log"
-#: src/qemu_driver.c:211
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "gagal menulis pada berkas log"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "Gagal menutup soket %d\n"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Gagal membuka '%s': %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Gagal membuka '%s': %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Gagal mendapatkan statistik blok %s %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Gagal membuat domain dari %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Gagal menyimpan domain %s ke %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Gagal membuat jaringan dari %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "Tidak dapat memverifikasi MemorySize saat ini"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Gagal membuka '%s': %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "kehabisan memori"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Gagal membuka '%s': %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Gagal membuka '%s': %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "Gagal menutup soket %d\n"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "Gagal menutup soket %d\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "gagal mendapatkan domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operasi gagal"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "Tidak dapat memverifikasi MemorySize saat ini"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain sudah aktif"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "gagal menulis pada berkas log"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "gagal menulis pada berkas log"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "gagal menulis pada berkas log"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s disimpan ke %s\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Gagal membuka '%s': %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "Gagal menutup soket %d\n"
+msgid "Failed to remove domain status for %s"
+msgstr "Gagal membuat domain dari %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Gagal membuka '%s': %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Memory terpakai:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "Gagal mendapatkan nama-host"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s sudah ada"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s sudah ada"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain masih tetap berjalan"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operasi gagal"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operasi gagal"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "nama domain yg nonaktif"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "gagal mendapatkan UUID domain"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Gagal membuat XML"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "gagal menulis pada berkas log"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "gagal menulis pada berkas log"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "Gagal menutup soket %d\n"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "kehabisan memori"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operasi gagal"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr ""
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "nama domain yg nonaktif"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "tidak dapat terkoneksi ke %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
msgid "cannot get affinity"
msgstr ""
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "Tidak dapat memverifikasi MemorySize saat ini"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr ""
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "Gagal membaca soket %d\n"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Gagal membuat XML"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Gagal membuat XML"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain sudah aktif"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "gagal mendapatkan UUID jaringan"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Gagal menjalankan domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "gagal mendapatkan UUID domain"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "tidak dapat terkoneksi ke %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "gagal menulis pada berkas log"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "domain %s sudah ada"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "memuat berkas definisi host"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
msgid "cannot attach usb device"
msgstr ""
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "memuat berkas definisi host"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "nama domain yg nonaktif"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "Domain tidak ditemukan"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "gagal mendapatkan informasi node"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Gagal melepas perangkat dari %s"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "nama domain yg nonaktif"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
msgid "cannot set autostart for transient domain"
msgstr ""
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "Gagal membuat jaringan dari %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Gagal menyimpan domain %s ke %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "argumen di %s tidak valid"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain tidak ditemukan: %s"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Gagal membuka '%s': %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "gagal membaca berkas konfigurasi %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "argumen tidak valid"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operasi gagal: %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "gagal menulis pada berkas log"
+
+#: src/qemu_driver.c:4471
msgid "no domain XML passed"
msgstr ""
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "gagal mendapatkan UUID domain"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Gagal menjalankan domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operasi gagal: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Gagal membuka '%s': %s"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -2946,510 +3370,591 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Gagal membuka '%s': %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "tidak dapat terkoneksi ke %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Gagal membaca soket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Gagal membaca soket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Gagal membaca soket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "Gagal menutup soket %d\n"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "gagal mendapatkan URI"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
#, fuzzy
msgid "Error allocating callbacks list"
msgstr "Gagal mengalokasi memori: %s"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "mengalokasikan domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Gagal membuka '%s': %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "gagal mengalokasikan node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "Tidak dapat memverifikasi MemorySize saat ini"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Tidak dapat memverifikasi MemorySize saat ini"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "Nilai %d untuk ukuran memori salah"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "gagal menulis berkas konfigurasi: %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "terlalu banyak domain"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "terlalu banyak domain"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "ubah alokasi memori"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "jenis OS tidak diketahui"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "terlalu banyak jaringan"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "terlalu banyak driver yang didaftarkan"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "terlalu banyak driver yang didaftarkan"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "terlalu banyak driver yang didaftarkan"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "terlalu banyak driver yang didaftarkan"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "terlalu banyak driver yang didaftarkan"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "terlalu banyak driver yang didaftarkan"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "terlalu banyak driver yang didaftarkan"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "operasi gagal: %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operasi gagal"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr ""
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Gagal mendapatkan statistik blok %s %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "Gagal mendapatkan statistik antarmuka %s %s"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Gagal membuat domain dari %s"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "fungsi ini tidak didukung oleh hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Gagal menjalankan domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "gagal menyimpan konten"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Gagal menjalankan domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "Gagal melakukan koneksi ke hypervisor"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "tidak dapat terkoneksi ke %s"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Gagal membaca soket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connectio"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "tidak dapat terkoneksi ke %s"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Gagal membuat XML"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "gagal mendapatkan jaringan '%s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "argumen di %s tidak valid"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "operasi gagal"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Gagal menjalankan domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Gagal membuka '%s': %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Gagal membuka '%s': %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Gagal membuka '%s': %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3480,45 +3985,45 @@ msgstr "gagal menulis berkas konfigurasi: %s"
msgid "cannot read beginning of file '%s'"
msgstr "gagal menulis berkas konfigurasi: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Gagal membuka '%s': %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "alamat MAC salah: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Gagal membuka '%s': %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Gagal menjalankan domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "kesalahan internal %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3632,7 +4137,7 @@ msgid "cannot extend file '%s'"
msgstr "Gagal membuka '%s': %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Gagal membuka '%s': %s"
@@ -3665,17 +4170,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Gagal membuka '%s': %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Gagal membuka '%s': %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Gagal membuka '%s': %s"
@@ -3786,11 +4291,7 @@ msgstr "perintah tidak diketahui: '%s'"
msgid "cannot remove PV device '%s'"
msgstr "host %s tidak diketahui"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Gagal membuka '%s': %s"
@@ -3803,162 +4304,167 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "jenis OS %s tidak diketahui"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "nama jaringan atau uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "jenis OS %s tidak diketahui"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "informasi sumber untuk perangkat %s tidak ada"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "jenis OS %s tidak diketahui"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "data yang tidak diharapkan '%s'"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "informasi nama domain tidak ada"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "host %s tidak diketahui"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "host %s tidak diketahui"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "informasi nama domain tidak ada"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "jenis OS %s tidak diketahui"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "gagal menulis berkas konfigurasi: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Gagal membuat XML"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "gagal menulis berkas konfigurasi: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "gagal menulis berkas konfigurasi: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "gagal menulis berkas konfigurasi: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "kesalahan sintak berkas konfigurasi: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3966,17 +4472,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -3984,63 +4490,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain sudah aktif"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain sudah aktif"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr ""
@@ -4097,152 +4603,152 @@ msgstr ""
msgid "resolving domain filename"
msgstr ""
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "lepas antarmuka jaringan"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr ""
-#: src/test.c:553
+#: src/test.c:551
msgid "node pool list"
msgstr ""
-#: src/test.c:565
+#: src/test.c:563
msgid "resolving pool filename"
msgstr ""
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain %s sudah ada"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain masih tetap berjalan"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "gagal mengalokasikan node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "simpan status domain ke berkas"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "simpan status domain ke berkas"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "tidak dapat terkoneksi ke %s"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "gagal membaca berkas konfigurasi"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "data yang tidak diharapkan '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Gagal membuka '%s': %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "gagal menulis pada berkas log"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Gagal membuka '%s': %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain sudah berjalan"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain masih tetap berjalan"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Jaringan masih tetep berjalan"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Jaringan sudah berjalan"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain sudah aktif"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4256,149 +4762,153 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Gagal membuat jaringan dari %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "kehabisan memori"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Gagal membuka '%s': %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Gagal membuka '%s': %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
msgid "cannot bind socket"
msgstr ""
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "perintah tidak diketahui: '%s'"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "perintah tidak diketahui: '%s'"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "tidak dapat terkoneksi ke %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Gagal menulis ke soket %d\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "tidak dapat terkoneksi ke %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "nama domain yg nonaktif"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "tidak dapat terkoneksi ke %s"
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Gagal membuat XML"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Gagal membuat XML"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
msgid "cannot unblock signals"
msgstr ""
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "gagal menulis berkas konfigurasi: %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "gagal mendapatkan domain '%s'"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "gagal menulis berkas konfigurasi: %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "tidak dapat terkoneksi ke %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "kesalahan: "
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Gagal menemukan jaringan: %s"
@@ -4408,19 +4918,24 @@ msgstr "Gagal menemukan jaringan: %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "Tidak diketahui"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "cetak bantuan"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Cetak bantuan umum atau bantuan spesifik perintah"
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "nama perintah"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4428,2008 +4943,2075 @@ msgstr ""
"Perintah:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr ""
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "nama domain, id atau uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr ""
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr ""
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr ""
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr ""
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr ""
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "URI koneksi hypervisor"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connectio"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Gagal memutuskan koneksi dari hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Gagal melakukan koneksi ke hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "sambungkan ke konsol tamu"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "Tidak ada konsol yang tersedia untuk domain\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "daftar domain"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Kembalikan daftar domain"
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "tampilkan domain yang tidak aktif"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "tampilkan domain yang tidak aktif dan aktif"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Gagal menampilkan domain aktif"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Gagal menampilkan domain nonaktif"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Nama"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "Status"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "tidak ada status"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "status domain"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Kembalikan status tentang domain yang berjalan."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr ""
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "perangkat blok"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "Gagal mendapatkan statistik blok %s %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr ""
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr ""
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "Gagal mendapatkan statistik antarmuka %s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr ""
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr ""
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr ""
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr ""
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "buat domain dari berkas XML"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Buat sebuah domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "berkas yang berisi XML keterangan domain"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr ""
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Gagal membuat domain dari %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "definisikan (tapi jangan jalankan) domain dari berkas XML"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Definisikan domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr ""
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr ""
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr ""
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr ""
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "nama domain atau uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr ""
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr ""
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr ""
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Jalankan domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "nama domain yg nonaktif"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain sudah aktif"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr ""
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Gagal menjalankan domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "simpan status domain ke berkas"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Simpan domain yg sedang berjalan."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "tempat menyimpan data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s disimpan ke %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Gagal menyimpan domain %s ke %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
#, fuzzy
msgid "Invalid value of weight"
msgstr "Nilai %d untuk ukuran memori salah"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
#, fuzzy
msgid "Invalid value of cap"
msgstr "Nilai %d untuk ukuran memori salah"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "Nilai %d untuk ukuran memori salah"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "Tidak diketahui"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "kembalikan domain dari status yg tersimpan di berkas"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Kembalikan domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr ""
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr ""
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr ""
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr ""
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr ""
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr ""
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s disimpan ke %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr ""
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr ""
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr ""
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr ""
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr ""
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr ""
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr ""
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr ""
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Gagal mematikan domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Jalankan perintah reboot di domain target."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr ""
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Gagal me-reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr ""
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr ""
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr ""
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr ""
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "informasi domain"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Kembalikan informasi dasar tentang domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Nama:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "Jenis OS:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "Status:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU:"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr ""
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Memori maks:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "tidak terbatas"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Memory terpakai:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "Tidak otomatis mulai"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Memory terpakai:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "Sel NUMA:"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "informasi domain vcpu"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Kembalikan informasi dasar tentang domain CPU virtual"
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr ""
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr ""
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr ""
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "jumlah vcpu"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "jumlah cpu host (dipisahkan dg koma)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "gagal mendapatkan informasi node"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "CPU fisik %d tidak ada."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "ubah jumlah CPU virtual"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Ubah jumlah CPU virtual yang aktif di domain tamu."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "jumlah CPU virtual"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "Jumlah CPU virtual salah."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "Terlalu banyak CPU virtual."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "ubah alokasi memori"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Ubah alokasi memori domain tamu saat ini."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "Ukuran memori dalam kilobyte"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "Nilai %d untuk ukuran memori salah"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "Tidak bisa memverifikasi MaxMemorySize"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "ubah batas memori maksimum"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Ubah batas alokasi memori maksimum di domain tamu."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr ""
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "Tidak dapat memverifikasi MemorySize saat ini"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "Tidak dapat memperkecil MemorySize saat ini"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "Tidak dapat mengubah MaxMemorySize"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "informasi node"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Kembalikan informasi dasar tentang node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "gagal mendapatkan informasi node"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "Model CPU:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "Frekuensi CPU:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "Soket CPU:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Inti per soket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread per inti:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "Sel NUMA:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Ukuran memory:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "kemampuan"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "Gagal mendapatkan kemampuan"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "informasi domain di XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr ""
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "tampilkan domain yang tidak aktif"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "ubah id domain atau UUID ke nama domain"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "id domain atau uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "ubah nama domain atau UUID ke id domain"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "ubah nama domain atau id ke UUID domain"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "id domain atau nama"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "gagal mendapatkan UUID domain"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "migrasi domain ke host lainnya"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "migrasi langsung"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "otomatis mulai jaringan"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "nama jaringan atau uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr ""
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr ""
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr ""
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr ""
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "buat jaringan dari berkas XML"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "Buat jaringan."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr ""
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "Jaringan %s dibuat dari %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "Gagal membuat jaringan dari %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr ""
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "Tentukan jaringan"
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr ""
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "Gagal menentukan jaringan dari %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr ""
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr ""
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "nama jaringan, id atau uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr ""
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr ""
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "informasi jaringan dalam XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr ""
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "tampilkan jaringan"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "Mengembalikan daftar jaringan."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "tampilkan jaringan yang tidak aktif"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "tampilkan jaringan yang aktif dan tidak aktif"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "Gagal menampilkan jaringan aktif"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "Gagal menampilkan jaringan yang tidak aktif"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "Tidak otomatis mulai"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "aktif"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "tidak aktif"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "ubah UUID jaringan ke nama jaringan"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "uuid jaringan"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr ""
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "Hidupkan jaringan"
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "nama jaringan yang tidak aktif"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr ""
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "Gagal memulai jaringan %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr ""
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr ""
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr ""
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr ""
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "ubah nama jaringan ke UUID jaringan"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "nama jaringan"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "gagal mendapatkan UUID jaringan"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "otomatis mulai jaringan"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "nama domain atau uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr ""
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr ""
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr ""
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr ""
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "buat domain dari berkas XML"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Buat sebuah domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "berkas yang berisi XML keterangan domain"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Jaringan %s dibuat dari %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Gagal membuat domain dari %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "nama domain yg nonaktif"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "gagal mengalokasikan buffer"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "buat domain dari berkas XML"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Jaringan %s dibuat dari %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Gagal membuat domain dari %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "definisikan (tapi jangan jalankan) domain dari berkas XML"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Definisikan domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Jaringan %s dibuat dari %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Gagal menentukan jaringan dari %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr ""
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Gagal menentukan jaringan dari %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Jaringan %s dibuat dari %s\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Gagal mematikan domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr ""
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr ""
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr ""
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Gagal menjalankan domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr ""
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr ""
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Gagal membuat domain dari %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr ""
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Gagal membuat domain dari %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "informasi domain di XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr ""
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "daftar domain"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Kembalikan daftar domain"
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "tampilkan domain yang tidak aktif"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "tampilkan domain yang tidak aktif dan aktif"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Gagal menampilkan domain aktif"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Gagal menampilkan domain nonaktif"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "kehabisan memori"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Gagal menyimpan domain %s ke %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "informasi node"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Kembalikan informasi dasar tentang node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr ""
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "mengalokasikan domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "ubah UUID jaringan ke nama jaringan"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "uuid domain"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr ""
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Jalankan domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "nama domain yg nonaktif"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr ""
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Gagal menjalankan domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "buat domain dari berkas XML"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Buat sebuah domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "nama domain"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "nama domain yg nonaktif"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Jaringan %s dibuat dari %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Gagal membuat XML"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "nama domain atau id belum didefinisikan"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "gagal membuka berkas konfigurasi"
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr ""
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Gagal menentukan jaringan dari %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "ubah nama jaringan ke UUID jaringan"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "gagal mendapatkan UUID domain"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "buat domain dari berkas XML"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "berkas yang berisi XML keterangan domain"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Jaringan %s dibuat dari %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Gagal membuat domain dari %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr ""
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr ""
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Gagal melepas perangkat dari %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "informasi node"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Kembalikan informasi dasar tentang node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "Jenis OS:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "file"
msgstr "berkas XML"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr ""
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "informasi domain di XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
msgid "Output the vol information as an XML dump to stdout."
msgstr ""
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "daftar domain"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Kembalikan daftar domain"
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Gagal menampilkan domain aktif"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "ubah UUID jaringan ke nama jaringan"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "ubah UUID jaringan ke nama jaringan"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "uuid domain"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "ubah UUID jaringan ke nama jaringan"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "tampilkan versi"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Tampilkan informasi versi sistem."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "gagal mendapatkan jenis hypervisor"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr ""
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "gagal mendapatkan versi pustaka"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr ""
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Mempergunakan API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "gagal mendapatkan versi hypervisor"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr ""
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr ""
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "migrasi domain ke host lainnya"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "kemampuan"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Gagal melakukan koneksi ke hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Gagal menampilkan domain nonaktif"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
msgid "Output the node device details as an XML dump to stdout."
msgstr ""
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, c-format
+msgid "Device %s dettached\n"
+msgstr ""
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Gagal melepas perangkat dari %s"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Gagal memasang perangkat dari %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Gagal menampilkan domain nonaktif"
+
+#: src/virsh.c:4558
+msgid "Reset node device before or after assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4585
+#, c-format
+msgid "Device %s reset\n"
+msgstr ""
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Gagal memasang perangkat dari %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "cetak nama-host hypervisor"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "Gagal mendapatkan nama-host"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr ""
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "gagal mendapatkan URI"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "tampilan vnc"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "konsol tty"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "pasang perangkat dari berkas XML"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "Pasang perangkat dari <berkas> XML"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "berkas XML"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "Gagal memasang perangkat dari %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "lepas perangkat dari berkas XML"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "Lepas perangkat dari <berkas> XML"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "Gagal melepas perangkat dari %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "pasang antarmuka jaringan"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "Pasang antarmuka jaringan baru"
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "jenis antarmuka jaringan"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "sumber antarmuka jaringan"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "nama jaringan target"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "alamat MAC"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "lepas antarmuka jaringan"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "Lepas antarmuka jaringan."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "Gagal memperoleh informasi antarmuka"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "Gagal mengalokasikan memory"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "Gagal membuat XML"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "Gagal memperoleh informasi disk"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "gagal mengalokasikan node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "gagal menulis pada berkas log"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "gagal menulis pada berkas log"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "gagal menulis pada berkas log"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr ""
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "gagal menulis pada berkas log"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "gagal menulis pada berkas log"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "gagal membuka berkas konfigurasi"
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "gagal membuka berkas konfigurasi"
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "gagal membaca berkas konfigurasi"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "kesalahan sintak berkas konfigurasi"
-#: src/virsh.c:5457
+#: src/virsh.c:5641
msgid "Edit the XML configuration for a network."
msgstr ""
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "gagal membuka berkas konfigurasi"
-#: src/virsh.c:5474
+#: src/virsh.c:5658
msgid "Edit the XML configuration for a storage pool."
msgstr ""
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "keluar dari terminal interaktif ini"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "perintah '%s' membutuhkan opsi <%s>"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "perintah '%s' membutuhkan opsi --%s "
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "perintah '%s' tidak ada"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAMA\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6437,17 +7019,17 @@ msgstr ""
"\n"
" Ringkasan\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, c-format
msgid "[--%s <number>]"
msgstr ""
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, c-format
msgid "[--%s <string>]"
msgstr ""
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6455,7 +7037,7 @@ msgstr ""
"\n"
" KETERANGAN\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6463,60 +7045,60 @@ msgstr ""
"\n"
" OPSI\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr ""
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr ""
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "nama domain atau id belum didefinisikan"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "gagal mendapatkan domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "nama jaringan belum didefinisikan"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "gagal mendapatkan jaringan '%s"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "nama jaringan belum didefinisikan"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "gagal mendapatkan domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "nama jaringan belum didefinisikan"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "gagal mendapatkan domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6527,129 +7109,129 @@ msgstr ""
"(Waktu: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr ""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr ""
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "perintah tidak diketahui: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "perintah '%s' tidak mendukung opsi --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr ""
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr ""
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr ""
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "data yang tidak diharapkan '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr ""
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr ""
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr ""
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr ""
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr ""
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "tidak ada koneksi yang valid"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: kesalahan: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "kesalahan: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr ""
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr ""
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "gagal terkoneksi ke hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "Gagal mengambil informasi tentang berkas log"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "gagal menulis pada berkas log"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "gagal menulis pada berkas log"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Gagal memutuskan koneksi dari hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6668,499 +7250,513 @@ msgid ""
" commands (non interactive mode):\n"
msgstr ""
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr ""
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
msgstr ""
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
"\n"
msgstr ""
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "Tidak diketahui"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "peringatan"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "kesalahan"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "Tidak ada pesan kesalahan yang tersedia"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "kesalahan internal %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "kesalahan internal"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "kehabisan memori"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "fungsi ini tidak didukung oleh hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "fungsi ini tidak didukung oleh hypervisor: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr ""
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "tidak dapat terkoneksi ke %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr ""
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr ""
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr ""
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr ""
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "argumen tidak valid"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "argumen di %s tidak valid"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operasi gagal: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operasi gagal"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "operasi GET gagal: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "operasi GET gagal"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "operasi POST gagal: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "operasi POST gagal"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr ""
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "host %s tidak diketahui"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "host tidak diketahui"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr ""
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr ""
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "tidak dapat memakai isian hypervisor Xen"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "tidak dapat memakai isian hypervisor Xen %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr ""
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr ""
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "gagal mengeksekusi %s\n"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "jenis OS tidak diketahui"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "jenis OS %s tidak diketahui"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "informasi kernel tidak ada"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr ""
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr ""
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "informasi sumber untuk perangkat tidak ada"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "informasi sumber untuk perangkat %s tidak ada"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "informasi target untuk perangkat tidak ada"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "informasi target untuk perangkat %s tidak ada"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "informasi nama domain tidak ada"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "informasi nama domain %s tidak ada"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "informasi sistem operasi tidak ada"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "informasi sistem operasi untuk %s tidak ada"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "informasi perangkat tidak ada"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "informasi perangkat %s tidak ada"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "terlalu banyak driver yang didaftarkan"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "terlalu banyak driver yang didaftarkan di %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr ""
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr ""
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr ""
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr ""
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "domain ini sudah ada"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s sudah ada"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr ""
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr ""
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "gagal membuka berkas konfigurasi"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "gagal membuka berkas %s"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "gagal membaca berkas konfigurasi"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "gagal membaca berkas konfigurasi %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr ""
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr ""
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "kesalahan sintak berkas konfigurasi"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "kesalahan sintak berkas konfigurasi: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "gagal menulis berkas konfigurasi"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "gagal menulis berkas konfigurasi: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr ""
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr ""
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr ""
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "jaringan ini sudah ada"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "jaringan %s sudah ada"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "Kesalahan panggilan sistem"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "kesalahan RPC"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "kesalahan panggilan GNUTLS"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "Gagal menemukan jaringan"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "Gagal menemukan jaringan: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "Domain tidak ditemukan"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "Domain tidak ditemukan: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "Jaringan tidak ditemukan"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "Jaringan tidak ditemukan: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "alamat MAC salah"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "alamat MAC salah: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operasi gagal"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operasi gagal: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "Jaringan tidak ditemukan"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Jaringan tidak ditemukan: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "Jaringan tidak ditemukan"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Jaringan tidak ditemukan: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "argumen tidak valid"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "argumen di %s tidak valid"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "argumen tidak valid"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "argumen di %s tidak valid"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Gagal menemukan jaringan"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Gagal menemukan jaringan: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Gagal menemukan jaringan"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Gagal menemukan jaringan: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
msgid "invalid node device pointer"
msgstr ""
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "argumen di %s tidak valid"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain tidak ditemukan"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain tidak ditemukan: %s"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "Jaringan tidak ditemukan"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Jaringan tidak ditemukan: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "kesalahan internal %s"
@@ -7229,7 +7825,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "tidak dapat terkoneksi ke %s"
@@ -7283,7 +7879,7 @@ msgstr ""
msgid "domain information incomplete, missing uuid"
msgstr "informasi domain tidak lengkap, uuid tidak ada"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "informasi domain tidak lengkap, name tidak ada"
@@ -7327,220 +7923,227 @@ msgstr ""
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "data yang tidak diharapkan '%s'"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "jenis OS %s tidak diketahui"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "informasi domain tidak lengkap, domid tidak ada"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "alamat MAC salah: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "jenis OS %s tidak diketahui"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "kesalahan sintak berkas konfigurasi"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr ""
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain masih tetap berjalan"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "gagal membuka berkas"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
msgid "unsupported device type"
msgstr ""
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
msgid "unexpected value from on_xend_start"
msgstr ""
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "memori node"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operasi gagal"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Gagal menemukan jaringan"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Gagal membuka '%s': %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "berkas yang berisi XML keterangan domain"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr ""
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "informasi domain tidak lengkap, name tidak ada"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr ""
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "Gagal mendapatkan nama-host"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "informasi domain tidak lengkap, uuid tidak ada"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "informasi domain tidak lengkap, uuid tidak ada"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "gagal membuka berkas %s"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "gagal membaca berkas konfigurasi %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "data yang tidak diharapkan '%s'"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
msgid "unexpected chr device type"
msgstr ""
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, c-format
msgid "unexpected lifecycle value %d"
msgstr ""
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr ""
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7617,49 +8220,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "data yang tidak diharapkan '%s'"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Gagal membuat domain dari %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "Tidak dapat memverifikasi MemorySize saat ini"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "gagal membaca berkas konfigurasi %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "jenis OS tidak diketahui"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Gagal membuat domain dari %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Gagal membuka '%s': %s"
@@ -7668,19 +8271,34 @@ msgstr "Gagal membuka '%s': %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "argumen tidak valid"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "argumen tidak valid"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7706,15 +8324,39 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "mengalokasikan domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Gagal mendapatkan statistik blok %s %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "Gagal mendapatkan statistik antarmuka %s %s"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "gagal menulis pada berkas log"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "Gagal menutup soket %d\n"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "kehabisan memori"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "Gagal menutup soket %d\n"
+
#~ msgid "allocating configuration"
#~ msgstr "mengalokasikan konfigurasi"
@@ -7760,10 +8402,6 @@ msgstr "mengalokasikan domain"
#~ msgstr "gagal membuka berkas %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operasi gagal: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "operasi gagal: %s"
diff --git a/po/is.gmo b/po/is.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/is.gmo and b/po/is.gmo differ
diff --git a/po/is.po b/po/is.po
index 81435e0..a38ec32 100644
--- a/po/is.po
+++ b/po/is.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/it.gmo b/po/it.gmo
index 3c57e93..301b471 100644
Binary files a/po/it.gmo and b/po/it.gmo differ
diff --git a/po/it.po b/po/it.po
index 76da812..e22799e 100644
--- a/po/it.po
+++ b/po/it.po
@@ -3,16 +3,16 @@
# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# Francesco Tombolini <tombo at adamantio.net>, 2007, 2008.
-# Guido Grazioli <guido.grazioli at gmail.com>, 2008.
-#
+# Guido Grazioli <guido.grazioli at gmail.com>, 2008, 2009.
+# Silvio Pierro <perplesso82 at gmail.com>, 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: it\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
-"PO-Revision-Date: 2008-10-18 00:24+0200\n"
-"Last-Translator: <perplesso82 at gmail.com>\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
+"PO-Revision-Date: 2009-02-28 01:31+0100\n"
+"Last-Translator: Guido Grazioli <guido.grazioli at gmail.com>\n"
"Language-Team: <it at li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -95,244 +95,241 @@ msgstr "Parametro stringa non correttamente codificato"
msgid "Unknown error"
msgstr "Errore sconosciuto"
-#: qemud/qemud.c:234
+#: qemud/qemud.c:240
#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr "Impossibile accedere %s '%s': %s (%d)"
+msgid "Cannot access %s '%s': %s"
+msgstr "Impossibile accedere %s '%s': %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Impossibile leggere dalla pipe del segnale: %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "Ricaricamento configurazione al SIGHUP"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
-msgstr "Errore durante il ricaricamento dei drivers"
+msgstr "Errore durante il ricaricamento dei driver"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "Chiusura al segnale %d"
-#: qemud/qemud.c:356
-#, fuzzy, c-format
+#: qemud/qemud.c:364
+#, c-format
msgid "Received unexpected signal %d"
-msgstr "nodo valore inaspettato"
+msgstr "Ricevuto segnale inatteso %d"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "Impossibile impostare il flag close-on-exec del file descriptor"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "Impossibile impostare il flag non-blocking del file descriptor"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Impossibile aprire il file pid '%s' : %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Impossibile fdopen il file del pid '%s' : %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Impossibile scrivere sul file pid '%s' : %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Impossibile chiudere il file del pid '%s' : %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
-msgstr "Impossibile allocare memoria per struct qemud_socket"
+msgstr "Impossibile allocare memoria per lo struct qemud_socket"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "Impossibile creare il socket: %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Impossibile collegarsi al socket '%s': %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Impossibile restare in ascolto per connessioni su '%s': %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
-msgstr "Impossibile aggiungere l'evento callback sul server"
+msgstr "Impossibile aggiungere un callback per l'evento sul server"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "socket: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "bind: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "in ascolto su: %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: calloc: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: listen: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr "Percorso risultante troppo lungo per il buffer in qemudInitPaths()"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "Impossibile allocare struct qemud_server"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
-#, fuzzy
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
-msgstr "impossibile inizializzare il supporto del bridge: %s"
+msgstr "impossibile inizializzare mutex"
-#: qemud/qemud.c:759
-#, fuzzy
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
-msgstr "impossibile inizializzare il supporto del bridge: %s"
+msgstr "impossibile inizializzare la variabile condition"
-#: qemud/qemud.c:767
-#, fuzzy
+#: qemud/qemud.c:818
msgid "Failed to initialize event system"
-msgstr "Impossibile inizializzare l'autenticazione SASL %s"
+msgstr "Impossibile inizializzare il sistema degli eventi"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Impossibile inizializzare l'autenticazione SASL %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr ""
"Impossibile connettersi al bus di sistema per l'autorizzazione PolicyKit: %s"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: fallito: il DN del client è %s"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate: verifica fallita: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
-msgstr "remoteCheckCertificate: il certificato del client non è credibile."
+msgstr "remoteCheckCertificate: il certificato del client non è accreditato."
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
"remoteCheckCertificate: il certificato del client è stato emesso da un "
"autorità sconosciuta."
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate: il certificato del client è stato revocato."
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
"remoteCheckCertificate: il certificato del client usa un algoritmo insicuro."
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate: il certificato non è X.509"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
-msgstr "remoteCheckCertificate: nessun peers"
+msgstr "remoteCheckCertificate: nessun peer"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: fallimento gnutls_x509_crt_init"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate: il certificato del client è scaduto"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
"remoteCheckCertificate: il certificato del client non è ancora stato attivato"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,16 +337,16 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
"remoteCheckCertificate: il Distinguished Name del client non è elencato "
-"nella lista dei clients consentiti (tls_allowed_dn_list). Usare 'openssl "
+"nella lista dei client consentiti (tls_allowed_dn_list). Usare 'openssl "
"x509 -in clientcert.pem -text' per vedere il campo Distinguished Name nel "
"certificato del client, o eseguire questo demone con l'opzione --verbose."
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
"remoteCheckCertificate: impossibile verificare il certificato del client"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
@@ -357,447 +354,460 @@ msgstr ""
"remoteCheckCertificate: è impostato tls_no_verify_certificate perciò il "
"certificato non corretto è ignorato"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
+"il client aveva un dato inatteso in attesa di trasferimento dopo il "
+"controllo di accesso"
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "Impossibile verificare le credenziali utente: %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "Impossibile accettare la connessione: %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
-msgstr ""
+msgstr "Troppi client attivi (%d), chiusura della connessione"
-#: qemud/qemud.c:1185
-#, fuzzy
+#: qemud/qemud.c:1244
msgid "Out of memory allocating clients"
-msgstr "memoria esaurita durante l'allocazione dell'array"
+msgstr "Memoria esaurita durante l'allocazione dei client"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
-msgstr "Disabilitazione polkit auth per client %d privilegiato"
+msgstr ""
+"Disabilitazione dell'autenticazione polkit per il client %d privilegiato"
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "negoziazione TLS fallita: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
-#, fuzzy, c-format
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
+#, c-format
msgid "unexpected negative length request %lld"
-msgstr "tipo di dominio %d inaspettato"
+msgstr "inattesa richiesta di lunghezza negativa %lld"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "lettura: %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
-#, fuzzy, c-format
+#: qemud/qemud.c:1622
+#, c-format
msgid "failed to decode SASL data %s"
-msgstr "Impossibile creare '%s'"
+msgstr "impossibile decodificare i dati SASL %s"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "scrittura: %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
-#, fuzzy, c-format
+#: qemud/qemud.c:1830
+#, c-format
msgid "failed to encode SASL data %s"
-msgstr "Impossibile creare '%s'"
+msgstr "impossibile codificare i dati SASL %s"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
-msgstr "Il gestore di segnale ha riportato %d errori: ultimo errore: %s"
+msgstr "Il gestore di segnali ha riportato %d errori: ultimo errore: %s"
-#: qemud/qemud.c:2059
-#, fuzzy
+#: qemud/qemud.c:2130
+msgid "Failed to register shutdown timeout"
+msgstr "Impossibile registrare il timeout di spegnimento"
+
+#: qemud/qemud.c:2139
msgid "Failed to allocate workers"
-msgstr "Impossibile allocare memoria"
+msgstr "Impossibile allocare i worker"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
-msgstr "Impossibile allocare memoria per l'elenco di configurazione %s"
+msgstr "impossibile allocare memoria per l'elenco di configurazione %s"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
-msgstr "Impossibile allocare memoria per l'elenco di configurazione valore %s"
+msgstr "impossibile allocare memoria per l'elenco di configurazione valore %s"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
"remoteReadConfigFile: %s: %s: deve essere una stringa o un elenco di "
"stringhe\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
"remoteReadConfigFile: %s: %s: tipo non valido: ottenuto %s; aspettato %s\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr "remoteReadConfigFile: %s: %s: autorizzazione non supportata %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "Impostazione gruppo impossibile quando non in esecuzione come root"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
-msgstr "Impossibile ricercare gruppo '%s'"
+msgstr "Impossibile trovare gruppo '%s'"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "Impossibile eseguire il parsing della modalità '%s'"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Impossibile eseguire il fork come demone: %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "Impossibile creare la pipe: %s"
-#: qemud/qemud.c:2792
-#, fuzzy
+#: qemud/qemud.c:2882
msgid "unable to create rundir"
-msgstr "impossibile generare uuid"
+msgstr "impossibile creare rundir"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr "Errore nella modifica della proprietà del gruppo di %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr "Impossibile registrare il callback per la pipe del segnale"
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr "discordanza del programma (attuale %x, previsto %x)"
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "discordanza della versione (attuale %x, previsto %x)"
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "direzione (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "stato (%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "autenticazione richiesta"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "procedura sconosciuta: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "errore nell'analizzare gli argomenti"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr "collegamento già aperto"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "collegamento non aperto"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr "memoria esaurita in strdup"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_NODE_MAX_CELLS"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
-msgstr "nparams troppo grandi"
+msgstr "nparams troppo grande"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "tipo sconosciuto"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr "dimensione > dimensione buffer massima"
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "impossibile ottenere l'ora attuale"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "impossibile ottenere l'ora attuale"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Impossibile risolvere l'indirizzo %d: %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "il client ha tentato una richiesta di inizializzazione SASL non valida"
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, c-format
-msgid "failed to get sock address %d (%s)"
-msgstr "impossibile ottenere l'indirizzo sock %d (%s)"
+msgid "failed to get sock address: %s"
+msgstr "impossibile ottenere l'indirizzo sock: %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, c-format
-msgid "failed to get peer address %d (%s)"
-msgstr "Impossibile ottenere l'indirizzo peer %d (%s)"
+msgid "failed to get peer address: %s"
+msgstr "impossibile ottenere l'indirizzo peer: %s"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "impostazione contesto sasl fallita %d (%s)"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr "impossibile ottenere la dimensione della cifra TLS"
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr "impossibile impostare SSF esterno di SASL %d (%s)"
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr "impossibile impostare proprietà di sicurezza di SASL %d (%s)"
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "impossibile elencare i meccanismi di SASL %d (%s)"
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "impossibile allocare elenco mech"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
-msgstr "impossibile interrogare SASL ssf alla connessione %d (%s)"
+msgstr "impossibile interrogare SASL ssf sulla connessione %d (%s)"
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "la negoziazione SSF %d non è abbastanza forte"
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
-msgstr "impossibile interrogare l'username di SASL alla connessione %d (%s)"
+msgstr "impossibile interrogare l'username di SASL sulla connessione %d (%s)"
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "nessun username client trovato"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "memoria esaurita durante la copia dell'username"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "il client SASL %s non è ammesso nella whitelist"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr "il client ha tentato una richiesta di avvio SASL non valida"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "impossibile avviare sasl %d (%s)"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr "risposta dati di avvio SASL troppo lunga %d"
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "step SASL fallito %d (%s)"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr "dati di risposta di uno step SASL troppo lunghi %d"
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
"il client ha tentato una richiesta di inizializzazione SASL non supportata"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr "il client ha tentato una richiesta di avvio SASL non supportata"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "il client ha tentato una richiesta di step SASL non supportata"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
"il client ha tentato una richiesta di inizializzazione PolicyKit non valida"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "impossibile ottenere l'identità del socket peer"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "Verifica che il PID %d venga eseguito come %d"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
-msgstr "Impossibile ricercare il policy kit caller: %s"
+msgstr "Impossibile determinare il policy kit caller: %s"
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Impossibile creare l'azione polkit %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Impossibile creare il contesto polkit %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "Policy kit ha fallito il controllo dell'autorizzazione %d %s"
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr "Policy kit ha negato l'azione %s dal pid %d, uid %d, risultato: %s\n"
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr "Policy kit ha consentito l'azione %s dal pid %d, uid %d, risultato %s"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
"il client ha tentato una richiesta di inizializzazione PolicyKit non "
"supportata"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
-#, fuzzy
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
-msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
+msgstr "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
-#, fuzzy
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
msgid "node_device not found"
-msgstr "dispositivo non trovato: %s (%s)"
+msgstr "node_device non trovato"
-#: qemud/remote.c:4180
-#, fuzzy
+#: qemud/remote.c:4338
msgid "unexpected async event method call"
-msgstr "nodo dict inaspettato"
+msgstr "inattesa chiamata a metodo di evento async"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
-msgstr ""
+msgstr "Non abilito IFF_VNET_HDR; TUNGETFEATURES ioctl() non implementato"
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
+"Non abilito IFF_VNET_HDR; TUNGETFEATURES ioctl() non riporta IFF_VNET_HDR"
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
-msgstr ""
+msgstr "Non abilito IFF_VNET_HDR; TUNGETIFF ioctl() non implementato"
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
-msgstr ""
+msgstr "Abilitazione di IFF_VNET_HDR"
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
-msgstr ""
+msgstr "Notn abilito IFF_VNET_HDR; disabilitato in fase di compilazione"
#: src/conf.c:349
msgid "unterminated number"
@@ -829,7 +839,7 @@ msgstr "mancanza di un separatore"
#: src/conf.c:615
msgid "expecting an assignment"
-msgstr "mancanza di un incarico"
+msgstr "mancanza di un assegnazione"
#: src/conf.c:900
msgid "failed to open file"
@@ -904,544 +914,528 @@ msgid "vol missing from connection hash table"
msgstr "volume mancante dalla tabella hash di connessione"
#: src/datatypes.c:816
-#, fuzzy
msgid "failed to add node dev to conn hash table"
msgstr ""
-"impossibile aggiungere il volume storage alla tabella hash di connessione"
+"impossibile aggiungere il nodo dispositivo alla tabella hash di connessione"
#: src/datatypes.c:854
-#, fuzzy
msgid "dev missing from connection hash table"
-msgstr "volume mancante dalla tabella hash di connessione"
+msgstr "dispositivo mancante dalla tabella hash di connessione"
-#: src/domain_conf.c:588
-#, fuzzy, c-format
+#: src/domain_conf.c:612
+#, c-format
msgid "unknown disk type '%s'"
-msgstr "tipo di '%s' sconosciuta"
+msgstr "tipo di disco sconosciuto '%s'"
-#: src/domain_conf.c:641
-#, fuzzy, c-format
+#: src/domain_conf.c:665
+#, c-format
msgid "unknown disk device '%s'"
-msgstr "dispositivo boot '%s' sconosciuto"
+msgstr "dispositivo disco '%s' sconosciuto"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "Nome del dispositivo floppy non valido: %s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "Nome del dispositivo del disco fisso non valido: %s"
-#: src/domain_conf.c:689
-#, fuzzy, c-format
+#: src/domain_conf.c:713
+#, c-format
msgid "unknown disk bus type '%s'"
-msgstr "tipo di auth sconosciuta '%s'"
+msgstr "tipo di bus del disco '%s' sconosciuto"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "Tipo di bus '%s' invalido per il floppy disk"
-#: src/domain_conf.c:720
-#, fuzzy, c-format
+#: src/domain_conf.c:744
+#, c-format
msgid "Invalid bus type '%s' for disk"
-msgstr "Tipo di bus '%s' invalido per il floppy disk"
+msgstr "Tipo di bus '%s' non valido per il disco"
-#: src/domain_conf.c:727
-#, fuzzy, c-format
+#: src/domain_conf.c:751
+#, c-format
msgid "unknown disk cache mode '%s'"
-msgstr "dispositivo boot '%s' sconosciuto"
+msgstr "tipo di cache del disco sconosciuto '%s'"
-#: src/domain_conf.c:781
-#, fuzzy, c-format
+#: src/domain_conf.c:805
+#, c-format
msgid "unknown filesystem type '%s'"
-msgstr "tipo di auth sconosciuta '%s'"
+msgstr "tipo di filesystem sconosciuto '%s'"
-#: src/domain_conf.c:875
-#, fuzzy, c-format
+#: src/domain_conf.c:899
+#, c-format
msgid "unknown interface type '%s'"
-msgstr "tipo di auth sconosciuta '%s'"
+msgstr "tipo di interfaccia sconosciuta '%s'"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-"Nessun <source> attributo di 'rete' specificato con <interface "
+"Nessun <source> attributo 'network' specificato con <interface "
"type='network'/>"
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-"Nessun <source> attributo di 'dev' è stato specificato con <interface "
+"Nessun <source> attributo 'dev' è stato specificato con <interface "
"type='bridge'/>"
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-"Nessun <source> attributo di 'port' è stato specificato con l'interfaccia "
-"del socket"
+"Nessun <source> attributo 'port' è stato specificato con l'interfaccia del "
+"socket"
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
"Impossibile analizzare <source> l'attributo 'port' con l'interfaccia del "
"socket"
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
"Nessun <source> attributo 'address' specificato con l'interfaccia del socket"
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr "Il nome del modello contiene dei caratteri non validi"
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
msgid "Missing source path attribute for char device"
-msgstr ""
-"Attributo del percorso sorgente mancante per il dispositivo a caratteri"
+msgstr "Attributo percorso sorgente mancante per il dispositivo a caratteri"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
msgid "Missing source host attribute for char device"
-msgstr "Attributo host del sorgente mancante per il dispositivo a caratteri"
+msgstr "Attributo host sorgente mancante per il dispositivo a caratteri"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr "Attributo servizio sergente mancante per il dispositivo a caratteri"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
-msgstr "tipo di dispositivo input mancante"
+msgstr "tipo di dispositivo di input mancante"
-#: src/domain_conf.c:1335
-#, fuzzy, c-format
+#: src/domain_conf.c:1359
+#, c-format
msgid "unknown input device type '%s'"
-msgstr "dispositivo boot '%s' sconosciuto"
+msgstr "tipo di dispositivo di input '%s' sconosciuto"
-#: src/domain_conf.c:1342
-#, fuzzy, c-format
+#: src/domain_conf.c:1366
+#, c-format
msgid "unknown input bus type '%s'"
-msgstr "tipo di auth sconosciuta '%s'"
+msgstr "tipo di bus di input sconosciuto '%s'"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "il bus ps2 non supporta il dispositivo di input %s"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "bus di input %s non supportato"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr "il bus di xen non supporta il dispositivo di input %s"
-#: src/domain_conf.c:1413
-#, fuzzy
+#: src/domain_conf.c:1437
msgid "missing graphics device type"
-msgstr "tipo di dispositivo input mancante"
+msgstr "tipo di dispositivo grafico mancante"
-#: src/domain_conf.c:1419
-#, fuzzy, c-format
+#: src/domain_conf.c:1443
+#, c-format
msgid "unknown graphics device type '%s'"
-msgstr "tipo di dispositivo sconosciuto"
+msgstr "tipo di dispositivo grafico sconosciuto '%s'"
-#: src/domain_conf.c:1430
-#, fuzzy, c-format
+#: src/domain_conf.c:1454
+#, c-format
msgid "cannot parse vnc port %s"
-msgstr "impossibile rimuovere la configurazione per %s"
+msgstr "impossibile analizzare la porta vnc %s"
-#: src/domain_conf.c:1468
-#, fuzzy, c-format
+#: src/domain_conf.c:1492
+#, c-format
msgid "unknown fullscreen value '%s'"
-msgstr "tipo di auth sconosciuta '%s'"
+msgstr "valore di schermo intero sconosciuto '%s'"
-#: src/domain_conf.c:1507
-#, fuzzy, c-format
+#: src/domain_conf.c:1531
+#, c-format
msgid "unknown sound model '%s'"
-msgstr "tipo di modello audio sconosciuto"
+msgstr "modello audio sconosciuto '%s'"
-#: src/domain_conf.c:1541
-#, fuzzy, c-format
+#: src/domain_conf.c:1565
+#, c-format
msgid "cannot parse vendor id %s"
-msgstr "impossibile leggere la directory %s: %s"
+msgstr "impossibile analizzare l'id produttore %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
-msgstr ""
+msgstr "è necessario un id per il produttore usb"
-#: src/domain_conf.c:1558
-#, fuzzy, c-format
+#: src/domain_conf.c:1582
+#, c-format
msgid "cannot parse product %s"
-msgstr "impossibile aprire il dispositivo %s"
+msgstr "impossibile analizzare il prodotto %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
-msgstr ""
+msgstr "è necessario un id per il prodotto usb"
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
-#, fuzzy, c-format
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
+#, c-format
msgid "cannot parse bus %s"
-msgstr "impossibile leggere %s: %s"
+msgstr "impossibile analizzare il bus %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
-msgstr ""
+msgstr "è necessario un id di bus per l'indirizzo usb"
-#: src/domain_conf.c:1593
-#, fuzzy, c-format
+#: src/domain_conf.c:1617
+#, c-format
msgid "cannot parse device %s"
-msgstr "impossibile aprire il dispositivo %s"
+msgstr "impossibile analizzare il dispositivo %s"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
-msgstr ""
+msgstr "gli indirizzi usb necessitano di un id dispositivo"
-#: src/domain_conf.c:1606
-#, fuzzy, c-format
+#: src/domain_conf.c:1630
+#, c-format
msgid "unknown usb source type '%s'"
-msgstr "tipo di auth sconosciuta '%s'"
+msgstr "tipo di sorgente usb sconosciuta '%s'"
-#: src/domain_conf.c:1617
-#, fuzzy
+#: src/domain_conf.c:1641
msgid "missing vendor"
-msgstr "\" mancanti"
+msgstr "produttore mancante"
-#: src/domain_conf.c:1623
-#, fuzzy
+#: src/domain_conf.c:1647
msgid "missing product"
-msgstr "host sorgente mancante"
+msgstr "prodotto mancante"
-#: src/domain_conf.c:1651
-#, fuzzy, c-format
+#: src/domain_conf.c:1675
+#, c-format
msgid "cannot parse domain %s"
-msgstr "impossibile aprire il dispositivo %s"
+msgstr "impossibile analizzare il dominio %s"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
-msgstr ""
+msgstr "è necessario un id bus per l'indirizzo pci"
-#: src/domain_conf.c:1680
-#, fuzzy, c-format
+#: src/domain_conf.c:1704
+#, c-format
msgid "cannot parse slot %s"
-msgstr "impossibile leggere %s: %s"
+msgstr "impossibile analizzare lo slot %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
-msgstr ""
+msgstr "è necessario un id slot per l'indirizzo pci"
-#: src/domain_conf.c:1697
-#, fuzzy, c-format
+#: src/domain_conf.c:1721
+#, c-format
msgid "cannot parse function %s"
-msgstr "impossibile aprire il dispositivo %s"
+msgstr "impossibile analizzare la funzione %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
-msgstr ""
+msgstr "gli indirizzi pci necessitano di un id funzione"
-#: src/domain_conf.c:1710
-#, fuzzy, c-format
+#: src/domain_conf.c:1734
+#, c-format
msgid "unknown pci source type '%s'"
-msgstr "tipo di auth sconosciuta '%s'"
+msgstr "tipo di sorgente pci sconosciuta '%s'"
-#: src/domain_conf.c:1743
-#, fuzzy, c-format
+#: src/domain_conf.c:1767
+#, c-format
msgid "unknown hostdev mode '%s'"
-msgstr "dispositivo boot '%s' sconosciuto"
+msgstr "modalità hostdev '%s' sconosciuta"
-#: src/domain_conf.c:1754
-#, fuzzy, c-format
+#: src/domain_conf.c:1778
+#, c-format
msgid "unknown host device type '%s'"
-msgstr "dispositivo boot '%s' sconosciuto"
+msgstr "tipo di dispositivo host '%s' sconosciuto"
-#: src/domain_conf.c:1759
-#, fuzzy
+#: src/domain_conf.c:1783
msgid "missing type in hostdev"
-msgstr "host sorgente mancante"
+msgstr "tipo mancante in hostdev"
-#: src/domain_conf.c:1780
-#, fuzzy, c-format
+#: src/domain_conf.c:1811
+#, c-format
msgid "unknown node %s"
-msgstr "host %s sconosciuto"
+msgstr "nodo %s sconosciuto"
-#: src/domain_conf.c:1811
-#, fuzzy, c-format
+#: src/domain_conf.c:1842
+#, c-format
msgid "unknown lifecycle action %s"
-msgstr "tipo di autenticazione sconosciuta %s"
+msgstr "azione del lifecycle sconosciuta %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
-msgstr "elemento root mancante"
+msgstr "elemento radice mancante"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "tipo di dispositivo sconosciuto"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "attributo del tipo di dominio mancante"
-#: src/domain_conf.c:1930
-#, fuzzy, c-format
+#: src/domain_conf.c:2014
+#, c-format
msgid "invalid domain type %s"
-msgstr "tipo di dominio non valido"
+msgstr "tipo di dominio non valido %s"
-#: src/domain_conf.c:1947 src/network_conf.c:334
-#, fuzzy
+#: src/domain_conf.c:2031 src/network_conf.c:335
msgid "Failed to generate UUID"
-msgstr "Impossibile generare UUID: %s"
+msgstr "Impossibile generare UUID"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "elemento uuid malformato"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
-msgstr "elemento della memoria mancante"
+msgstr "elemento memory mancante"
-#: src/domain_conf.c:1992
-#, fuzzy, c-format
+#: src/domain_conf.c:2076
+#, c-format
msgid "unexpected feature %s"
-msgstr "dato inaspettato '%s'"
+msgstr "caratteristica inattesa %s"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "nessun tipo di OS"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
+"la combinazione sistema operativo '%s' e architettura '%s' non è supportata"
-#: src/domain_conf.c:2068 src/xm_internal.c:701
-#, fuzzy, c-format
+#: src/domain_conf.c:2152 src/xm_internal.c:701
+#, c-format
msgid "no supported architecture for os type '%s'"
-msgstr "architettura non supportata"
+msgstr "nessuna architettura supportata per il tipo di sistema operativo '%s'"
-#: src/domain_conf.c:2118
-#, fuzzy
+#: src/domain_conf.c:2202
msgid "cannot extract boot device"
-msgstr "impossibile estrarre dispositivi sorgente"
+msgstr "impossibile estrarre il dispositivo di avvio"
-#: src/domain_conf.c:2126
-#, fuzzy
+#: src/domain_conf.c:2210
msgid "missing boot device"
-msgstr "dispositivo sorgente mancante"
+msgstr "dispositivo di avvio mancante"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
-msgstr "dispositivo boot '%s' sconosciuto"
+msgstr "dispositivo di avvio '%s' sconosciuto"
-#: src/domain_conf.c:2151
-#, fuzzy
+#: src/domain_conf.c:2235
msgid "cannot extract disk devices"
-msgstr "impossibile estrarre dispositivi sorgente"
+msgstr "impossibile estrarre dispositivi disco"
-#: src/domain_conf.c:2172
-#, fuzzy
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
-msgstr "impossibile estrarre dispositivi sorgente"
+msgstr "impossibile estrarre dispositivi filesystem"
-#: src/domain_conf.c:2191
-#, fuzzy
+#: src/domain_conf.c:2275
msgid "cannot extract network devices"
-msgstr "impossibile estrarre dispositivi sorgente"
+msgstr "impossibile estrarre dispositivi di rete"
-#: src/domain_conf.c:2212
-#, fuzzy
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
-msgstr "impossibile estrarre dispositivi sorgente"
+msgstr "impossibile estrarre dispositivi paralleli"
-#: src/domain_conf.c:2232
-#, fuzzy
+#: src/domain_conf.c:2316
msgid "cannot extract serial devices"
-msgstr "impossibile estrarre dispositivi sorgente"
+msgstr "impossibile estrarre dispositivi seriali"
-#: src/domain_conf.c:2282
-#, fuzzy
+#: src/domain_conf.c:2366
msgid "cannot extract input devices"
-msgstr "impossibile estrarre dispositivi sorgente"
+msgstr "impossibile estrarre dispositivi di input"
-#: src/domain_conf.c:2317
-#, fuzzy
+#: src/domain_conf.c:2401
msgid "cannot extract graphics devices"
-msgstr "impossibile estrarre dispositivi sorgente"
+msgstr "impossibile estrarre dispositivi grafici"
-#: src/domain_conf.c:2359
-#, fuzzy
+#: src/domain_conf.c:2443
msgid "cannot extract sound devices"
-msgstr "impossibile estrarre dispositivi sorgente"
+msgstr "impossibile estrarre dispositivi sonori"
-#: src/domain_conf.c:2389
-#, fuzzy
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
-msgstr "impossibile estrarre dispositivi sorgente"
+msgstr "impossibile estrarre dispositivi host"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
-#, fuzzy, c-format
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
+#, c-format
msgid "at line %d: %s"
-msgstr "bind: %s"
+msgstr "alla linea %d: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
-#, fuzzy
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
msgid "failed to parse xml document"
-msgstr "impossibile mettere in pausa il dominio"
+msgstr "errore nel parsing del documento xml"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
-msgstr "elemento root incorretto"
+msgstr "elemento radice non corretto"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "errore di sintassi della topologia cpuset"
-#: src/domain_conf.c:2757
-#, fuzzy, c-format
+#: src/domain_conf.c:2844
+#, c-format
msgid "unexpected lifecycle type %d"
-msgstr "tipo di dominio %d inaspettato"
+msgstr "tipo lifecycle %d inaspettato"
-#: src/domain_conf.c:2779
-#, fuzzy, c-format
+#: src/domain_conf.c:2866
+#, c-format
msgid "unexpected disk type %d"
-msgstr "tipo di dominio %d inaspettato"
+msgstr "tipo di disco %d inaspettato"
-#: src/domain_conf.c:2784
-#, fuzzy, c-format
+#: src/domain_conf.c:2871
+#, c-format
msgid "unexpected disk device %d"
-msgstr "tipo di dominio %d inaspettato"
+msgstr "dispositivo disco %d inaspettato"
-#: src/domain_conf.c:2789
-#, fuzzy, c-format
+#: src/domain_conf.c:2876
+#, c-format
msgid "unexpected disk bus %d"
-msgstr "tipo di dominio %d inaspettato"
+msgstr "bus del disco %d inaspettato"
-#: src/domain_conf.c:2794
-#, fuzzy, c-format
+#: src/domain_conf.c:2881
+#, c-format
msgid "unexpected disk cache mode %d"
-msgstr "tipo di dominio %d inaspettato"
+msgstr "modalità di cache del disco %d inaspettato"
-#: src/domain_conf.c:2842
-#, fuzzy, c-format
+#: src/domain_conf.c:2929
+#, c-format
msgid "unexpected filesystem type %d"
-msgstr "tipo di dominio %d inaspettato"
+msgstr "tipo di filesystem %d inaspettato"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
-#, fuzzy, c-format
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
+#, c-format
msgid "unexpected net type %d"
-msgstr "tipo di dominio %d inaspettato"
+msgstr "tipo di rete %d inaspettato"
-#: src/domain_conf.c:2967
-#, fuzzy, c-format
+#: src/domain_conf.c:3054
+#, c-format
msgid "unexpected char type %d"
-msgstr "tipo di dominio %d inaspettato"
+msgstr "tipo di carattere %d inaspettato"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
-#, fuzzy, c-format
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
+#, c-format
msgid "unexpected sound model %d"
-msgstr "tipo di dominio %d inaspettato"
+msgstr "modello sonoro %d inaspettato"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
-#, fuzzy, c-format
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
+#, c-format
msgid "unexpected input type %d"
-msgstr "tipo di dominio %d inaspettato"
+msgstr "tipo di input %d inaspettato"
-#: src/domain_conf.c:3091
-#, fuzzy, c-format
+#: src/domain_conf.c:3178
+#, c-format
msgid "unexpected input bus type %d"
-msgstr "tipo di dominio %d inaspettato"
+msgstr "tipo di bus di input %d inaspettato"
-#: src/domain_conf.c:3176
-#, fuzzy, c-format
+#: src/domain_conf.c:3263
+#, c-format
msgid "unexpected hostdev mode %d"
-msgstr "nodo dict inaspettato"
+msgstr "modo hostdev %d inaspettato"
-#: src/domain_conf.c:3183
-#, fuzzy, c-format
+#: src/domain_conf.c:3270
+#, c-format
msgid "unexpected hostdev type %d"
-msgstr "tipo di dominio %d inaspettato"
+msgstr "tipo di hostdev %d inaspettato"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr "tipo di dominio %d inaspettato"
-#: src/domain_conf.c:3315
-#, fuzzy, c-format
+#: src/domain_conf.c:3403
+#, c-format
msgid "unexpected boot device type %d"
-msgstr "tipo di dominio %d inaspettato"
+msgstr "tipo di dispositivo di avvio %d inaspettato"
-#: src/domain_conf.c:3333
-#, fuzzy, c-format
+#: src/domain_conf.c:3421
+#, c-format
msgid "unexpected feature %d"
-msgstr "nodo valore inaspettato"
+msgstr "caratteristica %d inaspettata"
-#: src/domain_conf.c:3455 src/network_conf.c:656
-#, fuzzy, c-format
+#: src/domain_conf.c:3566 src/network_conf.c:657
+#, c-format
msgid "cannot create config directory '%s'"
-msgstr "impossibile creare la directory di configurazione %s: %s"
+msgstr "impossibile creare la cartella di configurazione '%s'"
-#: src/domain_conf.c:3464 src/network_conf.c:665
-#, fuzzy, c-format
+#: src/domain_conf.c:3575 src/network_conf.c:666
+#, c-format
msgid "cannot create config file '%s'"
-msgstr "impossibile creare il file di configurazione %s: %s"
+msgstr "impossibile creare il file di configurazione '%s'"
-#: src/domain_conf.c:3472 src/network_conf.c:673
-#, fuzzy, c-format
+#: src/domain_conf.c:3583 src/network_conf.c:674
+#, c-format
msgid "cannot write config file '%s'"
-msgstr "impossibile scrivere il file di configurazione %s: %s"
+msgstr "impossibile scrivere il file di configurazione '%s'"
-#: src/domain_conf.c:3479 src/network_conf.c:680
-#, fuzzy, c-format
+#: src/domain_conf.c:3590 src/network_conf.c:681
+#, c-format
msgid "cannot save config file '%s'"
-msgstr "impossibile salvare il file di configurazione %s: %s"
+msgstr "impossibile salvare il file di configurazione '%s'"
-#: src/domain_conf.c:3580 src/network_conf.c:775
-#, fuzzy, c-format
+#: src/domain_conf.c:3691 src/network_conf.c:783
+#, c-format
msgid "Failed to open dir '%s'"
-msgstr "Impossibile aprire la dir '%s': %s"
+msgstr "Impossibile aprire la cartella '%s'"
-#: src/domain_conf.c:3634
-#, fuzzy, c-format
+#: src/domain_conf.c:3745
+#, c-format
msgid "cannot remove config %s"
-msgstr "impossibile rimuovere la configurazione per %s"
+msgstr "impossibile rimuovere la configurazione %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "tipo di virt sconosciuto"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, 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/iptables.c:102
-msgid "Failed to run '"
-msgstr "Impossibile eseguire '"
+#: src/iptables.c:103
+#, c-format
+msgid "Failed to run '%s %s': %s"
+msgstr "Impossibile eseguire '%s %s': %s"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
-msgstr "Impossibile leggere"
+msgstr "Impossibile leggere "
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "Impossibile scrivere su "
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "Impossibile creare la directory %s : %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Impossibile salvare le regole di iptables su %s : %s"
@@ -1453,220 +1447,198 @@ msgstr ""
"Impossibile rimuovere la regola iptables '%s' dalla catena '%s' nella tavola "
"'%s': %s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
"Impossibile aggiungere la regola iptables '%s' alla catena '%s' nella tavola "
"'%s': %s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "errore di parsing dell'URI di connessione"
-#: src/libvirt.c:2041
-#, fuzzy
+#: src/libvirt.c:2048
msgid "cannot get working directory"
-msgstr "impossibile creare la cartella di log %s: %s"
+msgstr "impossibile ottenere la directory di lavoro"
-#: src/libvirt.c:2048 src/libvirt.c:2124
-#, fuzzy
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
-msgstr "percorso del kernel troppo lungo"
+msgstr "percorso troppo lungo"
-#: src/libvirt.c:2117
-#, fuzzy
+#: src/libvirt.c:2124
msgid "cannot get current directory"
-msgstr "impossibile creare il pipe: %s"
+msgstr "impossibile ottenere la directory attuale"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare non ha impostato l'uri"
-#: src/libvirt.c:2781
-#, fuzzy
+#: src/libvirt.c:2788
msgid "domainMigratePrepare2 did not set uri"
-msgstr "domainMigratePrepare non ha impostato l'uri"
+msgstr "domainMigratePrepare2 non ha impostato l'uri"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr "il percorso è NULL"
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr "i flag devono essere a zero"
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr "il buffer è NULL"
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr "il parametro dei flag deve essere VIR_MEMORY_VIRTUAL"
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr "il buffer è NULL ma la dimensione non è uguale a zero"
#: src/lxc_container.c:124
-#, fuzzy
msgid "setsid failed"
-msgstr "setsid fallito: %s"
+msgstr "setsid fallito"
#: src/lxc_container.c:130
-#, fuzzy
msgid "ioctl(TIOCSTTY) failed"
-msgstr "ioctl(TIOCSTTY) fallito: %s"
+msgstr "ioctl(TIOCSTTY) fallito"
#: src/lxc_container.c:143
-#, fuzzy
msgid "dup2(stdin) failed"
-msgstr "dup2(stdin) fallito: %s"
+msgstr "dup2(stdin) fallito"
#: src/lxc_container.c:149
-#, fuzzy
msgid "dup2(stdout) failed"
-msgstr "dup2(stdout) fallito: %s"
+msgstr "dup2(stdout) fallito"
#: src/lxc_container.c:155
-#, fuzzy
msgid "dup2(stderr) failed"
-msgstr "dup2(stderr) fallito: %s"
+msgstr "dup2(stderr) fallito"
#: src/lxc_container.c:183
-#, fuzzy
msgid "unable to send container continue message"
-msgstr "impossibile assegnare stringa del nome del contenitore"
+msgstr "impossibile inviare il messaggio di continua contenitore"
#: src/lxc_container.c:212
-#, fuzzy
msgid "Failed to read the container continue message"
-msgstr "Impossibile creare il dominio inattivo %s\n"
+msgstr "Impossibile leggere il mesaggio di continua contenitore"
#: src/lxc_container.c:276
-#, fuzzy, c-format
+#, c-format
msgid "failed to bind new root %s"
-msgstr "Impossibile collegarsi al socket '%s': %s"
+msgstr "Impossibile legare la nuova root %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
-#, fuzzy, c-format
+#: src/lxc_container.c:288 src/lxc_container.c:395
+#, c-format
msgid "failed to create %s"
-msgstr "Impossibile creare '%s'"
+msgstr "Impossibile creare %s"
-#: src/lxc_container.c:299
-#, fuzzy, c-format
+#: src/lxc_container.c:298
+#, c-format
msgid "failed to pivot root %s to %s"
-msgstr "Impossibile collegarsi al socket '%s': %s"
+msgstr "Impossibile fare il pivot di root %s su %s"
#: src/lxc_container.c:333
-#, fuzzy
msgid "cannot create /dev/"
-msgstr "impossibile creare il pipe: %s"
+msgstr "impossibile creare /dev/"
#: src/lxc_container.c:338
-#, fuzzy
msgid "failed to mount /dev tmpfs"
-msgstr "impossibile montare /proc per il contenitore: %s"
+msgstr "impossibile montare /dev tmpfs"
#: src/lxc_container.c:349
-#, fuzzy
msgid "cannot create /dev/pts"
-msgstr "impossibile creare il pipe: %s"
+msgstr "impossibile creare /dev/pts"
#: src/lxc_container.c:355
-#, fuzzy
msgid "failed to move /dev/pts into container"
-msgstr "impossibile montare /proc per il contenitore: %s"
+msgstr "impossibile spostare /dev/pts nel contenitore"
#: src/lxc_container.c:365
-#, fuzzy, c-format
+#, c-format
msgid "failed to make device %s"
-msgstr "errore nella creazione del file di log %s: %s"
+msgstr "impossibile eseguire il dispositivo %s"
#: src/lxc_container.c:403 src/lxc_container.c:510
-#, fuzzy, c-format
+#, c-format
msgid "failed to mount %s at %s"
-msgstr "Impossibile aprire la dir '%s': %s"
+msgstr "impossibile montare %s su %s"
#: src/lxc_container.c:426
-#, fuzzy
msgid "failed to read /proc/mounts"
-msgstr "Impossibile creare il pool %s"
+msgstr "impossibile leggere /proc/mounts"
#: src/lxc_container.c:452
-#, fuzzy, c-format
+#, c-format
msgid "failed to unmount '%s'"
-msgstr "Impossibile aprire la dir '%s': %s"
+msgstr "impossibile smontare '%s'"
#: src/lxc_container.c:477 src/lxc_container.c:520
-#, fuzzy
msgid "failed to mount /proc"
-msgstr "Impossibile aprire la dir '%s': %s"
+msgstr "impossibile montare /proc"
#: src/lxc_container.c:565
msgid "lxcChild() passed invalid vm definition"
msgstr "lxcChild() ha passato una definizione vm non valida"
#: src/lxc_container.c:575
-#, fuzzy, c-format
+#, c-format
msgid "failed to open %s"
-msgstr "Impossibile aprire la dir '%s': %s"
+msgstr "impossibile aprire %s"
#: src/lxc_container.c:637
-#, fuzzy
msgid "failed to run clone container"
-msgstr "impossibile montare /proc per il contenitore: %s"
+msgstr "impossibile eseguire il contenitore clone"
#: src/lxc_controller.c:85
-#, fuzzy, c-format
+#, c-format
msgid "Unable to create cgroup for %s\n"
-msgstr "Impossibile creare il volume da %s"
+msgstr "Impossibile creare il cgroup per %s\n"
#: src/lxc_controller.c:115
-#, fuzzy
msgid "Failed to set lxc resources"
-msgstr "Impossibile creare il socket: %s"
+msgstr "Impossibile impostare le risorse lxc"
#: src/lxc_controller.c:141
-#, fuzzy, c-format
+#, c-format
msgid "failed to create server socket '%s'"
-msgstr "Impossibile creare il socket: %s"
+msgstr "impossibile creare il server socket '%s'"
#: src/lxc_controller.c:153
-#, fuzzy, c-format
+#, c-format
msgid "failed to bind server socket '%s'"
-msgstr "Impossibile collegarsi al socket '%s': %s"
+msgstr "impossibile collegarsi al server socket '%s'"
#: src/lxc_controller.c:159
-#, fuzzy, c-format
+#, c-format
msgid "failed to listen server socket %s"
-msgstr "Impossibile collegarsi al socket '%s': %s"
+msgstr "impossibile attendere connessioni sul server socket %s"
#: src/lxc_controller.c:193
-#, fuzzy, c-format
+#, c-format
msgid "read of fd %d failed"
-msgstr "lettura di fd %d fallita: %s"
+msgstr "lettura dal fd %d fallita"
#: src/lxc_controller.c:200
-#, fuzzy, c-format
+#, c-format
msgid "write to fd %d failed"
-msgstr "scrittura di fd %d fallita: %s"
+msgstr "scrittura sul fd %d fallita"
#: src/lxc_controller.c:252
-#, fuzzy
msgid "epoll_create(2) failed"
-msgstr "epoll_create(2) fallita: %s"
+msgstr "epoll_create(2) fallita"
#: src/lxc_controller.c:262
-#, fuzzy
msgid "epoll_ctl(appPty) failed"
-msgstr "epoll_ctl(fd1) fallita: %s"
+msgstr "epoll_ctl(appPty) fallita"
#: src/lxc_controller.c:268 src/lxc_controller.c:276 src/lxc_controller.c:284
#: src/lxc_controller.c:304 src/lxc_controller.c:310
-#, fuzzy
msgid "epoll_ctl(contPty) failed"
-msgstr "epoll_ctl(fd1) fallita: %s"
+msgstr "epoll_ctl(contPty) fallita"
#: src/lxc_controller.c:327
#, c-format
@@ -1674,460 +1646,706 @@ msgid "error event %d"
msgstr "evento errore %d"
#: src/lxc_controller.c:348
-#, fuzzy
msgid "epoll_wait() failed"
-msgstr "epoll_wait() fallito: %s"
+msgstr "epoll_wait() fallito"
#: src/lxc_controller.c:398
-#, fuzzy, c-format
+#, c-format
msgid "failed to move interface %s to ns %d"
-msgstr "Impossibile ottenere statistiche sull'interfaccia %s %s"
+msgstr "Impossibile spostare l'interfaccia %s a ns %d"
#: src/lxc_controller.c:423
-#, fuzzy, c-format
+#, c-format
msgid "failed to delete veth: %s"
-msgstr "Impossibile eliminare il volume %s"
+msgstr "Impossibile eliminare veth: %s"
#: src/lxc_controller.c:446
-#, fuzzy
msgid "sockpair failed"
-msgstr "unlockpt fallito: %s"
+msgstr "sockpair fallita"
#: src/lxc_controller.c:454 src/lxc_driver.c:864
-#, fuzzy
msgid "failed to allocate tty"
-msgstr "impossibile allocare un nodo"
+msgstr "Impossibile allocare tty"
#: src/lxc_controller.c:622
-#, fuzzy, c-format
+#, c-format
msgid "Unable to write pid file '%s/%s.pid'"
-msgstr "Impossibile scrivere sul file pid '%s' : %s"
+msgstr "Impossibile scrivere sul file pid '%s/%s.pid'"
#: src/lxc_controller.c:636
-#, fuzzy
msgid "Unable to change to root dir"
-msgstr "Impossibile scrivere argv sul file di log %d: %s"
+msgstr "Impossibile cambiare la root dir"
#: src/lxc_controller.c:642
-#, fuzzy
msgid "Unable to become session leader"
-msgstr "Impossibile chiudere il file di log %d: %s"
+msgstr "impossibile diventare il leader della sessione"
#: src/lxc_controller.c:650
-#, fuzzy
msgid "Failed connection from LXC driver"
-msgstr "Impossibile trovare un driver di storage: %s"
+msgstr "Impossibile connettersi dal driver LXC"
#: src/lxc_driver.c:288 src/lxc_driver.c:969 src/lxc_driver.c:1008
msgid "System lacks NETNS support"
-msgstr ""
+msgstr "Non è presente il supporto NETNS di sistema"
#: src/lxc_driver.c:327 src/lxc_driver.c:373 src/lxc_driver.c:408
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr "non ci sono domini con uuid corrispondente"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr "impossibile cancellare il dominio attivo"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
-#, fuzzy
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
msgid "cannot undefine transient domain"
-msgstr "impossibile cancellare il dominio attivo"
+msgstr "impossibile rimuovere la definizione di un dominio transitorio"
#: src/lxc_driver.c:475
-#, fuzzy, c-format
+#, c-format
msgid "waitpid failed to wait for container %d: %d"
-msgstr "errore di waitpid nell'attesa per il contenitore %d: %d %s"
+msgstr "waitpid fallita nell'attesa per il contenitore %d: %d"
#: src/lxc_driver.c:557
-#, fuzzy
msgid "failed to get bridge for interface"
-msgstr "script utilizzato per l'interfaccia di rete bridge"
+msgstr "impossibile ottenere il bridge per l'interfaccia"
#: src/lxc_driver.c:568
-#, fuzzy, c-format
+#, c-format
msgid "failed to create veth device pair: %d"
-msgstr "Impossibile collegare il dispositivo da %s"
+msgstr "impossibile creare la coppia di dispositivi veth: %d"
#: src/lxc_driver.c:581
-#, fuzzy
msgid "failed to allocate veth names"
-msgstr "impossibile allocare un nodo"
+msgstr "impossibile allocare nomi veth"
#: src/lxc_driver.c:587
-#, fuzzy, c-format
+#, c-format
msgid "failed to add %s device to %s"
-msgstr "Impossibile collegarsi al socket '%s': %s"
+msgstr "Impossibile aggiungere il dispositivo %s a %s"
#: src/lxc_driver.c:594
-#, fuzzy
msgid "failed to enable parent ns veth device"
-msgstr "errore nell'assegnazione dello spazio per il dispositivo a caratteri"
+msgstr "impossibile abilitare il dispositivo parent ns veth"
#: src/lxc_driver.c:624
-#, fuzzy
msgid "failed to create client socket"
-msgstr "Impossibile creare il socket: %s"
+msgstr "impossibile creare un socket client"
#: src/lxc_driver.c:634
-#, fuzzy
msgid "failed to connect to client socket"
-msgstr "impossibile connettersi allo Xen Store"
+msgstr "impossibile connettersi al client socket"
#: src/lxc_driver.c:659
-#, fuzzy, c-format
+#, c-format
msgid "invalid PID %d for container"
-msgstr "puntatore di dominio non valido in"
+msgstr "PID %d per il contenitore non valido"
#: src/lxc_driver.c:666
-#, fuzzy, c-format
+#, c-format
msgid "failed to kill pid %d"
-msgstr "impossibile chiudere il file pid tty %s: %s"
+msgstr "Impossibile terminare il pid %d"
-#: src/lxc_driver.c:795 src/util.c:605
-#, fuzzy, c-format
+#: src/lxc_driver.c:795 src/util.c:628
+#, c-format
msgid "cannot wait for '%s'"
-msgstr "impossibile eseguire lo stat del file '%s': %s"
+msgstr "impossibile attendere per '%s'"
#: src/lxc_driver.c:802
#, c-format
msgid "container '%s' unexpectedly shutdown during startup"
-msgstr ""
+msgstr "il contenitore '%s' si è arrestato all'improvviso durante l'avvio"
#: src/lxc_driver.c:850
-#, fuzzy, c-format
+#, c-format
msgid "cannot create log directory '%s'"
-msgstr "impossibile creare la cartella di log %s: %s"
+msgstr "impossibile creare la directory di log '%s'"
#: src/lxc_driver.c:887
-#, fuzzy, c-format
+#, c-format
msgid "failed to open '%s'"
-msgstr "Impossibile aprire la dir '%s': %s"
+msgstr "Impossibile aprire '%s'"
#: src/lxc_driver.c:907
-#, fuzzy, c-format
+#, c-format
msgid "Failed to read pid file %s/%s.pid"
-msgstr "Impossibile aprire il file pid '%s' : %s"
+msgstr "Impossibile leggere il file %s/%s.pid"
#: src/lxc_driver.c:963
-#, fuzzy, c-format
+#, c-format
msgid "no domain named %s"
-msgstr "nome del dominio"
+msgstr "nessun dominio di nome %s"
#: src/lxc_driver.c:1053 src/lxc_driver.c:1089
#, c-format
msgid "no domain with id %d"
msgstr "non ci sono domini con id %d"
-#: src/lxc_driver.c:1284
-#, fuzzy, c-format
+#: src/lxc_driver.c:1283
+#, c-format
msgid "Unknown release: %s"
-msgstr "procedura sconosciuta: %d"
+msgstr "Release sconosciuta: %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
-#, fuzzy, c-format
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
+#, c-format
msgid "No such domain %s"
-msgstr "Impossibile ripristinare il dominio %s"
+msgstr "Nessun dominio %s"
-#: src/lxc_driver.c:1336
-#, fuzzy, c-format
+#: src/lxc_driver.c:1335
+#, c-format
msgid "Invalid parameter `%s'"
-msgstr "percorso non valido: %s"
+msgstr "parametro non valido '%s'"
-#: src/lxc_driver.c:1364
-#, fuzzy
+#: src/lxc_driver.c:1363
msgid "Invalid parameter count"
-msgstr "Parametro per virXPathNode() non valido"
+msgstr "Parametro count non valido"
-#: src/network_conf.c:259
-#, fuzzy, c-format
+#: src/network_conf.c:260
+#, c-format
msgid "cannot parse MAC address '%s'"
-msgstr "Impossibile risolvere l'indirizzo %d: %s"
+msgstr "impossibile analizzare l'indirizzo MAC '%s'"
-#: src/network_conf.c:266
-#, fuzzy, c-format
+#: src/network_conf.c:267
+#, c-format
msgid "cannot use name address '%s'"
-msgstr "Impossibile risolvere l'indirizzo %d: %s"
+msgstr "impossibile usare il nome indirizzo '%s'"
-#: src/network_conf.c:282 src/network_conf.c:370
-#, fuzzy, c-format
+#: src/network_conf.c:283 src/network_conf.c:371
+#, c-format
msgid "cannot parse IP address '%s'"
-msgstr "Impossibile risolvere l'indirizzo %d: %s"
+msgstr "impossibile analizzare l'indirizzo IP '%s'"
-#: src/network_conf.c:376
-#, fuzzy, c-format
+#: src/network_conf.c:377
+#, c-format
msgid "cannot parse netmask '%s'"
-msgstr "impossibile leggere l'header '%s': %s"
+msgstr "impossibile analizzare la netmask '%s'"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
-msgstr "Inoltro richiesto ma nessun indirizzo/maschera di rete IPv4 fornita"
+msgstr "Forwarding richiesto ma nessun indirizzo/maschera di rete IPv4 fornita"
-#: src/network_conf.c:408
-#, fuzzy, c-format
+#: src/network_conf.c:409
+#, c-format
msgid "unknown forwarding type '%s'"
-msgstr "tipo di auth sconosciuta '%s'"
+msgstr "tipo di forwarding sconosciuto '%s'"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, 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/network_conf.c:823
-#, fuzzy, c-format
+#: src/network_conf.c:831
+#, c-format
msgid "cannot remove config file '%s'"
-msgstr "impossibile rimuovere la configurazione per %s"
+msgstr "impossibile rimuovere il file di configurazione '%s'"
+
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
-#: src/network_driver.c:182
+#: src/network_conf.c:915
#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "il dominio '%s' è già esistente"
+
+#: src/network_driver.c:177
+#, c-format
msgid "Failed to autostart network '%s': %s\n"
-msgstr "Impossibile avviare automaticamente la rete '%s': %s"
+msgstr "Impossibile avviare automaticamente la rete '%s': %s\n"
-#: src/network_driver.c:250
-#, fuzzy
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
-msgstr "impossibile inizializzare il supporto del bridge: %s"
+msgstr "impossibile inizializzare il supporto del bridge"
-#: src/network_driver.c:275
-#, fuzzy
+#: src/network_driver.c:270
msgid "networkStartup: out of memory\n"
-msgstr "qemudStartup: memoria esaurita"
+msgstr "networkStartup: memoria esaurita\n"
-#: src/network_driver.c:305
-#, fuzzy
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
-msgstr "Ricaricamento regole iptables"
+msgstr "Ricaricamento regole iptables\n"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr "impossibile avviare il demone dhcp senza un indirizzo IP per il server"
-#: src/network_driver.c:527 src/network_driver.c:533
-#, fuzzy, c-format
+#: src/network_driver.c:522 src/network_driver.c:528
+#, c-format
msgid "cannot create directory %s"
-msgstr "impossibile creare la cartella di log %s: %s"
+msgstr "impossibile creare la cartella %s"
-#: src/network_driver.c:586
-#, fuzzy, c-format
+#: src/network_driver.c:581
+#, 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' : %s\n"
+"Impossibile aggiungere la regola iptables per abilitare il forwarding da '%s'"
-#: src/network_driver.c:597
-#, fuzzy, c-format
+#: src/network_driver.c:592
+#, 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' : %s\n"
+"impossibile aggiungere la regola iptables per abilitare il forwarding a '%s'"
-#: src/network_driver.c:607
-#, fuzzy, c-format
+#: src/network_driver.c:602
+#, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr ""
-"impossibile aggiungere la regola iptables per abilitare il masquerading : %"
-"s\n"
+"impossibile aggiungere la regola iptables per abilitare il masquerading a '%"
+"s'\n"
-#: src/network_driver.c:639
-#, fuzzy, c-format
+#: src/network_driver.c:634
+#, 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' : %s\n"
+"impossibile aggiungere la regola iptables per abilitare l'instradamento da '%"
+"s'"
-#: src/network_driver.c:650
-#, fuzzy, c-format
+#: src/network_driver.c:645
+#, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr ""
-"Impossibile aggiungere la regola iptables per abilitare l'instradamento per "
-"'%s' : %s\n"
+"impossibile aggiungere la regola iptables per abilitare l'instradamento a '%"
+"s'"
-#: src/network_driver.c:676 src/network_driver.c:683
-#, fuzzy, c-format
+#: src/network_driver.c:671 src/network_driver.c:678
+#, 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' : %s"
+"impossibile aggiungere la regola iptables per abilitare le richieste DHCP da "
+"'%s'"
-#: src/network_driver.c:691 src/network_driver.c:698
-#, fuzzy, c-format
+#: src/network_driver.c:686 src/network_driver.c:693
+#, 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' : %s"
+"impossibile aggiungere la regola iptables per abilitare le richieste DNS da "
+"'%s'"
-#: src/network_driver.c:708
-#, fuzzy, c-format
+#: src/network_driver.c:703
+#, 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' : %s"
+"impossibile aggiungere la regola iptables per bloccare il traffico in uscita "
+"da '%s'"
-#: src/network_driver.c:715
-#, fuzzy, c-format
+#: src/network_driver.c:710
+#, 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' : %s"
+"impossibile aggiungere la regola iptables per bloccare il traffico in "
+"entrata su '%s'"
-#: src/network_driver.c:723
-#, fuzzy, c-format
+#: src/network_driver.c:718
+#, 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' : %s"
+"impossibile aggiungere la regola iptables per abilitare il traffico cross "
+"bridge su '%s'"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "la rete è già attiva"
-#: src/network_driver.c:839
-#, fuzzy, c-format
+#: src/network_driver.c:812
+#, c-format
msgid "cannot create bridge '%s'"
-msgstr "impossibile creare il bridge '%s' : %s"
+msgstr "impossibile creare il bridge '%s'"
-#: src/network_driver.c:853
-#, fuzzy, c-format
+#: src/network_driver.c:826
+#, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
-msgstr "impossibile impostare l'indirizzo IP sul bridge '%s' su '%s' : %s"
+msgstr "impossibile impostare l'indirizzo IP del bridge '%s' a '%s'"
-#: src/network_driver.c:861
-#, fuzzy, c-format
+#: src/network_driver.c:834
+#, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
-msgstr "impossibile impostare la maschera di rete sul bridge '%s' su '%s' : %s"
+msgstr "impossibile impostare la maschera di rete del bridge '%s' a '%s'"
-#: src/network_driver.c:869
-#, fuzzy, c-format
+#: src/network_driver.c:842
+#, c-format
msgid "failed to bring the bridge '%s' up"
-msgstr "impossibile abilitare il bridge '%s': %s"
+msgstr "impossibile abilitare il bridge '%s'"
-#: src/network_driver.c:880
-#, fuzzy
+#: src/network_driver.c:853
msgid "failed to enable IP forwarding"
-msgstr "errore nell'abilitazione dell'IP forwarding : %s"
+msgstr "errore nell'abilitazione dell'IP forwarding"
-#: src/network_driver.c:910 src/network_driver.c:949
-#, fuzzy, c-format
+#: src/network_driver.c:884 src/network_driver.c:925
+#, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
-msgstr "Impossibile chiudere il bridge '%s': %s"
+msgstr "Impossibile arrestare il bridge '%s': %s\n"
-#: src/network_driver.c:916 src/network_driver.c:954
-#, fuzzy, c-format
+#: src/network_driver.c:891 src/network_driver.c:930
+#, c-format
msgid "Failed to delete bridge '%s' : %s\n"
-msgstr "Impossibile eliminare il bridge '%s' : %s"
+msgstr "Impossibile eliminare il bridge '%s' : %s\n"
-#: src/network_driver.c:930
-#, fuzzy, c-format
+#: src/network_driver.c:905
+#, c-format
msgid "Shutting down network '%s'\n"
-msgstr "Chiusura rete '%s'"
+msgstr "Chiusura rete '%s'\n"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr "non ci sono reti con uuid corrispondente"
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr "nessuna rete con nome corrispondente"
-#: src/network_driver.c:1210
-#, fuzzy
+#: src/network_driver.c:1194
msgid "network is still active"
msgstr "la rete è già attiva"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr "nessuna rete con id corrispondente"
-#: src/network_driver.c:1323
-#, fuzzy, c-format
+#: src/network_driver.c:1307
+#, c-format
msgid "network '%s' does not have a bridge name."
-msgstr "Rete '%s' non attiva"
+msgstr "la rete '%s' non ha un nome di bridge."
-#: src/network_driver.c:1392
-#, fuzzy, c-format
+#: src/network_driver.c:1376
+#, c-format
msgid "cannot create autostart directory '%s'"
-msgstr "impossibile creare directory di avvio automatico %s: %s"
+msgstr "impossibile creare la cartella di avvio automatico '%s'"
-#: src/network_driver.c:1399 src/storage_driver.c:941
-#, fuzzy, c-format
+#: src/network_driver.c:1383 src/storage_driver.c:943
+#, c-format
msgid "Failed to create symlink '%s' to '%s'"
-msgstr "Impossibile creare il symlink '%s' su '%s': %s"
+msgstr "Impossibile creare il symlink '%s' verso '%s'"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
-#, fuzzy, c-format
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
+#, c-format
msgid "Failed to delete symlink '%s'"
-msgstr "Impossibile eliminare il symlink '%s': %s"
+msgstr "Impossibile eliminare il symlink '%s'"
#: src/node_device.c:125 src/node_device.c:150 src/node_device.c:175
#: src/node_device.c:204 src/node_device.c:234
-#, fuzzy
msgid "no node device with matching name"
-msgstr "nessun vol di storage corrispondente al nome"
+msgstr "nessun nodo dispositivo corrispondente al nome"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
-#, fuzzy, c-format
+#: src/node_device_conf.c:436
+#, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "nessun percorso di dispositivo a blocchi fornito per '%s'"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr "errore nell'analisi delle funzionalità dello storage per '%s'"
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "tipo di funzionalità dello storage mancante per '%s'"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr "nessuna dimensione per il supporto rimovibile fornita per '%s'"
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr "dimensione per il supporto rimovibile fornita non valida per '%s'"
+
+#: src/node_device_conf.c:489
+#, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "tipo di funzionalità di storage '%s' sconosciuta per '%s'"
+
+#: src/node_device_conf.c:501
+#, c-format
+msgid "no size supplied for '%s'"
+msgstr "nessuna dimensione fornita per '%s'"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "dimensione fornita non valida per '%s'"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr "nessun ID host SCSI fornito per '%s'"
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr "ID host SCSI fornito non valido per '%s'"
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr "nessun ID bus SCSI fornito per '%s'"
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr "ID host SCSI fornito non valido per '%s'"
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr "nessun ID target SCSI fornito per '%s'"
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr "ID target SCSI fornito non valido per '%s'"
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr "nessun ID LUN SCSI fornito per '%s'"
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr "ID LUN SCSI fornito non valido per '%s'"
+
+#: src/node_device_conf.c:601
+#, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "nessuna interfaccia di rete fornita per '%s'"
+
+#: src/node_device_conf.c:616
+#, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "tipo di rete fornita non valida per '%s'"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr "nessun numero di interfaccia USB fornito per '%s'"
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "numero di interfaccia USB fornito non valida per '%s'"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr "nessuna classe di interfaccia USB fornita per '%s'"
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "classe di interfaccia USB fornita non valida per '%s'"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr "nessuna sottoclasse di interfaccia USB fornita per '%s'"
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "sottoclasse di interfaccia USB fornita non valida per '%s'"
+
+#: src/node_device_conf.c:662
+#, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "nessun protocollo di interfaccia USB fornito per '%s'"
+
+#: src/node_device_conf.c:663
+#, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "protocollo di interfaccia USB fornito non valido per '%s'"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr "nessun numero di bus USB fornito per '%s'"
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr "numero di bus USB fornito non valido per '%s'"
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr "nessun numero di dispositivo USB fornito per '%s'"
+
+#: src/node_device_conf.c:720
+#, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "numero di dispositivo USB fornito non valido per '%s'"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr "nessun ID produttore USB fornito per '%s'"
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr "ID produttore USB fornito non valido per '%s'"
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr "nessun ID prodotto USB fornito per '%s'"
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr "ID prodotto USB fornito non valido per '%s'"
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr "nessun ID dominio PCI fornito per '%s'"
+
+#: src/node_device_conf.c:760
+#, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "ID dominio PCI fornito non valido per '%s'"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr "nessun ID bus PCI fornito per '%s'"
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "ID bus PCI fornito non valido per '%s'"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr "nessun ID slot PCI fornito per '%s'"
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "ID slot PCI fornito non valido per '%s'"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr "nessuna ID funzione PCI fornita per '%s'"
+
+#: src/node_device_conf.c:778
+#, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "ID funzione PCI fornita non valida per '%s'"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr "nessun ID produttore PCI fornito per '%s'"
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr "ID produttore PCI fornito non valido per '%s'"
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr "nessun ID prodotto PCI fornito per '%s'"
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr "ID prodotto PCI fornito non valido per '%s'"
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr "nessun UUID di sistema fornito per '%s'"
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "elemento uuid malformato per '%s'"
+
+#: src/node_device_conf.c:865
+msgid "missing capability type"
+msgstr "tipo potenzialità mancante"
+
+#: src/node_device_conf.c:871
+#, c-format
+msgid "unknown capability type '%s'"
+msgstr "tipo di potenzialità sconosciuta '%s'"
+
+#: src/node_device_conf.c:905
+#, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "tipo di potenzialità sconosciuta '%d' per '%s'"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr "nessuna funzionalità del dispositivo per '%s'"
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
+#, c-format
msgid "cannot open %s"
-msgstr "impossibile aprire %s: %s"
+msgstr "impossibile aprire %s"
#: src/openvz_conf.c:131
-#, fuzzy
msgid "Cound not extract vzctl version"
-msgstr "Impossibile estrarre la versione dell'hypervisor %s in esecuzione\n"
+msgstr "Impossibile estrarre la versione di vzctl"
#: src/openvz_conf.c:198
#, c-format
msgid "Cound not read 'IP_ADDRESS' from config for container %d"
msgstr ""
+"Impossibile leggere 'IP_ADDRESS' dalla configurazione per il contenitore %d"
#: src/openvz_conf.c:230
#, c-format
msgid "Cound not read 'NETIF' from config for container %d"
-msgstr ""
+msgstr "Impossibile leggere 'NETIF' dalla configurazione per il contenitore %d"
#: src/openvz_conf.c:257
-#, fuzzy
msgid "Too long network device name"
-msgstr "risoluzione filename della rete"
+msgstr "Nome del dispositivo di rete troppo lungo"
#: src/openvz_conf.c:271
msgid "Too long bridge device name"
-msgstr ""
+msgstr "Nome dispositivo bridge troppo lungo"
#: src/openvz_conf.c:285
-#, fuzzy
msgid "Wrong length MAC address"
-msgstr "indirizzo MAC non valido"
+msgstr "Lunghezza indirizzo MAC non valida"
#: src/openvz_conf.c:292
-#, fuzzy
msgid "Wrong MAC address"
-msgstr "Indirizzo MAC"
+msgstr "Indirizzo MAC errato"
#: src/openvz_conf.c:328
#, c-format
msgid "Cound not read 'OSTEMPLATE' from config for container %d"
msgstr ""
+"Impossibile leggere 'OSTEMPLATE' dalla configurazione per il contenitore %d"
#: src/openvz_conf.c:383
msgid "popen failed"
-msgstr "popen fallito"
+msgstr "popen fallita"
#: src/openvz_conf.c:393
msgid "Failed to parse vzlist output"
@@ -2138,37 +2356,35 @@ msgid "UUID in config file malformed"
msgstr "UUID nel file di configurazione malformato"
#: src/openvz_conf.c:438
-#, fuzzy, c-format
+#, c-format
msgid "Cound not read config for container %d"
-msgstr "impossibile rimuovere la configurazione per %s"
+msgstr "Impossibile leggere la configurazione per il contenitore %d"
#: src/openvz_conf.c:481
msgid "Cound not read nodeinfo"
-msgstr ""
+msgstr "Impossibile leggere le informazioni nodo"
#: src/openvz_driver.c:110
-#, fuzzy
msgid "Container is not defined"
-msgstr "Il dominio non è in esecuzione"
+msgstr "Il contenitore non è definito"
#: src/openvz_driver.c:138
msgid "only filesystem templates are supported"
-msgstr ""
+msgstr "sono supportati solo i template dei filesystem"
#: src/openvz_driver.c:144
-#, fuzzy
msgid "only one filesystem supported"
-msgstr "tipo di filesystem non valido"
+msgstr "solo un filesystem supportato"
#: src/openvz_driver.c:162 src/openvz_driver.c:596
-#, fuzzy, c-format
+#, c-format
msgid "Could not put argument to %s"
-msgstr "impossibile collegarsi a %s"
+msgstr "Impossibile inserire argomenti a %s"
#: src/openvz_driver.c:300
-#, fuzzy, c-format
+#, c-format
msgid "cannot read cputime for domain %d"
-msgstr "impossibile cancellare il dominio attivo"
+msgstr "impossibile leggere la cputime del dominio %d"
#: src/openvz_driver.c:379 src/openvz_driver.c:416
msgid "domain is not in running state"
@@ -2176,33 +2392,31 @@ msgstr "Il dominio non è in stato di esecuzione"
#: src/openvz_driver.c:497
msgid "Container ID is not specified"
-msgstr ""
+msgstr "L'ID del contenitore non è specificato"
#: src/openvz_driver.c:530
msgid "Could not generate eth name for container"
-msgstr ""
+msgstr "Impossibile generare il nome eth per il contenitore"
#: src/openvz_driver.c:541
msgid "Could not generate veth name"
-msgstr ""
+msgstr "Impossibile generare il nome veth"
#: src/openvz_driver.c:583 src/openvz_driver.c:693 src/openvz_driver.c:767
#: src/openvz_driver.c:784 src/openvz_driver.c:840 src/openvz_driver.c:878
#: src/openvz_driver.c:914 src/openvz_driver.c:991 src/openvz_driver.c:1127
#: src/openvz_driver.c:1178
-#, fuzzy, c-format
+#, c-format
msgid "Could not exec %s"
-msgstr "impossibile collegarsi a %s"
+msgstr "Impossibile eseguire %s"
#: src/openvz_driver.c:625
-#, fuzzy
msgid "Could not configure network"
-msgstr "impossibile collegarsi a %s"
+msgstr "Impossibile configurare la rete"
#: src/openvz_driver.c:636
-#, fuzzy
msgid "cannot replace NETIF config"
-msgstr "impossibile rimuovere la configurazione per %s"
+msgstr "impossibile sostituire la configurazione NETIF"
#: src/openvz_driver.c:675
#, c-format
@@ -2211,22 +2425,20 @@ msgstr "Un OPENVZ VM attivo possiede già un id '%s'"
#: src/openvz_driver.c:685 src/openvz_driver.c:761
msgid "Error creating command for container"
-msgstr ""
+msgstr "Errore nella creazione di comandi per il contenitore"
#: src/openvz_driver.c:699 src/openvz_driver.c:773
-#, fuzzy
msgid "Could not set UUID"
-msgstr "errore di parsing dell'URI di connessione"
+msgstr "Impossibile impostare l'UUID"
#: src/openvz_driver.c:709 src/openvz_driver.c:795
-#, fuzzy
msgid "Could not set number of virtual cpu"
-msgstr "modifica numero di CPU virtuali"
+msgstr "Impossibile impostare il numero di cpu virtuali"
#: src/openvz_driver.c:751
-#, fuzzy, c-format
+#, c-format
msgid "Already an OPENVZ VM defined with the id '%s'"
-msgstr "Un OPENVZ VM è già stato definito con l'id '%d'"
+msgstr "Un OPENVZ VM è già stato definito con l'id '%s'"
#: src/openvz_driver.c:827
msgid "no domain with matching id"
@@ -2237,23 +2449,87 @@ msgid "domain is not in shutoff state"
msgstr "il dominio non è in uno stato di interruzione"
#: src/openvz_driver.c:945
-#, fuzzy
msgid "Could not read container config"
-msgstr "errore di parsing dell'URI di connessione"
+msgstr "Impossibile leggere la configurazione del contenitore"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
-msgstr "tipo di '%s' sconosciuta"
+msgstr "tipo '%s' sconosciuto"
#: src/openvz_driver.c:1017
msgid "VCPUs should be >= 1"
-msgstr ""
+msgstr "Le VCPU devono essere >= 1"
#: src/openvz_driver.c:1136 src/openvz_driver.c:1187
-#, fuzzy, c-format
+#, c-format
msgid "Could not parse VPS ID %s"
-msgstr "errore di parsing dell'URI di connessione"
+msgstr "Impossibile analizzare l'ID VPS %s"
+
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Impossibile aprire il file pid '%s' : %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Impossibile leggere dalla pipe del segnale: %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Impossibile scrivere sul file pid '%s' : %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Impossibile aprire il file pid '%s' : %s"
+
+#: src/pci.c:612
+#, fuzzy, c-format
+msgid "No PCI reset capability available for %s"
+msgstr "nessuna funzionalità del dispositivo per '%s'"
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operazione fallita: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Impossibile aggiungere il dispositivo %s a %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Impossibile contare i dispositivi nodo"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Impossibile aggiungere il dispositivo %s a %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Impossibile creare il volume da %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Impossibile trovare il record utente per l'uid '%d'"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Impossibile creare il pool da %s"
#: src/proxy_internal.c:251
#, c-format
@@ -2266,19 +2542,17 @@ msgid "Failed to write to socket %d\n"
msgstr "Impossibile scrivere sul socket %d\n"
#: src/proxy_internal.c:390
-#, fuzzy
msgid "failed to write proxy request"
-msgstr "Impossibile scrivere su "
+msgstr "impossibile scrivere la richiesta del proxy"
#: src/proxy_internal.c:401 src/proxy_internal.c:424
-#, fuzzy
msgid "failed to read proxy reply"
-msgstr "Impossibile leggere"
+msgstr "impossibile leggere la risposta del proxy"
#: src/proxy_internal.c:406 src/proxy_internal.c:429 src/proxy_internal.c:447
#, c-format
msgid "Communication error with proxy: got %d bytes of %d\n"
-msgstr "Errore di comunicazione con il proxy: presenti %d byte di %d\n"
+msgstr "Errore di comunicazione con il proxy: ricevuti %d byte di %d\n"
#: src/proxy_internal.c:413
#, c-format
@@ -2298,415 +2572,421 @@ msgstr "Errore di comunicazione con il proxy: pacchetto malformato\n"
#: src/proxy_internal.c:463
#, c-format
msgid "got asynchronous packet number %d\n"
-msgstr "presente un numero %d asincrono del pacchetto \n"
+msgstr "ricevuto il pacchetto asincrono numero %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "Stato di uscita inaspettato da qemu %d pid %lu"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr "Stato inaspettato di uscita '%d', qemu è probabilmente fallito"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
-msgstr "Impossibile trovare %s del binario QEMU: %s"
+msgstr "Impossibile trovare il binario di QEMU %s: %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "Rete '%s' non trovata"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr "Tipo di rete %d non supportata"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr "impossibile inizializzare il supporto del bridge: %s"
-#: src/qemu_conf.c:595
-#, fuzzy, c-format
+#: src/qemu_conf.c:604
+#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
-msgstr "Errore nell'aggiunta dell'interfaccia '%s' di tap al bridge '%s' : %s"
+msgstr ""
+"Errore nell'aggiunta dell'interfaccia tap al bridge. %s non è un dispositivo "
+"bridge"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
-msgstr "Errore nell'aggiunta dell'interfaccia '%s' di tap al bridge '%s' : %s"
+msgstr "Errore nell'aggiunta dell'interfaccia di tap '%s' al bridge '%s' : %s"
-#: src/qemu_conf.c:748
-#, fuzzy
+#: src/qemu_conf.c:757
msgid "TCP migration is not supported with this QEMU binary"
-msgstr "'info blockstats' non è supportato da questo qemu"
+msgstr "La migrazione TCP non è supportata da questo binario di QEMU"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
-#, fuzzy
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
-msgstr "'info blockstats' non è supportato da questo qemu"
+msgstr "La migrazione di STDIO non è supportata con questo binario di QEMU"
-#: src/qemu_conf.c:972
-#, fuzzy, c-format
+#: src/qemu_conf.c:981
+#, c-format
msgid "unsupported driver name '%s' for disk '%s'"
-msgstr "tipo di disco '%s' non supportato"
+msgstr "nome di volume non supportato '%s' per il disco '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
-#, fuzzy, c-format
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
+#, c-format
msgid "unsupported usb disk type for '%s'"
-msgstr "tipo di disco '%s' non supportato"
+msgstr "tipo di disco USB '%s' non supportato"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr "tipo di disco '%s' non supportato"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "modello audio non valido"
-#: src/qemu_conf.c:1529
-#, fuzzy
+#: src/qemu_conf.c:1537
msgid "invalid domain state"
-msgstr "nome del dominio non valido"
+msgstr "stato di dominio non valido"
-#: src/qemu_conf.c:1538
-#, fuzzy
+#: src/qemu_conf.c:1546
msgid "invalid pid"
-msgstr "percorso non valido"
+msgstr "pid non valido"
-#: src/qemu_conf.c:1545
-#, fuzzy
+#: src/qemu_conf.c:1553
msgid "no monitor path"
-msgstr "Impossibile aprire il percorso %s del monitor"
+msgstr "nessun percorso del monitor"
-#: src/qemu_conf.c:1552
-#, fuzzy
+#: src/qemu_conf.c:1560
msgid "no domain config"
-msgstr "elenco dei domini del nodo"
+msgstr "nessuna configurazione dominio"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "Impossibile impostare il flag close-on-exec del file descriptor"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "Impossibile impostare il flag non-blocking del file descriptor"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
-#, fuzzy, c-format
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
+#, c-format
msgid "failed to create logfile %s"
-msgstr "errore nella creazione del file di log %s: %s"
+msgstr "errore nella creazione del file di log %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
-#, fuzzy
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
-msgstr "Impossibile impostare il flag %s close-on-exec del file di log di VM"
+msgstr "Impossibile impostare il flag close-on-exec del file di log della VM"
-#: src/qemu_driver.c:203
-#, fuzzy, c-format
+#: src/qemu_driver.c:174
+#, c-format
msgid "failed to build logfile name %s/%s.log"
-msgstr "errore nella creazione del file di log %s: %s"
+msgstr "errore nella creazione del file di log %s/%s.log"
-#: src/qemu_driver.c:211
+#: src/qemu_driver.c:194
#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "errore nella creazione del file di log %s: %s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "Impossibile impostare il flag %s close-on-exec del file di log di VM"
+msgid "Unable to seek to %lld in %s"
+msgstr "Impossibile leggere in seek a %lld in %s"
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
-msgstr "impossibile aprire tty %s: %s\n"
-
-#: src/qemu_driver.c:253 src/uml_driver.c:144
-#, fuzzy, c-format
+#: src/qemu_driver.c:223 src/uml_driver.c:144
+#, c-format
msgid "Failed to autostart VM '%s': %s\n"
-msgstr "Impossibile avviare automaticamente la VM '%s': %s"
+msgstr "Impossibile avviare automaticamente la VM '%s': %s\n"
-#: src/qemu_driver.c:294
-#, fuzzy, c-format
+#: src/qemu_driver.c:264
+#, c-format
msgid "Failed to unlink status file %s"
-msgstr "Impossibile ottenere statistiche blocco di %s %s"
+msgstr "Impossibile eliminare il file di status %s"
-#: src/qemu_driver.c:339
-#, fuzzy, c-format
+#: src/qemu_driver.c:309
+#, c-format
msgid "Failed to read domain status for %s\n"
-msgstr "Impossibile creare il dominio da %s"
+msgstr "Impossibile leggere lo stato del dominio per %s\n"
-#: src/qemu_driver.c:349
-#, fuzzy, c-format
+#: src/qemu_driver.c:319
+#, c-format
msgid "Failed to parse domain status for %s\n"
-msgstr "Impossibile salvare il dominio %s su %s"
+msgstr "Impossibile analizzare lo stato del dominio per %s\n"
-#: src/qemu_driver.c:355
-#, fuzzy, c-format
+#: src/qemu_driver.c:325
+#, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
-msgstr "Impossibile creare la directory %s : %s"
+msgstr "Impossibile riconnettere lo schermo per %s: %d\n"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "impossibile ottenere l'ora attuale"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
-msgstr "Impossibile avviare automaticamente la VM '%s': %s"
+msgid "Failed to copy secModel model: %s"
+msgstr "Impossibile eseguire il parsing della modalità '%s'"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup: memoria esaurita"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Impossibile eseguire il parsing della modalità '%s'"
+
+#: src/qemu_driver.c:476
+#, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Impossibile creare la cartella di stato '%s': %s\n"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr "Errore durante la lettura dell'output d'avvio di %s"
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
-msgstr "Scaduto durante la lettura dell'output d'avvio di %s"
+msgstr "Tempo scaduto durante la lettura dell'output d'avvio di %s"
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr "Spazio esaurito durante la lettura dell'output d'avvio di %s"
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr "Spazio esaurito durante la lettura dell'output di log %s"
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr "Errore durante la lettura dell'output di log %s"
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr "Tempo scaduto durante la lettura del log di output %s"
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr "Impossibile aprire il percorso %s del monitor"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr "Impossibile impostare il flag close-on-exec del monitor"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr "Impossibile impostare il monitor in modalità non-blocking"
-#: src/qemu_driver.c:880
-#, fuzzy, c-format
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
+#, c-format
msgid "Unable to close logfile: %s\n"
-msgstr "Impossibile chiudere il file di log %d: %s"
+msgstr "Impossibile chiudere il file di log %s\n"
-#: src/qemu_driver.c:891
-#, fuzzy, c-format
+#: src/qemu_driver.c:969
+#, c-format
msgid "unable to start guest: %s"
-msgstr "impossibile impostare gli attributi della tty: %s\n"
+msgstr "impossibile avviare l'ospite: %s"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
"impossibile eseguire il comando del monitor per ottenere le informazioni del "
"thread della CPU"
-#: src/qemu_driver.c:1025
-#, fuzzy
+#: src/qemu_driver.c:1103
msgid "failed to set CPU affinity"
-msgstr "errore nell'impostazione dell'affinità %s della CPU"
+msgstr "impossibile impostare l'affinità della CPU"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr "operazione di ripristino fallita"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
-msgstr ""
+msgstr "impostazione della password di VNC fallita"
+
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "impossibile ottenere l'ora attuale"
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "VM risulta essere già attiva"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr "Impossibile trovare una porta VNC non utilizzata"
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
-#, fuzzy, c-format
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
+#, c-format
msgid "cannot create log directory %s"
-msgstr "impossibile creare la cartella di log %s: %s"
+msgstr "impossibile creare la directory di log %s"
-#: src/qemu_driver.c:1176
-#, fuzzy, c-format
+#: src/qemu_driver.c:1367
+#, c-format
msgid "Cannot find QEMU binary %s"
-msgstr "Impossibile trovare %s del binario QEMU: %s"
+msgstr "Impossibile trovare il binario di QEMU %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
-#, fuzzy, c-format
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
+#, c-format
msgid "Cannot determine QEMU argv syntax %s"
-msgstr "Impossibile trovare %s del binario QEMU: %s"
+msgstr "Impossibile determinare la sintassi dell'argv QEMU %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
-#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
-msgstr "Impossibile scrivere argv sul file di log %d: %s"
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
+#, c-format
+msgid "Unable to write envv to logfile: %s\n"
+msgstr "Impossibile scrivere envv sul file di log %s\n"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
-#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
-msgstr "Impossibile scrivere argv sul file di log %d: %s"
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
+#, c-format
+msgid "Unable to write argv to logfile: %s\n"
+msgstr "Impossibile scrivere argv sul file di log: %s\n"
-#: src/qemu_driver.c:1225
-#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
-msgstr "Impossibile scrivere argv sul file di log %d: %s"
+#: src/qemu_driver.c:1419
+#, c-format
+msgid "Unable to seek to end of logfile: %s\n"
+msgstr "Impossibile scorrere fino alla fine del file di log %s\n"
-#: src/qemu_driver.c:1251
-#, fuzzy, c-format
+#: src/qemu_driver.c:1447
+#, c-format
msgid "Domain %s didn't show up\n"
-msgstr "Il dominio %s è stato arrestato\n"
+msgstr "Dominio %s non mostrato\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
-msgstr ""
+msgstr "Impossibile demonizzare il processo QEMU"
-#: src/qemu_driver.c:1299
-#, fuzzy, c-format
+#: src/qemu_driver.c:1498
+#, c-format
msgid "Shutting down VM '%s'\n"
-msgstr "Chiusura VM '%s'"
+msgstr "Chiusura VM '%s'\n"
-#: src/qemu_driver.c:1303
-#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
-msgstr "Impossibile collegarsi al socket '%s': %s"
+#: src/qemu_driver.c:1503
+#, c-format
+msgid "Failed to send SIGTERM to %s (%d)"
+msgstr "Impossibile inviare SIGTERM a %s (%d)"
-#: src/qemu_driver.c:1312
-#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "Impossibile chiudere il file di log %d: %s"
+#: src/qemu_driver.c:1536
+#, c-format
+msgid "Failed to remove domain status for %s"
+msgstr "Impossibile rimuovere lo stato del dominio per %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
-msgstr ""
+msgstr "evento fd non gestito %d per %s"
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
-#, fuzzy, c-format
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
+#, c-format
msgid "Unable to log VM console data: %s\n"
-msgstr "Impossibile loggare i dati della VM console: %s"
+msgstr "Impossibile loggare i dati della console VM: %s\n"
-#: src/qemu_driver.c:1596
-#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
-msgstr "impossibile aprire tty %s: %s\n"
+#: src/qemu_driver.c:1816
+#, c-format
+msgid "Unable to open %s"
+msgstr "Impossibile aprire %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr "NUMA non supportato su questo host"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr "Impossibile interrogare la memoria disponibile di NUMA"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
-#, fuzzy, c-format
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+msgid "failed to determine host name"
+msgstr "impossibile determinare il nome host"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
+#, c-format
msgid "domain '%s' is already defined"
-msgstr "il dominio %s è già esistente"
+msgstr "il dominio '%s' è già esistente"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
-#, fuzzy, c-format
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
+#, c-format
msgid "domain with uuid '%s' is already defined"
-msgstr "il dominio %s è già esistente"
+msgstr "il dominio con uuid '%s' è già definito"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "non ci sono domini con id corrispondente: %d"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "Il dominio non è in esecuzione"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr "operazione di sospensione fallita"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr "operazione di interruzione fallita"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "non ci sono domini con uuid corrispondente a '%s'"
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
"impossibile impostare la memoria massima al di sotto della memoria corrente"
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr "impossibile impostare la memoria di un dominio attivo"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr "impossibile impostare la memoria al di sopra della memoria massima"
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr "impossibile ottenere l'xml del dominio"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr "Impossibile creare '%s'"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
-msgstr "Impossibile scrivere su salva intestazione"
+msgstr "Impossibile scrivere l'header di salvataggio"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr "Impossibile scrivere su xml"
-#: src/qemu_driver.c:2433
-#, fuzzy, c-format
+#: src/qemu_driver.c:2655
+#, c-format
msgid "unable to save file %s"
-msgstr "Impossibile chiudere il file di log %d: %s"
+msgstr "impossibile salvare il file %s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "memoria esaurita"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr "operazione di migrazione fallita"
-#: src/qemu_driver.c:2468
-#, fuzzy
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
-msgstr "'info blockstats' non è supportato da questo qemu"
+msgstr "'migrate' non è supportato da questo qemu"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr "impossibile modificare il totale delle vcpu di un dominio attivo"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr "impossibile determinare le vcpu massime per il dominio"
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
@@ -2714,291 +2994,335 @@ msgstr ""
"le vcpu richieste sono maggiori delle vcpu massime permesse per il dominio: %"
"d > %d"
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
msgid "cannot pin vcpus on an inactive domain"
msgstr "impossibile collegare le vcpu su di un dominio inattivo"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "numero vcpu fuori dalla gamma %d > %d"
-#: src/qemu_driver.c:2596
-#, fuzzy
+#: src/qemu_driver.c:2816
msgid "cannot set affinity"
-msgstr "impossibile impostare l'affinità : %s"
+msgstr "impossibile impostare l'affinità "
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr "affinità cpu non supportata"
-#: src/qemu_driver.c:2665
-#, fuzzy
+#: src/qemu_driver.c:2885
msgid "cannot get affinity"
-msgstr "Impossibile ottenere l'affinità : %s"
+msgstr "Impossibile ottenere l'affinità "
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr "affinità cpu non disponibile"
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "tipo di virt sconosciuto nella definizione del dominio '%d'"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "impossibile ottenere l'ora attuale"
+
+#: src/qemu_driver.c:3014
+#, fuzzy, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr "il conteggio vCPU eccede il valore massimo: %d > %d"
+
+#: src/qemu_driver.c:3023
+#, fuzzy, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr "il conteggio vCPU eccede il valore massimo: %d > %d"
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr "impossibile leggere l'immagine del dominio"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr "impossibile leggere l'intestazione qemu"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr "image magic non è corretto"
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "versione immagine non supportata (%d > %d)"
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr "impossibile leggere XML"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr "impossibile analizzare XML"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr "il dominio è già attivo come '%s'"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
msgid "failed to assign new VM"
msgstr "impossibile assegnare una nuova VM"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr "impossibile avviare la VM"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
msgid "failed to resume domain"
msgstr "impossibile ripristinare il dominio"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
-msgstr ""
+msgstr "impossibile convertire il disco '%s' in indice bus/dispositivo"
-#: src/qemu_driver.c:3094
-#, fuzzy, c-format
+#: src/qemu_driver.c:3400
+#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
-msgstr "tipo di disco '%s' non supportato"
+msgstr "Mappatura del nome disco per il bus '%s' non supportata"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
-msgstr ""
+msgstr "Nessun dispositivo con bus '%s' e target '%s'"
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
+"La versione di emulatore non supporta i supporti rimovibili per il "
+"dispositivo '%s' e il target '%s'"
-#: src/qemu_driver.c:3193
-#, fuzzy
+#: src/qemu_driver.c:3499
msgid "could not change cdrom media"
-msgstr "impossibile modificare il media cdrom"
+msgstr "impossibile cambiare il supporto cdrom"
-#: src/qemu_driver.c:3204
-#, fuzzy, c-format
+#: src/qemu_driver.c:3510
+#, c-format
msgid "changing cdrom media failed: %s"
-msgstr "impossibile modificare il media cdrom"
+msgstr "impossibile modificare il supporto cdrom: %s"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
-#, fuzzy, c-format
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
+#, c-format
msgid "target %s already exists"
-msgstr "il volume di storage esiste già "
+msgstr "il target %s esiste già "
-#: src/qemu_driver.c:3258
-#, fuzzy, c-format
+#: src/qemu_driver.c:3563
+#, c-format
msgid "cannot attach %s disk"
-msgstr "impossibile leggere %s: %s"
+msgstr "impossibile collegare il disco %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
-msgstr ""
+msgstr "Impossibile analizzare il numero slot\n"
-#: src/qemu_driver.c:3275
-#, fuzzy, c-format
+#: src/qemu_driver.c:3580
+#, c-format
msgid "adding %s disk failed"
-msgstr "il dominio %s è già esistente"
+msgstr "impossibile aggiungere il disco %s"
-#: src/qemu_driver.c:3327
-#, fuzzy
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
-msgstr "impossibile estrarre dispositivi sorgente"
+msgstr "impossibile collegare il disco usb"
-#: src/qemu_driver.c:3338
-#, fuzzy
+#: src/qemu_driver.c:3642
msgid "adding usb disk failed"
-msgstr "caricamento file di definizione host in corso"
+msgstr "aggiunta del disco usb fallita"
-#: src/qemu_driver.c:3381
-#, fuzzy
+#: src/qemu_driver.c:3685
msgid "cannot attach usb device"
-msgstr "impossibile estrarre dispositivi sorgente"
+msgstr "impossibile collegare il dispositivo usb"
-#: src/qemu_driver.c:3392
-#, fuzzy
+#: src/qemu_driver.c:3696
msgid "adding usb device failed"
-msgstr "caricamento file di definizione host in corso"
+msgstr "aggiunta del dispositivo usb fallita"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr "impossibile collegare il dispositivo ad un dominio inattivo"
-#: src/qemu_driver.c:3451
-#, fuzzy
-msgid "this disk device type cannot be attached"
-msgstr "solo i dispositivi a disco CDROM possono essere collegati"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
-#: src/qemu_driver.c:3460
-#, fuzzy
-msgid "this device type cannot be attached"
-msgstr "solo i dispositivi a disco CDROM possono essere collegati"
+#: src/qemu_driver.c:3764
+#, fuzzy, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr "questo tipo di dispositivo a disco non può essere collegato"
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3774
#, fuzzy, c-format
+msgid "device type '%s' cannot be attached"
+msgstr "questo tipo di dispositivo non può essere collegato"
+
+#: src/qemu_driver.c:3807
+#, c-format
msgid "disk %s not found"
-msgstr "dominio non trovato"
+msgstr "disco %s non trovato"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
-msgstr ""
+msgstr "il disco %s non può essere scollegato - numero slot non valido %d"
-#: src/qemu_driver.c:3508
-#, fuzzy, c-format
+#: src/qemu_driver.c:3825
+#, c-format
msgid "failed to execute detach disk %s command"
-msgstr "impossibile ripristinare il dominio"
+msgstr "impossibile eseguire il comando di estrazione del disco %s"
-#: src/qemu_driver.c:3517
-#, fuzzy, c-format
+#: src/qemu_driver.c:3834
+#, c-format
msgid "failed to detach disk %s: invalid slot %d"
-msgstr "Impossibile staccare il dispositivo da %s"
+msgstr "impossibile scollegare il dispositivo %s: slot non valido %d"
-#: src/qemu_driver.c:3561
-#, fuzzy
+#: src/qemu_driver.c:3878
msgid "cannot detach device on inactive domain"
-msgstr "impossibile collegare il dispositivo ad un dominio inattivo"
+msgstr "impossibile scollegare il dispositivo su un dominio inattivo"
-#: src/qemu_driver.c:3579
-#, fuzzy
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
-msgstr "solo i dispositivi a disco CDROM possono essere collegati"
+msgstr ""
+"solo i dispositivi SCSI o i dischi virtio possono essere scollegati "
+"dinamicamente"
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
-#, fuzzy
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
msgid "cannot set autostart for transient domain"
-msgstr "impossibile impostare la memoria di un dominio attivo"
+msgstr "impossibile impostare l'autostart di un dominio transitorio"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
-#, fuzzy, c-format
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
+#, c-format
msgid "cannot create autostart directory %s"
-msgstr "impossibile creare directory di avvio automatico %s: %s"
+msgstr "impossibile creare la cartella di avvio automatico %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
-#, fuzzy, c-format
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
+#, c-format
msgid "Failed to create symlink '%s to '%s'"
-msgstr "Impossibile creare il symlink '%s' su '%s': %s"
+msgstr "Impossibile creare il symlink '%s' verso '%s'"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "percorso non valido: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr "comando fallito 'info blockstats'"
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "'info blockstats' non è supportato da questo qemu"
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "dispositivo non trovato: %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr "percorso vuoto o NULL"
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "percorso non valido, '%s' non è una interfaccia conosciuta"
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, c-format
+msgid "%s: failed to open"
+msgstr "%s: impossibile aprire"
+
+#: src/qemu_driver.c:4259
+#, c-format
+msgid "%s: failed to seek or read"
+msgstr "%s: impossibile scorrere o leggere il file"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "percorso non valido"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr "il driver QEMU supporta solo gli indirizzi della memoria virtuale"
-#: src/qemu_driver.c:4000
-#, fuzzy
+#: src/qemu_driver.c:4314
+#, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "mkstemp(\"%s\") fallita"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
-msgstr "comando lvs fallito"
+msgstr "comando 'memsave' fallito"
-#: src/qemu_driver.c:4148
-#, fuzzy
+#: src/qemu_driver.c:4331
+#, 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_driver.c:4471
msgid "no domain XML passed"
-msgstr "elenco dei domini del nodo"
+msgstr "nessun dominio XML fornito"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
-msgstr ""
+msgstr "solo gli URI tcp sono supportati dalle migrazioni KVM"
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
-msgstr ""
+msgstr "L'URI non ha ':porta' alla fine"
-#: src/qemu_driver.c:4221
-#, fuzzy
+#: src/qemu_driver.c:4544
msgid "could not generate random UUID"
-msgstr "Impossibile generare UUID"
+msgstr "Impossibile generare un UUID casuale"
-#: src/qemu_driver.c:4230
-#, fuzzy, c-format
+#: src/qemu_driver.c:4553
+#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
-msgstr "il dominio è già attivo come '%s'"
+msgstr "esiste un dominio con lo stesso nome o UUID di '%s'"
-#: src/qemu_driver.c:4254
-#, fuzzy
+#: src/qemu_driver.c:4577
msgid "failed to start listening VM"
-msgstr "impossibile avviare la VM"
+msgstr "impossibile avviare la VM in ascolto"
-#: src/qemu_driver.c:4357
-#, fuzzy, c-format
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
+#, c-format
msgid "migrate failed: %s"
-msgstr "operazione fallita: %s"
+msgstr "migrazione fallita: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Impossibile ripristinare il dominio %s"
+
+#: src/qemu_driver.c:4755
+#, c-format
msgid "no domain with matching name %s"
-msgstr "non ci sono domini con nome corrispondente"
+msgstr "non ci sono domini con nome corrispondente %s"
+
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
-msgstr "Impossibile trovare l'eseguibile di libvirtd"
+msgstr "impossibile trovare l'eseguibile di libvirtd"
#: src/remote_internal.c:356
msgid ""
@@ -3007,231 +3331,231 @@ msgstr ""
"remote_open: trasporto in URL non riconosciuto (dovrebbe essere tls|unix|ssh|"
"ext|tcp)"
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open: per il trasporto 'ext', è richiesto un comando"
-#: src/remote_internal.c:541 src/xend_internal.c:809
-#, fuzzy, c-format
+#: src/remote_internal.c:538 src/xend_internal.c:809
+#, c-format
msgid "unable to resolve hostname '%s': %s"
-msgstr "impossibile aprire tty %s: %s\n"
+msgstr "impossibile risolvere l'hostname '%s': %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
-#, fuzzy, c-format
+#: src/remote_internal.c:589 src/remote_internal.c:665
+#, c-format
msgid "unable to connect to '%s'"
-msgstr "impossibile aprire tty %s: %s\n"
+msgstr "impossibile collegarsi a '%s'"
-#: src/remote_internal.c:644
-#, fuzzy
+#: src/remote_internal.c:641
msgid "unable to create socket"
-msgstr "Impossibile creare il socket: %s"
+msgstr "impossibile creare socket"
-#: src/remote_internal.c:727
-#, fuzzy
+#: src/remote_internal.c:728
msgid "unable to create socket pair"
-msgstr "Impossibile creare il socket: %s"
+msgstr "Impossibile creare la coppia di socket"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
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_internal.c:755
-#, fuzzy
+#: src/remote_internal.c:756
msgid "unable to make socket non-blocking"
-msgstr "Impossibile creare il socket: %s"
+msgstr "Impossibile impostare il socket non-blocking"
-#: src/remote_internal.c:761
-#, fuzzy
+#: src/remote_internal.c:762
msgid "unable to make pipe"
-msgstr "Impossibile chiudere il file di log %d: %s"
+msgstr "impossibile generare pipe"
-#: src/remote_internal.c:795
-#, fuzzy
+#: src/remote_internal.c:796
msgid "unable to auto-detect URI"
-msgstr "impossibile ottenere l'URI"
+msgstr "impossibile ottenere automaticamente l'URI"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
-msgstr ""
+msgstr "Errore nell'allocazione della lista di callback"
-#: src/remote_internal.c:817
-#, fuzzy
+#: src/remote_internal.c:818
msgid "Error allocating domainEvents"
-msgstr "assegnazione dominio in corso"
+msgstr "Errore nell'allocazione di domainEvents"
-#: src/remote_internal.c:1044
-#, fuzzy, c-format
+#: src/remote_internal.c:1041
+#, c-format
msgid "Cannot access %s '%s'"
-msgstr "Impossibile accedere %s '%s': %s (%d)"
+msgstr "Impossibile accedere %s '%s'"
-#: src/remote_internal.c:1066
-#, fuzzy, c-format
+#: src/remote_internal.c:1063
+#, c-format
msgid "unable to allocate TLS credentials: %s"
-msgstr "impossibile assegnare lo stack del contenitore"
+msgstr "impossibile assegnare credenziali TLS: %s"
-#: src/remote_internal.c:1086
-#, fuzzy, c-format
+#: src/remote_internal.c:1083
+#, c-format
msgid "unable to load CA certificate: %s"
-msgstr "Impossibile loggare i dati della VM console: %s"
+msgstr "Impossibile caricare il certificato CA: %s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
-msgstr ""
+msgstr "impossibile caricare chiave privata/certificato: %s"
-#: src/remote_internal.c:1130
-#, fuzzy, c-format
+#: src/remote_internal.c:1127
+#, c-format
msgid "unable to initialize TLS client: %s"
-msgstr "impossibile inizializzare la libreria SASL: %d (%s)"
+msgstr "impossibile inizializzare il client TLS: %s"
-#: src/remote_internal.c:1139
-#, fuzzy, c-format
+#: src/remote_internal.c:1136
+#, c-format
msgid "unable to set TLS algorithm priority: %s"
-msgstr "impossibile impostare gli attributi della tty: %s\n"
+msgstr "impossibile impostare la priorità dell'algoritmo: %s"
-#: src/remote_internal.c:1148
-#, fuzzy, c-format
+#: src/remote_internal.c:1145
+#, c-format
msgid "unable to set certificate priority: %s"
-msgstr "impossibile impostare gli attributi della tty: %s\n"
+msgstr "impossibile impostare la priorità del certificato: %s"
-#: src/remote_internal.c:1158
-#, fuzzy, c-format
+#: src/remote_internal.c:1155
+#, c-format
msgid "unable to set session credentials: %s"
-msgstr "Impossibile verificare le credenziali utente: %s"
+msgstr "impossibile impostare le credenziali della sessione: %s"
-#: src/remote_internal.c:1173
-#, fuzzy, c-format
+#: src/remote_internal.c:1170
+#, c-format
msgid "unable to complete TLS handshake: %s"
-msgstr "impossibile aprire tty %s: %s\n"
+msgstr "impossibile completare l'handshake TLS: %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
-msgstr ""
+msgstr "impossibile completare l'inizializzazione TLS: %s"
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr "verifica server (del nostro certificato o indirizzo IP) fallita\n"
-#: src/remote_internal.c:1226
-#, fuzzy, c-format
+#: src/remote_internal.c:1223
+#, c-format
msgid "unable to verify server certificate: %s"
-msgstr "Impossibile verificare le credenziali utente: %s"
+msgstr "impossibile verificare il certificato del server: %s"
-#: src/remote_internal.c:1233
-#, fuzzy
+#: src/remote_internal.c:1230
msgid "cannot get current time"
-msgstr "impossibile creare il pipe: %s"
+msgstr "impossibile ottenere l'ora attuale"
-#: src/remote_internal.c:1238
-#, fuzzy
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
-msgstr "Tipo di dispositivo non valido: %s"
+msgstr "Certificato non valido"
-#: src/remote_internal.c:1241
-#, fuzzy
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
-msgstr "Il certificato non è ancora attivato"
+msgstr "Il certificato non è sicuro."
-#: src/remote_internal.c:1244
-#, fuzzy
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
-msgstr ""
-"remoteCheckCertificate: il certificato del client è stato emesso da un "
-"autorità sconosciuta."
+msgstr "Il certificato è stato emesso da un autorità sconosciuta."
-#: src/remote_internal.c:1247
-#, fuzzy
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
-msgstr "Il certificato è scaduto"
+msgstr "Il certificato è stato revocato."
-#: src/remote_internal.c:1251
-#, fuzzy
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
-msgstr ""
-"remoteCheckCertificate: il certificato del client usa un algoritmo insicuro."
+msgstr "Il certificato usa un algoritmo non sicuro"
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
-msgstr ""
+msgstr "il certificato del server ha fallito la validazione: %s"
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "Il tipo di certificato non è X.509"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "gnutls_certificate_get_peers fallito"
-#: src/remote_internal.c:1276
-#, fuzzy, c-format
+#: src/remote_internal.c:1273
+#, c-format
msgid "unable to initialize certificate: %s"
-msgstr "Impossibile inizializzare l'autenticazione SASL %s"
+msgstr "Impossibile inizializzare il certificato: %s"
-#: src/remote_internal.c:1284
-#, fuzzy, c-format
+#: src/remote_internal.c:1281
+#, c-format
msgid "unable to import certificate: %s"
-msgstr "impossibile aprire tty %s: %s\n"
+msgstr "impossibile importare i certificato: %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "Il certificato è scaduto"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "Il certificato non è ancora attivato"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr "Il proprietario del certificato non coincide con il nome host (%s)"
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "troppe celle NUMA: %d > %d"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "troppi ID del dominio remoto: %d > %d"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr "lunghezza mappa maggiore del valore massimo: %d > %d"
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "il conteggio vCPU eccede il valore massimo: %d > %d"
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, 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_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "l'host riporta troppe vCPU: %d > %d"
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, 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_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, fuzzy, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr "il conteggio vCPU eccede il valore massimo: %d > %d"
+
+#: src/remote_internal.c:2352
+#, fuzzy, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr "il conteggio vCPU eccede il valore massimo: %d > %d"
+
+#: src/remote_internal.c:2361
+#, fuzzy, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr "il conteggio vCPU eccede il valore massimo: %d > %d"
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr "troppi nomi del dominio remoto: %d > %d"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
@@ -3239,358 +3563,410 @@ msgstr ""
"remoteDomainGetSchedulerParameters: ha restituito un numero di parametri che "
"eccede il limite"
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "remoteDomainGetSchedulerParameters: tipo di parametro sconosciuto"
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "memoria esaurita durante l'allocazione dell'array"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "tipo di parametro sconosciuto"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, 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_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr "la dimensione del buffer ritornato non è come quella richiesta"
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, 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_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "troppe reti remote: %d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
-msgstr "troppi pools di storage richiesti"
+msgstr "troppi pool di storage richiesti"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
-msgstr "troppi pools di storage ricevuti"
+msgstr "troppi pool di storage ricevuti"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr "troppi volumi di storage richiesti"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr "troppi volumi di storage ricevuti"
-#: src/remote_internal.c:4631
-#, fuzzy
+#: src/remote_internal.c:4704
msgid "too many device names requested"
-msgstr "troppi volumi di storage richiesti"
+msgstr "troppi nomi di dispositivi richiesti"
-#: src/remote_internal.c:4645
-#, fuzzy
+#: src/remote_internal.c:4718
msgid "too many device names received"
-msgstr "troppi volumi di storage ricevuti"
+msgstr "troppi nomi di dispositivi ricevuti"
-#: src/remote_internal.c:4784
-#, fuzzy
+#: src/remote_internal.c:4857
msgid "too many capability names requested"
-msgstr "troppi volumi di storage richiesti"
+msgstr "troppi nomi di volumi richiesti"
-#: src/remote_internal.c:4797
-#, fuzzy
+#: src/remote_internal.c:4870
msgid "too many capability names received"
-msgstr "troppi volumi di storage ricevuti"
+msgstr "troppi nomi di volumi ricevuti"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "tipo di autenticazione sconosciuta %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr "tipo di autenticazione richiesta %s rifiutata"
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "tipo di autenticazione %d non supportato"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "impossibile inizializzare la libreria SASL: %d (%s)"
-#: src/remote_internal.c:5165
-#, fuzzy
+#: src/remote_internal.c:5307
msgid "failed to get sock address"
-msgstr "impossibile ottenere l'indirizzo sock %d (%s)"
+msgstr "impossibile ottenere l'indirizzo sock"
-#: src/remote_internal.c:5175
-#, fuzzy
+#: src/remote_internal.c:5317
msgid "failed to get peer address"
-msgstr "Impossibile ottenere l'indirizzo peer %d (%s)"
+msgstr "impossibile ottenere l'indirizzo peer"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Impossibile creare il contesto del client SASL: %d (%s)"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr "dimensione cipher invalida per la sessione TLS"
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "impossibile impostare SSF esterno %d (%s)"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr "impossibile impostare le proposizioni di sicurezza %d (%s)"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "il meccanismo SASL %s non è supportato dal server"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Impossibile avviare la negoziazione SASL: %d (%s)"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr "Impossibile creare le credenziali per l'autenticazione"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
-msgstr "i dati di negaziazione SASL sono troppo lunghi: %d bytes"
+msgstr "i dati di negaziazione SASL sono troppo lunghi: %d byte"
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Fase SASL fallita: %d (%s)"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr "la negoziazione SSF %d non è abbastanza forte"
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr "Impossibile raccogliere le credenziali per l'autenticazione"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
-msgstr ""
+msgstr "supporto a nessun evento"
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
-msgstr ""
+msgstr "aggiunta di cb alla lista"
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
-msgstr ""
+msgstr "rimozione di cb dalla lista"
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr "xdr_remote_message_header failed"
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr "marshalling dei parametri"
-#: src/remote_internal.c:5656
-#, fuzzy
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
-msgstr "xdr_int (length word)"
+msgstr "xdr_u_int (lunghezza word)"
-#: src/remote_internal.c:5702
-#, fuzzy
+#: src/remote_internal.c:5842
msgid "cannot send data"
-msgstr "impossibile salvare i dati del dominio"
+msgstr "impossibile inviare i dati"
-#: src/remote_internal.c:5733
-#, fuzzy, c-format
+#: src/remote_internal.c:5873
+#, c-format
msgid "failed to read from TLS socket %s"
-msgstr "Impossibile leggere socket %d\n"
+msgstr "impossibile leggere dal socket TLS %s"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
-#, fuzzy
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
msgid "server closed connection"
-msgstr "collegamento sola lettura"
+msgstr "connessione chiusa dal server"
-#: src/remote_internal.c:5752
-#, fuzzy
+#: src/remote_internal.c:5892
msgid "cannot recv data"
-msgstr "impossibile scrivere i metadata"
+msgstr "impossibile ricevere dati"
-#: src/remote_internal.c:5785
-#, fuzzy, c-format
+#: src/remote_internal.c:5925
+#, c-format
msgid "failed to encode SASL data: %s"
-msgstr "Impossibile creare '%s'"
+msgstr "impossibile codificare dati SASL: %s"
-#: src/remote_internal.c:5883
-#, fuzzy, c-format
+#: src/remote_internal.c:6023
+#, c-format
msgid "failed to decode SASL data: %s"
-msgstr "Impossibile eliminare il volume %s"
+msgstr "impossibile decodificare dati SASL: %s"
-#: src/remote_internal.c:5957
-#, fuzzy
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
-msgstr "xdr_int (length word, reply)"
+msgstr "xdr_u_int (lunghezza word, risposta)"
-#: src/remote_internal.c:5964
-#, fuzzy
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
-msgstr "il pacchetto ricevuto dal server è troppo grande"
+msgstr "il pacchetto ricevuto dal server è troppo piccolo"
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr "il pacchetto ricevuto dal server è troppo grande"
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr "intestazione non valida nella risposta"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr "programma sconosciuto (ricevuto %x, atteso %x)"
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr "versione protocollo sconosciuta (ricevuta %x, attesa %x)"
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
-msgstr ""
+msgstr "ricevuta chiamata RPC %d inattesa dal server"
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
-msgstr ""
+msgstr "nessuna attesa di chiamata per rispondere con la seriale %d"
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr "procedura sconosciuta (ricevuta %x, attesa %x)"
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr "unmarshalling ret"
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr "unmarshalling remote_error"
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr "stato sconosciuto (ricevuto %x)"
-#: src/remote_internal.c:6200
-#, fuzzy
+#: src/remote_internal.c:6340
msgid "poll on socket failed"
-msgstr "calloc fallito"
+msgstr "poll sul socket fallito"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
-msgstr ""
+msgstr "ricevuto evento hangup / errore sul socket"
-#: src/remote_internal.c:6351
-#, fuzzy
+#: src/remote_internal.c:6503
msgid "failed to wait on condition"
-msgstr "attesa del comando fallita: %s"
+msgstr "attesa su condizione fallita"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
+msgstr "remoteDomainProcessEvent: unmarshalling ret"
+
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "impossibile aprire il file pid tty %s: %s"
+
+#: src/security_selinux.c:120
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr "impossibile leggere il file pid tty %s: %s"
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "impossibile aprire il file pid tty %s: %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "impossibile leggere il file pid tty %s: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Impossibile determinare il contesto di '%s'"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, fuzzy, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr "il conteggio vCPU eccede il valore massimo: %d > %d"
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "impossibile risolvere l'hostname '%s': %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
msgstr ""
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "impossibile risolvere l'hostname '%s': %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
msgstr "backend per il tipo di pool mancante %d"
#: src/storage_backend.c:111 src/storage_backend_fs.c:295
-#, fuzzy, c-format
+#, c-format
msgid "cannot open volume '%s'"
-msgstr "impossibile aprire il volume '%s': %s"
+msgstr "impossibile aprire il volume '%s'"
#: src/storage_backend.c:194
-#, fuzzy, c-format
+#, c-format
msgid "cannot stat file '%s'"
-msgstr "impossibile eseguire lo stat del file '%s': %s"
+msgstr "impossibile eseguire lo stat del file '%s'"
#: src/storage_backend.c:227
-#, fuzzy, c-format
+#, c-format
msgid "cannot seek to end of file '%s'"
-msgstr "impossibile determinare la fine del file '%s':%s"
+msgstr "impossibile determinare la fine del file '%s'"
#: src/storage_backend.c:249
-#, fuzzy, c-format
+#, c-format
msgid "cannot seek to beginning of file '%s'"
-msgstr "impossibile determinare la fine del file '%s':%s"
+msgstr "impossibile determinare l'inizio del file '%s'"
#: src/storage_backend.c:256
-#, fuzzy, c-format
+#, c-format
msgid "cannot read beginning of file '%s'"
-msgstr "impossibile determinare la fine del file '%s':%s"
+msgstr "impossibile leggere l'inizio del file '%s'"
-#: src/storage_backend.c:282
-#, fuzzy, c-format
+#: src/storage_backend.c:283
+#, c-format
msgid "cannot get file context of '%s'"
-msgstr "Impossibile determinare il contesto del file di %s: %s"
+msgstr "Impossibile determinare il contesto di '%s'"
-#: src/storage_backend.c:375
-#, fuzzy, c-format
+#: src/storage_backend.c:376
+#, c-format
msgid "cannot read dir '%s'"
-msgstr "impossibile leggere la directory %s: %s"
+msgstr "impossibile leggere la cartella '%s'"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr "Compilazione regex %s fallita"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "impossibile leggere fd"
-#: src/storage_backend.c:568 src/storage_backend.c:686
-#, fuzzy, c-format
+#: src/storage_backend.c:569 src/storage_backend.c:687
+#, c-format
msgid "failed to wait for command '%s'"
-msgstr "attesa del comando fallita: %s"
+msgstr "attesa del comando '%s' fallita"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr "il comando non è terminato correttamente"
-#: src/storage_backend.c:665
-#, fuzzy, c-format
+#: src/storage_backend.c:666
+#, c-format
msgid "read error on pipe to '%s'"
-msgstr "errore in lettura: %s"
+msgstr "errore in lettura sulla pipe '%s'"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr "stato di uscita non-zero dal comando %d"
-#: src/storage_backend.c:720 src/storage_backend.c:732
-#, fuzzy, c-format
+#: src/storage_backend.c:721 src/storage_backend.c:733
+#, c-format
msgid "%s not implemented on Win32"
-msgstr "%s: non implementato\n"
+msgstr "%s non implementato su Win32"
#: src/storage_backend_disk.c:109
msgid "cannot parse device start location"
@@ -3602,51 +3978,52 @@ msgstr "impossibile determinare la locazione finale del dispositivo"
#: src/storage_backend_disk.c:332
msgid "no large enough free extent"
-msgstr "non ci sono estensioni libere abbastanza grandi"
+msgstr "non ci sono extent liberi abbastanza grandi"
#: src/storage_backend_disk.c:372
-#, fuzzy, c-format
+#, c-format
msgid "Couldn't read volume target path '%s'"
-msgstr "impossibile creare il percorso '%s': %s"
+msgstr "Impossibile leggere il percorso '%s' del volume target"
#: src/storage_backend_disk.c:387
#, 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_backend_disk.c:396
#, c-format
msgid "cannot parse partition number from target '%s'"
-msgstr ""
+msgstr "impossibile analizzare il numero partizione per il target '%s'"
#: src/storage_backend_fs.c:309
-#, fuzzy, c-format
+#, c-format
msgid "cannot read header '%s'"
-msgstr "impossibile leggere l'header '%s': %s"
+msgstr "impossibile leggere l'header '%s'"
#: src/storage_backend_fs.c:449
-#, fuzzy, c-format
+#, c-format
msgid "invalid netfs path (no /): %s"
-msgstr "percorso non valido: %s"
+msgstr "percorso netfs non valido (nessun /): %s"
#: src/storage_backend_fs.c:455
-#, fuzzy, c-format
+#, c-format
msgid "invalid netfs path (ends in /): %s"
-msgstr "puntatore di rete non valido in %s"
+msgstr "percorso netfs non valido (finisce con /): %s"
#: src/storage_backend_fs.c:512
msgid "bad <source> spec"
-msgstr ""
+msgstr "specifica <source> errata"
#: src/storage_backend_fs.c:525
-#, fuzzy
msgid "missing <host> in <source> spec"
-msgstr "sorgente di montaggio mancante"
+msgstr "specifica <host> in <source> mancante"
#: src/storage_backend_fs.c:572
-#, fuzzy, c-format
+#, c-format
msgid "cannot read mount list '%s'"
-msgstr "impossibile leggere %s: %s"
+msgstr "impossibile leggere la lista di mount '%s'"
#: src/storage_backend_fs.c:642 src/storage_backend_fs.c:709
#: src/storage_backend_iscsi.c:585
@@ -3668,40 +4045,40 @@ msgstr "directory sorgente mancante"
#: src/storage_backend_fs.c:787 src/storage_backend_fs.c:1013
#: src/storage_backend_fs.c:1052
-#, fuzzy, c-format
+#, c-format
msgid "cannot create path '%s'"
-msgstr "impossibile creare il percorso '%s': %s"
+msgstr "impossibile creare il percorso '%s'"
#: src/storage_backend_fs.c:811
-#, fuzzy, c-format
+#, c-format
msgid "cannot open path '%s'"
-msgstr "Impossibile aprire il percorso '%s': %s"
+msgstr "Impossibile aprire il percorso '%s'"
#: src/storage_backend_fs.c:907
-#, fuzzy, c-format
+#, c-format
msgid "cannot statvfs path '%s'"
-msgstr "impossibile eseguire lo stat del percorso del vfs '%s': %s"
+msgstr "impossibile eseguire lo stat del percorso del vfs '%s'"
#: src/storage_backend_fs.c:973
-#, fuzzy, c-format
+#, c-format
msgid "cannot unlink path '%s'"
-msgstr "impossibile fare l'unlink del percorso '%s': %s"
+msgstr "impossibile fare l'unlink del percorso '%s'"
#: src/storage_backend_fs.c:1030
-#, fuzzy, c-format
+#, c-format
msgid "cannot fill file '%s'"
-msgstr "impossibile riempire il file '%s': %s"
+msgstr "impossibile riempire il file '%s'"
#: src/storage_backend_fs.c:1043
-#, fuzzy, c-format
+#, c-format
msgid "cannot extend file '%s'"
-msgstr "impossibile estendere il file '%s': %s"
+msgstr "impossibile estendere il file '%s'"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
-#, fuzzy, c-format
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
+#, c-format
msgid "cannot read path '%s'"
-msgstr "impossibile leggere il percorso '%s': %s"
+msgstr "impossibile leggere il percorso '%s'"
#: src/storage_backend_fs.c:1081
#, c-format
@@ -3709,14 +4086,14 @@ msgid "unknown storage vol type %d"
msgstr "tipo di storage di volume sconosciuto %d"
#: src/storage_backend_fs.c:1090
-#, fuzzy, c-format
+#, c-format
msgid "unknown storage vol backing store type %d"
-msgstr "tipo di storage backend sconosciuto %d"
+msgstr "tipo di backing store %d del volume di storage sconosciuto"
#: src/storage_backend_fs.c:1096
#, c-format
msgid "inaccessible backing store volume %s"
-msgstr ""
+msgstr "volume di backing store %s inaccessibile"
#: src/storage_backend_fs.c:1129
#, c-format
@@ -3724,33 +4101,32 @@ msgid "unsupported storage vol type %d"
msgstr "tipo di storage di volume non supportato %d"
#: src/storage_backend_fs.c:1135
-#, fuzzy
msgid "copy-on-write image not supported with qcow-create"
-msgstr "la creazione di un immagine non-raw non è supportata senza qemu-img"
+msgstr "immagine di tipo copy-on-write non supportata con qcow-create"
#: src/storage_backend_fs.c:1162
msgid "creation of non-raw images is not supported without qemu-img"
-msgstr "la creazione di un immagine non-raw non è supportata senza qemu-img"
+msgstr "la creazione di una immagine non-raw non è supportata senza qemu-img"
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
-#, fuzzy, c-format
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
+#, c-format
msgid "cannot set file owner '%s'"
-msgstr "impossibile impostare il proprietario del file '%s': %s"
+msgstr "impossibile impostare il proprietario del file '%s'"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
-#, fuzzy, c-format
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
+#, c-format
msgid "cannot set file mode '%s'"
-msgstr "impossibile impostare la modalità del file '%s': %s"
+msgstr "impossibile impostare la modalità del file '%s'"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
-#, fuzzy, c-format
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
+#, c-format
msgid "cannot close file '%s'"
-msgstr "impossibile chiudere il file '%s': %s"
+msgstr "impossibile chiudere il file '%s'"
#: src/storage_backend_fs.c:1222
-#, fuzzy, c-format
+#, c-format
msgid "cannot unlink file '%s'"
-msgstr "impossibile fare l'unlink del file '%s': %s"
+msgstr "impossibile fare l'unlink del file '%s'"
#: src/storage_backend_iscsi.c:64
#, c-format
@@ -3772,15 +4148,15 @@ msgid "cannot find session"
msgstr "impossibile determinare la sessione"
#: src/storage_backend_iscsi.c:213
-#, fuzzy, c-format
+#, c-format
msgid "cannot open '%s'"
-msgstr "impossibile aprire %s: %s"
+msgstr "impossibile aprire '%s'"
#: src/storage_backend_iscsi.c:335 src/storage_backend_iscsi.c:419
#: src/storage_backend_iscsi.c:455
-#, fuzzy, c-format
+#, c-format
msgid "Failed to opendir sysfs path '%s'"
-msgstr "Impossibile aprire il percorso sysfs %s: %s"
+msgstr "Impossibile aprire il percorso sysfs '%s'"
#: src/storage_backend_iscsi.c:348
#, c-format
@@ -3788,9 +4164,9 @@ msgid "Failed to parse target from sysfs path %s/%s"
msgstr "Impossibile analizzare destinazione dal percorso sysfs %s/%s"
#: src/storage_backend_iscsi.c:367
-#, fuzzy, c-format
+#, c-format
msgid "Failed to find any LUNs for session '%s'"
-msgstr "Impossibile trovare un LUN per la sessione %s: %s"
+msgstr "Impossibile trovare un LUN per la sessione '%s'"
#: src/storage_backend_iscsi.c:396
#, c-format
@@ -3809,7 +4185,7 @@ msgstr "Impossibile analizzare il percorso %s del blocco"
#: src/storage_backend_logical.c:153
msgid "malformed volume extent offset value"
-msgstr "valore di compenso degli extent del volume malformato"
+msgstr "valore di offset degli extent del volume malformato"
#: src/storage_backend_logical.c:158
msgid "malformed volume extent length value"
@@ -3829,38 +4205,33 @@ msgid "lvs command failed with exitstatus %d"
msgstr "comando lvs fallito con uno stato d'uscita %d"
#: src/storage_backend_logical.c:357
-#, fuzzy
msgid "failed to get source from sourceList"
-msgstr "impossibile creare un socket"
+msgstr "impossibile ottenere una sorgente dalla sourceList"
#: src/storage_backend_logical.c:412
-#, fuzzy, c-format
+#, c-format
msgid "cannot open device '%s'"
-msgstr "impossibile aprire il dispositivo %s"
+msgstr "impossibile aprire il dispositivo '%s'"
#: src/storage_backend_logical.c:418
-#, fuzzy, c-format
+#, c-format
msgid "cannot clear device header of '%s'"
-msgstr "impossibile cancellare l'header del dispositivo %s"
+msgstr "impossibile cancellare l'header del dispositivo '%s'"
#: src/storage_backend_logical.c:425
-#, fuzzy, c-format
+#, c-format
msgid "cannot close device '%s'"
-msgstr "impossibile chiudere il dispositivo %s"
+msgstr "impossibile chiudere il dispositivo '%s'"
#: src/storage_backend_logical.c:550
-#, fuzzy, c-format
+#, c-format
msgid "cannot remove PV device '%s'"
-msgstr "impossibile rimuovere ttyPidFile %s: %s"
+msgstr "impossibile rimuovere il dispositivo PV '%s'"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
-#, fuzzy, c-format
+#: src/storage_backend_logical.c:643
+#, c-format
msgid "cannot find newly created volume '%s'"
-msgstr "impossibile trovare il volume appena creato '%s': %s"
+msgstr "impossibile trovare il volume appena creato '%s'"
#: src/storage_conf.c:358
msgid "missing auth host attribute"
@@ -3870,164 +4241,161 @@ msgstr "attributo autorizzazione host mancante"
msgid "missing auth passwd attribute"
msgstr "attributo password autorizzazione mancante"
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr "modalità ottale malformata"
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr "elemento owner malformato"
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr "elemento group malformato"
-#: src/storage_conf.c:439
-#, fuzzy
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
-msgstr "elemento root sconosciuto"
+msgstr "elemento root sconosciuto per il pool di storage"
-#: src/storage_conf.c:446
-#, fuzzy, c-format
+#: src/storage_conf.c:447
+#, c-format
msgid "unknown storage pool type %s"
-msgstr "tipo di storage di volume sconosciuto %d"
+msgstr "tipo di pool di storage sconosciuto %s"
-#: src/storage_conf.c:463
-#, fuzzy
+#: src/storage_conf.c:464
msgid "missing pool source name element"
-msgstr "elemento name mancante"
+msgstr "elemento nome sorgente pool mancante"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr "impossibile generare uuid"
-#: src/storage_conf.c:492
-#, fuzzy, c-format
+#: src/storage_conf.c:493
+#, c-format
msgid "unknown pool format type %s"
-msgstr "tipo di auth sconosciuta '%s'"
+msgstr "tipo di formato di pool sconosciuto %s"
-#: src/storage_conf.c:502
-#, fuzzy
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
-msgstr "nome host sorgente mancante"
+msgstr "nome host sorgente del pool di storage mancante"
-#: src/storage_conf.c:512
-#, fuzzy
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
-msgstr "impossibile estrarre dispositivi sorgente"
+msgstr "impossibile estrarre i dispositivi sorgente del pool di storage"
-#: src/storage_conf.c:525
-#, fuzzy
+#: src/storage_conf.c:526
msgid "missing storage pool source device path"
-msgstr "percorso dispositivo sorgente mancante"
+msgstr "percorso del dispositivo sorgente del pool di storage mancante"
-#: src/storage_conf.c:536
-#, fuzzy
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
-msgstr "percorso sorgente mancante"
+msgstr "percorso sorgente del pool di storage mancante"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr "tipo di auth sconosciuta '%s'"
-#: src/storage_conf.c:577
-#, fuzzy
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
-msgstr "percorso destinazione mancante"
+msgstr "percorso di destinazione del pool di storage mancante"
-#: src/storage_conf.c:716
-#, fuzzy, c-format
+#: src/storage_conf.c:717
+#, c-format
msgid "unknown pool format number %d"
-msgstr "formato di pool non supportato %d"
+msgstr "formato di contenitore non supportato %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
-msgstr "tipo pool inaspettato"
+msgstr "tipo di pool inatteso"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr "elemento owner mancante"
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "elemento radice mancante"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr "unità di dimensione sconosciute '%s'"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr "elemento capacity malformato"
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr "valore elemento capacità troppo elevato"
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr "elemento root sconosciuto"
-#: src/storage_conf.c:951
-#, fuzzy
+#: src/storage_conf.c:953
msgid "missing volume name element"
-msgstr "elemento name mancante"
+msgstr "elemento name volume mancante"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr "elemento capacity mancante"
-#: src/storage_conf.c:991 src/storage_conf.c:1013
-#, fuzzy, c-format
+#: src/storage_conf.c:993 src/storage_conf.c:1015
+#, c-format
msgid "unknown volume format type %s"
-msgstr "tipo di auth sconosciuta '%s'"
+msgstr "tipo di formato volume sconosciuto %s"
-#: src/storage_conf.c:1108
-#, fuzzy, c-format
+#: src/storage_conf.c:1110
+#, c-format
msgid "unknown volume format number %d"
-msgstr "formato di volume non supportato %d"
+msgstr "numero formato di volume non supportato %d"
-#: src/storage_conf.c:1450
-#, fuzzy, c-format
+#: src/storage_conf.c:1453
+#, c-format
msgid "cannot create config directory %s"
-msgstr "impossibile creare la directory di configurazione %s: %s"
+msgstr "impossibile creare la cartella di configurazione %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "impossibile costruire il percorso del file di configurazione"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr "impossibile costruire il percorso del link di avvio automatico"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr "impossibile generare XML"
-#: src/storage_conf.c:1491
-#, fuzzy, c-format
+#: src/storage_conf.c:1494
+#, c-format
msgid "cannot create config file %s"
-msgstr "impossibile creare il file di configurazione %s: %s"
+msgstr "impossibile creare il file di configurazione %s"
-#: src/storage_conf.c:1499
-#, fuzzy, c-format
+#: src/storage_conf.c:1502
+#, c-format
msgid "cannot write config file %s"
-msgstr "impossibile scrivere il file di configurazione %s: %s"
+msgstr "impossibile scrivere il file di configurazione %s"
-#: src/storage_conf.c:1506
-#, fuzzy, c-format
+#: src/storage_conf.c:1509
+#, c-format
msgid "cannot save config file %s"
-msgstr "impossibile salvare il file di configurazione %s: %s"
+msgstr "impossibile salvare il file di configurazione %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "nessun file di configurazione per %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "impossibile rimuovere la configurazione per %s"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr "non ci sono pool con uuid corrispondente"
@@ -4035,17 +4403,17 @@ msgstr "non ci sono pool con uuid corrispondente"
msgid "no pool with matching name"
msgstr "non ci sono pool con nome corrispondente"
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr "storage pool già esistente"
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr "nessun storage pool con uuid corrispondente"
@@ -4053,68 +4421,68 @@ msgstr "nessun storage pool con uuid corrispondente"
msgid "pool is still active"
msgstr "il pool è ancora attivo"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr "il pool è già attivo"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr "lo storage pool è già attivo"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr "lo storage pool non è attivo"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr "lo storage pool è ancora attivo"
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr "il pool non supporta la cancellazione del volume"
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "il pool non ha un file di configurazione"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr "nessun vol di storage corrispondente al nome"
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr "nessun vol di storage con chiave corrispondente"
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr "nessun vol di storage con percorso corrispondente"
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr "il volume di storage esiste già "
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr "lo storage pool non supporta la creazione del volume"
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
-msgstr "lo storage pool non supporta la cancellazione del vol"
+msgstr "lo storage pool non supporta la cancellazione del volume"
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "acquisizione ora del giorno in corso"
#: src/test.c:376
-#, fuzzy, c-format
+#, c-format
msgid "loading host definition file '%s'"
-msgstr "caricamento file di definizione host in corso"
+msgstr "caricamento file di definizione host '%s'"
#: src/test.c:384
msgid "host"
@@ -4164,321 +4532,306 @@ msgstr "elenco dei domini del nodo"
msgid "resolving domain filename"
msgstr "risoluzione filename del dominio in corso"
-#: src/test.c:517
-#, fuzzy
+#: src/test.c:516
msgid "node network list"
-msgstr "elenco dei domini del nodo"
+msgstr "elenco reti del nodo"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "risoluzione filename della rete"
-#: src/test.c:553
-#, fuzzy
+#: src/test.c:551
msgid "node pool list"
-msgstr "elenco dei domini del nodo"
+msgstr "elenco contenitori del nodo"
-#: src/test.c:565
-#, fuzzy
+#: src/test.c:563
msgid "resolving pool filename"
-msgstr "risoluzione filename del dominio in corso"
+msgstr "risoluzione nome file del contenitore"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: fornire un percorso o usare test:///default"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
-#, fuzzy
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
-msgstr "impossibile chiudere il file '%s': %s"
+msgstr "impossibile controllare hostname"
-#: src/test.c:963
-#, fuzzy, c-format
+#: src/test.c:960
+#, c-format
msgid "domain '%s' not paused"
-msgstr "dominio non trovato"
+msgstr "dominio '%s' non è in pausa"
-#: src/test.c:1005 src/test.c:1046
-#, fuzzy, c-format
+#: src/test.c:1002 src/test.c:1043
+#, c-format
msgid "domain '%s' not running"
-msgstr "Il dominio non è in esecuzione"
+msgstr "Il dominio '%s' non è in esecuzione"
-#: src/test.c:1205
-#, fuzzy, c-format
+#: src/test.c:1202
+#, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
-msgstr "impossibile assegnare spazio per i metadata"
+msgstr ""
+"salvataggio del dominio '%s' impossibile assegnare spazio per i metadata"
-#: src/test.c:1212
-#, fuzzy, c-format
+#: src/test.c:1209
+#, c-format
msgid "saving domain '%s' to '%s': open failed"
-msgstr "salvare lo stato di un dominio in un file"
+msgstr "salvataggio dominio '%s' in '%s': apertura fallita"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
-#, fuzzy, c-format
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
+#, c-format
msgid "saving domain '%s' to '%s': write failed"
-msgstr "salvare lo stato di un dominio in un file"
+msgstr "salvataggio dominio '%s' in '%s': scrittura fallita"
-#: src/test.c:1289
-#, fuzzy, c-format
+#: src/test.c:1286
+#, c-format
msgid "cannot read domain image '%s'"
-msgstr "impossibile leggere l'immagine del dominio"
+msgstr "impossibile leggere l'immagine del dominio '%s'"
-#: src/test.c:1295
-#, fuzzy, c-format
+#: src/test.c:1292
+#, c-format
msgid "incomplete save header in '%s'"
-msgstr "salvataggio intestazione incompleta"
+msgstr "salvataggio intestazione incompleta in '%s'"
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr "header magic non corrispondente"
-#: src/test.c:1306
-#, fuzzy, c-format
+#: src/test.c:1303
+#, c-format
msgid "failed to read metadata length in '%s'"
-msgstr "impossibile leggere la lunghezza dei metadata"
+msgstr "impossibile leggere la lunghezza dei metadata in '%s'"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr "lunghezza dei metadata fuori dalla gamma"
-#: src/test.c:1321
-#, fuzzy, c-format
+#: src/test.c:1318
+#, c-format
msgid "incomplete metdata in '%s'"
-msgstr "metadata incompleti"
+msgstr "metadata incompleti in '%s'"
-#: src/test.c:1378
-#, fuzzy, c-format
+#: src/test.c:1375
+#, c-format
msgid "domain '%s' coredump: failed to open %s"
-msgstr "Dominio %s spostato su %s\n"
+msgstr "coredump del dominio '%s': impossibile aprire %s"
-#: src/test.c:1384
-#, fuzzy, c-format
+#: src/test.c:1381
+#, c-format
msgid "domain '%s' coredump: failed to write header to %s"
-msgstr "%s: impossibile scrivere il file di log: %s"
+msgstr "dominio '%s' coredump fallita la scrittura di header su %s"
-#: src/test.c:1390
-#, fuzzy, c-format
+#: src/test.c:1387
+#, c-format
msgid "domain '%s' coredump: write failed: %s"
-msgstr "Dominio %s spostato su %s\n"
+msgstr "Coredump dominio %s: scrittura fallita: %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr "La gamma eccede le celle disponibili"
-#: src/test.c:1693
-#, fuzzy, c-format
+#: src/test.c:1690
+#, c-format
msgid "Domain '%s' is already running"
-msgstr "Il dominio è già in esecuzione"
+msgstr "Il dominio '%s' è già in esecuzione"
-#: src/test.c:1730
-#, fuzzy, c-format
+#: src/test.c:1727
+#, c-format
msgid "Domain '%s' is still running"
-msgstr "Il dominio è ancora in esecuzione"
+msgstr "Il dominio '%s' è ancora in esecuzione"
-#: src/test.c:2115
-#, fuzzy, c-format
+#: src/test.c:2108
+#, c-format
msgid "Network '%s' is still running"
-msgstr "La rete è ancora in esecuzione"
+msgstr "La rete '%s' è ancora in esecuzione"
-#: src/test.c:2148
-#, fuzzy, c-format
+#: src/test.c:2141
+#, c-format
msgid "Network '%s' is already running"
-msgstr "La rete è già in esecuzione"
+msgstr "La rete '%s' è già in esecuzione"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
-#, fuzzy, c-format
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
+#, c-format
msgid "storage pool '%s' is already active"
-msgstr "lo storage pool è già attivo"
+msgstr "lo storage pool '%s' è già attivo"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
-#, fuzzy, c-format
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
+#, c-format
msgid "storage pool '%s' is not active"
-msgstr "lo storage pool non è attivo"
+msgstr "lo storage pool '%s' non è attivo"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
-#, fuzzy, c-format
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
+#, c-format
msgid "no storage vol with matching name '%s'"
-msgstr "nessun vol di storage corrispondente al nome"
+msgstr "nessun vol di storage corrispondente al nome '%s'"
-#: src/test.c:3029
-#, fuzzy, c-format
+#: src/test.c:3020
+#, c-format
msgid "no storage vol with matching key '%s'"
-msgstr "nessun vol di storage con chiave corrispondente"
+msgstr "nessun vol di storage con chiave corrispondente a '%s'"
-#: src/test.c:3063
-#, fuzzy, c-format
+#: src/test.c:3054
+#, c-format
msgid "no storage vol with matching path '%s'"
-msgstr "nessun vol di storage con percorso corrispondente"
+msgstr "nessun vol di storage con percorso corrispondente a '%s'"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
-msgstr ""
+msgstr "Non c'è abbastanza spazio ibero su disco nel pool per il volume '%s'"
#: src/uml_conf.c:134
-#, fuzzy
msgid "only TCP listen is supported for chr device"
-msgstr "errore nell'assegnazione dello spazio per il dispositivo a caratteri"
+msgstr "è supportato solo l'ascolto TCP per i dispositivi chr"
#: src/uml_conf.c:154
-#, fuzzy, c-format
+#, c-format
msgid "unsupported chr device type %d"
-msgstr "tipo di dispositivo input %s non supportato"
+msgstr "tipo di dispositivo chr non supportato %d"
+
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "Impossibile impostare il flag close-on-exec del file descriptor\n"
#: src/uml_driver.c:374
-#, fuzzy
msgid "cannot initialize inotify"
-msgstr "impossibile inizializzare il supporto del bridge: %s"
+msgstr "impossibile inizializzare inotify"
-#: src/uml_driver.c:379
-#, fuzzy, c-format
+#: src/uml_driver.c:380
+#, c-format
msgid "Failed to create monitor directory %s: %s"
-msgstr "Impossibile creare la directory %s : %s"
+msgstr "Impossibile creare la cartella monitor %s : %s"
-#: src/uml_driver.c:412
-#, fuzzy
+#: src/uml_driver.c:413
msgid "umlStartup: out of memory\n"
-msgstr "qemudStartup: memoria esaurita"
+msgstr "umlStartup: memoria esaurita\n"
-#: src/uml_driver.c:559
-#, fuzzy, c-format
+#: src/uml_driver.c:560
+#, c-format
msgid "failed to read pid: %s"
-msgstr "errore nella creazione del file di log %s: %s"
+msgstr "impossibile leggere il pid: %s"
-#: src/uml_driver.c:607
-#, fuzzy
+#: src/uml_driver.c:608
msgid "cannot open socket"
-msgstr "impossibile aprire %s: %s"
+msgstr "impossibile aprire il socket"
-#: src/uml_driver.c:615
-#, fuzzy
+#: src/uml_driver.c:616
msgid "cannot bind socket"
-msgstr "impossibile determinare la sessione"
+msgstr "impossibile legare il socket"
-#: src/uml_driver.c:668
-#, fuzzy, c-format
+#: src/uml_driver.c:669
+#, c-format
msgid "cannot send too long command %s (%d bytes)"
-msgstr "impossibile impostare la modalità del file '%s': %s"
+msgstr "impossibile inviare il comando troppo lungo %s (%d byte)"
-#: src/uml_driver.c:678
-#, fuzzy, c-format
+#: src/uml_driver.c:679
+#, c-format
msgid "cannot send command %s"
-msgstr "impossibile leggere %s: %s"
+msgstr "impossibile inviare il comando %s"
-#: src/uml_driver.c:688
-#, fuzzy, c-format
+#: src/uml_driver.c:689
+#, c-format
msgid "cannot read reply %s"
-msgstr "impossibile leggere la directory %s: %s"
+msgstr "impossibile leggere la risposta %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
-msgstr ""
+msgstr "nessun kernel specificato"
-#: src/uml_driver.c:749
-#, fuzzy, c-format
+#: src/uml_driver.c:751
+#, c-format
msgid "Cannot find UML kernel %s"
-msgstr "Impossibile trovare %s del binario QEMU: %s"
+msgstr "Impossibile trovare il kernel UNL %s"
-#: src/uml_driver.c:827
-#, fuzzy, c-format
+#: src/uml_driver.c:829
+#, c-format
msgid "failed to wait on process: %d: %s\n"
-msgstr "attesa del comando fallita: %s"
+msgstr "attesa del processo fallita: %d:%s\n"
-#: src/uml_driver.c:869
-#, fuzzy, c-format
+#: src/uml_driver.c:871
+#, c-format
msgid "Got unexpected pid %d != %d\n"
-msgstr "E' stato ottenuto un pid inaspettato"
+msgstr "Ottenuto un pid inaspettato %d != %d\n"
-#: src/uml_driver.c:1142
-#, fuzzy, c-format
+#: src/uml_driver.c:1144
+#, c-format
msgid "cannot parse version %s"
-msgstr "impossibile leggere %s: %s"
+msgstr "impossibile analizzare la versione %s"
-#: src/uml_driver.c:1459
-#, fuzzy
+#: src/uml_driver.c:1461
msgid "cannot read cputime for domain"
-msgstr "impossibile cancellare il dominio attivo"
+msgstr "impossibile leggere la cputimeper il dominio"
-#: src/uml_driver.c:1800
-#, fuzzy, c-format
+#: src/uml_driver.c:1802
+#, c-format
msgid "cannot read %s"
-msgstr "impossibile leggere %s: %s"
+msgstr "impossibile leggere %s"
-#: src/util.c:222
-#, fuzzy
+#: src/util.c:225
msgid "cannot block signals"
-msgstr "impossibile chiudere il file '%s': %s"
+msgstr "impossibile bloccare segnali"
-#: src/util.c:237
-#, fuzzy
+#: src/util.c:240
msgid "cannot create pipe"
-msgstr "impossibile creare il pipe: %s"
+msgstr "impossibile creare la pipe"
-#: src/util.c:268
-#, fuzzy
+#: src/util.c:271
msgid "Failed to create pipe"
-msgstr "Impossibile creare la pipe: %s"
+msgstr "Impossibile creare la pipe"
-#: src/util.c:297 src/util.c:383
-#, fuzzy
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
-msgstr "impossibile eseguire il fork del processo figlio: %s"
+msgstr "impossibile eseguire il fork del processo figlio"
-#: src/util.c:316 src/util.c:353
-#, fuzzy
+#: src/util.c:319 src/util.c:356
msgid "cannot unblock signals"
-msgstr "impossibile fare l'unlink del file '%s': %s"
+msgstr "impossibile sbloccare i segnali"
-#: src/util.c:370
-#, fuzzy
+#: src/util.c:373
msgid "cannot become session leader"
-msgstr "impossibile cancellare l'header del dispositivo %s"
+msgstr "impossibile diventare leader della sessione"
-#: src/util.c:376
-#, fuzzy, c-format
+#: src/util.c:379
+#, c-format
msgid "cannot change to root directory: %s"
-msgstr "impossibile creare directory di avvio automatico %s: %s"
+msgstr "impossibile passare alla cartella root: %s"
-#: src/util.c:394
-#, fuzzy
+#: src/util.c:397
msgid "failed to setup stdin file handle"
-msgstr "impossibile eseguire strdup dell'hostname: %s"
+msgstr "impossibile impostare l'handle del file per lo stdin"
-#: src/util.c:400
-#, fuzzy
+#: src/util.c:403
msgid "failed to setup stdout file handle"
-msgstr "impossibile eseguire strdup dell'hostname: %s"
+msgstr "impossibile impostare l'handle del file per lo stdout"
-#: src/util.c:406
-#, fuzzy
+#: src/util.c:409
msgid "failed to setup stderr file handle"
-msgstr "impossibile eseguire strdup dell'hostname: %s"
+msgstr "impossibile impostare l'handle del file per lo stderr"
-#: src/util.c:425
-#, fuzzy, c-format
+#: src/util.c:431
+#, c-format
msgid "cannot execute binary %s"
-msgstr "impossibile estendere il file '%s': %s"
+msgstr "impossibile eseguire il binario %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
-msgstr ""
+msgstr "Risposta poll sconosciuta."
-#: src/util.c:541
-#, fuzzy
+#: src/util.c:564
msgid "poll error"
-msgstr "errore in lettura: %s"
+msgstr "errore di poll"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
-msgstr ""
+msgstr "'%s' uscito con stato non zero %d e segnale %d: %s"
-#: src/util.c:1497
-#, fuzzy, c-format
+#: src/util.c:1546
+#, c-format
msgid "Failed to find user record for uid '%d'"
-msgstr "Impossibile trovare il record utente per l'uid '%d': %s"
+msgstr "Impossibile trovare il record utente per l'uid '%d'"
#: src/uuid.c:104
#, c-format
@@ -4486,19 +4839,23 @@ msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
"Ritorno all'UUID pseudorandom, generazione dei bytes randomici fallita: %s"
-#: src/virsh.c:334
+#: src/virsh.c:337
+msgid "unknown error"
+msgstr "errore sconosciuto"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "stampa aiuto"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Stampare l'aiuto globale o l'aiuto specifico di un comando."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "nome del comando"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4506,614 +4863,627 @@ msgstr ""
"Comandi:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "Avvio automatico di un dominio"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
"Configura un dominio per essere avviato automaticamente all'avvio del "
"sistema."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "nome del dominio, id o uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "disabilita avvio automatico"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Impossibile contrassegnare il dominio %s come auto avviante"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Impossibile disabilitare l'avvio automatico del dominio %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Dominio %s contrassegnato come auto avviante\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Rimozione contrassegno di avvio automatico al dominio %s effettuata\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(ri)connettersi all'hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
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."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "URI di connessione dell'hypervisor"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "collegamento in sola lettura"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Impossibile disconnettersi dall'hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Impossibile collegarsi all'hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "connettersi alla console guest"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "Connettere la console seriale virtuale per il guest"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "Nessuna console disponibile per il dominio\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "la console non è implementata su questa piattaforma"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "elenca domini"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Mostrare l'elenco dei domini"
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "elencare domini inattivi"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "elencare domini inattivi & attivi"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Impossibile elencare i domini attivi"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Impossibile elencare domini inattivi"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Nome"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "Stato"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "nessuno stato"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "stato del dominio"
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr "Mostrare lo stato di un dominio."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
-msgstr "ottieni statistiche del blocco del dispositivo per un dominio"
+msgstr "ottieni statistiche dei blocchi del dispositivo per un dominio"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr ""
-"Ottieni statistiche del blocco del dispositivo per un dominio in esecuzione."
+"Ottieni statistiche dei blocchi del dispositivo per un dominio in esecuzione."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "dispositivo a blocchi"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "Impossibile ottenere statistiche blocco di %s %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "ottieni statistiche interfaccia di rete per un dominio"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "Ottieni statistiche interfaccia di rete per un dominio."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "dispositivo dell'interfaccia"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "Impossibile ottenere statistiche sull'interfaccia %s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "sospendere un dominio"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Sospendere un dominio in esecuzione."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Dominio %s sospeso\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Impossibile sospendere il dominio %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "creare un dominio da un file XML"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Creare un dominio."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "il file contiene una descrizione XML del dominio"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Dominio %s creato da %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Impossibile creare il dominio da %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "definire (ma non avviare) un dominio da un file XML"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Definire un dominio."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Dominio %s definito da %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Impossibile definire il dominio da %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "rimuovere la definizione di un dominio inattivo"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Rimozione della configurazione per un dominio inattivo."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "nome del dominio o uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
+"un dominio in esecuzione come %s non può essere non definito;\n"
+"per non definirlo, spegnerlo e rimuovere definizione\n"
+"usando il nome o l'UUID"
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Ã stata rimossa la definizione del dominio %s\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Impossibile rimuovere la definizione del dominio %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "avviare un (precedentemente definito) dominio inattivo"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Avviare un dominio."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "nome del dominio inattivo"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Il dominio risulta essere già attivo"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Dominio %s avviato\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Impossibile avviare il dominio %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "salvare lo stato di un dominio in un file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Salvare un dominio in esecuzione."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "dove salvare i dati"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Dominio %s salvato su %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Impossibile salvare il dominio %s su %s"
# Il termine "scheduler" è ratificato e non va tradotto.
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "mostrare/impostare i parametri dello scheduler"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "Mostra/Imposta i parametri dello scheduler."
-#: src/virsh.c:1095
-#, fuzzy
+#: src/virsh.c:1119
msgid "parameter=value"
-msgstr "alloca valore"
+msgstr "parametro=valore"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "peso per XEN_CREDIT"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "protezione per XEN_CREDIT"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "Valore del parametro weight non valido"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "Valore del parametro cap non valido"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
-msgstr ""
+msgstr "Errere ottenendo param"
-#: src/virsh.c:1162
-#, fuzzy
+#: src/virsh.c:1186
msgid "Invalid value of param"
-msgstr "Valore del parametro cap non valido"
+msgstr "Valore del parametro non valido"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "Scheduler"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "Sconosciuto"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr ""
"ripristinare un dominio da uno stato precedentemente salvato in un file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Ripristinare un dominio."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "Stato da ripristinare"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Dominio ripristinato da %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Impossibile ripristinare il dominio da %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
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"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Eseguire il core dump di un dominio."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
-msgstr "dove spostare il core"
+msgstr "dove creare il coredump"
-#: src/virsh.c:1336
-#, fuzzy, c-format
+#: src/virsh.c:1360
+#, c-format
msgid "Domain %s dumped to %s\n"
-msgstr "Dominio %s spostato su %s\n"
+msgstr "Coredump del dominio %s scaricato su %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Impossibile eseguire il core dump del dominio %s su %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "ripristinare un dominio"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Ripristina un dominio precedentemente sospeso."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Dominio %s ripristinato\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Impossibile ripristinare il dominio %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "arrestare un dominio (graceful shutdown)"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Eseguire shutdown nel dominio target."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Il dominio %s è stato arrestato\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Impossibile arrestare il dominio %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "riavvia un dominio"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Eseguire un comando di reboot nel dominio target."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Il dominio %s è stato riavviato\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Impossibile riavviare il dominio %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "distruggere un dominio"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Distruggere un dato dominio."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Dominio %s distrutto\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Impossibile distruggere il dominio %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "informazioni del dominio"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Mostrare le informazioni di base del dominio."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Nome:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "Tipo di OS:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "Stato:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU:"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "Ora della CPU:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Memoria max:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "nessun limite"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Memoria utilizzata:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
msgid "Autostart:"
msgstr "Avvio automatico:"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr "abilita"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr "disabilita"
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "Memoria libera NUMA"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "visualizza memoria libera disponibile per la cella NUMA."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "Numero cella NUMA"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "Totale"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "informazioni vcpu del dominio"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Mostrare le informazioni di base sulle CPU virtuali del dominio."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "Affinità CPU:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "Interruzione dominio, CPU virtuali non presenti."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "affinità vcpu del dominio di controllo"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Dominio pin VCPU per ospitare CPU fisiche."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "numero vcpu"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "numeri cpu host (separati da una virgola)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr "vcpupin: Numero vCPU non valido o mancante."
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr "vcpupin: cpulist mancante"
-#: src/virsh.c:1765
+#: src/virsh.c:1814
msgid "vcpupin: failed to get domain informations."
msgstr "vcpupin: impossibile ottenere le informazioni del dominio."
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin: Numero vCPU non valido."
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: Formato non valido. Stringa vuota."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
@@ -5121,7 +5491,7 @@ msgstr ""
"cpulist: %s: Formato non valido. Ã necessaria una cifra nella posizione %d "
"(vicino a '%c')."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5130,1354 +5500,1401 @@ msgstr ""
"cpulist: %s: Formato non valido. Ã necessaria una cifra o una virgola nella "
"posizione %d (vicino a '%c')."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: Formato non valido. Virgola finale nella posizione %d."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "La CPU fisica %d non esiste."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "modifica numero di CPU virtuali"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Modifica il numero di CPU virtuali nel dominio guest."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "numero di CPU virtuali"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "Numero non valido di CPU virtuali."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "Troppe CPU virtuali."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "modifica allocazione della memoria"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Modifica l'allocazione della memoria attuale nel dominio guest."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "numero di kilobyte di memoria"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "Valore %d per la grandezza della memoria non valido"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "Impossibile verificare DimensioneMemoriaMassima"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "modifica limite massimo della memoria"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr ""
"Modifica il limite massimo di allocazione della memoria nel dominio guest."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "limite massimo della memoria in kilobyte"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "Impossibile verificare DimensioneMemoria corrente"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "Impossibile diminuire la DimensioneMemoria corrente"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "Impossibile modificare la DimensioneMemoriaMassima"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "informazione del nodo"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Mostrare le informazioni di base sul nodo."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "impossibile ottenere informazioni sul nodo"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "Modello CPU:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "Frequenza CPU:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "Socket CPU:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "Cella NUMA:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Dimensione memoria:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "capacità "
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "Mostrare le capacità dell'hypervisor/driver."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "impossibile ottenere le capabilities"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "informazioni del dominio in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "Mostrare le informazioni sul dominio in XML su stdout."
-#: src/virsh.c:2082
-#, fuzzy
+#: src/virsh.c:2131
msgid "show inactive defined XML"
-msgstr "dominio non inattivo"
+msgstr "mostra XML definito inattivo"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
-msgstr ""
+msgstr "iclude informazioni sensibili di sicurezza in dump XML"
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "converte un id o UUID di dominio in un nome di dominio"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "id o uuid del dominio"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "converte un UUID o un nome di dominio in un id di dominio"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "converte un nome o un id di dominio in un UUID di dominio"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "id o nome del dominio"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "impossibile ottenere l'UUID del dominio"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "migrare dominio su di un altro host"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
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."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "migrazione a caldo"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "URI di collegamento all'host di destinazione"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "URI di migrazione, generalmente può essere omesso"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
-msgstr ""
+msgstr "rinominare a nuovo nome durante la migrazione (se supportata)"
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "migrazione: desturi non specificato"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "avvio automatico di una rete"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
"Configura una rete per essere automaticamente avviata all'avvio del sistema."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "nome o uuid della rete"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Impossibile contrassegnare la rete %s come auto avviante"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Impossibile disabilitare l'avvio automatico della rete %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "La rete %s è stata contrassegnata come auto avviante\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Rimozione contrassegno di avvio automatico della rete %s effettuato\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "creare una rete da un file XML"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "Creare una rete."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "il file contiene una descrizione della rete XML"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "Rete %s creata da %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "Impossibile creare la rete da %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "definire (ma non avviare) una rete da un file XML"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "Definire una rete."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "Rete %s definita da %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "Impossibile definire la rete da %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "distruggere una rete"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "Distruggere una data rete."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "nome, id o uuid della rete"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "Rete %s distrutta\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "Impossibile distruggere la rete %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "informazioni rete in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "Mostrare le informazioni sulla rete in XML su stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "mostrare le reti"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "Mostrare l'elenco delle reti"
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "elencare le reti inattive"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "elencare reti inattive & attive"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "Impossibile elencare le reti attive"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "Impossibile elencare le reti inattive"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "Avvio automatico"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "non avviare automaticamente"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "attivo"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "non attivo"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "converte un UUID di rete in un nome di rete"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "uuid di rete"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "avviare una (precedentemente definita) rete non attiva"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "Avviare una rete."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "nome della rete non attiva"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "Rete %s avviata\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "Impossibile avviare la rete %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "rimuovere la definizione di una rete non attiva"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "Rimozione della configurazione per una rete non attiva."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "Ã stata rimossa la definizione della rete %s\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "Impossibile rimuovere la definizione della rete %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "converte un nome di rete in un UUID di rete"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "nome rete"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "impossibile ottenere l'UUID di rete"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
msgid "autostart a pool"
msgstr "avvio automatico di un pool"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
"Configura un pool per essere avviato automaticamente all'avvio del sistema."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr "nome o uuid del pool"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Impossibile contrassegnare il pool %s come auto avviante"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Impossibile disabilitare l'avvio automatico del pool %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Pool %s contrassegnato come auto avviante\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Marcatura di avvio automatico del pool %s rimossa\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr "creare un pool da un file XML"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr "Creare un pool."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr "il file contenente una descrizione XML del pool"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, c-format
msgid "Pool %s created from %s\n"
msgstr "Pool %s creato da %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr "Impossibile creare il pool da %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr "nome del pool"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr "tipo di pool"
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr "source-host per lo storage soggiacente"
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr "percorso sorgente per lo storage soggiacente"
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr "dispositivo sorgente per lo storage soggiacente"
-#: src/virsh.c:2881
-#, fuzzy
+#: src/virsh.c:2931
msgid "source name for underlying storage"
-msgstr "percorso sorgente per lo storage soggiacente"
+msgstr "nome sorgente per lo storage soggiacente"
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr "destinazione per lo storage soggiacente"
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
msgid "Failed to allocate XML buffer"
msgstr "Impossibile assegnare il buffer XML"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr "creare un pool da un insieme di argomenti"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr "Pool %s creato\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr "Impossibile creare il pool %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr "definire (ma non avviare) un pool da un file XML"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr "Definire un pool."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "Pool %s definito da %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr "Impossibile definire il pool da %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr "definire un pool da un insieme di argomenti"
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr "Pool %s definito\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr "Impossibile definire il pool %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr "creare un pool"
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr "Creare un determinato pool."
-#: src/virsh.c:3089
-#, fuzzy, c-format
+#: src/virsh.c:3149
+#, c-format
msgid "Pool %s built\n"
msgstr "Pool %s creato\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, c-format
msgid "Failed to build pool %s"
msgstr "Impossibile creare il pool %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr "distruggere un pool"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr "Distruggere un dato pool."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr "Pool %s distrutto\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, c-format
msgid "Failed to destroy pool %s"
msgstr "Impossibile distruggere il pool %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr "eliminare un pool"
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr "Eliminare un dato pool."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr "Pool %s eliminato\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, c-format
msgid "Failed to delete pool %s"
msgstr "Impossibile eliminare il pool %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr "aggiornare un pool"
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr "Aggiornare un dato pool."
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr "Pool %s aggiornato\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr "Impossibile aggiornare il pool %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr "informazioni pool in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr "Mostrare le informazioni sul pool in XML su stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr "elencare i pool"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
msgid "Returns list of pools."
msgstr "Mostrare l'elenco dei pool"
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr "elencare i pool inattivi"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
msgid "list inactive & active pools"
msgstr "elencare i pool inattivi & attivi"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
msgid "Failed to list active pools"
msgstr "Impossibile elencare i pool attivi"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
msgid "Failed to list inactive pools"
msgstr "Impossibile elencare i pool inattivi"
-#: src/virsh.c:3383
-#, fuzzy
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
-msgstr "puntatore al pool di storage non valido in %s"
+msgstr "trovate potenziali sorgenti pool di storage"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
-msgstr ""
+msgstr "Restituisce i documenti XML <sources>"
-#: src/virsh.c:3390
-#, fuzzy
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
-msgstr "troppi pools di storage ricevuti"
+msgstr "tipo di sorgenti di pool di storage da trovare"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
-msgstr ""
+msgstr "host opzionale per interrogazione"
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
-msgstr ""
+msgstr "porta opzionale per interrogazione"
-#: src/virsh.c:3437
-#, fuzzy
+#: src/virsh.c:3497
msgid "Out of memory"
-msgstr "memoria esaurita"
+msgstr "Memoria esaurita"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
-msgstr ""
+msgstr "virAsprintf fallito (errore %d)"
-#: src/virsh.c:3449 src/virsh.c:3500
-#, fuzzy, c-format
+#: src/virsh.c:3509 src/virsh.c:3560
+#, c-format
msgid "Failed to find any %s pool sources"
-msgstr "Impossibile definire il pool %s"
+msgstr "Impossibile trovare sorgenti di pool %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
-msgstr ""
+msgstr "scopri potenziali sorgenti di memoria di stampa"
-#: src/virsh.c:3470
-#, fuzzy
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
-msgstr "troppi pools di storage ricevuti"
+msgstr "tipo di sorgenti di pool storage da scoprire"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
-msgstr ""
+msgstr "file opzionali di sorgente xml per interrogazione di stampa"
-#: src/virsh.c:3535
+#: src/virsh.c:3595
msgid "storage pool information"
msgstr "informazioni pool storage"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr "Mostrare informazioni base sul pool di storage"
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr "creazione in corso"
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "in esecuzione"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr "degradato"
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr "Capacità :"
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr "Allocazione:"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr "Disponibile:"
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr "converte un UUID di pool in un nome di pool"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr "pool uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr "avviare un (precedentemente definito) pool inattivo"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr "Avviare un pool."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr "nome del pool inattivo"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr "Pool %s avviato\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, c-format
msgid "Failed to start pool %s"
msgstr "Impossibile avviare il pool %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr "creare un volume da un gruppo di argomenti"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr "Creare un volume."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr "nome pool"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr "nome del volume"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr "dimensione del volume con suffissi k,M,G,T opzionali"
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr "dimensione di allocazione iniziale con suffisso k,M,G,T opzionale"
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr "tipo di formato di file raw,bochs,qcow,qcow2,vmdk"
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr "Dimensione malformata %s"
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr "Vol %s creato\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, c-format
msgid "Failed to create vol %s"
msgstr "Impossibile creare il volume %s"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
msgid "undefine an inactive pool"
msgstr "rimuovere la definizione di un pool inattivo"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
msgid "Undefine the configuration for an inactive pool."
msgstr "Rimozione della configurazione per un pool inattivo."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr "La definizione del pool %s è stata rimossa\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, c-format
msgid "Failed to undefine pool %s"
msgstr "Impossibile rimuovere la definizione del pool %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
msgid "convert a pool name to pool UUID"
msgstr "converte un nome di pool in UUID di pool"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
msgid "failed to get pool UUID"
msgstr "impossibile ottenere il pool UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
msgid "create a vol from an XML file"
msgstr "creare un volume da un file XML"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
msgid "file containing an XML vol description"
msgstr "file contenente una descrizione XML del vol"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, c-format
msgid "Vol %s created from %s\n"
msgstr "Vol %s creato da %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, c-format
msgid "Failed to create vol from %s"
msgstr "Impossibile creare il volume da %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr "eliminare un vol"
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr "Eliminare un dato vol."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr "nome, chiave o percorso volume"
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr "Vol %s eliminato\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, c-format
msgid "Failed to delete vol %s"
msgstr "Impossibile eliminare il volume %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
msgid "storage vol information"
msgstr "informazioni volume di storage"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr "Mostrare le informazioni di base sul nodo."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
msgid "Type:"
msgstr "Tipo:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr "file"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr "blocco"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
msgid "vol information in XML"
msgstr "informazioni volume in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
msgid "Output the vol information as an XML dump to stdout."
msgstr "Mostrare le informazioni sul vol in XML su stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
msgid "list vols"
msgstr "elencare i volumi"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
msgid "Returns list of vols by pool."
msgstr "Mostrare l'elenco dei domini"
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
msgid "Failed to list active vols"
msgstr "Impossibile elencare i vol attivi"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr "Percorso"
-#: src/virsh.c:4145
+#: src/virsh.c:4205
msgid "convert a vol UUID to vol name"
msgstr "converte un UUID di volume in un nome di volume"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr "chiave o percorso volume"
-#: src/virsh.c:4178
+#: src/virsh.c:4238
msgid "convert a vol UUID to vol key"
msgstr "converte un UUID di volume in una chiave di volume"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
msgid "vol uuid"
msgstr "vol uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
msgid "convert a vol UUID to vol path"
msgstr "converte un UUID di volume in un percorso di volume"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr "nome o chiave volume"
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "mostra versione"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Visualizzare le informazioni sulla versione di sistema."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "impossibile ottenere il tipo di hypervisor"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compilato rispetto la libreria: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "impossibile ottenere la versione della libreria"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Libreria in uso: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "API in uso: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "impossibile ottenere la versione dell'hypervisor"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Impossibile estrarre la versione dell'hypervisor %s in esecuzione\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Esecuzione hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
-#, fuzzy
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
-msgstr "NUMA non supportato su questo host"
+msgstr "dispositivi enumerati su questo host"
-#: src/virsh.c:4333
-#, fuzzy
+#: src/virsh.c:4393
msgid "capability name"
-msgstr "capacità "
+msgstr "nome capacità "
-#: src/virsh.c:4353
-#, fuzzy
+#: src/virsh.c:4413
msgid "Failed to count node devices"
-msgstr "Impossibile collegarsi all'hypervisor"
+msgstr "Impossibile contare i dispositivi nodo"
-#: src/virsh.c:4363
-#, fuzzy
+#: src/virsh.c:4423
msgid "Failed to list node devices"
-msgstr "Impossibile elencare domini inattivi"
+msgstr "Impossibile elencare i dispositivi nodo"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
-msgstr ""
+msgstr "dettagli dispositivo nodo in XML"
-#: src/virsh.c:4381
-#, fuzzy
+#: src/virsh.c:4441
msgid "Output the node device details as an XML dump to stdout."
-msgstr "Mostrare le informazioni sul vol in XML su stdout."
+msgstr ""
+"Mostra le informazioni sul nodo dispositivo come uno scarico di XML sullo "
+"stdout."
-#: src/virsh.c:4387
-#, fuzzy
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
-msgstr "dispositivo"
+msgstr "chiave dispositivo"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
+msgstr "Impossibile trovare il dispositivo corrispondente"
+
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "Collegamento di un nuovo dispositivo disco."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Dispositivo scollegato correttamente\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Impossibile staccare il dispositivo da %s"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "Collegamento di un nuovo dispositivo disco."
+
+#: src/virsh.c:4544
+#, fuzzy, c-format
+msgid "Device %s re-attached\n"
+msgstr "Dispositivo collegato correttamente\n"
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Impossibile collegare il dispositivo da %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "target del dispositivo del disco"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
msgstr ""
+"Ottieni statistiche dei blocchi del dispositivo per un dominio in esecuzione."
-#: src/virsh.c:4415
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Dominio %s ripristinato\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "impossibile eseguire il dispositivo %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "stampa il nome host di hypervisor"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "impossibile ottenere il nome host"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "stampa l'URI canonico di hypervisor"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "impossibile ottenere l'URI"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc display"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
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."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "console tty"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "Eseguire l'output del dispositivo per la console TTY."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "attacca dispositivo da un file XML"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "Attacca dispositivo da un <file> XML"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "File XML"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr "attach-device: Opzione <file> mancante"
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "Impossibile collegare il dispositivo da %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
-msgstr ""
+msgstr "Dispositivo collegato correttamente\n"
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "scollegare dispositivo da un file XML"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "Scollegare dispositivo da un <file> XML"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr "detach-device: Opzione <file> mancante"
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "Impossibile staccare il dispositivo da %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
-msgstr ""
+msgstr "Dispositivo scollegato correttamente\n"
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "collegare interfaccia di rete"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "Collegamento di una nuova interfaccia di rete."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "tipo di interfaccia di rete"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "sorgente dell'interfaccia di rete"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "nome della rete target"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
msgid "MAC address"
msgstr "Indirizzo MAC"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "script utilizzato per l'interfaccia di rete bridge"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "Nessun supporto %s nel comando 'attach-interface'"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
-msgstr ""
+msgstr "Interfaccia collegata correttamente\n"
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "scollegare una interfaccia di rete"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "Scollegare interfaccia di rete."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "Impossibile ottenere informazioni sull'interfaccia"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "Non è stata trovata alcuna interfaccia di tipo %s"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "Non è stata trovata alcuna interfaccia con un indirizzo MAC %s"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "Impossibile allocare memoria"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "Impossibile creare XML"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
-msgstr ""
+msgstr "Interfaccia scollegata correttamente\n"
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "colleganto dispositivo del disco"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "Collegamento di un nuovo dispositivo disco."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "sorgente dispositivo del disco"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "target del dispositivo del disco"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "driver del dispositivo del disco"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "subdriver del dispositivo del disco"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "tipo di dispositivo target"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "modalità di lettura e scrittura del dispositivo"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "Nessun supporto %s nel comando 'attach-disk'"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
-msgstr ""
+msgstr "Disco collegato correttamente\n"
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "scollegare un dispositivo del disco"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "Scollegare dispositivo disco."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "Impossibile ottenere informazioni sul disco"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "Nessun disco trovato con target %s"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
-msgstr ""
+msgstr "Disco scollegato correttamente\n"
-#: src/virsh.c:5243
-#, fuzzy, c-format
+#: src/virsh.c:5426
+#, c-format
msgid "malloc: failed to allocate temporary file name: %s"
-msgstr "Impossibile assegnare memoria per la stringa init: %s"
+msgstr "malloc: impossibile assegnare un nome file temporaneo:%s"
-#: src/virsh.c:5254
-#, fuzzy, c-format
+#: src/virsh.c:5437
+#, c-format
msgid "mkstemp: failed to create temporary file: %s"
-msgstr "%s: impossibile scrivere il file di log: %s"
+msgstr "mkstemp: impossibile creare un file temporaneo: %s"
-#: src/virsh.c:5261
-#, fuzzy, c-format
+#: src/virsh.c:5444
+#, c-format
msgid "write: %s: failed to write to temporary file: %s"
-msgstr "%s: impossibile scrivere il file di log: %s"
+msgstr "write: %s: impossibile scrivere il file temporaneo: %s"
-#: src/virsh.c:5270
-#, fuzzy, c-format
+#: src/virsh.c:5453
+#, c-format
msgid "close: %s: failed to write or close temporary file: %s"
-msgstr "%s: impossibile scrivere il file di log: %s"
+msgstr "close: %s: impossibile scrivere o chiudere il file temporaneo: %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
+"%s: la variabile di ambiente $EDITOR contiene meta shell o altri caratteri "
+"inaccettabili"
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, 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?)"
-#: src/virsh.c:5314
-#, fuzzy, c-format
+#: src/virsh.c:5497
+#, c-format
msgid "virAsprintf: could not create editing command: %s"
-msgstr "Impossibile creare il dominio inattivo %s\n"
+msgstr "virAsprintf: impossibile creare il comando di editing: %s"
-#: src/virsh.c:5322
-#, fuzzy, c-format
+#: src/virsh.c:5505
+#, c-format
msgid "%s: edit command failed: %s"
-msgstr "comando lvs fallito"
+msgstr "%s: comando di edit fallito: %s"
-#: src/virsh.c:5328
-#, fuzzy, c-format
+#: src/virsh.c:5511
+#, c-format
msgid "%s: command exited with non-zero status"
-msgstr "comando lvs fallito con uno stato d'uscita %d"
+msgstr "%s: comando uscito con stato non zero"
-#: src/virsh.c:5343
-#, fuzzy, c-format
+#: src/virsh.c:5526
+#, c-format
msgid "%s: failed to read temporary file: %s"
-msgstr "%s: impossibile scrivere il file di log: %s"
+msgstr "%s: impossibile leggere il file temporaneo: %s"
-#: src/virsh.c:5354
-#, fuzzy
+#: src/virsh.c:5537
msgid "edit XML configuration for a domain"
-msgstr "Rimozione della configurazione per un dominio inattivo."
+msgstr "modifica della configurazione XML per un dominio"
-#: src/virsh.c:5355
-#, fuzzy
+#: src/virsh.c:5538
msgid "Edit the XML configuration for a domain."
-msgstr "Rimozione della configurazione per un dominio inattivo."
+msgstr "Modifica della configurazione XML per un dominio"
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
-msgstr ""
+msgstr "Configurazione XML del dominio %s non è cambiata.\n"
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
-msgstr ""
+msgstr "ERRORE: la configurazione XML è stata cambiata da un altro utente"
-#: src/virsh.c:5431
-#, fuzzy, c-format
+#: src/virsh.c:5615
+#, c-format
msgid "Domain %s XML configuration edited.\n"
-msgstr "errore di lettura del file di configurazione"
+msgstr "Configurazione dominio XML %s modificato.\n"
-#: src/virsh.c:5456
-#, fuzzy
+#: src/virsh.c:5640
msgid "edit XML configuration for a network"
-msgstr "Rimozione della configurazione per una rete non attiva."
+msgstr "modifica configurazione XML per una rete"
-#: src/virsh.c:5457
-#, fuzzy
+#: src/virsh.c:5641
msgid "Edit the XML configuration for a network."
-msgstr "Rimozione della configurazione per una rete non attiva."
+msgstr "Modifica la configurazione XML per una rete."
-#: src/virsh.c:5473
-#, fuzzy
+#: src/virsh.c:5657
msgid "edit XML configuration for a storage pool"
-msgstr "Rimozione della configurazione per un pool inattivo."
+msgstr "modifica configurazione XML per un pool storage"
-#: src/virsh.c:5474
-#, fuzzy
+#: src/virsh.c:5658
msgid "Edit the XML configuration for a storage pool."
-msgstr "Rimozione della configurazione per un pool inattivo."
+msgstr "Modifica la configurazione XML per uno storage pool."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "abbandona questo terminale interattivo"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "il comando '%s' richiede l'opzione <%s>"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "il comando '%s' richiede l'opzione --%s"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "il comando '%s' non esiste"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NOME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6485,17 +6902,17 @@ msgstr ""
"\n"
" SOMMARIO\n"
-#: src/virsh.c:5719
-#, fuzzy, c-format
+#: src/virsh.c:5906
+#, c-format
msgid "[--%s <number>]"
-msgstr "--%s <number>"
+msgstr "[--%s <number>]"
-#: src/virsh.c:5721
-#, fuzzy, c-format
+#: src/virsh.c:5908
+#, c-format
msgid "[--%s <string>]"
-msgstr "--%s <string>"
+msgstr "[--%s <string>]"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6503,7 +6920,7 @@ msgstr ""
"\n"
" DESCRIZIONE\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6511,58 +6928,58 @@ msgstr ""
"\n"
" OPZIONI\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
-msgstr ""
+msgstr "errore interno: virsh %s: nessun %s VSH_OT_DATA opzione"
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "id o nome del dominio non definito"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "impossibile ottenere il dominio '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "nome della rete non definito"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "impossibile ottenere la rete '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
msgid "undefined pool name"
msgstr "nome pool non definito"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, c-format
msgid "failed to get pool '%s'"
msgstr "impossibile ottenere il pool '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
msgid "undefined vol name"
msgstr "nome vol non definito"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, c-format
msgid "failed to get vol '%s'"
msgstr "impossibile ottenere il vol '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6573,130 +6990,129 @@ msgstr ""
"(Durata: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "\" mancanti"
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "token inaspettato (nome del comando): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "comando sconosciuto: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "il comando '%s' non supporta l'opzione --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "sintassi prevista: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "numero"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "stringa"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "dato inaspettato '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPZIONE"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATI"
-#: src/virsh.c:6354 src/virsh.c:6376
-#, fuzzy
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
-msgstr "file"
+msgstr "vuoto"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "in pausa"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in arresto"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "terminato"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "interrotto con errore"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "scollegato"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "nessuna connessione valida"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: errore: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "errore: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: impossibile allocare %d byte"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: impossibile allocare %lu bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "impossibile collegarsi all'hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "impossibile ottenere informazioni sul file di log"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "il percorso del log non è un file"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
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"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "errore nella scrittura del file di log"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: impossibile scrivere il file di log: %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
msgid "failed to disconnect from the hypervisor"
msgstr "impossibile disconnettersi dall'hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6729,7 +7145,7 @@ msgstr ""
"\n"
" comandi (modalità non interattiva):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6739,17 +7155,17 @@ msgstr ""
" (specifica help <command> per informazioni sul comando)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "opzione non supportata '-%c'. Consultare --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
-msgstr ""
+msgstr "argomenti extra '%s'. Consultare --help."
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6758,7 +7174,7 @@ msgstr ""
"Benvenuti a %s, il terminale interattivo per la virtualizzazione.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6768,521 +7184,526 @@ msgstr ""
" 'quit' per uscire\n"
"\n"
-#: src/virterror.c:192
-#, fuzzy
+#: src/virterror.c:195
msgid "Unknown failure"
msgstr "Errore sconosciuto"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "attenzione"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "errore"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "Nessun messaggio d'errore fornito"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "errore interno %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "errore interno"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "memoria esaurita"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "questa funzione non è supportata dall'hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "questa funzione non è supportata dall'hypervisor: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "impossibile collegarsi all'hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "impossibile collegarsi a %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "puntatore di collegamento non valido in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "puntatore di collegamento non valido in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "puntatore di dominio non valido in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "puntatore di dominio non valido in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "argomento non valido in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "argomento non valido in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operazione fallita: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operazione fallita"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "operazione GET fallita: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "operazione GET fallita"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "operazione POST fallita: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "operazione POST fallita"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "ricevuto un codice d'errore HTTP sconosciuto %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "host %s sconosciuto"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "host sconosciuto"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "Errore nella serializzazione di S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "errore nella serializzazione di S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "impossibile usare la voce di hypervisor Xen"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "impossibile usare la voce di hypervisor Xen %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "impossibile collegarsi a Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "impossibile collegarsi a Xen Store %s"
-#: src/virterror.c:744
-#, fuzzy, c-format
+#: src/virterror.c:780
+#, c-format
msgid "failed Xen syscall %s"
-msgstr "errore syscall Xen %s %d"
+msgstr "errore syscall Xen %s"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "Tipo di OS sconosciuto"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "Tipo di OS sconosciuto %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "informazioni kernel mancanti"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "informazioni dispositivo root mancanti"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "informazioni dispositivo root mancanti in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "informazioni sorgente mancanti per il dispositivo"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "informazioni sorgente mancanti per il dispositivo %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "informazioni target mancanti per il dispositivo"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "informazioni target mancanti per il dispositivo %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "informazioni sul nome del dominio mancanti"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "informazioni sul nome del dominio mancanti in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "informazioni mancanti sul sistema operativo"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "informazioni mancanti sul sistema operativo in %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "informazioni mancanti sui dispositivi"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "informazioni mancanti sui dispositivi per %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "troppi driver registrati"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "troppi driver registrati in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "errore chiamata della libreria, forse non risulta supportata"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "errore chiamata %s della libreria, forse non risulta supportata"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "descrizione XML malformata o non valida"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "descrizione XML per %s malformata o non valida"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "questo dominio è già esistente"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "il dominio %s è già esistente"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operazione proibita per un accesso di sola lettura"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operazione %s proibita per un accesso di sola lettura"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "impossibile aprire in lettura il file di configurazione"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "impossibile aprire in lettura %s"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "errore di lettura del file di configurazione"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "errore di lettura del file di configurazione %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "errore nel parsing del file di configurazione"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "errore nel parsing del file di configurazione %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "errore di sintassi del file di configurazione"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "errore di sintassi del file di configurazione: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "errore nella scrittura del file di configurazione"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "errore nella scrittura del file di configurazione: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "errore del parser"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "puntatore di rete non valido in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "puntatore di rete non valido in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "questa rete esiste già "
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "la rete %s è già esistente"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "errore di system call"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "errore RPC"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "errore chiamata GNUTLS"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "Impossibile trovare la rete"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "Impossibile trovare la rete: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "Dominio non trovato"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "Dominio non trovato: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "Rete non trovata"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "Rete non trovata: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
msgid "invalid MAC address"
msgstr "indirizzo MAC non valido"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, c-format
msgid "invalid MAC address: %s"
msgstr "indirizzo MAC non valido: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "autenticazione fallita"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "autenticazione fallita: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
msgid "Storage pool not found"
msgstr "Storage pool non trovato"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, c-format
msgid "Storage pool not found: %s"
msgstr "Storage pool non trovato: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
msgid "Storage volume not found"
msgstr "Volume di storage non trovato"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, c-format
msgid "Storage volume not found: %s"
msgstr "Volume di storage non trovato: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
msgid "invalid storage pool pointer in"
msgstr "puntatore al pool di storage non valido in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr "puntatore al pool di storage non valido in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
msgid "invalid storage volume pointer in"
msgstr "puntatore al volume di storage non valido in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr "puntatore al volume di storage non valido in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
msgid "Failed to find a storage driver"
msgstr "Impossibile trovare un driver di storage"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Impossibile trovare un driver di storage: %s"
-#: src/virterror.c:949
-#, fuzzy
+#: src/virterror.c:985
msgid "Failed to find a node driver"
-msgstr "Impossibile trovare un driver di storage"
+msgstr "Impossibile trovare un nodo driver"
-#: src/virterror.c:951
-#, fuzzy, c-format
+#: src/virterror.c:987
+#, c-format
msgid "Failed to find a node driver: %s"
-msgstr "Impossibile trovare un driver di storage: %s"
+msgstr "Impossibile trovare un nodo driver: %s"
-#: src/virterror.c:955
-#, fuzzy
+#: src/virterror.c:991
msgid "invalid node device pointer"
-msgstr "puntatore al volume di storage non valido in"
+msgstr "puntatore al nodo dispositivo non valido"
-#: src/virterror.c:957
-#, fuzzy, c-format
+#: src/virterror.c:993
+#, c-format
msgid "invalid node device pointer in %s"
-msgstr "puntatore di dominio non valido in %s"
+msgstr "puntatore al nodo dispositivo non valido in %s"
-#: src/virterror.c:961
-#, fuzzy
+#: src/virterror.c:997
msgid "Node device not found"
-msgstr "dispositivo non trovato: %s (%s)"
+msgstr "Nodo dispositivo non trovato"
-#: src/virterror.c:963
-#, fuzzy, c-format
+#: src/virterror.c:999
+#, c-format
msgid "Node device not found: %s"
-msgstr "dispositivo non trovato: %s (%s)"
+msgstr "Nodo dispositivo non trovato: %s"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
#, fuzzy
+msgid "Security model not found"
+msgstr "Storage pool non trovato"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Storage pool non trovato: %s"
+
+#: src/virterror.c:1068
msgid "internal error: buffer too small"
-msgstr "Buffer di argomento troppo piccolo"
+msgstr "errore interno: buffer troppo piccolo"
#: src/xen_inotify.c:133 src/xen_inotify.c:208
-#, fuzzy, c-format
+#, c-format
msgid "parsing uuid %s"
-msgstr "uuid del dominio"
+msgstr "analisi uuid %s"
#: src/xen_inotify.c:150
#, c-format
msgid "finding dom for %s"
-msgstr ""
+msgstr "ricerca del dominio per %s"
#: src/xen_inotify.c:159
msgid "finding dom on config list"
-msgstr ""
+msgstr "ricerca del dominio sulla lista configurazione"
#: src/xen_inotify.c:244
-#, fuzzy
msgid "Error looking up domain"
-msgstr "assegnazione dominio in corso"
+msgstr "Errore nel lookup del dominio"
#: src/xen_inotify.c:251 src/xen_inotify.c:344 src/xen_inotify.c:351
-#, fuzzy
msgid "Error adding file to config cache"
-msgstr "Errore nel parsing della configurazione di rete '%s' : %s"
+msgstr "Errore nell'aggiunta di file alla cache di configurazione"
#: src/xen_inotify.c:297
msgid "conn, or private data is NULL"
-msgstr ""
+msgstr "conn o dato privato NULL"
#: src/xen_inotify.c:340 src/xen_inotify.c:363
msgid "looking up dom"
-msgstr ""
+msgstr "controllo dom"
#: src/xen_inotify.c:402
-#, fuzzy
msgid "failed to allocate configInfoList"
-msgstr "Impossibile allocare memoria per l'elenco di configurazione %s"
+msgstr "Impossibile allocare configInfoList"
#: src/xen_inotify.c:409
-#, fuzzy, c-format
+#, c-format
msgid "cannot open directory: %s"
-msgstr "impossibile aprire il dispositivo %s"
+msgstr "impossibile aprire cartella: %s"
#: src/xen_inotify.c:427
-#, fuzzy
msgid "Error adding file to config list"
-msgstr "Errore nel parsing della configurazione di rete '%s' : %s"
+msgstr "Errore nell'aggiunta file alla lista configurazione"
#: src/xen_inotify.c:436
msgid "initializing inotify"
-msgstr ""
+msgstr "inizializzo inotify"
#: src/xen_inotify.c:447
#, c-format
msgid "adding watch on %s"
-msgstr ""
+msgstr "aggiunta di watch on %s"
#: src/xen_internal.c:1300
#, c-format
@@ -7294,15 +7715,14 @@ msgstr "Il parametro weight del credit scheduler (%d) è fuori scala (1-65535)"
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "Il parametro cap del credit scheduler (%d) è fuori scala (0-65535)"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
-#, fuzzy, c-format
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
+#, c-format
msgid "cannot read file %s"
-msgstr "impossibile leggere %s: %s"
+msgstr "impossibile leggere il file %s"
#: src/xen_unified.c:269
-#, fuzzy
msgid "cannot initialise mutex"
-msgstr "impossibile inizializzare il supporto del bridge: %s"
+msgstr "impossibile inizializzare mutex"
#: src/xend_internal.c:128
msgid "failed to create a socket"
@@ -7317,9 +7737,9 @@ msgid "failed to read from Xen Daemon"
msgstr "impossibile leggere da un demone Xen"
#: src/xend_internal.c:389
-#, fuzzy, c-format
+#, c-format
msgid "%d status from xen daemon: %s:%s"
-msgstr "xend_post: errore del demone di xen: %s"
+msgstr "%d stato del demone di xen: %s:%s"
#: src/xend_internal.c:440 src/xend_internal.c:443 src/xend_internal.c:451
#, c-format
@@ -7327,9 +7747,9 @@ msgid "xend_post: error from xen daemon: %s"
msgstr "xend_post: errore del demone di xen: %s"
#: src/xend_internal.c:846
-#, fuzzy, c-format
+#, c-format
msgid "unable to connect to '%s:%s'"
-msgstr "impossibile aprire tty %s: %s\n"
+msgstr "impossibile connettersi a '%s: %s'"
#: src/xend_internal.c:956
msgid "failed to urlencode the create S-Expr"
@@ -7347,7 +7767,7 @@ msgstr "informazioni del dominio non corrette, domid non numerico"
msgid "domain information incomplete, missing uuid"
msgstr "informazioni del dominio incomplete, uuid mancante"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "informazioni del dominio incomplete, nome mancante"
@@ -7369,9 +7789,9 @@ msgid "malformed char device string"
msgstr "stringa del dispositivo a caratteri malformata"
#: src/xend_internal.c:1455
-#, fuzzy, c-format
+#, c-format
msgid "unknown chr device type '%s'"
-msgstr "Tipo di dispositivo a caratteri sconosciuto"
+msgstr "Tipo di dispositivo a caratteri sconosciuto '%s'"
#: src/xend_internal.c:1617
msgid "domain information incomplete, vbd has no dev"
@@ -7389,92 +7809,96 @@ msgstr "impossibile analizzare il filename vbd, nome del driver mancante"
msgid "cannot parse vbd filename, missing driver type"
msgstr "impossibile analizzare il filename vbd, tipo di driver mancante"
-#: src/xend_internal.c:1807
-#, fuzzy, c-format
+#: src/xend_internal.c:1808
+#, c-format
msgid "malformed mac address '%s'"
-msgstr "indirizzo MAC non valido: %s"
+msgstr "indirizzo mac malformato '%s'"
-#: src/xend_internal.c:1888
-#, fuzzy, c-format
+#: src/xend_internal.c:1889
+#, c-format
msgid "unexpected sound model %s"
-msgstr "nodo dict inaspettato"
+msgstr "modello sonoro inatteso %s"
-#: src/xend_internal.c:2073
-#, fuzzy, c-format
+#: src/xend_internal.c:2074
+#, c-format
msgid "unknown graphics type '%s'"
-msgstr "tipo di auth sconosciuta '%s'"
+msgstr "tipo di grafica sconosciuta '%s'"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "informazioni del dominio incomplete, id mancante"
-#: src/xend_internal.c:2241
-#, fuzzy, c-format
+#: src/xend_internal.c:2242
+#, c-format
msgid "invalid CPU mask %s"
-msgstr "indirizzo MAC non valido: %s"
+msgstr "maschera CPU non valida %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
-#, fuzzy, c-format
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
+#, c-format
msgid "unknown lifecycle type %s"
-msgstr "Tipo di OS sconosciuto %s"
+msgstr "tipo di ciclo vita sconosciuto %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "errore di sintassi della topologia"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "errore nel parsing delle informazioni del dominio Xend"
-#: src/xend_internal.c:3183
-#, fuzzy
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, c-format
+msgid "Domain %s isn't running."
+msgstr "Il dominio '%s' non è in esecuzione."
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
-msgstr "xenDaemonDomainDumpXMLByName impossibile trovare questo dominio"
+msgstr "xenDaemonDomainFetch impossibile trovare questo dominio"
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
-#, fuzzy
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
msgid "failed to build sexpr"
-msgstr "Impossibile creare il pool %s"
+msgstr "Impossibile creare sexpr"
-#: src/xend_internal.c:3910
-#, fuzzy
+#: src/xend_internal.c:3950
msgid "unsupported device type"
-msgstr "tipo di dispositivo input %s non supportato"
+msgstr "tipo di dispositivo non supportato"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr "xenDaemonGetAutostart non è riuscito a trovare questo dominio"
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr "xenDaemonSetAutostart non è riuscito a trovare questo dominio"
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
msgid "unexpected value from on_xend_start"
msgstr "valore inaspettato da on_xend_start"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
msgid "no memory"
msgstr "memoria non disponibile"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
msgid "sexpr2string failed"
msgstr "sexpr2string fallito"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
msgid "Failed to redefine sexpr"
msgstr "Errore nella ridefinizione di sexpr"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr "on_xend_start non è presente in sexpr"
-#: src/xend_internal.c:4122
-#, fuzzy, c-format
+#: src/xend_internal.c:4162
+#, c-format
msgid "unable to resolve name %s"
-msgstr "impossibile aprire tty %s: %s\n"
+msgstr "Impossibile risolvere il nome %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
@@ -7482,7 +7906,7 @@ msgstr ""
"xenDaemonDomainMigrate: Xen non supporta la rinomina del dominio durante la "
"migrazione"
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
@@ -7490,171 +7914,168 @@ msgstr ""
"xenDaemonDomainMigrate: Xen non supporta la limitazione di banda durante la "
"migrazione"
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr "xenDaemonDomainMigrate: flag non supportato"
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr "xenDaemonDomainMigrate: URI non valido"
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
"xenDaemonDomainMigrate: solo le migrazioni xenmigr:// sono supportate da Xen"
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr "xenDaemonDomainMigrate: un hostname deve essere specificato nell'URI"
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "xenDaemonDomainMigrate: numero di porta non valido"
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
msgid "failed to parse domain description"
msgstr "errore nel parsing della descrizione del dominio"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Impossibile creare il dominio inattivo %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr "non supportato in xendConfigVersion < 4"
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
msgid "node information incomplete, missing scheduler name"
msgstr "informazioni del nodo incomplete, nome scheduler mancante"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr "strdup fallito"
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr "Scheduler sconosciuto"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
msgid "Failed to get a scheduler name"
msgstr "Impossibile ottenere un nome per lo scheduler"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
msgid "domain information incomplete, missing cpu_weight"
msgstr "informazioni del dominio incomplete, cpu_weight mancante"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
msgid "domain information incomplete, missing cpu_cap"
msgstr "informazioni del dominio incomplete, cpu_cap mancante"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr "domainBlockPeek non è supportato per dom0"
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr "%s: percorso non valido"
-#: src/xend_internal.c:4762
-#, fuzzy, c-format
+#: src/xend_internal.c:4804
+#, c-format
msgid "failed to open for reading: %s"
-msgstr "impossibile aprire per la lettura: %s: %s"
+msgstr "impossibile aprire per la lettura: %s"
-#: src/xend_internal.c:4774
-#, fuzzy, c-format
+#: src/xend_internal.c:4816
+#, c-format
msgid "failed to lseek or read from file: %s"
-msgstr "Impossibile eseguire Iseek o la lettura dal file: %s: %s"
+msgstr "Impossibile eseguire Iseek o la lettura dal file: %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
-#, fuzzy, c-format
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
+#, c-format
msgid "unexpected graphics type %d"
-msgstr "tipo di dominio %d inaspettato"
+msgstr "tipo di grafica inaspettata %d"
-#: src/xend_internal.c:4946
-#, fuzzy
+#: src/xend_internal.c:4988
msgid "unexpected chr device type"
-msgstr "tipo mime inaspettato"
+msgstr "tipo carattere dispositivo inatteso"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
-msgstr ""
+msgstr "Impossibile collegare direttamente il floppy %s"
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
-msgstr ""
+msgstr "Impossibile collegare direttamente il CDROM %s"
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
-#, fuzzy, c-format
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
+#, c-format
msgid "unsupported network type %d"
-msgstr "tipo di storage di volume non supportato %d"
+msgstr "tipo di rete non supportata %d"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
-#, fuzzy, c-format
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
+#, c-format
msgid "unexpected lifecycle value %d"
-msgstr "nodo valore inaspettato"
+msgstr "valore ciclo vita inatteso %d"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr "loader di dominio HVM non presente"
-#: src/xend_internal.c:5561
-#, fuzzy
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
-msgstr "ai_socktype non supportato"
+msgstr "collegamento a caldo del tipo di dispositivo non supportata"
#: src/xm_internal.c:149 src/xm_internal.c:180 src/xm_internal.c:185
#: src/xm_internal.c:208
-#, fuzzy, c-format
+#, c-format
msgid "config value %s was malformed"
-msgstr "UUID nel file di configurazione malformato"
+msgstr "il valore di configurazione %s era malformato"
#: src/xm_internal.c:230 src/xm_internal.c:243
-#, fuzzy, c-format
+#, c-format
msgid "config value %s was missing"
-msgstr "parametro name config mancante"
+msgstr "il valore di configurazione %s era mancante"
#: src/xm_internal.c:236
#, c-format
msgid "config value %s was not a string"
-msgstr ""
+msgstr "il valore di config %s non è una stringa"
#: src/xm_internal.c:393
-#, fuzzy, c-format
+#, c-format
msgid "cannot stat: %s"
-msgstr "impossibile eseguire lo stat del file '%s': %s"
+msgstr "impossibile eseguire stat: %s"
#: src/xm_internal.c:451
msgid "xenXMConfigCacheRefresh: virHashAddEntry"
msgstr "xenXMConfigCacheRefresh: virHashAddEntry"
#: src/xm_internal.c:490
-#, fuzzy
msgid "cannot get time of day"
-msgstr "acquisizione ora del giorno in corso"
+msgstr "impossibile ottenere ora del giorno in corso"
#: src/xm_internal.c:503
-#, fuzzy, c-format
+#, c-format
msgid "cannot read directory %s"
-msgstr "impossibile creare la cartella di log %s: %s"
+msgstr "impossibile leggere la cartella %s"
#: src/xm_internal.c:786
-#, fuzzy, c-format
+#, c-format
msgid "unexpected value %s for on_poweroff"
-msgstr "valore inaspettato da on_xend_start"
+msgstr "valore inatteso per on_poweroff %s"
#: src/xm_internal.c:794
-#, fuzzy, c-format
+#, c-format
msgid "unexpected value %s for on_reboot"
-msgstr "valore inaspettato da on_xend_start"
+msgstr "valore inatteso per on_reboot %s"
#: src/xm_internal.c:802
-#, fuzzy, c-format
+#, c-format
msgid "unexpected value %s for on_crash"
-msgstr "valore inaspettato da on_xend_start"
+msgstr "valore inatteso per on_xend_start %s"
#: src/xm_internal.c:1547
msgid "read only connection"
@@ -7673,74 +8094,87 @@ msgid "can't retrieve config file for domain"
msgstr "impossibile ripristinare il file di config per il dominio"
#: src/xm_internal.c:2077 src/xm_internal.c:2086 src/xm_internal.c:2095
-#, fuzzy, c-format
+#, c-format
msgid "unexpected lifecycle action %d"
-msgstr "nodo dict inaspettato"
+msgstr "azione ciclo di vita inattesa %d"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
"impossibile ripristinare nome del file di config per il dominio da "
"sovrascrivere"
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
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/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
msgid "failed to remove old domain from config map"
msgstr "impossibile rimuovere il vecchio dominio dalla mappa di configurazione"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr "Il nome del file di configurazione è troppo lungo"
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
msgid "unable to get current time"
msgstr "impossibile ottenere l'ora attuale"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
msgid "unable to store config file handle"
msgstr "impossibile conservare la gestione del file di configurazione"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
msgid "unknown device"
msgstr "dispositivo sconosciuto"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
-msgstr ""
+msgstr "impossibile controllare il link %s punta alla configurazione %s"
-#: src/xm_internal.c:2860
-#, fuzzy, c-format
+#: src/xm_internal.c:2859
+#, c-format
msgid "failed to create link %s to %s"
-msgstr "errore nella creazione del file di log %s: %s"
+msgstr "impossibile creare il link %s a %s"
-#: src/xm_internal.c:2868
-#, fuzzy, c-format
+#: src/xm_internal.c:2867
+#, c-format
msgid "failed to remove link %s"
-msgstr "errore nella creazione del file di log %s: %s"
+msgstr "Impossibile rimuovere il link %s"
#: src/xml.c:60
msgid "Invalid parameter to virXPathString()"
msgstr "Parametro per virXPathString() non valido"
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr "Parametro per virXPathNumber() non valido"
-#: src/xml.c:256
+#: src/xml.c:162
+msgid "Invalid parameter to virXPathLong()"
+msgstr "Parametro per virXPathLong() non valido"
+
+#: src/xml.c:249 src/xml.c:347
+msgid "Invalid parameter to virXPathULong()"
+msgstr "Parametro per virXPathULong() non valido"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr "Parametro per virXPathBoolean() non valido"
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr "Parametro per virXPathNode() non valido"
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "Parameter per virXPathNodeSet() non valido"
@@ -7749,348 +8183,31 @@ msgid "failed to connect to Xen Store"
msgstr "impossibile connettersi allo Xen Store"
#: src/xs_internal.c:310
-#, fuzzy
msgid "failed to allocate activeDomainList"
-msgstr "Impossibile elencare i domini attivi"
+msgstr "impossibile allocare activeDomainList"
#: src/xs_internal.c:319
-#, fuzzy
msgid "failed to allocate xsWatchList"
-msgstr "impossibile assegnare spazio per ostype"
+msgstr "impossibile assegnare xsWatchList"
#: src/xs_internal.c:328
msgid "adding watch @releaseDomain"
-msgstr ""
+msgstr "aggiunta orologio @releaseDomain"
#: src/xs_internal.c:337
msgid "adding watch @introduceDomain"
-msgstr ""
+msgstr "aggiunta orologio @introduceDomain"
-#: src/xs_internal.c:1120
-#, fuzzy
+#: src/xs_internal.c:1119
msgid "watch already tracked"
-msgstr "il pool è già attivo"
+msgstr "orologio già tracciato"
-#: src/xs_internal.c:1136
-#, fuzzy
+#: src/xs_internal.c:1135
msgid "reallocating list"
-msgstr "assegnazione dominio in corso"
-
-#~ msgid "allocating configuration"
-#~ msgstr "assegnazione configurazione in corso"
-
-#~ msgid "allocate buffer"
-#~ msgstr "assegnazione buffer"
-
-#~ msgid "allocating connection"
-#~ msgstr "assegnazione collegamento in corso"
-
-#~ msgid "allocating domain"
-#~ msgstr "assegnazione dominio in corso"
-
-#~ msgid "allocating network"
-#~ msgstr "allocazione rete"
-
-#~ msgid "allocating storage pool"
-#~ msgstr "allocazione pool storage"
-
-#~ msgid "allocating storage vol"
-#~ msgstr "allocazione volume storage"
-
-#, fuzzy
-#~ msgid "allocating node dev"
-#~ msgstr "allocazione volume storage"
-
-#, fuzzy
-#~ msgid "copying node dev name"
-#~ msgstr "copia contenuto nodo in corso"
-
-#~ msgid "failed to allocate space for xmlXPathContext"
-#~ msgstr "errore nell'assegnazione dello spazio per xmlXPathContext"
-
-#, fuzzy
-#~ msgid "cannot remove config for %s: %s"
-#~ msgstr "impossibile rimuovere la configurazione per %s"
-
-#, fuzzy
-#~ msgid "unable to open connection"
-#~ msgstr "Impossibile accettare la connessione: %s"
-
-#, fuzzy
-#~ msgid "while loading LXC driver config"
-#~ msgstr "Errore durante il ricaricamento dei drivers"
-
-#~ msgid "failed to mount %s at %s for container: %s"
-#~ msgstr "impossibile montare %s a %s per il contenitore: %s"
-
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "open(%s) fallito: %s"
-
-#~ msgid "clone() failed, %s"
-#~ msgstr "clone() fallito, %s"
-
-#~ msgid "failed to allocate space for VM name string"
-#~ msgstr "impossibile assegnare spazio per la stringa del nome di VM"
-
-#~ msgid "cannot create log directory %s: %s"
-#~ msgstr "impossibile creare la cartella di log %s: %s"
-
-#, fuzzy
-#~ msgid "uname(): %s"
-#~ msgstr "nomi"
-
-#, fuzzy
-#~ msgid "Failed to find user record for uid '%d': %s\n"
-#~ msgstr "Impossibile trovare il record utente per l'uid '%d': %s"
-
-#~ msgid "failed to allocate space for dnsmasq argv"
-#~ msgstr "errore nell'assegnazione di spazio per dnsmasq argv"
-
-#~ msgid "failed to allocate space for IP tables support"
-#~ msgstr "impossibile assegnare spazio per il supporto alle tabelle IP"
-
-#, fuzzy
-#~ msgid "Got unexpected pid for dnsmasq\n"
-#~ msgstr "Ottenuto un pid inaspettato per dnsmasq"
-
-#~ msgid "failed to allocate space for network bridge string"
-#~ msgstr "impossibile assegnare spazio per la stringa del bridge di rete"
-
-#, fuzzy
-#~ msgid "failed to allocate vncListen"
-#~ msgstr "impossibile allocare un nodo"
-
-#~ msgid "failed to allocate vncTLSx509certdir"
-#~ msgstr "errore nell'assegnare vncTLSx509certdir"
-
-#, fuzzy
-#~ msgid "failed to allocate vnc_listen"
-#~ msgstr "impossibile allocare un nodo"
-
-#~ msgid "failed to allocate space for tapfds string"
-#~ msgstr "errore nell'assegnazione dello spazio per la stringa di tapfds"
-
-#~ msgid "failed to allocate space for argv string"
-#~ msgstr "errore nell'assegnazione dello spazio per la stringa argv"
-
-#, fuzzy
-#~ msgid "failed to allocate space for vm status"
-#~ msgstr "errore nell'assegnazione dello spazio per la stringa vm"
-
-#, fuzzy
-#~ msgid "failed to allocate space for status file"
-#~ msgstr "impossibile assegnare spazio per ostype"
-
-#~ msgid ""
-#~ "QEMU quit during %s startup\n"
-#~ "%s"
-#~ msgstr ""
-#~ "QEMU è uscito durante l'avvio di %s\n"
-#~ "%s"
-
-#~ msgid "Failure while reading %s startup output: %s"
-#~ msgstr "Errora durante la lettura dell'output d'avvio di %s: %s"
-
-#, fuzzy
-#~ msgid "failed to allocate space for monitor path"
-#~ msgstr "impossibile assegnare spazio per ostype"
-
-#~ msgid "allocate cpumap"
-#~ msgstr "assegna cpumap"
-
-#, fuzzy
-#~ msgid "Got unexpected pid, damn\n"
-#~ msgstr "E' stato ottenuto un pid inaspettato"
-
-#~ msgid "failed to allocate space for capabilities support"
-#~ msgstr "impossibile assegnare lo spazio per il supporto delle capacità "
-
-#~ msgid "failed to allocate space for ostype"
-#~ msgstr "impossibile assegnare spazio per ostype"
-
-#~ msgid "failed to pause domain"
-#~ msgstr "impossibile mettere in pausa il dominio"
-
-#, fuzzy
-#~ msgid "unable to lookup user '%d': %s"
-#~ msgstr "impossibile aprire tty %s: %s\n"
-
-#~ msgid "struct private_data"
-#~ msgstr "struct private_data"
-
-#~ msgid "unknown direction (received %x, expected %x)"
-#~ msgstr "direzione sconosciuta (ricevuta %x, attesa %x)"
-
-#~ msgid "unknown serial (received %x, expected %x)"
-#~ msgstr "seriale sconosciuto (ricevuto %x, atteso %x)"
-
-#~ msgid "socket closed unexpectedly"
-#~ msgstr "socket chiuso inaspettatamente"
-
-#, fuzzy
-#~ msgid "invalid header in event firing"
-#~ msgstr "intestazione non valida nella risposta"
-
-#, fuzzy
-#~ msgid "invalid proc in event firing"
-#~ msgstr "puntatore di dominio non valido in"
-
-#~ msgid "failed to allocate a node"
-#~ msgstr "impossibile allocare un nodo"
-
-#~ msgid "failed to copy a string"
-#~ msgstr "impossibile copiare una stringa"
-
-#~ msgid "context"
-#~ msgstr "contesto"
+msgstr "riassegnazione lista in corso"
-#~ msgid "path"
-#~ msgstr "percorso"
-
-#, fuzzy
-#~ msgid "dup path"
-#~ msgstr "percorso"
-
-#~ msgid "regex"
-#~ msgstr "regex"
-
-#~ msgid "regex groups"
-#~ msgstr "gruppi regex"
-
-#~ msgid "n_columns too large"
-#~ msgstr "n_columns troppo grandi"
-
-#~ msgid "volume"
-#~ msgstr "volume"
-
-#~ msgid "volume extents"
-#~ msgstr "extent del volume"
-
-#~ msgid "extents"
-#~ msgstr "extents"
-
-#, fuzzy
-#~ msgid "retval"
-#~ msgstr "portale"
-
-#~ msgid "source"
-#~ msgstr "sorgente"
-
-#~ msgid "target"
-#~ msgstr "destinazione"
-
-#~ msgid "storage vol key"
-#~ msgstr "chiave volume di storage"
-
-#~ msgid "session"
-#~ msgstr "sessione"
-
-#~ msgid "name"
-#~ msgstr "nome"
-
-#~ msgid "devpath"
-#~ msgstr "percorso del dispositivo"
-
-#~ msgid "key"
-#~ msgstr "chiave"
-
-#~ msgid "Failed allocating memory for scsidev"
-#~ msgstr "Impossibile assegnare memoria a scsidev"
-
-#~ msgid "portal"
-#~ msgstr "portale"
-
-#, fuzzy
-#~ msgid "allocating pvname or vgname"
-#~ msgstr "allocazione priv->hostname"
-
-#, fuzzy
-#~ msgid "allocating new source"
-#~ msgstr "allocazione rete"
-
-#, fuzzy
-#~ msgid "allocating new device"
-#~ msgstr "allocazione rete"
-
-#~ msgid "command line"
-#~ msgstr "linea di comando"
-
-#~ msgid "cannot allocate storage pool"
-#~ msgstr "impossibile assegnare memoria di stampante"
-
-#~ msgid "device"
-#~ msgstr "dispositivo"
-
-#~ msgid "xmlXPathContext"
-#~ msgstr "xmlXPathContext"
-
-#~ msgid "xml"
-#~ msgstr "xml"
-
-#~ msgid "cannot allocate storage vol"
-#~ msgstr "impossibile assegnare volume di storage"
-
-#~ msgid "pool"
-#~ msgstr "pool"
-
-#~ msgid "configFile"
-#~ msgstr "configFile"
-
-#~ msgid "config file"
-#~ msgstr "file di configurazione"
-
-#~ msgid "names"
-#~ msgstr "nomi"
-
-#, fuzzy
-#~ msgid "command debug string"
-#~ msgstr "linea di comando"
-
-#~ msgid "allocating %d domain info"
-#~ msgstr "allocazione informazioni del dominio %d"
-
-#~ msgid "allocate new buffer"
-#~ msgstr "assegnazione nuovo buffer"
-
-#~ msgid "gethostbyname failed: %s"
-#~ msgstr "gethostbyname fallito: %s"
-
-#~ msgid "no memory for char device config"
-#~ msgstr ""
-#~ "memoria non disponibile per la configurazione del dispositivo a caratteri"
-
-#~ msgid "gethostname failed: %s"
-#~ msgstr "gethostname fallito: %s"
-
-#~ msgid "failed to strdup hostname: %s"
-#~ msgstr "impossibile eseguire strdup dell'hostname: %s"
-
-#~ msgid "config"
-#~ msgstr "config"
-
-#, fuzzy
-#~ msgid "failed to check autostart link %s: %s"
-#~ msgstr "Impossibile eliminare il collegamento di avvio automatico '%s': %s"
-
-#, fuzzy
-#~ msgid "allocate string array size %lu"
-#~ msgstr "assegna array della stringa"
-
-#, fuzzy
-#~ msgid "failed to allocate domids"
-#~ msgstr "impossibile allocare un nodo"
-
-#~ msgid "config file path too long: %s/%s.log"
-#~ msgstr "percorso del file di configurazione troppo lungo: %s/%s.log"
-
-#~ msgid "tried to use a closed or uninitialised handle"
-#~ msgstr "si è tentato di usare un handle chiuso o non inizializzato"
-
-#~ msgid "xend_get: error from xen daemon: %s"
-#~ msgstr "xend_get: errore del domene di xen: %s"
-
-#~ msgid "failed to parse topology information"
-#~ msgstr "errore nel parsing delle informazioni sulla topologia"
+#~ msgid "Received signal %d, dispatching to drivers"
+#~ msgstr "Segnale %d ricevuto, invio ai driver in corso"
#~ msgid "xdr_remote_message_header"
#~ msgstr "xdr_remote_message_header"
@@ -8117,9 +8234,6 @@ msgstr "assegnazione dominio in corso"
#~ msgid "serialise return length"
#~ msgstr "lughezza di ritorno seriale"
-#~ msgid "domain not found"
-#~ msgstr "dominio non trovato"
-
#~ msgid "network not found"
#~ msgstr "rete non trovata"
@@ -8129,67 +8243,26 @@ msgstr "assegnazione dominio in corso"
#~ msgid "storage_vol not found"
#~ msgstr "storage_vol non trovato"
-#, fuzzy
-#~ msgid "Invalid Client"
-#~ msgstr "elemento uuid non valido"
-
-#, fuzzy
-#~ msgid "xdr_int failed (1)"
-#~ msgstr "xdr_int (length word)"
-
-#, fuzzy
-#~ msgid "xdr_setpos failed"
-#~ msgstr "xdr_setpos"
-
-#, fuzzy
-#~ msgid "xdr_int failed (2)"
-#~ msgstr "xdr_int (length word)"
-
-#, fuzzy
-#~ msgid "out of memory in asprintf\n"
-#~ msgstr "memoria esaurita in asprintf"
-
-#~ msgid "allocate value"
-#~ msgstr "alloca valore"
-
-#~ msgid "copying node content"
-#~ msgstr "copia contenuto nodo in corso"
-
-#~ msgid "allocate value array"
-#~ msgstr "alloca array di valore"
-
-#~ msgid "allocate dict"
-#~ msgstr "alloca dict"
-
-#~ msgid "unexpected dict node"
-#~ msgstr "nodo dict inaspettato"
-
-#~ msgid "unexpected value node"
-#~ msgstr "nodo valore inaspettato"
-
-#~ msgid "send request"
-#~ msgstr "invia richiesta"
-
-#~ msgid "unexpected mime type"
-#~ msgstr "tipo mime inaspettato"
+#~ msgid "allocating configuration"
+#~ msgstr "assegnazione configurazione in corso"
-#~ msgid "allocate response"
-#~ msgstr "assegna risposta"
+#~ msgid "allocate buffer"
+#~ msgstr "assegnazione buffer"
-#~ msgid "read response"
-#~ msgstr "leggi risposta"
+#~ msgid "allocating connection"
+#~ msgstr "assegnazione collegamento in corso"
-#~ msgid "allocate string array"
-#~ msgstr "assegna array della stringa"
+#~ msgid "allocating network"
+#~ msgstr "allocazione rete"
-#~ msgid "parse server response failed"
-#~ msgstr "errore nel parsing della risposta del server"
+#~ msgid "allocating storage pool"
+#~ msgstr "allocazione pool storage"
-#~ msgid "allocate new context"
-#~ msgstr "assegna nuovo contesto"
+#~ msgid "allocating storage vol"
+#~ msgstr "allocazione volume storage"
-#~ msgid "Received signal %d, dispatching to drivers"
-#~ msgstr "Segnale %d ricevuto, invio ai driver in corso"
+#~ msgid "Failed to run '"
+#~ msgstr "Impossibile eseguire '"
#~ msgid "allocating conn->name"
#~ msgstr "allocazione conn->nome"
@@ -8209,6 +8282,9 @@ msgstr "assegnazione dominio in corso"
#~ msgid "failed to generate uuid"
#~ msgstr "errore genezione uuid"
+#~ msgid "invalid uuid element"
+#~ msgstr "elemento uuid non valido"
+
#~ msgid "invalid or missing init element"
#~ msgstr "elemento init mancante o non valido"
@@ -8248,30 +8324,36 @@ msgstr "assegnazione dominio in corso"
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "impossibile eseguire fdopen il file pid tty %s: %s"
+#~ msgid "failed to close tty pid file %s: %s"
+#~ msgstr "impossibile chiudere il file pid tty %s: %s"
+
#~ msgid "cannot write tty pid file %s: %s"
#~ msgstr "impossibile scrivere il file pid tty %s: %s"
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "impossibile aprire il file pid tty %s: %s"
+#~ msgid "cannot remove ttyPidFile %s: %s"
+#~ msgstr "impossibile rimuovere ttyPidFile %s: %s"
-#~ msgid "cannot read tty pid file %s: %s"
-#~ msgstr "impossibile leggere il file pid tty %s: %s"
+#~ msgid "failed to calloc memory for init string: %s"
+#~ msgstr "Impossibile assegnare memoria per la stringa init: %s"
#~ msgid "execl failed to exec init: %s"
#~ msgstr "errore di execl nell'esecuzione di init: %s"
+#~ msgid "clone() failed, %s"
+#~ msgstr "clone() fallito, %s"
+
#~ msgid "unable to get storage for vm tty name"
#~ msgstr "Impossibile ottenere lo storage per il nome tty vm"
#~ msgid "posix_openpt failed: %s"
#~ msgstr "posix_openpt fallito: %s"
+#~ msgid "unlockpt failed: %s"
+#~ msgstr "unlockpt fallito: %s"
+
#~ msgid "ptsname_r failed: %s"
#~ msgstr "ptsname_r fallito: %s"
-#~ msgid "epoll_ctl(fd2) failed: %s"
-#~ msgstr "epoll_ctl(fd2) fallita: %s"
-
#~ msgid "unable to fork tty forwarding process: %s"
#~ msgstr "impossibile eseguire fork per il processo di forwarding di tty: %s"
@@ -8293,6 +8375,9 @@ msgstr "assegnazione dominio in corso"
#~ msgid "invalid domain type attribute"
#~ msgstr "attributo del tipo di dominio non valido"
+#~ msgid "invalid domain name"
+#~ msgstr "nome del dominio non valido"
+
#~ msgid "VPS ID Error (must be an integer greater than 100"
#~ msgstr "VPS ID Error (deve essere un valore intero maggiore di 100)"
@@ -8343,8 +8428,8 @@ msgstr "assegnazione dominio in corso"
#~ msgid "Error creating OPENVZ VM"
#~ msgstr "Errore nella creazione di OPENVZ VM"
-#~ msgid "failed to exec %s\n"
-#~ msgstr "impossibile eseguire %s\n"
+#~ msgid "failed to allocate vncTLSx509certdir"
+#~ msgstr "errore nell'assegnare vncTLSx509certdir"
#~ msgid "Invalid cdrom device name: %s"
#~ msgstr "Nome del dispositivo cdrom non valido: %s"
@@ -8376,12 +8461,15 @@ msgstr "assegnazione dominio in corso"
#~ msgid "missing sound model"
#~ msgstr "modello audio mancante"
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "modello audio '%s' non valido"
+#~ msgid "failed to allocate space for xmlXPathContext"
+#~ msgstr "errore nell'assegnazione dello spazio per xmlXPathContext"
#~ msgid "domain name length too long"
#~ msgstr "nome del dominio troppo lungo"
+#~ msgid "Failed to generate UUID: %s"
+#~ msgstr "Impossibile generare UUID: %s"
+
#~ msgid "malformed memory information"
#~ msgstr "informazioni della memoria malformate"
@@ -8397,8 +8485,8 @@ msgstr "assegnazione dominio in corso"
#~ msgid "machine type too long"
#~ msgstr "tipo di macchina troppo lunga"
-#~ msgid "initrd path too long"
-#~ msgstr "percorso initrd troppo lungo"
+#~ msgid "kernel path too long"
+#~ msgstr "percorso del kernel troppo lungo"
#~ msgid "cmdline arguments too long"
#~ msgstr "argomenti cmdline troppo lunghi"
@@ -8424,6 +8512,18 @@ msgstr "assegnazione dominio in corso"
#~ msgid "failed to allocate space for sound dev"
#~ msgstr "errore nell'assegnazione dello spazio per il dispositivo audio"
+#~ msgid "Network '%s' not active"
+#~ msgstr "Rete '%s' non attiva"
+
+#~ msgid "failed to allocate space for tapfds string"
+#~ msgstr "errore nell'assegnazione dello spazio per la stringa di tapfds"
+
+#~ msgid "failed to allocate space for argv string"
+#~ msgstr "errore nell'assegnazione dello spazio per la stringa argv"
+
+#~ msgid "failed to allocate space for vm string"
+#~ msgstr "errore nell'assegnazione dello spazio per la stringa vm"
+
#~ msgid "failed to allocate space for range string"
#~ msgstr "errore nell'assegnazione dello spazio per la stringa range"
@@ -8475,43 +8575,173 @@ msgstr "assegnazione dominio in corso"
#~ msgid "failed to generate XML: out of memory"
#~ msgstr "errore nella generazione dell'XML: memoria esaurita"
+#~ msgid "out of memory in asprintf"
+#~ msgstr "memoria esaurita in asprintf"
+
#~ msgid "Resulting path to long for buffer in qemudInitPaths()"
#~ msgstr ""
#~ "Il percorso risultante è troppo lungo per il buffer in qemudInitPaths()"
+#~ msgid ""
+#~ "QEMU quit during %s startup\n"
+#~ "%s"
+#~ msgstr ""
+#~ "QEMU è uscito durante l'avvio di %s\n"
+#~ "%s"
+
+#~ msgid "Failure while reading %s startup output: %s"
+#~ msgstr "Errora durante la lettura dell'output d'avvio di %s: %s"
+
+#~ msgid "allocate cpumap"
+#~ msgstr "assegna cpumap"
+
+#~ msgid "config file path too long: %s/%s.log"
+#~ msgstr "percorso del file di configurazione troppo lungo: %s/%s.log"
+
+#~ msgid "failed to allocate space for dnsmasq argv"
+#~ msgstr "errore nell'assegnazione di spazio per dnsmasq argv"
+
+#~ msgid "failed to allocate space for IP tables support"
+#~ msgstr "impossibile assegnare spazio per il supporto alle tabelle IP"
+
#~ msgid "failed to set bridge forward delay to %d"
#~ msgstr "impossibile impostare il ritardo inoltro del bridge su %d"
-#~ msgid "failed to set bridge STP to %s"
-#~ msgstr "Impossibile impostare l'STP del bridge su %s"
+#~ msgid "Got unexpected pid for dnsmasq"
+#~ msgstr "Ottenuto un pid inaspettato per dnsmasq"
+
+#~ msgid "failed to allocate space for capabilities support"
+#~ msgstr "impossibile assegnare lo spazio per il supporto delle capacità "
+
+#~ msgid "Failed to delete autostart link '%s': %s"
+#~ msgstr "Impossibile eliminare il collegamento di avvio automatico '%s': %s"
#~ msgid "CDROM not attached, cannot change media"
#~ msgstr "CDROM non collegato, impossibile modificare il media"
+#~ msgid "failed to allocate space for network bridge string"
+#~ msgstr "impossibile assegnare spazio per la stringa del bridge di rete"
+
+#~ msgid "tried to use a closed or uninitialised handle"
+#~ msgstr "si è tentato di usare un handle chiuso o non inizializzato"
+
+#~ msgid "allocating priv->hostname"
+#~ msgstr "allocazione priv->hostname"
+
#~ msgid "uri params"
#~ msgstr "parametri uri"
+#~ msgid "struct private_data"
+#~ msgstr "struct private_data"
+
+#~ msgid "unknown direction (received %x, expected %x)"
+#~ msgstr "direzione sconosciuta (ricevuta %x, attesa %x)"
+
+#~ msgid "unknown serial (received %x, expected %x)"
+#~ msgstr "seriale sconosciuto (ricevuto %x, atteso %x)"
+
+#~ msgid "socket closed unexpectedly"
+#~ msgstr "socket chiuso inaspettatamente"
+
+#~ msgid "failed to copy a string"
+#~ msgstr "impossibile copiare una stringa"
+
#~ msgid "unknown storage backend type %s"
#~ msgstr "tipo di storage backend sconosciuto %s"
+#~ msgid "context"
+#~ msgstr "contesto"
+
+#~ msgid "path"
+#~ msgstr "percorso"
+
+#~ msgid "regex"
+#~ msgstr "regex"
+
+#~ msgid "regex groups"
+#~ msgstr "gruppi regex"
+
+#~ msgid "n_columns too large"
+#~ msgstr "n_columns troppo grandi"
+
#~ msgid "unsupported pool format %s"
#~ msgstr "formato di pool non supportato %s"
-#~ msgid "unsupported volume format %s"
-#~ msgstr "formato di volume non supportato %s"
+#~ msgid "volume"
+#~ msgstr "volume"
+
+#~ msgid "volume extents"
+#~ msgstr "extent del volume"
+
+#~ msgid "extents"
+#~ msgstr "extents"
#~ msgid "Disk pools are not yet supported"
#~ msgstr "I pool di dischi non sono ancora supportati"
+#~ msgid "source"
+#~ msgstr "sorgente"
+
#~ msgid "volume name"
#~ msgstr "nome volume"
#~ msgid "volume key"
#~ msgstr "chiave volume"
+#~ msgid "target"
+#~ msgstr "destinazione"
+
+#~ msgid "storage vol key"
+#~ msgstr "chiave volume di storage"
+
+#~ msgid "session"
+#~ msgstr "sessione"
+
+#~ msgid "name"
+#~ msgstr "nome"
+
+#~ msgid "devpath"
+#~ msgstr "percorso del dispositivo"
+
+#~ msgid "key"
+#~ msgstr "chiave"
+
+#~ msgid "Failed allocating memory for scsidev"
+#~ msgstr "Impossibile assegnare memoria a scsidev"
+
+#~ msgid "portal"
+#~ msgstr "portale"
+
+#~ msgid "command line"
+#~ msgstr "linea di comando"
+
+#~ msgid "cannot allocate storage pool"
+#~ msgstr "impossibile assegnare memoria di stampante"
+
#~ msgid "malformed xml document"
#~ msgstr "documento xml malformato"
+#~ msgid "xmlXPathContext"
+#~ msgstr "xmlXPathContext"
+
+#~ msgid "xml"
+#~ msgstr "xml"
+
+#~ msgid "cannot allocate storage vol"
+#~ msgstr "impossibile assegnare volume di storage"
+
+#~ msgid "pool"
+#~ msgstr "pool"
+
+#~ msgid "configFile"
+#~ msgstr "configFile"
+
+#~ msgid "config file"
+#~ msgstr "file di configurazione"
+
+#~ msgid "names"
+#~ msgstr "nomi"
+
#~ msgid "domain"
#~ msgstr "dominio"
@@ -8554,9 +8784,6 @@ msgstr "assegnazione dominio in corso"
#~ msgid "too many domains"
#~ msgstr "troppi domini"
-#~ msgid "cannot save domain"
-#~ msgstr "impossibile salvare il dominio"
-
#~ msgid "cannot write header"
#~ msgstr "impossibile scrivere sull'intestazione"
@@ -8572,12 +8799,37 @@ msgstr "assegnazione dominio in corso"
#~ msgid "blocked"
#~ msgstr "bloccato"
+#~ msgid "allocating %d domain info"
+#~ msgstr "allocazione informazioni del dominio %d"
+
+#~ msgid "xend_get: error from xen daemon: %s"
+#~ msgstr "xend_get: errore del domene di xen: %s"
+
+#~ msgid "allocate new buffer"
+#~ msgstr "assegnazione nuovo buffer"
+
+#~ msgid "gethostbyname failed: %s"
+#~ msgstr "gethostbyname fallito: %s"
+
+#~ msgid "no memory for char device config"
+#~ msgstr ""
+#~ "memoria non disponibile per la configurazione del dispositivo a caratteri"
+
#~ msgid "parsing soundhw string failed."
#~ msgstr "analisi stringa soundhw fallita."
+#~ msgid "failed to parse topology information"
+#~ msgstr "errore nel parsing delle informazioni sulla topologia"
+
#~ msgid "xenDaemonDomainDumpXMLByID failed to find this domain"
#~ msgstr "xenDaemonDomainDumpXMLByID impossibile trovare questo dominio"
+#~ msgid "gethostname failed: %s"
+#~ msgstr "gethostname fallito: %s"
+
+#~ msgid "failed to strdup hostname: %s"
+#~ msgstr "impossibile eseguire strdup dell'hostname: %s"
+
#~ msgid "xenXMConfigCacheRefresh: name"
#~ msgstr "xenXMConfigCacheRefresh: nome"
@@ -8593,8 +8845,11 @@ msgstr "assegnazione dominio in corso"
#~ msgid "cannot create XPath context"
#~ msgstr "impossibile creare il contesto XPath"
-#~ msgid "uuid config parameter is missing"
-#~ msgstr "parametro di configurazione uuid mancante"
+#~ msgid "config"
+#~ msgstr "config"
+
+#~ msgid "name config parameter is missing"
+#~ msgstr "parametro name config mancante"
#~ msgid "unable to write config file"
#~ msgstr "impossibile scrivere il file di configurazione"
@@ -8605,8 +8860,66 @@ msgstr "assegnazione dominio in corso"
#~ msgid "no model for sound device"
#~ msgstr "nessun modello per il dispositivo audio"
+#~ msgid "allocate string array"
+#~ msgstr "assegna array della stringa"
+
#~ msgid "too many boot devices"
#~ msgstr "troppi dispositivi di avvio"
#~ msgid "invalid input device"
#~ msgstr "dispositivo di input non valido"
+
+#~ msgid "copying node content"
+#~ msgstr "copia contenuto nodo in corso"
+
+#~ msgid "allocate value array"
+#~ msgstr "alloca array di valore"
+
+#~ msgid "allocate dict"
+#~ msgstr "alloca dict"
+
+#~ msgid "send request"
+#~ msgstr "invia richiesta"
+
+#~ msgid "allocate response"
+#~ msgstr "assegna risposta"
+
+#~ msgid "read response"
+#~ msgstr "leggi risposta"
+
+#~ msgid "parse server response failed"
+#~ msgstr "errore nel parsing della risposta del server"
+
+#~ msgid "allocate new context"
+#~ msgstr "assegna nuovo contesto"
+
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "Impossibile accedere %s '%s': %s (%d)"
+
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "impossibile ottenere l'indirizzo sock %d (%s)"
+
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "Impossibile ottenere l'indirizzo peer %d (%s)"
+
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "Impossibile impostare il flag non-blocking del file descriptor\n"
+
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "errore nella creazione del file di log %s: %s"
+
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr ""
+#~ "Impossibile impostare il flag close-on-exec del file di log di VM: %s"
+
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup: memoria esaurita\n"
+
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "Impossibile chiudere il file di log %d: %s\n"
+
+#~ msgid "LVM snapshots must be backed by another LVM volume"
+#~ msgstr "cattura schermata LVM deve essere iviata da un altro volume LVM"
+
+#~ msgid "failed to set bridge STP to %s"
+#~ msgstr "Impossibile impostare l'STP del bridge su %s"
diff --git a/po/ja.gmo b/po/ja.gmo
index 94fc290..b4cd237 100644
Binary files a/po/ja.gmo and b/po/ja.gmo differ
diff --git a/po/ja.po b/po/ja.po
index 0a4609b..40e0d87 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ja\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-10-21 14:33+1000\n"
"Last-Translator: Kiyoto Hashida <khashida at redhat.com>\n"
"Language-Team: Japanese <jp at li.org>\n"
@@ -96,242 +96,242 @@ msgstr "ãã©ã¡ã¼ã¿ã®æååã¯æ£ããã³ã¼ãåããã¦ãã¾ãã
msgid "Unknown error"
msgstr "䏿ãªã¨ã©ã¼"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
msgstr "%s '%s' ã«ã¢ã¯ã»ã¹ã§ãã¾ãã: %s (%d)"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "ã·ã°ãã«ãã¤ãããã®èªã¿è¾¼ã¿ã«å¤±æãã¾ãã: %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "SIGHUP ã®è¨å®ãåãã¼ããã¦ãã¾ã"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "ãã©ã¤ãã¼ã®åãã¼ãä¸ã«ã¨ã©ã¼"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "ã·ã°ãã« %d ã§ã·ã£ãããã¦ã³ãã¦ãã¾ã"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "äºæããªã value ãã¼ã"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "close-on-exec ãã¡ã¤ã«ã®è¨è¿°åãã©ã°ã®è¨å®ã«å¤±æ"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "non-blocking ãã¡ã¤ã«ã®è¨è¿°åãã©ã°ã®è¨å®ã«å¤±æ"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "pid ãã¡ã¤ã« '%s' ãéãã®ã«å¤±æ: %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "pid ãã¡ã¤ã« '%s' ã fdopen ããã®ã«å¤±æ: %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "pid ãã¡ã¤ã« '%s' ã®æ¸ãè¾¼ã¿ã«å¤±æ: %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "pid '%s' ãéããã®ã«å¤±æ: %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "struct qemud_socket ç¨ã®ã¡ã¢ãªã¼ã®å²ãå½ã¦ã«å¤±æãã¾ãã"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "ã½ã±ããã®ä½æã«å¤±æãã¾ãã: %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "ã½ã±ããã '%s' ã«ãã¤ã³ãããã®ã«å¤±æ: %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "'%s' ã§æ¥ç¶ããªãã¹ã³ããã®ã«å¤±æ: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr "ãµã¼ãã¼ã¤ãã³ãã³ã¼ã«ããã¯ã®è¿½å ã«å¤±æ"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "ã½ã±ãã: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "ãã¤ã³ã: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "ãªãã¹ã³: %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: calloc: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: listen: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr "çµæã§åºããã¹ã¯ qemudInitPaths() ã®ãããã¡ã«ã¨ã£ã¦é·ããã¾ã"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "struct qemud_server ã®å²ãå½ã¦ã«å¤±æ"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "ããªãã¸ãµãã¼ããåæåã§ãã¾ãã: %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "ããªãã¸ãµãã¼ããåæåã§ãã¾ãã: %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "SASL èªè¨¼ %s ã®åæåã«å¤±æ"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "SASL èªè¨¼ %s ã®åæåã«å¤±æ"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "PolicyKit auth ç¨ã®ã·ã¹ãã ãã¹ã¸ã®æ¥ç¶ã«å¤±æ: %s"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: 失æ: ã¯ã©ã¤ã¢ã³ã DN 㯠%s"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate: èªè¨¼ã«å¤±æ: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr "remoteCheckCertificate: ã¯ã©ã¤ã¢ã³ã証æè¨¼ã¯ä¿¡é ¼ã§ãã¾ããã"
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr "remoteCheckCertificate: ã¯ã©ã¤ã¢ã³ã証æè¨¼ã¯ä¸æãªçºè¡è
ãæã¡ã¾ã"
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate: ã¯ã©ã¤ã¢ã³ã証æè¨¼ã¯æ¤åããã¾ãã"
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
"remoteCheckCertificate: ã¯ã©ã¤ã¢ã³ã証æè¨¼ã¯å®å
¨ã§ãªãã¢ã«ã´ãªãºã ã使ã£ã¦ã"
"ã¾ã"
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate: 証æè¨¼ã¯ X.509 ã§ã¯ããã¾ãã"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate: ãã¢ãããã¾ãã"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: gnutls_x509_crt_init ã¯å¤±æ"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate: ã¯ã©ã¤ã¢ã³ã証æè¨¼ã¯æéåãã§ã"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
"remoteCheckCertificate: ã¯ã©ã¤ã¢ã³ã証æè¨¼ã¯ã¾ã ã¢ã¯ãã£ãã¼ãããã¦ãã¾ãã"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -343,11 +343,11 @@ msgstr ""
"text' ã使ç¨ãã¦ãã¯ã©ã¤ã¢ã³ãã®è¨¼æè¨¼å
ã® åºå¥åãã£ã¼ã«ãã表示ããããåã¯"
"ãã®ãã¼ã¢ã³ã« --verbose ãªãã·ã§ã³ãä»ãã¦å®è¡ãã¦ãã¦ä¸ããã"
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr "remoteCheckCertificate: ã¯ã©ã¤ã¢ã³ã証æè¨¼ã®ç¢ºè¨¼ã«å¤±æ"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
@@ -355,444 +355,460 @@ msgstr ""
"remoteCheckCertificate: tls_no_verify_certificate ãè¨å®ããã¦ããã 䏿£ãªè¨¼"
"æè¨¼ã¯ç¡è¦ããã¾ã"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "ã¯ã©ã¤ã¢ã³ãã®è¨¼æè¨¼ã確証ããã®ã«å¤±æ: %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "æ¥ç¶ã®åçã«å¤±æ: %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "ã¢ã¬ã¤ã®å²ãå½ã¦ã§ã¡ã¢ãªã¼ä¸è¶³ã§ã"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr "ç¹å¥æ¨©éãæã¤ã¯ã©ã¤ã¢ã³ã %d ç¨ã® polkit auth ããªãã«ãã¾ã"
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "TLS ã®ãã³ãã·ã§ã¼ã¯ã«å¤±æ: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "äºæããªããã¡ã¤ã³ã¿ã¤ã %d"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "èªã¿è¾¼ã¿: %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "'%s' ã®ä½æã«å¤±æãã¾ãã"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "æ¸ãè¾¼ã¿: %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "'%s' ã®ä½æã«å¤±æãã¾ãã"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr "ã·ã°ãã«ãã³ãã©ã¼ã %d ã¨ã©ã¼ãå ±å: æå¾ã®ã¨ã©ã¼: %s"
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "以ä¸ã¸ã®æ¸ãè¾¼ã¿ã«å¤±æãã¾ãã"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "ã¡ã¢ãªã¼ã®å²ãå½ã¦ã«å¤±æãã¾ãã"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "%s è¨å®ãªã¹ãç¨ã®ã¡ã¢ãªã¼ã®å²ãå½ã¦ã«å¤±æ"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "%s è¨å®ãªã¹ãå¤ç¨ã®ã¡ã¢ãªã¼ã®å²ãå½ã¦ã«å¤±æ"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
"remoteReadConfigFile: %s: %s: æååãåã¯æååã®ãªã¹ãã§ããå¿
è¦ãããã¾"
"ã\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr "remoteReadConfigFile: %s: %s: ç¡å¹ãªã¿ã¤ã: %s ãææ; %s ãæ³å®\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr "remoteReadConfigFile: %s: %s: ãµãã¼ãã®ãªãèªè¨¼ %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "root ã¨ãã¦å®è¡ãã¦ããå ´åã¯ã°ã«ã¼ããè¨å®ã§ãã¾ãã"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr "ã°ã«ã¼ã '%s' ã®ã«ãã¯ã¢ããã«å¤±æ"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "ã¢ã¼ã '%s' ã®æ§æè§£æã«å¤±æ"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "ãã¼ã¢ã³ã¨ãã¦ãã©ã¼ã¯ããã®ã«å¤±æ: %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "ãã¤ãã®ä½æã«å¤±æ: %s"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "uuid ãçæã§ãã¾ãã"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr "%s ã®ã°ã«ã¼ãæææ¨©ã®å¤æ´ã«å¤±æ"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr "ã·ã°ãã«ãã¤ãç¨ã®ã³ã¼ã«ããã¯ã®ç»é²ã«å¤±æ"
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr "ããã°ã©ã ã®ä¸ä¸è´ï¼å®é %xãæå¾
å¤ %xï¼"
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "ãã¼ã¸ã§ã³ã®ä¸ä¸è´ï¼å®é %xãæå¾
å¤ %xï¼"
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "æ¹å (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "ã¹ãã¼ã¿ã¹ (%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "èªè¨¼ãå¿
è¦ã§ã"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "ä¸æãªæç¶ãã§ã: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "args ã®æ§æè§£æã«å¤±æ"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr "æ¥ç¶ã¯æ¢ã«éãã¦ãã¾ã"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "æ¥ç¶ã¯éãã¦ãã¾ãã"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr "strdup ã§ã¡ã¢ãªã¼ä¸è¶³"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_NODE_MAX_CELLS"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr "nparams ã¯å¤§ãéãã¾ã"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "䏿ãªã¿ã¤ã"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr "ãµã¤ãº > æå¤§ãããã¡ãµã¤ãº"
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "ç¾å¨ã®æå»ãåå¾ã§ãã¾ãã"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "ç¾å¨ã®æå»ãåå¾ã§ãã¾ãã"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "ã¢ãã¬ã¹ %d ã解決ã§ãã¾ãã: %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "ã¯ã©ã¤ã¢ã³ãã¯ç¡å¹ãª SASL init è¦æ±ã試è¡ãã¾ãã"
-#: qemud/remote.c:2575
-#, c-format
-msgid "failed to get sock address %d (%s)"
+#: qemud/remote.c:2651
+#, fuzzy, c-format
+msgid "failed to get sock address: %s"
msgstr "sock ã¢ãã¬ã¹ %d (%s) ã®åå¾ã«å¤±æ"
-#: qemud/remote.c:2586
-#, c-format
-msgid "failed to get peer address %d (%s)"
+#: qemud/remote.c:2663
+#, fuzzy, c-format
+msgid "failed to get peer address: %s"
msgstr "ãã¢ã¢ãã¬ã¹ %d (%s) ã®åå¾ã«å¤±æ"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "sasl ã³ã³ããã¹ãã®ã»ããã¢ããã«å¤±æ %d (%s)"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr "TLS cipher ãµã¤ãºãå¾ããã¨ãã§ãã¾ãã"
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr "SASL å¤é¨ SSF %d (%s) ãè¨å®ã§ãã¾ãã"
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr "SASL ã®ã»ãã¥ãªãã£ãããã㣠%d (%s) ãè¨å®ã§ãã¾ãã"
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "SASL ã¡ã«ããºã %d (%s) ããªã¹ãã§ãã¾ãã"
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "ã¡ã«ãªã¹ããå²ãå½ã¦ã§ãã¾ãã"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "æ¥ç¶ %d (%s) ä¸ã® SASL ssf ãã¯ã¨ãªã§ãã¾ãã"
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "äº¤æ¸æ¸ã¿ã® SSF %d ã®å¼·åº¦ã¯ååã§ã¯ããã¾ãã"
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr "æ¥ç¶ %d (%s) ä¸ã® SASL ã¦ã¼ã¶ã¼åã®ã¯ã¨ãªãã§ãã¾ãã"
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "ã¯ã©ã¤ã¢ã³ãã®ã¦ã¼ã¶ã¼åãè¦ä»ããã¾ãã"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "ã¦ã¼ã¶ã¼åã³ãã¼æã«ã¡ã¢ãªã¼ä¸è¶³"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "SASL ã¯ã©ã¤ã¢ã³ã %s ã¯ãã¯ã¤ããªã¹ãå
ã§è¨±å¯ãããã¾ãã"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr "ã¯ã©ã¤ã¢ã³ãã¯ç¡å¹ãª SASL éå§è¦æ±ã試ãã¾ãã"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "sasl éå§ã¯å¤±æ %d (%s)"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr "sasl éå§ã®å¿çãã¼ã¿ã¯é·ããã¾ã %d"
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "sasl æé ã¯å¤±æ %d (%s)"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr "sasl æé ã®å¿çãã¼ã¿ã¯é·ããã¾ã %d"
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr "ã¯ã©ã¤ã¢ã³ãã¯ãµãã¼ãããã¦ããªã SASL init è¦æ±ã試ãã¾ãã"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr "ã¯ã©ã¤ã¢ã³ãã¯ãµãã¼ãããã¦ããªã SASL éå§è¦æ±ã試ãã¾ãã"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "ã¯ã©ã¤ã¢ã³ãã¯ãµãã¼ãããã¦ããªã SASL æé è¦æ±ã試ãã¾ãã"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr "ã¯ã©ã¤ã¢ã³ãã¯ç¡å¹ãª PolicyKit init è¦æ±ã試ãã¾ãã"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "ãã¢ã½ã±ããèå¥ãå¾ããã¨ãåºæ¥ã¾ãã"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "%d ã¨ãã¦å®è¡ãã¦ãã PID %d ããã§ãã¯ãã¦ãã¾ã"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr "policy kit ã³ã¼ã©ã¼ã®ã«ãã¯ã¢ããã«å¤±æ: %s"
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "polkit ã¢ã¯ã·ã§ã³ %s ã®ä½æã«å¤±æ \n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "polkit ã³ã³ããã¹ã %s ã®ä½æã«å¤±æ\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "Policy kit ã¯èªè¨¼ %d %s ã®ç¢ºèªã«å¤±æãã¾ãã"
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
"Policy kit 㯠%s ã«ã¤ã㦠pid %d 㨠uid %d ããã®ã¢ã¯ã·ã§ã³ãæå¦ãã¾ãããçµ"
"æ : %s\n"
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
"ããªã·ã¼ã¯ %s ã«ã¤ã㦠pid %d 㨠uid %d ããã®ã¢ã¯ã·ã§ã³ã許å¯ãã¾ãããçµæ "
"%s"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr "ã¯ã©ã¤ã¢ã³ãã¯ãµãã¼ãããã¦ããªã PolicyKit init è¦æ±ã試ãã¾ãã"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
#, fuzzy
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "ããã¤ã¹ã¯è¦ã¤ããã¾ãã: %s (%s)"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "äºæããªã dict ãã¼ã"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -908,525 +924,527 @@ msgstr "æ¥ç¶ããã·ã¥è¡¨ã¸ã®ã¹ãã¬ã¼ã¸ããªã¥ã¼ã ã®è¿½å ã«å¤±
msgid "dev missing from connection hash table"
msgstr "æ¥ç¶ããã·ã¥è¡¨ã«ããªã¥ã¼ã ãããã¾ãã"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "䏿ãªã¿ã¤ã %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "䏿ãªãã¼ãããã¤ã¹: '%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "ç¡å¹ãªããããã¼ããã¤ã¹å: %s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "ç¡å¹ãªãã¼ããã£ã¹ã¯ããã¤ã¹å: %s"
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "䏿ãªèªè¨¼ã¿ã¤ã %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "ããããã¼ãã£ã¹ã¯ã«ç¡å¹ãªãã¹ã¿ã¤ã '%s'"
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "ããããã¼ãã£ã¹ã¯ã«ç¡å¹ãªãã¹ã¿ã¤ã '%s'"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "䏿ãªãã¼ãããã¤ã¹: '%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "䏿ãªèªè¨¼ã¿ã¤ã %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "䏿ãªèªè¨¼ã¿ã¤ã %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
"<source><interface type='network'/> ã§æå®ãã 'network' 屿§ã¯ããã¾ãã"
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr "<source> <interface type='bridge'/>ã§æå®ãã 'dev' 屿§ã¯ããã¾ãã"
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr "<source>ã½ã±ããã¤ã³ã¿ã¼ãã§ã¤ã¹ã§æå®ãã 'port' 屿§ã¯ããã¾ãã"
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr "ã½ã±ããã¤ã³ã¿ã¼ãã§ã¤ã¹ãæã¤<source> 'port' 屿§ãæ§æè§£æã§ãã¾ãã"
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr "ã½ã±ããã¤ã³ã¿ã¼ãã§ã¤ã¹ã§æå®ãã<source> 'address' 屿§ã¯ããã¾ãã"
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr "ã¢ãã«åã¯ç¡å¹ãªæåãå«ãã§ãã¾ã"
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
msgid "Missing source path attribute for char device"
msgstr "char ããã¤ã¹ç¨ã®ã½ã¼ã¹ãã¹å±æ§ãããã¾ãã"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
msgid "Missing source host attribute for char device"
msgstr "char ããã¤ã¹ã®ã½ã¼ã¹ãã¹ã屿§ãããã¾ãã"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr "char ããã¤ã¹ã®ã½ã¼ã¹ãµã¼ãã¹å±æ§ãããã¾ãã"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr "å
¥åããã¤ã¹ã¿ã¤ããããã¾ãã"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "䏿ãªãã¼ãããã¤ã¹: '%s'"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "䏿ãªèªè¨¼ã¿ã¤ã %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "ps2 ãã¹ã¯ %s å
¥åããã¤ã¹ããµãã¼ããã¾ãã"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "ãµãã¼ãã®ãªãå
¥åãã¹ %s"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr "xen ãã¹ã¯ %s å
¥åããã¤ã¹ããµãã¼ããã¾ãã"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "å
¥åããã¤ã¹ã¿ã¤ããããã¾ãã"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "䏿ãªããã¤ã¹ã¿ã¤ã"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "%s ç¨ã®è¨å®ãåé¤ã§ãã¾ãã"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "䏿ãªèªè¨¼ã¿ã¤ã %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "䏿ãªãµã¦ã³ãã¢ãã«ã¿ã¤ã"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "ãã£ã¬ã¯ã㪠%s ãèªã¿è¾¼ãã¾ãã: %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "ããã¤ã¹ %s ãéãã¾ãã"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "%s ãèªã¿è¾¼ãã¾ãã: %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "ããã¤ã¹ %s ãéãã¾ãã"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "䏿ãªèªè¨¼ã¿ã¤ã %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "ä¸è¶³ \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "ã½ã¼ã¹ãã¹ããããã¾ãã"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "ããã¤ã¹ %s ãéãã¾ãã"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "%s ãèªã¿è¾¼ãã¾ãã: %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "ããã¤ã¹ %s ãéãã¾ãã"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "䏿ãªèªè¨¼ã¿ã¤ã %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "䏿ãªãã¼ãããã¤ã¹: '%s'"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "䏿ãªãã¼ãããã¤ã¹: '%s'"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "ã½ã¼ã¹ãã¹ããããã¾ãã"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "䏿ãªãã¹ã %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "䏿ãªèªè¨¼ã¿ã¤ãã§ã: %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "root è¦ç´ ãããã¾ãã"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "䏿ãªããã¤ã¹ã¿ã¤ã"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "ãã¡ã¤ã³ã¿ã¤ãã®å±æ§ãããã¾ãã"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "ç¡å¹ãªãã¡ã¤ã³ã¿ã¤ã"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "UUID ã®çæã«å¤±æãã¾ãã: %s"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "ç°å¸¸å½¢æã® uuid è¦ç´ "
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr "ã¡ã¢ãªã¼è¦ç´ ãããã¾ãã"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "äºæããªããã¼ã¿ '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "OS ã¿ã¤ããããã¾ãã"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "ãµãã¼ãããã¦ããªãã¢ã¼ããã¯ãã£"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "ã½ã¼ã¹ããã¤ã¹ãåãåºãã¾ãã"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "ã½ã¼ã¹ããã¤ã¹ãããã¾ãã"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr "䏿ãªãã¼ãããã¤ã¹: '%s'"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "ã½ã¼ã¹ããã¤ã¹ãåãåºãã¾ãã"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
#, fuzzy
msgid "cannot extract filesystem devices"
msgstr "ã½ã¼ã¹ããã¤ã¹ãåãåºãã¾ãã"
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "ã½ã¼ã¹ããã¤ã¹ãåãåºãã¾ãã"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
#, fuzzy
msgid "cannot extract parallel devices"
msgstr "ã½ã¼ã¹ããã¤ã¹ãåãåºãã¾ãã"
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "ã½ã¼ã¹ããã¤ã¹ãåãåºãã¾ãã"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "ã½ã¼ã¹ããã¤ã¹ãåãåºãã¾ãã"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "ã½ã¼ã¹ããã¤ã¹ãåãåºãã¾ãã"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "ã½ã¼ã¹ããã¤ã¹ãåãåºãã¾ãã"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "ã½ã¼ã¹ããã¤ã¹ãåãåºãã¾ãã"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "ãã¤ã³ã: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "ãã¡ã¤ã³ã®ä¸æåæ¢ã«å¤±æãã¾ãã"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr "ééãã root è¦ç´ "
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "ãããã¸ã¼ cpuset æ§æã¨ã©ã¼"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "äºæããªããã¡ã¤ã³ã¿ã¤ã %d"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "äºæããªããã¡ã¤ã³ã¿ã¤ã %d"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "äºæããªããã¡ã¤ã³ã¿ã¤ã %d"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "äºæããªããã¡ã¤ã³ã¿ã¤ã %d"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "äºæããªããã¡ã¤ã³ã¿ã¤ã %d"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "äºæããªããã¡ã¤ã³ã¿ã¤ã %d"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "äºæããªããã¡ã¤ã³ã¿ã¤ã %d"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "äºæããªããã¡ã¤ã³ã¿ã¤ã %d"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "äºæããªããã¡ã¤ã³ã¿ã¤ã %d"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "äºæããªããã¡ã¤ã³ã¿ã¤ã %d"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "äºæããªããã¡ã¤ã³ã¿ã¤ã %d"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "äºæããªã dict ãã¼ã"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "äºæããªããã¡ã¤ã³ã¿ã¤ã %d"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr "äºæããªããã¡ã¤ã³ã¿ã¤ã %d"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "äºæããªããã¡ã¤ã³ã¿ã¤ã %d"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "äºæããªã value ãã¼ã"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "è¨å®ãã£ã¬ã¯ã㪠%s ã使ã§ãã¾ãã: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "è¨å®ãã¡ã¤ã« %s ã使ã§ãã¾ãã: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "è¨å®ãã¡ã¤ã« %s ã®æ¸ãè¾¼ã¿ãã§ãã¾ãã: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "è¨å®ãã¡ã¤ã« %s ãä¿åã§ãã¾ãã: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "ãã£ã¬ã¯ã㪠'%s' ãéãã®ã«å¤±æ: %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "%s ç¨ã®è¨å®ãåé¤ã§ãã¾ãã"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "ä¸æãª virt ã¿ã¤ã"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "å®è¡ã§ãã¾ããã§ãã"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "èªã¿è¾¼ã¿ã«å¤±æãã¾ãã"
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "以ä¸ã¸ã®æ¸ãè¾¼ã¿ã«å¤±æãã¾ãã"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "ãã£ã¬ã¯ã㪠%s ã®ä½æã«å¤±æãã¾ãã: %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "iptables ã«ã¼ã« ã® %s ã¸ã®ä¿åã«å¤±æãã¾ãã: %s"
@@ -1437,56 +1455,56 @@ msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
"ãã¼ãã« '%s' å
ã®ãã§ã¼ã³ '%s'ãã iptables ã«ã¼ã« '%s' ã®åé¤ã«å¤±æ: %s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr "ãã¼ãã« '%s'å
ã®ãã§ã¼ã³'%s' 㸠iptables ã«ã¼ã« '%s' ã®è¿½å ã«å¤±æ: %s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "æ¥ç¶ URI ã®æ§æè§£æãã§ãã¾ããã§ãã"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "ãã°ãã£ã¬ã¯ã㪠%s ã使ã§ãã¾ãã: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "ã«ã¼ãã«ãã¹ãé·ããã¾ã"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "ãã¤ãã使ã§ãã¾ãã: %s"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare 㯠uri ãã»ãããã¾ããã§ãã"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domainMigratePrepare 㯠uri ãã»ãããã¾ããã§ãã"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr "ãã¹ã¯ NULL ã§ã"
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr "ãã©ã°ã¯ã¼ãã§ãªããã°ãªãã¾ãã"
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr "ãããã¡ã¯ NULL ã§ã"
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr "ãã©ã°ãã©ã¡ã¼ã¿ã¯ VIR_MEMORY_VIRTUAL ã§ãªããã°ãªãã¾ãã"
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr "ãããã¡ã¯ NULL ã§ããããµã¤ãºã¯ã¼ãã§ã¯ããã¾ãã"
@@ -1530,12 +1548,12 @@ msgstr "忢ä¸ã®ãã¡ã¤ã³ %s ã®ä½æã«å¤±æãã¾ãã\n"
msgid "failed to bind new root %s"
msgstr "ã½ã±ããã '%s' ã«ãã¤ã³ãããã®ã«å¤±æ: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "'%s' ã®ä½æã«å¤±æãã¾ãã"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "ã½ã±ããã '%s' ã«ãã¤ã³ãããã®ã«å¤±æ: %s"
@@ -1708,21 +1726,21 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr "ããããã uuid ãæã¤ãã¡ã¤ã³ã¯ããã¾ãã"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr "稼åä¸ãã¡ã¤ã³ã¯åé¤ã§ãã¾ãã"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "稼åä¸ãã¡ã¤ã³ã¯åé¤ã§ãã¾ãã"
@@ -1777,7 +1795,7 @@ msgstr "ç¡å¹ãªãã¡ã¤ã³ãã¤ã³ã¿ã¼"
msgid "failed to kill pid %d"
msgstr "tty pid ãã¡ã¤ã« '%s' ãéããã®ã«å¤±æ: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "ãã¡ã¤ã« '%s' ã®çµ±è¨ãåºæ¥ã¾ãã: %s"
@@ -1812,230 +1830,240 @@ msgstr "ãã¡ã¤ã³å"
msgid "no domain with id %d"
msgstr "id %d ãæã¤ãã¡ã¤ã³ã¯ããã¾ãã"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "ä¸æãªæç¶ãã§ã: %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "ãã¡ã¤ã³ %s ã®åéã«å¤±æãã¾ãã"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "ç¡å¹ãªãã¹ã§ã: %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "virXPathNode() ã¸ã®ç¡å¹ãªãã©ã¡ã¼ã¿"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "ã¢ãã¬ã¹ %d ã解決ã§ãã¾ãã: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "ã¢ãã¬ã¹ %d ã解決ã§ãã¾ãã: %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "ã¢ãã¬ã¹ %d ã解決ã§ãã¾ãã: %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "ãããã¼'%s' ãèªã¿è¾¼ãã¾ãã: %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr "è¦æ±ã転éãã¦ãã¾ãããIPv4 ã®ã¢ãã¬ã¹/ããããã¹ã¯ãããã¾ãã"
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "䏿ãªèªè¨¼ã¿ã¤ã %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr "ãããã¯ã¼ã¯è¨å®ãã¡ã¤ã«å '%s' ã¯ãããã¯ã¼ã¯å '%s' ã«ä¸è´ãã¾ãã"
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "%s ç¨ã®è¨å®ãåé¤ã§ãã¾ãã"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "ãã¡ã¤ã³ %s ã¯ãã§ã«åå¨ãã¦ãã¾ã"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "ãããã¯ã¼ã¯ %s ã®èªåèµ·åã«å¤±æ: %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "ããªãã¸ãµãã¼ããåæåã§ãã¾ãã: %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "qemudStartup: ã¡ã¢ãªã¼ä¸è¶³ã§ã"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
#, fuzzy
msgid "Reloading iptables rules\n"
msgstr "iptables ã«ã¼ã«ãåãã¼ãä¸"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr "ãµã¼ãã¼ç¨ã® IP ã¢ãã¬ã¹ããªã㨠dhcp ãã¼ã¢ã³ãéå§ã§ãã¾ãã"
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "ãã°ãã£ã¬ã¯ã㪠%s ã使ã§ãã¾ãã: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "'%s' ãã転éããããã® iptables ã«ã¼ã«ã®è¿½å ã«å¤±æãã¾ãã: %s\n"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "'%s' ã¸ã®è»¢éã許å¯ãã iptables ã«ã¼ã«ã®è¿½å ã«å¤±æ : %s\n"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "ãã¹ã«ã¬ã¼ããæå¹ã«ããçºã® iptables ã«ã¼ã«ã®è¿½å ã«å¤±æ: %s\n"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr ""
"'%s' ããã®ã«ã¼ãã£ã³ã°ã許å¯ããçºã® iptables ã«ã¼ã«ã®è¿½å ã«å¤±æ : %s\n"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "'%s' ã¸ã®ã«ã¼ãã£ã³ã°ã許å¯ããçºã® iptables ã«ã¼ã«ã®è¿½å ã«å¤±æ : %s\n"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "'%s' ããã® DHCP è¦æ±ã許å¯ããçºã® iptables ã«ã¼ã«ã®è¿½å ã«å¤±æ : %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "'%s' ããã® DNS è¦æ±ã許å¯ããçºã® iptables ã«ã¼ã«ã®è¿½å ã«å¤±æ: %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr ""
"'%s' ããã® çºä¿¡ãã©ãã£ãã¯ã黿¢ããçºã® iptables ã«ã¼ã«ã®è¿½å ã«å¤±æ: %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr ""
"'%s' ã¸ã® åä¿¡ãã©ãã£ãã¯ã黿¢ããçºã® iptables ã«ã¼ã«ã®è¿½å ã«å¤±æ: %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr ""
"'%s' ä¸ã®ã¯ãã¹ããªãã¸ãã©ãã£ãã¯ã許å¯ããçºã® iptables ã«ã¼ã«ã®è¿½å ã«å¤±"
"æ : %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "ãããã¯ã¼ã¯ã¯ãã§ã«ã¢ã¯ãã£ãã§ã"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "ããªãã¸'%s' ã使ã§ãã¾ãã : %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "ããªã㸠'%s ä¸ã® IP ã¢ãã¬ã¹ã '%s' ã«ã»ããã§ãã¾ãã: %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "ããªã㸠'%s ä¸ã® ããããã¹ã¯ã '%s' ã«ã»ããã§ãã¾ãã: %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "ããªã㸠'%s' ãç«ã¡ä¸ããã®ã«å¤±æ: %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "IP ãã¯ã¼ãã£ã³ã°ãæå¹ã«ããã®ã«å¤±æ: %s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "ããªã㸠'%s' ã忢ããã®ã«å¤±æ: %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "ããªã㸠'%s' ãåé¤ããã®ã«å¤±æ: %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "ãããã¯ã¼ã¯ '%s' ã®ã·ã£ãããã¦ã³ã«å¤±æ"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr "ä¸è´ãã uuid ã®ãããã¯ã¼ã¯ã¯ããã¾ãã"
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr "ä¸è´ããååã®ãããã¯ã¼ã¯ã¯ããã¾ãã"
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "ãããã¯ã¼ã¯ã¯ãã§ã«ã¢ã¯ãã£ãã§ã"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr "ä¸è´ãã id ãæã¤ãããã¯ã¼ã¯ã¯ããã¾ãã"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "ãããã¯ã¼ã¯ %s ã¯ç¨¼åãã¦ãã¾ãã"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "autostart ãã£ã¬ã¯ã㪠%s ã使ã§ãã¾ãã: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "'%s' ã¸ã®ã·ã³ãã«ãªã³ã¯ %s ã®ä½æã«å¤±æãã¾ãã: %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "ã·ã³ãã«ãªã³ã¯'%s' ã®åé¤ã«å¤±æãã¾ãã: %s"
@@ -2046,7 +2074,267 @@ msgstr "ã·ã³ãã«ãªã³ã¯'%s' ã®åé¤ã«å¤±æãã¾ãã: %s"
msgid "no node device with matching name"
msgstr "ä¸è´ããååã®ã¹ãã¬ã¼ã¸ããªã¥ã¼ã ã¯ããã¾ãã"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "ããã¤ã¹ãããã¼%s ãæ¶å»ã§ãã¾ãã"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "ã½ã¼ã¹ãã¹ãããã¾ãã"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "䏿ãªã¹ãã¬ã¼ã¸ããªã¥ã¼ã ã¿ã¤ã %d"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "ãã¡ã¤ã«ãªã¼ãã¼ '%s' ãè¨å®ã§ãã¾ãã: %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "ç¡å¹ãªãµã¦ã³ãã¢ãã« '%s'"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "ãããã¯ã¼ã¯ã¤ã³ã¿ã¼ãã§ã¼ã¹ã¿ã¤ã"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "%s ã§ç¡å¹ãªãããã¯ã¼ã¯ãã¤ã³ã¿ã¼ã§ã"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "䏿ãªèªè¨¼ã¿ã¤ã %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "%s ã«ç¡å¹ãªã¹ãã¬ã¼ã¸ãã¼ã«ãã¤ã³ã¿ã¼ãããã¾ã"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "%s ã§ç¡å¹ãªãã¡ã¤ã³ãã¤ã³ã¿ã¼ã§ã"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "%s ã§ç¡å¹ãªãã¡ã¤ã³ãã¤ã³ã¿ã¼ã§ã"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "ç¡å¹ãªãµã¦ã³ãã¢ãã« '%s'"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "ç¡å¹ãªãµã¦ã³ãã¢ãã« '%s'"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "%s ã§ç¡å¹ãªæ¥ç¶ãã¤ã³ã¿ã¼ã§ã"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "ç°å¸¸å½¢æã® uuid è¦ç´ "
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "è½åè¦ç´ ãããã¾ãã"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "䏿ãªèªè¨¼ã¿ã¤ã %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "䏿ãªèªè¨¼ã¿ã¤ã %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "'%s' ãéãã¾ãã: %s"
@@ -2206,7 +2494,7 @@ msgstr "ãã¡ã¤ã³ã¯ã·ã£ãããªãç¶æ
ã§ã¯ããã¾ãã"
msgid "Could not read container config"
msgstr "æ¥ç¶ URI ã®æ§æè§£æãã§ãã¾ããã§ãã"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr "䏿ãªã¿ã¤ã %s"
@@ -2220,6 +2508,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "æ¥ç¶ URI ã®æ§æè§£æãã§ãã¾ããã§ãã"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "pid ãã¡ã¤ã« '%s' ãéãã®ã«å¤±æ: %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "ã·ã°ãã«ãã¤ãããã®èªã¿è¾¼ã¿ã«å¤±æãã¾ãã: %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "pid ãã¡ã¤ã« '%s' ã®æ¸ãè¾¼ã¿ã«å¤±æ: %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "pid ãã¡ã¤ã« '%s' ãéãã®ã«å¤±æ: %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "æä½ã¯å¤±æãã¾ãã: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "ã½ã±ããã '%s' ã«ãã¤ã³ãããã®ã«å¤±æ: %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "ãã¤ãã¼ãã¤ã¶ã¼ã¸ã®æ¥ç¶ã«å¤±æãã¾ãã"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "ã½ã±ããã '%s' ã«ãã¤ã³ãããã®ã«å¤±æ: %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "%s ããã®ããªã¥ã¼ã 使ã«å¤±æãã¾ãã"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "uid '%d' ã®ã¦ã¼ã¶ã¼è¨é²ãè¦ã¤ãããã¨ãã§ãã¾ãã: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "%s ããã®ãã¼ã«ä½æã«å¤±æãã¾ãã"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2264,698 +2617,766 @@ msgstr "ãããã·ã¼ã§éä¿¡ã¨ã©ã¼: ä¸è¯ãã±ãã\n"
msgid "got asynchronous packet number %d\n"
msgstr "éåæãã±ããçªå· %d ãåå¾ãã¾ãã\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "qemu %d pid %lu ããã®äºæããªãçµäºç¶æ
ã§ã"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr "äºæããªãçµäºç¶æ
'%d'ãå¤å qemu ã®å¤±æã§ã"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "QEMU ãã¤ã㪠%s ãè¦ã¤ããã¾ãã: %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "ãããã¯ã¼ã¯ '%s' ãè¦ã¤ããã¾ãã"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr "ãããã¯ã¼ã¯ã¿ã¤ã %d ã¯ãµãã¼ãããã¦ãã¾ãã"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr "ããªãã¸ãµãã¼ããåæåã§ãã¾ãã: %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "%s ãããªãã¸ããçºã® tap ã¤ã³ã¿ã¼ãã§ã¼ã¹ %s ã®è¿½å ã«å¤±æ: %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "%s ãããªãã¸ããçºã® tap ã¤ã³ã¿ã¼ãã§ã¼ã¹ %s ã®è¿½å ã«å¤±æ: %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "'info blockstats' ã¯ãã® qemu ã§ã¯ãµãã¼ããããã¾ãã"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
#, fuzzy
msgid "STDIO migration is not supported with this QEMU binary"
msgstr "'info blockstats' ã¯ãã® qemu ã§ã¯ãµãã¼ããããã¾ãã"
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "ãµãã¼ãã®ãªããã£ã¹ã¯ã¿ã¤ã '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "ãµãã¼ãã®ãªããã£ã¹ã¯ã¿ã¤ã '%s'"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr "ãµãã¼ãã®ãªããã£ã¹ã¯ã¿ã¤ã '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "ç¡å¹ãªãµã¦ã³ãã¢ãã«"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "ç¡å¹ãªãã¡ã¤ã³å"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "ç¡å¹ãªãã¹"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "ã¢ãã¿ã¼ãã¹ %s ãéããã¨ãã§ãã¾ãã"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "ãã¼ããã¡ã¤ã³ä¸è¦§"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "close-on-exec ãã¡ã¤ã«ã®è¨è¿°åãã©ã°ã®è¨å®ã«å¤±æ"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "non-blocking ãã¡ã¤ã«ã®è¨è¿°åãã©ã°ã®è¨å®ã«å¤±æ"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "ãã°ãã¡ã¤ã« %s ã®ä½æã«å¤±æ: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "VM ãã°ãã¡ã¤ã«ã® close-on-exec ãã©ã° %s ãã»ããã§ãã¾ãã"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "ãã°ãã¡ã¤ã« %s ã®ä½æã«å¤±æ: %s"
-#: src/qemu_driver.c:211
-#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "ãã°ãã¡ã¤ã« %s ã®ä½æã«å¤±æ: %s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "VM ãã°ãã¡ã¤ã«ã® close-on-exec ãã©ã° %s ãã»ããã§ãã¾ãã"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "tty '%s' ãéãã¾ãã: %s\n"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "VM '%s' ã®èªåèµ·åã«å¤±æ: %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "ãããã¯ã®ç¶æ
%s %s ã®åå¾ã«å¤±æãã¾ãã"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "%s ããã®ãã¡ã¤ã³ä½æã«å¤±æãã¾ãã"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "ãã¡ã¤ã³ %s ã® %s ã¸ã®ä¿åã«å¤±æãã¾ãã"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "ãã£ã¬ã¯ã㪠%s ã®ä½æã«å¤±æãã¾ãã: %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "ç¾å¨ã®æå»ãåå¾ã§ãã¾ãã"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "ã¢ã¼ã '%s' ã®æ§æè§£æã«å¤±æ"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "ã¢ã¼ã '%s' ã®æ§æè§£æã«å¤±æ"
+
+#: src/qemu_driver.c:476
#, fuzzy, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "VM '%s' ã®èªåèµ·åã«å¤±æ: %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup: ã¡ã¢ãªã¼ä¸è¶³ã§ã"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr "%s éå§ã®åºåèªã¿è¾¼ã¿ã§å¤±æ"
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr "%s éå§ã®åºåã®èªã¿è¾¼ã¿ã§æéåã"
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr "%s éå§ã®åºåèªã¿è¾¼ã¿ã§é åä¸è¶³"
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, fuzzy, c-format
+msgid "Out of space while reading %s log output"
+msgstr "%s éå§ã®åºåèªã¿è¾¼ã¿ã§é åä¸è¶³"
+
+#: src/qemu_driver.c:757
+#, fuzzy, c-format
+msgid "Failure while reading %s log output"
+msgstr "%s éå§ã®åºåèªã¿è¾¼ã¿ã§å¤±æ"
+
+#: src/qemu_driver.c:771
+#, fuzzy, c-format
+msgid "Timed out while reading %s log output"
+msgstr "%s éå§ã®åºåã®èªã¿è¾¼ã¿ã§æéåã"
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr "ã¢ãã¿ã¼ãã¹ %s ãéããã¨ãã§ãã¾ãã"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr "ã¢ãã¿ã¼ã® close-on-exec ãã©ã°ãã»ããã§ãã¾ãã"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr "ã¢ãã¿ã¼ã non-blocking ã¢ã¼ãã«ã§ãã¾ãã"
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "ãã°ãã¡ã¤ã« %d ãçµäºã§ãã¾ãã: %s"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "tty 屿§ãã»ããã§ãã¾ãã: %s\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr "CPU ã¹ã¬ããæ
å ±ããã§ããããããã®ã¢ãã¿ã¼ã³ãã³ããå®è¡ã§ãã¾ãã"
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "CPU affinity '%s' ã®è¨å®ã«å¤±æ"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr "ã¬ã¸ã¥ã¼ã æä½ã¯å¤±æãã¾ãã"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "ç¾å¨ã®æå»ãåå¾ã§ãã¾ãã"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "VM ã¯ãã§ã«ã¢ã¯ãã£ãã§ã"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr "æªä½¿ç¨ã® VNC ãã¼ããè¦ã¤ãããã¨ãã§ãã¾ãã"
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "ãã°ãã£ã¬ã¯ã㪠%s ã使ã§ãã¾ãã: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "QEMU ãã¤ã㪠%s ãè¦ã¤ããã¾ãã: %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "QEMU ãã¤ã㪠%s ãè¦ã¤ããã¾ãã: %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "ãã°ãã¡ã¤ã« %d 㸠argv ãæ¸ãè¾¼ãã¾ãã: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "ãã°ãã¡ã¤ã« %d 㸠argv ãæ¸ãè¾¼ãã¾ãã: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "ãã°ãã¡ã¤ã« %d 㸠argv ãæ¸ãè¾¼ãã¾ãã: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "ãã¡ã¤ã³ %s ãã·ã£ãããã¦ã³ãã¦ãã¾ã\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "VM '%s' ãã·ã£ãããã¦ã³ãã¦ãã¾ã"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "ã½ã±ããã '%s' ã«ãã¤ã³ãããã®ã«å¤±æ: %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "ãã°ãã¡ã¤ã« %d ãçµäºã§ãã¾ãã: %s"
+msgid "Failed to remove domain status for %s"
+msgstr "%s ããã®ãã¡ã¤ã³ä½æã«å¤±æãã¾ãã"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "VM ã³ã³ã½ã¼ã«ãã¼ã¿ããã°ã§ãã¾ãã: %s"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "tty '%s' ãéãã¾ãã: %s\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr "NUMA ã¯ãã®ãã¹ãä¸ã§ã¯ãµãã¼ããããã¾ãã"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr "NUMA 空ãã¡ã¢ãªã¼ã®ã¯ã¨ãªã«å¤±æ"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "ãã¹ãåã®åå¾ã«å¤±æãã¾ãã"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "ãã¡ã¤ã³ %s ã¯ãã§ã«åå¨ãã¦ãã¾ã"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "ãã¡ã¤ã³ %s ã¯ãã§ã«åå¨ãã¦ãã¾ã"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "ä¸è´ãã id %d ã®ãã¡ã¤ã³ã¯ããã¾ãã"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "ãã¡ã¤ã³ã¯ç¨¼åãã¦ãã¾ãã"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr "ãµã¹ãã³ãæä½ã¯å¤±æãã¾ãã"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr "ã·ã£ãããã¦ã³æä½ã¯å¤±æãã¾ãã"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "ä¸è´ãã uuid '%s' ã®ãã¡ã¤ã³ã¯ããã¾ãã"
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr "æå¤§ã¡ã¢ãªã¼ã¯ç¾å¨ã®ã¡ã¢ãªã¼ä»¥ä¸ã«ã¯ã»ããã§ãã¾ãã"
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr "ã¢ã¯ãã£ããã¡ã¤ã³ã®ã¡ã¢ãªã¼ãã»ããã§ãã¾ãã"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr "ã¡ã¢ãªã¼ã¯æå¤§ã¡ã¢ãªã¼ä»¥ä¸ã«ã»ããã§ãã¾ãã"
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr "ãã¡ã¤ã³ xml ã®åå¾ã«å¤±æãã¾ãã"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr "'%s' ã®ä½æã«å¤±æãã¾ãã"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
msgstr "ä¿åãããã¼ã®æ¸ãè¾¼ã¿ã«å¤±æãã¾ãã"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr "xml ã®æ¸ãè¾¼ã¿ã«å¤±æãã¾ãã"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "ãã°ãã¡ã¤ã« %d ãçµäºã§ãã¾ãã: %s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "ã¡ã¢ãªã¼ä¸è¶³"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr "ç§»è¡æä½ã¯å¤±æãã¾ãã"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
#, fuzzy
msgid "'migrate' not supported by this qemu"
msgstr "'info blockstats' ã¯ãã® qemu ã§ã¯ãµãã¼ããããã¾ãã"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr "ã¢ã¯ãã£ããã¡ã¤ã³ã® vcpu ã«ã¦ã³ãã¯å¤æ´ã§ãã¾ãã"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr "ãã¡ã¤ã³ç¨ã®æå¤§ vcpus ãæ±ºå®ã§ãã¾ãã"
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
"è¦æ±ããã vcpus ã¯ãã¡ã¤ã³ã«è¨±å¯ã§ããæå¤§ vcpus ãè¶ãã¦ãã¾ã: %d > %d"
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
msgid "cannot pin vcpus on an inactive domain"
msgstr "åæ¢ç¶æ
ã®ãã¡ã¤ã³ã§ vcpus ãåºå®ã§ãã¾ãã"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "vcpu æ°ã¯ç¯å²å¤ã§ã %d > %d"
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "ã¢ãã£ããã£ãã»ããã§ãã¾ãã: %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr "cpu ã¢ãã£ããã£ã¯ãµãã¼ãããã¦ãã¾ãã"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "ã¢ãã£ããã£ãåå¾ã§ãã¾ãã: %s"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr "cpu ã¢ãã£ããã£ã¯ä½¿ç¨ã§ãã¾ãã"
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "ãã¡ã¤ã³å®ç¾© '%d' ã«ä¸æãª virt ã¿ã¤ããããã¾ã"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "ç¾å¨ã®æå»ãåå¾ã§ãã¾ãã"
+
+#: src/qemu_driver.c:3014
+#, fuzzy, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr "vCPU ã«ã¦ã³ãã¯æå¤§éãè¶ãã¦ãã¾ã: %d > %d"
+
+#: src/qemu_driver.c:3023
+#, fuzzy, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr "vCPU ã«ã¦ã³ãã¯æå¤§éãè¶ãã¦ãã¾ã: %d > %d"
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr "ãã¡ã¤ã³ã¤ã¡ã¼ã¸ãèªã¿è¾¼ãã¾ãã"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr "qemu ãããã¼ã®èªã¿è¾¼ã¿ã«å¤±æãã¾ãã"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr "ã¤ã¡ã¼ã¸ãã¸ãã¯ã¯æ£ããããã¾ãã"
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "ã¤ã¡ã¼ã¸ãã¼ã¸ã§ã³ã¯ãµãã¼ããããã¾ãã (%d > %d)"
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr "XML ã®èªã¿è¾¼ã¿ã«å¤±æãã¾ãã"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr "XML ã®æ§æè§£æã«å¤±æãã¾ãã"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr "ãã¡ã¤ã³ã¯ãã§ã« '%s' ã¨ãã¦ã¢ã¯ãã£ãã§ã"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
msgid "failed to assign new VM"
msgstr "æ°è¦ VM ã®å²ãå½ã¦ã«å¤±æãã¾ãã"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr "VM ã®èµ·åã«å¤±æãã¾ãã"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
msgid "failed to resume domain"
msgstr "ãã¡ã¤ã³ã®åéã«å¤±æãã¾ãã"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "ãµãã¼ãã®ãªããã£ã¹ã¯ã¿ã¤ã '%s'"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "cdrom ã¡ãã£ã¢ã夿´åºæ¥ã¾ãã"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "cdrom ã¡ãã£ã¢ã夿´åºæ¥ã¾ãã"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, fuzzy, c-format
msgid "target %s already exists"
msgstr "ã¹ãã¬ã¼ã¸ããªã¥ã¼ã ã¯æ¢ã«åå¨ãã¾ã"
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "%s ãèªã¿è¾¼ãã¾ãã: %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "ãã¡ã¤ã³ %s ã¯ãã§ã«åå¨ãã¦ãã¾ã"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "ã½ã¼ã¹ããã¤ã¹ãåãåºãã¾ãã"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "ãã¹ãã®å®ç¾©ãã¡ã¤ã«ããã¼ãä¸"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "ã½ã¼ã¹ããã¤ã¹ãåãåºãã¾ãã"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "ãã¹ãã®å®ç¾©ãã¡ã¤ã«ããã¼ãä¸"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr "åæ¢ç¶æ
ã®ãã¡ã¤ã³ã§ããã¤ã¹ãæ·»ä»ã§ãã¾ãã"
-#: src/qemu_driver.c:3451
-#, fuzzy
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, fuzzy, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr "CDROM ãã£ã¹ã¯ããã¤ã¹ã®ã¿ãæ·»ä»ã§ãã¾ã"
-#: src/qemu_driver.c:3460
-#, fuzzy
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, fuzzy, c-format
+msgid "device type '%s' cannot be attached"
msgstr "CDROM ãã£ã¹ã¯ããã¤ã¹ã®ã¿ãæ·»ä»ã§ãã¾ã"
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "ãã¡ã¤ã³ãè¦ã¤ããã¾ãã"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "ãã¡ã¤ã³ã®åéã«å¤±æãã¾ãã"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "%s ããããã¤ã¹ã®åé¤ã«å¤±æãã¾ãã"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "åæ¢ç¶æ
ã®ãã¡ã¤ã³ã§ããã¤ã¹ãæ·»ä»ã§ãã¾ãã"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
#, fuzzy
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr "CDROM ãã£ã¹ã¯ããã¤ã¹ã®ã¿ãæ·»ä»ã§ãã¾ã"
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "ã¢ã¯ãã£ããã¡ã¤ã³ã®ã¡ã¢ãªã¼ãã»ããã§ãã¾ãã"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "autostart ãã£ã¬ã¯ã㪠%s ã使ã§ãã¾ãã: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "'%s' ã¸ã®ã·ã³ãã«ãªã³ã¯ %s ã®ä½æã«å¤±æãã¾ãã: %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "ç¡å¹ãªãã¹ã§ã: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr "'info blockstats' ã³ãã³ãã¯å¤±æã§ã"
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "'info blockstats' ã¯ãã® qemu ã§ã¯ãµãã¼ããããã¾ãã"
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "ããã¤ã¹ã¯è¦ã¤ããã¾ãã: %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr "NULL åã¯ç©ºã®ãã¹"
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "ç¡å¹ãªãã¹ã'%s' ã¯ä¸æãªã¤ã³ã¿ã¼ãã§ã¤ã¹ã§ã"
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "ãã£ã¬ã¯ã㪠'%s' ãéãã®ã«å¤±æ: %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "ãã¡ã¤ã«ããã® lseek åã¯èªã¿è¾¼ã¿ã«å¤±æãã¾ãã: %s: %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "ç¡å¹ãªãã¹"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr "QEMU ãã©ã¤ãã¼ã¯ä»®æ³ã¡ã¢ãªã¼ã¢ãã¬ã¹ã®ã¿ããµãã¼ããã¾ãã"
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "open(%s) ã¯å¤±æãã¾ãã: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "lvs ã³ãã³ãã¯å¤±æã§ã"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s: ãã°ãã¡ã¤ã«ã®æ¸ãè¾¼ã¿ã«å¤±æãã¾ãã: %s"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "ãã¼ããã¡ã¤ã³ä¸è¦§"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "UUID ã®çæã«å¤±æãã¾ãã"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "ãã¡ã¤ã³ã¯ãã§ã« '%s' ã¨ãã¦ã¢ã¯ãã£ãã§ã"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "VM ã®èµ·åã«å¤±æãã¾ãã"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "æä½ã¯å¤±æãã¾ãã: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "ãã¡ã¤ã³ %s ã®åéã«å¤±æãã¾ãã"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "ãããããååã®ãã¡ã¤ã³åã¯ããã¾ãã"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
msgstr "libvirtd ãã¤ããªãè¦ã¤ããã®ã«å¤±æãã¾ãã"
@@ -2967,512 +3388,593 @@ msgstr ""
"remote_open: URL å
ã®ãã©ã³ã¹ãã¼ãã¯èªèããã¾ããï¼tls|unix|ssh|ext|tcp ã¨"
"ãªãå¿
è¦ãããã¾ãï¼"
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open: 'ext' ãã©ã³ã¹ãã¼ãã«ã¯ã³ãã³ããå¿
è¦ã§ã"
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "tty '%s' ãéãã¾ãã: %s\n"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "tty '%s' ãéãã¾ãã: %s\n"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "ã½ã±ããã®ä½æã«å¤±æãã¾ãã: %s"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "ã½ã±ããã®ä½æã«å¤±æãã¾ãã: %s"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
"ãã©ã³ã¹ãã¼ãã¡ã½ãã unix ã® ssh 㨠ext 㯠Windows ã§ã¯ãµãã¼ããããã¾ãã"
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "ã½ã±ããã®ä½æã«å¤±æãã¾ãã: %s"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "ãã°ãã¡ã¤ã« %d ãçµäºã§ãã¾ãã: %s"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "URI ã®åå¾ã«å¤±æãã¾ãã"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "ãã¡ã¤ã³ãå²ãå½ã¦ä¸"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "%s '%s' ã«ã¢ã¯ã»ã¹ã§ãã¾ãã: %s (%d)"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "ã³ã³ããã¹ã¿ãã¯ã®å²ãå½ã¦ãã§ãã¾ãã"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "VM ã³ã³ã½ã¼ã«ãã¼ã¿ããã°ã§ãã¾ãã: %s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "SASL ã©ã¤ãã©ãªã®åæåã«å¤±æãã¾ãã:%d (%s)"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, fuzzy, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "tty 屿§ãã»ããã§ãã¾ãã: %s\n"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "tty 屿§ãã»ããã§ãã¾ãã: %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "ã¯ã©ã¤ã¢ã³ãã®è¨¼æè¨¼ã確証ããã®ã«å¤±æ: %s"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "tty '%s' ãéãã¾ãã: %s\n"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr "ãµã¼ãã¼ç¢ºè¨¼ï¼ä½¿ç¨è¨¼æè¨¼ãå㯠IP ã¢ãã¬ã¹ï¼ã¯å¤±æ \n"
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "ã¯ã©ã¤ã¢ã³ãã®è¨¼æè¨¼ã確証ããã®ã«å¤±æ: %s"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "ãã¤ãã使ã§ãã¾ãã: %s"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "ç¡å¹ãªããã¤ã¹ã¿ã¤ã: %s"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
#, fuzzy
msgid "The certificate is not trusted."
msgstr "証æè¨¼ã¯ã¾ã ã¢ã¯ãã£ãã¼ãããã¦ãã¾ãã"
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
#, fuzzy
msgid "The certificate hasn't got a known issuer."
msgstr "remoteCheckCertificate: ã¯ã©ã¤ã¢ã³ã証æè¨¼ã¯ä¸æãªçºè¡è
ãæã¡ã¾ã"
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
#, fuzzy
msgid "The certificate has been revoked."
msgstr "証æè¨¼ã¯æéåãã§ã"
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
#, fuzzy
msgid "The certificate uses an insecure algorithm"
msgstr ""
"remoteCheckCertificate: ã¯ã©ã¤ã¢ã³ã証æè¨¼ã¯å®å
¨ã§ãªãã¢ã«ã´ãªãºã ã使ã£ã¦ã"
"ã¾ã"
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "証æè¨¼ã®ã¿ã¤ã㯠X.509 ã§ã¯ããã¾ãã"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "gnutls_certificate_get_peers ã¯å¤±æã§ã"
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "SASL èªè¨¼ %s ã®åæåã«å¤±æ"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "tty '%s' ãéãã¾ãã: %s\n"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "証æè¨¼ã¯æéåãã§ã"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "証æè¨¼ã¯ã¾ã ã¢ã¯ãã£ãã¼ãããã¦ãã¾ãã"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr "証æè¨¼ã®ãªã¼ãã¼ã¯ãã¹ãå (%s) ã«ä¸è´ãã¾ãã"
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "NUMA ã»ã«ãå¤ããã¾ã: %d > %d"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "ãªã¢ã¼ããã¡ã¤ã³ ID ãå¤ããã¾ã: %d > %d"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr "ãããé·ã¯æå¤§éãè¶ãã¦ãã¾ã: %d > %d"
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "vCPU ã«ã¦ã³ãã¯æå¤§éãè¶ãã¦ãã¾ã: %d > %d"
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr "vCPU ããããããã¡é·ã¯æå¤§éãè¶ãã¦ãã¾ã: %d > %d"
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "ãã¹ãã® vCPU å ±åã¯å¤ããã¾ã: %d > %d"
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr "ãã¹ãå ±åã®ããããããã¡é·ã¯æå¤§éãè¶ãã¦ãã¾ã: %d > %d"
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, fuzzy, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr "vCPU ã«ã¦ã³ãã¯æå¤§éãè¶ãã¦ãã¾ã: %d > %d"
+
+#: src/remote_internal.c:2352
+#, fuzzy, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr "vCPU ã«ã¦ã³ãã¯æå¤§éãè¶ãã¦ãã¾ã: %d > %d"
+
+#: src/remote_internal.c:2361
+#, fuzzy, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr "vCPU ã«ã¦ã³ãã¯æå¤§éãè¶ãã¦ãã¾ã: %d > %d"
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr "ãªã¢ã¼ããã¡ã¤ã³åãå¤ããã¾ã: %d > %d"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
"remoteDomainGetSchedulerParameters: ãã©ã¡ã¼ã¿ã®æ»ãæ°ã¯é度ãè¶ãã¦ãã¾ã"
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "remoteDomainGetSchedulerParameters: 䏿ãªãã©ã¡ã¼ã¿ã¿ã¤ã"
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "ã¢ã¬ã¤ã®å²ãå½ã¦ã§ã¡ã¢ãªã¼ä¸è¶³ã§ã"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "䏿ãªãã©ã¡ã¼ã¿ã¿ã¤ã"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr "block peek è¦æ±ã¯ãªã¢ã¼ããããã³ã«ã«ã¯å¤§ãããã¾ã %zi > %d"
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr "æ»ããããã¡ã¯è¦æ±å¤ã¨åããµã¤ãºã§ã¯ããã¾ãã"
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr "memory peek è¦æ±ã¯ãªã¢ã¼ããããã³ã«ã«ã¯å¤§ãããã¾ã %zi > %d"
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "ãªã¢ã¼ããããã¯ã¼ã¯ãå¤ããã¾ã: %d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr "è¦æ±ãããã¹ãã¬ã¼ã¸ãã¼ã«ãå¤ããã¾ã"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr "åçããã¹ãã¬ã¼ã¸ãã¼ã«ãå¤ããã¾ã"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr "è¦æ±ãããã¹ãã¬ã¼ã¸ããªã¥ã¼ã ãå¤ããã¾ã"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr "åçããã¹ãã¬ã¼ã¸ããªã¥ã¼ã ãå¤ããã¾ã"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "è¦æ±ãããã¹ãã¬ã¼ã¸ããªã¥ã¼ã ãå¤ããã¾ã"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "åçããã¹ãã¬ã¼ã¸ããªã¥ã¼ã ãå¤ããã¾ã"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "è¦æ±ãããã¹ãã¬ã¼ã¸ããªã¥ã¼ã ãå¤ããã¾ã"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "åçããã¹ãã¬ã¼ã¸ããªã¥ã¼ã ãå¤ããã¾ã"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "䏿ãªèªè¨¼ã¿ã¤ãã§ã: %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr "è¦æ±ãããèªè¨¼ã¿ã¤ã %s ã¯æå¦ããã¾ãã"
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "ãµãã¼ãã®ãªãèªè¨¼ã¿ã¤ã %d ã§ã"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "SASL ã©ã¤ãã©ãªã®åæåã«å¤±æãã¾ãã:%d (%s)"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "sock ã¢ãã¬ã¹ %d (%s) ã®åå¾ã«å¤±æ"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "ãã¢ã¢ãã¬ã¹ %d (%s) ã®åå¾ã«å¤±æ"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "SASL ã¯ã©ã¤ã¢ã³ãã³ã³ããã¹ãã®ä½æã«å¤±æãã¾ãã: %d (%s)"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr "TLS ã»ãã·ã§ã³ã«ã¯ç¡å¹ãªæå·ãµã¤ãºã§ã"
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "å¤é¨ SSF %d (%s) ãã»ããã§ãã¾ãã"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr "ã»ãã¥ãªãã£ãããã㣠%d (%s) ãã»ããã§ãã¾ãã"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "SASL ã¡ã«ããºã %s ã¯ãµã¼ãã¼ã§ãµãã¼ãããã¦ãã¾ãã"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "SASL 交æ¸ã®èµ·åã«å¤±æãã¾ãã: %d (%s)"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr "証æè¨¼ã®èªè¨¼ä½æã«å¤±æãã¾ãã"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr "SASL 交æ¸ãã¼ã¿ã¯é·ããã¾ã: %d ãã¤ã"
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "SASL ã®æé ã«å¤±æãã¾ãã: %d (%s)"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr "äº¤æ¸ SSF %d ã¯å¼·åº¦ä¸è¶³ã§ã"
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr "証æè¨¼ã®èªè¨¼åéã«å¤±æãã¾ãã"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr "xdr_remote_message_header ã¯å¤±æã§ã"
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr "marshalling 弿°"
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
#, fuzzy
msgid "xdr_u_int (length word)"
msgstr "xdr_int (é·ããåèª)"
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "ãã¡ã¤ã³ãã¼ã¿ãä¿åã§ãã¾ãã"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "ã½ã±ãã %d ã®èªã¿è¾¼ã¿ã«å¤±æãã¾ãã\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "èªã¿è¾¼ã¿å°ç¨æ¥ç¶"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "ã¡ã¿ãã¼ã¿ãæ¸ãè¾¼ãã¾ãã"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "'%s' ã®ä½æã«å¤±æãã¾ãã"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "ããªã¥ã¼ã %s ã®åé¤ã«å¤±æãã¾ãã"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
#, fuzzy
msgid "xdr_u_int (length word, reply)"
msgstr "xdr_int (é·ããåèªãå¿ç)"
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
#, fuzzy
msgid "packet received from server too small"
msgstr "ãµã¼ãã¼ããåçãããã±ããã¯é·ããã¾ã"
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr "ãµã¼ãã¼ããåçãããã±ããã¯é·ããã¾ã"
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr "å¿çå
ã«ç¡å¹ãªãããã¼"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr "䏿ãªããã°ã©ã (åç %x, äºæå¤ %x)"
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr "䏿ãªãããã³ã«ãã¼ã¸ã§ã³ (åç %x, äºæå¤ %x)"
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr "ä¸æãªæç¶ã (åç %x, äºæå¤ %x)"
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr "ret ã®æ´ååè§£é¤"
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr "remote_error ã®æ´ååè§£é¤ "
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr "䏿ãªã¹ãã¼ã¿ã¹ (åç %x)"
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "calloc ã¯å¤±æãã¾ãã"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "ã³ãã³ãã®å¾
æ©ã«å¤±æãã¾ãã: %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "tty pid ãã¡ã¤ã« %s ãéãã¾ãã: %s"
+
+#: src/security_selinux.c:120
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr "tty pid ãã¡ã¤ã« %s ãèªã¿è¾¼ãã¾ãã: %s"
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "tty pid ãã¡ã¤ã« %s ãéãã¾ãã: %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "tty pid ãã¡ã¤ã« %s ãèªã¿è¾¼ãã¾ãã: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "%s ã®ãã¡ã¤ã«ã³ã³ããã¹ããåå¾ã§ãã¾ãã: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, fuzzy, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr "vCPU ã«ã¦ã³ãã¯æå¤§éãè¶ãã¦ãã¾ã: %d > %d"
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "tty '%s' ãéãã¾ãã: %s\n"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "tty '%s' ãéãã¾ãã: %s\n"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3503,45 +4005,45 @@ msgstr "ãã¡ã¤ã« '%s' ã®æ«å°¾ãè¦ä»ããã¾ãã: %s"
msgid "cannot read beginning of file '%s'"
msgstr "ãã¡ã¤ã« '%s' ã®æ«å°¾ãè¦ä»ããã¾ãã: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "%s ã®ãã¡ã¤ã«ã³ã³ããã¹ããåå¾ã§ãã¾ãã: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "ãã£ã¬ã¯ã㪠%s ãèªã¿è¾¼ãã¾ãã: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr "regex '%s' ã®ã³ã³ãã¤ã«ã«å¤±æ"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "fd ãèªã¿è¾¼ãã¾ãã"
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "ã³ãã³ãã®å¾
æ©ã«å¤±æãã¾ãã: %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr "ã³ãã³ãã¯æ£å¸¸ã«çµäºãã¾ããã§ãã"
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "èªã¿è¾¼ã¿ã¨ã©ã¼: %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr "ã³ãã³ã %d ããã®ã¼ã以å¤ã®çµäºã¹ãã¼ã¿ã¹"
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "%s: å®è£
ããã¦ãã¾ãã\n"
@@ -3652,7 +4154,7 @@ msgid "cannot extend file '%s'"
msgstr "ãã¡ã¤ã« '%s' ãæ¡å¼µã§ãã¾ãã: %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "ãã¹ '%s' ãèªã¿è¾¼ãã¾ãã: %s"
@@ -3686,17 +4188,17 @@ msgstr "çã§ã¯ãªãã¤ã¡ã¼ã¸ã®ä½æã¯ãqemu-img ç¡ãã§ã¯ãµãã¼
msgid "creation of non-raw images is not supported without qemu-img"
msgstr "çã§ã¯ãªãã¤ã¡ã¼ã¸ã®ä½æã¯ãqemu-img ç¡ãã§ã¯ãµãã¼ãããã¦ãã¾ãã"
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "ãã¡ã¤ã«ãªã¼ãã¼ '%s' ãè¨å®ã§ãã¾ãã: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "ãã¡ã¤ã«ã¢ã¼ã'%s' ãã»ããã§ãã¾ãã: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "ãã¡ã¤ã« '%s' ãéãããã¨ãåºæ¥ã¾ãã: %s"
@@ -3807,11 +4309,7 @@ msgstr "ããã¤ã¹ %s ãéãããã¨ãã§ãã¾ãã"
msgid "cannot remove PV device '%s'"
msgstr "tty Pid ãã¡ã¤ã« %s ãåé¤ã§ãã¾ãã: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "æ°è¦ä½æã®ããªã¥ã¼ã '%s' ãè¦ä»ããã¾ãã: %s"
@@ -3824,164 +4322,169 @@ msgstr "èªè¨¼ãã¹ã屿§ãããã¾ãã"
msgid "missing auth passwd attribute"
msgstr "èªè¨¼ãã¹ã¯ã¼ã屿§ãããã¾ãã"
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr "ç°å¸¸å½¢æã®ï¼é²æ³ã¢ã¼ãã§ã"
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr "ç°å¸¸å½¢æã®ãªã¼ãã¼è¦ç´ ã§ã"
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr "ç°å¸¸å½¢æã®ã°ã«ã¼ãè¦ç´ ã§ã"
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "ä¸æãª root è¦ç´ "
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "䏿ãªã¹ãã¬ã¼ã¸ããªã¥ã¼ã ã¿ã¤ã %d"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "ååè¦ç´ ãããã¾ãã"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr "uuid ãçæã§ãã¾ãã"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "䏿ãªèªè¨¼ã¿ã¤ã %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "ã½ã¼ã¹ãã¹ãåãããã¾ãã"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "ã½ã¼ã¹ããã¤ã¹ãåãåºãã¾ãã"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "ã½ã¼ã¹ããã¤ã¹ãã¹ãããã¾ãã"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "ã½ã¼ã¹ãã¹ãããã¾ãã"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr "䏿ãªèªè¨¼ã¿ã¤ã %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "ã¿ã¼ã²ãããã¹ãããã¾ãã"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "ãµãã¼ãããã¦ããªããã¼ã«å½¢å¼ %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr "äºæããªããã¼ã«ã¿ã¤ã"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr "ãªã¼ãã¼è¦ç´ ãããã¾ãã"
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "root è¦ç´ ãããã¾ãã"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr "䏿ãªãµã¤ãºåä½ %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr "ç°å¸¸å½¢æã®è½åè¦ç´ "
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr "è½åè¦ç´ å¤ã¯å¤§ãããã¾ã"
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr "ä¸æãª root è¦ç´ "
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "ååè¦ç´ ãããã¾ãã"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr "è½åè¦ç´ ãããã¾ãã"
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "䏿ãªèªè¨¼ã¿ã¤ã %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, fuzzy, c-format
msgid "unknown volume format number %d"
msgstr "ãµãã¼ãããã¦ããªãããªã¥ã¼ã å½¢å¼ %d"
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "è¨å®ãã£ã¬ã¯ã㪠%s ã使ã§ãã¾ãã: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "è¨å®ãã¡ã¤ã«ãã¹ãæ§æã§ãã¾ãã"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr "autostart ãªã³ã¯ãã¹ãæ§æã§ãã¾ãã"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr "XML ã®çæã«å¤±æãã¾ãã"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "è¨å®ãã¡ã¤ã« %s ã使ã§ãã¾ãã: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "è¨å®ãã¡ã¤ã« %s ã®æ¸ãè¾¼ã¿ãã§ãã¾ãã: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "è¨å®ãã¡ã¤ã« %s ãä¿åã§ãã¾ãã: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "%s ç¨ã®è¨å®ãã¡ã¤ã«ã¯ããã¾ãã"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "%s ç¨ã®è¨å®ãåé¤ã§ãã¾ãã"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr "ä¸è´ãã uuid ã®ãã¼ã«ã¯ããã¾ãã"
@@ -3989,17 +4492,17 @@ msgstr "ä¸è´ãã uuid ã®ãã¼ã«ã¯ããã¾ãã"
msgid "no pool with matching name"
msgstr "ä¸è´ããååã®ãã¼ã«ã¯ããã¾ãã"
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr "ã¹ãã¬ã¼ã¸ãã¼ã«ã¯æ¢ã«åå¨ãã¾ã"
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr "ä¸è´ãã uuid ã®ã¹ãã¬ã¼ã¸ãã¼ã«ã¯ããã¾ãã"
@@ -4007,61 +4510,61 @@ msgstr "ä¸è´ãã uuid ã®ã¹ãã¬ã¼ã¸ãã¼ã«ã¯ããã¾ãã"
msgid "pool is still active"
msgstr "ãã¼ã«ã¯ã¾ã ã¢ã¯ãã£ãã§ã"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr "ãã¼ã«ã¯ãã§ã«ã¢ã¯ãã£ãã§ã"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr "ã¹ãã¬ã¼ã¸ãã¼ã«ã¯ãã§ã«ã¢ã¯ãã£ãã§ã"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr "ã¹ãã¬ã¼ã¸ãã¼ã«ã¯ã¢ã¯ãã£ãã§ã¯ããã¾ãã"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr "ã¹ãã¬ã¼ã¸ãã¼ã«ã¯ã¾ã ã¢ã¯ãã£ãã§ã"
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr "ãã¼ã«ã¯ããªã¥ã¼ã åé¤ããµãã¼ããã¦ãã¾ãã"
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "ãã¼ã«ã¯è¨å®ãã¡ã¤ã«ãæã¡ã¾ãã"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr "ä¸è´ããååã®ã¹ãã¬ã¼ã¸ããªã¥ã¼ã ã¯ããã¾ãã"
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr "ä¸è´ãããã¼ã®ã¹ãã¬ã¼ã¸ããªã¥ã¼ã ã¯ããã¾ãã"
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr "ä¸è´ãããã¹ã®ã¹ãã¬ã¼ã¸ããªã¥ã¼ã ã¯ããã¾ãã"
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr "ã¹ãã¬ã¼ã¸ããªã¥ã¼ã ã¯æ¢ã«åå¨ãã¾ã"
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr "ã¹ãã¬ã¼ã¸ãã¼ã«ã¯ããªã¥ã¼ã 使ããµãã¼ããã¦ãã¾ãã"
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr "ã¹ãã¬ã¼ã¸ãã¼ã«ã¯ããªã¥ã¼ã åé¤ããµãã¼ããã¦ãã¾ãã"
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "ç¾å¨ã®æå»ãåå¾ä¸"
@@ -4118,155 +4621,155 @@ msgstr "ãã¼ããã¡ã¤ã³ä¸è¦§"
msgid "resolving domain filename"
msgstr "ãã¡ã¤ã³ãã¡ã¤ã«åã解決ä¸"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "ãã¼ããã¡ã¤ã³ä¸è¦§"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "ãããã¯ã¼ã¯ãã¡ã¤ã«åã解決ä¸"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "ãã¼ããã¡ã¤ã³ä¸è¦§"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "ãã¡ã¤ã³ãã¡ã¤ã«åã解決ä¸"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: ãã¹ãæå®ããããtest:ã使ç¨ãã///çç¥å¤"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "ãã¡ã¤ã« '%s' ãéãããã¨ãåºæ¥ã¾ãã: %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "ãã¡ã¤ã³ãè¦ã¤ããã¾ãã"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "ãã¡ã¤ã³ã¯ç¨¼åãã¦ãã¾ãã"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "ã¡ã¿ãã¼ã¿ç¨ã®é åãå²ãå½ã¦ã§ãã¾ãã"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "ãã¡ã¤ã³ã®ç¶æ
ããã¡ã¤ã«ã«ä¿å"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "ãã¡ã¤ã³ã®ç¶æ
ããã¡ã¤ã«ã«ä¿å"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "ãã¡ã¤ã³ã¤ã¡ã¼ã¸ãèªã¿è¾¼ãã¾ãã"
-#: src/test.c:1295
+#: src/test.c:1292
#, fuzzy, c-format
msgid "incomplete save header in '%s'"
msgstr "ä¸å®å
¨ãªä¿åãããã¼ã§ã"
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr "ä¸è´ããªããããã¼ãã¸ãã¯"
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "ã¡ã¿ãã¼ã¿é·ã®èªã¿è¾¼ã¿ã«å¤±æãã¾ãã"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr "ã¡ã¿ãã¼ã¿ã®é·ãã¯ç¯å²å¤ã§ã"
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "ä¸å®å
¨ãªã¡ã¿ãã¼ã¿"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "ãã¡ã¤ã³ %s 㯠%s ã«ãã³ã\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "%s: ãã°ãã¡ã¤ã«ã®æ¸ãè¾¼ã¿ã«å¤±æãã¾ãã: %s"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "ãã¡ã¤ã³ %s 㯠%s ã«ãã³ã\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr "ç¯å²ã¯ä½¿ç¨å¯è½ãªã»ã«ãè¶ãã¦ãã¾ã"
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "ãã¡ã¤ã³ã¯ãã§ã«å®è¡ä¸ã§ã"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "ãã¡ã¤ã³ã¯ã¾ã å®è¡ä¸ã§ã"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "ãããã¯ã¼ã¯ã¯ã¾ã å®è¡ä¸ã§ã"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "ãããã¯ã¼ã¯ã¯ãã§ã«å®è¡ä¸ã§ã"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "ã¹ãã¬ã¼ã¸ãã¼ã«ã¯ãã§ã«ã¢ã¯ãã£ãã§ã"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "ã¹ãã¬ã¼ã¸ãã¼ã«ã¯ã¢ã¯ãã£ãã§ã¯ããã¾ãã"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "ä¸è´ããååã®ã¹ãã¬ã¼ã¸ããªã¥ã¼ã ã¯ããã¾ãã"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "ä¸è´ãããã¼ã®ã¹ãã¬ã¼ã¸ããªã¥ã¼ã ã¯ããã¾ãã"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "ä¸è´ãããã¹ã®ã¹ãã¬ã¼ã¸ããªã¥ã¼ã ã¯ããã¾ãã"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4281,155 +4784,160 @@ msgstr "char ããã¤ã¹ç¨ã®é åå²ãå½ã¦ã«å¤±æãã¾ãã"
msgid "unsupported chr device type %d"
msgstr "ãµãã¼ãã®ãªãå
¥åããã¤ã¹ã¿ã¤ã %s"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "close-on-exec ãã¡ã¤ã«ã®è¨è¿°åãã©ã°ã®è¨å®ã«å¤±æ"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "ããªãã¸ãµãã¼ããåæåã§ãã¾ãã: %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "ãã£ã¬ã¯ã㪠%s ã®ä½æã«å¤±æãã¾ãã: %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "qemudStartup: ã¡ã¢ãªã¼ä¸è¶³ã§ã"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "ãã°ãã¡ã¤ã« %s ã®ä½æã«å¤±æ: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "'%s' ãéãã¾ãã: %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "ã»ãã·ã§ã³ãè¦ã¤ããã¾ãã"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "ãã¡ã¤ã«ã¢ã¼ã'%s' ãã»ããã§ãã¾ãã: %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "%s ãèªã¿è¾¼ãã¾ãã: %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "ãã£ã¬ã¯ã㪠%s ãèªã¿è¾¼ãã¾ãã: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "QEMU ãã¤ã㪠%s ãè¦ã¤ããã¾ãã: %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "ã³ãã³ãã®å¾
æ©ã«å¤±æãã¾ãã: %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "äºæããªã pid ãå¾ã¾ããããã¡ã§ã"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "%s ãèªã¿è¾¼ãã¾ãã: %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "稼åä¸ãã¡ã¤ã³ã¯åé¤ã§ãã¾ãã"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "%s ãèªã¿è¾¼ãã¾ãã: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "ãã¡ã¤ã« '%s' ãéãããã¨ãåºæ¥ã¾ãã: %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "ãã¤ãã使ã§ãã¾ãã: %s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "ãã¤ãã®ä½æã«å¤±æ: %s"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "ãã£ã¤ã«ãããã»ã¹ããã©ã¼ã¯ã§ãã¾ãã: %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "ãã¡ã¤ã« '%s' ããªã³ã¯è§£é¤ã§ãã¾ãã: %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "ããã¤ã¹ãããã¼%s ãæ¶å»ã§ãã¾ãã"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "autostart ãã£ã¬ã¯ã㪠%s ã使ã§ãã¾ãã: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "ãã¹ãåã® strdup ã«å¤±æãã¾ãã: %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "ãã¹ãåã® strdup ã«å¤±æãã¾ãã: %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "ãã¹ãåã® strdup ã«å¤±æãã¾ãã: %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "ãã¡ã¤ã« '%s' ãæ¡å¼µã§ãã¾ãã: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "èªã¿è¾¼ã¿ã¨ã©ã¼: %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "uid '%d' ã®ã¦ã¼ã¶ã¼è¨é²ãè¦ã¤ãããã¨ãã§ãã¾ãã: %s"
@@ -4439,19 +4947,24 @@ msgstr "uid '%d' ã®ã¦ã¼ã¶ã¼è¨é²ãè¦ã¤ãããã¨ãã§ãã¾ãã: %
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr "pseudorandom UUID ã¸ã®æ»ãã¯ã©ã³ãã ãã¤ãã®ä½æã«å¤±æãã¾ãã: %s"
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "䏿ãªã¨ã©ã¼"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "ãã«ãã®è¡¨ç¤º"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "ã°ãã¼ãã«ãã«ãã¾ãã¯ã³ãã³ãåºæã®ãã«ãã表示ãã¾ãã"
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "ã³ãã³ãå"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4459,1964 +4972,2034 @@ msgstr ""
"ã³ãã³ã:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "ãã¡ã¤ã³ã®èªåèµ·å"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "èµ·åæã«ãã¡ã¤ã³ãèªåã§èµ·åããããã«è¨å®ãã¾ãã"
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "ãã¡ã¤ã³åãid ã¾ã㯠uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "èªåèµ·åã®è¨å®ãè§£é¤"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "ãã¡ã¤ã³ %s ãèªåèµ·åã«è¨å®ããã®ã«å¤±æãã¾ãã"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "ãã¡ã¤ã³ %s ã®èªåèµ·åè¨å®ã®è§£é¤ã«å¤±æãã¾ãã"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "ãã¡ã¤ã³ %s ãèªåèµ·åã«è¨å®ããã¾ãã\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "ãã¡ã¤ã³ %s ã®èªåèµ·åè¨å®ãè§£é¤ããã¾ãã\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "ãã¤ãã¼ãã¤ã¶ã¼ã«(å)æ¥ç¶"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"ãã¼ã«ã«ãã¤ãã¼ãã¤ã¶ã¼ã«æ¥ç¶ãã¾ããããã¯ã·ã§ã«èµ·åå¾ã®ãã«ãã¤ã³ã³ãã³ã"
"ã§ãã"
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "æ¥ç¶ãããã¤ãã¼ãã¤ã¶ã¼ã® URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "èªã¿è¾¼ã¿å°ç¨ã§æ¥ç¶"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "ãã¤ãã¼ãã¤ã¶ã¼ã®åæã«å¤±æãã¾ãã"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "ãã¤ãã¼ãã¤ã¶ã¼ã¸ã®æ¥ç¶ã«å¤±æãã¾ãã"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "ã²ã¹ãã®ã³ã³ã½ã¼ã«ã«æ¥ç¶"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "ã²ã¹ãã®ã·ãªã¢ã«ã³ã³ã½ã¼ã«ã«æ¥ç¶ãã¾ãã"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "ãã¡ã¤ã³ã«ä½¿ç¨ã§ããã³ã³ã½ã¼ã«ãããã¾ãã\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "ãã®ãã©ãããã©ã¼ã ã§ã¯ã³ã³ã½ã¼ã«ã¯å®è£
ããã¦ãã¾ããã"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "ãã¡ã¤ã³ã®ä¸è¦§ã表示"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "ãã¡ã¤ã³ã®ä¸è¦§ã表示ãã¾ãã"
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "åæ¢ç¶æ
ã®ãã¡ã¤ã³ã®ä¸è¦§ã表示"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "åæ¢ç¶æ
ããã³åä½ä¸ã®ãã¡ã¤ã³ã®ä¸è¦§ã表示"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "åä½ä¸ã®ãã¡ã¤ã³ã®ä¸è¦§è¡¨ç¤ºã«å¤±æãã¾ãã"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "åæ¢ç¶æ
ã®ãã¡ã¤ã³ã®ä¸è¦§è¡¨ç¤ºã«å¤±æãã¾ãã"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "åå"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "ç¶æ
"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "ç¶æ
ãªã"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "ãã¡ã¤ã³ã®ç¶æ
"
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr "ãã¡ã¤ã³ã®ç¶æ
ãè¿ãã¾ãã"
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "ãã¡ã¤ã³ã®ããã¤ã¹ãããã¯ã®ç¶æ
ãåå¾ãã¾ãã"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "å®è¡ä¸ã®ãã¡ã¤ã³ã®ããã¤ã¹ãããã¯ã®ç¶æ
ãåå¾ãã¾ãã"
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "ãããã¯ããã¤ã¹"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "ãããã¯ã®ç¶æ
%s %s ã®åå¾ã«å¤±æãã¾ãã"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "ãã¡ã¤ã³ã®ãããã¯ã¼ã¯ã¤ã³ã¿ã¼ãã§ã¼ã¹ã®ç¶æ
ãåå¾ãã¾ãã"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "å®è¡ä¸ã®ãã¡ã¤ã³ã®ãããã¯ã¼ã¯ã¤ã³ã¿ã¼ãã§ã¼ã¹ã®ç¶æ
ãåå¾ãã¾ãã"
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "ã¤ã³ã¿ã¼ãã§ã¼ã¹è£
ç½®"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "ã¤ã³ã¿ã¼ãã§ã¼ã¹æ
å ± %s %s ã®åå¾ã«å¤±æãã¾ãã"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "ãã¡ã¤ã³ã®ä¸æåæ¢"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "å®è¡ä¸ã®ãã¡ã¤ã³ãä¸æåæ¢ç¶æ
ã«ãã¾ãã"
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "ãã¡ã¤ã³ %s ã¯ä¸æåæ¢ããã¾ãã\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "ãã¡ã¤ã³ %s ã®ä¸æåæ¢ã«å¤±æãã¾ãã"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "XML ãã¡ã¤ã«ãããã¡ã¤ã³ã®ä½æ"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "ãã¡ã¤ã³ã使ãã¾ãã"
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "XML ãã¡ã¤ã³è¨è¿°ã®ãã¡ã¤ã«"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "ãã¡ã¤ã³ %s ã %s ãã使ããã¾ãã\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "%s ããã®ãã¡ã¤ã³ä½æã«å¤±æãã¾ãã"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "XML ãã¡ã¤ã«ãããã¡ã¤ã³ãç»é²(ãã ãèµ·åããªã)"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "ãã¡ã¤ã³ãç»é²ãã¾ãã"
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "ãã¡ã¤ã³ %s ã %s ããå®ç¾©ããã¾ãã\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "%s ããã®ãã¡ã¤ã³å®ç¾©ã«å¤±æãã¾ãã"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "åæ¢ç¶æ
ã®ãã¡ã¤ã³ã®åé¤"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "ç»é²ããã¦ããåæ¢ç¶æ
ã®ãã¡ã¤ã³ãåé¤ãã¾ãã"
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "ãã¡ã¤ã³åã¾ã㯠uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "ãã¡ã¤ã³ %s ã®å®ç¾©ã¯åé¤ããã¦ãã¾ã\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "ãã¡ã¤ã³ %s ã®å®ç¾©ã®åé¤ã«å¤±æãã¾ãã"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "(以åã«å®ç¾©ãã)åæ¢ç¶æ
ã®ãã¡ã¤ã³ã®èµ·å"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "ãã¡ã¤ã³ãèµ·åãã¾ãã"
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "åæ¢ç¶æ
ã®ãã¡ã¤ã³å"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "ãã¡ã¤ã³ã¯ãã§ã«ã¢ã¯ãã£ãã«ãªã£ã¦ãã¾ã"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "ãã¡ã¤ã³ %s ãèµ·åããã¾ãã\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "ãã¡ã¤ã³ %s ã®èµ·åã«å¤±æãã¾ãã"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "ãã¡ã¤ã³ã®ç¶æ
ããã¡ã¤ã«ã«ä¿å"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "å®è¡ä¸ã®ãã¡ã¤ã³ã®ç¶æ
ããã¡ã¤ã«ã«ä¿åãã¾ãã"
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "ãã¼ã¿ã®ä¿åå ´æ"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "ãã¡ã¤ã³ %s 㯠%s ã«ä¿åããã¾ãã\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "ãã¡ã¤ã³ %s ã® %s ã¸ã®ä¿åã«å¤±æãã¾ãã"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "ã¹ã±ã¸ã¥ã¼ã©ã¼ãã©ã¡ã¼ã¿ã¼ãè¦ã/è¨å®ãã"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "ã¹ã±ã¸ã¥ã¼ã©ã¼ãã©ã¡ã¼ã¿ã¼ãè¦ã/è¨å®ããã"
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "å¤ãå²ãå½ã¦"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "XEN_CREDIT ã¸ã®éã¿ä»ã"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "XEN_CREDIT ã¸ã®ä¸éå¤"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "ä¸é©å㪠weight ã®å¤"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "ä¸é©å㪠cap ã®å¤"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "ä¸é©å㪠cap ã®å¤"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "ã¹ã±ã¸ã¥ã¼ã©ã¼"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "䏿"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "ãã¡ã¤ã«ã«ä¿åãã¦ããç¶æ
ãããã¡ã¤ã³ã復å
"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "ãã¡ã¤ã³ã復å
ãã¾ãã"
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "復å
ããç¶æ
"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "ãã¡ã¤ã³ã¯ %s ãã復å
ããã¾ãã\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "ãã¡ã¤ã³ã® %s ããã®å¾©å
ã«å¤±æãã¾ãã"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "è§£æã®ããã«ãã¡ã¤ã³ã®ã³ã¢ããã¡ã¤ã«ã«ãã³ããã¾ã"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "ãã¡ã¤ã³ã®ã³ã¢ãã³ãã"
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "ã³ã¢ããã³ãããå ´æ"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "ãã¡ã¤ã³ %s 㯠%s ã«ãã³ã\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "ãã¡ã¤ã³ %s ã® %s ã¸ã®ãã³ãã¯å¤±æãã¾ãã"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "ãã¡ã¤ã³ã®åé"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "ä¸æåæ¢ç¶æ
ã®ãã¡ã¤ã³ãåéãã¾ãã"
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "ãã¡ã¤ã³ %s ãåéããã¾ãã\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "ãã¡ã¤ã³ %s ã®åéã«å¤±æãã¾ãã"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "ãã¡ã¤ã³ãç©ããã«åæ¢"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "æå®ãããã¡ã¤ã³ã§ shutdown ãå®è¡ãã¾ãã"
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "ãã¡ã¤ã³ %s ãã·ã£ãããã¦ã³ãã¦ãã¾ã\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "ãã¡ã¤ã³ %s ã®ã·ã£ãããã¦ã³ã«å¤±æãã¾ãã"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "ãã¡ã¤ã³ã®åèµ·å"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "æå®ãããã¡ã¤ã³ã§ reboot ã³ãã³ããå®è¡ãã¾ãã"
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "ãã¡ã¤ã³ %s ãåèµ·åãã¦ãã¾ã\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "ãã¡ã¤ã³ %s ã®åèµ·åã«å¤±æãã¾ãã"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "ãã¡ã¤ã³ã®å¼·å¶åæ¢"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "ãã¡ã¤ã³ãå¼·å¶åæ¢ãã¾ãã"
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "ãã¡ã¤ã³ %s ã¯å¼·å¶åæ¢ããã¾ãã\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "ãã¡ã¤ã³ %s ã®å¼·å¶åæ¢ã«å¤±æãã¾ãã"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "ãã¡ã¤ã³ã®æ
å ±"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "ãã¡ã¤ã³ã®åºæ¬æ
å ±ã表示ãã¾ãã"
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "åå:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS ã¿ã¤ã:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "ç¶æ
:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU:"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU æé:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "æå¤§ã¡ã¢ãªã¼:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "å¶éãªã"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "使ç¨ã¡ã¢ãªã¼:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
msgid "Autostart:"
msgstr "èªåèµ·å:"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr "æå¹ã«ãã"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr "ç¡å¹ã«ãã"
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "NUMA 空ãã¡ã¢ãªã¼:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "NUMA ã»ã«ç¨ã®å©ç¨å¯è½ãªç©ºãã¡ã¢ãªã¼ã表示ãã¾ãã"
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "NUMA ã»ã«çªå·:"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "åè¨"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "ãã¡ã¤ã³ã® vcpu æ
å ±"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "ãã¡ã¤ã³ã®ä»®æ³ CPU ã®åºæ¬æ
å ±ã表示ãã¾ãã"
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU ã¢ãã£ããã£ã¼:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "ãã¡ã¤ã³ã¯åæ¢ãã¦ãããä»®æ³ CPU ã¯ããã¾ããã"
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "ä»®æ³ CPU ã¢ãã£ããã£ã¼ã®è¨å®"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "ãã¡ã¤ã³ã®ä»®æ³ CPU ããã¹ãã®ç©ç CPU ã«å²ãå½ã¦ã¾ãã"
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "ä»®æ³ CPU çªå·"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "ãã¹ãã® CPU çªå·(ã³ã³ãã§åºåã)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr "vcpupin: ç¡å¹ãåã¯æ¬ å¦ãã vCPU æ°å¤"
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr "vcpupin: cpulist ã®æ¬ å¦"
-#: src/virsh.c:1765
+#: src/virsh.c:1814
msgid "vcpupin: failed to get domain informations."
msgstr "vcpupin: ãã¡ã¤ã³æ
å ±ã®åå¾ã«å¤±æãã¾ãã"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin: ç¡å¹ãª vCPU æ°å¤"
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: ä¸å½ãªå½¢å¼ãæååã空ã"
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr "cpulist: %s: ä¸å½ãªå½¢å¼ã%d ('%c' ã®è¿ã) ã«æ°åãæå¾
ã"
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr "cpulist: %s: ä¸å½ãªå½¢å¼ã%d ('%c' ã®è¿ã) ã«æ°åããã³ã³ããæå¾
ã"
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: ä¸å½ãªå½¢å¼ã%d ã«ã³ã³ããç¶ãã¦ããã"
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "ç©ç CPU '%d' ã¯åå¨ãã¦ãã¾ãã"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "ä»®æ³ CPU æ°ã®å¤æ´"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "ã²ã¹ããã¡ã¤ã³ã®ä»®æ³ CPU æ°ã夿´ãã¾ãã"
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "ä»®æ³ CPU æ°"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "ä»®æ³ CPU æ°ãä¸å½"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "ä»®æ³ CPU ãå¤ããã¾ãã"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "ã¡ã¢ãªã¼ãµã¤ãºã®å¤æ´"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "ã²ã¹ããã¡ã¤ã³ã®ç¾å¨ã®ã¡ã¢ãªã¼ãµã¤ãºã夿´ãã¾ãã"
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "ãããã¤ãåä½ã§ã®ã¡ã¢ãªã¼ãµã¤ãº"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "%d ã¯ã¡ã¢ãªã¼ãµã¤ãºã¨ãã¦ã¯ä¸é©åãªå¤"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "æå¤§ã¡ã¢ãªã¼ãµã¤ãºã確èªã§ãã¾ãã"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "æå¤§ã¡ã¢ãªã¼ä¸éã®å¤æ´"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "ã²ã¹ããã¡ã¤ã³ã®æå¤§ã¡ã¢ãªã¼ä¸éã夿´ãã¾ãã"
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "ãããã¤ãåä½ã§ã®æå¤§ã¡ã¢ãªã¼ä¸é"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "ç¾å¨ã®ã¡ã¢ãªã¼ãµã¤ãºã確èªã§ãã¾ãã"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "ç¾å¨ã®ã¡ã¢ãªã¼ãµã¤ãºã縮å°ã§ãã¾ãã"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "æå¤§ã¡ã¢ãªã¼ãµã¤ãºã夿´ã§ãã¾ãã"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "ãã¼ãæ
å ±"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "ãã¼ãã®åºæ¬æ
å ±ã表示ãã¾ãã"
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "ãã¼ãæ
å ±ã®åå¾ã«å¤±æãã¾ãã"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU ã¢ãã«:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU 卿³¢æ°:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU ã½ã±ãã:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "ã½ã±ãããããã®ã³ã¢æ°:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "ã³ã¢ãããã®ã¹ã¬ããæ°:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA ã»ã«:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "ã¡ã¢ãªã¼ãµã¤ãº:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "è½åæ
å ±"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "ãã¤ãã¼ãã¤ã¶ã¼/ãã©ã¤ãã¼ã®è½åæ
å ±ã表示ãã¾ãã"
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "è½åæ
å ±ãå¾ãã®ã«å¤±æãã¾ãã"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "XML å½¢å¼ã®ãã¡ã¤ã³æ
å ±"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "ãã¡ã¤ã³ã®æ
å ±ã XML ãã³ãå½¢å¼ã§ stdout ã«åºåãã¾ãã"
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "åæ¢ç¶æ
ã®ãã¡ã¤ã³ã¯ããã¾ãã"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "ãã¡ã¤ã³ id ã¾ã㯠UUID ããã¡ã¤ã³åã«å¤æ"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "ãã¡ã¤ã³ id ã¾ã㯠uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "ãã¡ã¤ã³åã¾ã㯠UUID ããã¡ã¤ã³ id ã«å¤æ"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "ãã¡ã¤ã³åã¾ã㯠id ããã¡ã¤ã³ UUID ã«å¤æ"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "ãã¡ã¤ã³åã¾ã㯠id"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "ãã¡ã¤ã³ UUID ã®åå¾ã«å¤±æãã¾ãã"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "ä»ã®ãã¹ãã«ãã¡ã¤ã³ãç§»åããã"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr "ãã¡ã¤ã³ãä»ã®ãã¹ãã«ç§»åããããæ´»æ§ç§»åã§ã¯ --live ãä»å ããã"
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "æ´»æ§ç§»å"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "å®å
ãã¹ãã®æ¥ç¶ URI"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "ç§»å URIãé常ã¯çç¥å¯"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "ç§»å: desturi ãããã¾ãã"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "ãããã¯ã¼ã¯ã®èªåèµ·å"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "ãã¼ãæã«ãããã¯ã¼ã¯ãèªåã§ä½æããèµ·åããããã«è¨å®ãã¾ãã"
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "ãããã¯ã¼ã¯åã¾ã㯠uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "ãããã¯ã¼ã¯ %s ãèªåèµ·åã«è¨å®ããã®ã«å¤±æãã¾ãã"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "ãããã¯ã¼ã¯ %s ã®èªåèµ·åè¨å®ã®è§£é¤ã«å¤±æãã¾ãã"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "ãããã¯ã¼ã¯ %s ãèªåèµ·åã«è¨å®ããã¾ãã\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "ãããã¯ã¼ã¯ %s ã®èªåèµ·åè¨å®ãè§£é¤ããã¾ãã\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "XML ãã¡ã¤ã«ãããããã¯ã¼ã¯ã®ä½æ"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "ãããã¯ã¼ã¯ã使ãã¾ãã"
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "XML å½¢å¼ã§ãããã¯ã¼ã¯ã®æ§æãè¨è¿°ãããã¡ã¤ã«"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "ãããã¯ã¼ã¯ %s ã %s ãã使ããã¾ãã\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "%s ããã®ãããã¯ã¼ã¯ä½æã«å¤±æãã¾ãã"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "XML ãã¡ã¤ã«ãããããã¯ã¼ã¯ãç»é²(èµ·åã¯ããªã)"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "ãããã¯ã¼ã¯ãç»é²ãã¾ãã"
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "ãããã¯ã¼ã¯ %s ã %s ããå®ç¾©ããã¾ãã\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "%s ããã®ãããã¯ã¼ã¯å®ç¾©ã«å¤±æãã¾ãã"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "ãããã¯ã¼ã¯ã®åæ¢"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "ãããã¯ã¼ã¯ã忢ãã¾ãã"
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "ãããã¯ã¼ã¯åãid ã¾ã㯠uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "ãããã¯ã¼ã¯ %s ã¯åæ¢ããã¾ãã\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "ãããã¯ã¼ã¯ %s ã®åæ¢ã«å¤±æãã¾ãã"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "ãããã¯ã¼ã¯ã®æ
å ±ã XML å½¢å¼ã§è¡¨ç¤º"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "ãããã¯ã¼ã¯ã®æ§ææ
å ±ã XML å½¢å¼ã§è¡¨ç¤ºãã¾ãã"
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "ãããã¯ã¼ã¯ã®ä¸è¦§ã表示"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "ãããã¯ã¼ã¯ã®ä¸è¦§ã表示ãã¾ãã"
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "åæ¢ç¶æ
ã®ãããã¯ã¼ã¯ã®ä¸è¦§ã表示"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "åæ¢ç¶æ
ããã³åä½ä¸ã®ãããã¯ã¼ã¯ã®ä¸è¦§ã表示"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "åä½ä¸ã®ãããã¯ã¼ã¯ã®ä¸è¦§è¡¨ç¤ºã«å¤±æãã¾ãã"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "åæ¢ç¶æ
ã®ãããã¯ã¼ã¯ã®ä¸è¦§è¡¨ç¤ºã«å¤±æãã¾ãã"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "èªåèµ·å"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "èªåèµ·åãªã"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "åä½ä¸"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "åæ¢ç¶æ
"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "ãããã¯ã¼ã¯ UUID ããããã¯ã¼ã¯åã«å¤æ"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "ãããã¯ã¼ã¯ uuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "(äºåã«ç»é²ãã)åæ¢ç¶æ
ã®ãããã¯ã¼ã¯ã®èµ·å"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "ãããã¯ã¼ã¯ãèµ·åãã¾ãã"
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "åæ¢ç¶æ
ã®ãããã¯ã¼ã¯å"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "ãããã¯ã¼ã¯ %s ãèµ·åããã¾ãã\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "ãããã¯ã¼ã¯ %s ã®èµ·åã«å¤±æãã¾ãã"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "åæ¢ç¶æ
ã®ãããã¯ã¼ã¯ã®ç»é²åé¤"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "ç»é²ããã¦ããåæ¢ç¶æ
ã®ãããã¯ã¼ã¯ãåé¤ãã¾ãã"
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "ãããã¯ã¼ã¯ %s ã®å®ç¾©ã¯åé¤ããã¦ãã¾ã\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "ãããã¯ã¼ã¯ %s ã®å®ç¾©ã®åé¤ã«å¤±æãã¾ãã"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "ãããã¯ã¼ã¯åããããã¯ã¼ã¯ UUID ã«å¤æ"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "ãããã¯ã¼ã¯å"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "ãããã¯ã¼ã¯ UUID ã®åå¾ã«å¤±æãã¾ãã"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
msgid "autostart a pool"
msgstr "ãã¼ã«ã®èªåèµ·å"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr "èµ·åæã«ãã¼ã«ãèªåã§èµ·åããããã«è¨å®ãã¾ãã"
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr "ãã¼ã«åã¾ã㯠uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "ãã¼ã« %s ãèªåèµ·åã¨ãã¦ãã¼ã¯ããã®ã«å¤±æãã¾ãã"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "ãã¼ã« %s ã®èªåèµ·åãã¼ã¯ã®è§£é¤ã«å¤±æãã¾ãã"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "ãã¼ã« %s ãèªåèµ·åã¨ãã¦ãã¼ã¯ããã¾ãã\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "ãã¼ã« %s ã®èªåèµ·åãã¼ã¯ãè§£é¤ããã¾ãã\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr "XML ãã¡ã¤ã«ãããã¼ã«ã®ä½æ"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr "ãã¼ã«ã使ãã¾ãã"
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr "XML ãã¼ã«è¨è¿°ãå«ããã¡ã¤ã«"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, c-format
msgid "Pool %s created from %s\n"
msgstr "ãã¼ã« %s ã %s ãã使ããã¾ãã\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr "%s ããã®ãã¼ã«ä½æã«å¤±æãã¾ãã"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr "ãã¼ã«ã®åå"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr "ãã¼ã«ã®ã¿ã¤ã"
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr "èå¾ã«ããã¹ãã¬ã¼ã¸ç¨ã®ã½ã¼ã¹ãã¹ã"
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr "èå¾ã«ããã¹ãã¬ã¼ã¸ç¨ã®ã½ã¼ã¹ãã¹"
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr "èå¾ã«ããã¹ãã¬ã¼ã¸ç¨ã®ã½ã¼ã¹ããã¤ã¹"
-#: src/virsh.c:2881
+#: src/virsh.c:2931
#, fuzzy
msgid "source name for underlying storage"
msgstr "èå¾ã«ããã¹ãã¬ã¼ã¸ç¨ã®ã½ã¼ã¹ãã¹"
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr "èå¾ã«ããã¹ãã¬ã¼ã¸ç¨ã®ã¿ã¼ã²ãã"
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
msgid "Failed to allocate XML buffer"
msgstr "XML ãããã¡ã®å²ãå½ã¦ã«å¤±æãã¾ãã"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr "弿°ã®ã»ãããããã¼ã«ã®ä½æ"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr "ãã¼ã« %s ã使ããã¾ãã\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr "ãã¼ã« %s ã®ä½æã«å¤±æãã¾ãã"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr "XML ãã¡ã¤ã«ãããã¼ã«ãå®ç¾© (ãã ãèµ·åããªã)"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr "ãã¼ã«ãå®ç¾©ãã¾ãã"
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "ãã¼ã« %s ã %s ããå®ç¾©ããã¾ãã\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr "%s ããã®ãã¼ã«å®ç¾©ã«å¤±æãã¾ãã"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr "弿°ã®ã»ãããããã¼ã«ãå®ç¾©"
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr "ãã¼ã« %s ãå®ç¾©ããã¾ãã\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr "ãã¼ã« %s ã®å®ç¾©ã«å¤±æãã¾ãã"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr "ãã¼ã«ãæ§ç¯"
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr "ä»»æã®ãã¼ã«ãæ§ç¯"
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "ãã¼ã« %s ãæ§ç¯ããã¾ãã\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, c-format
msgid "Failed to build pool %s"
msgstr "ãã¼ã« %s ã®æ§ç¯ã«å¤±æãã¾ãã"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr "ãã¼ã«ãç ´å£"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr "ä»»æã®ãã¼ã«ãç ´å£"
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr "ãã¼ã« %s ã¯ç ´å£ããã¾ãã\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, c-format
msgid "Failed to destroy pool %s"
msgstr "ãã¼ã« %s ã®ç ´å£ã«å¤±æãã¾ãã"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr "ãã¼ã«ã®åé¤"
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr "ä»»æã®ãã¼ã«ãåé¤"
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr "ãã¼ã« %s ã¯åé¤ããã¾ãã\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, c-format
msgid "Failed to delete pool %s"
msgstr "ãã¼ã« %s ã®åé¤ã«å¤±æãã¾ãã"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr "ãã¼ã«ããªãã¬ãã·ã¥"
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr "ä»»æã®ãã¼ã«ããªãã¬ãã·ã¥"
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr "ãã¼ã« %s ããªãã¬ãã·ã¥ããã¾ãã\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr "ãã¼ã« %s ã®ãªãã¬ãã·ã¥ã«å¤±æãã¾ãã"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr "XML å½¢å¼ã®ãã¼ã«æ
å ±"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr "ãã¼ã«æ
å ±ã XML ãã³ãå½¢å¼ã§ stdout ã«åºåãã¾ãã"
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr "ãã¼ã«ã®ä¸è¦§ã表示"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
msgid "Returns list of pools."
msgstr "ãã¼ã«ã®ä¸è¦§ãè¿ãã¾ãã"
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr "åæ¢ç¶æ
ã®ãã¼ã«ä¸è¦§ã表示"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
msgid "list inactive & active pools"
msgstr "忢ä¸ããã³åä½ä¸ã®ãã¼ã«ã®ä¸è¦§ã表示"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
msgid "Failed to list active pools"
msgstr "åä½ä¸ã®ãã¼ã«ã®ä¸è¦§è¡¨ç¤ºã«å¤±æãã¾ãã"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
msgid "Failed to list inactive pools"
msgstr "åæ¢ç¶æ
ã®ãã¼ã«ã®ä¸è¦§è¡¨ç¤ºã«å¤±æãã¾ãã"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "%s ã«ç¡å¹ãªã¹ãã¬ã¼ã¸ãã¼ã«ãã¤ã³ã¿ã¼ãããã¾ã"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "åçããã¹ãã¬ã¼ã¸ãã¼ã«ãå¤ããã¾ã"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "ã¡ã¢ãªã¼ä¸è¶³"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "ãã¼ã« %s ã®å®ç¾©ã«å¤±æãã¾ãã"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "åçããã¹ãã¬ã¼ã¸ãã¼ã«ãå¤ããã¾ã"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
msgid "storage pool information"
msgstr "ã¹ãã¬ã¼ã¸ãã¼ã«æ
å ±"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr "ã¹ãã¬ã¼ã¸ãã¼ã«ã®åºæ¬æ
å ±ãè¿ãã¾ãã"
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr "æ§ç¯ä¸"
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "å®è¡ä¸"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr "åè§£æ¸ã¿"
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr "容é:"
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr "å²ãå½ã¦:"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr "å©ç¨å¯è½:"
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr "ãã¼ã« UUID ããã¼ã«åã«å¤æ"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr "ãã¼ã« uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr "(以åã«å®ç¾©ãã)åæ¢ç¶æ
ã®ãã¼ã«ã®èµ·å"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr "ãã¼ã«ãèµ·åãã¾ãã"
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr "åæ¢ç¶æ
ã®ãã¼ã«å"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr "ãã¼ã« %s ãèµ·åããã¾ãã\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, c-format
msgid "Failed to start pool %s"
msgstr "ãã¼ã« %s ã®èµ·åã«å¤±æãã¾ãã"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr "弿°ã®ã»ããããããªã¥ã¼ã ã®ä½æ"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr "ããªã¥ã¼ã ã使ãã¾ãã"
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr "ãã¼ã«å"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr "ããªã¥ã¼ã ã®åå"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr "ãªãã·ã§ã³ã® k,M,G,T æ¥å°¾è¾ãæã¤ããªã¥ã¼ã ã®ãµã¤ãº"
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr "ãªãã·ã§ã³ã® k,M,G,T æ¥å°¾è¾ãæã¤åæå²ãå½ã¦ã®ãµã¤ãº"
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr "ãã¡ã¤ã«å½¢å¼ã¿ã¤ã raw,bochs,qcow,qcow2,vmdk"
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr "ç°å¸¸å½¢æãµã¤ãº %s"
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr "ããªã¥ã¼ã %s ã 使ããã¾ãã\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, c-format
msgid "Failed to create vol %s"
msgstr "ããªã¥ã¼ã %s ã®ä½æã«å¤±æãã¾ãã"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
msgid "undefine an inactive pool"
msgstr "åæ¢ç¶æ
ãã¼ã«ã®å®ç¾©è§£é¤"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
msgid "Undefine the configuration for an inactive pool."
msgstr "åæ¢ç¶æ
ãã¼ã«ã®è¨å®ãå®ç¾©è§£é¤ãã¾ãã"
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr "ãã¼ã« %s ã®å®ç¾©ã¯è§£é¤ããã¦ãã¾ã\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, c-format
msgid "Failed to undefine pool %s"
msgstr "ãã¼ã« %s ã®å®ç¾©è§£é¤ã«å¤±æãã¾ãã"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
msgid "convert a pool name to pool UUID"
msgstr "ãã¼ã«åããã¼ã« UUID ã«å¤æ"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
msgid "failed to get pool UUID"
msgstr "ãã¼ã« UUID ã®åå¾ã«å¤±æãã¾ãã"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
msgid "create a vol from an XML file"
msgstr "XML ãã¡ã¤ã«ããããªã¥ã¼ã ã®ä½æ"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
msgid "file containing an XML vol description"
msgstr "XML ããªã¥ã¼ã è¨è¿°ãå«ããã¡ã¤ã«"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, c-format
msgid "Vol %s created from %s\n"
msgstr "ããªã¥ã¼ã %s ã %s ãã使ããã¾ãã\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, c-format
msgid "Failed to create vol from %s"
msgstr "%s ããã®ããªã¥ã¼ã 使ã«å¤±æãã¾ãã"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr "ããªã¥ã¼ã ãåé¤"
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr "ä»»æã®ããªã¥ã¼ã ãåé¤"
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr "ããªã¥ã¼ã åããã¼ãåã¯ãã¹"
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr "ããªã¥ã¼ã %s ã¯åé¤ããã¾ãã\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, c-format
msgid "Failed to delete vol %s"
msgstr "ããªã¥ã¼ã %s ã®åé¤ã«å¤±æãã¾ãã"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
msgid "storage vol information"
msgstr "ã¹ãã¬ã¼ã¸ããªã¥ã¼ã æ
å ±"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr "ã¹ãã¬ã¼ã¸ããªã¥ã¼ã ã®åºæ¬æ
å ±ãè¿ãã¾ãã"
-#: src/virsh.c:4004
+#: src/virsh.c:4064
msgid "Type:"
msgstr "ã¿ã¤ã:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr "ãã¡ã¤ã«"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr "ãããã¯"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
msgid "vol information in XML"
msgstr "XML å½¢å¼ã®ããªã¥ã¼ã æ
å ±"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
msgid "Output the vol information as an XML dump to stdout."
msgstr "ããªã¥ã¼ã ã®æ
å ±ã XML ãã³ãå½¢å¼ã§ stdout ã«åºåãã¾ãã"
-#: src/virsh.c:4067
+#: src/virsh.c:4127
msgid "list vols"
msgstr "ããªã¥ã¼ã ã®ä¸è¦§ã表示"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
msgid "Returns list of vols by pool."
msgstr "ãã¼ã«å¥ã«ããªã¥ã¼ã ã®ä¸è¦§ã表示ãã¾ãã"
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
msgid "Failed to list active vols"
msgstr "åä½ä¸ã®ããªã¥ã¼ã ã®ä¸è¦§è¡¨ç¤ºã«å¤±æãã¾ãã"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr "ãã¹"
-#: src/virsh.c:4145
+#: src/virsh.c:4205
msgid "convert a vol UUID to vol name"
msgstr "ããªã¥ã¼ã UUID ãããªã¥ã¼ã åã«å¤æ"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr "ããªã¥ã¼ã ãã¼ãåã¯ãã¹"
-#: src/virsh.c:4178
+#: src/virsh.c:4238
msgid "convert a vol UUID to vol key"
msgstr "ããªã¥ã¼ã UUID ãããªã¥ã¼ã ãã¼ã«å¤æ"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
msgid "vol uuid"
msgstr "ããªã¥ã¼ã uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
msgid "convert a vol UUID to vol path"
msgstr "ããªã¥ã¼ã UUID ãããªã¥ã¼ã ãã¹ã«å¤æ"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr "ããªã¥ã¼ã åãåã¯ãã¼"
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "ãã¼ã¸ã§ã³ã®è¡¨ç¤º"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "ã·ã¹ãã ã®ãã¼ã¸ã§ã³æ
å ±ã表示ãã¾ãã"
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "ãã¤ãã¼ãã¤ã¶ã¼ã¿ã¤ãã®åå¾ã«å¤±æãã¾ãã"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "ã³ã³ãã¤ã«æã«ä½¿ç¨ããã©ã¤ãã©ãª: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "ã©ã¤ãã©ãªã®ãã¼ã¸ã§ã³ã®åå¾ã«å¤±æãã¾ãã"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "使ç¨ä¸ã®ã©ã¤ãã©ãª: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "使ç¨ä¸ã® API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "ãã¤ãã¼ãã¤ã¶ã¼ã®ãã¼ã¸ã§ã³ã®åå¾ã«å¤±æãã¾ãã"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "å®è¡ä¸ã® %s ãã¤ãã¼ãã¤ã¶ã¼ã®ãã¼ã¸ã§ã³ãæ½åºã§ãã¾ãã\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "å®è¡ä¸ã®ãã¤ãã¼ãã¤ã¶ã¼: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "NUMA ã¯ãã®ãã¹ãä¸ã§ã¯ãµãã¼ããããã¾ãã"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "è½åæ
å ±"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "ãã¤ãã¼ãã¤ã¶ã¼ã¸ã®æ¥ç¶ã«å¤±æãã¾ãã"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "åæ¢ç¶æ
ã®ãã¡ã¤ã³ã®ä¸è¦§è¡¨ç¤ºã«å¤±æãã¾ãã"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "ããªã¥ã¼ã ã®æ
å ±ã XML ãã³ãå½¢å¼ã§ stdout ã«åºåãã¾ãã"
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "ããã¤ã¹"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "æ°ãããã£ã¹ã¯è£
ç½®ã®æ¥ç¶ã"
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "ãã¡ã¤ã³ %s ã¯å¼·å¶åæ¢ããã¾ãã\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "%s ããããã¤ã¹ã®åé¤ã«å¤±æãã¾ãã"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "æ°ãããã£ã¹ã¯è£
ç½®ã®æ¥ç¶ã"
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "%s ããããã¤ã¹ã®è¿½å ã«å¤±æãã¾ãã"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "ãã£ã¹ã¯è£
ç½®ã®ã¿ã¼ã²ãã"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "å®è¡ä¸ã®ãã¡ã¤ã³ã®ããã¤ã¹ãããã¯ã®ç¶æ
ãåå¾ãã¾ãã"
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "ãã¡ã¤ã³ %s ãåéããã¾ãã\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "ãã°ãã¡ã¤ã« %s ã®ä½æã«å¤±æ: %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "ãã¤ãã¼ãã¤ã¶ã¼ã®ãã¹ãåã表示ãã¾ã"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "ãã¹ãåã®åå¾ã«å¤±æãã¾ãã"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "ãã¤ãã¼ãã¤ã¶ã¼ã®æ¨æºç㪠URI ã表示ãã¾ã"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "URI ã®åå¾ã«å¤±æãã¾ãã"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc 表示"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "VNC 表示ã®ããã® IP ã¢ãã¬ã¹ã¨ãã¼ãçªå·ãåºåãã¾ãã"
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty ã³ã³ã½ã¼ã«"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "TTY ã³ã³ã½ã¼ã«ã®ããã®è£
ç½®ãåºåãã¾ãã"
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "XML ãã¡ã¤ã«ããããã¤ã¹ã追å "
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "XML <ãã¡ã¤ã«>ããããã¤ã¹ã追å "
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML ãã¡ã¤ã«"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr "attach-device: <file> ãªãã·ã§ã³ãããã¾ãã"
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "%s ããããã¤ã¹ã®è¿½å ã«å¤±æãã¾ãã"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "XML ãã¡ã¤ã«ããããã¤ã¹ãåé¤"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "XML <ãã¡ã¤ã«>ããããã¤ã¹ãåé¤"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr "detach-device: <file> ãªãã·ã§ã³ãããã¾ãã"
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "%s ããããã¤ã¹ã®åé¤ã«å¤±æãã¾ãã"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "ãããã¯ã¼ã¯ã¤ã³ã¿ã¼ãã§ã¼ã¹ãæ¥ç¶ãã¾ã"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "æ°ãããããã¯ã¼ã¯ã¤ã³ã¿ã¼ãã§ã¼ã¹ãæ¥ç¶ãã¾ãã"
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "ãããã¯ã¼ã¯ã¤ã³ã¿ã¼ãã§ã¼ã¹ã¿ã¤ã"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "ãããã¯ã¼ã¯ã¤ã³ã¿ã¼ãã§ã¼ã¹ã®ã½ã¼ã¹"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "ã¿ã¼ã²ãããããã¯ã¼ã¯å"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
msgid "MAC address"
msgstr "MAC ã¢ãã¬ã¹"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "ãããã¯ã¼ã¯ã¤ã³ã¿ã¼ãã§ã¼ã¹ãæ¥ç¶ããã®ã«ä½¿ãããã¹ã¯ãªãã"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "'attach-interface' ã³ãã³ãã§ã¯ %s ããµãã¼ããã¦ãã¾ãã"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "ãããã¯ã¼ã¯ã¤ã³ã¿ã¼ãã§ã¼ã¹ã®åé¤"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "ãããã¯ã¼ã¯ã¤ã³ã¿ã¼ãã§ã¼ã¹ã®åé¤ã"
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "ã¤ã³ã¿ã¼ãã§ã¼ã¹æ
å ±ã®åå¾ã«å¤±æãã¾ãã"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "%s ã¨ããã¿ã¤ãã®ã¤ã³ã¿ã¼ãã§ã¼ã¹ã¯è¦ã¤ããã¾ããã§ãã"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "%s ã¨ãã MAC ã¢ãã¬ã¹ã®ã¤ã³ã¿ã¼ãã§ã¼ã¹ã¯è¦ã¤ããã¾ããã§ãã"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "ã¡ã¢ãªã¼ã®å²ãå½ã¦ã«å¤±æãã¾ãã"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "XML ã®ä½æã«å¤±æãã¾ãã"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "ãã£ã¹ã¯è£
ç½®ã®æ¥ç¶"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "æ°ãããã£ã¹ã¯è£
ç½®ã®æ¥ç¶ã"
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "ãã£ã¹ã¯è£
ç½®ã®ã½ã¼ã¹"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "ãã£ã¹ã¯è£
ç½®ã®ã¿ã¼ã²ãã"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "ãã£ã¹ã¯è£
ç½®ã®ãã©ã¤ãã¼"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "ãã£ã¹ã¯è£
ç½®ã®ãµããã©ã¤ãã¼"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "ã¿ã¼ã²ããè£
ç½®ã¿ã¤ã"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "è£
ç½®ã®èªã¿æ¸ãã¢ã¼ã"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "'attach-disk' ã³ãã³ãã§ã¯ %s ããµãã¼ããã¦ãã¾ãã"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "ãã£ã¹ã¯è£
ç½®ã®åé¤"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "ãã£ã¹ã¯è£
ç½®ã®åé¤ã"
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "ãã£ã¹ã¯æ
å ±ã®åå¾ã«å¤±æãã¾ãã"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "ã¿ã¼ã²ããã %s ã§ãããã£ã¹ã¯ã¯è¦ã¤ããã¾ããã§ãã"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "init æååç¨ã® calloc ã¡ã¢ãªã¼å²ãå½ã¦ã«å¤±æ: %s"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "%s: ãã°ãã¡ã¤ã«ã®æ¸ãè¾¼ã¿ã«å¤±æãã¾ãã: %s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "%s: ãã°ãã¡ã¤ã«ã®æ¸ãè¾¼ã¿ã«å¤±æãã¾ãã: %s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "%s: ãã°ãã¡ã¤ã«ã®æ¸ãè¾¼ã¿ã«å¤±æãã¾ãã: %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "忢ä¸ã®ãã¡ã¤ã³ %s ã®ä½æã«å¤±æãã¾ãã\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "lvs ã³ãã³ãã¯å¤±æã§ã"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, fuzzy, c-format
msgid "%s: command exited with non-zero status"
msgstr "lvs ã³ãã³ãã¯çµäºã¹ãã¼ã¿ã¹ %d ã§å¤±æãã¾ãã"
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: ãã°ãã¡ã¤ã«ã®æ¸ãè¾¼ã¿ã«å¤±æãã¾ãã: %s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "ç»é²ããã¦ããåæ¢ç¶æ
ã®ãã¡ã¤ã³ãåé¤ãã¾ãã"
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "ç»é²ããã¦ããåæ¢ç¶æ
ã®ãã¡ã¤ã³ãåé¤ãã¾ãã"
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "è¨å®ãã¡ã¤ã«ã®èªã¿è¾¼ã¿ã«å¤±æãã¾ãã"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "ç»é²ããã¦ããåæ¢ç¶æ
ã®ãããã¯ã¼ã¯ãåé¤ãã¾ãã"
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "ç»é²ããã¦ããåæ¢ç¶æ
ã®ãããã¯ã¼ã¯ãåé¤ãã¾ãã"
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "åæ¢ç¶æ
ãã¼ã«ã®è¨å®ãå®ç¾©è§£é¤ãã¾ãã"
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "åæ¢ç¶æ
ãã¼ã«ã®è¨å®ãå®ç¾©è§£é¤ãã¾ãã"
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "対話å¼ã¿ã¼ããã«ã®çµäº"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "ã³ãã³ã '%s' ã«ã¯ <%s> ãªãã·ã§ã³ãå¿
è¦ã§ã"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "ã³ãã³ã '%s' ã«ã¯ --%s ãªãã·ã§ã³ãå¿
è¦ã§ã"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "ã³ãã³ã '%s' ã¯åå¨ãã¦ãã¾ãã"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " åå\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6424,17 +7007,17 @@ msgstr ""
"\n"
" å½¢å¼\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6442,7 +7025,7 @@ msgstr ""
"\n"
" 詳細\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6450,58 +7033,58 @@ msgstr ""
"\n"
" ãªãã·ã§ã³\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "æªå®ç¾©ã®ãã¡ã¤ã³åã¾ã㯠id ã§ã"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "ãã¡ã¤ã³ '%s' ã®åå¾ã«å¤±æãã¾ãã"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "æªå®ç¾©ã®ãããã¯ã¼ã¯åã§ã"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "ãããã¯ã¼ã¯ '%s' ã®åå¾ã«å¤±æãã¾ãã"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
msgid "undefined pool name"
msgstr "æªå®ç¾©ã®ãã¼ã«åã§ã"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, c-format
msgid "failed to get pool '%s'"
msgstr "ãã¼ã« '%s' ã®åå¾ã«å¤±æãã¾ãã"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
msgid "undefined vol name"
msgstr "æªå®ç¾©ã®ããªã¥ã¼ã åã§ã"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, c-format
msgid "failed to get vol '%s'"
msgstr "ããªã¥ã¼ã '%s' ã®åå¾ã«å¤±æãã¾ãã"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6512,129 +7095,129 @@ msgstr ""
"(æé: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "ä¸è¶³ \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "äºæããªããã¼ã¯ã³(ã³ãã³ãå): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "䏿ãªã³ãã³ã: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "ã³ãã³ã '%s' ã¯ãªãã·ã§ã³ --%s ããµãã¼ããã¦ãã¾ãã"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "äºæãããæ§æ: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "çªå·"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "æåå"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "äºæããªããã¼ã¿ '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "ãªãã·ã§ã³"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "ãã¼ã¿"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
#, fuzzy
msgid "idle"
msgstr "ãã¡ã¤ã«"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "䏿忢ä¸"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "ã·ã£ãããã¦ã³ä¸"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "ã·ã£ãããªã"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "ã¯ã©ãã·ã¥ãã¾ãã"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "ãªãã©ã¤ã³"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "æå¹ãªæ¥ç¶ã§ã¯ããã¾ãã"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: ã¨ã©ã¼: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "ã¨ã©ã¼: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: %d ãã¤ããå²ãå½ã¦ãã®ã«å¤±æãã¾ãã"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: %lu ãã¤ããå²ãå½ã¦ãã®ã«å¤±æãã¾ãã"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "ãã¤ãã¼ãã¤ã¶ã¼ã¸ã®æ¥ç¶ã«å¤±æãã¾ãã"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "ãã°ãã¡ã¤ã«æ
å ±ã®åå¾ã«å¤±æãã¾ãã"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "ãã°ãã¹ããã¡ã¤ã«ã§ã¯ããã¾ãã"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "ãã°ãã¡ã¤ã«ãéãã¾ããããã°ãã¡ã¤ã«ã®ãã¹ã確èªãã¦ãã ãã"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "ãã°ãã¡ã¤ã«ã®æ¸ãè¾¼ã¿ã«å¤±æãã¾ãã"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: ãã°ãã¡ã¤ã«ã®æ¸ãè¾¼ã¿ã«å¤±æãã¾ãã: %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
msgid "failed to disconnect from the hypervisor"
msgstr "ãã¤ããã¤ã¶ã¼ããã®åæã«å¤±æãã¾ãã"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6667,7 +7250,7 @@ msgstr ""
"\n"
" ã³ãã³ã (é対話å¼ã¢ã¼ã):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6677,17 +7260,17 @@ msgstr ""
" (ã³ãã³ãã«é¢ãã詳細ã¯ã help <command> ãæå®ãã¾ã)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "ãµãã¼ãããã¦ããªããªãã·ã§ã³ '-%c' ã§ãã--help ãåç
§ãã¦ãã ããã"
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6696,7 +7279,7 @@ msgstr ""
"%s ã«ãããããä»®æ³å対話å¼ã¿ã¼ããã«ã§ãã\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6706,463 +7289,477 @@ msgstr ""
" 'quit' çµäºãã¾ã\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "䏿ãªã¨ã©ã¼"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "è¦å"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "ã¨ã©ã¼"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "ã¨ã©ã¼ã¡ãã»ã¼ã¸ã¯ããã¾ããã§ãã"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "å
é¨ã¨ã©ã¼ %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "å
é¨ã¨ã©ã¼"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "ã¡ã¢ãªã¼ä¸è¶³"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "ãã®æ©è½ã¯ãã¤ãã¼ãã¤ã¶ã¼ããµãã¼ããã¦ãã¾ãã"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "ãã®æ©è½ã¯ãã¤ãã¼ãã¤ã¶ã¼ããµãã¼ããã¦ãã¾ãã: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "ãã¤ãã¼ãã¤ã¶ã¼ã«æ¥ç¶ã§ãã¾ããã§ãã"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "%s ã«æ¥ç¶ã§ãã¾ããã§ãã"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "ç¡å¹ãªæ¥ç¶ãã¤ã³ã¿ã¼"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "%s ã§ç¡å¹ãªæ¥ç¶ãã¤ã³ã¿ã¼ã§ã"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "ç¡å¹ãªãã¡ã¤ã³ãã¤ã³ã¿ã¼"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "%s ã§ç¡å¹ãªãã¡ã¤ã³ãã¤ã³ã¿ã¼ã§ã"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "ç¡å¹ãªå¼æ°"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "%s ã§ç¡å¹ãªå¼æ°ã§ã"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "æä½ã¯å¤±æãã¾ãã: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "æä½ã¯å¤±æãã¾ãã"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET æä½ã¯å¤±æãã¾ãã: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET æä½ã¯å¤±æãã¾ãã"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST æä½ã¯å¤±æãã¾ãã: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST æä½ã¯å¤±æãã¾ãã"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "ä¸æãª HTTP ã¨ã©ã¼ã³ã¼ã %d ãåå¾ãã¾ãã"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "䏿ãªãã¹ã %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "䏿ãªãã¹ã"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "S å¼ã®ã·ãªã¢ã©ã¤ãºã«å¤±æãã¾ãã: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "S å¼ã®ã·ãªã¢ã©ã¤ãºã«å¤±æãã¾ãã"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "Xen ãã¤ãã¼ãã¤ã¶ã¼ã¨ã³ããªã¼ã使ç¨ã§ãã¾ããã§ãã"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "Xen ãã¤ãã¼ãã¤ã¶ã¼ã¨ã³ããªã¼ %s ã使ç¨ã§ãã¾ããã§ãã"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "Xen Store ã«æ¥ç¶ã§ãã¾ããã§ãã"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "Xen Store %s ã«æ¥ç¶ã§ãã¾ããã§ãã"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "Xen syscall %s %d ã«å¤±æ"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "ä¸æãª OS ã¿ã¤ã"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "ä¸æãª OS ã¿ã¤ã %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "ã«ã¼ãã«æ
å ±ãä¸è¶³ãã¦ãã¾ã"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "root è£
ç½®ã®æ
å ±ãä¸è¶³ãã¦ãã¾ã"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "%s ã® root è£
ç½®ã®æ
å ±ãä¸è¶³ãã¦ãã¾ã"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "è£
ç½®ã®ã½ã¼ã¹æ
å ±ãä¸è¶³ãã¦ãã¾ã"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "è£
ç½® %s ã®ã½ã¼ã¹æ
å ±ãä¸è¶³ãã¦ãã¾ã"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "è£
ç½®ã®ã¿ã¼ã²ããæ
å ±ãä¸è¶³ãã¦ãã¾ã"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "è£
ç½® %s ã®ã¿ã¼ã²ããæ
å ±ãä¸è¶³ãã¦ãã¾ã"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "ãã¡ã¤ã³åæ
å ±ãä¸è¶³ãã¦ãã¾ã"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "%s ã®ãã¡ã¤ã³åæ
å ±ãä¸è¶³ãã¦ãã¾ã"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "ãªãã¬ã¼ãã£ã³ã°ã·ã¹ãã æ
å ±ãä¸è¶³ãã¦ãã¾ã"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "%s ã®ãªãã¬ã¼ãã£ã³ã°ã·ã¹ãã æ
å ±ãä¸è¶³ãã¦ãã¾ã"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "è£
ç½®ã®æ
å ±ãä¸è¶³ãã¦ãã¾ã"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "%s ã®è£
ç½®æ
å ±ãä¸è¶³ãã¦ãã¾ã"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "ç»é²ãã¦ãããã©ã¤ãã¼ãå¤ããã¾ã"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "%s ã«ç»é²ãã¦ãããã©ã¤ãã¼ãå¤ããã¾ã"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "ã©ã¤ãã©ãªã¼å¼åºãã失æãã¾ããããµãã¼ãããã¦ããªãå¯è½æ§ãããã¾ã"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr ""
"ã©ã¤ãã©ãªã¼å¼åºã %s ã失æãã¾ããããµãã¼ãããã¦ããªãå¯è½æ§ãããã¾ã"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML è¨è¿°ãæ£ããæ§æããã¦ããªããç¡å¹ã§ã"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "%s ã® XML è¨è¿°ãæ£ããæ§æããã¦ããªããç¡å¹ã§ã"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "ãã®ãã¡ã¤ã³ã¯ãã§ã«åå¨ãã¦ãã¾ã"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "ãã¡ã¤ã³ %s ã¯ãã§ã«åå¨ãã¦ãã¾ã"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "èªã¿è¾¼ã¿å°ç¨ã¢ã¯ã»ã¹ã«å¯¾ãã¦æä½ã¯ç¦æ¢ããã¦ãã¾ã"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "èªã¿è¾¼ã¿å°ç¨ã¢ã¯ã»ã¹ã«å¯¾ãã¦æä½ %s ã¯ç¦æ¢ããã¦ãã¾ã"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "èªã¿è¾¼ã¿ã®ããè¨å®ãã¡ã¤ã«ãéãã®ã«å¤±æãã¾ãã"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "èªã¿è¾¼ã¿ã®ãã %s ãéãã®ã«å¤±æãã¾ãã"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "è¨å®ãã¡ã¤ã«ã®èªã¿è¾¼ã¿ã«å¤±æãã¾ãã"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "è¨å®ãã¡ã¤ã« %s ã®èªã¿è¾¼ã¿ã«å¤±æãã¾ãã"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "è¨å®ãã¡ã¤ã«ã®è§£æã«å¤±æãã¾ãã"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "è¨å®ãã¡ã¤ã« %s ã®è§£æã«å¤±æãã¾ãã"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "è¨å®ãã¡ã¤ã«ã®æ§æã¨ã©ã¼"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "è¨å®ãã¡ã¤ã«ã®æ§æã¨ã©ã¼: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "è¨å®ãã¡ã¤ã«ã®æ¸ãè¾¼ã¿ã«å¤±æãã¾ãã"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "è¨å®ãã¡ã¤ã«ã®æ¸ãè¾¼ã¿ã«å¤±æãã¾ãã: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "æ§æè§£æã¨ã©ã¼"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "ç¡å¹ãªãããã¯ã¼ã¯ãã¤ã³ã¿ã¼"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "%s ã§ç¡å¹ãªãããã¯ã¼ã¯ãã¤ã³ã¿ã¼ã§ã"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "ãã®ãããã¯ã¼ã¯ã¯ãã§ã«åå¨ãã¦ãã¾ã"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "ãããã¯ã¼ã¯ %s ã¯ãã§ã«åå¨ãã¦ãã¾ã"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "ã·ã¹ãã ã³ã¼ã«ã¨ã©ã¼"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC ã¨ã©ã¼"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "GNUTLS å¼ã³åºãã¨ã©ã¼"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "ãããã¯ã¼ã¯ãè¦ã¤ãããã¾ããã§ãã"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "ãããã¯ã¼ã¯ %s ãè¦ã¤ãããã¾ããã§ãã"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "ãã¡ã¤ã³ãè¦ã¤ããã¾ãã"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "ãã¡ã¤ã³ã¯è¦ã¤ããã¾ããã§ãã: %s "
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "ãããã¯ã¼ã¯ãè¦ã¤ããã¾ãã"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "ãããã¯ã¼ã¯ãè¦ã¤ããã¾ããã§ãã: %s "
-#: src/virterror.c:907
+#: src/virterror.c:943
msgid "invalid MAC address"
msgstr "ç¡å¹ãª MAC ã¢ãã¬ã¹"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, c-format
msgid "invalid MAC address: %s"
msgstr "ç¡å¹ãª MAC ã¢ãã¬ã¹: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "èªè¨¼ã«å¤±æãã¾ãã"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "èªè¨¼ã«å¤±æãã¾ãã: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
msgid "Storage pool not found"
msgstr "ã¹ãã¬ã¼ã¸ãã¼ã«ãè¦ã¤ããã¾ãã"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, c-format
msgid "Storage pool not found: %s"
msgstr "ã¹ãã¬ã¼ã¸ãã¼ã«ãè¦ã¤ããã¾ãã: %s "
-#: src/virterror.c:925
+#: src/virterror.c:961
msgid "Storage volume not found"
msgstr "ã¹ãã¬ã¼ã¸ããªã¥ã¼ã ãè¦ã¤ããã¾ãã"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, c-format
msgid "Storage volume not found: %s"
msgstr "ã¹ãã¬ã¼ã¸ããªã¥ã¼ã ãè¦ã¤ããã¾ãã: %s "
-#: src/virterror.c:931
+#: src/virterror.c:967
msgid "invalid storage pool pointer in"
msgstr "ç¡å¹ãªã¹ãã¬ã¼ã¸ãã¼ã«ãã¤ã³ã¿ã¼ãããã¾ã"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr "%s ã«ç¡å¹ãªã¹ãã¬ã¼ã¸ãã¼ã«ãã¤ã³ã¿ã¼ãããã¾ã"
-#: src/virterror.c:937
+#: src/virterror.c:973
msgid "invalid storage volume pointer in"
msgstr "ç¡å¹ãªã¹ãã¬ã¼ã¸ããªã¥ã¼ã ãã¤ã³ã¿ã¼ãããã¾ã"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr "%s ã«ç¡å¹ãªã¹ãã¬ã¼ã¸ããªã¥ã¼ã ãã¤ã³ã¿ã¼ãããã¾ã"
-#: src/virterror.c:943
+#: src/virterror.c:979
msgid "Failed to find a storage driver"
msgstr "ã¹ãã¬ã¼ã¸ãã©ã¤ãã¼ã®æ¤åºã«å¤±æãã¾ãã"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr "ã¹ãã¬ã¼ã¸ãã©ã¤ãã¼ã®æ¤åºã«å¤±æãã¾ãã: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "ã¹ãã¬ã¼ã¸ãã©ã¤ãã¼ã®æ¤åºã«å¤±æãã¾ãã"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "ã¹ãã¬ã¼ã¸ãã©ã¤ãã¼ã®æ¤åºã«å¤±æãã¾ãã: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "ç¡å¹ãªã¹ãã¬ã¼ã¸ããªã¥ã¼ã ãã¤ã³ã¿ã¼ãããã¾ã"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "%s ã§ç¡å¹ãªãã¡ã¤ã³ãã¤ã³ã¿ã¼ã§ã"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "ããã¤ã¹ã¯è¦ã¤ããã¾ãã: %s (%s)"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "ããã¤ã¹ã¯è¦ã¤ããã¾ãã: %s (%s)"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "ã¹ãã¬ã¼ã¸ãã¼ã«ãè¦ã¤ããã¾ãã"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "ã¹ãã¬ã¼ã¸ãã¼ã«ãè¦ã¤ããã¾ãã: %s "
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "弿°ãããã¡ã¼ãå°ãããã¾ã"
@@ -7234,7 +7831,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "credit ã¹ã±ã¸ã¥ã¼ã©ã¼ã® cap ãã©ã¡ã¼ã¿ã¼ (%d) ãç¯å²å¤ã§ã (0-65535)ã"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "%s ãèªã¿è¾¼ãã¾ãã: %s"
@@ -7287,7 +7884,7 @@ msgstr "ãã¡ã¤ã³æ
å ±ãæ£ããããã¾ãããdomid ã¯æ°å¤ã§ã¯ã
msgid "domain information incomplete, missing uuid"
msgstr "ãã¡ã¤ã³æ
å ±ãä¸å®å
¨ã§ããuuid ãä¸è¶³ãã¦ãã¾ã"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "ãã¡ã¤ã³æ
å ±ãä¸å®å
¨ã§ããname ãä¸è¶³ãã¦ãã¾ã"
@@ -7329,217 +7926,224 @@ msgstr "vbd ã®ãã¡ã¤ã«åãæ§æè§£æã§ãã¾ããããã©ã¤ãã¼
msgid "cannot parse vbd filename, missing driver type"
msgstr "vbd ã®ãã¡ã¤ã«åãæ§æè§£æã§ãã¾ããããã©ã¤ãã¼ã¿ã¤ããããã¾ãã"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "ç¡å¹ãª MAC ã¢ãã¬ã¹: %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "äºæããªã dict ãã¼ã"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "䏿ãªèªè¨¼ã¿ã¤ã %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "ãã¡ã¤ã³æ
å ±ãä¸å®å
¨ã§ããid ãä¸è¶³ãã¦ãã¾ã"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "ç¡å¹ãª MAC ã¢ãã¬ã¹: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "ä¸æãª OS ã¿ã¤ã %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "ãããã¸ã¼ã®æ§æã¨ã©ã¼"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "Xend ãã¡ã¤ã³æ
å ±ã®è§£æã«å¤±æãã¾ãã"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "ãã¡ã¤ã³ã¯ç¨¼åãã¦ãã¾ãã"
+
+#: src/xend_internal.c:3219
#, fuzzy
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr "xenDaemonDomainDumpXMLByName ã¯ãã®ãã¡ã¤ã³ã®æ¤åºã«å¤±æãã¾ãã"
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "ãã¼ã« %s ã®æ§ç¯ã«å¤±æãã¾ãã"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "ãµãã¼ãã®ãªãå
¥åããã¤ã¹ã¿ã¤ã %s"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr "xenDaemonGetAutostart ãã®ãã¡ã¤ã³ã®æ¤åºã«å¤±æãã¾ãã"
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr "xenDaemonSetAutostart ãã®ãã¡ã¤ã³ã®æ¤åºã«å¤±æãã¾ãã"
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
msgid "unexpected value from on_xend_start"
msgstr "on_xend_start ããäºæããªãããªã¥ã¼ã "
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
msgid "no memory"
msgstr "ã¡ã¢ãªã¼ãããã¾ãã"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
msgid "sexpr2string failed"
msgstr "sexpr2string ã¯å¤±æãã¾ãã"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
msgid "Failed to redefine sexpr"
msgstr "sexpr ã®åå®ç¾©ã«å¤±æãã¾ãã"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr "on_xend_start 㯠sexpr ã«ããã¾ãã"
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "tty '%s' ãéãã¾ãã: %s\n"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
"xenDaemonDomainMigrate: Xen ã¯ç§»è¡ä¸ã«ãã¡ã¤ã³ã®åå½åããµãã¼ããã¾ããã"
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
"xenDaemonDomainMigrate: Xen ã¯ç§»è¡ä¸ã«ãã³ãå¹
ã®å¶éããµãã¼ããã¾ããã"
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr "xenDaemonDomainMigrate: ãµãã¼ãããã¦ããªããã©ã°"
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr "xenDaemonDomainMigrate: ç¡å¹ãª URI"
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
"xenDaemonDomainMigrate: xenmigr:// ç§»è¡ã®ã¿ã Xen ã§ãµãã¼ãããã¦ãã¾ã"
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr "xenDaemonDomainMigrate: ãã¹ãå㯠URI ã§æå®ããå¿
è¦ãããã¾ã"
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "xenDaemonDomainMigrate: ç¡å¹ãªãã¼ãçªå·ã§ã"
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
msgid "failed to parse domain description"
msgstr "ãã¡ã¤ã³è¨è¿°ã®æ§æè§£æã«å¤±æãã¾ãã"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "忢ä¸ã®ãã¡ã¤ã³ %s ã®ä½æã«å¤±æãã¾ãã\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr "xendConfigVersion < 4 ã§ã¯ãµãã¼ããããã¾ãã"
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
msgid "node information incomplete, missing scheduler name"
msgstr "ãã¼ãæ
å ±ãä¸å®å
¨ã§ããã¹ãã¸ã¥ã¼ã©åãããã¾ãã"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr "strdup ã¯å¤±æãã¾ãã"
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr "䏿ãªã¹ã±ã¸ã¥ã¼ã©"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
msgid "Failed to get a scheduler name"
msgstr "ã¹ã¡ã¸ã¥ã¼ã©åã®åå¾ã«å¤±æãã¾ãã"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
msgid "domain information incomplete, missing cpu_weight"
msgstr "ãã¡ã¤ã³æ
å ±ãä¸å®å
¨ã§ããcpu_weight ãããã¾ãã"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
msgid "domain information incomplete, missing cpu_cap"
msgstr "ãã¡ã¤ã³æ
å ±ãä¸å®å
¨ã§ããcpu_cap ãããã¾ãã"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr "domainBlockPeek 㯠dom0 ã«ã¯ãµãã¼ãããã¦ãã¾ãã"
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr "%s: ç¡å¹ãªãã¹"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "èªã¿è¾¼ã¿ã®ããéãã®ã«å¤±æãã¾ãã: %s: %s"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "ãã¡ã¤ã«ããã® lseek åã¯èªã¿è¾¼ã¿ã«å¤±æãã¾ãã: %s: %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "äºæããªããã¡ã¤ã³ã¿ã¤ã %d"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "äºæããªã mime ã¿ã¤ã"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "ãµãã¼ãããã¦ããªãã¹ãã¬ã¼ã¸ããªã¥ã¼ã ã¿ã¤ã %d"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "äºæããªã value ãã¼ã"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr "HVM ãã¡ã¤ã³ãã¼ãã¼ãããã¾ãã"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "ai_socktype ã¯ãµãã¼ãããã¦ãã¾ãã"
@@ -7615,45 +8219,45 @@ msgstr "ãã¡ã¤ã³ã®è¨å®ãã¡ã¤ã«ãåãè¾¼ãã¾ãã"
msgid "unexpected lifecycle action %d"
msgstr "äºæããªã dict ãã¼ã"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr "䏿¸ãããçºã®ãã¡ã¤ã³ã®è¨å®ãã¡ã¤ã«åãåãè¾¼ãã¾ãã"
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr "䏿¸ãããçºã®ãã¡ã¤ã³ã®è¨å®ã¨ã³ããªãåãè¾¼ãã¾ãã"
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
msgid "failed to remove old domain from config map"
msgstr "è¨å®ãããããã®å¤ããã¡ã¤ã³ã®åé¤ã«å¤±æãã¾ãã"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr "è¨å®ãã¡ã¤ã«åã¯é·ããã¾ã"
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
msgid "unable to get current time"
msgstr "ç¾å¨ã®æå»ãåå¾ã§ãã¾ãã"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
msgid "unable to store config file handle"
msgstr "è¨å®ãã¡ã¤ã«ãã³ãã«ã®æ ¼ç´ã«å¤±æãã¾ãã"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
msgid "unknown device"
msgstr "䏿ãªããã¤ã¹"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "ãã°ãã¡ã¤ã« %s ã®ä½æã«å¤±æ: %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "ãã°ãã¡ã¤ã« %s ã®ä½æã«å¤±æ: %s"
@@ -7662,19 +8266,34 @@ msgstr "ãã°ãã¡ã¤ã« %s ã®ä½æã«å¤±æ: %s"
msgid "Invalid parameter to virXPathString()"
msgstr "virXPathString() ã¸ã®ç¡å¹ãªãã©ã¡ã¼ã¿"
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr "virXPathNumber() ã¸ã®ç¡å¹ãªãã©ã¡ã¼ã¿"
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "virXPathString() ã¸ã®ç¡å¹ãªãã©ã¡ã¼ã¿"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "virXPathString() ã¸ã®ç¡å¹ãªãã©ã¡ã¼ã¿"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr "virXPathBoolean() ã¸ã®ç¡å¹ãªãã©ã¡ã¼ã¿"
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr "virXPathNode() ã¸ã®ç¡å¹ãªãã©ã¡ã¼ã¿"
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "virXPathNodeSet() ã¸ã®ç¡å¹ãªãã©ã¡ã¼ã¿"
@@ -7700,16 +8319,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "ãã¼ã«ã¯ãã§ã«ã¢ã¯ãã£ãã§ã"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "ãã¡ã¤ã³ãå²ãå½ã¦ä¸"
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "%s '%s' ã«ã¢ã¯ã»ã¹ã§ãã¾ãã: %s (%d)"
+
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "sock ã¢ãã¬ã¹ %d (%s) ã®åå¾ã«å¤±æ"
+
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "ãã¢ã¢ãã¬ã¹ %d (%s) ã®åå¾ã«å¤±æ"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "non-blocking ãã¡ã¤ã«ã®è¨è¿°åãã©ã°ã®è¨å®ã«å¤±æ"
+
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "ãã°ãã¡ã¤ã« %s ã®ä½æã«å¤±æ: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "VM ãã°ãã¡ã¤ã«ã® close-on-exec ãã©ã° %s ãã»ããã§ãã¾ãã"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup: ã¡ã¢ãªã¼ä¸è¶³ã§ã"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "ãã°ãã¡ã¤ã« %d ãçµäºã§ãã¾ãã: %s"
+
#~ msgid "allocating configuration"
#~ msgstr "è¨å®ãå²ãå½ã¦ä¸"
@@ -7757,9 +8404,6 @@ msgstr "ãã¡ã¤ã³ãå²ãå½ã¦ä¸"
#~ msgid "failed to mount %s at %s for container: %s"
#~ msgstr "ã³ã³ããç¨ã® %s ã« %s ããã¦ã³ãããã®ã«å¤±æ: %s"
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "open(%s) ã¯å¤±æãã¾ãã: %s"
-
#~ msgid "clone() failed, %s"
#~ msgstr "clone() ã¯å¤±æãã¾ãã: %s"
@@ -8183,12 +8827,6 @@ msgstr "ãã¡ã¤ã³ãå²ãå½ã¦ä¸"
#~ msgid "cannot write tty pid file %s: %s"
#~ msgstr "tty pid ãã¡ã¤ã« %s ãæ¸ãè¾¼ãã¾ãã: %s"
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "tty pid ãã¡ã¤ã« %s ãéãã¾ãã: %s"
-
-#~ msgid "cannot read tty pid file %s: %s"
-#~ msgstr "tty pid ãã¡ã¤ã« %s ãèªã¿è¾¼ãã¾ãã: %s"
-
#~ msgid "execl failed to exec init: %s"
#~ msgstr "execl 㯠init ã®å®è¡ã«å¤±æ: %s"
@@ -8306,9 +8944,6 @@ msgstr "ãã¡ã¤ã³ãå²ãå½ã¦ä¸"
#~ msgid "missing sound model"
#~ msgstr "ãµã¦ã³ãã¢ãã«ãããã¾ãã"
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "ç¡å¹ãªãµã¦ã³ãã¢ãã« '%s'"
-
#~ msgid "domain name length too long"
#~ msgstr "ãã¡ã¤ã³åã¯é·ããã¾ã"
diff --git a/po/ka.gmo b/po/ka.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/ka.gmo and b/po/ka.gmo differ
diff --git a/po/ka.po b/po/ka.po
index 81435e0..a38ec32 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/kn.gmo b/po/kn.gmo
index 000c609..d289bdc 100644
Binary files a/po/kn.gmo and b/po/kn.gmo differ
diff --git a/po/kn.po b/po/kn.po
index f2c573e..6435ddf 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt.HEAD.kn\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-10-10 10:59+0530\n"
"Last-Translator: Shankar Prasad <svenkate at redhat.com>\n"
"Language-Team: Kannada <en at li.org>\n"
@@ -93,241 +93,241 @@ msgstr "ನಿಯತಾà²à² ವಾà²à³à²¯à²µà³ ಸರಿಯಾà²à²¿ à²à²¨
msgid "Unknown error"
msgstr "à²
à²à³à²à²¾à²¤ ದà³à²·"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
msgstr "%s '%s' à²
ನà³à²¨à³ ನಿಲà³à²à²¿à²¸à²¿à²à³à²³à³à²³à²²à³ ಸಾಧà³à²¯à²µà²¿à²²à³à²²: %s (%d)"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "ಸಿà²à³à²¨à²²à³ ಪà³à²ªà³âನಿà²à²¦ à²à²¦à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "SIGHUP ನ ಮà³à²²à³ ಸà²à²°à²à²¨à³à²¯à²¨à³à²¨à³ ಮರಳಿ ಲà³à²¡à³ ಮಾಡಲಾà²à³à²¤à³à²¤à²¿à²¦à³"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "à²à²¾à²²à²à²µà²¨à³à²¨à³ ಮರಳಿ ಲà³à²¡à³â ಮಾಡà³à²µà²²à³à²²à²¿ ದà³à²·"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "ಸಿà²à³à²¨à²²à³â %d ನ ಮà³à²²à³ ಮà³à²à³à²à²²à²¾à²à³à²¤à³à²¤à²¿à²¦à³"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ ಮà³à²²à³à²¯ à²à²¾à²²à²à²à²"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "close-on-exec à²à²¡à²¤à²¦ ವಿವರಣಾ à²à³à²°à³à²¤à²¨à³à²¨à³ ಹà³à²à²¦à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "non-blocking à²à²¡à²¤à²¦ ವಿವರಣಾ à²à³à²°à³à²¤à²¨à³à²¨à³ ಹà³à²à²¦à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "'%s' pid à²à²¡à²¤à²µà²¨à³à²¨à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠ: %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "'%s' fdopen pid à²à²¡à²¤à²µà²¨à³à²¨à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠ: %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "'%s' pid à²à²¡à²¤à²à³à²à³ ಬರà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠ: %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "'%s' pid à²à²¡à²¤à²µà²¨à³à²¨à³ ಮà³à²à³à²à³à²µà²²à³à²²à²¿ ವಿಫಲತೠ: %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "struct qemud_socket à²à³ ಮà³à²®à³à²°à²¿à²¯à²¨à³à²¨à³ ನಿಯà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "ಸಾà²à³à²à²¨à³à²¨à³ ರà²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "ಸಾà²à³à²à³â à²
ನà³à²¨à³ '%s' à²à³ ಬà³à²à²¡à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "'%s' ನಲà³à²²à²¿ ಸà²à²ªà²°à³à²à²à²³à²¨à³à²¨à³ à²à²²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr "ಪರಿà²à²¾à²°à² ಸನà³à²¨à²¿à²µà³à²¶ à²à²¾à²²à³âಬà³à²¯à²¾à²à³ à²
ನà³à²¨à³ ಸà³à²°à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "ಸಾà²à³à²à³: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "ಬà³à²à²¡à³: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "à²à²²à²¿à²¸à³: %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: calloc: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: à²à²²à²¿à²¸à³: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr "qemudInitPaths() à²à²¾à²à²¿ à²à²¦à²à²¿à²¬à²à²¦ ಮಾರà³à²à²µà³ ಬಹಳ ಬಹಳ ದà³à²¡à³à²¡à²¦à²¾à²à²¿à²¦à³"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "struct qemud_server à²
ನà³à²¨à³ ನಿಯà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "ಸà²à²ªà²°à³à² ಬà³à²à²¬à²²à²µà²¨à³à²¨à³ à²à²°à²à²à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "ಸà²à²ªà²°à³à² ಬà³à²à²¬à²²à²µà²¨à³à²¨à³ à²à²°à²à²à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "SASL ದà³à²¢à³à²à²°à²£ %s à²
ನà³à²¨à³ à²à²°à²à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "SASL ದà³à²¢à³à²à²°à²£ %s à²
ನà³à²¨à³ à²à²°à²à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "PolicyKit auth à²à²¾à²à²¿ à²à²£à² ಬಸà³âನà³à²à²¦à²¿à²à³ ಸà²à²ªà²°à³à² à²à²²à³à²ªà²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: ವಿಫಲà²à³à²à²¡à²¿à²¦à³: à²à³à²²à³à²à²à³ DN %s à²à²à²¿à²¦à³"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate: ಪರಿಶà³à²²à²¨à³à²¯à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr "remoteCheckCertificate: à²à³à²²à³à²à²à²¿à²¨ ಪà³à²°à²®à²¾à²£à²ªà²¤à³à²°à²µà²¨à³à²¨à³ ನà²à²¬à²²à²¾à²à²¿à²²à³à²²."
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr "remoteCheckCertificate: à²à³à²²à³à²à²à²¿à²¨ ಪà³à²°à²®à²¾à²£à²ªà²¤à³à²°à²µà²¨à³à²¨à³ à²à²¦à²à²¿à²¸à²¿à²¦à²µà²°à³ ತಿಳಿದಿಲà³à²²."
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate: à²à³à²²à³à²à²à²¿à²¨ ಪà³à²°à²®à²¾à²£à²ªà²¤à³à²°à²µà²¨à³à²¨à³ ಹಿà²à²¦à²à³à²à³ ಪಡà³à²¯à²²à²¾à²à²¿à²¦à³."
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
"remoteCheckCertificate: à²à³à²²à³à²à²à²¿à²¨ ಪà³à²°à²®à²¾à²£à²ªà²¤à³à²°à²µà³ à²à²à²¦à³ à²
ಸà³à²°à²à³à²·à²¿à²¤ à²
ಲà³à²à²¾à²°à²¿à²¦à²®à³ à²
ನà³à²¨à³ "
"ಬಳಸà³à²¤à³à²¤à²¦à³."
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate: à²à³à²²à³à²à²à²¿à²¨ ಪà³à²°à²®à²¾à²£à²ªà²¤à³à²°à²µà³ X.509 à²à²à²¿à²²à³à²²"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate: ಯಾವà³à²¦à³ ಪà³à²°à³à²¸à³ à²à²²à³à²²"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: gnutls_x509_crt_init ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate: à²à³à²²à³à²à²à³ ಪà³à²°à²®à²¾à²£à²ªà²¤à³à²°à²¦ ವಾಯಿದೠತà³à²°à²¿à²¦à³"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr "remoteCheckCertificate: à²à³à²²à³à²à²à³ ಪà³à²°à²®à²¾à²£à²ªà²¤à³à²°à²µà³ à²à²¨à³à²¨à³ ಸಹ ಸà²à³à²°à²¿à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -339,11 +339,11 @@ msgstr ""
"ನà³à²¡à²²à³ 'openssl x509 -in clientcert.pem -text' à²
ನà³à²¨à³ ಬಳಸಿ, à²
ಥವ ಠಡà³à²®à²¨à³ à²
ನà³à²¨à³ --"
"verbose à²à²¯à³à²à³à²¯à³à²à²¦à²¿à²à³ à²à²²à²¾à²¯à²¿à²¸à²¿."
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr "remoteCheckCertificate: à²à³à²²à³à²à²à³ ಪà³à²°à²®à²¾à²£à²ªà²¤à³à²°à²µà²¨à³à²¨à³ ಪರಿಶà³à²²à²¿à²¸à²²à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
@@ -351,440 +351,456 @@ msgstr ""
"remoteCheckCertificate: tls_no_verify_certificate à²
ನà³à²¨à³ ಹà³à²à²¦à²¿à²¸à²²à²¾à²à²¿à²¦à³ à²à²¦à³à²¦à²°à²¿à²à²¦ "
"ಸರಿಯಲà³à²²à²¦ ಪà³à²°à²®à²¾à²£à²ªà²¤à³à²°à²µà²¨à³à²¨à³ à²à²²à²à³à²·à²¿à²¸à²²à²¾à²à²¿à²¦à³"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "à²à³à²²à³à²à²à²¿à²¨ ವಿಶà³à²µà²¾à²¸à²¾à²°à³à²¹à²¤à³à²¯à²¨à³à²¨à³ ಪರಿಶà³à²²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲವಾà²à²¿à²¦à³: %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "ಸà²à²ªà²°à³à²à²µà²¨à³à²¨à³ à²
à²à²à³à²à²°à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "à²à³à²¡à²£à³à²¯ ನಿಯà³à²à²¨à³à²à³ ಸಾà²à²·à³à²à³ ಮà³à²®à³à²°à²¿ à²à²²à³à²²"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr "polkit auth à²
ನà³à²¨à³ ಸವಲತà³à²¤à²¿à²°à³à²µ à²à³à²²à³à²à²à³â %d à²à²¾à²à²¿ à²à²«à³ ಮಾಡà³"
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "TLS ಹà³à²¯à²¾à²à²¡à³âಶà³à²à³â ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ à²à³à²·à³à²¤à³à²°à²¦ ಬà²à³ %d"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "à²à²¦à²²à²¾à²à²¿à²¦à³à²¦à³: %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "%s à²
ನà³à²¨à³ ರà²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "ಬರà³à²¯à²²à²¾à²à²¿à²¦à³à²¦à³: %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "%s à²
ನà³à²¨à³ ರà²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr "ಸಿà²à³à²¨à²²à³ ಹà³à²¯à²¾à²à²¡à³à²²à²°à³ %d ದà³à²·à²à²³à²¨à³à²¨à³ ವರದಿ ಮಾಡಿ: à²à³à²¨à³à²¯ ದà³à²·: %s"
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "à²à²¦à²à³à²à³ ಬರà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "ಮà³à²®à³à²°à²¿à²¯à²¨à³à²¨à³ ನಿಯà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "%s ಸà²à²°à²à²¨à²¾ ಪà²à³à²à²¿à²à²¾à²à²¿ ಮà³à²®à³à²°à²¿à²¯à²¨à³à²¨à³ ನಿಯà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "%s ಸà²à²°à²à²¨à²¾ ಪà²à³à²à²¿à²¯ ಮà³à²²à³à²¯à²à³à²à²¾à²à²¿ ಮà³à²®à³à²°à²¿à²¯à²¨à³à²¨à³ ನಿಯà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr "remoteReadConfigFile: %s: %s: à²à²à²¦à³ ವಾà²à³à²¯ à²
ಥವ ವಾà²à³à²¯à²à²³ ಪà²à³à²à²¿à²¯à²¾à²à²¿à²°à²²à³à²¬à³à²à³\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
"remoteReadConfigFile: %s: %s: à²
ಮಾನà³à²¯à²µà²¾à²¦ ಬà²à³: %s ದà³à²°à³à²¤à²¿à²¦à³; %s à²
ನà³à²¨à³ "
"ನಿರà³à²à³à²·à²¿à²¸à²²à²¾à²à²¿à²¤à³à²¤à³\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr "remoteReadConfigFile: %s: %s: ಬà³à²à²¬à²²à²µà²¿à²°à²¦ ದà³à²¢à³à²à²°à²£ %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "ಮà³à²²à²µà²¾à²à²¿ à²à²²à²¾à²¯à²¿à²¸à²¦ ಹà³à²°à²¤à³ ಸಮà³à²¹à²µà²¨à³à²¨à³ ಹà³à²à²¦à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¿à²²à³à²²"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr "ಸಮà³à²¹ '%s' à²
ನà³à²¨à³ ನà³à²¡à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "'%s' à²à³à²°à²®à²µà²¨à³à²¨à³ ಪಾರà³à²¸à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "ಡà³à²®à²¨à³ à²à²à²¿ ಫà³à²°à³à²à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "ಪà³à²ªà³ à²
ನà³à²¨à³ ಸà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "uuid à²
ನà³à²¨à³ à²à²¤à³à²ªà²¾à²¦à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr "%s ಸಮà³à²¹à²¦ ಮಾಲಿà²à²¤à³à²µà²µà²¨à³à²¨à³ ಬದಲಾಯಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr "ಸಿà²à³à²¨à²²à³ ಪà³à²ªà³âà²à²¾à²à²¿ à²à²¾à²²à³âಬà³à²¯à²¾à²à³ à²
ನà³à²¨à³ ನà³à²à²¦à²¾à²¯à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr "ಪà³à²°à³à²à³à²°à²¾à² ಹà³à²à²¦à²¿à²à³à²¯à²¾à²à³à²¤à³à²¤à²¿à²²à³à²² (ನಿà²à²µà²¾à²¦à²¦à³à²¦à³ %x, %x à²
ನà³à²¨à³ ನಿರà³à²à³à²·à²¿à²¸à²²à²¾à²à²¿à²¤à³à²¤à³)"
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "à²à²µà³à²¤à³à²¤à²¿ ತಾಳà³à²¯à²¾à²à³à²¤à³à²¤à²¿à²²à³à²² (ನಿà²à²µà²¾à²¦à²¦à³à²¦à³ %x, %x à²
ನà³à²¨à³ ನಿರà³à²à³à²·à²¿à²¸à²²à²¾à²à²¿à²¤à³à²¤à³)"
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "ದಿà²à³à²à³ (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "ಸà³à²¥à²¿à²¤à²¿ (%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "ದà³à²¢à³à²à²°à²£à²¦ à²
à²à²¤à³à²¯à²µà²¿à²¦à³"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "à²
à²à³à²à²¾à²¤ ವಿಧಾನ : %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "ಪಾರà³à²¸à³ args ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr "ಸà²à²ªà²°à³à²à²µà³ à²à²à²¾à²à²²à³ ತà³à²°à³à²¦à²¿à²¦à³"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "ಸà²à²ªà²°à³à²à²µà³ ತà³à²°à³à²¯à³à²¤à³à²¤à²¿à²²à³à²²"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr "strdup ನಲà³à²²à²¿ ಸಾà²à²¾à²à³à²µà²·à³à²à³ ಮà³à²®à³à²°à²¿ à²à²²à³à²²"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_NODE_MAX_CELLS"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr "nparams ಬಹಳ ದà³à²¡à³à²¡à²¦à²¾à²à²¿à²¦à³"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "à²
à²à³à²à²¾à²¤ ಬà²à³"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr "à²à²¾à²¤à³à²° > à²à²°à²¿à²·à³à² ಬಫರೠà²à²¾à²¤à³à²°"
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "ಪà³à²°à²¸à²à³à²¤ ಸಮಯವನà³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "ಪà³à²°à²¸à²à³à²¤ ಸಮಯವನà³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "%d ವಿಳಾಸವನà³à²¨à³ ಪರಿಹರಿಸಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "à²à³à²²à³à²à²à³ à²
ಮಾನà³à²¯à²µà²¾à²¦ SASL init ಮನವಿà²à²¾à²à²¿ ಪà³à²°à²¯à²¤à³à²¨à²¿à²¸à²¿à²¦à³"
-#: qemud/remote.c:2575
-#, c-format
-msgid "failed to get sock address %d (%s)"
+#: qemud/remote.c:2651
+#, fuzzy, c-format
+msgid "failed to get sock address: %s"
msgstr "ಸಾà²à³â ವಿಳಾಸ %d (%s) à²
ನà³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: qemud/remote.c:2586
-#, c-format
-msgid "failed to get peer address %d (%s)"
+#: qemud/remote.c:2663
+#, fuzzy, c-format
+msgid "failed to get peer address: %s"
msgstr "ಪà³à²°à³ ವಿಳಾಸ %d (%s) à²
ನà³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "sasl ಸನà³à²¨à²¿à²µà³à²¶ ಸà³à²à³âà²
ಪೠವಿಫಲà²à³à²à²¡à²¿à²¦à³ %d (%s)"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr "TLS ಸಿಫರೠà²à²¾à²¤à³à²°à²µà²¨à³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr "SASL ನ ಬಾಹà³à²¯ SSF %d (%s) à²
ನà³à²¨à³ ಹà³à²à²¦à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr "SASL ನ %d (%s) ಸà³à²°à²à³à²·à²¤à²¾ à²à³à²£à²à²³à²¨à³à²¨à³ ಹà³à²à²¦à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "%d (%s) SASL à²à²¾à²°à³à²¯à²µà³à²à²°à²¿à²à²³à²¨à³à²¨à³ ಪà²à³à²à²¿ ಮಾಡಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "mechlist à²
ನà³à²¨à³ ನಿಯà³à²à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "ಸà²à²ªà²°à³à² %d (%s) ದ ಮà³à²²à³ SASL ssf à²à³ ಮನವಿ ಸಲà³à²²à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "ನà³à²à³à²¶à²¿à²¯à³à²à³ ಮಾಡಲಾದ SSF %d ಸಾà²à²·à³à²à³ ದà³à²¢à²µà²¾à²à²¿à²²à³à²²"
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr "SASL ಬಳà²à³à²¦à²¾à²° ಹà³à²¸à²°à²¨à³à²¨à³ %d (%s) ಸà²à²ªà²°à³à²à²¦ ಮà³à²²à³ ಮನವಿ ಮಾಡಲಾà²à²¿à²²à³à²²"
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "ಯಾವà³à²¦à³ à²à³à²²à³à²à²à³ ಬಳà²à³à²¦à²¾à²° ಹà³à²¸à²°à³ à²à²à²¡à³à²¬à²à²¦à²¿à²²à³à²²"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "ಬಳà²à³à²¦à²¾à²° ಹà³à²¸à²°à²¨à³à²¨à³ à²à²¾à²ªà²¿ ಮಾಡಲೠಸಾà²à²¾à²à³à²µà²·à³à²à³ ಮà³à²®à³à²°à²¿ à²à²²à³à²²"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "SASL à²à³à²²à³à²à²à³ %s à²à³ ವà³à²à³âಲಿಸà³à²à²¿à²¨à²²à³à²²à²¿ à²
ನà³à²®à²¤à²¿ à²à²²à³à²²"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr "à²à³à²²à³à²à²à³ à²
ಮಾನà³à²¯à²µà²¾à²¦ SASL à²à²°à²à² ಮನವಿà²à²¾à²à²¿ ಪà³à²°à²¯à²¤à³à²¨à²¿à²¸à²¿à²¦à³"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "sasl à²à²°à²à²à²µà³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³ %d (%s)"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr "sasl à²à²°à²à²à²¦ ಪà³à²°à²¤à³à²¯à³à²¤à³à²¤à²° ದತà³à²¤à²¾à²à²¶à²µà³ ಬಹಳ ದà³à²¡à³à²¡à²¦à²¾à²à²¿à²¦à³ %d"
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "sasl ಹà²à²¤à²µà³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³ %d (%s)"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr "sasl ಹà²à²¤à²¦ ಪà³à²°à²¤à³à²¯à³à²¤à³à²¤à²° ಮಾಹಿತಿಯೠಬಹಳ à²à²¦à³à²¦à²µà²¾à²à²¿à²¦à³ %d"
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr "à²à³à²²à³à²à²à³ ಬà³à²à²¬à²²à²µà²¿à²²à³à²²à²¦ SASL init ಮನವಿà²à²¾à²à²¿ ಪà³à²°à²¯à²¤à³à²¨à²¿à²¸à²¿à²¦à³"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr "à²à³à²²à³à²à²à³ ಬà³à²à²¬à²²à²µà²¿à²²à³à²²à²¦ SASL à²à²°à²à²à²¿à² ಮನವಿà²à²¾à²à²¿ ಪà³à²°à²¯à²¤à³à²¨à²¿à²¸à²¿à²¦à³"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "à²à³à²²à³à²à²à³ ಬà³à²à²¬à²²à²µà²¿à²²à³à²²à²¦ SASL ಹà²à²¤à²¦ ಮನವಿà²à²¾à²à²¿ ಪà³à²°à²¯à²¤à³à²¨à²¿à²¸à²¿à²¦à³"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr "à²à³à²²à³à²à²à³ à²
ಮಾನà³à²¯à²µà²¾à²¦ PolicyKit init ಮನವಿà²à²¾à²à²¿ ಪà³à²°à²¯à²¤à³à²¨à²¿à²¸à²¿à²¦à³"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "ಪà³à²°à³ ಸಾà²à³à²à³ à²à³à²°à³à²¤à²¨à³à²¨à³ ಪಡà³à²¯à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "PID %d à²à²¾à²à²¿ ಪರಿಶà³à²²à²¿à²¸à²²à²¾à²à³à²¤à³à²¤à²¿à²¦à³, à²à²¦à³ %d à²à²à²¿ à²à²²à²¾à²¯à²¿à²¤à²à³à²³à³à²³à³à²¤à³à²¤à²¿à²¦à³"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr "ಪಾಲಿಸಿ à²à²¿à²à³ à²à²¾à²²à²°à³ à²
ನà³à²¨à³ ನà³à²¡à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "polkit à²à²¾à²°à³à²¯ %s à²
ನà³à²¨à³ ಸà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "polkit ಸನà³à²¨à²¿à²µà³à²¶ %s à²
ನà³à²¨à³ ಸà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "ಪಾಲಿಸಿ à²à²¿à²à³ ದà³à²¢à³à²à²°à²£%d %s à²
ನà³à²¨à³ ಪರಿಶà³à²²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr "ಪಾಲಿಸಿ à²à²¿à²à³ %s à²à²¾à²°à³à²¯à²µà²¨à³à²¨à³ pid %d, uid %d à²à²à²¦ ನಿರಾà²à²°à²¿à²¸à²¿à²¦à³, ಫಲಿತಾà²à²¶: %s\n"
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr "ಪಾಲಿಸಿ à²à²¿à²à³ %s à²à²¾à²°à³à²¯à²µà²¨à³à²¨à³ pid %d, uid %d à²à²à²¦ à²
ನà³à²®à²¤à²¿à²¸à²¿à²¦à³, ಫಲಿತಾà²à²¶: %s"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr "à²à³à²²à³à²à²à³ ಬà³à²à²¬à²²à²µà²¿à²²à³à²²à²¦ PolicyKit init ಮನವಿà²à²¾à²à²¿ ಪà³à²°à²¯à²¤à³à²¨à²¿à²¸à²¿à²¦à³"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
#, fuzzy
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "ಸಾಧನವೠà²à²à²¡à³ ಬà²à²¦à²¿à²²à³à²²: %s (%s)"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ dict à²à²¾à²²à²à²à²"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -900,530 +916,532 @@ msgstr "ಸà²à²ªà²°à³à² ಹà³à²¯à²¾à²¶à³ à²à³à²¬à²²à³à²²à²¿à²à³ ಶà³
msgid "dev missing from connection hash table"
msgstr "ಸà²à²ªà²°à³à² ಹà³à²¯à²¾à²¶à³ à²à³à²¬à²²à³à²²à²¿à²¨à²¿à²à²¦ vol à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "à²
à²à³à²à²¾à²¤ ಬà²à³ '%s'"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "à²
à²à³à²à²¾à²¤à²µà²¾à²¦ ಬà³à²à³ ಸಾಧನ '%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ ಫà³à²²à²¾à²ªà²¿ ಸಾಧನದ ಹà³à²¸à²°à³: %s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ ಹಾರà³à²¡à³-ಡಿಸà³à²à³â ಹà³à²¸à²°à³: %s"
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "à²
à²à³à²à²¾à²¤ ದà³à²¢à³à²à²°à²£à²¦ ಬà²à³ '%s'"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "ಫà³à²²à²¾à²ªà²¿ ಡಿಸà³à²à²¿à²à²¾à²à²¿ à²
ಮಾನà³à²¯à²µà²¾à²¦ ಬಸೠಬà²à³ '%s'"
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "ಫà³à²²à²¾à²ªà²¿ ಡಿಸà³à²à²¿à²à²¾à²à²¿ à²
ಮಾನà³à²¯à²µà²¾à²¦ ಬಸೠಬà²à³ '%s'"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "à²
à²à³à²à²¾à²¤à²µà²¾à²¦ ಬà³à²à³ ಸಾಧನ '%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "à²
à²à³à²à²¾à²¤ ದà³à²¢à³à²à²°à²£à²¦ ಬà²à³ '%s'"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "à²
à²à³à²à²¾à²¤ ದà³à²¢à³à²à²°à²£à²¦ ಬà²à³ '%s'"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
"<interface type='network'/> ನà³à²à²¦à²¿à²à³ ಯಾವà³à²¦à³ <source> 'network' ವà³à²¶à²¿à²·à³à²à³à²¯à²µà²¨à³à²¨à³ "
"ಸà³à²à²¿à²¸à²²à²¾à²à²¿à²²à³à²²"
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
"<interface type='bridge'/> ನà³à²à²¦à²¿à²à³ ಯಾವà³à²¦à³ <source> 'dev' ವà³à²¶à²¿à²·à³à²à³à²¯à²µà²¨à³à²¨à³ "
"ಸà³à²à²¿à²¸à²²à²¾à²à²¿à²²à³à²²"
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr "ಸಾà²à³à²à³ ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²¨à³à²à²¦à²¿à²à³ ಯಾವà³à²¦à³ <source> 'port' ವà³à²¶à²¿à²·à³à²à³à²¯à²µà²¨à³à²¨à³ ಸà³à²à²¿à²¸à²²à²¾à²à²¿à²²à³à²²"
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
"ಸಾà²à³à²à³ ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²¨à³à²à²¦à²¿à²à³ ಯಾವà³à²¦à³ <source> 'port' ವà³à²¶à²¿à²·à³à²à³à²¯à²µà²¨à³à²¨à³ ಸà³à²à²¿à²¸à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
"ಸಾà²à³à²à³ ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²¨à³à²à²¦à²¿à²à³ ಯಾವà³à²¦à³ <source> 'address' ವà³à²¶à²¿à²·à³à²à³à²¯à²µà²¨à³à²¨à³ ಸà³à²à²¿à²¸à²²à²¾à²à²¿à²²à³à²²"
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr "ಮಾದರಿ ಹà³à²¸à²°à³ à²
ಮಾನà³à²¯à²µà²¾à²¦ à²
à²à³à²·à²°à²à²³à²¨à³à²¨à³ ಹà³à²à²¦à²¿à²¦à³"
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
msgid "Missing source path attribute for char device"
msgstr "char ಸಾಧನà²à³à²à²¾à²à²¿à²¨ à²à²à²° ಮಾರà³à²à²¦ ವà³à²¶à²¿à²·à³à²à³à²¯à²µà³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
msgid "Missing source host attribute for char device"
msgstr "char ಸಾಧನà²à³à²à²¾à²à²¿à²¨ ಮà³à²²à²¦ à²
ತಿಥà³à²¯ ವà³à²¶à²¿à²·à³à²à³à²¯à²µà³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr "char ಸಾಧನà²à³à²à²¾à²à²¿à²¨ ಮà³à²²à²¦ ಸà³à²µà³à²¯ ವà³à²¶à²¿à²·à³à²à³à²¯à²µà³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr "à²à²¦à²¾à²¨ ಸಾಧನದ ಬà²à³à²¯ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "à²
à²à³à²à²¾à²¤à²µà²¾à²¦ ಬà³à²à³ ಸಾಧನ '%s'"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "à²
à²à³à²à²¾à²¤ ದà³à²¢à³à²à²°à²£à²¦ ಬà²à³ '%s'"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "ps2 ಬಸೠ%s à²à²¦à²¾à²¨ ಸಾಧನವನà³à²¨à³ ಬà³à²à²¬à²²à²¿à²¸à³à²µà³à²¦à²¿à²²à³à²²"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "ಬà³à²à²¬à²²à²µà²¿à²²à³à²²à²¦ à²à²¦à²¾à²¨ ಬಸೠ%s"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr "xen ಬಸೠ%s à²à²¦à²¾à²¨ ಸಾಧನವನà³à²¨à³ ಬà³à²à²¬à²²à²¿à²¸à³à²µà³à²¦à²¿à²²à³à²²"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "à²à²¦à²¾à²¨ ಸಾಧನದ ಬà²à³à²¯ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "à²
à²à³à²à²¾à²¤ ಸಾಧನದ ಬà²à³"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "%s à²à²¾à²à²¿ ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²µà²¨à³à²¨à³ ತà³à²à³à²¦à³à²¹à²¾à²à²²à²¾à²à²¿à²²à³à²²"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "à²
à²à³à²à²¾à²¤ ದà³à²¢à³à²à²°à²£à²¦ ಬà²à³ '%s'"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "à²
à²à³à²à²¾à²¤ ಧà³à²µà²¨à²¿ ಮಾದರಿಯ ಬà²à³"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "dir %s à²
ನà³à²¨à³ à²à²¦à²²à²¾à²à²¿à²²à³à²²: %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "ಸಾಧನ %s à²
ನà³à²¨à³ ತà³à²°à³à²¯à²²à²¾à²à²¿à²²à³à²²"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "%s à²
ನà³à²¨à³ à²à²¦à²²à²¾à²à²¿à²²à³à²²: %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "ಸಾಧನ %s à²
ನà³à²¨à³ ತà³à²°à³à²¯à²²à²¾à²à²¿à²²à³à²²"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "à²
à²à³à²à²¾à²¤ ದà³à²¢à³à²à²°à²£à²¦ ಬà²à³ '%s'"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³ \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "à²à²à²° à²
ತಿಥà³à²¯à²µà³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "ಸಾಧನ %s à²
ನà³à²¨à³ ತà³à²°à³à²¯à²²à²¾à²à²¿à²²à³à²²"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "%s à²
ನà³à²¨à³ à²à²¦à²²à²¾à²à²¿à²²à³à²²: %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "ಸಾಧನ %s à²
ನà³à²¨à³ ತà³à²°à³à²¯à²²à²¾à²à²¿à²²à³à²²"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "à²
à²à³à²à²¾à²¤ ದà³à²¢à³à²à²°à²£à²¦ ಬà²à³ '%s'"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "à²
à²à³à²à²¾à²¤à²µà²¾à²¦ ಬà³à²à³ ಸಾಧನ '%s'"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "à²
à²à³à²à²¾à²¤à²µà²¾à²¦ ಬà³à²à³ ಸಾಧನ '%s'"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "à²à²à²° à²
ತಿಥà³à²¯à²µà³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "à²
à²à³à²à²¾à²¤ à²
ತಿಥà³à²¯ %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "à²
à²à³à²à²¾à²¤ ದà³à²¢à³à²à²°à²£à²¦ ಬà²à³ %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "ಮà³à²² à²à²à²à²µà³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "à²
à²à³à²à²¾à²¤ ಸಾಧನದ ಬà²à³"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಬà²à³à²¯ ವà³à²¶à²¿à²·à³à²à³à²¯à²µà³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "à²
ಮಾನà³à²¯ à²à³à²·à³à²¤à³à²° ಬà²à³"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "UUID à²
ನà³à²¨à³ à²à²¤à³à²ªà²¾à²¦à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "ತಪà³à²ªà²¾à²¦ uuid à²à²à²"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr "ಮà³à²®à³à²°à²¿ à²à²à²à²µà³ à²à²¾à²£à³à²¤à³à²¤à²¿à²²à³à²²"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ ದತà³à²¤à²¾à²à²¶ '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "ಯಾವà³à²¦à³ OS ಬà²à³ à²à²²à³à²²"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "ಬà³à²à²¬à²²à²µà²¿à²²à³à²²à²¦ à²à²°à³à²à²¿à²à³à²à³à²à²°à³"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "à²à²à²° ಸಾಧನà²à²³à²¨à³à²¨à³ ಹà³à²°à²¤à³à²à³à²¯à²²à²¾à²à²²à²¿à²²à³à²²"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "à²à²à²° ಸಾಧನವೠà²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr "à²
à²à³à²à²¾à²¤à²µà²¾à²¦ ಬà³à²à³ ಸಾಧನ '%s'"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "à²à²à²° ಸಾಧನà²à²³à²¨à³à²¨à³ ಹà³à²°à²¤à³à²à³à²¯à²²à²¾à²à²²à²¿à²²à³à²²"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
#, fuzzy
msgid "cannot extract filesystem devices"
msgstr "à²à²à²° ಸಾಧನà²à²³à²¨à³à²¨à³ ಹà³à²°à²¤à³à²à³à²¯à²²à²¾à²à²²à²¿à²²à³à²²"
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "à²à²à²° ಸಾಧನà²à²³à²¨à³à²¨à³ ಹà³à²°à²¤à³à²à³à²¯à²²à²¾à²à²²à²¿à²²à³à²²"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
#, fuzzy
msgid "cannot extract parallel devices"
msgstr "à²à²à²° ಸಾಧನà²à²³à²¨à³à²¨à³ ಹà³à²°à²¤à³à²à³à²¯à²²à²¾à²à²²à²¿à²²à³à²²"
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "à²à²à²° ಸಾಧನà²à²³à²¨à³à²¨à³ ಹà³à²°à²¤à³à²à³à²¯à²²à²¾à²à²²à²¿à²²à³à²²"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "à²à²à²° ಸಾಧನà²à²³à²¨à³à²¨à³ ಹà³à²°à²¤à³à²à³à²¯à²²à²¾à²à²²à²¿à²²à³à²²"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "à²à²à²° ಸಾಧನà²à²³à²¨à³à²¨à³ ಹà³à²°à²¤à³à²à³à²¯à²²à²¾à²à²²à²¿à²²à³à²²"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "à²à²à²° ಸಾಧನà²à²³à²¨à³à²¨à³ ಹà³à²°à²¤à³à²à³à²¯à²²à²¾à²à²²à²¿à²²à³à²²"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "à²à²à²° ಸಾಧನà²à²³à²¨à³à²¨à³ ಹà³à²°à²¤à³à²à³à²¯à²²à²¾à²à²²à²¿à²²à³à²²"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "ಬà³à²à²¡à³: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ತಾತà³à²à²¾à²²à²¿à² ತಡೠಹಿಡಿಯà³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr "ಸರಿಯಲà³à²²à²¦ ಮà³à²² à²à²à²"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "à²à³à²ªà³à²²à²à²¿ cpuset ಸಿà²à²à²¾à²à³à²¸à²¿à²¨à²²à³à²²à²¿ ದà³à²·"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ à²à³à²·à³à²¤à³à²°à²¦ ಬà²à³ %d"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ à²à³à²·à³à²¤à³à²°à²¦ ಬà²à³ %d"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ à²à³à²·à³à²¤à³à²°à²¦ ಬà²à³ %d"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ à²à³à²·à³à²¤à³à²°à²¦ ಬà²à³ %d"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ à²à³à²·à³à²¤à³à²°à²¦ ಬà²à³ %d"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ à²à³à²·à³à²¤à³à²°à²¦ ಬà²à³ %d"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ à²à³à²·à³à²¤à³à²°à²¦ ಬà²à³ %d"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ à²à³à²·à³à²¤à³à²°à²¦ ಬà²à³ %d"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ à²à³à²·à³à²¤à³à²°à²¦ ಬà²à³ %d"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ à²à³à²·à³à²¤à³à²°à²¦ ಬà²à³ %d"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ à²à³à²·à³à²¤à³à²°à²¦ ಬà²à³ %d"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ dict à²à²¾à²²à²à²à²"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ à²à³à²·à³à²¤à³à²°à²¦ ಬà²à³ %d"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ à²à³à²·à³à²¤à³à²°à²¦ ಬà²à³ %d"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ à²à³à²·à³à²¤à³à²°à²¦ ಬà²à³ %d"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ ಮà³à²²à³à²¯ à²à²¾à²²à²à²à²"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "%s ಸà²à²°à²à²¨à²¾ à²à³à²¶à²µà²¨à³à²¨à³ ರà²à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "%s ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²µà²¨à³à²¨à³ ರà²à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "%s ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²à³à²à³ ಬರà³à²¯à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "%s ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²µà²¨à³à²¨à³ à²à²³à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "dir '%s' à²
ನà³à²¨à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "%s à²à²¾à²à²¿ ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²µà²¨à³à²¨à³ ತà³à²à³à²¦à³à²¹à²¾à²à²²à²¾à²à²¿à²²à³à²²"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "à²
à²à³à²à²¾à²¤ virt ಬà²à³"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "à²à²²à²¾à²¯à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠ'"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "à²à²¦à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "à²à²¦à²à³à²à³ ಬರà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "%s à²à³à²¶à²µà²¨à³à²¨à³ ಸà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "%s à²à³ iptableà²à²³ ನಿಯಮà²à²³à²¨à³à²¨à³ à²à²³à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³ : %s"
@@ -1435,58 +1453,58 @@ msgstr ""
"iptableà²à²³ ನಿಯಮ '%s' à²
ನà³à²¨à³ ಸರಪಳಿ '%s' ಯ à²à³à²¬à²²à³â '%s' à²à²à²¦ ತà³à²à³à²¦à³ ಹಾà²à³à²µà²²à³à²²à²¿ ವಿಫಲತೠ"
"à²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
"iptableà²à²³ ನಿಯಮ '%s' à²
ನà³à²¨à³ ಸರಪಳಿ '%s' ಯ à²à³à²¬à²²à³â '%s' à²à³ ಸà³à²°à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠ"
"à²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "ಸà²à²ªà²°à³à² URI à²
ನà³à²¨à³ ಪಾರà³à²¸à³ ಮಾಡಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "ದà³à²· à²à³à²¶ %s à²
ನà³à²¨à³ ರà²à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "à²à²°à³à²¨à²²à³ ಮಾರà³à²à²µà³ ಬಹಳ à²à²¦à³à²¦à²µà²¾à²à²¿à²¦à³"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "ಪà³à²ªà³ à²
ನà³à²¨à³ ನಿರà³à²®à²¿à²¸à²²à²¾à²à²¿à²²à³à²²: %s"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare uri à²
ನà³à²¨à³ ಹà³à²à²¦à²¿à²¸à²¿à²²à³à²²"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domainMigratePrepare uri à²
ನà³à²¨à³ ಹà³à²à²¦à²¿à²¸à²¿à²²à³à²²"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr "ಮಾರà³à²à²µà³ NULL à²à²à²¿à²¦à³"
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr "à²à³à²°à³à²¤à³à²à²³à³ ಶà³à²¨à³à²¯à²µà²¾à²à²¿à²°à²¬à³à²à³"
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr "ಬಫರೠNULL à²à²à²¿à²¦à³"
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr "à²à³à²°à³à²¤à³à²à²³ ನಿಯತಾà²à²à²µà³ VIR_MEMORY_VIRTUAL à²à²à²¿à²°à²²à³à²¬à³à²à³"
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr "ಬಫರೠNULL à²à²à²¿à²¦à³à²¦à²°à³ à²à²¾à²¤à³à²°à²µà³ ಶà³à²¨à³à²¯à²µà²¾à²à²¿à²²à³à²²"
@@ -1530,12 +1548,12 @@ msgstr "ನಿಷà³à²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²° %s à²
ನà³à²¨à³ ಸ
msgid "failed to bind new root %s"
msgstr "ಸಾà²à³à²à³â à²
ನà³à²¨à³ '%s' à²à³ ಬà³à²à²¡à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "%s à²
ನà³à²¨à³ ರà²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "ಸಾà²à³à²à³â à²
ನà³à²¨à³ '%s' à²à³ ಬà³à²à²¡à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
@@ -1708,21 +1726,21 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr "uuid ಯನà³à²¨à³ ಹà³à²²à³à²µ ಯಾವà³à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¿à²²à³à²²"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr "ಸà²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ à²
ಳಿಸಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "ಸà²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ à²
ಳಿಸಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
@@ -1777,7 +1795,7 @@ msgstr "à²
ಮಾನà³à²¯ à²à³à²·à³à²¤à³à²° ಸà³à²à²(domain pointer)"
msgid "failed to kill pid %d"
msgstr "tty pid à²à²¡à²¤ %s à²
ನà³à²¨à³ ಮà³à²à³à²à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "à²à²¡à²¤ '%s' à²
ನà³à²¨à³ stat ಮಾಡಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
@@ -1812,236 +1830,246 @@ msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಹà³à²¸à²°à³"
msgid "no domain with id %d"
msgstr "id %d ಯನà³à²¨à³ ಹà³à²à²¦à²¿à²°à³à²µ ಯಾವà³à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¿à²²à³à²²"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "à²
à²à³à²à²¾à²¤ ವಿಧಾನ : %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಪà³à²¨à²°à²¾à²°à²à²à²à³à²³à²¿à²¸à²²à³ ವಿಫಲತà³"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à² ಮಾರà³à²: %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "virXPathNode() à²à³ à²
ಮಾನà³à²¯à²µà²¾à²¦ ನಿಯತಾà²à²"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "%d ವಿಳಾಸವನà³à²¨à³ ಪರಿಹರಿಸಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "%d ವಿಳಾಸವನà³à²¨à³ ಪರಿಹರಿಸಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "%d ವಿಳಾಸವನà³à²¨à³ ಪರಿಹರಿಸಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "ಹà³à²¡à²°à³ '%s' à²
ನà³à²¨à³ à²à²¦à²²à²¾à²à²¿à²²à³à²²: %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
"ಫಾರà³à²µà²¾à²°à³à²¡à²¿à²à²à³âà²à²¾à²à²¿ ಮನವಿ ಸಲà³à²²à²¿à²¸à²²à²¾à²à²¿à²¦à³, à²à²¦à²°à³ ಯಾವà³à²¦à³ IPv4 ವಿಳಾಸ/à²à²¾à²²à²®à³à²¸à³à²à²¨à³à²¨à³ "
"à²à²¦à²à²¿à²¸à²²à²¾à²à²¿à²¦à³"
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "à²
à²à³à²à²¾à²¤ ದà³à²¢à³à²à²°à²£à²¦ ಬà²à³ '%s'"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr "à²à²¾à²²à²¬à²à²§ ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²¦ ಹà³à²¸à²°à³ '%s', '%s' à²à²¾à²²à²¬à²à²§ ಹà³à²¸à²°à²¿à²à³ ತಾಳà³à²¯à²¾à²à³à²¤à³à²¤à²¿à²²à³à²²"
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "%s à²à²¾à²à²¿ ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²µà²¨à³à²¨à³ ತà³à²à³à²¦à³à²¹à²¾à²à²²à²¾à²à²¿à²²à³à²²"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "%s à²à³à²·à³à²¤à³à²°à²µà³ à²à²à²¾à²à²²à³ à²
ಸà³à²¤à²¿à²¤à³à²µà²¦à²²à³à²²à²¿à²¦à³"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "à²à²¾à²²à²¬à²à²§ '%s' à²
ನà³à²¨à³ ಸà³à²µà²¯à² à²à²°à²à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "ಸà²à²ªà²°à³à² ಬà³à²à²¬à²²à²µà²¨à³à²¨à³ à²à²°à²à²à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "qemudStartup: ಸಾà²à²·à³à²à³ ಮà³à²®à³à²°à²¿ à²à²²à³à²²"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
#, fuzzy
msgid "Reloading iptables rules\n"
msgstr "iptables ನಿಯಮà²à²³à²¨à³à²¨à³ ಮರಳಿ ಲà³à²¡à³ ಮಾಡಲಾà²à³à²¤à³à²¤à²¿à²¦à³"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr "dhcp ಡà³à²®à²¨à³ à²
ನà³à²¨à³ ಪರಿà²à²¾à²°à²à²¦ IP ವಿಳಾಸವಿಲà³à²²à²¦à³ à²à²°à²à²à²¿à²¸à³à²µà²à²¤à²¿à²²à³à²²"
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "ದà³à²· à²à³à²¶ %s à²
ನà³à²¨à³ ರà²à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr ""
"'%s' à²à²à²¦ ಫಾರà³à²µà²¾à²¡à²¿à²à²à³ à²
ನà³à²¨à³ à²
ನà³à²®à²¤à²¿à²¸à²²à³ iptables ನಿಯಮà²à²³à²¨à³à²¨à³ ಸà³à²°à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠ: %s\n"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr ""
"'%s' à²à³ ಫಾರà³à²µà²¾à²¡à²¿à²à²à³ à²
ನà³à²¨à³ à²
ನà³à²®à²¤à²¿à²¸à²²à³ iptables ನಿಯಮà²à²³à²¨à³à²¨à³ ಸà³à²°à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠ: %s\n"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr ""
"à²à²¦à³à²®à²µà³à²¶à²à³à²³à²¿à²¸à³à²µà²¿à²à³à²¯à²¨à³à²¨à³ ಶà²à³à²¤à²à³à²³à²¿à²¸à²²à³ iptables ನಿಯಮà²à²³à²¨à³à²¨à³ ಸà³à²°à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠ: %s\n"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr ""
"'%s' ಯಿà²à²¦ ರà³à²à²¿à²à²à³ à²
ನà³à²¨à³ à²
ನà³à²®à²¤à²¿à²¸à²²à³ iptables ನಿಯಮà²à²³à²¨à³à²¨à³ ಸà³à²°à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠ: %s\n"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr ""
"'%s' à²à³ ರà³à²à²¿à²à²à³ à²
ನà³à²¨à³ à²
ನà³à²®à²¤à²¿à²¸à²²à³ iptables ನಿಯಮà²à²³à²¨à³à²¨à³ ಸà³à²°à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠ: %s\n"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr ""
"'%s' à²à²à²¦ DHCP ಮನವಿà²à²³à²¨à³à²¨à³ à²
ನà³à²®à²¤à²¿à²¸à²²à³ iptables ನಿಯಮà²à²³à²¨à³à²¨à³ ಸà³à²°à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠ: %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr ""
"'%s' à²à²à²¦ DNS ಮನವಿà²à²³à²¨à³à²¨à³ à²
ನà³à²®à²¤à²¿à²¸à²²à³ iptables ನಿಯಮà²à²³à²¨à³à²¨à³ ಸà³à²°à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠ: %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "'%s' ಯಿà²à²¦ ಹà³à²°à²¹à³à²à³à²µ à²à³à²°à²¾à²«à²¿à²à³âà²à³ iptables ನಿಯಮà²à²³à²¨à³à²¨à³ ಸà³à²°à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "'%s' à²à³ à²à²³à²¬à²°à³à²µ à²à³à²°à²¾à²«à²¿à²à³âà²à³ iptables ನಿಯಮà²à²³à²¨à³à²¨à³ ಸà³à²°à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr ""
"'%s' ನಲà³à²²à²¿à²¨ à²à³à²°à²¾à²¸à³ ಸà²à²ªà²°à³à² à²à³à²°à²¾à²«à²¿à²à³ à²
ನà³à²¨à³ à²
ನà³à²®à²¤à²¿à²¸à²²à³ iptables ನಿಯಮà²à²³à²¨à³à²¨à³ ಸà³à²°à²¿à²¸à³à²µà²²à³à²²à²¿ "
"ವಿಫಲತೠ: %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "à²à²¾à²²à²¬à²à²§à²µà³ à²à²à²¾à²à²²à³ ಸà²à³à²°à²¿à²¯à²µà²¾à²à²¿à²¦à³"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "'%s' ಸà²à²ªà²°à³à²à²µà²¨à³à²¨à³ ನಿರà³à²®à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²² : %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "ಸà²à²ªà²°à³à² '%s' à²
ನà³à²¨à³ '%s' à²à³ IP ವಿಳಾಸವನà³à²¨à³ ಹà³à²à²¦à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "ಸà²à²ªà²°à³à² '%s' à²
ನà³à²¨à³ '%s' à²à³ à²à²¾à²²à²®à³à²¸à³à²à²¨à³à²¨à³ ಹà³à²à²¦à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "'%s' ಸà²à²ªà²°à³à²à²µà²¨à³à²¨à³ à²à³à²¡à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "IP ಫಾರà³à²µà²¾à²°à³à²¡à²¿à²à²à³ à²
ನà³à²¨à³ ಶà²à³à²¤à²à³à²³à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³:%s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "'%s' ಸà²à²ªà²°à³à²à²µà²¨à³à²¨à³ ತಪà³à²ªà²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "'%s' ಸà²à²ªà²°à³à²à²¨à³à²¨à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "à²à²¾à²²à²¬à²à²§ '%s' à²
ನà³à²¨à³ ಮà³à²à³à²à²²à²¾à²à³à²¤à³à²¤à²¿à²¦à³"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr "ತಾಳà³à²¯à²¾à²à³à²µ uuidà²à³ ಹà³à²à²¦à³à²µ ಯಾವà³à²¦à³ à²à²¾à²²à²¬à²à²§ à²à²²à³à²²"
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr "ತಾಳà³à²¯à²¾à²à³à²µ ಹà³à²¸à²°à²¿à²à³ ಹà³à²à²¦à³à²µ ಯಾವà³à²¦à³ à²à²¾à²²à²¬à²à²§ à²à²²à³à²²"
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "à²à²¾à²²à²¬à²à²§à²µà³ à²à²à²¾à²à²²à³ ಸà²à³à²°à²¿à²¯à²µà²¾à²à²¿à²¦à³"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr "ತಾಳà³à²¯à²¾à²à³à²µ à²à²¡à²¿à²à³ ಹà³à²à²¦à³à²µ ಯಾವà³à²¦à³ à²à²¾à²²à²¬à²à²§ à²à²²à³à²²"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "'%s' à²à²¾à²²à²¬à²à²§à²µà³ ಸà²à³à²°à²¿à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "ಸà³à²µà²¯à²à²à²°à²à² à²à³à²¶ %s à²
ನà³à²¨à³ ನಿರà³à²®à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "ಸಿಮà³âಲಿà²à²à³â '%s' à²
ನà³à²¨à³ '%s' à²à²¾à²à²¿ ನಿರà³à²®à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "ಸಿಮà³âಲಿà²à²à³â '%s' à²
ನà³à²¨à³ à²
ಳಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
@@ -2052,7 +2080,267 @@ msgstr "ಸಿಮà³âಲಿà²à²à³â '%s' à²
ನà³à²¨à³ à²
ಳಿಸà³
msgid "no node device with matching name"
msgstr "ಹà³à²¸à²°à²¿à²à³ ತಾಳà³à²¯à²¾à²à³à²µ ಯಾವà³à²¦à³ ಶà³à²à²°à²£à²¾ vol à²à²²à³à²²"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "ಸಾಧನ ಹà³à²¡à²°à³ %s à²
ನà³à²¨à³ ತà³à²°à²µà³à²à³à²³à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "à²à²à²° ಮಾರà³à²à²µà³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "à²
à²à³à²à²¾à²¤à²µà²¾à²¦ ಶà³à²à²°à²£à²¾ %d vol ಬà²à³"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "à²à²¡à²¤à²¦ ಮಾಲಿಠ'%s' à²
ನà³à²¨à³ ಹà³à²à²¦à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ ಧà³à²µà²¨à²¿ ಮಾದರಿ '%s'"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "à²à²¾à²²à²¬à²à²§ ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²¦ ಬà²à³"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "%s ನಲà³à²²à²¿ à²
ಮಾನà³à²¯ à²à²¾à²²à²¬à²à²§ ಸà³à²à²¿(pointer)"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "à²
à²à³à²à²¾à²¤ ದà³à²¢à³à²à²°à²£à²¦ ಬà²à³ '%s'"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "%s ನಲà³à²²à²¿ à²
ಮಾನà³à²¯à²µà²¾à²¦ ಶà³à²à²°à²£à²¾ ಪà³à²²à³ ಸà³à²à²"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "%s ನಲà³à²²à²¿ à²
ಮಾನà³à²¯ à²à³à²·à³à²¤à³à²° ಸà³à²à²(domain pointer)"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "%s ನಲà³à²²à²¿ à²
ಮಾನà³à²¯ à²à³à²·à³à²¤à³à²° ಸà³à²à²(domain pointer)"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ ಧà³à²µà²¨à²¿ ಮಾದರಿ '%s'"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ ಧà³à²µà²¨à²¿ ಮಾದರಿ '%s'"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "%s ನಲà³à²²à²¿ à²
ಮಾನà³à²¯ ಸà²à²ªà²°à³à² ಸà³à²à²¿(pointer)"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "ತಪà³à²ªà²¾à²¦ uuid à²à²à²"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "ಸಾಮರà³à²¥à³à²¯ à²à²à²à²µà³ à²à²¾à²£à³à²¤à³à²¤à²¿à²²à³à²²"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "à²
à²à³à²à²¾à²¤ ದà³à²¢à³à²à²°à²£à²¦ ಬà²à³ '%s'"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "à²
à²à³à²à²¾à²¤ ದà³à²¢à³à²à²°à²£à²¦ ಬà²à³ '%s'"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "%s à²
ನà³à²¨à³ ತà³à²°à³à²¯à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
@@ -2212,7 +2500,7 @@ msgstr "à²à³à²·à³à²¤à³à²°à²µà³ ಮà³à²à³à²à²²à²¾à²à³à²µ ಸà³à²¥à²¿
msgid "Could not read container config"
msgstr "ಸà²à²ªà²°à³à² URI à²
ನà³à²¨à³ ಪಾರà³à²¸à³ ಮಾಡಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr "à²
à²à³à²à²¾à²¤ ಬà²à³ '%s'"
@@ -2226,6 +2514,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "ಸà²à²ªà²°à³à² URI à²
ನà³à²¨à³ ಪಾರà³à²¸à³ ಮಾಡಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "'%s' pid à²à²¡à²¤à²µà²¨à³à²¨à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠ: %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "ಸಿà²à³à²¨à²²à³ ಪà³à²ªà³âನಿà²à²¦ à²à²¦à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "'%s' pid à²à²¡à²¤à²à³à²à³ ಬರà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠ: %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "'%s' pid à²à²¡à²¤à²µà²¨à³à²¨à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠ: %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "à²à²¾à²°à³à²¯à²¾à²à²°à²£à³à²¯à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "ಸಾà²à³à²à³â à²
ನà³à²¨à³ '%s' à²à³ ಬà³à²à²¡à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "ಹà³à²ªà²°à³à²µà³à²¸à²°à²¿à²à³ ಸà²à²ªà²°à³à² à²à²²à³à²ªà²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "ಸಾà²à³à²à³â à²
ನà³à²¨à³ '%s' à²à³ ಬà³à²à²¡à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "%s ದಿà²à²¦ vol à²
ನà³à²¨à³ ಸà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "uid '%d' à²à²¾à²à²¿ ಬಳà²à³à²¦à²¾à²° ದಾà²à²²à³à²¯à²¨à³à²¨à³ ಪತà³à²¤à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "%s ದಿà²à²¦ ಪà³à²²à³ à²
ನà³à²¨à³ ಸà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2270,412 +2623,426 @@ msgstr "ಪà³à²°à²¾à²à³à²¸à²¿à²¯à³à²à²¦à²¿à²à²¿à²¨ ಸà²à²ªà²°à³à²à²¦
msgid "got asynchronous packet number %d\n"
msgstr "ಹà³à²à²¦à²¿à²à³à²¯à²¾à²à²¦ ಪà³à²¯à²¾à²à³à²à³ ಸà²à²à³à²¯à³ %d à²
ನà³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à²²à²¾à²à²¿à²¦à³\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "qemu %d pid %lu à²à²à²¦ à²
ನಿರà³à²à³à²·à²¿à²¤ ನಿರà³à²à²®à²¨ ಸà³à²¥à²¿à²¤à²¿"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ ನಿರà³à²à²®à²¨ ಸà³à²¥à²¿à²¤à²¿ '%d', qemu ಬಹà³à²·à² ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "QEMU ಬà³à²¨à²°à²¿ %s ಯೠà²à²à²¡à³à²¬à²°à²²à²¿à²²à³à²²: %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "'%s' à²à²¾à²²à²¬à²à²§à²µà³ à²à²à²¡à³ ಬà²à²¦à²¿à²²à³à²²"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr "%d ಬà²à³à²¯ à²à²¾à²²à²¬à²à²§à²µà³ ಬà³à²à²¬à²²à²¿à²¤à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr "ಸà²à²ªà²°à³à² ಬà³à²à²¬à²²à²µà²¨à³à²¨à³ à²à²°à²à²à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
"à²à³à²¯à²¾à²ªà³ ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²¦ '%s' à²
ನà³à²¨à³ ಸà²à²ªà²°à³à² '%s' à²à³à²à³ ಸà³à²°à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr ""
"à²à³à²¯à²¾à²ªà³ ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²¦ '%s' à²
ನà³à²¨à³ ಸà²à²ªà²°à³à² '%s' à²à³à²à³ ಸà³à²°à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "ಠqemu à²à²à²¦ 'info blockstats' ಬà³à²à²¬à²²à²¿à²¤à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
#, fuzzy
msgid "STDIO migration is not supported with this QEMU binary"
msgstr "ಠqemu à²à²à²¦ 'info blockstats' ಬà³à²à²¬à²²à²¿à²¤à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "ಬà³à²à²¬à²²à²µà²¿à²²à³à²²à²¦ ಡಿಸà³à²à³â ಬà²à³ '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "ಬà³à²à²¬à²²à²µà²¿à²²à³à²²à²¦ ಡಿಸà³à²à³â ಬà²à³ '%s'"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr "ಬà³à²à²¬à²²à²µà²¿à²²à³à²²à²¦ ಡಿಸà³à²à³â ಬà²à³ '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ ಧà³à²µà²¨à²¿ ಮಾದರಿ"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "à²
ಮಾನà³à²¯ à²à³à²·à³à²¤à³à²° ಹà³à²¸à²°à³"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ ಮಾರà³à²"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "%s ಮಾನಿà²à²°à³ ಮಾರà³à²à²µà²¨à³à²¨à³ à²à²¦à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "à²à²¾à²²à²à²à² à²à³à²·à³à²¤à³à²°à²¦ ಪà²à³à²à²¿"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "close-on-exec à²à²¡à²¤à²¦ ವಿವರಣಾ à²à³à²°à³à²¤à²¨à³à²¨à³ ಹà³à²à²¦à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "non-blocking à²à²¡à²¤à²¦ ವಿವರಣಾ à²à³à²°à³à²¤à²¨à³à²¨à³ ಹà³à²à²¦à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "ದಾà²à²²à³ à²à²¡à²¤ %s à²
ನà³à²¨à³ ರà²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "ಮಾನಿà²à²°à³ à²
ನà³à²¨à³ VM ದಾà²à²²à³à²à²¡à²¤à²µà²¨à³à²¨à³ à²à³à²°à³à²¤à³ à²à²à²¡à²¾à² ಮà³à²à³à²à³ %s à²à³ ಹà³à²à²¦à²¿à²¸à²²à²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "ದಾà²à²²à³ à²à²¡à²¤ %s à²
ನà³à²¨à³ ರà²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/qemu_driver.c:211
-#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "ದಾà²à²²à³ à²à²¡à²¤ %s à²
ನà³à²¨à³ ರà²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "ಮಾನಿà²à²°à³ à²
ನà³à²¨à³ VM ದಾà²à²²à³à²à²¡à²¤à²µà²¨à³à²¨à³ à²à³à²°à³à²¤à³ à²à²à²¡à²¾à² ಮà³à²à³à²à³ %s à²à³ ಹà³à²à²¦à²¿à²¸à²²à²¾à²à²¿à²²à³à²²"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "tty %s à²
ನà³à²¨à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s\n"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "VM '%s' à²
ನà³à²¨à³ ಸà³à²µà²¯à² à²à²°à²à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "ಬà³à²²à²¾à²à³ à²
à²à²à²¿à²
à²à²¶ %s %s à²à²³à²¨à³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "%s ದಿà²à²¦ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಸà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ %s à²à³ à²à²³à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "%s à²à³à²¶à²µà²¨à³à²¨à³ ಸà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "ಪà³à²°à²¸à²à³à²¤ ಸಮಯವನà³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "'%s' à²à³à²°à²®à²µà²¨à³à²¨à³ ಪಾರà³à²¸à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "'%s' à²à³à²°à²®à²µà²¨à³à²¨à³ ಪಾರà³à²¸à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
+
+#: src/qemu_driver.c:476
#, fuzzy, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "VM '%s' à²
ನà³à²¨à³ ಸà³à²µà²¯à² à²à²°à²à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup: ಸಾà²à²·à³à²à³ ಮà³à²®à³à²°à²¿ à²à²²à³à²²"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr "%s à²à²°à²à²à²¿à² à²à²à³âಪà³à²à³ à²
ನà³à²¨à³ à²à²¦à³à²µà²¾à² ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr "%s à²à²°à²à²à²¿à² à²à²à³âಪà³à²à³ à²
ನà³à²¨à³ à²à²¦à³à²µà²¾à² à²à²¾à²²à²¾à²µà²§à²¿ ತà³à²°à²¿à²¦à³"
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr "%s à²à²°à²à²à²¿à² à²à²à³âಪà³à²à³ à²
ನà³à²¨à³ à²à²¦à³à²µà²¾à² ಸà³à²¥à²³à²¾à²µà²à²¾à²¶ ಮà³à²à²¿à²¦à²¿à²¦à³"
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, fuzzy, c-format
+msgid "Out of space while reading %s log output"
+msgstr "%s à²à²°à²à²à²¿à² à²à²à³âಪà³à²à³ à²
ನà³à²¨à³ à²à²¦à³à²µà²¾à² ಸà³à²¥à²³à²¾à²µà²à²¾à²¶ ಮà³à²à²¿à²¦à²¿à²¦à³"
+
+#: src/qemu_driver.c:757
+#, fuzzy, c-format
+msgid "Failure while reading %s log output"
+msgstr "%s à²à²°à²à²à²¿à² à²à²à³âಪà³à²à³ à²
ನà³à²¨à³ à²à²¦à³à²µà²¾à² ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
+
+#: src/qemu_driver.c:771
+#, fuzzy, c-format
+msgid "Timed out while reading %s log output"
+msgstr "%s à²à²°à²à²à²¿à² à²à²à³âಪà³à²à³ à²
ನà³à²¨à³ à²à²¦à³à²µà²¾à² à²à²¾à²²à²¾à²µà²§à²¿ ತà³à²°à²¿à²¦à³"
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr "%s ಮಾನಿà²à²°à³ ಮಾರà³à²à²µà²¨à³à²¨à³ à²à²¦à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr "ಮಾನಿà²à²°à³ à²
ನà³à²¨à³ exec à²à³à²°à³à²¤à³ à²à²à²¡à²¾à² ಮà³à²à³à²à³ à²à³ ಹà³à²à²¦à²¿à²¸à²²à²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr "ಮಾನಿà²à²°à³ à²
ನà³à²¨à³ ನಿರà³à²¬à²à²§à²¿à²¸à²¦à³ à²à²°à³à²µ à²à³à²°à²®à²à³à²à³ à²à²°à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "%d ದಾà²à²²à³ à²à²¡à²¤à²µà²¨à³à²¨à³ ಮà³à²à³à²à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "tty ವà³à²¶à²¿à²·à³à²à³à²¯à²à²³à²¨à³à²¨à³ ಹà³à²à²¦à²¿à²¸à²²à²¾à²à²¿à²²à³à²²: %s\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr "CPU ತà³à²°à³à²¡à³ ಮಾಹಿತಿಯನà³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à²²à³ ಮಾನಿà²à²°à³ à²à²à³à²à³à²¯à²¨à³à²¨à³ à²à²²à²¾à²¯à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "CPU ಸà²à²¬à²à²§ %s à²
ನà³à²¨à³ ಹà³à²à²¦à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr "à²à²¾à²°à³à²¯à²¾à²à²°à²£à³à²¯à²¨à³à²¨à³ ಮರಳಿ ನಡà³à²¸à³à²µà³à²¦à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "ಪà³à²°à²¸à²à³à²¤ ಸಮಯವನà³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "VM à²à²à²¾à²à²²à³ ಸà²à³à²°à²¿à²¯à²µà²¾à²à²¿à²¦à³"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr "ಬಳಸದೠà²à²°à³à²µ VNC ಸà²à²ªà²°à³à²à²¸à³à²¥à²¾à²¨à²µà²¨à³à²¨à³ ಪತà³à²¤à³ ಮಾಡಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "ದà³à²· à²à³à²¶ %s à²
ನà³à²¨à³ ರà²à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "QEMU ಬà³à²¨à²°à²¿ %s ಯೠà²à²à²¡à³à²¬à²°à²²à²¿à²²à³à²²: %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "QEMU ಬà³à²¨à²°à²¿ %s ಯೠà²à²à²¡à³à²¬à²°à²²à²¿à²²à³à²²: %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "argv à²
ನà³à²¨à³ %d ದಾà²à²²à³ à²à²¡à²¤à²à³à²à³ ಬರà³à²¯à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "argv à²
ನà³à²¨à³ %d ದಾà²à²²à³ à²à²¡à²¤à²à³à²à³ ಬರà³à²¯à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "argv à²
ನà³à²¨à³ %d ದಾà²à²²à³ à²à²¡à²¤à²à³à²à³ ಬರà³à²¯à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà³ ಸà³à²¥à²à²¿à²¤à²à³à²³à³à²³à³à²¤à³à²¤à²¿à²¦à³\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "VM '%s' à²
ನà³à²¨à³ ಮà³à²à³à²à²²à²¾à²à³à²¤à³à²¤à²¿à²¦à³"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "ಸಾà²à³à²à³â à²
ನà³à²¨à³ '%s' à²à³ ಬà³à²à²¡à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "%d ದಾà²à²²à³ à²à²¡à²¤à²µà²¨à³à²¨à³ ಮà³à²à³à²à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
+msgid "Failed to remove domain status for %s"
+msgstr "%s ದಿà²à²¦ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಸà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "VM à²à²¨à³à²¸à³à²²à³ ಮಾಹಿತಿಯನà³à²¨à³ ದಾà²à²²à³ ಮಾಡಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "tty %s à²
ನà³à²¨à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr "ಠà²
ತಿಥà³à²¯à²¦à²²à³à²²à²¿ NUMA ಬà³à²à²¬à²²à²¿à²¤à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr "NUMA ಮà³à²à³à²¤ ಮà³à²®à³à²°à²¿à²à²¾à²à²¿ ಮನವಿ ಸಲà³à²²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "à²
ತಿಥà³à²¯à²¦ ಹà³à²¸à²°à²¨à³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà³ à²à²à²¾à²à²²à³ à²
ಸà³à²¤à²¿à²¤à³à²µà²¦à²²à³à²²à²¿à²¦à³"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà³ à²à²à²¾à²à²²à³ à²
ಸà³à²¤à²¿à²¤à³à²µà²¦à²²à³à²²à²¿à²¦à³"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "id %d à²à³ ತಾಳà³à²¯à²¾à²à³à²µ à²à³à²·à³à²¤à³à²°à²µà²¿à²²à³à²²"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "à²à³à²·à³à²¤à³à²°à²µà³ à²à²¾à²²à²¨à³à²¯à²²à³à²²à²¿à²²à³à²²"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr "ಸà³à²¥à²à²¿à²¤à²à³à²³à²¿à²¸à³à²µ à²à²¾à²°à³à²¯à²¾à²à²°à²£à³à²¯à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr "ಮà³à²à³à²à³à²µ à²à²¾à²°à³à²¯à²¾à²à²°à²£à³à²¯à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "uuid '%s' à²à³ ತಾಳà³à²¯à²¾à²à³à²µ ಯಾವà³à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¿à²²à³à²²"
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr "à²à²°à²¿à²·à³à² ಮà³à²®à²°à²¿à²¯à²¨à³à²¨à³ ಪà³à²°à²¸à²à³à²¤ ಮà³à²®à³à²°à²¿à²à²¿à²à²¤ à²à²¡à²¿à²®à³à²à³ ಹà³à²à²¦à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²¦ ಹà³à²¸à²°à³"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr "à²à²°à²¿à²·à³à² ಮà³à²®à³à²°à²¿à²à²¿à²à²¤ ಹà³à²à³à²à²¿à²¨ ಮà³à²®à³à²°à²¿à²¯à²¨à³à²¨à³ ಹà³à²à²¦à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr "à²à³à²·à³à²¤à³à²° xml à²
ನà³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr "%s à²
ನà³à²¨à³ ರà²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
msgstr "à²à²³à²¿à²¸à³à²µ ಹà³à²¡à²°à³ à²
ನà³à²¨à³ ಬರà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr "xml ಬರà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "%d ದಾà²à²²à³ à²à²¡à²¤à²µà²¨à³à²¨à³ ಮà³à²à³à²à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "ಸಾà²à²¾à²à³à²µà²·à³à²à³ ಮà³à²®à³à²°à²¿ à²à²²à³à²²"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr "ವರà³à²à²¾à²µà²£à³ à²à²¾à²°à³à²¯à²µà³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
#, fuzzy
msgid "'migrate' not supported by this qemu"
msgstr "ಠqemu à²à²à²¦ 'info blockstats' ಬà³à²à²¬à²²à²¿à²¤à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr "à²à²à²¦à³ ಸà²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²à³à²à²¾à²à²¿à²¨ vcpu ಸà²à²à³à²¯à³à²¯à²¨à³à²¨à³ ಬದಲಾಯಿಸಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr "à²à³à²·à³à²¤à³à²°à²à³à²à²¾à²à²¿à²¨ à²à²°à²¿à²·à³à² vcpus à²
ನà³à²¨à³ ನಿà²à²¦à²¿à²¸à²²à²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
@@ -2683,288 +3050,342 @@ msgstr ""
"à²à³à²·à³à²¤à³à²°à²à³à²à²¾à²à²¿, à²à²°à²¿à²·à³à² à²
ನà³à²®à²¤à²¿ à²à²°à³à²µ vcpus ಮನವಿ ಸಲà³à²²à²¿à²¸à²²à²¾à²¦ vcpus à²à²¿à²à²¤ ದà³à²¡à³à²¡à²¦à²¾à²à²¿à²¦à³: %d "
"> %d"
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
msgid "cannot pin vcpus on an inactive domain"
msgstr "à²à²à²¦à³ ನಿಷà³à²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²¦ ಮà³à²²à³ vcpus à²
ನà³à²¨à³ ಪಿನೠಮಾಡಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "vcpu ಸà²à²à³à²¯à³à²¯à³ %d > %d ವà³à²¯à²¾à²ªà³à²¤à²¿à²¯à²¿à²à²¦ ಹà³à²°à²à²¿à²¦à³"
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "ಸà²à²¬à²à²§à²µà²¨à³à²¨à³ ಹà³à²à²¦à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr "cpu ಸà²à²¬à²à²§à²à³à²à³ ಬà³à²à²¬à²²à²µà²¿à²²à³à²²"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "ಸà²à²¬à²à²§à²µà²¨à³à²¨à³ ಪಡà³à²¯à²²à²¾à²à²¿à²²à³à²²: %s"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr "cpu ಸà²à²¬à²à²§à²µà³ ಲà²à³à²¯à²µà²¿à²²à³à²²"
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "'%d' à²à³à²·à³à²¤à³à²°à²¦ ವಿವರಣà³à²¯à²²à³à²²à²¿ à²
à²à³à²à²¾à²¤à²µà²¾à²¦ virt ಬà²à³"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "ಪà³à²°à²¸à²à³à²¤ ಸಮಯವನà³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
+
+#: src/qemu_driver.c:3014
+#, fuzzy, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr "vCPU ಸà²à²à³à²¯à³à²¯à³ à²à²°à²¿à²·à³à² ಮಿತಿಯನà³à²¨à³ ಮà³à²°à²¿à²¦à³: %d > %d"
+
+#: src/qemu_driver.c:3023
+#, fuzzy, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr "vCPU ಸà²à²à³à²¯à³à²¯à³ à²à²°à²¿à²·à³à² ಮಿತಿಯನà³à²¨à³ ಮà³à²°à²¿à²¦à³: %d > %d"
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ à²à²¿à²¤à³à²°à²¿à²à³à²¯à²¨à³à²¨à³ à²à²¦à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr "qemu ಹà³à²¡à²°à³ à²
ನà³à²¨à³ à²à²¦à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr "à²à²¿à²¤à³à²°à²¿à²à³à²¯ ಮà³à²¯à²¾à²à²¿à²à³ ತಪà³à²ªà²¾à²à²¿à²¦à³"
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "à²à²¿à²¤à³à²°à²¿à²à³à²¯ à²à²µà³à²¤à³à²¤à²¿à²à³ ಬà³à²à²¬à²²à²µà²¿à²²à³à²² (%d > %d)"
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr "XML à²
ನà³à²¨à³ à²à²¦à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr "XML à²
ನà³à²¨à³ ಪಾರà³à²¸à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr "à²à³à²·à³à²¤à³à²°à²µà³ à²à²à²¾à²à²²à³ '%s' à²à²à²¿ ಸà²à³à²°à²¿à²¯à²µà²¾à²à²¿à²¦à³"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
msgid "failed to assign new VM"
msgstr "ಹà³à²¸ VM à²
ನà³à²¨à³ ನಿಯà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr "VM à²
ನà³à²¨à³ à²à²°à²à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
msgid "failed to resume domain"
msgstr "à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಪà³à²¨à²°à²¾à²°à²à²à²à³à²³à²¿à²¸à²²à³ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "ಬà³à²à²¬à²²à²µà²¿à²²à³à²²à²¦ ಡಿಸà³à²à³â ಬà²à³ '%s'"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "cdrom ಮಾಧà³à²¯à²®à²µà²¨à³à²¨à³ ಬದಲಾಯಿಸಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "cdrom ಮಾಧà³à²¯à²®à²µà²¨à³à²¨à³ ಬದಲಾಯಿಸಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, fuzzy, c-format
msgid "target %s already exists"
msgstr "ಶà³à²à²°à²£à²¾ vol à²à²à²¾à²à²²à³ à²
ಸà³à²¤à²¿à²¤à³à²µà²¦à²²à³à²²à²¿à²¦à³"
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "%s à²
ನà³à²¨à³ à²à²¦à²²à²¾à²à²¿à²²à³à²²: %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà³ à²à²à²¾à²à²²à³ à²
ಸà³à²¤à²¿à²¤à³à²µà²¦à²²à³à²²à²¿à²¦à³"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "à²à²à²° ಸಾಧನà²à²³à²¨à³à²¨à³ ಹà³à²°à²¤à³à²à³à²¯à²²à²¾à²à²²à²¿à²²à³à²²"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "à²
ತಿಥà³à²¯ ವಿವರಣಾ à²à²¡à²¤à²µà²¨à³à²¨à³ ಲà³à²¡à³ ಮಾಡಲಾà²à³à²¤à³à²¤à²¿à²¦à³"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "à²à²à²° ಸಾಧನà²à²³à²¨à³à²¨à³ ಹà³à²°à²¤à³à²à³à²¯à²²à²¾à²à²²à²¿à²²à³à²²"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "à²
ತಿಥà³à²¯ ವಿವರಣಾ à²à²¡à²¤à²µà²¨à³à²¨à³ ಲà³à²¡à³ ಮಾಡಲಾà²à³à²¤à³à²¤à²¿à²¦à³"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr "à²à²à²¦à³ ನಿಷà³à²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²à³à²à³ à²à²à²¦à³ ಸಾಧನವನà³à²¨à³ à²à³à²¡à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:3451
-#, fuzzy
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, fuzzy, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr "à²à³à²µà²² CDROM ಡಿಸà³à²à³â ಸಾಧನà²à²³à²¨à³à²¨à³ ಮಾತà³à²° à²à³à²¡à²¿à²¸à²¬à²¹à³à²¦à²¾à²à²¿à²¦à³"
-#: src/qemu_driver.c:3460
-#, fuzzy
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, fuzzy, c-format
+msgid "device type '%s' cannot be attached"
msgstr "à²à³à²µà²² CDROM ಡಿಸà³à²à³â ಸಾಧನà²à²³à²¨à³à²¨à³ ಮಾತà³à²° à²à³à²¡à²¿à²¸à²¬à²¹à³à²¦à²¾à²à²¿à²¦à³"
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "à²à³à²·à³à²¤à³à²°à²µà³ à²à²à²¡à³ ಬà²à²¦à²¿à²²à³à²²"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಪà³à²¨à²°à²¾à²°à²à²à²à³à²³à²¿à²¸à²²à³ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "%s à²à²à²¦ ಸಾಧನವನà³à²¨à³ à²à²³à²à²²à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "à²à²à²¦à³ ನಿಷà³à²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²à³à²à³ à²à²à²¦à³ ಸಾಧನವನà³à²¨à³ à²à³à²¡à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
#, fuzzy
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr "à²à³à²µà²² CDROM ಡಿಸà³à²à³â ಸಾಧನà²à²³à²¨à³à²¨à³ ಮಾತà³à²° à²à³à²¡à²¿à²¸à²¬à²¹à³à²¦à²¾à²à²¿à²¦à³"
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²¦ ಹà³à²¸à²°à³"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "ಸà³à²µà²¯à²à²à²°à²à² à²à³à²¶ %s à²
ನà³à²¨à³ ನಿರà³à²®à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "ಸಿಮà³âಲಿà²à²à³â '%s' à²
ನà³à²¨à³ '%s' à²à²¾à²à²¿ ನಿರà³à²®à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à² ಮಾರà³à²: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr "'info blockstats' à²à²à³à²à³à²¯à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "ಠqemu à²à²à²¦ 'info blockstats' ಬà³à²à²¬à²²à²¿à²¤à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "ಸಾಧನವೠà²à²à²¡à³ ಬà²à²¦à²¿à²²à³à²²: %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr "NULL à²
ಥವ à²à²¾à²²à²¿ ಮಾರà³à²"
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ ಮಾರà³à², '%s' ವೠà²à²à²¦à³ à²à³à²¤à³à²¤à²¿à²°à³à²µ ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²µà²¾à²à²¿à²²à³à²²"
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "dir '%s' à²
ನà³à²¨à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "à²à²¡à²¤à²¦à²¿à²à²¦ à²à²¸à³à²à³ ಮಾಡà³à²µà²²à³à²²à²¿ à²
ಥವ à²à²¦à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s: %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ ಮಾರà³à²"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr "QEMU à²à²¾à²²à²à²µà³ à²à³à²µà²² ವರà³à²à³à²µà²²à³ ಮà³à²®à³à²°à²¿ addrs à²
ನà³à²¨à³ ಮಾತà³à²° ಬಳಸà³à²¤à³à²¤à²¦à³"
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "ತà³à²°à³à²¯à³à²µà²¿à²à³à²¯à³(%s) ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "lvs à²à²à³à²à³à²¯à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s: ದಾà²à²²à³ à²à²¡à²¤à²à³à²à³ ಬರà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "à²à²¾à²²à²à²à² à²à³à²·à³à²¤à³à²°à²¦ ಪà²à³à²à²¿"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "à²à³à²·à³à²¤à³à²° UUID à²
ನà³à²¨à³ à²à²¤à³à²ªà²¾à²¦à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "à²à³à²·à³à²¤à³à²°à²µà³ à²à²à²¾à²à²²à³ '%s' à²à²à²¿ ಸà²à³à²°à²¿à²¯à²µà²¾à²à²¿à²¦à³"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "VM à²
ನà³à²¨à³ à²à²°à²à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "à²à²¾à²°à³à²¯à²¾à²à²°à²£à³à²¯à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "%s à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಪà³à²¨à²°à²¾à²°à²à²à²à³à²³à²¿à²¸à²²à³ ವಿಫಲತà³"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "ತಾಳà³à²¯à²¾à²à³à²µ ಹà³à²¸à²°à²¨à³à²¨à³ ಹà³à²à²¦à²¿à²°à³à²µ ಯಾವà³à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¿à²²à³à²²"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
msgstr "libvirtd ಬà³à²¨à²°à²¿à²¯à²¨à³à²¨à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
@@ -2976,227 +3397,242 @@ msgstr ""
"remote_open: URL ನಲà³à²²à²¿à²°à³à²µ ವರà³à²à²¾à²µà²£à³à²¯à²¨à³à²¨à³ à²à³à²°à³à²¤à²¿à²¸à²²à²¾à²à²¿à²²à³à²²(tls|unix|ssh|ext|tcp "
"à²à²à²¿à²°à²¬à³à²à³)"
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open: 'ext' ವರà³à²à²¾à²µà²£à³à²à²¾à²à²¿ à²à²à³à²à³à²¯ à²
à²à²¤à³à²¯à²µà²¿à²¦à³"
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "tty %s à²
ನà³à²¨à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s\n"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "tty %s à²
ನà³à²¨à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s\n"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "ಸಾà²à³à²à²¨à³à²¨à³ ರà²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "ಸಾà²à³à²à²¨à³à²¨à³ ರà²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr "ವರà³à²à²¾à²µà²£à³ à²à³à²°à²®à²à²³à²¾à²¦à²à²¤à²¹ unix, ssh ಹಾà²à³ ext ಯೠವಿà²à²¡à³à²¸à³âನಲà³à²²à²¿ ಬà³à²à²¬à²²à²¿à²¤à²µà²¾à²à²¿à²²à³à²²"
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "ಸಾà²à³à²à²¨à³à²¨à³ ರà²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "%d ದಾà²à²²à³ à²à²¡à²¤à²µà²¨à³à²¨à³ ಮà³à²à³à²à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "URI à²
ನà³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ನಿಯà³à²à²¿à²¸à³"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "%s '%s' à²
ನà³à²¨à³ ನಿಲà³à²à²¿à²¸à²¿à²à³à²³à³à²³à²²à³ ಸಾಧà³à²¯à²µà²¿à²²à³à²²: %s (%d)"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "à²à²³à²à³à²à²¡à²¿à²°à³à²µà³à²¦à²° à²à³à²¡à²£à³à²¯à²¨à³à²¨à³ ನಿಯà³à²à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "VM à²à²¨à³à²¸à³à²²à³ ಮಾಹಿತಿಯನà³à²¨à³ ದಾà²à²²à³ ಮಾಡಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "SASL ಲà³à²¬à³à²°à²°à²¿à²¯à²¨à³à²¨à³ à²à²°à²à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %d (%s)"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, fuzzy, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "tty ವà³à²¶à²¿à²·à³à²à³à²¯à²à²³à²¨à³à²¨à³ ಹà³à²à²¦à²¿à²¸à²²à²¾à²à²¿à²²à³à²²: %s\n"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "tty ವà³à²¶à²¿à²·à³à²à³à²¯à²à²³à²¨à³à²¨à³ ಹà³à²à²¦à²¿à²¸à²²à²¾à²à²¿à²²à³à²²: %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "à²à³à²²à³à²à²à²¿à²¨ ವಿಶà³à²µà²¾à²¸à²¾à²°à³à²¹à²¤à³à²¯à²¨à³à²¨à³ ಪರಿಶà³à²²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲವಾà²à²¿à²¦à³: %s"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "tty %s à²
ನà³à²¨à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s\n"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr "ಪà³à²°à²®à²¾à²£à²ªà²¤à³à²° ಪರಿಶà³à²²à²¨à³ (ನಮà³à²® ಪà³à²°à²®à²¾à²£à²ªà²¤à³à²° à²
ಥವ IP ವಿಳಾಸ) ವಿಫಲà²à³à²à²¡à²¿à²¦à³\n"
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "à²à³à²²à³à²à²à²¿à²¨ ವಿಶà³à²µà²¾à²¸à²¾à²°à³à²¹à²¤à³à²¯à²¨à³à²¨à³ ಪರಿಶà³à²²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲವಾà²à²¿à²¦à³: %s"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "ಪà³à²ªà³ à²
ನà³à²¨à³ ನಿರà³à²®à²¿à²¸à²²à²¾à²à²¿à²²à³à²²: %s"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ ಸಾಧನದ ಹà³à²¸à²°à³: %s"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
#, fuzzy
msgid "The certificate is not trusted."
msgstr "ಪà³à²°à²®à²¾à²£à²ªà²¤à³à²°à²µà³ à²à²¨à³à²¨à³ ಸಹ ಸà²à³à²°à²¿à²¯à²à³à²à²¡à²¿à²²à³à²²"
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
#, fuzzy
msgid "The certificate hasn't got a known issuer."
msgstr "remoteCheckCertificate: à²à³à²²à³à²à²à²¿à²¨ ಪà³à²°à²®à²¾à²£à²ªà²¤à³à²°à²µà²¨à³à²¨à³ à²à²¦à²à²¿à²¸à²¿à²¦à²µà²°à³ ತಿಳಿದಿಲà³à²²."
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
#, fuzzy
msgid "The certificate has been revoked."
msgstr "ಪà³à²°à²®à²¾à²£à²ªà²¤à³à²°à²¦ à²à²¾à²²à²¾à²µà²§à²¿ ತà³à²°à²¿à²¦à³"
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
#, fuzzy
msgid "The certificate uses an insecure algorithm"
msgstr ""
"remoteCheckCertificate: à²à³à²²à³à²à²à²¿à²¨ ಪà³à²°à²®à²¾à²£à²ªà²¤à³à²°à²µà³ à²à²à²¦à³ à²
ಸà³à²°à²à³à²·à²¿à²¤ à²
ಲà³à²à²¾à²°à²¿à²¦à²®à³ à²
ನà³à²¨à³ "
"ಬಳಸà³à²¤à³à²¤à²¦à³."
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "ಪà³à²°à²®à²¾à²£à²ªà²¤à³à²°à²¦ ಬà²à³à²¯à³ X.509 à²à²à²¿à²²à³à²²"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "gnutls_certificate_get_peers ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "SASL ದà³à²¢à³à²à²°à²£ %s à²
ನà³à²¨à³ à²à²°à²à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "tty %s à²
ನà³à²¨à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s\n"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "ಪà³à²°à²®à²¾à²£à²ªà²¤à³à²°à²¦ à²à²¾à²²à²¾à²µà²§à²¿ ತà³à²°à²¿à²¦à³"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "ಪà³à²°à²®à²¾à²£à²ªà²¤à³à²°à²µà³ à²à²¨à³à²¨à³ ಸಹ ಸà²à³à²°à²¿à²¯à²à³à²à²¡à²¿à²²à³à²²"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr "ಪà³à²°à²®à²¾à²£à²ªà²¤à³à²°à²¦ ಮಾಲಿà²à²°à³ à²
ತಿಥà³à²¯à²¦ ಹà³à²¸à²°à²¿à²¨à³à²à²¦à²¿à²à³ ತಾಳà³à²¯à²¾à²à³à²¤à³à²¤à²¿à²²à³à²² (%s)"
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "ಬಹಳಷà³à²à³ NUMA à²à³à²¶à²à²³à³: %d > %d"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "ಬಹಳಷà³à²à³ ದà³à²°à²¸à³à²¥ à²à³à²·à³à²¤à³à²° à²à²¡à²¿à²à²³à³: %d > %d"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr "ಮà³à²¯à²¾à²ªà²¿à²¨ à²à²¦à³à²¦à²µà³ à²à²°à²¿à²·à³à² à²à²¦à³à²¦à²à³à²à²¿à²à²¤ ದà³à²¡à³à²¡à²¦à²¾à²à²¿à²¦à³: %d > %d"
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "vCPU ಸà²à²à³à²¯à³à²¯à³ à²à²°à²¿à²·à³à² ಮಿತಿಯನà³à²¨à³ ಮà³à²°à²¿à²¦à³: %d > %d"
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr "vCPU ಮà³à²¯à²¾à²«à²¿à²¨ ಬಫರೠà²à²¦à³à²¦à²µà³ à²à²°à²¿à²·à³à² ಮಿತಿಯನà³à²¨à³ ಮà³à²°à²¿à²¦à³: %d > %d"
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "ಬಹಳಷà³à²à³ vCPUà²à²³à²¿à²µà³ à²à²à²¦à³ à²
ತಿಥà³à²¯à²µà³ ವರದಿ ಮಾಡಿದà³: %d > %d"
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
"ಮà³à²¯à²¾à²ªà²¿à²¨ ಬಫರಿನ à²à²¦à³à²¦à²µà³ à²à²°à²¿à²·à³à² ಮಿತಿಯನà³à²¨à³ ಮà³à²°à²¿à²¦à³ à²à²à²¦à³ à²
ತಿಥà³à²¯à²µà³ ವರದಿ ಮಾಡಿದೠ: %d > %d"
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, fuzzy, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr "vCPU ಸà²à²à³à²¯à³à²¯à³ à²à²°à²¿à²·à³à² ಮಿತಿಯನà³à²¨à³ ಮà³à²°à²¿à²¦à³: %d > %d"
+
+#: src/remote_internal.c:2352
+#, fuzzy, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr "vCPU ಸà²à²à³à²¯à³à²¯à³ à²à²°à²¿à²·à³à² ಮಿತಿಯನà³à²¨à³ ಮà³à²°à²¿à²¦à³: %d > %d"
+
+#: src/remote_internal.c:2361
+#, fuzzy, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr "vCPU ಸà²à²à³à²¯à³à²¯à³ à²à²°à²¿à²·à³à² ಮಿತಿಯನà³à²¨à³ ಮà³à²°à²¿à²¦à³: %d > %d"
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr "ಬಹಳಷà³à²à³ ದà³à²°à²¸à³à²¥ à²à³à²·à³à²¤à³à²°à²¦ ಹà³à²¸à²°à³à²à²³à³: %d > %d"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
@@ -3204,285 +3640,351 @@ msgstr ""
"remoteDomainGetSchedulerParameters: à²à²¦à²à²¿à²¸à²²à²¾à²¦ ನಿಯತಾà²à²à²à²³ ಸà²à²à³à²¯à³ à²à²°à²¿à²·à³à² ಮಿತಿಯನà³à²¨à³ "
"ಮà³à²°à²¿à²¦à³"
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "remoteDomainGetSchedulerParameters: à²
à²à³à²à²¾à²¤ ನಿಯತಾà²à²à²¦ ಬà²à³"
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "à²à³à²¡à²£à³à²¯ ನಿಯà³à²à²¨à³à²à³ ಸಾà²à²·à³à²à³ ಮà³à²®à³à²°à²¿ à²à²²à³à²²"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "à²
à²à³à²à²¾à²¤ ನಿಯತಾà²à²à²¦ ಬà²à³"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr "ದà³à²°à²¸à³à²¥ ಪà³à²°à³à²à³à²à²¾à²²à³âà²à²¾à²à²¿ à²à²à²¡ ಪà³à²à³ ಮನವಿಯೠಬಹಳ à²à²¦à³à²¦à²µà²¾à²à²¿à²¦à³, %zi > %d"
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr "à²à²¦à²à²¿à²¸à²²à²¾à²¦ ಬಫರೠಮನವಿ ಸಲà³à²²à²¿à²¸à²²à²¾à²¦ à²à²¾à²¤à³à²°à²µà²¨à³à²¨à³ ಹà³à²²à³à²¤à³à²¤à²¿à²²à³à²²"
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr "ದà³à²°à²¸à³à²¥ ಪà³à²°à³à²à³à²à²¾à²²à³âà²à²¾à²à²¿ ಮà³à²®à³à²°à²¿ ಪà³à²à³ ಮನವಿಯೠಬಹಳ à²à²¦à³à²¦à²µà²¾à²à²¿à²¦à³, %zi > %d"
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "ಬಹಳಷà³à²à³ ದà³à²°à²¸à³à²¥ à²à²¾à²²à²¬à²à²§à²à²³à³: %d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr "ಬಹಳ ಶà³à²à²°à²£à²¾ ಪà³à²²à³âà²à²³à²¿à²à²¾à²à²¿ ಮನವಿ ಸಲà³à²²à²¿à²¸à²²à²¾à²à²¿à²¦à³"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr "ಬಹಳ ಶà³à²à²°à²£à²¾ ಪà³à²²à³âà²à²³à²¨à³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à²²à²¾à²à²¿à²¦à³"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr "ಬಹಳ ಶà³à²à²°à²£à²¾ ಪರಿಮಾಣà²à²³à²¿à²à²¾à²à²¿ ಮನವಿ ಸಲà³à²²à²¿à²¸à²²à²¾à²à²¿à²¦à³"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr "ಬಹಳ ಶà³à²à²°à²£à²¾ ಪರಿಮಾಣà²à²³à²¨à³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à²²à²¾à²à²¿à²¦à³"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "ಬಹಳ ಶà³à²à²°à²£à²¾ ಪರಿಮಾಣà²à²³à²¿à²à²¾à²à²¿ ಮನವಿ ಸಲà³à²²à²¿à²¸à²²à²¾à²à²¿à²¦à³"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "ಬಹಳ ಶà³à²à²°à²£à²¾ ಪರಿಮಾಣà²à²³à²¨à³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à²²à²¾à²à²¿à²¦à³"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "ಬಹಳ ಶà³à²à²°à²£à²¾ ಪರಿಮಾಣà²à²³à²¿à²à²¾à²à²¿ ಮನವಿ ಸಲà³à²²à²¿à²¸à²²à²¾à²à²¿à²¦à³"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "ಬಹಳ ಶà³à²à²°à²£à²¾ ಪರಿಮಾಣà²à²³à²¨à³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à²²à²¾à²à²¿à²¦à³"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "à²
à²à³à²à²¾à²¤ ದà³à²¢à³à²à²°à²£à²¦ ಬà²à³ %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr "ಮನವಿ ಸಲà³à²²à²¿à²¸à²²à²¾à²¦ ದà³à²¢à³à²à²°à²£à²¦ ಬà²à³ %s à²
ನà³à²¨à³ ತಿರಸà³à²à²°à²¿à²¸à²²à²¾à²à²¿à²¦à³"
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "%d, ಬà³à²à²¬à²²à²µà²¿à²²à³à²²à²¦ ದà³à²¢à³à²à²°à²£à²¦ ಬà²à³"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "SASL ಲà³à²¬à³à²°à²°à²¿à²¯à²¨à³à²¨à³ à²à²°à²à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %d (%s)"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "ಸಾà²à³â ವಿಳಾಸ %d (%s) à²
ನà³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "ಪà³à²°à³ ವಿಳಾಸ %d (%s) à²
ನà³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "SASL à²à³à²²à³à²à²à³ ಸನà³à²¨à²¿à²µà³à²¶à²µà²¨à³à²¨à³ ಸà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %d (%s)"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr "TLS à²
ಧಿವà³à²¶à²¨à²à³à²à²¾à²à²¿ à²
ಮಾನà³à²¯à²µà²¾à²¦ ಸಿಫರೠà²à²¾à²¤à³à²°"
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "ಬಾಹà³à²¯ SSF %d à²
ನà³à²¨à³ ಹà³à²à²¦à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²² (%s)"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr "%d ಸà³à²°à²à³à²·à²¤à²¾ à²à³à²£à²à²³à²¨à³à²¨à³ ಹà³à²à²¦à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²² (%s)"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "SASL à²à²¾à²°à³à²¯à²µà³à²à²°à²¿ %s ಪರಿà²à²¾à²°à²à²¦à²¿à²à²¦ ಬà³à²à²¬à²²à²¿à²¤à²µà²¾à²à²¿à²²à³à²²"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "SASL ನà³à²à³à²¶à²¿à²¯à³à²¶à²¨à³ à²
ನà³à²¨à³ à²à²°à²à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %d (%s)"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr "auth ವಿಶà³à²µà²¾à²¸à²¾à²°à³à²¹à²¤à³à²¯à²¨à³à²¨à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr "SASL ನà³à²à³à²¶à²¿à²¯à³à²¶à²¨à³ ಮಾಹಿತಿಯೠಬಹಳ à²à²¦à³à²¦à²µà²¾à²à²¿à²¦à³: %d ಬà³à²à³âà²à²³à³"
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "SASL ಹà²à²¤à²¦à²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %d (%s)"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr "ನà³à²à³à²¶à²¿à²¯à³à²¶à²¨à³ SSF %d ಸಾà²à²·à³à²à³ ದà³à²¢à²µà²¾à²à²¿à²²à³à²²"
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr "auth ವಿಶà³à²µà²¾à²¸à²¾à²°à³à²¹à²¤à³à²¯à²¨à³à²¨à³ à²à²à³à²à³à²¡à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr "xdr_remote_message_header ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr "marshalling args"
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
#, fuzzy
msgid "xdr_u_int (length word)"
msgstr "xdr_int (à²
ಳತà³à²¯ ಪದ)"
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಮಾಹಿತಿಯನà³à²¨à³ à²à²³à²¿à²¸à²²à²¾à²à²¿à²²à³à²²"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "ಸಾà²à³à²à³ %d à²
ನà³à²¨à³ à²à²¦à³à²µà²²à³à²²à²¿ ವಿಫಲತà³\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "à²à²¦à²²à³ ಮಾತà³à²°à²¦ ಸà²à²ªà²°à³à²"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "ಮà³à²à²¾à²¡à²¾à²à²¾à²µà²¨à³à²¨à³ ಬರà³à²¯à²²à²¾à²à²¿à²²à³à²²"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "%s à²
ನà³à²¨à³ ರà²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "vol %s à²
ನà³à²¨à³ à²
ಳಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
#, fuzzy
msgid "xdr_u_int (length word, reply)"
msgstr "xdr_int (à²
ಳತà³à²¯ ಪದ , ಪà³à²°à²¤à³à²¯à³à²¤à³à²¤à²°)"
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
#, fuzzy
msgid "packet received from server too small"
msgstr "ಪರಿà²à²¾à²°à²à²¦à²¿à²à²¦ ಪಡà³à²¯à²²à²¾à²¦ ಪà³à²¯à²¾à²à³à²à³ ಬಹಳ ದà³à²¡à³à²¡à²¦à²¾à²à²¿à²¦à³"
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr "ಪರಿà²à²¾à²°à²à²¦à²¿à²à²¦ ಪಡà³à²¯à²²à²¾à²¦ ಪà³à²¯à²¾à²à³à²à³ ಬಹಳ ದà³à²¡à³à²¡à²¦à²¾à²à²¿à²¦à³"
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr "ಪà³à²°à²¤à³à²¯à³à²¤à³à²¤à²°à²¦à²²à³à²²à²¿à²¨ à²
ಮಾನà³à²¯ ಹà³à²¡à²°à³"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr "à²
à²à³à²à²¾à²¤ ಪà³à²°à³à²à³à²°à²¾à² (%x à²
ನà³à²¨à³ ಪಡà³à²¯à²²à²¾à²à²¿à²¦à³, %x à²
ನà³à²¨à³ ನಿರà³à²à³à²·à²¿à²¸à²²à²¾à²à²¿à²¤à³à²¤à³)"
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr "à²
à²à³à²à²¾à²¤ ಪà³à²°à³à²à³à²à²¾à²²à³ à²à²µà³à²¤à³à²¤à²¿ (%x à²
ನà³à²¨à³ ಪಡà³à²¯à²²à²¾à²à²¿à²¦à³, %x à²
ನà³à²¨à³ ನಿರà³à²à³à²·à²¿à²¸à²²à²¾à²à²¿à²¤à³à²¤à³)"
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr "à²
à²à³à²à²¾à²¤ ವಿಧಾನ (%x à²
ನà³à²¨à³ ಪಡà³à²¯à²²à²¾à²à²¿à²¦à³, %x à²
ನà³à²¨à³ ನಿರà³à²à³à²·à²¿à²¸à²²à²¾à²à²¿à²¤à³à²¤à³)"
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr "unmarshalling ret"
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr "unmarshalling remote_error"
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr "à²
à²à³à²à²¾à²¤ ಸà³à²¥à²¿à²¤à²¿ (%x à²
ನà³à²¨à³ ಪಡà³à²¯à²²à²¾à²à²¿à²¦à³)"
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "calloc ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "à²à²à³à²à³à²à²¾à²à²¿ à²à²¾à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³:%s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "tty pid à²à²¡à²¤ %s à²
ನà³à²¨à³ ತà³à²°à³à²¯à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
+
+#: src/security_selinux.c:120
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr "tty pid à²à²¡à²¤ %s à²
ನà³à²¨à³ à²à²¦à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "tty pid à²à²¡à²¤ %s à²
ನà³à²¨à³ ತà³à²°à³à²¯à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "tty pid à²à²¡à²¤ %s à²
ನà³à²¨à³ à²à²¦à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "%s ನ à²à²¡à²¤ ಸನà³à²¨à²¿à²µà³à²¶à²µà²¨à³à²¨à³ ಪಡà³à²¯à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, fuzzy, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr "vCPU ಸà²à²à³à²¯à³à²¯à³ à²à²°à²¿à²·à³à² ಮಿತಿಯನà³à²¨à³ ಮà³à²°à²¿à²¦à³: %d > %d"
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "tty %s à²
ನà³à²¨à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s\n"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "tty %s à²
ನà³à²¨à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s\n"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3513,45 +4015,45 @@ msgstr "'%s' à²à²¡à²¤à²¦ à²à³à²¨à³à²¯à²¨à³à²¨à³ ಹà³à²¡à³à²à²²à³ ಸ
msgid "cannot read beginning of file '%s'"
msgstr "'%s' à²à²¡à²¤à²¦ à²à³à²¨à³à²¯à²¨à³à²¨à³ ಹà³à²¡à³à²à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²:%s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "%s ನ à²à²¡à²¤ ಸನà³à²¨à²¿à²µà³à²¶à²µà²¨à³à²¨à³ ಪಡà³à²¯à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "dir %s à²
ನà³à²¨à³ à²à²¦à²²à²¾à²à²¿à²²à³à²²: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr "%s à²
ನà³à²¨à³ ಸà²à²à²²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "fd à²
ನà³à²¨à³ à²à²¦à²²à²¾à²à²¿à²²à³à²²"
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "à²à²à³à²à³à²à²¾à²à²¿ à²à²¾à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³:%s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr "à²à²à³à²à³à²¯à³ ಸರಿಯಾà²à²¿ ನಿರà³à²à²®à²¿à²¸à²¿à²²à³à²²"
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "à²à²¦à³à²µà²¾à²à²¿à²¨ ದà³à²·: %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr "%d à²à²à³à²à³à²¯à²¿à²à²¦ ಶà³à²¨à³à²¯à²µà²²à³à²²à²¦ ಬà²à³à²¯à²²à³à²²à²¿ ನಿರà³à²à²®à²¨à²¦ ಸà³à²¥à²¿à²¤à²¿"
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "%s: à²
ನà³à²µà²¯à²¿à²¸à²²à²¾à²à²¿à²²à³à²²\n"
@@ -3662,7 +4164,7 @@ msgid "cannot extend file '%s'"
msgstr "à²à²¡à²¤ '%s' à²
ನà³à²¨à³ ವಿಸà³à²¤à²°à²¿à²¸à²²à²¾à²à²¿à²²à³à²²: %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "'%s' ಮಾರà³à²à²µà²¨à³à²¨à³ à²à²¦à²²à²¾à²à²¿à²²à³à²²: %s"
@@ -3696,17 +4198,17 @@ msgstr "qemu-img à²à²²à³à²²à²¦à³ ಹà³à²¦à²°à³ à²à²à³à²à²¾ à²
ಲà³à²²
msgid "creation of non-raw images is not supported without qemu-img"
msgstr "qemu-img à²à²²à³à²²à²¦à³ ಹà³à²¦à²°à³ à²à²à³à²à²¾ à²
ಲà³à²²à²¦ à²à²¿à²¤à³à²°à²¿à²à³à²à²³à²¨à³à²¨à³ ನಿರà³à²®à²¿à²¸à²²à³ ಬà³à²à²¬à²²à²µà²¿à²°à³à²µà³à²¦à²¿à²²à³à²²"
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "à²à²¡à²¤à²¦ ಮಾಲಿಠ'%s' à²
ನà³à²¨à³ ಹà³à²à²¦à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "à²à²¡à²¤à²¦ à²à³à²°à²® '%s' à²
ನà³à²¨à³ ಹà³à²à²¦à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "'%s' à²à²¡à²¤à²µà²¨à³à²¨à³ ಮà³à²à³à²à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
@@ -3819,11 +4321,7 @@ msgstr "ಸಾಧನ %s à²
ನà³à²¨à³ ಮà³à²à³à²à²²à²¾à²à²¿à²²à³à²²"
msgid "cannot remove PV device '%s'"
msgstr "ttypidFile %s à²
ನà³à²¨à³ ತà³à²à³à²¦à³ ಹಾà²à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "ಹà³à²¸à²¦à²¾à²à²¿ ನಿರà³à²®à²¾à²£à²à³à²à²¡ '%s' ಪರಿಮಾಣವನà³à²¨à³ ಪತà³à²¤à³à²®à²¾à²¡à²²à²¾à²à²²à²¿à²²à³à²²: %s"
@@ -3836,164 +4334,169 @@ msgstr "auth à²
ತಿಥà³à²¯ ವà³à²¶à²¿à²·à³à²à³à²¯à²µà³ à²à²¾à²£à³
msgid "missing auth passwd attribute"
msgstr "auth passwd ವà³à²¶à²¿à²·à³à²à³à²¯à²µà³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr "à²à²à³à²à²²à³ à²à³à²°à²®à²µà³ ತಪà³à²ªà²¾à²à²¿à²¦à³"
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr "ಮಾಲಿಠà²à²à²à²µà³ ತಪà³à²ªà²¾à²à²¿à²¦à³"
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr "ಸಮà³à²¹ à²à²à²à²µà³ ತಪà³à²ªà²¾à²à²¿à²¦à³"
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "à²
à²à³à²à²¾à²¤ ಮà³à²² à²à²à²"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "à²
à²à³à²à²¾à²¤à²µà²¾à²¦ ಶà³à²à²°à²£à²¾ %d vol ಬà²à³"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "ಹà³à²¸à²°à²¿à²¨ à²à²à²à²µà³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr "uuid à²
ನà³à²¨à³ à²à²¤à³à²ªà²¾à²¦à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "à²
à²à³à²à²¾à²¤ ದà³à²¢à³à²à²°à²£à²¦ ಬà²à³ '%s'"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "à²à²à²° à²
ತಿಥà³à²¯à²¦ ಹà³à²¸à²°à³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "à²à²à²° ಸಾಧನà²à²³à²¨à³à²¨à³ ಹà³à²°à²¤à³à²à³à²¯à²²à²¾à²à²²à²¿à²²à³à²²"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "à²à²à²° ಸಾಧನದ ಮಾರà³à²à²µà³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "à²à²à²° ಮಾರà³à²à²µà³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr "à²
à²à³à²à²¾à²¤ ದà³à²¢à³à²à²°à²£à²¦ ಬà²à³ '%s'"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "à²à²¾à²£à³à²¯à²¾à²à²¿à²°à³à²µ à²à³à²°à²¿à²¯ ಮಾರà³à²"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "ಬà³à²à²¬à²²à²µà²¿à²²à³à²²à²¦ ಪà³à²²à³ ವಿನà³à²¯à²¾à²¸ %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ ಪà³à²²à³ ಬà²à³"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr "ಮಾಲಿಠà²à²à²à²µà³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "ಮà³à²² à²à²à²à²µà³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr "à²
à²à³à²à²¾à²¤ à²à²¾à²¤à³à²° à²à²à²à²à²³à³ '%s'"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr "ಸಾಮರà³à²¥à³à²¯ à²à²à² ತಪà³à²ªà²¾à²à²¿à²¦à³"
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr "ಸಾಮರà³à²¥à³à²¯ à²à²à²à²¦ ಮà³à²²à³à²¯à²µà³ ಬಹಳ ದà³à²¡à³à²¡à²¦à²¾à²à²¿à²¦à³"
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr "à²
à²à³à²à²¾à²¤ ಮà³à²² à²à²à²"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "ಹà³à²¸à²°à²¿à²¨ à²à²à²à²µà³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr "ಸಾಮರà³à²¥à³à²¯ à²à²à²à²µà³ à²à²¾à²£à³à²¤à³à²¤à²¿à²²à³à²²"
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "à²
à²à³à²à²¾à²¤ ದà³à²¢à³à²à²°à²£à²¦ ಬà²à³ '%s'"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, fuzzy, c-format
msgid "unknown volume format number %d"
msgstr "ಬà³à²à²¬à²²à²µà²¿à²²à³à²²à²¦ ಪರಿಮಾಣದ ವಿನà³à²¯à²¾à²¸ %d"
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "%s ಸà²à²°à²à²¨à²¾ à²à³à²¶à²µà²¨à³à²¨à³ ರà²à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²¦ ಮಾರà³à²à²µà²¨à³à²¨à³ ನಿರà³à²®à²¿à²¸à²²à²¾à²à²¿à²²à³à²²"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr "ಸà³à²µà²¯à² à²à²°à²à²à²¦ à²à³à²à²¡à²¿ ಮಾರà³à²à²µà²¨à³à²¨à³ ನಿರà³à²®à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr "XML à²
ನà³à²¨à³ à²à²¤à³à²ªà²¾à²¦à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "%s ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²µà²¨à³à²¨à³ ರà²à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "%s ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²à³à²à³ ಬರà³à²¯à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "%s ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²µà²¨à³à²¨à³ à²à²³à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "%s à²à²¾à²à²¿ ಯಾವà³à²¦à³ ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²µà³ à²à²à²¡à³à²¬à²à²¦à²¿à²²à³à²²"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "%s à²à²¾à²à²¿ ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²µà²¨à³à²¨à³ ತà³à²à³à²¦à³à²¹à²¾à²à²²à²¾à²à²¿à²²à³à²²"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr "ಠuuid ತಾಳà³à²¯à²¾à²à³à²µ ಯಾವà³à²¦à³ ಪà³à²²à³ à²à²²à³à²²"
@@ -4001,17 +4504,17 @@ msgstr "ಠuuid ತಾಳà³à²¯à²¾à²à³à²µ ಯಾವà³à²¦à³ ಪà³à²²à³ à²
msgid "no pool with matching name"
msgstr "ಠಹà³à²¸à²°à²¿à²à³ ತಾಳà³à²¯à²¾à²à³à²µ ಯಾವà³à²¦à³ ಪà³à²²à³ à²à²²à³à²²"
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr "ಶà³à²à²°à²£à²¾ ಪà³à²²à³ à²à²à²¾à²à²²à³ à²
ಸà³à²¤à²¿à²¤à³à²µà²¦à²²à³à²²à²¿à²¦à³"
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr "ತಾಳà³à²¯à²¾à²à³à²µ uuid à²
ನà³à²¨à³ ಹà³à²à²¦à²¿à²°à³à²µ ಯಾವà³à²¦à³ ಶà³à²à²°à²£à²¾ ಪà³à²²à³ à²à²²à³à²²"
@@ -4019,61 +4522,61 @@ msgstr "ತಾಳà³à²¯à²¾à²à³à²µ uuid à²
ನà³à²¨à³ ಹà³à²à²¦à²¿à²°à³
msgid "pool is still active"
msgstr "ಪà³à²²à³ à²à²¨à³à²¨à³ ಸಹ ಸà²à³à²°à²¿à²¯à²µà²¾à²à²¿à²¦à³"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr "ಪà³à²²à³ à²à²à²¾à²à²²à³ ಸà²à³à²°à²¿à²¯à²µà²¾à²à²¿à²¦à³"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr "ಶà³à²à²°à²£à²¾ ಪà³à²²à³ à²à²à²¾à²à²²à³ ಸà²à³à²°à²¿à²¯à²µà²¾à²à²¿à²¦à³"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr "ಶà³à²à²°à²£à²¾ ಪà³à²²à³ ಸà²à³à²°à²¿à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr "ಶà³à²à²°à²£à²¾ ಪà³à²²à³ à²à²¨à³à²¨à³ ಸà²à³à²°à²¿à²¯à²µà²¾à²à²¿à²¦à³"
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr "ಪರಿಮಾಣದ à²
ಳಿಸà³à²µà²¿à²à³à²¯à²¨à³à²¨à³ ಪà³à²²à³ ಬà³à²à²¬à²²à²¿à²¸à³à²µà³à²¦à²¿à²²à³à²²"
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "ಪà³à²²à³ ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²µà²¨à³à²¨à³ ಹà³à²à²¦à²¿à²²à³à²²"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr "ಹà³à²¸à²°à²¿à²à³ ತಾಳà³à²¯à²¾à²à³à²µ ಯಾವà³à²¦à³ ಶà³à²à²°à²£à²¾ vol à²à²²à³à²²"
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr "à²à³à²²à²¿à²à³ ತಾಳà³à²¯à²¾à²à³à²µ ಯಾವà³à²¦à³ ಶà³à²à²°à²£à²¾ vol à²à²²à³à²²"
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr "ಮಾರà³à²à²à³à²à³ ತಾಳà³à²¯à²¾à²à³à²µ ಯಾವà³à²¦à³ ಶà³à²à²°à²£à²¾ vol à²à²²à³à²²"
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr "ಶà³à²à²°à²£à²¾ vol à²à²à²¾à²à²²à³ à²
ಸà³à²¤à²¿à²¤à³à²µà²¦à²²à³à²²à²¿à²¦à³"
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr "ಶà³à²à²°à²£à²¾ ಪà³à²²à³ vol ನಿರà³à²®à²¿à²¸à³à²µà²¿à²à³à²¯à²¨à³à²¨à³ ಬà³à²à²¬à²²à²¿à²¸à³à²µà³à²¦à²¿à²²à³à²²"
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr "ಶà³à²à²°à²£à²¾ ಪà³à²²à³ vol à²
ಳಿಸà³à²µà²¿à²à³à²¯à²¨à³à²¨à³ ಬà³à²à²¬à²²à²¿à²¸à³à²µà³à²¦à²¿à²²à³à²²"
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "à²à²à²¦à³ ದಿನದ ಸಮಯವನà³à²¨à³ ತà³à²à³à²¦à³à²à³à²³à³à²³à²²à²¾à²à³à²¤à³à²¤à²¿à²¦à³"
@@ -4130,155 +4633,155 @@ msgstr "à²à²¾à²²à²à²à² à²à³à²·à³à²¤à³à²°à²¦ ಪà²à³à²à²¿"
msgid "resolving domain filename"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ à²à²¡à²¤à²¦ ಹà³à²¸à²°à²¨à³à²¨à³ ಪರಿಹರಿಸಲಾà²à³à²¤à³à²¤à²¿à²¦à³"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "à²à²¾à²²à²à²à² à²à³à²·à³à²¤à³à²°à²¦ ಪà²à³à²à²¿"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "à²à²¾à²²à²¬à²à²§ à²à²¡à²¤à²¦ ಹà³à²¸à²°à²¨à³à²¨à³ ಪರಿಹರಿಸಲಾà²à³à²¤à³à²¤à²¿à²¦à³"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "à²à²¾à²²à²à²à² à²à³à²·à³à²¤à³à²°à²¦ ಪà²à³à²à²¿"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ à²à²¡à²¤à²¦ ಹà³à²¸à²°à²¨à³à²¨à³ ಪರಿಹರಿಸಲಾà²à³à²¤à³à²¤à²¿à²¦à³"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: à²à²à²¦à³ ಪಥವನà³à²¨à³ à²à²¦à²à²¿à²¸à³ à²
ಥವ test:///default à²
ನà³à²¨à³ ಬಳಸà³"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "'%s' à²à²¡à²¤à²µà²¨à³à²¨à³ ಮà³à²à³à²à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "à²à³à²·à³à²¤à³à²°à²µà³ à²à²à²¡à³ ಬà²à²¦à²¿à²²à³à²²"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "à²à³à²·à³à²¤à³à²°à²µà³ à²à²¾à²²à²¨à³à²¯à²²à³à²²à²¿à²²à³à²²"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "ಮà³à²à²¾à²¡à²¾à²à²¾à²à³à²à³ à²à²¾à²à²µà²¨à³à²¨à³ ನಿಯà³à²à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಸà³à²¥à²¿à²¤à²¿à²¯à²¨à³à²¨à³ à²à²à²¦à³ à²à²¡à²¤à²¦à²²à³à²²à²¿ à²à²³à²¿à²¸à³"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಸà³à²¥à²¿à²¤à²¿à²¯à²¨à³à²¨à³ à²à²à²¦à³ à²à²¡à²¤à²¦à²²à³à²²à²¿ à²à²³à²¿à²¸à³"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ à²à²¿à²¤à³à²°à²¿à²à³à²¯à²¨à³à²¨à³ à²à²¦à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/test.c:1295
+#: src/test.c:1292
#, fuzzy, c-format
msgid "incomplete save header in '%s'"
msgstr "à²à²³à²¿à²¸à³à²µ ಹà³à²¡à²°à³ à²
ಪà³à²°à³à²£à²µà²¾à²à²¿à²¦à³"
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr "ಹà³à²¡à²°à³ ಮà³à²¯à²¾à²à²¿à²à³ ತಾಳà³à²¯à²¾à²à³à²¤à³à²¤à²¿à²²à³à²²"
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "ಮà³à²à²¾à²¡à²¾à²à²¾ à²à²¾à²¤à³à²°à²µà²¨à³à²¨à³ à²à²¦à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr "ಮà³à²à²¾à²¡à²¾à²à²¾à²¦ à²à²¾à²¤à³à²°à²µà³ ವà³à²¯à²¾à²ªà³à²¤à²¿à²¯ ಹà³à²°à²à²¿à²¦à³"
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "à²
ಪà³à²°à³à²£à²µà²¾à²¦ ಮà³à²à²¾à²¡à²¾à²à²¾"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ %s à²à³ ಹಾà²à²²à²¾à²à²¿à²¦à³\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "%s: ದಾà²à²²à³ à²à²¡à²¤à²à³à²à³ ಬರà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ %s à²à³ ಹಾà²à²²à²¾à²à²¿à²¦à³\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr "ವà³à²¯à²¾à²ªà³à²¤à²¿à²¯à³ ಲà²à³à²¯à²µà²¿à²°à³à²µ à²à³à²¶à²à²³à²¨à³à²¨à³ ಮà³à²°à²¿à²¦à³"
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "à²à³à²·à³à²¤à³à²°à²µà³ à²à²à²¾à²à²²à³ à²à²¾à²²à²¨à³à²¯à²²à³à²²à²¿à²¦à³"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "à²à³à²·à³à²¤à³à²°à²µà³ à²à²¨à³à²¨à³ à²à²¾à²²à²¿à²¤à²à³à²³à³à²³à³à²¤à³à²¤à²¿à²¦à³"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "à²à²¾à²²à²¬à²à²§à²µà³ à²à²¨à³à²¨à³ à²à²¾à²²à²¿à²¤à²à³à²³à³à²³à³à²¤à³à²¤à²¿à²¦à³"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "à²à²¾à²²à²¬à²à²§à²µà³ à²à²à²¾à²à²²à³ à²à²¾à²²à²¨à³à²¯à²²à³à²²à²¿à²¦à³"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "ಶà³à²à²°à²£à²¾ ಪà³à²²à³ à²à²à²¾à²à²²à³ ಸà²à³à²°à²¿à²¯à²µà²¾à²à²¿à²¦à³"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "ಶà³à²à²°à²£à²¾ ಪà³à²²à³ ಸà²à³à²°à²¿à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "ಹà³à²¸à²°à²¿à²à³ ತಾಳà³à²¯à²¾à²à³à²µ ಯಾವà³à²¦à³ ಶà³à²à²°à²£à²¾ vol à²à²²à³à²²"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "à²à³à²²à²¿à²à³ ತಾಳà³à²¯à²¾à²à³à²µ ಯಾವà³à²¦à³ ಶà³à²à²°à²£à²¾ vol à²à²²à³à²²"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "ಮಾರà³à²à²à³à²à³ ತಾಳà³à²¯à²¾à²à³à²µ ಯಾವà³à²¦à³ ಶà³à²à²°à²£à²¾ vol à²à²²à³à²²"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4293,155 +4796,160 @@ msgstr "à²à²à²¦à³ char ಸಾಧನà²à³à²à²¾à²à²¿ ಸà³à²¥à²³à²¾à²µà²
msgid "unsupported chr device type %d"
msgstr "ಬà³à²à²¬à²²à²µà²¿à²²à³à²²à²¦ à²à²¦à²¾à²¨ ಸಾಧನದ ಬà²à³ %s"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "close-on-exec à²à²¡à²¤à²¦ ವಿವರಣಾ à²à³à²°à³à²¤à²¨à³à²¨à³ ಹà³à²à²¦à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "ಸà²à²ªà²°à³à² ಬà³à²à²¬à²²à²µà²¨à³à²¨à³ à²à²°à²à²à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "%s à²à³à²¶à²µà²¨à³à²¨à³ ಸà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "qemudStartup: ಸಾà²à²·à³à²à³ ಮà³à²®à³à²°à²¿ à²à²²à³à²²"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "ದಾà²à²²à³ à²à²¡à²¤ %s à²
ನà³à²¨à³ ರà²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "%s à²
ನà³à²¨à³ ತà³à²°à³à²¯à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "à²
ಧಿವà³à²¶à²¨à²µà³ à²à²à²¡à³ ಬà²à²¦à²¿à²²à³à²²"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "à²à²¡à²¤à²¦ à²à³à²°à²® '%s' à²
ನà³à²¨à³ ಹà³à²à²¦à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "%s à²
ನà³à²¨à³ à²à²¦à²²à²¾à²à²¿à²²à³à²²: %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "dir %s à²
ನà³à²¨à³ à²à²¦à²²à²¾à²à²¿à²²à³à²²: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "QEMU ಬà³à²¨à²°à²¿ %s ಯೠà²à²à²¡à³à²¬à²°à²²à²¿à²²à³à²²: %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "à²à²à³à²à³à²à²¾à²à²¿ à²à²¾à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³:%s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "ನಿರà³à²à³à²·à²¿à²¸à²²à²¾à²¦ pid, damn ದà³à²°à³à²¤à²¿à²¦à³"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "%s à²
ನà³à²¨à³ à²à²¦à²²à²¾à²à²¿à²²à³à²²: %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "ಸà²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ à²
ಳಿಸಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "%s à²
ನà³à²¨à³ à²à²¦à²²à²¾à²à²¿à²²à³à²²: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "'%s' à²à²¡à²¤à²µà²¨à³à²¨à³ ಮà³à²à³à²à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "ಪà³à²ªà³ à²
ನà³à²¨à³ ನಿರà³à²®à²¿à²¸à²²à²¾à²à²¿à²²à³à²²: %s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "ಪà³à²ªà³ à²
ನà³à²¨à³ ಸà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "à²à²ª ಪà³à²°à²à³à²°à²¿à²¯à³à²¯à²¨à³à²¨à³ ಫà³à²°à³à²à³ ಮಾಡಲಾà²à²¿à²²à³à²²: %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "'%s' à²à²¡à²¤à²µà²¨à³à²¨à³ à²à³à²à²¡à²¿ ಮಾಡದಿರಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "ಸಾಧನ ಹà³à²¡à²°à³ %s à²
ನà³à²¨à³ ತà³à²°à²µà³à²à³à²³à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "ಸà³à²µà²¯à²à²à²°à²à² à²à³à²¶ %s à²
ನà³à²¨à³ ನಿರà³à²®à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "à²
ತಿಥà³à²¯à²¦ ಹà³à²¸à²°à²¨à³à²¨à³ strdup ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "à²
ತಿಥà³à²¯à²¦ ಹà³à²¸à²°à²¨à³à²¨à³ strdup ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "à²
ತಿಥà³à²¯à²¦ ಹà³à²¸à²°à²¨à³à²¨à³ strdup ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "à²à²¡à²¤ '%s' à²
ನà³à²¨à³ ವಿಸà³à²¤à²°à²¿à²¸à²²à²¾à²à²¿à²²à³à²²: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "à²à²¦à³à²µà²¾à²à²¿à²¨ ದà³à²·: %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "uid '%d' à²à²¾à²à²¿ ಬಳà²à³à²¦à²¾à²° ದಾà²à²²à³à²¯à²¨à³à²¨à³ ಪತà³à²¤à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s"
@@ -4453,19 +4961,24 @@ msgstr ""
"à²à³à²¤à²à²¯à²¾à²¦à³à²à³à²à²¿à²(pseudorandom) UUID à²à³ ಮರಳಿಸಲಾà²à³à²¤à³à²¤à²¿à²¦à³, ಯಾದà³à²à³à²à²¿à² ಬà³à²à³âà²à²³à²¨à³à²¨à³ "
"à²à²¤à³à²ªà²¾à²¦à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "à²
à²à³à²à²¾à²¤ ದà³à²·"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "ಮà³à²¦à³à²°à²£ ಸಹಾಯ"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "à²à²¾à²à²¤à²¿à² ಸಹಾಯ à²
ಥವ à²à²à³à²à²¾ ನಿಶà³à²à²¿à²¤ ಸಹಾಯವನà³à²¨à³ ಮà³à²¦à³à²°à²¿à²¸à³à²¤à³à²¤à²¦à³."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "à²à²à³à²à³à²¯ ಹà³à²¸à²°à³"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4473,610 +4986,622 @@ msgstr ""
"à²à²à³à²à³à²à²³à³:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಸà³à²µà²¯à²à²à²¾à²²à²¿à²¤à²µà²¾à²à²¿ à²à²°à²à²à²¿à²¸à³"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "ಬà³à²à³ ಸಮಯದಲà³à²²à²¿ ಸà³à²µà²¯à²à²à²¾à²²à²¿à²¤à²µà²¾à²à²¿ à²à²°à²à²à²à³à²³à³à²³à³à²µà²à²¤à³ à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಸà²à²°à²à²¿à²¸à²¿."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಹà³à²¸à²°à³, id à²
ಥವ uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "ಸà³à²µà²¯à²à²à²¾à²²à²¿à²¤ à²à²°à²à²à²µà²¨à³à²¨à³ à²
ಶà²à³à²¤à²à³à²³à²¿à²¸à³"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "à²à³à²·à³à²¤à³à²° %s à²
ನà³à²¨à³ ಸà³à²µà²¯à²à²à²¾à²²à²¿à²¤à²µà²¾à²à²¿ à²à²°à²à²à²¿à²¸à²²à²¾à²à²¿à²¦à³ à²à²à²¦à³ à²à³à²°à³à²¤à³ ಹಾà²à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr ""
"à²à³à²·à³à²¤à³à²° %s à²
ನà³à²¨à³ ಸà³à²µà²¯à²à²à²¾à²²à²¿à²¤à²µà²¾à²à²¿ à²à²°à²à²à²¿à²¸à³ à²à²à²¦à³ à²à³à²°à³à²¤à³ ಹಾà²à²¦à³à²¦à²¨à³à²¨à³ ತà³à²à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "à²à³à²·à³à²¤à³à²° %s ವೠಸà³à²µà²¯à²à²à²¾à²²à²¿à²¤à²µà²¾à²à²¿ à²à²°à²à²à²¿à²¸à³ à²à²à²¦à³ à²à³à²°à³à²¤à³ ಹಾà²à²²à³à²ªà²à³à²à²¿à²¦à³\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "à²à³à²·à³à²¤à³à²° %s ವೠಸà³à²µà²¯à²à²à²¾à²²à²¿à²¤à²µà²¾à²à²¿ à²à²°à²à²à²¿à²¸à³ à²à²à²¦à³ à²à³à²°à³à²¤à³ ಹಾà²à²²à³à²ªà²à³à²à²¿à²²à³à²²\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "ಹà³à²ªà²°à³à²µà³à²¸à²°à²¿à²à³ (ಪà³à²¨à²)ಸà²à²ªà²°à³à² à²à²²à³à²ªà²¿à²¸à³"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"ಸà³à²¥à²³à³à²¯ ಹà³à²ªà²°à³à²µà³à²¸à²°à²¿à²à³ ಸà²à²ªà²°à³à² à²à²²à³à²ªà²¿à²¸à³. à²à²¦à³ ಶà³à²²à³ à²à²°à²à²à²¿à²¤à²µà²¾à²¦ ನà²à²¤à²°à²¦ à²à²à²¦à³ à²
à²à²¤à²°à³à²¨à²¿à²°à³à²®à²¿à²¤ "
"à²à²à³à²à³à²¯à²¾à²à²¿à²°à³à²¤à³à²¤à²¦à³."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "URI à²à³ ಹà³à²ªà²°à³à²µà³à²¸à²°à³ ಸà²à²ªà²°à³à²"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "à²à²¦à²²à³ ಮಾತà³à²°à²¦ ಸà²à²ªà²°à³à²"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "ಹà³à²ªà²°à³à²µà³à²¸à²°à²¿à²¨à²¿à²à²¦ ಸà²à²ªà²°à³à² à²à²¡à²¿à²¦à³ ಹಾà²à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "ಹà³à²ªà²°à³à²µà³à²¸à²°à²¿à²à³ ಸà²à²ªà²°à³à² à²à²²à³à²ªà²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "à²
ತಿಥಿ à²à²¨à³à²¸à³à²²à²¿à²à³ ಸà²à²ªà²°à³à² à²à²²à³à²ªà²¿à²¸à³"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "à²
ತಿಥಿà²à²¾à²à²¿ ವರà³à²à³à²µà²²à³ à²
ನà³à²à³à²°à²®à²¿à²¤ à²à²¨à³à²¸à³à²²à²¨à³à²¨à³ ಸà²à²ªà²°à³à²à²¿à²¸à³"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "à²à³à²·à³à²¤à³à²°à²à³à²à³ ಯಾವà³à²¦à³ à²à²¨à³à²¸à³à²²à³ ಲà²à³à²¯à²µà²¿à²²à³à²²\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "ಠಪà³à²²à²¾à²à³âಫಾರà³à²®à²¿à²¨à²²à³à²²à²¿ à²à²¨à³à²¸à³à²²à³ à²
ನà³à²¨à³ à²
ನà³à²µà²¯à²¿à²¸à²²à²¾à²à²¿à²²à³à²²"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "à²à³à²·à³à²¤à³à²°à²à²³à²¨à³à²¨à³ ಪà²à³à²à²¿ ಮಾಡà³"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "à²à³à²·à³à²¤à³à²°à²à²³ ಪà²à³à²¤à²¿à²¯à²¨à³à²¨à³ ಮರಳಿಸà³à²¤à³à²¤à²¿à²¦à³."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²à²³à²¨à³à²¨à³ ಪà²à³à²à²¿ ಮಾಡà³"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯ ಹಾà²à³ ಸà²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²à²³à²¨à³à²¨à³ ಪà²à³à²à²¿ ಮಾಡà³"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "ಸà²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²à²³à²¨à³à²¨à³ ಪà²à³à²à²¿ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²à²³à²¨à³à²¨à³ ಪà²à³à²à²¿ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "ಹà³à²¸à²°à³"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "ಸà³à²¥à²¿à²¤à²¿"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "ಯಾವà³à²¦à³ ಸà³à²¥à²¿à²¤à²¿ à²à²²à³à²²"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಸà³à²¥à²¿à²¤à²¿"
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr "à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²¦ ಸà³à²¥à²¿à²¤à²¿à²¯à²¨à³à²¨à³ ಮರಳಿಸಲಾà²à³à²¤à³à²¤à²¿à²¦à³."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²à³à²à³ ಸಾಧನದ ಬà³à²²à²¾à²à³ à²
à²à²à²¿à²
à²à²¶à²à²³à²¨à³à²¨à³(block stats) ಪಡà³à²¦à³à²à³"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "à²à²¾à²²à²¨à³à²¯à²²à³à²²à²¿à²°à³à²µ à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²à³à²à³ ಸಾಧನದ ಬà³à²²à²¾à²à³ à²
à²à²à²¿à²
à²à²¶à²à²³à²¨à³à²¨à³ ಪಡà³à²¦à³à²à³."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "ಬà³à²²à²¾à²à³ ಸಾಧನ"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "ಬà³à²²à²¾à²à³ à²
à²à²à²¿à²
à²à²¶ %s %s à²à²³à²¨à³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²à³à²à³ à²à²¾à²²à²¬à²à²§ ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²¦ à²
à²à²à²¿à²
à²à²¶à²à²³à²¨à³à²¨à³ ಪಡà³à²¦à³à²à³"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "à²à²¾à²²à²¨à³à²¯à²²à³à²²à²¿à²°à³à²µ à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²à³à²à³ à²à²¾à²²à²¬à²à²§ ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²¦ à²
à²à²à²¿à²
à²à²¶à²à²³à²¨à³à²¨à³ ಪಡà³à²¦à³à²à³."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "à²à²¾à²²à²¬à²à²§ ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²¦ à²
à²à²à²¿à²
à²à²¶ %s %s à²à²³à²¨à³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ತಾತà³à²à²¾à²²à²¿à² ತಡೠಹಿಡಿ"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "à²à²¾à²²à²¨à³à²¯à²²à³à²²à²¿à²°à³à²µ à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ತಾತà³à²à²¾à²²à²¿à² ತಡೠಹಿಡಿ."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "à²à³à²·à³à²¤à³à²° %s à²
ನà³à²¨à³ ತಾತà³à²à²¾à²²à²¿à²à²µà²¾à²à²¿ ತಡೠಹಿಡಿಯಲಾà²à²¿à²¦à³\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "à²à³à²·à³à²¤à³à²° %s à²
ನà³à²¨à³ ತಾತà³à²à²¾à²²à²¿à² ತಡೠಹಿಡಿಯà³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "à²à²à²¦à³ XML à²à²¡à²¤à²¦à²¿à²à²¦ à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಸà³à²à²¿à²¸à³"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಸà³à²à²¿à²¸à³."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "à²à²à²¦à³ XML à²à³à²·à³à²¤à³à²°à²¦ ವಿವರಣà³à²¯à²¨à³à²¨à³ ಹà³à²à²¦à²¿à²°à³à²µ à²à²¡à²¤"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà³ %s ದಿà²à²¦ ಸà³à²à²¿à²¸à²²à²¾à²à²¿à²¦à³\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "%s ದಿà²à²¦ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಸà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "à²à²à²¦à³ XML à²à²¡à²¤à²¦à²¿à²à²¦ à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ವಿವರಿಸà³(à²à²¦à²°à³ ಪà³à²°à²¾à²°à²à²à²¿à²¸à²¬à³à²¡)"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ವಿವರಿಸà³."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà³ %s ದಿà²à²¦ ವಿವರಿಸಲà³à²ªà²à³à²à²¿à²¦à³\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ %s ದಿà²à²¦ ವಿವರಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "à²à²à²¦à³ ನಿಷà³à²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ವಿವರಿಸದಿರà³"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "à²à²à²¦à³ ನಿಷà³à²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²à³à²à²¾à²à²¿à²¨ ಸà²à²°à²à²¨à³à²¯à²¨à³à²¨à³ ವಿವರಿಸದಿರà³."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಹà³à²¸à²°à³ à²
ಥವ uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà³ ವಿವರಿಸಲà³à²ªà²à³à²à²¿à²²à³à²²\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ವಿವರಿಸದೠà²à²°à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "à²à²à²¦à³ ನಿಷà³à²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಪà³à²°à²¾à²°à²à²à²¿à²¸à³ (ಠಮà³à²¦à²²à³ ವಿವರಿಸಲà³à²ªà²à³à²)"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ à²à²°à²à²à²¿à²¸à³."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²¦ ಹà³à²¸à²°à³"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "à²à³à²·à³à²¤à³à²°à²µà³ à²à²à²¾à²à²²à³ ಸà²à³à²°à²¿à²¯à²µà²¾à²à²¿à²¦à³"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà³ ಪà³à²°à²¾à²°à²à²à²à³à²à²¡à²¿à²¦à³\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ à²à²°à²à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಸà³à²¥à²¿à²¤à²¿à²¯à²¨à³à²¨à³ à²à²à²¦à³ à²à²¡à²¤à²¦à²²à³à²²à²¿ à²à²³à²¿à²¸à³"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "à²à²¾à²²à²¨à³à²¯à²²à³à²²à²¿à²°à³à²µ à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ à²à²³à²¿à²¸à²²à²¾à²à³à²¤à³à²¤à²¿à²¦à³."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "ದತà³à²¤à²¾à²à²¶à²µà²¨à³à²¨à³ à²à²²à³à²²à²¿ à²à²³à²¿à²¸à²¬à³à²à³"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ %s à²à³ à²à²³à²¿à²¸à²²à²¾à²à²¿à²¦à³\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ %s à²à³ à²à²³à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "à²
ನà³à²¸à³à²à²(scheduler) ನಿಯತಾà²à²à²à²³à²¨à³à²¨à³ ತà³à²°à²¿à²¸à³/ಹà³à²à²¦à²¿à²¸à³"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "à²
ನà³à²¸à³à²à²(scheduler) ನಿಯತಾà²à²à²à²³à²¨à³à²¨à³ ತà³à²°à²¿à²¸à³/ಹà³à²à²¦à²¿à²¸à³."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "ಮà³à²²à³à²¯à²µà²¨à³à²¨à³ ನಿಯà³à²à²¿à²¸à³"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "XEN_CREDIT à²à³ ತà³à²"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "XEN_CREDIT à²à³ à²à³à²¯à²¾à²ªà³"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "ತà³à²à²¦ à²
ಮಾನà³à²¯à²µà²¾à²¦ ಮà³à²²à³à²¯"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "à²à³à²¯à²¾à²ªà³âನ à²
ಮಾನà³à²¯à²µà²¾à²¦ ಮà³à²²à³à²¯"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "à²à³à²¯à²¾à²ªà³âನ à²
ಮಾನà³à²¯à²µà²¾à²¦ ಮà³à²²à³à²¯"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "à²
ನà³à²¸à³à²à²"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "à²
à²à³à²à²¾à²¤"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "à²à²à²¦à³ à²à²¡à²¤à²¦à²²à³à²²à²¿ à²à²³à²¿à²¸à²²à²¾à²¦ ಸà³à²¥à²¿à²¤à²¿à²¯à²¿à²à²¦ à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಪà³à²¨à² ಸà³à²¥à²¾à²ªà²¿à²¸à³"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಪà³à²¨à² ಸà³à²¥à²¾à²ªà²¿à²¸à³."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "ಪà³à²¨à² ಸà³à²¥à²¾à²ªà²¿à²¸à²²à³ ಸà³à²¥à²¿à²¤à²¿"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "%s ನಿà²à²¦ ಪà³à²¨à² ಸà³à²¥à²¾à²ªà²¿à²¸à²²à²¾à²¦ à²à³à²·à³à²¤à³à²°\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "%s ನಿà²à²¦ à²à³à²·à³à²¤à³à²° ಪà³à²¨à² ಸà³à²¥à²¾à²ªà²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "ವಿಶà³à²²à³à²·à²£à³à²à²¾à²à²¿ à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²¦ ಮà³à²à³à²¯ à²à²¾à²à²µà²¨à³à²¨à³ à²à²à²¦à³ à²à²¡à²¤à²à³à²à³ ಹಾà²à³"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಮà³à²à³à²¯ à²à²¾à²à²µà²¨à³à²¨à³ ಹಾà²à³."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "ಮà³à²à³à²¯ à²à²¾à²à²µà²¨à³à²¨à³ à²à²²à³à²²à²¿ ಹಾà²à²¬à³à²à³"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ %s à²à³ ಹಾà²à²²à²¾à²à²¿à²¦à³\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "%s à²à³à²·à³à²¤à³à²°à²¦ ಮà³à²à³à²¯ à²à²¾à²à²µà²¨à³à²¨à³ %s à²à³ ಹಾà²à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಪà³à²¨à²°à²¾à²°à²à²à²¿à²¸à³"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "ಠಮà³à²¦à²²à³ ತಾತà³à²à²¾à²²à²¿à²à²µà²¾à²à²¿ ಸà³à²¥à²à²¿à²¤à²à³à²³à²¿à²¸à²²à²¾à²¦ à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಪà³à²¨à²°à²¾à²°à²à²à²¿à²¸à³."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà³ ಪà³à²¨à²°à²¾à²°à²à²à²à³à²à²¡à²¿à²¦à³\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಪà³à²¨à²°à²¾à²°à²à²à²à³à²³à²¿à²¸à²²à³ ವಿಫಲತà³"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "ಸà³à²²à²²à²¿à²¤à²µà²¾à²à²¿ à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಸà³à²¥à²à²¿à²¤à²à³à²³à²¿à²¸à²²à²¾à²à³à²¤à³à²¤à²¿à²¦à³"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "ನಿರà³à²¦à³à²¶à²¿à²¤ à²à³à²·à³à²¤à³à²°à²¦à²²à³à²²à²¿ ಸà³à²¥à²à²¿à²¤à²à³à²³à²¿à²¸à³à²µà³à²¦à²¨à³à²¨à³ à²à²²à²¾à²¯à²¿à²¸à³."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà³ ಸà³à²¥à²à²¿à²¤à²à³à²³à³à²³à³à²¤à³à²¤à²¿à²¦à³\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಸà³à²¥à²à²¿à²¤à²à³à²³à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಪà³à²¨à² ಬà³à²à³ ಮಾಡà³"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "ನಿರà³à²¦à³à²¶à²¿à²¤ à²à³à²·à³à²¤à³à²°à²¦à²²à³à²²à²¿ ಪà³à²¨à² ಬà³à²à³ à²à²à³à²µà³à²¦à²¨à³à²¨à³ à²à²²à²¾à²¯à²¿à²¸à³."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà³ ಪà³à²¨à² ಬà³à²à³ à²à²à³à²¤à³à²¤à²¿à²¦à³\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಪà³à²¨à² ಬà³à²à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ನಾಶಪಡಿಸà³"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "à²à²¦à²à²¿à²¸à²²à²¾à²¦ à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ನಾಶಪಡಿಸà³."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà³ ನಾಶà²à³à²à²¡à²¿à²¦à³\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ನಾಶಪಡಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಮಾಹಿತಿ"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಬà²à³à²à³ ಮà³à²²à²à³à²¤ ಮಾಹಿತಿà²à²³à²¨à³à²¨à³ à²à²¦à²à²¿à²¸à³à²¤à³à²¤à²¦à³."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "ಹà³à²¸à²°à³:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS ಬà²à³:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "ಸà³à²¥à²¿à²¤à²¿:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(à²à²³à³):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU ಸಮಯ:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "à²à²°à²¿à²·à³à² ಮà³à²®à³à²°à²¿:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "ಯಾವà³à²¦à³ ಮಿತಿ à²à²²à³à²²"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "ಬಳಸಲಾದ ಮà³à²®à³à²°à²¿:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
msgid "Autostart:"
msgstr "ಸà³à²µà²¯à²à²à²°à²à²:"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr "ಶà²à³à²¤"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr "à²
ಶà²à³à²¤"
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "NUMA à²à²¾à²²à²¿ ಮà³à²®à³à²°à²¿"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "NUMA à²à³à²¶à²à³à²à²¾à²à²¿ ಲà²à³à²¯à²µà²¿à²°à³à²µ à²à²¾à²²à²¿ ಮà³à²®à³à²°à²¿à²¯à²¨à³à²¨à³ ತà³à²°à²¿à²¸à³."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "NUMA à²à³à²¶ ಸà²à²à³à²¯à³"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "à²à²à³à²à²¾à²°à³"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ vcpu ಮಾಹಿತಿ"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ವರà³à²à³à²µà²²à³ CPUà²à²³ ಬà²à³à²à³ ಮà³à²²à²à³à²¤ ಮಾಹಿತಿಯನà³à²¨à³ à²à²¦à²à²¿à²¸à³à²¤à³à²¤à²¦à³."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU à²à²²à²µà³:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "à²à³à²·à³à²¤à³à²°à²µà³ ಮà³à²à³à²à²²à³à²ªà²à³à²à²¿à²¦à³, ವರà³à²à³à²µà²²à³ CPUà²à²³à³ à²
ಸà³à²¤à²¿à²¤à³à²µà²¦à²²à³à²²à²¿à²²à³à²²."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "à²à³à²·à³à²¤à³à²° vcpu ನà³à²à²¦à²¿à²à²¿à²¨ ಸà²à²¬à²à²§à²µà²¨à³à²¨à³ ನಿಯà²à²¤à³à²°à²¿à²¸à³"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "à²à³à²·à³à²¤à³à²° VCPU à²à²³à²¨à³à²¨à³ à²à³à²¤à²¿à² CPUà²à²³à²¨à³à²¨à³ ಪಿನೠಮಾಡà³."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu ಸà²à²à³à²¯à³"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "à²
ತಿಥà³à²¯ cpu ಸà²à²à³à²¯à³(à²à²³à³) (ವಿರಾಮ à²à²¿à²¹à³à²¨à³à²¯à²¿à²à²¦ ಪà³à²°à²¤à³à²¯à³à²à²¿à²¸à²²à²¾à²¦)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr "vcpupin: à²
ಮಾನà³à²¯à²µà²¾à²¦ à²
ಥವ à²à²¾à²£à³à²¯à²¾à²¦ vCPU ಸà²à²à³à²¯à³."
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr "vcpupin: cpulist à²à²¾à²£à³à²¤à³à²¤à²¿à²²à³à²²"
-#: src/virsh.c:1765
+#: src/virsh.c:1814
msgid "vcpupin: failed to get domain informations."
msgstr "vcpupin: à²à³à²·à³à²¤à³à²°à²¦ ಬà²à³à²à³ ಮಾಹಿತಿà²à²³à²¨à³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತà³."
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin: à²
ಮಾನà³à²¯à²µà²¾à²¦ vCPU ಸà²à²à³à²¯à³."
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: à²
ಮಾನà³à²¯à²µà²¾à²¦ ವಿನà³à²¯à²¾à²¸. à²à²¾à²²à²¿ ವಾà²à³à²¯."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
@@ -5084,7 +5609,7 @@ msgstr ""
"cpulist: %s: à²
ಮಾನà³à²¯à²µà²¾à²¦ ವಿನà³à²¯à²¾à²¸. %d ಸà³à²¥à²³à²¦à²²à³à²²à²¿('%c' ನ ಹತà³à²¤à²¿à²°) à²à²à²¦à³ à²
à²à²à³à²¯à²¨à³à²¨à³ "
"ನಿರà³à²à³à²·à²¿à²¸à²²à²¾à²à²¿à²¤à³à²¤à³."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5093,1353 +5618,1411 @@ msgstr ""
"cpulist: %s: à²
ಮಾನà³à²¯à²µà²¾à²¦ ವಿನà³à²¯à²¾à²¸. %d ಸà³à²¥à²³à²¦à²²à³à²²à²¿('%c' ನ ಹತà³à²¤à²¿à²°) à²à²à²¦à³ à²
à²à²à³ à²
ಥವ ವಿರಾಮ "
"à²à²¿à²¹à³à²¨à³à²¯à²¨à³à²¨à³ ನಿರà³à²à³à²·à²¿à²¸à²²à²¾à²à²¿à²¤à³à²¤à³."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: à²
ಮಾನà³à²¯à²µà²¾à²¦ ವಿನà³à²¯à²¾à²¸. %d ಸà³à²¥à²³à²¦à²²à³à²²à²¿ ವಿರಾಮ à²à²¿à²¹à³à²¨à³à²¯à³ à²à²³à²¿à²¦à³à²à³à²à²¡à²¿à²¦à³."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "à²à³à²¤à²¿à² CPU %d à²
ಸà³à²¤à²¿à²¤à³à²µà²¦à²²à³à²²à²¿à²²à³à²²."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "ವರà³à²à³à²µà²²à³ CPUà²à²³ ಸà²à²à³à²¯à³à²¯à²¨à³à²¨à³ ಬದಲಾಯಿಸà³"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "à²
ತಿಥಿ à²à³à²·à³à²¤à³à²°à²¦à²²à³à²²à²¿ ಸà²à³à²°à²¿à²¯à²µà²¾à²¦ ವರà³à²à³à²µà²²à³ CPUà²à²³ ಸà²à²à³à²¯à³à²¯à²¨à³à²¨à³ ಬದಲಾಯಿಸà³."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "ವರà³à²à³à²µà²²à³ CPUà²à²³ ಸà²à²à³à²¯à³"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ ವರà³à²à³à²µà²²à³ CPUà²à²³ ಸà²à²à³à²¯à³."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "ಬಹಳಷà³à²à³ ವರà³à²à³à²µà²²à³ CPUà²à²³à³."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "ಮà³à²®à³à²°à²¿ ನಿಯà³à²à²¨à³à²¯à²¨à³à²¨à³ ಬದಲಾಯಿಸà³"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "à²
ತಿಥಿ à²à³à²·à³à²¤à³à²°à²¦à²²à³à²²à²¿ ಮà³à²®à³à²°à²¿ ನಿಯà³à²à²¨à³à²¯à²¨à³à²¨à³ ಬದಲಾಯಿಸà³."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "à²à²¿à²²à³à²¬à³à²à³à²à²³à²²à³à²²à²¿ ಮà³à²®à³à²°à²¿"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "ಮà³à²®à³à²°à²¿ à²à²¾à²¤à³à²°à²à³à²à²¾à²à²¿à²¨ %d ನ à²
ಮಾನà³à²¯à²µà²¾à²¦ ಮà³à²²à³à²¯"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "MaxMemorySize à²
ನà³à²¨à³ ಪರಿಶà³à²²à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "à²à²°à²¿à²·à³à² ಮà³à²®à³à²°à²¿ ಮಿತಿಯನà³à²¨à³ ಬದಲಾಯಿಸà³"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "à²
ತಿಥಿ à²à³à²·à³à²¤à³à²°à²¦à²²à³à²²à²¿ à²à²°à²¿à²·à³à² ಮà³à²®à³à²°à²¿ ನಿಯà³à²à²¨à²¾ ಮಿತಿಯನà³à²¨à³ ಬದಲಾಯಿಸà³."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "à²à²¿à²²à³à²¬à³à²à³à²à²³à²²à³à²²à²¿ à²à²°à²¿à²·à³à² ಮà³à²®à³à²°à²¿à²¯ ಮಿತಿ"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "ಪà³à²°à²¸à²à³à²¤ MemorySize à²
ನà³à²¨à³ ಪರಿಶà³à²²à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¿à²²à³à²²"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "ಪà³à²°à²¸à²à³à²¤ MemorySize à²
ನà³à²¨à³ ಸà²à²à³à²à²¨à²à³à²³à²¿à²¸à²²à³ ಸಾಧà³à²¯à²µà²¿à²²à³à²²"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "MaxMemorySize à²
ನà³à²¨à³ ಬದಲಾಯಿಸಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "à²à²¾à²²à²à²à² ಮಾಹಿತಿ"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "à²à²¾à²²à²à²à²à²¦ ಬà²à³à²à³ ಮà³à²²à²à³à²¤ ಮಾಹಿತಿಯನà³à²¨à³ à²à²¦à²à²¿à²¸à³à²¤à³à²¤à²¦à³."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "à²à²¾à²²à²à²à²à²¦ ಬà²à³à²à³ ಮಾಹಿತಿಯನà³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU ಮಾದರಿ:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU à²à²à²ªà²¨ ದರ(frequency):"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU ಸಾà²à³à²à³(à²à²³à³):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "ಪà³à²°à²¤à²¿ ಸಾà²à³à²à³à²à²¿à²¨ ಮà³à²à³à²¯ à²à²¾à²(à²à²³à³):"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "ಪà³à²°à²¤à²¿ ಮà³à²à³à²¯ à²à²¾à²à²¦ à²à²³à³(à²à²³à³):"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA à²à³à²¶(à²à²³à³):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "ಮà³à²®à³à²°à²¿à²¯ à²à²¾à²¤à³à²°:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "ಸಾಮರà³à²¥à³à²¯à²à²³à³"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "ಹà³à²ªà²°à³à²µà³à²¸à²°à³/à²à²¾à²²à²à²¦ ಸಾಮರà³à²¥à³à²¯à²à²³à²¨à³à²¨à³ ಮರಳಿಸà³à²¤à³à²¤à²¦à³."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "ಸಾಮರà³à²¥à³à²¯à²à²³à²¨à³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "XML ನಲà³à²²à²¿ à²à³à²·à³à²¤à³à²°à²¦ ಮಾಹಿತಿ"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಮಾಹಿತಿಯನà³à²¨à³ à²à²à²¦à³ XML ಬಿಸà³à²¡à²¾à²à²¿ stdout à²à³ à²à²¦à²à²¿à²¸à³à²¤à³à²¤à²¦à³."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²µà²¾à²à²¿à²²à³à²²"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²¦ id à²
ಥವ UUID à²
ನà³à²¨à³ à²à³à²·à³à²¤à³à²°à²¦ ಹà³à²¸à²°à²¯à²¾à²à²¿ ಬದಲಾಯಿಸà³"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "à²à³à²·à³à²¤à³à²° id à²
ಥವ uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²¦ ಹà³à²¸à²°à³ à²
ಥವ UUID à²
ನà³à²¨à³ à²à³à²·à³à²¤à³à²° id ಯಾà²à²¿ ಬದಲಾಯಿಸà³"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²¦ ಹà³à²¸à²°à³ à²
ಥವ id à²
ನà³à²¨à³ à²à³à²·à³à²¤à³à²° UUID ಯಾà²à²¿ ಬದಲಾಯಿಸà³"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ id à²
ಥವ ಹà³à²¸à²°à³"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "à²à³à²·à³à²¤à³à²° UUID à²
ನà³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ à²à²¨à³à²¨à³à²à²¦à³ à²
ತಿಥà³à²¯à²à³à²à³ ವರà³à²à²¾à²¯à²¿à²¸à³"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
"à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ à²à²¨à³à²¨à³à²à²¦à³ à²
ತಿಥà³à²¯à²à³à²à³ ವರà³à²à²¾à²¯à²¿à²¸à³. ಲà³à²µà³ ವರà³à²à²¾à²µà²£à³à²à²¾à²à²¿ --live à²à²à²¦à³ ಸà³à²°à²¿à²¸à²¿."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "ಲà³à²µà³ ವರà³à²à²¾à²µà²£à³"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "ನಿರà³à²¦à³à²¶à²¿à²¤ à²
ತಿಥà³à²¯à²¦ ಸà²à²ªà²°à³à² URI"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "ವರà³à²à²¾à²µà²£à³ URI, ಸಾಮಾನà³à²¯à²µà²¾à²à²¿ ಬಿà²à³à²à³ ಬಿಡಬಹà³à²¦à³"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "ವರà³à²à²¾à²µà²£à³: desturi à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "à²à²à²¦à³ à²à²¾à²²à²¬à²à²§à²µà²¨à³à²¨à³ ಸà³à²µà²¯à²à²à²¾à²²à²¿à²¤à²à³à²³à²¿à²¸à³"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "ಬà³à²à³ à²à²¦à²¾à² à²à²à²¦à³ à²à²¾à²²à²¬à²à²§à²µà³ ತಾನಾà²à²¿à²¯à³ ಬà³à²à³ à²à²à³à²µà²à²¤à³ ಸà²à²°à²à²¿à²¸à³."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "à²à²¾à²²à²¬à²à²§à²¦ ಹà³à²¸à²°à³ à²
ಥವ uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "à²à²¾à²²à²¬à²à²§ %s à²
ನà³à²¨à³ ಸà³à²µà²¯à²à²à²¾à²²à²¿à²¤à²µà²¾à²à²¿ à²à²°à²à²à²¿à²¸à²²à²¾à²à²¿à²¦à³ à²à²à²¦à³ à²à³à²°à³à²¤à³ ಹಾà²à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr ""
"à²à²¾à²²à²¬à²à²§ %s à²
ನà³à²¨à³ ಸà³à²µà²¯à²à²à²¾à²²à²¿à²¤à²µà²¾à²à²¿ à²à²°à²à²à²¿à²¸à³ à²à²à²¦à³ à²à³à²°à³à²¤à³ ಹಾà²à²¦à³à²¦à²¨à³à²¨à³ ತà³à²à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "à²à²¾à²²à²¬à²à²§ %s à²
ನà³à²¨à³ ಸà³à²µà²¯à² à²à²°à²à²à²à³à²à²¡à²¿à²¦à³ à²à²à²¦à³ à²à³à²°à³à²¤à³ ಹಾà²à²²à²¾à²à²¿à²¦à³\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "à²à²¾à²²à²¬à²à²§ %s à²
ನà³à²¨à³ ಸà³à²µà²¯à² à²à²°à²à²à²à³à²à²¡à²¿à²¦à³ à²à²à²¦à³ à²à³à²°à³à²¤à³ ಹಾà²à²¿à²¦à³à²¦à²¨à³à²¨à³ ತà³à²à³à²¯à²²à²¾à²à²¿à²¦à³\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "à²à²à²¦à³ XML à²à²¡à²¤à²¦à²¿à²à²¦ à²à²¾à²²à²¬à²à²§à²µà²¨à³à²¨à³ ಸà³à²à²¿à²¸à³"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "à²à²à²¦à³ à²à²¾à²²à²¬à²à²§à²µà²¨à³à²¨à³ ಸà³à²à²¿à²¸à³."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "à²à²à²¦à³ XML à²à²¾à²²à²¬à²à²§ ವಿವರಣà³à²à²³à²¨à³à²¨à³ ಹà³à²à²¦à²¿à²°à³à²µ à²à²à²¦à³ à²à²¡à²¤"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "à²à²¾à²²à²¬à²à²§ %s ವೠ%s ನಿà²à²¦ ಸà³à²à²¿à²¸à²²à³à²ªà²à³à²à²¿à²¦à³\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "%s à²à²à²¦ à²à²¾à²²à²¬à²à²§à²µà²¨à³à²¨à³ ನಿರà³à²®à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "à²à²à²¦à³ XML à²à²¡à²¤à²¦à²¿à²à²¦ à²à²¾à²²à²¬à²à²§à²µà²¨à³à²¨à³ ವಿವರಿಸೠ(à²à²¦à²°à³ à²à²°à²à²à²¿à²¸à²¬à³à²¡)"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "à²à²à²¦à³ à²à²¾à²²à²¬à²à²§à²µà²¨à³à²¨à³ ವಿವರಿಸà³."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "à²à²¾à²²à²¬à²à²§ %s à²
ನà³à²¨à³ %s à²à²à²¦ ವಿವರಿಸಲಾà²à²¿à²¦à³\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "%s à²à²à²¦ à²à²¾à²²à²¬à²à²§à²µà²¨à³à²¨à³ ವಿವರಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "à²à²à²¦à³ à²à²¾à²²à²¬à²à²§à²µà²¨à³à²¨à³ ನಾಶಪಡಿಸà³"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "à²à²¦à²à²¿à²¸à²²à²¾à²¦ à²à²à²¦à³ à²à²¾à²²à²¬à²à²§à²µà²¨à³à²¨à³ ನಾಶಪಡಿಸà³."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "à²à²¾à²²à²¬à²à²§à²¦ ಹà³à²¸à²°à³, id à²
ಥವ uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "à²à²¾à²²à²¬à²à²§ %s ವೠನಾಶà²à³à²à²¡à²¿à²¦à³\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "à²à²¾à²²à²¬à²à²§ %s à²
ನà³à²¨à³ ನಾಶà²à³à²³à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "XML ನಲà³à²²à²¿ à²à²¾à²²à²¬à²à²§ ಮಾಹಿತಿ"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "à²à²¾à²²à²¬à²à²§à²¦ ಮಾಹಿತಿಯನà³à²¨à³ à²à²à²¦à³ XML ಬಿಸà³à²¡à²¾à²à²¿ stdout à²à³ à²à²¦à²à²¿à²¸à³à²¤à³à²¤à²¦à³."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "à²à²¾à²²à²¬à²à²§à²à²³à²¨à³à²¨à³ ಪà²à³à²à²¿ ಮಾಡà³"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "à²à²¾à²²à²¬à²à²§à²¦ ಪà²à³à²à²¿à²¯à²¨à³à²¨à³ ಮರಳಿಸà³à²¤à³à²¤à²¦à³."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯ à²à²¾à²²à²¬à²à²§à²à²³à²¨à³à²¨à³ ಪà²à³à²à²¿à²®à²¾à²¡à³à²¤à³à²¤à²¦à³"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯ à²à²¾à²²à²¬à²à²§à²à²³ ಹಾà²à³ ಸà²à³à²°à²¿à²¯ à²à²¾à²²à²¬à²à²§à²à²³ ಪà²à³à²à²¿ ಮಾಡಲಾà²à³à²¤à³à²¤à²¿à²¦à³"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "ಸà²à³à²°à²¿à²¯ à²à²¾à²²à²¬à²à²§à²à²³ ಪà²à³à²à²¿à²¯à²¨à³à²¨à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯ à²à²¾à²²à²¬à²à²§à²à²³ ಪà²à³à²à²¿à²¯à²¨à³à²¨à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "ಸà³à²µà²¯à²à²à²°à²à²"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "ಸà³à²µà²¯à²à²à²°à²à²à²µà²¿à²²à³à²²"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "ಸà²à³à²°à²¿à²¯"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "à²à²¾à²²à²¬à²à²§ UUID à²
ನà³à²¨à³ à²à²¾à²²à²¬à²à²§ ಬಳà²à³à²¦à²¾à²° ಹà³à²¸à²°à²¿à²à³ ಮಾರà³à²ªà²¡à²¿à²¸à³"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "à²à²¾à²²à²¬à²à²§à²¦ uuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "à²à²à²¦à³ ನಿಷà³à²à³à²°à²¿à²¯ à²à²¾à²²à²¬à²à²§à²µà²¨à³à²¨à³ à²à²°à²à²à²¿à²¸à³(ಠಹಿà²à²¦à³ ವಿವರಿಸಲಾದ)"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "à²à²à²¦à³ à²à²¾à²²à²¬à²à²§à²µà²¨à³à²¨à³ ಪà³à²°à²¾à²°à²à²à²¿à²¸à³."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯ à²à²¾à²²à²¬à²à²§à²¦ ಹà³à²¸à²°à³"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "à²à²¾à²²à²¬à²à²§ %s à²à²°à²à²à²à³à²à²¡à²¿à²¦à³\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "à²à²¾à²²à²¬à²à²§ %s à²
ನà³à²¨à³ à²à²°à²à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯ à²à²¾à²²à²¬à²à²§à²µà²¨à³à²¨à³ ಸà²à²°à²à²¿à²¸à²¦à³ à²à²°à³"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "à²à²à²¦à³ ನಿಷà³à²à³à²°à²¿à²¯ à²à²¾à²²à²¬à²à²§à²¦ ಸà²à²°à²à²¨à³à²¯à²¨à³à²¨à³ ವಿವರಿಸದೠà²à²°à³."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "à²à²¾à²²à²¬à²à²§ %s à²
ನà³à²¨à³ ವಿವರಿಸಲಾà²à²¿à²²à³à²²\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "à²à²¾à²²à²¬à²à²§ %s à²
ನà³à²¨à³ ವಿವರಿಸದೠà²à²°à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "à²à²à²¦à³ à²à²¾à²²à²¬à²à²§à²¦ ಹà³à²¸à²°à²¨à³à²¨à³ à²à²¾à²²à²¬à²à²§ UUID ಯಾà²à²¿ ಮಾರà³à²ªà²¡à²¿à²¸à³"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "à²à²¾à²²à²¬à²à²§à²¦ ಹà³à²¸à²°à³"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "à²à²¾à²²à²¬à²à²§ UUID à²
ನà³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
msgid "autostart a pool"
msgstr "à²à²à²¦à³ ಪà³à²²à³â à²
ನà³à²¨à³ ಸà³à²µà²¯à²à²à²¾à²²à²¿à²¤à²µà²¾à²à²¿ à²à²°à²à²à²¿à²¸à³"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr "ಬà³à²à³ ಸಮಯದಲà³à²²à²¿ ಸà³à²µà²¯à²à²à²¾à²²à²¿à²¤à²µà²¾à²à²¿ à²à²°à²à²à²à³à²³à³à²³à³à²µà²à²¤à³ à²à²à²¦à³ ಪà³à²²à³â à²
ನà³à²¨à³ ಸà²à²°à²à²¿à²¸à²¿."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr "ಪà³à²²à³ ಹà³à²¸à²°à³ à²
ಥವ uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "ಪà³à²²à³ %s à²
ನà³à²¨à³ ಸà³à²µà²¯à²à²à²¾à²²à²¿à²¤à²µà²¾à²à²¿ à²à²°à²à²à²¿à²¸à²²à²¾à²à²¿à²¦à³ à²à²à²¦à³ à²à³à²°à³à²¤à³ ಹಾà²à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr ""
"ಪà³à²²à³ %s à²
ನà³à²¨à³ ಸà³à²µà²¯à²à²à²¾à²²à²¿à²¤à²µà²¾à²à²¿à²à²°à²à²à²¿à²¸à²²à²¾à²à²¿à²¦à³ à²à²à²¦à³ à²à³à²°à³à²¤à³ ಹಾà²à²¿à²¦à³à²¦à²¨à³à²¨à³ ತà³à²à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "ಪà³à²²à³ %s à²
ನà³à²¨à³ ಸà³à²µà²¯à²à²à²¾à²²à²¿à²¤à²µà²¾à²à²¿ à²à²°à²à²à²¿à²¸à²²à²¾à²à²¿à²¦à³ à²à²à²¦à³ à²à³à²°à³à²¤à³ ಹಾà²à²²à³à²ªà²à³à²à²¿à²¦à³\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr ""
"ಪà³à²²à³ %s à²
ನà³à²¨à³ ಸà³à²µà²¯à²à²à²¾à²²à²¿à²¤à²µà²¾à²à²¿à²à²°à²à²à²¿à²¸à²²à²¾à²à²¿à²¦à³ à²à²à²¦à³ à²à³à²°à³à²¤à³ ಹಾà²à²¿à²¦à³à²¦à²¨à³à²¨à³ ತà³à²à³à²¯à²²à²¾à²à²¿à²¦à³\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr "à²à²à²¦à³ XML à²à²¡à²¤à²¦à²¿à²à²¦ à²à²à²¦à³ ಪà³à²²à³â à²
ನà³à²¨à³ ಸà³à²à²¿à²¸à³"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr "à²à²à²¦à³ ಪà³à²²à³â à²
ನà³à²¨à³ ಸà³à²à²¿à²¸à³."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr "à²à²à²¦à³ XML ಪà³à²²à³ ವಿವರಣà³à²¯à²¨à³à²¨à³ ಹà³à²à²¦à²¿à²°à³à²µ à²à²¡à²¤"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, c-format
msgid "Pool %s created from %s\n"
msgstr "%s ಪà³à²²à³ à²
ನà³à²¨à³ %s ದಿà²à²¦ ಸà³à²à²¿à²¸à²²à²¾à²à²¿à²¦à³\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr "%s ದಿà²à²¦ ಪà³à²²à³ à²
ನà³à²¨à³ ಸà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr "ಪà³à²²à³âನ ಹà³à²¸à²°à³"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr "ಪà³à²²à³âನ ಬà²à³"
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr "à²à³à²³à²à²¿à²°à³à²µ ಸà²à²¦à³à²¶à²à³à²à²¾à²à²¿à²¨ ಮà³à²²-à²
ತಿಥà³à²¯"
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr "à²à³à²³à²à²¿à²°à³à²µ ಸà²à²¦à³à²¶à²à³à²à²¾à²à²¿à²¨ ಮà³à²² ಮಾರà³à²"
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr "à²à³à²³à²à²¿à²°à³à²µ ಸà²à²¦à³à²¶à²à³à²à²¾à²à²¿à²¨ ಮà³à²² ಸಾಧನ"
-#: src/virsh.c:2881
+#: src/virsh.c:2931
#, fuzzy
msgid "source name for underlying storage"
msgstr "à²à³à²³à²à²¿à²°à³à²µ ಸà²à²¦à³à²¶à²à³à²à²¾à²à²¿à²¨ ಮà³à²² ಮಾರà³à²"
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr "à²à³à²³à²à²¿à²°à³à²µ ಸà²à²¦à³à²¶à²à³à²à²¾à²à²¿à²¨ à²à³à²°à²¿"
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
msgid "Failed to allocate XML buffer"
msgstr "XML ಬಫರನà³à²¨à³ ನಿಯà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr "arg à²à²³ ಸಹಾಯದಿà²à²¦ ಪà³à²²à³ à²
ನà³à²¨à³ ರà²à²¿à²¿à²¸à³"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr "%s ಪà³à²²à³ à²
ನà³à²¨à³ ಸà³à²à²¿à²¸à²²à²¾à²à²¿à²¦à³\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr "%s ಪà³à²²à³â à²
ನà³à²¨à³ ಸà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr "à²à²à²¦à³ XML à²à²¡à²¤à²¦à²¿à²à²¦ à²à²à²¦à³ ಪà³à²²à³â à²
ನà³à²¨à³ ವಿವರಿಸà³(à²à²¦à²°à³ ಪà³à²°à²¾à²°à²à²à²¿à²¸à²¬à³à²¡)"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr "à²à²à²¦à³ ಪà³à²²à³â à²
ನà³à²¨à³ ವಿವರಿಸà³."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "%s ಪà³à²²à³â %s ದಿà²à²¦ ವಿವರಿಸಲà³à²ªà²à³à²à²¿à²¦à³\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr "ಪà³à²²à³ à²
ನà³à²¨à³ %s à²à²à²¦ ವಿವರಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr "arg à²à²³ ಸಹಾಯದಿà²à²¦ ಪà³à²²à³ à²
ನà³à²¨à³ ವಿವರಿಸà³"
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr "ಪà³à²²à³ %s à²
ನà³à²¨à³ ವಿವರಿಸಲಾà²à²¿à²¦à³\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr "%s ಪà³à²²à³ à²
ನà³à²¨à³ ವಿವರಿಸà³à²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr "à²à²à²¦à³ ಪà³à²²à³ à²
ನà³à²¨à³ ನಿರà³à²®à²¿à²¸à³"
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr "à²à²¦à²à²¿à²¸à²²à²¾à²¦ à²à²à²¦à³ ಪà³à²²à³ à²
ನà³à²¨à³ ನಿರà³à²®à²¿à²¸à³."
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "ಪà³à²²à³ %s à²
ನà³à²¨à³ ನಿರà³à²®à²¿à²¸à²²à²¾à²à²¿à²¦à³\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, c-format
msgid "Failed to build pool %s"
msgstr "ಪà³à²²à³ %s à²
ನà³à²¨à³ ನಿರà³à²®à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr "à²à²à²¦à³ ಪà³à²²à³â à²
ನà³à²¨à³ ನಾಶಪಡಿಸà³"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr "à²à²¦à²à²¿à²¸à²²à²¾à²¦ à²à²à²¦à³ ಪà³à²²à³â à²
ನà³à²¨à³ ನಾಶಪಡಿಸà³."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr "%s ಪà³à²²à³ ನಾಶà²à³à²à²¡à²¿à²¦à³\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, c-format
msgid "Failed to destroy pool %s"
msgstr "%s ಪà³à²²à³â à²
ನà³à²¨à³ ನಾಶಪಡಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr "à²à²à²¦à³ ಪà³à²²à³â à²
ನà³à²¨à³ à²
ಳಿಸಿ ಹಾà²à³"
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr "à²à²¦à²à²¿à²¸à²²à²¾à²¦ à²à²à²¦à³ ಪà³à²²à³â à²
ನà³à²¨à³ à²
ಳಿಸà³."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr "%s ಪà³à²²à³ à²
ನà³à²¨à³ à²
ಳಿಸಲಾà²à²¿à²¦à³\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, c-format
msgid "Failed to delete pool %s"
msgstr "%s ಪà³à²²à³âà²
ನà³à²¨à³ à²
ಳಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr "à²à²à²¦à³ ಪà³à²²à³ à²
ನà³à²¨à³ ಪà³à²¨à²¶à³à²à³à²¤à²¨à²à³à²³à²¿à²¸à³"
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr "à²à²¦à²à²¿à²¸à²²à²¾à²¦ à²à²à²¦à³ ಪà³à²²à³ à²
ನà³à²¨à³ ಪà³à²¨à²¶à³à²à³à²¤à²¨à²à³à²³à²¿à²¸à³."
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr "%s ಪà³à²²à³ ಪà³à²¨à²¶à³à²à³à²¤à²¨à²à³à²à²¡à²¿à²¦à³\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr "%s ಪà³à²²à³â à²
ನà³à²¨à³ ಪà³à²¨à²¶à³à²à³à²¤à²¨à²à³à²³à²¿à²¸à²²à³ ವಿಫಲತà³"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr "XML ನಲà³à²²à²¿à²¨ ಪà³à²²à³âನ ಮಾಹಿತಿ"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr "ಪà³à²²à³ ಮಾಹಿತಿಯನà³à²¨à³ à²à²à²¦à³ XML ಬಿಸà³à²¡à²¾à²à²¿ stdout à²à³ à²à²¦à²à²¿à²¸à³à²¤à³à²¤à²¦à³."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr "ಪà³à²²à³âà²à²³à²¨à³à²¨à³ ಪà²à³à²à²¿ ಮಾಡà³"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
msgid "Returns list of pools."
msgstr "ಪà³à²²à³âà²à²³ ಪà²à³à²¤à²¿à²¯à²¨à³à²¨à³ ಮರಳಿಸà³à²¤à³à²¤à²¦à³."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯ ಪà³à²²à³âà²à²³à²¨à³à²¨à³ ಪà²à³à²à²¿ ಮಾಡà³"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
msgid "list inactive & active pools"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯ ಹಾà²à³ ಸà²à³à²°à²¿à²¯ ಪà³à²²à³âà²à²³à²¨à³à²¨à³ ಪà²à³à²à²¿ ಮಾಡà³"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
msgid "Failed to list active pools"
msgstr "ಸà²à³à²°à²¿à²¯ ಪà³à²²à³âà²à²³à²¨à³à²¨à³ ಪà²à³à²à²¿ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
msgid "Failed to list inactive pools"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯ ಪà³à²²à³âà²à²³à²¨à³à²¨à³ ಪà²à³à²à²¿ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "%s ನಲà³à²²à²¿ à²
ಮಾನà³à²¯à²µà²¾à²¦ ಶà³à²à²°à²£à²¾ ಪà³à²²à³ ಸà³à²à²"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "ಬಹಳ ಶà³à²à²°à²£à²¾ ಪà³à²²à³âà²à²³à²¨à³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à²²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "ಸಾà²à²¾à²à³à²µà²·à³à²à³ ಮà³à²®à³à²°à²¿ à²à²²à³à²²"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "%s ಪà³à²²à³ à²
ನà³à²¨à³ ವಿವರಿಸà³à²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "ಬಹಳ ಶà³à²à²°à²£à²¾ ಪà³à²²à³âà²à²³à²¨à³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à²²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
msgid "storage pool information"
msgstr "ಶà³à²à²°à²£à²¾à²ªà³à²²à³â ಮಾಹಿತಿ"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr "ಶà³à²à²°à²£à²¾à²ªà³à²²à³â ಬà²à³à²à³ ಮà³à²²à²à³à²¤ ಮಾಹಿತಿಯನà³à²¨à³ ಮರಳಿಸà³à²¤à³à²¤à²¦à³."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr "ನಿರà³à²®à²¾à²£à²à³à²³à³à²³à³à²¤à³à²¤à²¿à²°à³à²µ"
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "à²à²¾à²²à²¨à³à²¯à²²à³à²²à²¿à²°à³à²µ"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr "à²à²¡à²¿à²®à³à²à³à²³à²¿à²¸à²²à²¾à²¦"
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr "ಸಾಮರà³à²¥à³à²¯:"
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr "ನಿಯà³à²à²¨à³:"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr "ಲà²à³à²¯:"
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr "ಪà³à²²à³ UUID à²
ನà³à²¨à³ pool ಹà³à²¸à²°à²¾à²à²¿ ಮಾರà³à²ªà²¡à²¿à²¸à³"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr "ಪà³à²²à³ uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr "à²à²à²¦à³ ನಿಷà³à²à³à²°à²¿à²¯ ಪà³à²²à³â à²
ನà³à²¨à³ ಪà³à²°à²¾à²°à²à²à²¿à²¸à³ (ಠಮà³à²¦à²²à³ ವಿವರಿಸಲà³à²ªà²à³à²)"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr "à²à²à²¦à³ ಪà³à²²à³â à²
ನà³à²¨à³ à²à²°à²à²à²¿à²¸à³."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯ ಪà³à²²à³âನ ಹà³à²¸à²°à³"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr "%s ಪà³à²²à³ ಪà³à²°à²¾à²°à²à²à²à³à²à²¡à²¿à²¦à³\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, c-format
msgid "Failed to start pool %s"
msgstr "%s ಪà³à²²à³ à²
ನà³à²¨à³ à²à²°à²à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr "arg à²à²³à²¿à²à²¦ à²à²à²¦à³ ಪರಿಮಾಣವನà³à²¨à³ ಸà³à²à²¿à²¸à³"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr "à²à²à²¦à³ vol à²
ನà³à²¨à³ ಸà³à²à²¿à²¸à³."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr "ಪà³à²²à³âನ ಹà³à²¸à²°à³"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr "ಪರಿಮಾಣದ ಹà³à²¸à²°à³"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr "à²à²à³à²à²¿à² k,M,G,T ಸಫಿà²à³à²¸à²¿à²¨à³à²à²¦à²¿à²à³ vol ನ à²à²¾à²¤à³à²°"
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr "à²à²à³à²à²¿à² k,M,G,T ಸಫಿà²à³à²¸à²¿à²¨à³à²à²¦à²¿à²à³ à²à²°à²à²à²¿à² ನಿಯà³à²à²¨à²¾ à²à²¾à²¤à³à²°"
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr "à²à²¡à²¤ ವಿನà³à²¯à²¾à²¦ ಬà²à³ raw,bochs,qcow,qcow2,vmdk"
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr "ತಪà³à²ªà²¾à²¦ à²à²¾à²¤à³à²° %s"
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr "vol %s à²
ನà³à²¨à³ ಸà³à²à²¿à²¸à²²à²¾à²à²¿à²¦à³\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, c-format
msgid "Failed to create vol %s"
msgstr "%s vol à²
ನà³à²¨à³ ಸà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
msgid "undefine an inactive pool"
msgstr "à²à²à²¦à³ ನಿಷà³à²à³à²°à²¿à²¯ ಪà³à²²à³â à²
ನà³à²¨à³ ವಿವರಿಸದಿರà³"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
msgid "Undefine the configuration for an inactive pool."
msgstr "à²à²à²¦à³ ನಿಷà³à²à³à²°à²¿à²¯ ಪà³à²²à³âà²à²¾à²à²¿à²¨ ಸà²à²°à²à²¨à³à²¯à²¨à³à²¨à³ ವಿವರಿಸದಿರà³."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr "ಪà³à²²à³ %s ವಿವರಿಸಲà³à²ªà²à³à²à²¿à²²à³à²²\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, c-format
msgid "Failed to undefine pool %s"
msgstr "%s ಪà³à²²à³â à²
ನà³à²¨à³ ವಿವರಿಸದೠà²à²°à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
msgid "convert a pool name to pool UUID"
msgstr "à²à²à²¦à³ ಪà³à²²à³ ಹà³à²¸à²°à²¨à³à²¨à³ ಪà³à²²à³ UUID à²à²à²¿ ಮಾರà³à²ªà²¡à²¿à²¸à³"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
msgid "failed to get pool UUID"
msgstr "ಪà³à²²à³ UUID à²
ನà³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
msgid "create a vol from an XML file"
msgstr "à²à²à²¦à³ XML à²à²¡à²¤à²¦à²¿à²à²¦ à²à²à²¦à³ vol à²
ನà³à²¨à³ ಸà³à²à²¿à²¸à³"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
msgid "file containing an XML vol description"
msgstr "à²à²à²¦à³ XML vol ನ ವಿವರಣà³à²¯à²¨à³à²¨à³ ಹà³à²à²¦à²¿à²°à³à²µ à²à²¡à²¤"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, c-format
msgid "Vol %s created from %s\n"
msgstr "%s vol %s à²à²à²¦ ಸà³à²à²¿à²¸à²²à²¾à²à²¿à²¦à³\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, c-format
msgid "Failed to create vol from %s"
msgstr "%s ದಿà²à²¦ vol à²
ನà³à²¨à³ ಸà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr "à²à²à²¦à³ vol à²
ನà³à²¨à³ à²
ಳಿಸà³"
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr "à²à²¦à²à²¿à²¸à²²à²¾à²¦ à²à²à²¦à³ vol à²
ನà³à²¨à³ à²
ಳಿಸà³."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr "vol ಹà³à²¸à²°à³, à²à³à²²à²¿ à²
ಥವ ಮಾರà³à²"
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr "vol %s à²
ನà³à²¨à³à³à²
ಳಿಸಲಾà²à²¿à²¦à³à³\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, c-format
msgid "Failed to delete vol %s"
msgstr "vol %s à²
ನà³à²¨à³ à²
ಳಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
msgid "storage vol information"
msgstr "ಶà³à²à²°à²£à²¾ vol ಮಾಹಿತಿ"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr "ಶà³à²à²°à²£à²¾ vol ಬà²à³à²à³ ಮà³à²²à²à³à²¤ ಮಾಹಿತಿಯನà³à²¨à³ ಮರಳಿಸà³à²¤à³à²¤à²¦à³."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
msgid "Type:"
msgstr "ಬà²à³:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr "à²à²¡à²¤"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr "à²à²à²¡"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
msgid "vol information in XML"
msgstr "XML ನಲà³à²²à²¿ vol ಮಾಹಿತಿ"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
msgid "Output the vol information as an XML dump to stdout."
msgstr "vol ಮಾಹಿತಿಯನà³à²¨à³ à²à²à²¦à³ XML ಬಿಸà³à²¡à²¾à²à²¿ stdout à²à³ à²à²¦à²à²¿à²¸à³à²¤à³à²¤à²¦à³."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
msgid "list vols"
msgstr "volà²à²³ ಪà²à³à²à²¿"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
msgid "Returns list of vols by pool."
msgstr "ಪà³à²²à³â ಮà³à²²à² volà²à²³ ಪà²à³à²¤à²¿à²¯à²¨à³à²¨à³ ಮರಳಿಸà³à²¤à³à²¤à²¦à³."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
msgid "Failed to list active vols"
msgstr "ಸà²à³à²°à²¿à²¯ volà²à²³à²¨à³à²¨à³ ಪà²à³à²à²¿ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr "ಮಾರà³à²"
-#: src/virsh.c:4145
+#: src/virsh.c:4205
msgid "convert a vol UUID to vol name"
msgstr "à²à²à²¦à³ vol UUID à²
ನà³à²¨à³ vol ಹà³à²¸à²°à²¾à²à²¿ ಮಾರà³à²ªà²¡à²¿à²¸à³"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr "vol à²à³à²²à²¿ à²
ಥವ ಮಾರà³à²"
-#: src/virsh.c:4178
+#: src/virsh.c:4238
msgid "convert a vol UUID to vol key"
msgstr "à²à²à²¦à³ vol UUID à²
ನà³à²¨à³ vol à²à³à²²à²¿à²¯à²¨à³à²¨à²¾à²à²¿ ಮಾರà³à²ªà²¡à²¿à²¸à³"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
msgid "vol uuid"
msgstr "vol uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
msgid "convert a vol UUID to vol path"
msgstr "à²à²à²¦à³ vol UUID à²
ನà³à²¨à³ vol ಮಾರà³à²à²µà²¾à²à²¿ ಮಾರà³à²ªà²¡à²¿à²¸à³"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr "vol ಹà³à²¸à²°à³ à²
ಥವ à²à³à²²à²¿"
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "à²à²µà³à²¤à³à²¤à²¿à²¯à²¨à³à²¨à³ ತà³à²°à²¿à²¸à³"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "à²à²£à²à²¦ à²à²µà³à²¤à³à²¤à²¿à²¯ ಮಾಹಿತಿಯನà³à²¨à³ ತà³à²°à²¿à²¸à³."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "ಹà³à²ªà²°à³à²µà³à²¸à²°à²¿à²¨ ಬà²à³à²¯à²¨à³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "ಲà³à²¬à³à²°à²°à²¿à²¯ ವಿರà³à²¦à³à²§ à²à²à²ªà³à²²à³ ಮಾಡಲಾà²à²¿à²¦à³: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "ಲà³à²¬à³à²°à²°à²¿ à²à²µà³à²¤à³à²¤à²¿à²¯à²¨à³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "ಲà³à²¬à³à²°à²°à²¿à²¯à²¨à³à²¨à³ ಬಳಸಿà²à³à²à²¡à³: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "API à²
ನà³à²¨à³ ಬಳಸಿà²à³à²à²¡à³: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "ಹà³à²ªà²°à³à²µà³à²¸à²°à²¿à²¨ à²à²µà³à²¤à³à²¤à²¿à²¯à²¨à³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "à²à²²à²¾à²¯à²¿à²¤à²à³à²³à³à²³à³à²¤à³à²¤à²¿à²°à³à²µ %s ಹà³à²ªà²°à³à²µà³à²¸à²°à²¿à²¨ à²à²µà³à²¤à³à²¤à²¿à²¯à²¨à³à²¨à³ ಹà³à²°à²¤à³à²à³à²¯à²²à³ ಸಾಧà³à²¯à²µà²¿à²²à³à²²\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "ಹà³à²ªà²°à³à²µà³à²¸à²°à²¨à³à²¨à³ à²à²²à²¾à²¯à²¿à²¸à²²à²¾à²à³à²¤à³à²¤à²¿à²¦à³: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "ಠà²
ತಿಥà³à²¯à²¦à²²à³à²²à²¿ NUMA ಬà³à²à²¬à²²à²¿à²¤à²µà²¾à²à²¿à²²à³à²²"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "ಸಾಮರà³à²¥à³à²¯à²à²³à³"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "ಹà³à²ªà²°à³à²µà³à²¸à²°à²¿à²à³ ಸà²à²ªà²°à³à² à²à²²à³à²ªà²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²à²³à²¨à³à²¨à³ ಪà²à³à²à²¿ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "vol ಮಾಹಿತಿಯನà³à²¨à³ à²à²à²¦à³ XML ಬಿಸà³à²¡à²¾à²à²¿ stdout à²à³ à²à²¦à²à²¿à²¸à³à²¤à³à²¤à²¦à³."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "ಸಾಧನ"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "ಹà³à²¸ ಡಿಸà³à²à³â ಸಾಧನವನà³à²¨à³ à²à³à²¡à²¿à²¸à²¿."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "%s à²à³à²·à³à²¤à³à²°à²µà³ ನಾಶà²à³à²à²¡à²¿à²¦à³\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "%s à²à²à²¦ ಸಾಧನವನà³à²¨à³ à²à²³à²à²²à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "ಹà³à²¸ ಡಿಸà³à²à³â ಸಾಧನವನà³à²¨à³ à²à³à²¡à²¿à²¸à²¿."
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "%s ಯಿà²à²¦ ಸಾಧನವನà³à²¨à³ à²à²³à²à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "ಡಿಸà³à²à³â ಸಾಧನದ à²à³à²°à²¿"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "à²à²¾à²²à²¨à³à²¯à²²à³à²²à²¿à²°à³à²µ à²à²à²¦à³ à²à³à²·à³à²¤à³à²°à²à³à²à³ ಸಾಧನದ ಬà³à²²à²¾à²à³ à²
à²à²à²¿à²
à²à²¶à²à²³à²¨à³à²¨à³ ಪಡà³à²¦à³à²à³."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "%s à²à³à²·à³à²¤à³à²°à²µà³ ಪà³à²¨à²°à²¾à²°à²à²à²à³à²à²¡à²¿à²¦à³\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "ದಾà²à²²à³ à²à²¡à²¤ %s à²
ನà³à²¨à³ ರà²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "ಹà³à²ªà²°à³à²µà³à²¸à²°à²¿à²¨ à²
ತಿಥà³à²¯à²¦ ಹà³à²¸à²°à²¨à³à²¨à³ ಮà³à²¦à³à²°à²¿à²¸à³"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "à²
ತಿಥà³à²¯à²¦ ಹà³à²¸à²°à²¨à³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "ಹà³à²ªà²°à³à²µà³à²¸à²°à³ à²à²¨à³à²¨à²¿à²à²²à³ URI à²
ನà³à²¨à³ ಮà³à²¦à³à²°à²¿à²¸à³"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "URI à²
ನà³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc ಪà³à²°à²¦à²°à³à²¶à²"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "VNC ಪà³à²°à²¦à²°à³à²¶à²à²à³à²à²¾à²à²¿à²¨ à²à²à³âಪà³à²à³ à²à²ªà²¿ ವಿಳಾಸ ಹಾà²à³ ಸà²à²ªà²°à³à²à²¸à³à²¥à²¾à²¨."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty à²à²¨à³à²¸à³à²²à³"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "TTY à²à²¨à³à²¸à³à²²à²¿à²à²¾à²à²¿à²¨ ಸಾಧನದ à²à²à³âಪà³à²à³."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "à²à²à²¦à³ XML à²à²¡à²¤à²¦à²¿à²à²¦ ಸಾಧನವನà³à²¨à³ à²à³à²¡à²¿à²¸à²¿"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "à²à²à²¦à³ XML <file> ದಿà²à²¦ ಸಾಧನವನà³à²¨à³ à²à³à²¡à²¿à²¸à²¿."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML à²à²¡à²¤"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr "attach-device: <file> à²à²¯à³à²à³à²¯à³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "%s ಯಿà²à²¦ ಸಾಧನವನà³à²¨à³ à²à²³à²à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "à²à²à²¦à³ XML à²à²¡à²¤à²¦à²¿à²à²¦ ಸಾಧನವನà³à²¨à³ à²à²³à²à²¿"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "à²à²à²¦à³ XML <file> ದಿà²à²¦ ಸಾಧನವನà³à²¨à³ à²à²³à²à²¿"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr "detach-device: <file> à²à²¯à³à²à³à²¯à³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "%s à²à²à²¦ ಸಾಧನವನà³à²¨à³ à²à²³à²à²²à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "ಹà³à²¸ à²à²¾à²²à²¬à²à²§ ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²µà²¨à³à²¨à³ à²à³à²¡à²¿à²¸à²¿"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "ಹà³à²¸ à²à²¾à²²à²¬à²à²§ ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²µà²¨à³à²¨à³ à²à³à²¡à²¿à²¸à²¿."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "à²à²¾à²²à²¬à²à²§ ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²¦ ಬà²à³"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "à²à²¾à²²à²¬à²à²§ ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²¦ ಮà³à²²"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "ನಿರà³à²¦à³à²¶à²¿à²¤ à²à²¾à²²à²¬à²à²§à²¦ ಹà³à²¸à²°à³"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
msgid "MAC address"
msgstr "MAC ವಿಳಾಸ"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "à²à²¾à²²à²¬à²à²§ ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²µà²¨à³à²¨à³ à²à³à²¡à²¿à²¸à²²à³ ಬಳಸಲಾà²à³à²µ ಸà³à²à³à²°à²¿à²ªà³à²à³"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "'attach-interface' à²à²à³à²à³à²¯à²²à³à²²à²¿ ಯಾವà³à²¦à³ %s ಬà³à²à²¬à²² à²à²à²¡à³à²¬à²à²¦à²¿à²²à³à²²"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "à²à²¾à²²à²¬à²à²§ ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²µà²¨à³à²¨à³ à²à²³à²à²¿"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "à²à²¾à²²à²¬à²à²§ ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²µà²¨à³à²¨à³ à²à²³à²à²¿."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²¦ ಮಾಹಿತಿಯನà³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "%s ಬà²à³à²¯ ಯಾವà³à²¦à³ ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²µà³ à²à²à²¡à³à²¬à²à²¦à²¿à²²à³à²²"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "%s à²
ನà³à²¨à³ MAC ವಿಳಾಸವಾà²à²¿ ಹà³à²à²¦à²¿à²°à³à²µ ಯಾವà³à²¦à³ ಸà²à²ªà²°à³à²à²¸à²¾à²§à²¨à²µà³ à²à²à²¡à³à²¬à²à²¦à²¿à²²à³à²²"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "ಮà³à²®à³à²°à²¿à²¯à²¨à³à²¨à³ ನಿಯà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "XML à²
ನà³à²¨à³ ರà²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "ಡಿಸà³à²à³â ಸಾಧನವನà³à²¨à³ à²à³à²¡à²¿à²¸à²¿"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "ಹà³à²¸ ಡಿಸà³à²à³â ಸಾಧನವನà³à²¨à³ à²à³à²¡à²¿à²¸à²¿."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "ಡಿಸà³à²à³â ಸಾಧನದ à²à²à²°"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "ಡಿಸà³à²à³â ಸಾಧನದ à²à³à²°à²¿"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "ಡಿಸà³à²à³â ಸಾಧನದ à²à²¾à²²à²"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "ಡಿಸà³à²à³â ಸಾಧನದ à²à²ªà²à²¾à²²à²"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "ನಿರà³à²¦à³à²¶à²¿à²¤ ಸಾಧನದ ಬà²à³"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "ಸಾಧನದ à²à²¦à³à²µ ಹಾà²à³ ಬರà³à²¯à²µ à²à³à²°à²®"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "'attach-disk' à²à²à³à²à³à²¯à²²à³à²²à²¿ ಯಾವà³à²¦à³ %s ಬà³à²à²¬à²² à²à²à²¡à³à²¬à²à²¦à²¿à²²à³à²²"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "ಡಿಸà³à²à³â ಸಾಧನವನà³à²¨à³ à²à²£à²à²¦à²¿à²à²¦ à²à²³à²à²¿"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "ಡಿಸà³à²à³â ಸಾಧನವನà³à²¨à³ à²à²£à²à²¦à²¿à²à²¦ à²à²³à²à²¿."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "ಡಿಸà³à²à³â ಮಾಹಿತಿಯನà³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "%s ವೠà²à³à²°à²¿à²¯à²¾à²¦à²à²¤à²¹ ಯಾವà³à²¦à³ ಡಿಸà³à²à³â à²à²à²¡à³ ಬà²à²¦à²¿à²²à³à²²"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "init ವಾà²à³à²¯à²à³à²à³ ಮà³à²®à³à²°à²¿à²¯à²¨à³à²¨à³ calloc ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "%s: ದಾà²à²²à³ à²à²¡à²¤à²à³à²à³ ಬರà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "%s: ದಾà²à²²à³ à²à²¡à²¤à²à³à²à³ ಬರà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "%s: ದಾà²à²²à³ à²à²¡à²¤à²à³à²à³ ಬರà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²° %s à²
ನà³à²¨à³ ಸà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "lvs à²à²à³à²à³à²¯à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, fuzzy, c-format
msgid "%s: command exited with non-zero status"
msgstr "lvs à²à²à³à²à³à²¯à³ %d à²à²à²¬ ನಿರà³à²à²®à²¨à²¸à³à²¥à²¿à²¤à²¿à²¯à³à²à²¦à²¿à²à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: ದಾà²à²²à³ à²à²¡à²¤à²à³à²à³ ಬರà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "à²à²à²¦à³ ನಿಷà³à²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²à³à²à²¾à²à²¿à²¨ ಸà²à²°à²à²¨à³à²¯à²¨à³à²¨à³ ವಿವರಿಸದಿರà³."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "à²à²à²¦à³ ನಿಷà³à²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²°à²à³à²à²¾à²à²¿à²¨ ಸà²à²°à²à²¨à³à²¯à²¨à³à²¨à³ ವಿವರಿಸದಿರà³."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²µà²¨à³à²¨à³ à²à²¦à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "à²à²à²¦à³ ನಿಷà³à²à³à²°à²¿à²¯ à²à²¾à²²à²¬à²à²§à²¦ ಸà²à²°à²à²¨à³à²¯à²¨à³à²¨à³ ವಿವರಿಸದೠà²à²°à³."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "à²à²à²¦à³ ನಿಷà³à²à³à²°à²¿à²¯ à²à²¾à²²à²¬à²à²§à²¦ ಸà²à²°à²à²¨à³à²¯à²¨à³à²¨à³ ವಿವರಿಸದೠà²à²°à³."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "à²à²à²¦à³ ನಿಷà³à²à³à²°à²¿à²¯ ಪà³à²²à³âà²à²¾à²à²¿à²¨ ಸà²à²°à²à²¨à³à²¯à²¨à³à²¨à³ ವಿವರಿಸದಿರà³."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "à²à²à²¦à³ ನಿಷà³à²à³à²°à²¿à²¯ ಪà³à²²à³âà²à²¾à²à²¿à²¨ ಸà²à²°à²à²¨à³à²¯à²¨à³à²¨à³ ವಿವರಿಸದಿರà³."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "ಠಸà²à²µà²¾à²¦à²¾à²¤à³à²®à² à²à²°à³à²®à²¿à²¨à²²à³à²²à²¿à²¨à²¿à²à²¦ ನಿರà³à²à²®à²¿à²¸à³"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "à²à²à³à²à³ '%s' à²à³ <%s> à²à²¯à³à²à³à²¯ à²
à²à²¤à³à²¯à²µà²¿à²¦à³"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "à²à²à³à²à³ '%s' à²à³ --%s à²à²¯à³à²à³à²¯ à²
à²à²¤à³à²¯à²µà²¿à²¦à³"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "à²à²à³à²à³ '%s' ಯೠà²
ಸà³à²¤à²¿à²¤à³à²µà²¦à²²à³à²²à²¿à²²à³à²²"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6447,17 +7030,17 @@ msgstr ""
"\n"
" SYNOPSIS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6465,7 +7048,7 @@ msgstr ""
"\n"
" ವಿವರಣà³\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6473,58 +7056,58 @@ msgstr ""
"\n"
" à²à²¯à³à²à³à²à²³à³\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "ಸà³à²à²¿à²¸à²¦à³ à²à²°à³à²µ à²à³à²·à³à²¤à³à²°à²¦ ಹà³à²¸à²°à³ à²
ಥವ à²à²¡à²¿"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "'%s' à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "ಸà³à²à²¿à²¸à²¦à³ à²à²°à³à²µ à²à²¾à²²à²¬à²à²§à²¦ ಹà³à²¸à²°à³"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "à²à²¾à²²à²¬à²à²§ '%s' à²
ನà³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
msgid "undefined pool name"
msgstr "ಸà³à²à²¿à²¸à²¦à³ à²à²°à³à²µ pool ಹà³à²¸à²°à³"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, c-format
msgid "failed to get pool '%s'"
msgstr "ಪà³à²²à³ '%s' à²
ನà³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
msgid "undefined vol name"
msgstr "ಸà³à²à²¿à²¸à²¦à³ à²à²°à³à²µ vol ಹà³à²¸à²°à³"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, c-format
msgid "failed to get vol '%s'"
msgstr "vol '%s' à²
ನà³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6535,129 +7118,129 @@ msgstr ""
"(ಸಮಯ: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³ \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ à²à³à²à²¨à³ (à²à²à³à²à³à²¯ ಹà³à²¸à²°à³): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "à²
à²à³à²à²¾à²¤ à²à²à³à²à³: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "à²à²à³à²à³ '%s' à²à²¯à³à²à³à²¯à²¨à³à²¨à³ ಬà³à²à²¬à²²à²¿à²¸à³à²µà³à²¦à²¿à²²à³à²² --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "ನಿರà³à²à³à²·à²¿à²¤ ಸಿà²à²à³à²¯à²¾à²à³à²¸à³â: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "ಸà²à²à³à²¯à³"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "ವಾà²à³à²¯"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ ದತà³à²¤à²¾à²à²¶ '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "à²à²¯à³à²à³"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "ದತà³à²¤à²¾à²à²¶"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
#, fuzzy
msgid "idle"
msgstr "à²à²¡à²¤"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "ವಿರಮಿಸಿದà³"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "ಮà³à²à³à²à²²à²¾à²à³à²¤à³à²¤à²¿à²¦à³"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "ಮà³à²à³à²à²²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "à²à³à²¸à²¿à²¤à²à³à²à²¡à²¿à²¦à³"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "à²à²«à³âಲà³à²¨à³"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "ಯಾವà³à²¦à³ ಮಾನà³à²¯à²µà²¾à²¦ ಸà²à²ªà²°à³à²à²µà²¿à²²à³à²²"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: ದà³à²·: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "ದà³à²·: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: %d ಬà³à²à³à²à²³à²¨à³à²¨à³ ನಿಯà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: %lu ಬà³à²à³à²à²³à²¨à³à²¨à³ ನಿಯà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "ಹà³à²ªà²°à³à²µà³à²¸à²°à²¿à²¨à³à²à²¦à²¿à²à³ ಸà²à²ªà²°à³à²à²¹à³à²à²¦à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "ದಾà²à²²à³ à²à²¡à²¤ ಮಾಹಿತಿಯನà³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "ದಾà²à²²à³ ಮಾರà³à²à²µà³ à²à²à²¦à³ à²à²¡à²¤à²µà²²à³à²²"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "ದಾà²à²²à³ à²à²¡à²¤à²µà²¨à³à²¨à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತà³. ದಾà²à²²à³ à²à²¡à²¤à²¦ ಮಾರà³à²à²µà²¨à³à²¨à³ ಪರà³à²à³à²·à²¿à²¸à²¿"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "ದಾà²à²²à³ à²à²¡à²¤à²à³à²à³ ಬರà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: ದಾà²à²²à³ à²à²¡à²¤à²à³à²à³ ಬರà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
msgid "failed to disconnect from the hypervisor"
msgstr "ಹà³à²ªà²°à³à²µà³à²¸à²°à²¿à²¨à²¿à²à²¦ ಸà²à²ªà²°à³à² à²à²¡à²¿à²¦à³ ಹಾà²à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6690,7 +7273,7 @@ msgstr ""
"\n"
" à²à²à³à²à³à²à²³à³ (ಸà²à²µà²¾à²¦à²¾à²¤à³à²®à²à²µà²²à³à²²à²¦ à²à³à²°à²®):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6700,17 +7283,17 @@ msgstr ""
" (à²à²à³à²à³à²¯ ಬà²à³à²à²¿à²¨ ವಿವರà²à²³à²¿à²à²¾à²à²¿ help <command> à²
ನà³à²¨à³ ಸà³à²à²¿à²¸à²¿)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "ಬà³à²à²¬à²²à²µà²¿à²²à³à²²à²¦ à²à²¯à³à²à³ '-%c'. --help à²
ನà³à²¨à³ ನà³à²¡à²¿."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6719,7 +7302,7 @@ msgstr ""
"%s à²à³ ಸà³à²µà²¾à²à²¤, ವರà³à²à³à²µà²²à³à²¸à³à²¶à²¨à³ ಸà²à²µà²¾à²¦à²¾à²¤à³à²®à² à²à²°à³à²®à²¿à²¨à²²à³.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6729,462 +7312,476 @@ msgstr ""
" ನಿರà³à²à²®à²¿à²¸à²²à³ 'quit' \n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "à²
à²à³à²à²¾à²¤ ದà³à²·"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "à²à²à³à²à²°à²¿à²à³"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "ದà³à²·"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "ಯಾವà³à²¦à³ ದà³à²· ಸà²à²¦à³à²¶ à²à²¦à²à²¿à²¸à²¿à²²à³à²²"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "à²à²à²¤à²°à²¿à² ದà³à²· %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "à²à²à²¤à²°à²¿à² ದà³à²·"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "ಸಾà²à²¾à²à³à²µà²·à³à²à³ ಮà³à²®à³à²°à²¿ à²à²²à³à²²"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "ಠà²à²¾à²°à³à²¯à²µà³ ಹà³à²ªà²°à³à²µà³à²¸à²¿à²°à²¿à²¨à²¿à²à²¦ ಬà³à²à²¬à²²à²¿à²¤à²µà²¾à²à²¿à²²à³à²²"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "ಠà²à²¾à²°à³à²¯à²µà³ ಹà³à²ªà²°à³à²µà³à²¸à²¿à²°à²¿à²¨à²¿à²à²¦ ಬà³à²à²¬à²²à²¿à²¤à²µà²¾à²à²¿à²²à³à²²: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "ಹà³à²ªà²°à³à²µà³à²¸à²°à²¿à²à³ ಸà²à²ªà²°à³à² ಹà³à²à²¦à²²à²¾à²à²¿à²²à³à²²"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "%s à²à³ ಸà²à²ªà²°à³à² ಹà³à²à²¦à²²à²¾à²à²¿à²²à³à²²"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "à²à²²à³à²²à²¿ à²
ಮಾನà³à²¯ ಸà²à²ªà²°à³à² ಸà³à²à²¿(pointer)"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "%s ನಲà³à²²à²¿ à²
ಮಾನà³à²¯ ಸà²à²ªà²°à³à² ಸà³à²à²¿(pointer)"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "à²
ಮಾನà³à²¯ à²à³à²·à³à²¤à³à²° ಸà³à²à²(domain pointer)"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "%s ನಲà³à²²à²¿ à²
ಮಾನà³à²¯ à²à³à²·à³à²¤à³à²° ಸà³à²à²(domain pointer)"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "à²à²²à³à²²à²¿ à²
ಮಾನà³à²¯ à²à²°à³à²à³à²¯à³à²®à³à²à²à³"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "%s ನಲà³à²²à²¿ à²
ಮಾನà³à²¯ à²à²°à³à²à³à²¯à³à²®à³à²à²à³"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "à²à²¾à²°à³à²¯à²¾à²à²°à²£à³à²¯à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "à²à²¾à²°à³à²¯à²¾à²à²°à²£à³à²¯à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET à²à²¾à²°à³à²¯à²¾à²à²°à²£à³à²¯à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET à²à²¾à²°à³à²¯à²¾à²à²°à²£à³à²¯à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST à²à²¾à²°à³à²¯à²¾à²à²°à²£à³à²¯à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST à²à²¾à²°à³à²¯à²¾à²à²°à²£à³à²¯à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "à²
à²à³à²à²¾à²¤ HTTP ದà³à²· ಸà²à²à³à²à³ %d à²à²à²à²¾à²à²¿à²¦à³"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "à²
à²à³à²à²¾à²¤ à²
ತಿಥà³à²¯ %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "à²
à²à³à²à²¾à²¤ à²
ತಿಥà³à²¯"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "S-Expr à²
ನà³à²¨à³ à²
ನà³à²à³à²°à²®à²¿à²¤à²à³à²³à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "S-Expr à²
ನà³à²¨à³ à²
ನà³à²à³à²°à²®à²¿à²¤à²à³à²³à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "Xen ಹà³à²ªà²°à³à²µà³à²¸à²°à³ ನಮà³à²¦à²¨à³à²¨à³ ಬಳಸಲಾà²à²¿à²²à³à²²"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "Xen ಹà³à²ªà²°à³à²µà³à²¸à²°à³ ನಮà³à²¦à³ %s à²
ನà³à²¨à³ ಬಳಸಲಾà²à²¿à²²à³à²²"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "Xen ಶà³à²à²°à²£à³à²à³ ಸà²à²ªà²°à³à² ಹà³à²à²¦à²²à²¾à²à²¿à²²à³à²²"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "Xen ಶà³à²à²°à²£à³ %s à²à³ ಸà²à²ªà²°à³à² ಹà³à²à²¦à²²à²¾à²à²¿à²²à³à²²"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "Xen syscall %s %d ವೠವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "à²
à²à³à²à²¾à²¤ OS ಬà²à³"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "à²
à²à³à²à²¾à²¤ OS ಬà²à³ %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "à²à²°à³à²¨à²²à³ ಮಾಹಿತಿ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "ಮà³à²² ಸಾಧನ ಮಾಹಿತಿಯೠವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "%s ನಲà³à²²à²¿ ಮà³à²² ಸಾಧನ ಮಾಹಿತಿಯೠವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "ಸಾಧನà²à³à²à²¾à²à²¿ à²à²à²° ಮಾಹಿತಿಯೠà²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "%s ಸಾಧನà²à³à²à²¾à²à²¿ à²à²à²° ಮಾಹಿತಿಯೠà²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "ಸಾಧನà²à³à²à²¾à²à²¿ à²à²à²° ಮಾಹಿತಿಯೠà²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "%s ಸಾಧನà²à³à²à²¾à²à²¿ à²à²à²° ಮಾಹಿತಿಯೠà²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಹà³à²¸à²°à²¿à²¨ ಮಾಹಿತಿಯೠà²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "%s ನಲà³à²²à²¿ à²à³à²·à³à²¤à³à²°à²¦ ಹà³à²¸à²°à²¿à²¨ ಮಾಹಿತಿಯೠà²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "à²à²¾à²°à³à²¯à²µà³à²¯à²µà²¸à³à²¥à³à²¯ ಮಾಹಿತಿಯೠà²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "%s à²à²¾à²à²¿à²¨ à²à²¾à²°à³à²¯à²µà³à²¯à²µà²¸à³à²¥à³à²¯ ಮಾಹಿತಿಯೠà²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "ಸಾಧನದ ಮಾಹಿತಿಯೠà²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "%s à²à²¾à²à²¿ ಸಾಧನದ ಮಾಹಿತಿಯೠà²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "ಬಹಳ à²à²¾à²²à²à²à²³à³ ನà³à²à²¦à²¾à²¯à²¿à²¤à²à³à²à²¡à²¿à²µà³"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "%s ನಲà³à²²à²¿ ಬಹಳ à²à²¾à²²à²à²à²³à³ ನà³à²à²¦à²¾à²¯à²¿à²¤à²à³à²à²¡à²¿à²µà³"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "ಲà³à²¬à³à²°à²°à²¿ à²à²°à³à²¯à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³, ಬಹà³à²·à² ಬà³à²à²¬à²²à²¿à²¤à²µà²¾à²à²¿à²°à²¦à³ à²à²°à²¬à²¹à³à²¦à³"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "ಲà³à²¬à³à²°à²°à²¿ à²à²°à³ %s ಯೠವಿಫಲà²à³à²à²¡à²¿à²¦à³, ಬಹà³à²·à² ಬà³à²à²¬à²²à²¿à²¤à²µà²¾à²à²¿à²°à²¦à³ à²à²°à²¬à²¹à³à²¦à³"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML ವಿವರಣà³à²¯à³ ಸರಿಯಾà²à²¿ ರà³à²ªà²¿à²¤à²à³à²à²¡à²¿à²²à³à²² à²
ಥವ à²
ಮಾನà³à²¯à²µà²¾à²à²¿à²¦à³"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "%s à²à²¾à²à²¿ XML ವಿವರಣà³à²¯à³ ಸರಿಯಾà²à²¿ ರà³à²ªà²¿à²¤à²à³à²à²¡à²¿à²²à³à²² à²
ಥವ à²
ಮಾನà³à²¯à²µà²¾à²à²¿à²¦à³"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "ಠà²à³à²·à³à²¤à³à²°à²µà³ à²à²à²¾à²à²²à³ à²
ಸà³à²¤à²¿à²¤à³à²µà²¦à²²à³à²²à²¿à²¦à³"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "%s à²à³à²·à³à²¤à³à²°à²µà³ à²à²à²¾à²à²²à³ à²
ಸà³à²¤à²¿à²¤à³à²µà²¦à²²à³à²²à²¿à²¦à³"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "à²à²¾à²°à³à²¯à²¾à²à²°à²£à³à²à²³à²¨à³à²¨à³ à²à³à²µà²² à²à²¦à²²à³ ಮಾತà³à²° ನಿಲà³à²à³à²µà²à²¤à³ ನಿರà³à²¬à²à²§à²¿à²¸à²²à²¾à²à²¿à²¦à³"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "%s à²à²¾à²°à³à²¯à²¾à²à²°à²£à³à²¯à²¨à³à²¨à³ à²à³à²µà²² à²à²¦à²²à³ ಮಾತà³à²° ನಿಲà³à²à³à²µà²à²¤à³ ನಿರà³à²¬à²à²§à²¿à²¸à²²à²¾à²à²¿à²¦à³"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "à²à²¦à²²à³ ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²µà²¨à³à²¨à³ ತà³à²°à³à²¯à²²à³ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "%s à²
ನà³à²¨à³ à²à²¦à²²à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²µà²¨à³à²¨à³ à²à²¦à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "ಸà²à²°à²à²¨à²¾ à²à²¡à²¤ %s à²
ನà³à²¨à³ à²à²¦à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²µà²¨à³à²¨à³ ಪಾರà³à²¸à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "ಸà²à²°à²à²¨à²¾ à²à²¡à²¤ %s à²
ನà³à²¨à³ ಪಾರà³à²¸à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²¦à²²à³à²²à²¿ ಸಿà²à²à³à²¯à²¾à²à³à²¸à³â ದà³à²· à²à²à²¡à³ ಬà²à²¦à²¿à²¦à³"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²¦à²²à³à²²à²¿ ಸಿà²à²à³à²¯à²¾à²à³à²¸à³â ದà³à²· à²à²à²¡à³ ಬà²à²¦à²¿à²¦à³: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²à³à²à³ ಬರà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²à³à²à³ ಬರà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "ಪಾರà³à²¸à³ ಮಾಡà³à²µà²²à³à²²à²¿ ದà³à²·"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "à²à²²à³à²²à²¿ à²
ಮಾನà³à²¯ à²à²¾à²²à²¬à²à²§ ಸà³à²à²¿(pointer)"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "%s ನಲà³à²²à²¿ à²
ಮಾನà³à²¯ à²à²¾à²²à²¬à²à²§ ಸà³à²à²¿(pointer)"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "ಠà²à²¾à²²à²¬à²à²§à²µà³ à²à²à²¾à²à²²à³ à²
ಸà³à²¤à²¿à²¤à³à²µà²¦à²²à³à²²à²¿à²¦à³"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "%s à²à²¾à²²à²¬à²à²§à²µà³ à²à²à²¾à²à²²à³ à²
ಸà³à²¤à²¿à²¤à³à²µà²¦à²²à³à²²à²¿à²¦à³"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "à²à²£à² à²à²°à³ ದà³à²·"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC ದà³à²·"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "GNUTLS à²à²°à³ ದà³à²·"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "à²à²¾à²²à²¬à²à²§à²µà²¨à³à²¨à³ ಪತà³à²¤à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "à²à²¾à²²à²¬à²à²§à²µà²¨à³à²¨à³ ಪತà³à²¤à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "à²à³à²·à³à²¤à³à²°à²µà³ à²à²à²¡à³ ಬà²à²¦à²¿à²²à³à²²"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "à²à³à²·à³à²¤à³à²°à²µà³ à²à²à²¡à³ ಬà²à²¦à²¿à²²à³à²²: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "à²à²¾à²²à²¬à²à²§à²µà³ à²à²à²¡à³ ಬà²à²¦à²¿à²²à³à²²"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "à²à²¾à²²à²¬à²à²§à²µà³ à²à²à²¡à³ ಬà²à²¦à²¿à²²à³à²²: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
msgid "invalid MAC address"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ MAC ವಿಳಾಸ"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, c-format
msgid "invalid MAC address: %s"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ MAC ವಿಳಾಸ: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "ದà³à²¢à³à²à²°à²£à²µà³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "ದà³à²¢à³à²à²°à²£à²µà³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
msgid "Storage pool not found"
msgstr "ಶà³à²à²°à²£à²¾ ಪà³à²²à³ à²à²à²¡à³à²¬à²à²¦à²¿à²²à³à²²"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, c-format
msgid "Storage pool not found: %s"
msgstr "ಶà³à²à²°à²£à²¾ ಪà³à²²à³ à²à²à²¡à³à²¬à²à²¦à²¿à²²à³à²²: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
msgid "Storage volume not found"
msgstr "ಶà³à²à²°à²£à²¾ ಪರಿಮಾಣವೠà²à²à²¡à³à²¬à²à²¦à²¿à²²à³à²²"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, c-format
msgid "Storage volume not found: %s"
msgstr "ಶà³à²à²°à²£à²¾ ಪರಿಮಾಣವೠà²à²à²¡à³à²¬à²à²¦à²¿à²²à³à²²: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
msgid "invalid storage pool pointer in"
msgstr "à²à²²à³à²²à²¿ à²
ಮಾನà³à²¯à²µà²¾à²¦ ಶà³à²à²°à²£à²¾ ಪà³à²²à³ ಸà³à²à²"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr "%s ನಲà³à²²à²¿ à²
ಮಾನà³à²¯à²µà²¾à²¦ ಶà³à²à²°à²£à²¾ ಪà³à²²à³ ಸà³à²à²"
-#: src/virterror.c:937
+#: src/virterror.c:973
msgid "invalid storage volume pointer in"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ ಶà³à²à²°à²£à²¾ ಪರಿಮಾಣ ಸà³à²à²"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr "%s ನಲà³à²²à²¿ à²
ಮಾನà³à²¯à²µà²¾à²¦ ಶà³à²à²°à²£à²¾ ಪರಿಮಾಣ ಸà³à²à²"
-#: src/virterror.c:943
+#: src/virterror.c:979
msgid "Failed to find a storage driver"
msgstr "ಶà³à²à²°à²£à²¾ ಸಾಧನವನà³à²¨à³ ಪತà³à²¤à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr "ಶà³à²à²°à²£à²¾ ಸಾಧನವನà³à²¨à³ ಪತà³à²¤à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "ಶà³à²à²°à²£à²¾ ಸಾಧನವನà³à²¨à³ ಪತà³à²¤à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "ಶà³à²à²°à²£à²¾ ಸಾಧನವನà³à²¨à³ ಪತà³à²¤à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ ಶà³à²à²°à²£à²¾ ಪರಿಮಾಣ ಸà³à²à²"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "%s ನಲà³à²²à²¿ à²
ಮಾನà³à²¯ à²à³à²·à³à²¤à³à²° ಸà³à²à²(domain pointer)"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "ಸಾಧನವೠà²à²à²¡à³ ಬà²à²¦à²¿à²²à³à²²: %s (%s)"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "ಸಾಧನವೠà²à²à²¡à³ ಬà²à²¦à²¿à²²à³à²²: %s (%s)"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "ಶà³à²à²°à²£à²¾ ಪà³à²²à³ à²à²à²¡à³à²¬à²à²¦à²¿à²²à³à²²"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "ಶà³à²à²°à²£à²¾ ಪà³à²²à³ à²à²à²¡à³à²¬à²à²¦à²¿à²²à³à²²: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "à²à²°à³à²à³à²®à³à²à²à³ ಬಫರೠಬಹಳ à²à²¿à²à³à²à²¦à²¾à²à²¿à²¦à³"
@@ -7255,7 +7852,7 @@ msgstr "à²à³à²°à³à²¡à²¿à²à³ à²
ನà³à²¸à³à²à²à²¦ ತà³à²à²¦ ನಿಯ
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "à²à³à²°à³à²¡à²¿à²à³ à²
ನà³à²¸à³à²à²à²¦ à²à³à²¯à²¾à²ªà³ ನಿಯತಾà²à²à²µà³ (%d) ವà³à²¯à²¾à²ªà³à²¤à²¿à²¯à²¿à²à²¦ (0-65535) ಹà³à²°à²à²¿à²¦à³"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "%s à²
ನà³à²¨à³ à²à²¦à²²à²¾à²à²¿à²²à³à²²: %s"
@@ -7308,7 +7905,7 @@ msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಮಾಹಿತಿಯೠಸರಿಯಿಲà³
msgid "domain information incomplete, missing uuid"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಮಾಹಿತಿಯೠà²
ಪà³à²°à³à²£à²µà²¾à²à²¿à²¦à³, uuid ಯೠà²à²à²¡à³à²¬à²à²¦à²¿à²²à³à²²"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಮಾಹಿತಿಯೠà²
ಪà³à²°à³à²£à²µà²¾à²à²¿à²¦à³, ಹà³à²¸à²°à³ à²à²à²¡à³à²¬à²à²¦à²¿à²²à³à²²"
@@ -7350,92 +7947,99 @@ msgstr "vbd à²à²¡à²¤à²¦à²¹à³à²¸à²°à²¨à³à²¨à³ ಪಾರà³à²¸à³ ಮಾಡಲ
msgid "cannot parse vbd filename, missing driver type"
msgstr "vbd à²à²¡à²¤à²¦à²¹à³à²¸à²°à²¿à²¨ ಶಬà³à²§ ಲà²à³à²·à²£ ಹà³à²³à²²à²¾à²à²¿à²²à³à²², à²à²¾à²²à²à²¦ ಬà²à³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ MAC ವಿಳಾಸ: %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ dict à²à²¾à²²à²à²à²"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "à²
à²à³à²à²¾à²¤ ದà³à²¢à³à²à²°à²£à²¦ ಬà²à³ '%s'"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಮಾಹಿತಿಯೠà²
ಪà³à²°à³à²£à²µà²¾à²à²¿à²¦à³, id ಯೠà²à²à²¡à³à²¬à²à²¦à²¿à²²à³à²²"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ MAC ವಿಳಾಸ: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "à²
à²à³à²à²¾à²¤ OS ಬà²à³ %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "à²à³à²ªà³à²²à²à²¿ ಸಿà²à²à³à²¯à²¾à²à³à²¸à³â ದà³à²·"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "Xend à²à³à²·à³à²¤à³à²°à²¦ ಮಾಹಿತಿಯನà³à²¨à³ ಪಾರà³à²¸à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "à²à³à²·à³à²¤à³à²°à²µà³ à²à²¾à²²à²¨à³à²¯à²²à³à²²à²¿à²²à³à²²"
+
+#: src/xend_internal.c:3219
#, fuzzy
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr "xenDaemonDomainDumpXMLByName ಠà²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಪತà³à²¤à³ ಮಾಡಲೠವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "ಪà³à²²à³ %s à²
ನà³à²¨à³ ನಿರà³à²®à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "ಬà³à²à²¬à²²à²µà²¿à²²à³à²²à²¦ à²à²¦à²¾à²¨ ಸಾಧನದ ಬà²à³ %s"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr "xenDaemonGetAutostart ಠà²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಪತà³à²¤à³à²¹à²à³à²à²²à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr "xenDaemonSetAutostart ಠà²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ಪತà³à²¤à³à²¹à²à³à²à²²à³ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
msgid "unexpected value from on_xend_start"
msgstr "on_xend_start à²à²à²¦ à²
ನಿರà³à²à³à²·à²¿à²¤ ಮà³à²²à³à²¯"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
msgid "no memory"
msgstr "ಮà³à²®à³à²°à²¿ à²à²²à³à²²"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
msgid "sexpr2string failed"
msgstr "sexpr2string ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
msgid "Failed to redefine sexpr"
msgstr "sexpr à²
ನà³à²¨à³ ಮರಳಿ ವಿವರಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr "sexpr ನಲà³à²²à²¿ on_xend_start à²
ಸà³à²¤à²¿à²¤à³à²µà²¦à²²à³à²²à²¿à²²à³à²²"
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "tty %s à²
ನà³à²¨à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತà³: %s\n"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
@@ -7443,7 +8047,7 @@ msgstr ""
"xenDaemonDomainMigrate: ವರà³à²à²¾à²µà²£à³à²¯ ಸಮಯದಲà³à²²à²¿ à²à³à²·à³à²¤à³à²°à²à²³ ಹà³à²¸à²°à²¨à³à²¨à³ ಬದಲಾಯಿಸà³à²µà³à²¦à²¨à³à²¨à³ Xen "
"ಬà³à²à²¬à²²à²¿à²¸à³à²µà³à²¦à²¿à²²à³à²²"
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
@@ -7451,118 +8055,118 @@ msgstr ""
"xenDaemonDomainMigrate: ವರà³à²à²¾à²µà²£à³à²¯ ಸಮಯದಲà³à²²à²¿ ಬà³à²¯à²¾à²à²¡à³âವಿಡà³à²¤à³ ಮಿತಿಯನà³à²¨à³ Xen "
"ಬà³à²à²¬à²²à²¿à²¸à³à²µà³à²¦à²¿à²²à³à²²"
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr "xenDaemonDomainMigrate: ಬà³à²à²¬à²²à²µà²¿à²²à³à²²à²¦ à²à³à²°à³à²¤à³"
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr "xenDaemonDomainMigrate: à²
ಮಾನà³à²¯à²µà²¾à²¦ URI"
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
"xenDaemonDomainMigrate: à²à³à²µà²² xenmigr:// ವರà³à²à²¾à²µà²£à³à²à²³à³ Xen ನಿà²à²¦ ಬà³à²à²¬à²²à²¿à²¤à²µà²¾à²à²¿à²¦à³"
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr "xenDaemonDomainMigrate: URI ಯಲà³à²²à²¿ à²à²à²¦à³ à²
ತಿಥà³à²¯à²¦ ಹà³à²¸à²°à²¨à³à²¨à³ ಸà³à²à²¿à²¸à²¬à³à²à²¾à²à³à²¤à³à²¤à²¦à³"
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "xenDaemonDomainMigrate: à²
ಮಾನà³à²¯à²µà²¾à²¦ ಸà²à²ªà²°à³à²à²¸à³à²¥à²¾à²¨à²¦ ಸà²à²à³à²¯à³"
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
msgid "failed to parse domain description"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ವಿವರಣà³à²¯à²¨à³à²¨à³ ಪಾರà³à²¸à³ ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "ನಿಷà³à²à³à²°à²¿à²¯ à²à³à²·à³à²¤à³à²° %s à²
ನà³à²¨à³ ಸà³à²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr "xendConfigVersion < 4 ನಲà³à²²à²¿ ಬà³à²à²¬à²²à²µà²¾à²à²¿à²²à³à²²"
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
msgid "node information incomplete, missing scheduler name"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಮಾಹಿತಿಯೠà²
ಪà³à²°à³à²£à²µà²¾à²à²¿à²¦à³, à²
ನà³à²¸à³à²à²à²¦ ಹà³à²¸à²°à³ à²à²¾à²£à³à²¯à²¾à²à²¿à²¦à³"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr "strdup ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr "à²
à²à³à²à²¾à²¤ à²
ನà³à²¸à³à²à²"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
msgid "Failed to get a scheduler name"
msgstr "à²à²à²¦à³ à²
ನà³à²¸à³à²à²à²µà²¨à³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à³à²µà²²à³à²²à²¿ ವಿಫಲತà³"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
msgid "domain information incomplete, missing cpu_weight"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಮಾಹಿತಿಯೠà²
ಪà³à²°à³à²£à²µà²¾à²à²¿à²¦à³, cpu_weight à²à²¾à²£à³à²¤à³à²¤à²¿à²²à³à²²"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
msgid "domain information incomplete, missing cpu_cap"
msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಮಾಹಿತಿಯೠà²
ಪà³à²°à³à²£à²µà²¾à²à²¿à²¦à³, cpu_cap à²à²¾à²£à³à²¤à³à²¤à²¿à²²à³à²²"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr "dom0 à²à²¾à²à²¿ domainBlockPeek à²à³ ಬà³à²à²¬à²²à²µà²¿à²²à³à²²"
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr "%s: à²
ಮಾನà³à²¯à²µà²¾à²¦ ಮಾರà³à²"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "%s à²
ನà³à²¨à³ à²à²¦à²²à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "à²à²¡à²¤à²¦à²¿à²à²¦ à²à²¸à³à²à³ ಮಾಡà³à²µà²²à³à²²à²¿ à²
ಥವ à²à²¦à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s: %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ à²à³à²·à³à²¤à³à²°à²¦ ಬà²à³ %d"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ mime ಬà²à³"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "ಬà³à²à²¬à²²à²µà²¿à²²à³à²²à²¦ ಶà³à²à²°à²£à²¾ %d vol ಬà²à³"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ ಮà³à²²à³à²¯ à²à²¾à²²à²à²à²"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr "ಯಾವà³à²¦à³ HVM à²à³à²·à³à²¤à³à²°à²¦ ಲà³à²¡à²°à³ à²à²²à³à²²"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "ai_socktype à²à³ ಬà³à²à²¬à²²à²µà²¿à²²à³à²²"
@@ -7638,45 +8242,45 @@ msgstr "à²à³à²·à³à²¤à³à²°à²à³à²à²¾à²à²¿ ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²µ
msgid "unexpected lifecycle action %d"
msgstr "à²
ನಿರà³à²à³à²·à²¿à²¤ dict à²à²¾à²²à²à²à²"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr "ತಿದà³à²¦à²¿ ಬರà³à²¯à²²à³ à²à³à²·à³à²¤à³à²°à²à³à²à²¾à²à²¿ ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²¦à²¹à³à²¸à²°à²¨à³à²¨à³ ಮರಳಿ ಪಡà³à²¯à²²à²¾à²à²²à²¿à²²à³à²²"
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr "ತಿದà³à²¦à²¿ ಬರà³à²¯à²²à³ à²à³à²·à³à²¤à³à²°à²à³à²à²¾à²à²¿ ಸà²à²°à²à²¨à²¾ ನಮà³à²¦à²¨à³à²¨à³ ಮರಳಿ ಪಡà³à²¯à²²à²¾à²à²²à²¿à²²à³à²²"
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
msgid "failed to remove old domain from config map"
msgstr "ಸà²à²°à²à²¨à²¾ ನà²à³à²·à³à²¯à²¿à²à²¦ ಹಳà³à²¯ à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ತà³à²à³à²¦à³ ಹಾà²à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr "ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²µà³ ಬಹಳ à²à²¦à³à²¦à²µà²¾à²à²¿à²¦à³"
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
msgid "unable to get current time"
msgstr "ಪà³à²°à²¸à²à³à²¤ ಸಮಯವನà³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
msgid "unable to store config file handle"
msgstr "ಸà²à²°à²à²¨à²¾ à²à²¡à²¤à²¦ ಹà³à²¯à²¾à²à²¡à²²à³â à²
ನà³à²¨à³ à²à²¦à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
msgid "unknown device"
msgstr "à²
à²à³à²à²¾à²¤ ಸಾಧನ"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "ದಾà²à²²à³ à²à²¡à²¤ %s à²
ನà³à²¨à³ ರà²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "ದಾà²à²²à³ à²à²¡à²¤ %s à²
ನà³à²¨à³ ರà²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
@@ -7685,19 +8289,34 @@ msgstr "ದಾà²à²²à³ à²à²¡à²¤ %s à²
ನà³à²¨à³ ರà²à²¿à²¸à³à²µà²²à³à²²
msgid "Invalid parameter to virXPathString()"
msgstr "virXPathString() à²à³ à²
ಮಾನà³à²¯à²µà²¾à²¦ ನಿಯತಾà²à²"
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr "virXPathNumber() à²à³ à²
ಮಾನà³à²¯à²µà²¾à²¦ ನಿಯತಾà²à²"
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "virXPathString() à²à³ à²
ಮಾನà³à²¯à²µà²¾à²¦ ನಿಯತಾà²à²"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "virXPathString() à²à³ à²
ಮಾನà³à²¯à²µà²¾à²¦ ನಿಯತಾà²à²"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr "virXPathBoolean() à²à³ à²
ಮಾನà³à²¯à²µà²¾à²¦ ನಿಯತಾà²à²"
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr "virXPathNode() à²à³ à²
ಮಾನà³à²¯à²µà²¾à²¦ ನಿಯತಾà²à²"
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "virXPathNodeSet() à²à³ à²
ಮಾನà³à²¯à²µà²¾à²¦ ನಿಯತಾà²à²"
@@ -7723,16 +8342,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "ಪà³à²²à³ à²à²à²¾à²à²²à³ ಸà²à³à²°à²¿à²¯à²µà²¾à²à²¿à²¦à³"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ನಿಯà³à²à²¿à²¸à³"
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "%s '%s' à²
ನà³à²¨à³ ನಿಲà³à²à²¿à²¸à²¿à²à³à²³à³à²³à²²à³ ಸಾಧà³à²¯à²µà²¿à²²à³à²²: %s (%d)"
+
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "ಸಾà²à³â ವಿಳಾಸ %d (%s) à²
ನà³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
+
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "ಪà³à²°à³ ವಿಳಾಸ %d (%s) à²
ನà³à²¨à³ ಪಡà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "non-blocking à²à²¡à²¤à²¦ ವಿವರಣಾ à²à³à²°à³à²¤à²¨à³à²¨à³ ಹà³à²à²¦à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³"
+
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "ದಾà²à²²à³ à²à²¡à²¤ %s à²
ನà³à²¨à³ ರà²à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "ಮಾನಿà²à²°à³ à²
ನà³à²¨à³ VM ದಾà²à²²à³à²à²¡à²¤à²µà²¨à³à²¨à³ à²à³à²°à³à²¤à³ à²à²à²¡à²¾à² ಮà³à²à³à²à³ %s à²à³ ಹà³à²à²¦à²¿à²¸à²²à²¾à²à²¿à²²à³à²²"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup: ಸಾà²à²·à³à²à³ ಮà³à²®à³à²°à²¿ à²à²²à³à²²"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "%d ದಾà²à²²à³ à²à²¡à²¤à²µà²¨à³à²¨à³ ಮà³à²à³à²à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
+
#~ msgid "allocating configuration"
#~ msgstr "ಸà²à²°à²à²¨à³à²¯à²¨à³à²¨à³ ನಿಯà³à²à²¿à²¸à²²à²¾à²à³à²¤à³à²¤à²¿à²¦à³"
@@ -7780,9 +8427,6 @@ msgstr "à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ನಿಯà³à²à²¿à²¸à³"
#~ msgid "failed to mount %s at %s for container: %s"
#~ msgstr "à²à²³à²à³à²à²¡à²¿à²°à³à²µà²¦à²à³à²à²¾à²à²¿ %s à²
ನà³à²¨à³ %s ನಲà³à²²à²¿ à²à²°à³à²¹à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "ತà³à²°à³à²¯à³à²µà²¿à²à³à²¯à³(%s) ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-
#~ msgid "clone() failed, %s"
#~ msgstr "à²à³à²²à³à²¨à³() ವಿಫಲà²à³à²à²¡à²¿à²¦à³, %s"
@@ -8206,12 +8850,6 @@ msgstr "à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ನಿಯà³à²à²¿à²¸à³"
#~ msgid "cannot write tty pid file %s: %s"
#~ msgstr "tty pid à²à²¡à²¤ %s à²
ನà³à²¨à³ ಬರà³à²¯à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "tty pid à²à²¡à²¤ %s à²
ನà³à²¨à³ ತà³à²°à³à²¯à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-
-#~ msgid "cannot read tty pid file %s: %s"
-#~ msgstr "tty pid à²à²¡à²¤ %s à²
ನà³à²¨à³ à²à²¦à²²à³ ಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²²: %s"
-
#~ msgid "execl failed to exec init: %s"
#~ msgstr "exec init à²
ನà³à²¨à³ execl ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತೠà²à²à²à²¾à²à²¿à²¦à³: %s"
@@ -8329,9 +8967,6 @@ msgstr "à²à³à²·à³à²¤à³à²°à²µà²¨à³à²¨à³ ನಿಯà³à²à²¿à²¸à³"
#~ msgid "missing sound model"
#~ msgstr "ಧà³à²µà²¨à²¿ ಮಾದರಿಯೠà²à²¾à²£à²¿à²¸à³à²¤à³à²¤à²¿à²²à³à²²"
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ ಧà³à²µà²¨à²¿ ಮಾದರಿ '%s'"
-
#~ msgid "domain name length too long"
#~ msgstr "à²à³à²·à³à²¤à³à²°à²¦ ಹà³à²¸à²°à³ ಬಹಳ à²à²¦à³à²¦à²µà²¾à²à²¿à²¦à³"
diff --git a/po/ko.gmo b/po/ko.gmo
index 289d9ce..4d476d9 100644
Binary files a/po/ko.gmo and b/po/ko.gmo differ
diff --git a/po/ko.po b/po/ko.po
index 76a662d..de502ea 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ko\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2007-09-11 09:54+1000\n"
"Last-Translator: Eunju Kim <eukim at redhat.com>\n"
"Language-Team: Korean <ko at li.org>\n"
@@ -96,241 +96,241 @@ msgstr ""
msgid "Unknown error"
msgstr "ìë ¤ì§ì§ ìì"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Xen ë°ëª¬ìì ì½ê¸° ì¤í¨"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "ì¤ì í ë¹ ì¤"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "ë©ëª¨ë¦¬ í ë¹ ì¤ë¥: %s"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "ììì¸ì ê° ë
¸ë"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "ë©ëª¨ë¦¬ í ë¹ ì¤í¨"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "ìì¼ %dì ì½ê¸° ì¤í¨\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "ë©ëª¨ë¦¬ í ë¹ ì¤í¨"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "ë¤í¸ìí¬ ì°¾ê¸° ì¤í¨: %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "ë¤í¸ìí¬ ì°¾ê¸° ì¤í¨: %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "íì´í¼ë°ì´ì ì ì°ê²°í기 ì¤í¨"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "ìì
ì¤í¨: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -338,453 +338,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "%s %s ì¸í°íì´ì¤ ìí 보기 ì¤í¨"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "%s ë¤í¸ìí¬ ìì ì¤í¨"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "ë©ëª¨ë¦¬ í ë¹ ë³ê²½"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET ìì
ì¤í¨: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "ììì¸ì mime ì í"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "XML ìì±í기 ì¤í¨"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "XML ìì±í기 ì¤í¨"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "ìì¼ %dì ì°ê¸° ì¤í¨\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "ë©ëª¨ë¦¬ í ë¹ ì¤í¨"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "ë©ëª¨ë¦¬ í ë¹ ì¤í¨"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "ë©ëª¨ë¦¬ í ë¹ ì¤í¨"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "ëë©ì¸ %s를 ë¤ì ììí기 ì¤í¨"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "XML ìì±í기 ì¤í¨"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "ë¤í¸ìí¬ ì´ë¦ ëë uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "ëë©ì¸ %s를 %sì ì½ì´ ë¤íí기 ì¤í¨"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "ìì
ì¤í¨"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "ìë ¤ì§ì§ ìì HTTP ì¤ë¥ ì½ë %dê° ìì"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "ìë² ìëµ ë¶ì ì¤í¨"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "ì못ë ì°ê²° í¬ì¸í°"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "ë©ëª¨ë¦¬ ë¶ì¡±"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "ìë ¤ì§ì§ ìì OS ì í"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "íì¬ ë©ëª¨ë¦¬ í¬ê¸°ë¥¼ íì¸í ì ìì"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "íì¬ ë©ëª¨ë¦¬ í¬ê¸°ë¥¼ íì¸í ì ìì"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "%s %s ë¸ë ìí 보기 ì¤í¨"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "%s %s ì¸í°íì´ì¤ ìí 보기 ì¤í¨"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "ë©ëª¨ë¦¬ ë¶ì¡±"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "ë¹íì±í ëë©ì¸ %s ìì± ì¤í¨\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "ë¹íì±í ëë©ì¸ %s ìì± ì¤í¨\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "ëë©ì¸ì ì°¾ì ì ìì"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "ììì¸ì dict ë
¸ë"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -905,534 +921,535 @@ msgstr "í´ì í
ì´ë¸ ì°ê²°ì ë¤í¸ìí¬ ì¶ê° ì¤í¨"
msgid "dev missing from connection hash table"
msgstr "í´ì í
ì´ë¸ ì°ê²°ìì ëë©ì¸ ë¶ì¬"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "ëì¤í¬ ì¥ì¹ì ìì¤"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "ëì¤í¬ ì¥ì¹ì ìì¤"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "ì¥ì¹ì ìì¤ ì ë³´ ë¶ì¬"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "ì¥ì¹ì ìì¤ ì ë³´ ë¶ì¬"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "ì¥ì¹ì ìì¤ ì ë³´ ë¶ì¬"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "ëì ì¥ì¹ ì í"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "root ì¥ì¹ ì ë³´ ë¶ì¬"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "ìë ¤ì§ì§ ìì ëª
ë ¹: '%s'"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "ëì ì¥ì¹ ì í"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "ë¶ì¬ \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "ë¶ì¬ \""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "ëì ì¥ì¹ ì í"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "%sì ì°ê²°í ì ìì"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "%sì ì°ê²°í ì ìì"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "ìë ¤ì§ì§ ìì í¸ì¤í¸ %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "ìë ¤ì§ì§ ìì í¸ì¤í¸ %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "ì¥ì¹ì ëì ì ë³´ ë¶ì¬"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "ìë ¤ì§ì§ ìì í¸ì¤í¸ %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "root ì¥ì¹ ì ë³´ ë¶ì¬"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "ìë ¤ì§ì§ ìì OS ì í"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "ëë©ì¸ ì´ë¦ ì ë³´ ë¶ì¬"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "%sì ìë ì못ë ëë©ì¸ í¬ì¸í°"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "ë¤í¸ìí¬ UUID 보기 ì¤í¨"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "ììì¸ì ë°ì´í° '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "ìë ¤ì§ì§ ìì OS ì í"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "ì¸í°íì´ì¤ ì¥ì¹"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "root ì¥ì¹ ì ë³´ ë¶ì¬"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "ìë ¤ì§ì§ ìì í¸ì¤í¸ %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "ëì¤í¬ ì¥ì¹ ë¶ì°©"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "ë¤í¸ìí¬ ì¸í°íì´ì¤ ë¶ì°©"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "ì¸í°íì´ì¤ ì¥ì¹"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "ëì¤í¬ ì¥ì¹ ë¶ì°©"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "ëì¤í¬ ì¥ì¹ ë¶ì°©"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "ëì¤í¬ ì¥ì¹ ë¶ì°©"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "ëì¤í¬ ì¥ì¹ ë¶ì°©"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "ë´ì© ì ì¥ ì¤í¨"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "ììì¸ì mime ì í"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "ììì¸ì mime ì í"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "ììì¸ì dict ë
¸ë"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "ììì¸ì dict ë
¸ë"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "ììì¸ì dict ë
¸ë"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "ììì¸ì mime ì í"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "ììì¸ì mime ì í"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "ììì¸ì mime ì í"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "ììì¸ì dict ë
¸ë"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "ììì¸ì mime ì í"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "ììì¸ì mime ì í"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "ììì¸ì dict ë
¸ë"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "ììì¸ì mime ì í"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "ììì¸ì mime ì í"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "ììì¸ì mime ì í"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "ììì¸ì ê° ë
¸ë"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "ì¤ì íì¼ ì°ê¸° ì¤í¨: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "ì¤ì íì¼ ì°ê¸° ì¤í¨: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "ì¤ì íì¼ ì°ê¸° ì¤í¨: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "ì¤ì íì¼ ì°ê¸° ì¤í¨: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "ì¤ì íì¼ ì°ê¸° ì¤í¨: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "ìë ¤ì§ì§ ìì OS ì í"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "XML ìì±í기 ì¤í¨"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "XML ìì±í기 ì¤í¨"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "ìì¼ %dì ì°ê¸° ì¤í¨\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "%sìì ë¤í¸ìí¬ ìì±í기 ì¤í¨"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "ëë©ì¸ %s를 %sì ì ì¥í기 ì¤í¨"
@@ -1442,57 +1459,57 @@ msgstr "ëë©ì¸ %s를 %sì ì ì¥í기 ì¤í¨"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "%sì ì°ê²°í ì ìì"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "ë¤í¸ìí¬ ì¸í°íì´ì¤ ë¶ì°©"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "íì¬ ë©ëª¨ë¦¬ í¬ê¸°ë¥¼ íì¸í ì ìì"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "ëë©ì¸ ì ë³´ê° ìì¹ê° ìë ì못ë domidì"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "ëë©ì¸ ì ë³´ê° ìì¹ê° ìë ì못ë domidì"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1535,12 +1552,12 @@ msgstr "ë¹íì±í ëë©ì¸ %s ìì± ì¤í¨\n"
msgid "failed to bind new root %s"
msgstr "ë¤í¸ìí¬ ì°¾ê¸° ì¤í¨: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "XML ìì±í기 ì¤í¨"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "ëë©ì¸ %s를 %sì ì ì¥í기 ì¤í¨"
@@ -1713,23 +1730,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "ëë©ì¸ id ëë uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "ë¹íì±í ëë©ì¸ëª
"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "ë¹íì±í ëë©ì¸ì ì ìíì§ ìì"
@@ -1784,7 +1801,7 @@ msgstr "ì못ë ëë©ì¸ í¬ì¸í°"
msgid "failed to kill pid %d"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
@@ -1819,225 +1836,235 @@ msgstr "ëë©ì¸ëª
"
msgid "no domain with id %d"
msgstr "ë
¸ë ëë©ì¸ 목ë¡"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "ìë ¤ì§ì§ ìì í¸ì¤í¸ %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "ëë©ì¸ %s를 ë¤ì ììí기 ì¤í¨"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "%sì ìë ì못ë ì¸ì"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "ì못ë ì¸ì"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "ì못ë MAC 주ì: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "ì¤ì íì¼ ì°ê¸° ì¤í¨: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "ì´ë¯¸ %s ëë©ì¸ì´ ì¡´ì¬í¨"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "%s ë¤í¸ìí¬ ìì ì¤í¨"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "ë©ëª¨ë¦¬ ë¶ì¡±"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "%sìì ë¤í¸ìí¬ ìì±í기 ì¤í¨"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "ëë©ì¸ %s를 %sì ì ì¥í기 ì¤í¨"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "ëë©ì¸ %s를 %sì ì ì¥í기 ì¤í¨"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "ëë©ì¸ %s를 %sì ì ì¥í기 ì¤í¨"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "ëë©ì¸ %s를 %sì ì ì¥í기 ì¤í¨"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "ëë©ì¸ %s를 %sì ì ì¥í기 ì¤í¨"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "ëë©ì¸ %s를 %sì ì ì¥í기 ì¤í¨"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "ëë©ì¸ %s를 %sì ì ì¥í기 ì¤í¨"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "ëë©ì¸ %s를 %sì ì ì¥í기 ì¤í¨"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "ëë©ì¸ %s를 %sì ì ì¥í기 ì¤í¨"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "ëë©ì¸ %s를 %sì ì ì¥í기 ì¤í¨"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "ì´ë¯¸ ëë©ì¸ì´ íì±íë¨"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "ì¤ì íì¼ ì°ê¸° ì¤í¨: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "ì½ê¸° ì© %s ì´ê¸° ì¤í¨"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "'%s' ë¤í¸ìí¬ ë³´ê¸° ì¤í¨"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "ë¤í¸ìí¬ê° ìì§ ì¤í ì¤"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "XMLì ìë ë¤í¸ìí¬ ì ë³´"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "%s ë¤í¸ìí¬ ìì\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "%sìì ë¤í¸ìí¬ ìì±í기 ì¤í¨"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "ëë©ì¸ %s를 %sì ì ì¥í기 ì¤í¨"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
@@ -2047,7 +2074,267 @@ msgstr "'%s' ì´ê¸° ì¤í¨: %s"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "ëì ì¥ì¹ ì í"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "'%s' ì´ê¸° ì¤í¨: %s"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "ë¤í¸ìí¬ ì¸í°íì´ì¤ ì í"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "%sì ìë ì못ë ë¤í¸ìí¬ í¬ì¸í°"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "%sì ìë ì못ë ë¤í¸ìí¬ í¬ì¸í°"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "%sì ìë ì못ë ëë©ì¸ í¬ì¸í°"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "%sì ìë ì못ë ëë©ì¸ í¬ì¸í°"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "%sì ìë ì못ë ì°ê²° í¬ì¸í°"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "root ì¥ì¹ ì ë³´ ë¶ì¬"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
@@ -2207,7 +2494,7 @@ msgstr ""
msgid "Could not read container config"
msgstr "%sì ì°ê²°í ì ìì"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
@@ -2221,6 +2508,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "%sì ì°ê²°í ì ìì"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "'%s' ì´ê¸° ì¤í¨: %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Xen ë°ëª¬ìì ì½ê¸° ì¤í¨"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "'%s' ì´ê¸° ì¤í¨: %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "'%s' ì´ê¸° ì¤í¨: %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "ìì
ì¤í¨: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "%sìì ì¥ì¹ ë¶ì°©í기 ì¤í¨"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "íì´í¼ë°ì´ì ì ì°ê²°í기 ì¤í¨"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "%sìì ì¥ì¹ ë¶ì°©í기 ì¤í¨"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "%sìì ëë©ì¸ ìì±í기 ì¤í¨"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "ë¤í¸ìí¬ ì°¾ê¸° ì¤í¨: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "%sìì ëë©ì¸ ìì±í기 ì¤í¨"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2265,708 +2617,780 @@ msgstr "proxyìì íµì ì¤ë¥: ì못ë í¨í·\n"
msgid "got asynchronous packet number %d\n"
msgstr "ë¹ë기ì í¨í· ë²í¸ %d를 ê°ì\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "ë¤í¸ìí¬ë¥¼ ì°¾ì ì ìì"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "%s ë¤í¸ìí¬ ìì\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "%s %s ì¸í°íì´ì¤ ìí 보기 ì¤í¨"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "ì´ ê¸°ë¥ì íì´í¼ë°ì´ì ë¡ ì§ìëì§ ìì"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "ììì¸ì ë°ì´í° '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "ììì¸ì ë°ì´í° '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "%sì ìë ì못ë ëë©ì¸ í¬ì¸í°"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "ì못ë ì¸ì"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "ë
¸ë ëë©ì¸ 목ë¡"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "ë¡ê·¸ íì¼ ì°ê¸° ì¤í¨"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "ë¡ê·¸ íì¼ ì°ê¸° ì¤í¨"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "ë¡ê·¸ íì¼ ì°ê¸° ì¤í¨"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "ìì¼ %d를 ë«ê¸° ì¤í¨\n"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "%s %s ë¸ë ìí 보기 ì¤í¨"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "%sìì ëë©ì¸ ìì±í기 ì¤í¨"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "ëë©ì¸ %s를 %sì ì ì¥í기 ì¤í¨"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "%sìì ë¤í¸ìí¬ ìì±í기 ì¤í¨"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "íì¬ ë©ëª¨ë¦¬ í¬ê¸°ë¥¼ íì¸í ì ìì"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "ë©ëª¨ë¦¬ ë¶ì¡±"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "'%s' ì´ê¸° ì¤í¨: %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "ìì¼ %d를 ë«ê¸° ì¤í¨\n"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "ìì¼ %d를 ë«ê¸° ì¤í¨\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "'%s' ëë©ì¸ 보기 ì¤í¨"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "ìì
ì¤í¨"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "íì¬ ë©ëª¨ë¦¬ í¬ê¸°ë¥¼ íì¸í ì ìì"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "ì´ë¯¸ ëë©ì¸ì´ íì±íë¨"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "ë¡ê·¸ íì¼ ì°ê¸° ì¤í¨"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "ë¡ê·¸ íì¼ ì°ê¸° ì¤í¨"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "ë¡ê·¸ íì¼ ì°ê¸° ì¤í¨"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "ëë©ì¸ %sê° ì¢
ë£ë¨\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "ìì¼ %d를 ë«ê¸° ì¤í¨\n"
+msgid "Failed to remove domain status for %s"
+msgstr "%sìì ëë©ì¸ ìì±í기 ì¤í¨"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "ì¬ì©ë ë©ëª¨ë¦¬:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "í¸ì¤í¸ëª
보기 ì¤í¨"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "ì´ë¯¸ %s ëë©ì¸ì´ ì¡´ì¬í¨"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "ì´ë¯¸ %s ëë©ì¸ì´ ì¡´ì¬í¨"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "ëë©ì¸ì´ ìì§ ì¤í ì¤"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "ìì
ì¤í¨"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "ìì
ì¤í¨"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "ë¹íì±í ëë©ì¸ëª
"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "ëë©ì¸ UUID 보기 ì¤í¨ "
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "XML ìì±í기 ì¤í¨"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "ë¡ê·¸ íì¼ ì°ê¸° ì¤í¨"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "ë¡ê·¸ íì¼ ì°ê¸° ì¤í¨"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "ìì¼ %d를 ë«ê¸° ì¤í¨\n"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "ë©ëª¨ë¦¬ ë¶ì¡±"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "ìì
ì¤í¨"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "ë¹íì±í ëë©ì¸ì ëí ì¤ì ì ì ìíì§ ìì"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "ë¹íì±í ëë©ì¸ì ì ìíì§ ìì"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "ëì ì¥ì¹ ì í"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "ë
¸ë ëë©ì¸ 목ë¡"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "íì¬ ë©ëª¨ë¦¬ í¬ê¸°ë¥¼ íì¸í ì ìì"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "ë
¸ë ëë©ì¸ 목ë¡"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "Xen ë°ëª¬ìì ì½ê¸° ì¤í¨"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "XML ìì±í기 ì¤í¨"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "XML ìì±í기 ì¤í¨"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "ì´ë¯¸ ëë©ì¸ì´ íì±íë¨"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "ë¤í¸ìí¬ UUID 보기 ì¤í¨"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "ëë©ì¸ %s ììí기 ì¤í¨"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "ëë©ì¸ %s를 ë¤ì ììí기 ì¤í¨"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "%sì ì°ê²°í ì ìì"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "ë¡ê·¸ íì¼ ì°ê¸° ì¤í¨"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "ì´ë¯¸ %s ëë©ì¸ì´ ì¡´ì¬í¨"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "í¸ì¤í¸ ì ì íì¼ì ì½ì´ì¤ëì¤"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "ëì¤í¬ ì¥ì¹ ë¶ì°©"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "í¸ì¤í¸ ì ì íì¼ì ì½ì´ì¤ëì¤"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "ë¹íì±í ëë©ì¸ì ì ìíì§ ìì"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "ëë©ì¸ì ì°¾ì ì ìì"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "ë
¸ë ì ë³´ 보기 ì¤í¨"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "%sìì ì¥ì¹ ë¶ë¦¬ ì¤í¨"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "ë¹íì±í ëë©ì¸ì ì ìíì§ ìì"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "ìëì¼ë¡ ëë©ì¸ ìì"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "%sìì ë¤í¸ìí¬ ìì±í기 ì¤í¨"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "ëë©ì¸ %s를 %sì ì ì¥í기 ì¤í¨"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "%sì ìë ì못ë ì¸ì"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "ëë©ì¸ì ì°¾ì ì ìì: %s"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "'%s' ì´ê¸° ì¤í¨: %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "%s ì¤ì íì¼ ì½ê¸° ì¤í¨"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "ì못ë ì¸ì"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "ìì
ì¤í¨: %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "ë¡ê·¸ íì¼ ì°ê¸° ì¤í¨"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "ë
¸ë ëë©ì¸ 목ë¡"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "ëë©ì¸ UUID 보기 ì¤í¨ "
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "ëë©ì¸ %s ììí기 ì¤í¨"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "ìì
ì¤í¨: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "ëë©ì¸ %s를 ë¤ì ììí기 ì¤í¨"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -2977,510 +3401,591 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "%sì ì°ê²°í ì ìì"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "ìì¼ %dì ì½ê¸° ì¤í¨\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "ìì¼ %dì ì½ê¸° ì¤í¨\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "ìì¼ %dì ì½ê¸° ì¤í¨\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "ìì¼ %d를 ë«ê¸° ì¤í¨\n"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "URI 보기 ì¤í¨"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
#, fuzzy
msgid "Error allocating callbacks list"
msgstr "ë©ëª¨ë¦¬ í ë¹ ì¤ë¥: %s"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "ëë©ì¸ í ë¹ ì¤"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "ë
¸ë í ë¹ ì¤í¨"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "íì¬ ë©ëª¨ë¦¬ í¬ê¸°ë¥¼ íì¸í ì ìì"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "íì¬ ë©ëª¨ë¦¬ í¬ê¸°ë¥¼ íì¸í ì ìì"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "ë©ëª¨ë¦¬ í¬ê¸°ì ëí´ %dì ì못ë ê°"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "ì¤ì íì¼ ì°ê¸° ì¤í¨: %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "ê³¼ëí ëë©ì¸"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "ê³¼ëí ëë©ì¸"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "ë©ëª¨ë¦¬ í ë¹ ë³ê²½"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "ìë ¤ì§ì§ ìì OS ì í"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "ê³¼ëí ë¤í¸ìí¬"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "ê³¼ëí ëë¼ì´ë²ê° ë±ë¡ë¨"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "ê³¼ëí ëë¼ì´ë²ê° ë±ë¡ë¨"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "ê³¼ëí ëë¼ì´ë²ê° ë±ë¡ë¨"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "ê³¼ëí ëë¼ì´ë²ê° ë±ë¡ë¨"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "ê³¼ëí ëë¼ì´ë²ê° ë±ë¡ë¨"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "ê³¼ëí ëë¼ì´ë²ê° ë±ë¡ë¨"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "ê³¼ëí ëë¼ì´ë²ê° ë±ë¡ë¨"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "ìì
ì¤í¨: %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "ìì
ì¤í¨"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "S-Expr ëì´í기 ì¤í¨: %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "%s %s ë¸ë ìí 보기 ì¤í¨"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "%s %s ì¸í°íì´ì¤ ìí 보기 ì¤í¨"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "ë¹íì±í ëë©ì¸ %s ìì± ì¤í¨\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "ì´ ê¸°ë¥ì íì´í¼ë°ì´ì ë¡ ì§ìëì§ ìì"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "ëë©ì¸ %s ììí기 ì¤í¨"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "ë´ì© ì ì¥ ì¤í¨"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "ëë©ì¸ %s ììí기 ì¤í¨"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "íì´í¼ë°ì´ì ì ì°ê²°í기 ì¤í¨"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "ë
¸ë ëë©ì¸ 목ë¡"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "ìì¼ %dì ì½ê¸° ì¤í¨\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "ì½ê¸° ì ì© ì°ê²°"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "ë
¸ë ëë©ì¸ 목ë¡"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "XML ìì±í기 ì¤í¨"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "'%s' ë¤í¸ìí¬ ë³´ê¸° ì¤í¨"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "%sì ìë ì못ë ì¸ì"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "ìì
ì¤í¨"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "ëë©ì¸ %s ììí기 ì¤í¨"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "'%s' ì´ê¸° ì¤í¨: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "'%s' ì´ê¸° ì¤í¨: %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "'%s' ì´ê¸° ì¤í¨: %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3511,45 +4016,45 @@ msgstr "ì¤ì íì¼ ì°ê¸° ì¤í¨: %s"
msgid "cannot read beginning of file '%s'"
msgstr "ì¤ì íì¼ ì°ê¸° ì¤í¨: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "ì못ë MAC 주ì: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "ëë©ì¸ %s ììí기 ì¤í¨"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "ë´ë¶ ì¤ë¥ %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3663,7 +4168,7 @@ msgid "cannot extend file '%s'"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
@@ -3696,17 +4201,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
@@ -3817,11 +4322,7 @@ msgstr "ëì ì¥ì¹ ì í"
msgid "cannot remove PV device '%s'"
msgstr "ëì ì¥ì¹ ì í"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
@@ -3834,162 +4335,167 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "ë¤í¸ìí¬ ì´ë¦ ëë uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "%s ì¥ì¹ì ìì¤ ì ë³´ ë¶ì¬"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "ììì¸ì mime ì í"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "root ì¥ì¹ ì ë³´ ë¶ì¬"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "ìë ¤ì§ì§ ìì í¸ì¤í¸ %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "ìë ¤ì§ì§ ìì í¸ì¤í¸ %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "ëë©ì¸ ì´ë¦ ì ë³´ ë¶ì¬"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "ì¤ì íì¼ ì°ê¸° ì¤í¨: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "XML ìì±í기 ì¤í¨"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "ì¤ì íì¼ ì°ê¸° ì¤í¨: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "ì¤ì íì¼ ì°ê¸° ì¤í¨: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "ì¤ì íì¼ ì°ê¸° ì¤í¨: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "ì¤ì íì¼ êµ¬ë¬¸ ì¤ë¥: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3997,17 +4503,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4015,64 +4521,64 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "ì´ë¯¸ ëë©ì¸ì´ íì±íë¨"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "ì´ë¯¸ ëë©ì¸ì´ íì±íë¨"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
#, fuzzy
msgid "storage pool is not active"
msgstr "ë¡ê·¸ ê²½ë¡ê° íì¼ì´ ìë"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "ìê° ì½ì´ì¤ë ì¤"
@@ -4129,154 +4635,154 @@ msgstr "ë
¸ë ëë©ì¸ 목ë¡"
msgid "resolving domain filename"
msgstr "ëë©ì¸ íì¼ëª
í´ê²° ì¤"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "ë
¸ë ëë©ì¸ 목ë¡"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "ë¤í¸ìí¬ íì¼ëª
í´ê²° ì¤"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "ë
¸ë ëë©ì¸ 목ë¡"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "ëë©ì¸ íì¼ëª
í´ê²° ì¤"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: ê²½ë¡ë¥¼ ì§ì íê±°ë test:///default ì¬ì©"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "ì´ë¯¸ %s ëë©ì¸ì´ ì¡´ì¬í¨"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "ëë©ì¸ì´ ìì§ ì¤í ì¤"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "ë
¸ë í ë¹ ì¤í¨"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "ëë©ì¸ ìí를 íì¼ì ì ì¥"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "ëë©ì¸ ìí를 íì¼ì ì ì¥"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "ë
¸ë ëë©ì¸ 목ë¡"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "Xen ë°ëª¬ìì ì½ê¸° ì¤í¨"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "ììì¸ì ë°ì´í° '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "ëë©ì¸ %s를 %sì ë¤íí¨\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "ë¡ê·¸ íì¼ ì°ê¸° ì¤í¨"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "ëë©ì¸ %s를 %sì ë¤íí¨\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "ì´ë¯¸ ëë©ì¸ì´ ì¤í ì¤"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "ëë©ì¸ì´ ìì§ ì¤í ì¤"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "ë¤í¸ìí¬ê° ìì§ ì¤í ì¤"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "ì´ë¯¸ ë¤í¸ìí¬ê° ì¤í ì¤"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "ì´ë¯¸ ëë©ì¸ì´ íì±íë¨"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4290,151 +4796,155 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "%sìì ë¤í¸ìí¬ ìì±í기 ì¤í¨"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "ë©ëª¨ë¦¬ ë¶ì¡±"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "ë
¸ë cpu ìì¼"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "ë
¸ë cpu ìì¼"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "ìë ¤ì§ì§ ìì ëª
ë ¹: '%s'"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "ìë ¤ì§ì§ ìì ëª
ë ¹: '%s'"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "%sì ì°ê²°í ì ìì"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "ìì¼ %dì ì°ê¸° ì¤í¨\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "%sì ì°ê²°í ì ìì"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "ë¹íì±í ëë©ì¸ëª
"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "ëì ì¥ì¹ ì í"
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "XML ìì±í기 ì¤í¨"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "XML ìì±í기 ì¤í¨"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "ë
¸ë cpu ìì¼"
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "%s ì¤ì íì¼ êµ¬ë¬¸ ë¶ì ì¤í¨"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "%s ì¤ì íì¼ êµ¬ë¬¸ ë¶ì ì¤í¨"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "ëë©ì¸ %s를 ì ìíì§ ì기 ì¤í¨"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "%sì ì°ê²°í ì ìì"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "ì¤ë¥:"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "ë¤í¸ìí¬ ì°¾ê¸° ì¤í¨: %s"
@@ -4444,19 +4954,24 @@ msgstr "ë¤í¸ìí¬ ì°¾ê¸° ì¤í¨: %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "ìë ¤ì§ì§ ìì"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "ëìë§ í린í¸í기"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "ì ìì ëìë§ ëë ëª
ë ¹ì¼ë¡ë í¹ì ëìë§ì í린í¸í¨."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "ëª
ë ¹ ì´ë¦"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4464,2020 +4979,2090 @@ msgstr ""
"ëª
ë ¹:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "ìëì¼ë¡ ëë©ì¸ ìì"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "ë¶í
ì ìëì¼ë¡ ëë©ì¸ì´ ììëëë¡ ì¤ì í¨."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "ëë©ì¸ëª
, id ëë uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "ìë ìì ë¹íì±"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "ìë ììì¼ë¡ %s ëë©ì¸ì íìí기 ì¤í¨"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "ìë ììì¼ë¡ %s ëë©ì¸ì íì í´ì í기 ì¤í¨"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "%s ëë©ì¸ì ìë ììì¼ë¡ íìë¨\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "%s ëë©ì¸ì´ ìë ììì¼ë¡ íìëì§ ìì\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "íì´í¼ë°ì´ì ë¡ (ì¬)ì°ê²°"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr "ë¡ì»¬ íì´í¼ë°ì´ì ë¡ ì°ê²°. ì´ë ìì ììí íì ë´ì¥ë ëª
ë ¹ì"
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "íì´í¼ë°ì´ì ì°ê²° URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "ì½ê¸° ì ì© ì°ê²°"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "íì´í¼ë°ì´ì ìì ì°ê²° ë기 ì¤í¨"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "íì´í¼ë°ì´ì ì ì°ê²°í기 ì¤í¨"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "ê²ì¤í¸ ì½ìë¡ ì°ê²°"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "ê²ì¤í¸ë¥¼ ìí ê°ì ì§ë ¬ ì½ì ì°ê²°"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "ëë©ì¸ìì ì¬ì© ê°ë¥í ì½ìì´ ìì\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "ëë©ì¸ 목ë¡"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "ëë©ì¸ ëª©ë¡ ë³´ê¸°"
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "ë¹íì±í ëë©ì¸ 보기"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "ë¹íì±í & íì±í ëë©ì¸ 보기"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "íì±í ëë©ì¸ 보기 ì¤í¨"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "ë¹íì±í ëë©ì¸ 보기 ì¤í¨"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "ì´ë¦"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "ìí"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "ìí ìì"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "ëë©ì¸ ìí"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "ì¤í ì¤ì¸ ëë©ì¸ ìí 보기"
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "ëë©ì¸ì ì¥ì¹ ë¸ë ìí 보기"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "ì¤í ì¤ì¸ ëë©ì¸ì ì¥ì¹ ë¸ë ìí 보기"
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "ë¸ë ì¥ì¹"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "%s %s ë¸ë ìí 보기 ì¤í¨"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "ëë©ì¸ì ë¤í¸ìí¬ ì¸í°íì´ì¤ ìí 보기"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "ì¤í ì¤ì¸ ëë©ì¸ì ë¤í¸ìí¬ ì¸í°íì´ì¤ ìí 보기"
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "ì¸í°íì´ì¤ ì¥ì¹"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "%s %s ì¸í°íì´ì¤ ìí 보기 ì¤í¨"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "ëë©ì¸ì ì¤ì§í¨"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "ì¤íì¤ì¸ ëë©ì¸ ì¤ì§."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "ëë©ì¸ %sê° ì¤ì§ë¨\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "ëë©ì¸ %s를 ì¤ì§í기 ì¤í¨"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "XML íì¼ìì ëë©ì¸ ìì±"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "ëë©ì¸ ìì±"
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "XML ëë©ì¸ ì¤ëª
ì´ ìë íì¼"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "%s ìì ìì±ë ëë©ì¸ %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "%sìì ëë©ì¸ ìì±í기 ì¤í¨"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "XML íì¼ìì ëë©ì¸ì ì ìí¨ (ììíì§ë ìì)"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "ëë©ì¸ ì ì"
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "%sìì ì ìë ëë©ì¸ %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "%sìì ëë©ì¸ ì ìí기 ì¤í¨"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "ë¹íì±í ëë©ì¸ì ì ìíì§ ìì"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "ë¹íì±í ëë©ì¸ì ëí ì¤ì ì ì ìíì§ ìì"
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "ëë©ì¸ëª
ëë uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "ëë©ì¸ %së ì ìëì§ ìì\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "ëë©ì¸ %s를 ì ìíì§ ì기 ì¤í¨"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "(기존ì ì ìë) ë¹íì±í ëë©ì¸ ìì"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "ëë©ì¸ ìì"
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "ë¹íì±í ëë©ì¸ëª
"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "ì´ë¯¸ ëë©ì¸ì´ íì±íë¨"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "ëë©ì¸ %sê° ììë¨\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "ëë©ì¸ %s ììí기 ì¤í¨"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "ëë©ì¸ ìí를 íì¼ì ì ì¥"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "ì¤íì¤ì¸ ëë©ì¸ ì ì¥"
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "ë°ì´í°ë¥¼ ì ì¥í ì¥ì"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "ëë©ì¸ %së %sì ì ì¥ë¨\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "ëë©ì¸ %s를 %sì ì ì¥í기 ì¤í¨"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "ì¤ì¼ì¤ë¬ ë§¤ê° ë³ì 보기/ì¤ì "
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "ì¤ì¼ì¤ë¬ ë§¤ê° ë³ì 보기/ì¤ì "
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "XEN_CREDITì weight"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "XEN_CREDITì cap"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
#, fuzzy
msgid "Invalid value of weight"
msgstr "ë©ëª¨ë¦¬ í¬ê¸°ì ëí´ %dì ì못ë ê°"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
#, fuzzy
msgid "Invalid value of cap"
msgstr "ë©ëª¨ë¦¬ í¬ê¸°ì ëí´ %dì ì못ë ê°"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "ë©ëª¨ë¦¬ í¬ê¸°ì ëí´ %dì ì못ë ê°"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "ì¤ì¼ì¤ë¬"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "ìë ¤ì§ì§ ìì"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "íì¼ì ì ì¥ë ìíìì ëë©ì¸ì 복구"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "ëë©ì¸ 복구."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "복구 ìí"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "%sìì ëë©ì¸ì´ 복구ë¨\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "%sìì ëë©ì¸ì 복구í기 ì¤í¨"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "ëë©ì¸ì íì¼ì ì½ì´ ë¤ííì¬ ë¶ì"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "ëë©ì¸ì ì½ì´ ë¤íí¨."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "ì½ì´ ë¤íí ìì¹"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "ëë©ì¸ %s를 %sì ë¤íí¨\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "ëë©ì¸ %s를 %sì ì½ì´ ë¤íí기 ì¤í¨"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "ëë©ì¸ì ë¤ì ìì"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "ì´ì ì ì¤ì§ë ëë©ì¸ì ë¤ì ììí¨."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "ëë©ì¸ %sê° ë¤ì ììë¨\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "ëë©ì¸ %s를 ë¤ì ììí기 ì¤í¨"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "ëë©ì¸ì ì¢
ë£"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "ëì ëë©ì¸ìì ì¢
ë£í기 ì¤í"
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "ëë©ì¸ %sê° ì¢
ë£ë¨\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "ëë©ì¸ %s를 ì¢
ë£í기 ì¤í¨"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "ëë©ì¸ì ì¬ë¶í
"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "ëì ëë©ì¸ìì ì¬ë¶í
ëª
ë ¹ ì¤í."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "ëë©ì¸ %sê° ì¬ë¶í
ë¨\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "ëë©ì¸ %s를 ì¬ë¶í
í기 ì¤í¨"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "ëë©ì¸ ê°ì ì¢
ë£ "
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "주ì´ì§ ëë©ì¸ ê°ì ì¢
ë£.."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "%s ëë©ì¸ ê°ì ì¢
ë£\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "%s ëë©ì¸ ê°ì ì¢
ë£ ì¤í¨ "
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "ëë©ì¸ ì ë³´"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "ëë©ì¸ì ê´í 기본 ì ë³´ 보기"
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "ì´ë¦:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS ì í:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "ìí:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU:"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU ìê°:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "ìµë ë©ëª¨ë¦¬:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "무ì í"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "ì¬ì©ë ë©ëª¨ë¦¬:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "ìë ìì"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "ì¬ì©ë ë©ëª¨ë¦¬:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell:"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "ëë©ì¸ vcpu ì ë³´"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "ëë©ì¸ ê°ì CPUì ê´í 기본 ì ë³´ 보기"
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU ëì§ê´ê³:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "ëë©ì¸ ì¢
ë£, ê°ì CPUê° ìì."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "ëë©ì¸ vcpu ëì§ ê´ê³ ì ì´"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "ëë©ì¸ VCPU를 물리ì í¸ì¤í¸ CPUì ê³ ì ."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu ì"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "í¸ì¤í¸ cpu ì (콤ë§ë¡ ë¶ë¦¬ë¨)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "ë
¸ë ì ë³´ 보기 ì¤í¨"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: ì못ë í¬ë§·. ë¹ì´ìì."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr "cpulist: %s: ì못ë í¬ë§·. %d ('%c' 주ë³)ì ì«ìë¡ í기"
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr "cpulist: %s: ì못ë í¬ë§·. %d ('%c' 주ë³)ì ì«ì ëë 콤ë§ë¡ í기"
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: ì못ë í¬ë§·. %dë¡ ë§ì§ë§ì 콤ë§ë¡ í기"
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "물리ì CPU %dì´(ê°) ì¡´ì¬íì§ ìì."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "ê°ì CPU ì ë³ê²½"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "ê²ì¤í¸ ëë©ì¸ìì íì±í ìíì¸ ê°ì CPU ì ë³ê²½."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "ê°ì CPU ì"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "ì못ë ê°ì CPU ì."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "ê³¼ëí ê°ì CPU ì"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "ë©ëª¨ë¦¬ í ë¹ ë³ê²½"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "ê²ì¤í¸ ëë©ì¸ì ìë íì¬ ë©ëª¨ë¦¬ í ë¹ì ë³ê²½."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "ë©ëª¨ë¦¬ì í¬ë¡ë°ì´í¸ ì"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "ë©ëª¨ë¦¬ í¬ê¸°ì ëí´ %dì ì못ë ê°"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "ìµë ë©ëª¨ë¦¬ í¬ê¸°ë¥¼ íì¸í ì ìì"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "ìµë ë©ëª¨ë¦¬ í¬ê¸° ì í ë³ê²½"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "ê²ì¤í¸ ëë©ì¸ìì ìµë ë©ëª¨ë¦¬ í ë¹ ì í ë³ê²½."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "í¬ë¡ë°ì´í¸ìì ìµë ë©ëª¨ë¦¬ í¬ê¸° ì í"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "íì¬ ë©ëª¨ë¦¬ í¬ê¸°ë¥¼ íì¸í ì ìì"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "íì¬ ë©ëª¨ë¦¬ í¬ê¸°ë¥¼ ì¤ì¼ ì ìì"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "ìµë ë©ëª¨ë¦¬ í¬ê¸°ë¥¼ ë³ê²½í ì ìì"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "ë
¸ë ì ë³´"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "ë
¸ëì ê´í 기본 ì ë³´ 보기"
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "ë
¸ë ì ë³´ 보기 ì¤í¨"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU 모ë¸:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU 주íì:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU ìì¼:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "ìì¼ë¹ ì½ì´:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "ì½ì´ë¹ ì¤ë ë:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "ë©ëª¨ë¦¬ ì©ë:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "기ë¥"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "íì´í¼ë°ì´ì /ëë¼ì´ë² 기ë¥ì¼ë¡ ì í"
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "ê¸°ë¥ ì í ì¤í¨"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "XMLì ìë ëë©ì¸ ì ë³´"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "XML ë¤íë¡ìì ëë©ì¸ ì 보를 íì¤ ì¶ë ¥ì¼ë¡ ì¶ë ¥."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "ë¹íì±í ëë©ì¸ 보기"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "ëë©ì¸ id ëë UUID를 ëë©ì¸ëª
ì¼ë¡ ë³í"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "ëë©ì¸ id ëë uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "ëë©ì¸ëª
ëë UUID를 ëë©ì¸ idë¡ ë³í"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "ëë©ì¸ëª
ì´ë id를 ëë©ì¸ UUIDë¡ ë³í"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "ëë©ì¸ id ëë ëë©ì¸ëª
"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "ëë©ì¸ UUID 보기 ì¤í¨ "
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "ëë©ì¸ì ë¤ë¥¸ í¸ì¤í¸ë¡ ì´ì "
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr "ë¤ë¥¸ í¸ì¤í¸ë¡ ëë©ì¸ ì´ì . ì¤ìê° ì´ì ì¼ ê²½ì° --live ì¶ê°."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "ì¤ìê° ì´ì "
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "ìì ì§ í¸ì¤í¸ ì°ê²° URI"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "ì´ì URI, ì£¼ë¡ ìëµ ê°ë¥"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "ì´ì : ìì ì§ uri (desturi) ë¶ì¬"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "ë¤í¸ìí¬ ìë ìì"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "ë¶í
ì ìëì¼ë¡ ììí기 ìí´ ë¤í¸ìí¬ ì¤ì "
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "ë¤í¸ìí¬ ì´ë¦ ëë uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "ìë ììì¼ë¡ %s ë¤í¸ìí¬ë¥¼ íìí기 ì¤í¨"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "ìë ììì¼ë¡ %s ë¤í¸ìí¬ë¥¼ íì í´ì í기 ì¤í¨"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "ìë ììì¼ë¡ %s ë¤í¸ìí¬ê° íìë¨\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "ìë ììì¼ë¡ %s ë¤í¸ìí¬ë¥¼ íìíì§ ìì\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "XML íì¼ìì ë¤í¸ìí¬ ìì±"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "ë¤í¸ìí¬ ìì±"
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "XML ë¤í¸ìí¬ ì¤ëª
ì´ ìë íì¼"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "%s ìì ìì±ë %s ë¤í¸ìí¬\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "%sìì ë¤í¸ìí¬ ìì±í기 ì¤í¨"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "XML íì¼ìì ë¤í¸ìí¬ë¥¼ ì ìí¨ (ììíì§ë ìì)"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "ë¤í¸ìí¬ ì ì"
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "%sìì ì ìë %s ë¤í¸ìí¬\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "%sìì ë¤í¸ìí¬ ì ìí기 ì¤í¨"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "ë¤í¸ìí¬ ê°ì ì¢
ë£"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "주ì´ì§ ë¤í¸ìí¬ ê°ì ì¢
ë£."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "ë¤í¸ìí¬ ì´ë¦, id ëë uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "%s ë¤í¸ìí¬ ê°ì ì¢
ë£\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "%s ë¤í¸ìí¬ ê°ì ì¢
ë£ ì¤í¨"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "XMLì ìë ë¤í¸ìí¬ ì ë³´"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "XML ë¤íë¡ìì ë¤í¸ìí¬ ì 보를 íì¤ ì¶ë ¥ì¼ë¡ ì¶ë ¥."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "ë¤í¸ìí¬ ëª©ë¡"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "ë¤í¸ìí¬ ëª©ë¡ ë³´ê¸°"
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "ë¹íì±í ë¤í¸ìí¬ ë³´ê¸°"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "ë¹íì±í & íì±í ë¤í¸ìí¬ ë³´ê¸°"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "íì±í ë¤í¸ìí¬ ë³´ë¤ê¸° ì¤í¨"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "ë¹íì±í ë¤í¸ìí¬ ë³´ê¸° ì¤í¨"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "ìë ìì"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "ìë ìì ìí¨"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "íì±í"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "ë¹íì±í"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "ë¤í¸ìí¬ UUID를 ë¤í¸ìí¬ ì´ë¦ì¼ë¡ ë³í"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "ë¤í¸ìí¬ uuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "(기존ì ì ìë) ë¹íì±í ë¤í¸ìí¬ ìì"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "ë¤í¸ìí¬ ìì"
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "ë¹íì±í ë¤í¸ìí¬ ì´ë¦"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "%s ë¤í¸ìí¬ ìì\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "%s ë¤í¸ìí¬ ìì ì¤í¨"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "ë¹íì±í ë¤í¸ìí¬ë¥¼ ì ìíì§ ìì"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "ë¹íì±í ë¤í¸ìí¬ ì¤ì ì ì ìíì§ ìì"
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "%s ë¤í¸ìí¬ê° ì ìëì§ ìì\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "%s ë¤í¸ìí¬ë¥¼ ì ìíì§ ì기 ì¤í¨"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "ë¤í¸ìí¬ ì´ë¦ì ë¤í¸ìí¬ UUIDë¡ ë³í"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "ë¤í¸ìí¬ ì´ë¦"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "ë¤í¸ìí¬ UUID 보기 ì¤í¨"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "ìëì¼ë¡ ëë©ì¸ ìì"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
#, fuzzy
msgid "Configure a pool to be automatically started at boot."
msgstr "ë¶í
ì ìëì¼ë¡ ëë©ì¸ì´ ììëëë¡ ì¤ì í¨."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "ëë©ì¸ëª
ëë uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "ìë ììì¼ë¡ %s ë¤í¸ìí¬ë¥¼ íìí기 ì¤í¨"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "ìë ììì¼ë¡ %s ë¤í¸ìí¬ë¥¼ íì í´ì í기 ì¤í¨"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "%s ëë©ì¸ì ìë ììì¼ë¡ íìë¨\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "%s ëë©ì¸ì´ ìë ììì¼ë¡ íìëì§ ìì\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "XML íì¼ìì ëë©ì¸ ìì±"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "ëë©ì¸ ìì±"
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "XML ëë©ì¸ ì¤ëª
ì´ ìë íì¼"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "%s ìì ìì±ë ëë©ì¸ %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "%sìì ëë©ì¸ ìì±í기 ì¤í¨"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "ë¹íì±í ëë©ì¸ëª
"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "ë²í¼ í ë¹ ì¤í¨"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "XML íì¼ìì ëë©ì¸ ìì±"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "%s ìì ìì±ë ëë©ì¸ %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "%sìì ëë©ì¸ ìì±í기 ì¤í¨"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "XML íì¼ìì ëë©ì¸ì ì ìí¨ (ììíì§ë ìì)"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "ëë©ì¸ ì ì"
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "%sìì ì ìë ëë©ì¸ %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "%sìì ëë©ì¸ ì ìí기 ì¤í¨"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "%sìì ì ìë ëë©ì¸ %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "ëë©ì¸ %s를 ì ìíì§ ì기 ì¤í¨"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "%s ëë©ì¸ ê°ì ì¢
ë£\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "ëë©ì¸ %s를 ì¤ì§í기 ì¤í¨"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "ëë©ì¸ ê°ì ì¢
ë£ "
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "주ì´ì§ ëë©ì¸ ê°ì ì¢
ë£.."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "%s ëë©ì¸ ê°ì ì¢
ë£\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "%s ëë©ì¸ ê°ì ì¢
ë£ ì¤í¨ "
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "주ì´ì§ ëë©ì¸ ê°ì ì¢
ë£.."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "%s ëë©ì¸ ê°ì ì¢
ë£\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "%s ëë©ì¸ ê°ì ì¢
ë£ ì¤í¨ "
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "ëë©ì¸ %sê° ë¤ì ììë¨\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "ëë©ì¸ %s를 ë¤ì ììí기 ì¤í¨"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "XMLì ìë ëë©ì¸ ì ë³´"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "XML ë¤íë¡ìì ëë©ì¸ ì 보를 íì¤ ì¶ë ¥ì¼ë¡ ì¶ë ¥."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "ëë©ì¸ 목ë¡"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "ëë©ì¸ ëª©ë¡ ë³´ê¸°"
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "ë¹íì±í ëë©ì¸ 보기"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "ë¹íì±í & íì±í ëë©ì¸ 보기"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "íì±í ëë©ì¸ 보기 ì¤í¨"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "ë¹íì±í ëë©ì¸ 보기 ì¤í¨"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "ë©ëª¨ë¦¬ ë¶ì¡±"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "ëë©ì¸ %s를 %sì ì ì¥í기 ì¤í¨"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "ë
¸ë ì ë³´"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "ë
¸ëì ê´í 기본 ì ë³´ 보기"
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "ì¤íì¤"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "ëë©ì¸ í ë¹ ì¤"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "ë¤í¸ìí¬ UUID를 ë¤í¸ìí¬ ì´ë¦ì¼ë¡ ë³í"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "ëë©ì¸ uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "(기존ì ì ìë) ë¹íì±í ëë©ì¸ ìì"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "ëë©ì¸ ìì"
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "ë¹íì±í ëë©ì¸ëª
"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "ëë©ì¸ %sê° ììë¨\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "ëë©ì¸ %s ììí기 ì¤í¨"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "XML íì¼ìì ëë©ì¸ ìì±"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "ëë©ì¸ ìì±"
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "ëë©ì¸ëª
"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "ë¹íì±í ëë©ì¸ëª
"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "%s ìì ìì±ë ëë©ì¸ %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "XML ìì±í기 ì¤í¨"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "ë¹íì±í ëë©ì¸ì ì ìíì§ ìì"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "ë¹íì±í ëë©ì¸ì ëí ì¤ì ì ì ìíì§ ìì"
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "ëë©ì¸ %së ì ìëì§ ìì\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "ëë©ì¸ %s를 ì ìíì§ ì기 ì¤í¨"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "ë¤í¸ìí¬ ì´ë¦ì ë¤í¸ìí¬ UUIDë¡ ë³í"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "ëë©ì¸ UUID 보기 ì¤í¨ "
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "XML íì¼ìì ëë©ì¸ ìì±"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "XML ëë©ì¸ ì¤ëª
ì´ ìë íì¼"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "%s ìì ìì±ë ëë©ì¸ %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "%sìì ëë©ì¸ ìì±í기 ì¤í¨"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "주ì´ì§ ëë©ì¸ ê°ì ì¢
ë£.."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "%s ëë©ì¸ ê°ì ì¢
ë£\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "%s ëë©ì¸ ê°ì ì¢
ë£ ì¤í¨ "
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "ë
¸ë ì ë³´"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "ë
¸ëì ê´í 기본 ì ë³´ 보기"
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS ì í:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "file"
msgstr "XML íì¼"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "ì°¨ë¨ë¨"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "XMLì ìë ëë©ì¸ ì ë³´"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "XML ë¤íë¡ìì ëë©ì¸ ì 보를 íì¤ ì¶ë ¥ì¼ë¡ ì¶ë ¥."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "ëë©ì¸ 목ë¡"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "ëë©ì¸ ëª©ë¡ ë³´ê¸°"
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "íì±í ëë©ì¸ 보기 ì¤í¨"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "ë¤í¸ìí¬ UUID를 ë¤í¸ìí¬ ì´ë¦ì¼ë¡ ë³í"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "ë¤í¸ìí¬ UUID를 ë¤í¸ìí¬ ì´ë¦ì¼ë¡ ë³í"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "ëë©ì¸ uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "ë¤í¸ìí¬ UUID를 ë¤í¸ìí¬ ì´ë¦ì¼ë¡ ë³í"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "ë²ì ë³´ì¬ì£¼ê¸°"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "ìì¤í
ë²ì ì ë³´ ë³´ì¬ì£¼ê¸°."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "íì´í¼ë°ì´ì ì í 보기 ì¤í¨"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "ë¼ì´ë¸ë¬ë¦¬ì ëí´ ì»´íì¼ë¨: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "ë¼ì´ë¸ë¬ë¦¬ ë²ì 보기 ì¤í¨"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "ì¬ì©ì¤ì¸ ë¼ì´ë¸ë¬ë¦¬: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "ì¬ì©ì¤ì¸ API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "íì´í¼ë°ì´ì ë²ì 보기 ì¤í¨"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "ì¤íì¤ì¸ %s íì´í¼ë°ì´ì ë²ì ì ì¶ì¶í ì ìì\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "ì¤íì¤ì¸ íì´í¼ë°ì´ì : %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "ëë©ì¸ì ë¤ë¥¸ í¸ì¤í¸ë¡ ì´ì "
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "기ë¥"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "íì´í¼ë°ì´ì ì ì°ê²°í기 ì¤í¨"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "ë¹íì±í ëë©ì¸ 보기 ì¤í¨"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "XML ë¤íë¡ìì ë¤í¸ìí¬ ì 보를 íì¤ ì¶ë ¥ì¼ë¡ ì¶ë ¥."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "ì ëì¤í¬ ì¥ì¹ ë¶ì°©"
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "%s ëë©ì¸ ê°ì ì¢
ë£\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "%sìì ì¥ì¹ ë¶ë¦¬ ì¤í¨"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "ì ëì¤í¬ ì¥ì¹ ë¶ì°©"
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "%sìì ì¥ì¹ ë¶ì°©í기 ì¤í¨"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "ëì¤í¬ ì¥ì¹ì ëì"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "ì¤í ì¤ì¸ ëë©ì¸ì ì¥ì¹ ë¸ë ìí 보기"
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "ëë©ì¸ %sê° ë¤ì ììë¨\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "%sìì ì¥ì¹ ë¶ì°©í기 ì¤í¨"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "íì´í¼ë°ì´ì í¸ì¤í¸ëª
ì¸ì"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "í¸ì¤í¸ëª
보기 ì¤í¨"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "íì´í¼ë°ì´ì ì ê· URI ì¸ì"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "URI 보기 ì¤í¨"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc íë©´"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "VNC íë©´ì IP 주ì ë° í¬í¸ ë²í¸ ì¶ë ¥"
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty ì½ì"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "TTY ì½ìì ëí ì¥ì¹ ì¶ë ¥"
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "XML íì¼ìì ì¥ì¹ ë¶ì°©"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "XML íì¼ìì ì¥ì¹ ë¶ì°© <file>."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML íì¼"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "%sìì ì¥ì¹ ë¶ì°©í기 ì¤í¨"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "XML íì¼ìì ë¶ë¦¬ ì¥ì¹"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "XML íì¼ììì ë¶ë¦¬ ì¥ì¹ <file>"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "%sìì ì¥ì¹ ë¶ë¦¬ ì¤í¨"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "ë¤í¸ìí¬ ì¸í°íì´ì¤ ë¶ì°©"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "ì ë¤í¸ìí¬ ì¸í°íì´ì¤ ë¶ì°©"
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "ë¤í¸ìí¬ ì¸í°íì´ì¤ ì í"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "ë¤í¸ìí¬ ì¸í°íì´ì¤ ìì¤"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "ëì ë¤í¸ìí¬ ì´ë¦"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "MAC 주ì"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "ë¤í¸ìí¬ ì¸í°íì´ì¤ë¥¼ ì°ê²°í기 ìí´ ì¬ì©ë ì¤í¬ë¦½í¸"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "'attach-interface' ëª
ë ¹ìì %sì(를) ì§ìíì§ ìì"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "ë¤í¸ìí¬ ì¸í°íì´ì¤ ë¶ë¦¬"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "ë¤í¸ìí¬ ì¸í°íì´ì¤ ë¶ë¦¬"
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "ì¸í°íì´ì¤ ì ë³´ 보기 ì¤í¨"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "ì íì´ %sì¸ ì¸í°íì´ì¤ë¥¼ ì°¾ì ì ìì"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "MAC 주ìê° %sì¸ ì¸í°íì´ì¤ë¥¼ ì°¾ì ì ìì"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "ë©ëª¨ë¦¬ í ë¹ ì¤í¨"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "XML ìì±í기 ì¤í¨"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "ëì¤í¬ ì¥ì¹ ë¶ì°©"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "ì ëì¤í¬ ì¥ì¹ ë¶ì°©"
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "ëì¤í¬ ì¥ì¹ì ìì¤"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "ëì¤í¬ ì¥ì¹ì ëì"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "ëì¤í¬ ì¥ì¹ì ëë¼ì´ë²"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "ëì¤í¬ ì¥ì¹ì íë¶ ëë¼ì´ë²"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "ëì ì¥ì¹ ì í"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "ì½ê¸° ë° ì°ê¸° ì¥ì¹ 모ë"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "'attach-disk' ëª
ë ¹ìì %sì(를) ì§ìíì§ ìì"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "ëì¤í¬ ì¥ì¹ ë¶ë¦¬"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "ëì¤í¬ ì¥ì¹ ë¶ë¦¬"
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "ëì¤í¬ ì ë³´ 보기 ì¤í¨"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "ëìì´ %sì¸ ëì¤í¬ë¥¼ ì°¾ì ì ìì"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "ë
¸ë í ë¹ ì¤í¨"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "ë¡ê·¸ íì¼ ì°ê¸° ì¤í¨"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "ë¡ê·¸ íì¼ ì°ê¸° ì¤í¨"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "ë¡ê·¸ íì¼ ì°ê¸° ì¤í¨"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "ë¹íì±í ëë©ì¸ %s ìì± ì¤í¨\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "ë¡ê·¸ íì¼ ì°ê¸° ì¤í¨"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "ë¡ê·¸ íì¼ ì°ê¸° ì¤í¨"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "ë¹íì±í ëë©ì¸ì ëí ì¤ì ì ì ìíì§ ìì"
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "ë¹íì±í ëë©ì¸ì ëí ì¤ì ì ì ìíì§ ìì"
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "ì¤ì íì¼ ì½ê¸° ì¤í¨"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "ë¹íì±í ë¤í¸ìí¬ ì¤ì ì ì ìíì§ ìì"
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "ë¹íì±í ë¤í¸ìí¬ ì¤ì ì ì ìíì§ ìì"
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "ë¹íì±í ëë©ì¸ì ëí ì¤ì ì ì ìíì§ ìì"
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "ë¹íì±í ëë©ì¸ì ëí ì¤ì ì ì ìíì§ ìì"
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "ëíì í°ë¯¸ë ì¢
ë£"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "'%s' ëª
ë ¹ì <%s> ìµì
ì´ íìí¨"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "'%s' ëª
ë ¹ì --%s ìµì
ì´ íìí¨"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "'%s' ëª
ë ¹ì´ ì¡´ì¬íì§ ìì"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " ì´ë¦\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6485,17 +7070,17 @@ msgstr ""
"\n"
" ìëìì¤\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6503,7 +7088,7 @@ msgstr ""
"\n"
" ì¤ëª
\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6511,60 +7096,60 @@ msgstr ""
"\n"
" ìµì
\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "ì ìëì§ ìì ëë©ì¸ëª
ëë id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "'%s' ëë©ì¸ 보기 ì¤í¨"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "ì ìëì§ ìì ë¤í¸ìí¬ ì´ë¦"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "'%s' ë¤í¸ìí¬ ë³´ê¸° ì¤í¨"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "ì ìëì§ ìì ë¤í¸ìí¬ ì´ë¦"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "'%s' ëë©ì¸ 보기 ì¤í¨"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "ì ìëì§ ìì ë¤í¸ìí¬ ì´ë¦"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "'%s' ëë©ì¸ 보기 ì¤í¨"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6575,129 +7160,129 @@ msgstr ""
"(ìê°: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "ë¶ì¬ \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "ììì¸ì í í° (ëª
ë ¹ ì´ë¦): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "ìë ¤ì§ì§ ìì ëª
ë ¹: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "ëª
ë ¹ '%s'ë --%s ìµì
ì ì§ìíì§ ìì"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "ììë 구문: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "ì«ì"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "문ìì´"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "ììì¸ì ë°ì´í° '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "ìµì
"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "ë°ì´í°"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "ì¤ì§ë¨"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "ì¢
ë£ì¤"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "ì¢
ë£"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "ì¶©ëë¨"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "ì¤íë¼ì¸"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "ì í¨íì§ ìì ì°ê²°"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: ì¤ë¥:"
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "ì¤ë¥:"
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: %d ë°ì´í¸ í ë¹ ì¤í¨"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: %lu ë°ì´í¸ í ë¹ ì¤í¨"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "íì´í¼ë°ì´ì ì ì°ê²° ì¤í¨"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "ë¡ê·¸ íì¼ ì ë³´ 보기 ì¤í¨"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "ë¡ê·¸ ê²½ë¡ê° íì¼ì´ ìë"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "ë¡ê·¸ íì¼ ì´ê¸° ì¤í¨. ë¡ê·¸ íì¼ ê²½ë¡ íì¸"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "ë¡ê·¸ íì¼ ì°ê¸° ì¤í¨"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "ë¡ê·¸ íì¼ ì°ê¸° ì¤í¨"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "íì´í¼ë°ì´ì ìì ì°ê²° ë기 ì¤í¨"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6730,7 +7315,7 @@ msgstr ""
"\n"
" ëª
ë ¹ (ë¹ëíì 모ë):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6740,17 +7325,17 @@ msgstr ""
" (ëª
ë ¹ì ëí ì 보를 보기 ìí´ help <command>를 ì§ì )\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "ì§ìëì§ ìë ìµì
'-%c'. --help 참조."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6759,7 +7344,7 @@ msgstr ""
"%s, ê°ìí ëíì í°ë¯¸ëì ì¤ì ê²ì íìí©ëë¤.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6769,469 +7354,483 @@ msgstr ""
" ì¢
ë£í기 ìí´ 'quit'ì
ë ¥\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "ìë ¤ì§ì§ ìì"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "ê²½ê³ "
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "ì¤ë¥"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "ì¤ë¥ ë©ì¸ì§ ìì"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "ë´ë¶ ì¤ë¥ %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "ë´ë¶ ì¤ë¥"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "ë©ëª¨ë¦¬ ë¶ì¡±"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "ì´ ê¸°ë¥ì íì´í¼ë°ì´ì ë¡ ì§ìëì§ ìì"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "ì´ ê¸°ë¥ì íì´í¼ë°ì´ì ë¡ ì§ìëì§ ìì: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "íì´í¼ë°ì´ì ì ì°ê²°í ì ìì"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "%sì ì°ê²°í ì ìì"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "ì못ë ì°ê²° í¬ì¸í°"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "%sì ìë ì못ë ì°ê²° í¬ì¸í°"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "ì못ë ëë©ì¸ í¬ì¸í°"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "%sì ìë ì못ë ëë©ì¸ í¬ì¸í°"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "ì못ë ì¸ì"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "%sì ìë ì못ë ì¸ì"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "ìì
ì¤í¨: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "ìì
ì¤í¨"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET ìì
ì¤í¨: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET ìì
ì¤í¨"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST ìì
ì¤í¨: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST ìì
ì¤í¨"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "ìë ¤ì§ì§ ìì HTTP ì¤ë¥ ì½ë %dê° ìì"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "ìë ¤ì§ì§ ìì í¸ì¤í¸ %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "ìë ¤ì§ì§ ìì í¸ì¤í¸"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "S-Expr ëì´í기 ì¤í¨: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "S-Expr ëì´í기 ì¤í¨"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "Xen íì´í¼ë°ì´ì í목ì ì¬ì©í ì ìì"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "Xen íì´í¼ë°ì´ì í목 %sì ì¬ì©í ì ìì"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "Xen Storeì ì°ê²°í ì ìì"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "Xen Store %sì ì°ê²°í ì ìì"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "Xen syscall %s %d ì¤í¨"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "ìë ¤ì§ì§ ìì OS ì í"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "커ë ì ë³´ ë¶ì¬"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "root ì¥ì¹ ì ë³´ ë¶ì¬"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "%sì ìë root ì¥ì¹ ì ë³´ ë¶ì¬"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "ì¥ì¹ì ìì¤ ì ë³´ ë¶ì¬"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "%s ì¥ì¹ì ìì¤ ì ë³´ ë¶ì¬"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "ì¥ì¹ì ëì ì ë³´ ë¶ì¬"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "%s ì¥ì¹ì ëì ì ë³´ ë¶ì¬"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "ëë©ì¸ ì´ë¦ ì ë³´ ë¶ì¬"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "%sì ìë ëë©ì¸ ì´ë¦ ì ë³´ ë¶ì¬"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "ì´ì ìì¤í
ì ë³´ ë¶ì¬"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "%sì ì´ì ìì¤í
ì ë³´ ë¶ì¬"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "ì¥ì¹ ì ë³´ ë¶ì¬"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "%sì ì¥ì¹ ì ë³´ ë¶ì¬"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "ê³¼ëí ëë¼ì´ë²ê° ë±ë¡ë¨"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "ê³¼ëí ëë¼ì´ë²ê° %sì ë±ë¡ë¨"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "ë¼ì´ë¸ë¬ë¦¬ê° ì§ìëì§ ìì ë¼ì´ë¸ë¬ë¦¬ í¸ì¶ ì¤í¨"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "ë¼ì´ë¸ë¬ë¦¬ê° ì§ìëì§ ìì %s ë¼ì´ë¸ë¬ë¦¬ í¸ì¶ ì¤í¨"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML ì¤ëª
ì´ ì ìì±ëì§ ììê±°ë ì í¨íì§ ìì"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "%sì ëí XML ì¤ëª
ì´ ì ìì±ëì§ ììê±°ë ì í¨íì§ ìì"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "ì´ë¯¸ ëë©ì¸ì´ ì¡´ì¬í¨"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "ì´ë¯¸ %s ëë©ì¸ì´ ì¡´ì¬í¨"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "ì½ê¸° ì ì© ì¡ì¸ì¤ì ëí´ ìì
ì´ íì©ëì§ ìì"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "ì½ê¸° ì ì© ì¡ì¸ì¤ì ëí´ %s ìì
ì´ íì©ëì§ ìì"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "ì½ê¸° ì© ì¤ì íì¼ ì´ê¸° ì¤í¨"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "ì½ê¸° ì© %s ì´ê¸° ì¤í¨"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "ì¤ì íì¼ ì½ê¸° ì¤í¨"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "%s ì¤ì íì¼ ì½ê¸° ì¤í¨"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "ì¤ì íì¼ êµ¬ë¬¸ ë¶ì ì¤í¨"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "%s ì¤ì íì¼ êµ¬ë¬¸ ë¶ì ì¤í¨"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "ì¤ì íì¼ êµ¬ë¬¸ ì¤ë¥"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "ì¤ì íì¼ êµ¬ë¬¸ ì¤ë¥: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "ì¤ì íì¼ ì°ê¸° ì¤í¨"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "ì¤ì íì¼ ì°ê¸° ì¤í¨: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "구문 ë¶ì ì¤ë¥"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "ì못ë ë¤í¸ìí¬ í¬ì¸í°"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "%sì ìë ì못ë ë¤í¸ìí¬ í¬ì¸í°"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "ì´ë¯¸ ë¤í¸ìí¬ê° ìì"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "ì´ë¯¸ ë¤í¸ìí¬ %sì´(ê°) ìì"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "ìì¤í
í¸ì¶ ì¤ë¥"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC ì¤ë¥"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "GNUTLS í¸ì¶ ì¤ë¥"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "ë¤í¸ìí¬ ì°¾ê¸° ì¤í¨"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "ë¤í¸ìí¬ ì°¾ê¸° ì¤í¨: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "ëë©ì¸ì ì°¾ì ì ìì"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "ëë©ì¸ì ì°¾ì ì ìì: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "ë¤í¸ìí¬ë¥¼ ì°¾ì ì ìì"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "ë¤í¸ìí¬ë¥¼ ì°¾ì ì ìì: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "ì못ë MAC 주ì"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "ì못ë MAC 주ì: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "ìì
ì¤í¨"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "ìì
ì¤í¨: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "ë¤í¸ìí¬ë¥¼ ì°¾ì ì ìì"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "ë¤í¸ìí¬ë¥¼ ì°¾ì ì ìì: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "ë¤í¸ìí¬ë¥¼ ì°¾ì ì ìì"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "ë¤í¸ìí¬ë¥¼ ì°¾ì ì ìì: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "ì못ë ë¤í¸ìí¬ í¬ì¸í°"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "%sì ìë ì못ë ë¤í¸ìí¬ í¬ì¸í°"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "ì못ë ë¤í¸ìí¬ í¬ì¸í°"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "%sì ìë ì못ë ë¤í¸ìí¬ í¬ì¸í°"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "ë¤í¸ìí¬ ì°¾ê¸° ì¤í¨"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "ë¤í¸ìí¬ ì°¾ê¸° ì¤í¨: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "ë¤í¸ìí¬ ì°¾ê¸° ì¤í¨"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "ë¤í¸ìí¬ ì°¾ê¸° ì¤í¨: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "ì못ë ëë©ì¸ í¬ì¸í°"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "%sì ìë ì못ë ëë©ì¸ í¬ì¸í°"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "ëë©ì¸ì ì°¾ì ì ìì"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "ëë©ì¸ì ì°¾ì ì ìì: %s"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "ë¤í¸ìí¬ë¥¼ ì°¾ì ì ìì"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "ë¤í¸ìí¬ë¥¼ ì°¾ì ì ìì: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "ë´ë¶ ì¤ë¥ %s"
@@ -7300,7 +7899,7 @@ msgstr "í¬ë ë§ ì¤ì¼ì¤ë¬ì weight ë§¤ê° ë³ì (%d) ë²ì (1-65535) ì´
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "í¬ë ë§ ì¤ì¼ì¤ë¬ì cap ë§¤ê° ë³ì (%d) ë²ì (0-65535) ì´ê³¼"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "ëì ì¥ì¹ ì í"
@@ -7354,7 +7953,7 @@ msgstr "ëë©ì¸ ì ë³´ê° ìì¹ê° ìë ì못ë domidì"
msgid "domain information incomplete, missing uuid"
msgstr "ëë©ì¸ ì ë³´ê° ìë£ëì§ ìì, uuid ë¶ì¬"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "ëë©ì¸ ì ë³´ê° ìë£ëì§ ìì, ì´ë¦ ë¶ì¬"
@@ -7398,225 +7997,232 @@ msgstr "vbd íì¼ëª
ì 구문 ë¶ìí ì ìì, ëë¼ì´ë²ëª
ë¶ì¬"
msgid "cannot parse vbd filename, missing driver type"
msgstr "vbd íì¼ëª
ì 구문 ë¶ìí ì ìì, ëë¼ì´ë² ì í ë¶ì¬"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "ììì¸ì dict ë
¸ë"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "ëë©ì¸ ì ë³´ê° ìë£ëì§ ìì, id ë¶ì¬"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "ì못ë MAC 주ì: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "ìë ¤ì§ì§ ìì OS ì í %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "ì¤ì íì¼ êµ¬ë¬¸ ì¤ë¥"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "Xend ëë©ì¸ ì ë³´ ë¶ì ì¤í¨"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "ëë©ì¸ì´ ìì§ ì¤í ì¤"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "S-Expr ëì´í기 ì¤í¨"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "ëì ì¥ì¹ ì í"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "ììì¸ì ê° ë
¸ë"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "ë
¸ë ë©ëª¨ë¦¬"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "ìì
ì¤í¨"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "%s ë¤í¸ìí¬ë¥¼ ì ìíì§ ì기 ì¤í¨"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "Xend ëë©ì¸ ì ë³´ ë¶ì ì¤í¨"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "ë¹íì±í ëë©ì¸ %s ìì± ì¤í¨\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "ëë©ì¸ ì ë³´ê° ìë£ëì§ ìì, ì´ë¦ ë¶ì¬"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "ì¤ì¼ì¤ë¬"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "í¸ì¤í¸ëª
보기 ì¤í¨"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "ëë©ì¸ ì ë³´ê° ìë£ëì§ ìì, uuid ë¶ì¬"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "ëë©ì¸ ì ë³´ê° ìë£ëì§ ìì, uuid ë¶ì¬"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "ì½ê¸° ì© %s ì´ê¸° ì¤í¨"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "%s ì¤ì íì¼ ì½ê¸° ì¤í¨"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "ììì¸ì mime ì í"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "ììì¸ì mime ì í"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "ììì¸ì ê° ë
¸ë"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "ë
¸ë ëë©ì¸ 목ë¡"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7693,49 +8299,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "ììì¸ì dict ë
¸ë"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "%sìì ëë©ì¸ì 복구í기 ì¤í¨"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "íì¬ ë©ëª¨ë¦¬ í¬ê¸°ë¥¼ íì¸í ì ìì"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "%s ì¤ì íì¼ ì½ê¸° ì¤í¨"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "ìë ¤ì§ì§ ìì OS ì í"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "%sìì ëë©ì¸ ìì±í기 ì¤í¨"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "'%s' ì´ê¸° ì¤í¨: %s"
@@ -7744,19 +8350,34 @@ msgstr "'%s' ì´ê¸° ì¤í¨: %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "ì못ë ì¸ì"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "ì못ë ì¸ì"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7782,15 +8403,39 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "ëë©ì¸ í ë¹ ì¤"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "%s %s ë¸ë ìí 보기 ì¤í¨"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "%s %s ì¸í°íì´ì¤ ìí 보기 ì¤í¨"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "ë¡ê·¸ íì¼ ì°ê¸° ì¤í¨"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "ìì¼ %d를 ë«ê¸° ì¤í¨\n"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "ë©ëª¨ë¦¬ ë¶ì¡±"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "ìì¼ %d를 ë«ê¸° ì¤í¨\n"
+
#~ msgid "allocating configuration"
#~ msgstr "ì¤ì í ë¹ ì¤"
@@ -7836,10 +8481,6 @@ msgstr "ëë©ì¸ í ë¹ ì¤"
#~ msgstr "ì½ê¸° ì© %s ì´ê¸° ì¤í¨"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "ìì
ì¤í¨: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "ìì
ì¤í¨: %s"
diff --git a/po/ku.gmo b/po/ku.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/ku.gmo and b/po/ku.gmo differ
diff --git a/po/ku.po b/po/ku.po
index 81435e0..a38ec32 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/libvirt.pot b/po/libvirt.pot
index dba265e..e625cd3 100644
--- a/po/libvirt.pot
+++ b/po/libvirt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -92,236 +92,236 @@ msgstr ""
msgid "Unknown error"
msgstr ""
-#: qemud/qemud.c:234
+#: qemud/qemud.c:240
#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
+msgid "Cannot access %s '%s': %s"
msgstr ""
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr ""
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr ""
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr ""
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, c-format
msgid "Received unexpected signal %d"
msgstr ""
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr ""
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr ""
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr ""
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr ""
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr ""
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr ""
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr ""
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr ""
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr ""
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
msgid "Failed to initialize event system"
msgstr ""
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr ""
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr ""
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr ""
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -329,442 +329,455 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr ""
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr ""
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
msgid "Out of memory allocating clients"
msgstr ""
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr ""
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, c-format
msgid "unexpected negative length request %lld"
msgstr ""
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, c-format
msgid "failed to decode SASL data %s"
msgstr ""
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, c-format
msgid "failed to encode SASL data %s"
msgstr ""
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+msgid "Failed to register shutdown timeout"
+msgstr ""
+
+#: qemud/qemud.c:2139
msgid "Failed to allocate workers"
msgstr ""
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr ""
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr ""
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr ""
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr ""
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr ""
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr ""
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
msgid "unable to create rundir"
msgstr ""
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr ""
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr ""
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr ""
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr ""
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr ""
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr ""
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr ""
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
-msgid "maxinfo > REMOTE_VCPUINFO_MAX"
+#: qemud/remote.c:1367
+msgid "unable to get security label"
msgstr ""
#: qemud/remote.c:1396
+msgid "unable to get security model"
+msgstr ""
+
+#: qemud/remote.c:1465
+msgid "maxinfo > REMOTE_VCPUINFO_MAX"
+msgstr ""
+
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr ""
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr ""
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr ""
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr ""
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr ""
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
msgid "node_device not found"
msgstr ""
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
msgid "unexpected async event method call"
msgstr ""
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -878,507 +891,509 @@ msgstr ""
msgid "dev missing from connection hash table"
msgstr ""
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, c-format
msgid "unknown disk type '%s'"
msgstr ""
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, c-format
msgid "unknown disk device '%s'"
msgstr ""
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, c-format
msgid "unknown disk bus type '%s'"
msgstr ""
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, c-format
msgid "unknown disk cache mode '%s'"
msgstr ""
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, c-format
msgid "unknown filesystem type '%s'"
msgstr ""
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, c-format
msgid "unknown interface type '%s'"
msgstr ""
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
msgid "Missing source path attribute for char device"
msgstr ""
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
msgid "Missing source host attribute for char device"
msgstr ""
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr ""
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr ""
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, c-format
msgid "unknown input device type '%s'"
msgstr ""
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, c-format
msgid "unknown input bus type '%s'"
msgstr ""
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
msgid "missing graphics device type"
msgstr ""
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, c-format
msgid "unknown graphics device type '%s'"
msgstr ""
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, c-format
msgid "unknown fullscreen value '%s'"
msgstr ""
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, c-format
msgid "unknown sound model '%s'"
msgstr ""
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, c-format
msgid "cannot parse device %s"
msgstr ""
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, c-format
msgid "unknown usb source type '%s'"
msgstr ""
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
msgid "missing vendor"
msgstr ""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
msgid "missing product"
msgstr ""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, c-format
msgid "cannot parse domain %s"
msgstr ""
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, c-format
msgid "cannot parse slot %s"
msgstr ""
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, c-format
msgid "cannot parse function %s"
msgstr ""
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, c-format
msgid "unknown pci source type '%s'"
msgstr ""
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, c-format
msgid "unknown hostdev mode '%s'"
msgstr ""
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, c-format
msgid "unknown host device type '%s'"
msgstr ""
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
msgid "missing type in hostdev"
msgstr ""
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, c-format
msgid "unknown node %s"
msgstr ""
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr ""
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr ""
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr ""
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, c-format
msgid "invalid domain type %s"
msgstr ""
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
msgid "Failed to generate UUID"
msgstr ""
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, c-format
msgid "unexpected feature %s"
msgstr ""
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr ""
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
msgid "cannot extract boot device"
msgstr ""
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
msgid "missing boot device"
msgstr ""
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr ""
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
msgid "cannot extract disk devices"
msgstr ""
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
msgid "cannot extract network devices"
msgstr ""
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
msgid "cannot extract serial devices"
msgstr ""
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
msgid "cannot extract input devices"
msgstr ""
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
msgid "cannot extract graphics devices"
msgstr ""
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
msgid "cannot extract sound devices"
msgstr ""
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
msgid "failed to parse xml document"
msgstr ""
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, c-format
msgid "unexpected lifecycle type %d"
msgstr ""
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, c-format
msgid "unexpected disk type %d"
msgstr ""
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, c-format
msgid "unexpected disk device %d"
msgstr ""
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, c-format
msgid "unexpected disk bus %d"
msgstr ""
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, c-format
msgid "unexpected disk cache mode %d"
msgstr ""
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, c-format
msgid "unexpected filesystem type %d"
msgstr ""
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, c-format
msgid "unexpected net type %d"
msgstr ""
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, c-format
msgid "unexpected char type %d"
msgstr ""
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, c-format
msgid "unexpected sound model %d"
msgstr ""
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, c-format
msgid "unexpected input type %d"
msgstr ""
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, c-format
msgid "unexpected input bus type %d"
msgstr ""
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, c-format
msgid "unexpected hostdev mode %d"
msgstr ""
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, c-format
msgid "unexpected hostdev type %d"
msgstr ""
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr ""
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, c-format
msgid "unexpected boot device type %d"
msgstr ""
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, c-format
msgid "unexpected feature %d"
msgstr ""
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, c-format
msgid "cannot create config directory '%s'"
msgstr ""
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, c-format
msgid "cannot create config file '%s'"
msgstr ""
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, c-format
msgid "cannot write config file '%s'"
msgstr ""
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, c-format
msgid "cannot save config file '%s'"
msgstr ""
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, c-format
msgid "Failed to open dir '%s'"
msgstr ""
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, c-format
msgid "cannot remove config %s"
msgstr ""
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr ""
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, c-format
+msgid "Failed to run '%s %s': %s"
msgstr ""
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr ""
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr ""
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr ""
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr ""
@@ -1388,52 +1403,52 @@ msgstr ""
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr ""
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
msgid "cannot get working directory"
msgstr ""
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
msgid "cannot get current directory"
msgstr ""
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr ""
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
msgid "domainMigratePrepare2 did not set uri"
msgstr ""
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1470,12 +1485,12 @@ msgstr ""
msgid "failed to bind new root %s"
msgstr ""
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, c-format
msgid "failed to create %s"
msgstr ""
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, c-format
msgid "failed to pivot root %s to %s"
msgstr ""
@@ -1631,21 +1646,21 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr ""
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr ""
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
msgid "cannot undefine transient domain"
msgstr ""
@@ -1694,7 +1709,7 @@ msgstr ""
msgid "failed to kill pid %d"
msgstr ""
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, c-format
msgid "cannot wait for '%s'"
msgstr ""
@@ -1729,219 +1744,229 @@ msgstr ""
msgid "no domain with id %d"
msgstr ""
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, c-format
msgid "Unknown release: %s"
msgstr ""
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, c-format
msgid "No such domain %s"
msgstr ""
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, c-format
msgid "Invalid parameter `%s'"
msgstr ""
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
msgid "Invalid parameter count"
msgstr ""
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, c-format
msgid "cannot parse MAC address '%s'"
msgstr ""
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, c-format
msgid "unknown forwarding type '%s'"
msgstr ""
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, c-format
msgid "cannot remove config file '%s'"
msgstr ""
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, c-format
+msgid "bridge name '%s' already in use."
+msgstr ""
+
+#: src/network_driver.c:177
#, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr ""
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
msgid "networkStartup: out of memory\n"
msgstr ""
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, c-format
msgid "cannot create directory %s"
msgstr ""
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr ""
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr ""
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr ""
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr ""
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr ""
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr ""
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr ""
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr ""
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr ""
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr ""
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr ""
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, c-format
msgid "cannot create bridge '%s'"
msgstr ""
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr ""
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr ""
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, c-format
msgid "failed to bring the bridge '%s' up"
msgstr ""
-#: src/network_driver.c:880
+#: src/network_driver.c:853
msgid "failed to enable IP forwarding"
msgstr ""
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr ""
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr ""
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, c-format
msgid "Shutting down network '%s'\n"
msgstr ""
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
msgid "network is still active"
msgstr ""
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr ""
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, c-format
msgid "network '%s' does not have a bridge name."
msgstr ""
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, c-format
msgid "cannot create autostart directory '%s'"
msgstr ""
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr ""
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, c-format
msgid "Failed to delete symlink '%s'"
msgstr ""
@@ -1951,7 +1976,266 @@ msgstr ""
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, c-format
+msgid "no block device path supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:501
+#, c-format
+msgid "no size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, c-format
+msgid "no network interface supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:616
+#, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:663
+#, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+msgid "missing capability type"
+msgstr ""
+
+#: src/node_device_conf.c:871
+#, c-format
+msgid "unknown capability type '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:905
+#, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, c-format
msgid "cannot open %s"
msgstr ""
@@ -2100,7 +2384,7 @@ msgstr ""
msgid "Could not read container config"
msgstr ""
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr ""
@@ -2114,6 +2398,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr ""
+#: src/pci.c:142
+#, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr ""
+
+#: src/pci.c:162
+#, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr ""
+
+#: src/pci.c:202
+#, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr ""
+
+#: src/pci.c:575
+#, c-format
+msgid "Failed to open config space file '%s'"
+msgstr ""
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, c-format
+msgid "modprobe %s failed: %s"
+msgstr ""
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr ""
+
+#: src/pci.c:668
+#, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr ""
+
+#: src/pci.c:680 src/pci.c:722
+#, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr ""
+
+#: src/pci.c:692
+#, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr ""
+
+#: src/pci.c:737
+#, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr ""
+
+#: src/pci.c:810
+#, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr ""
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2156,669 +2505,738 @@ msgstr ""
msgid "got asynchronous packet number %d\n"
msgstr ""
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr ""
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr ""
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr ""
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
msgid "TCP migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr ""
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr ""
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
msgid "invalid domain state"
msgstr ""
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
msgid "invalid pid"
msgstr ""
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
msgid "no domain config"
msgstr ""
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, c-format
msgid "failed to create logfile %s"
msgstr ""
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr ""
-#: src/qemu_driver.c:211
-#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr ""
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
+msgid "Unable to seek to %lld in %s"
msgstr ""
-#: src/qemu_driver.c:224
-#, c-format
-msgid "Unable to seek to %lld in %s: %s"
-msgstr ""
-
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr ""
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, c-format
msgid "Failed to unlink status file %s"
msgstr ""
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, c-format
msgid "Failed to read domain status for %s\n"
msgstr ""
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, c-format
msgid "Failed to parse domain status for %s\n"
msgstr ""
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr ""
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+msgid "Failed to start security driver"
+msgstr ""
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
+msgstr ""
+
+#: src/qemu_driver.c:400
+#, c-format
+msgid "Failed to copy secModel DOI: %s"
msgstr ""
-#: src/qemu_driver.c:497
-msgid "qemudStartup: out of memory\n"
+#: src/qemu_driver.c:476
+#, c-format
+msgid "Failed to create state dir '%s': %s\n"
msgstr ""
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, c-format
msgid "Unable to close logfile: %s\n"
msgstr ""
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, c-format
msgid "unable to start guest: %s"
msgstr ""
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
msgid "failed to set CPU affinity"
msgstr ""
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr ""
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+msgid "Failed to set security label"
+msgstr ""
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr ""
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr ""
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr ""
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr ""
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, c-format
msgid "Domain %s didn't show up\n"
msgstr ""
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr ""
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, c-format
-msgid "Unable to close logfile %d: %s\n"
+msgid "Failed to remove domain status for %s"
msgstr ""
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr ""
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr ""
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+msgid "failed to determine host name"
+msgstr ""
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, c-format
msgid "domain '%s' is already defined"
msgstr ""
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, c-format
msgid "domain with uuid '%s' is already defined"
msgstr ""
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr ""
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr ""
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr ""
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr ""
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr ""
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr ""
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
msgstr ""
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr ""
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, c-format
msgid "unable to save file %s"
msgstr ""
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr ""
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr ""
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr ""
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
msgid "cannot pin vcpus on an inactive domain"
msgstr ""
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
msgid "cannot set affinity"
msgstr ""
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
msgid "cannot get affinity"
msgstr ""
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+msgid "Failed to get security label"
+msgstr ""
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr ""
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr ""
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr ""
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr ""
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr ""
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
msgid "failed to assign new VM"
msgstr ""
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr ""
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
msgid "failed to resume domain"
msgstr ""
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
msgid "could not change cdrom media"
msgstr ""
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, c-format
msgid "changing cdrom media failed: %s"
msgstr ""
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, c-format
msgid "adding %s disk failed"
msgstr ""
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
msgid "adding usb disk failed"
msgstr ""
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
msgid "cannot attach usb device"
msgstr ""
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
msgid "adding usb device failed"
msgstr ""
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr ""
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, c-format
msgid "disk %s not found"
msgstr ""
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, c-format
msgid "failed to execute detach disk %s command"
msgstr ""
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr ""
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
msgid "cannot detach device on inactive domain"
msgstr ""
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
msgid "cannot set autostart for transient domain"
msgstr ""
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, c-format
msgid "cannot create autostart directory %s"
msgstr ""
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr ""
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr ""
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr ""
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, c-format
+msgid "%s: failed to open"
+msgstr ""
+
+#: src/qemu_driver.c:4259
+#, c-format
+msgid "%s: failed to seek or read"
+msgstr ""
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr ""
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr ""
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr ""
+
+#: src/qemu_driver.c:4471
msgid "no domain XML passed"
msgstr ""
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
msgid "could not generate random UUID"
msgstr ""
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
msgid "failed to start listening VM"
msgstr ""
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, c-format
msgid "migrate failed: %s"
msgstr ""
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr ""
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
msgstr ""
@@ -2828,482 +3246,563 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr ""
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, c-format
msgid "unable to connect to '%s'"
msgstr ""
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
msgid "unable to create socket"
msgstr ""
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
msgid "unable to create socket pair"
msgstr ""
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
msgid "unable to make socket non-blocking"
msgstr ""
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
msgid "unable to make pipe"
msgstr ""
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
msgid "unable to auto-detect URI"
msgstr ""
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
msgid "Error allocating domainEvents"
msgstr ""
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, c-format
msgid "Cannot access %s '%s'"
msgstr ""
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr ""
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, c-format
msgid "unable to verify server certificate: %s"
msgstr ""
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
msgid "cannot get current time"
msgstr ""
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, c-format
msgid "unable to import certificate: %s"
msgstr ""
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr ""
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr ""
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr ""
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr ""
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr ""
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr ""
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr ""
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr ""
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
msgid "too many device names requested"
msgstr ""
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
msgid "too many device names received"
msgstr ""
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
msgid "too many capability names requested"
msgstr ""
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr ""
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr ""
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr ""
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
msgid "failed to get sock address"
msgstr ""
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
msgid "failed to get peer address"
msgstr ""
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr ""
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr ""
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr ""
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr ""
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, c-format
msgid "Failed SASL step: %d (%s)"
msgstr ""
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr ""
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
msgid "cannot send data"
msgstr ""
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, c-format
msgid "failed to read from TLS socket %s"
msgstr ""
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
msgid "server closed connection"
msgstr ""
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
msgid "cannot recv data"
msgstr ""
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, c-format
msgid "failed to encode SASL data: %s"
msgstr ""
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, c-format
msgid "failed to decode SASL data: %s"
msgstr ""
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr ""
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
msgid "poll on socket failed"
msgstr ""
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
msgid "failed to wait on condition"
msgstr ""
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, c-format
+msgid "cannot generate selinux context for %s"
+msgstr ""
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr ""
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr ""
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3334,45 +3833,45 @@ msgstr ""
msgid "cannot read beginning of file '%s'"
msgstr ""
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, c-format
msgid "cannot get file context of '%s'"
msgstr ""
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, c-format
msgid "cannot read dir '%s'"
msgstr ""
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr ""
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, c-format
msgid "failed to wait for command '%s'"
msgstr ""
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, c-format
msgid "read error on pipe to '%s'"
msgstr ""
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3482,7 +3981,7 @@ msgid "cannot extend file '%s'"
msgstr ""
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, c-format
msgid "cannot read path '%s'"
msgstr ""
@@ -3515,17 +4014,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, c-format
msgid "cannot set file owner '%s'"
msgstr ""
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, c-format
msgid "cannot set file mode '%s'"
msgstr ""
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, c-format
msgid "cannot close file '%s'"
msgstr ""
@@ -3635,11 +4134,7 @@ msgstr ""
msgid "cannot remove PV device '%s'"
msgstr ""
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, c-format
msgid "cannot find newly created volume '%s'"
msgstr ""
@@ -3652,156 +4147,160 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, c-format
msgid "unknown storage pool type %s"
msgstr ""
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr ""
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, c-format
msgid "unknown pool format type %s"
msgstr ""
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
msgid "missing storage pool source device path"
msgstr ""
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr ""
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr ""
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+msgid "missing group element"
+msgstr ""
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr ""
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr ""
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
msgid "missing volume name element"
msgstr ""
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, c-format
msgid "unknown volume format type %s"
msgstr ""
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, c-format
msgid "cannot create config directory %s"
msgstr ""
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr ""
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, c-format
msgid "cannot create config file %s"
msgstr ""
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, c-format
msgid "cannot write config file %s"
msgstr ""
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, c-format
msgid "cannot save config file %s"
msgstr ""
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr ""
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3809,17 +4308,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -3827,61 +4326,61 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr ""
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr ""
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr ""
@@ -3938,151 +4437,151 @@ msgstr ""
msgid "resolving domain filename"
msgstr ""
-#: src/test.c:517
+#: src/test.c:516
msgid "node network list"
msgstr ""
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr ""
-#: src/test.c:553
+#: src/test.c:551
msgid "node pool list"
msgstr ""
-#: src/test.c:565
+#: src/test.c:563
msgid "resolving pool filename"
msgstr ""
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, c-format
msgid "domain '%s' not paused"
msgstr ""
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, c-format
msgid "domain '%s' not running"
msgstr ""
-#: src/test.c:1205
+#: src/test.c:1202
#, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr ""
-#: src/test.c:1212
+#: src/test.c:1209
#, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr ""
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr ""
-#: src/test.c:1289
+#: src/test.c:1286
#, c-format
msgid "cannot read domain image '%s'"
msgstr ""
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, c-format
msgid "failed to read metadata length in '%s'"
msgstr ""
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, c-format
msgid "incomplete metdata in '%s'"
msgstr ""
-#: src/test.c:1378
+#: src/test.c:1375
#, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr ""
-#: src/test.c:1384
+#: src/test.c:1381
#, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr ""
-#: src/test.c:1390
+#: src/test.c:1387
#, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr ""
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, c-format
msgid "Domain '%s' is already running"
msgstr ""
-#: src/test.c:1730
+#: src/test.c:1727
#, c-format
msgid "Domain '%s' is still running"
msgstr ""
-#: src/test.c:2115
+#: src/test.c:2108
#, c-format
msgid "Network '%s' is still running"
msgstr ""
-#: src/test.c:2148
+#: src/test.c:2141
#, c-format
msgid "Network '%s' is already running"
msgstr ""
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, c-format
msgid "storage pool '%s' is already active"
msgstr ""
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4096,140 +4595,144 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr ""
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
msgid "umlStartup: out of memory\n"
msgstr ""
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, c-format
msgid "failed to read pid: %s"
msgstr ""
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
msgid "cannot open socket"
msgstr ""
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
msgid "cannot bind socket"
msgstr ""
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr ""
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, c-format
msgid "cannot send command %s"
msgstr ""
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, c-format
msgid "cannot read reply %s"
msgstr ""
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr ""
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, c-format
msgid "cannot parse version %s"
msgstr ""
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
msgid "cannot read cputime for domain"
msgstr ""
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, c-format
msgid "cannot read %s"
msgstr ""
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
msgid "cannot create pipe"
msgstr ""
-#: src/util.c:268
+#: src/util.c:271
msgid "Failed to create pipe"
msgstr ""
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
msgid "cannot unblock signals"
msgstr ""
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
msgid "failed to setup stdin file handle"
msgstr ""
-#: src/util.c:400
+#: src/util.c:403
msgid "failed to setup stdout file handle"
msgstr ""
-#: src/util.c:406
+#: src/util.c:409
msgid "failed to setup stderr file handle"
msgstr ""
-#: src/util.c:425
+#: src/util.c:431
#, c-format
msgid "cannot execute binary %s"
msgstr ""
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
msgid "poll error"
msgstr ""
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, c-format
msgid "Failed to find user record for uid '%d'"
msgstr ""
@@ -4239,2039 +4742,2109 @@ msgstr ""
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+msgid "unknown error"
+msgstr ""
+
+#: src/virsh.c:358
msgid "print help"
msgstr ""
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr ""
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr ""
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
msgstr ""
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr ""
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr ""
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr ""
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr ""
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr ""
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr ""
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr ""
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr ""
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr ""
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr ""
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr ""
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr ""
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr ""
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr ""
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr ""
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr ""
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr ""
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr ""
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr ""
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr ""
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr ""
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr ""
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr ""
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr ""
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr ""
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr ""
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr ""
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr ""
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr ""
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr ""
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr ""
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr ""
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr ""
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr ""
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr ""
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr ""
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr ""
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr ""
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr ""
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr ""
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr ""
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr ""
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr ""
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr ""
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr ""
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr ""
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr ""
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr ""
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr ""
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr ""
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr ""
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr ""
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr ""
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr ""
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr ""
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr ""
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr ""
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr ""
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
msgid "Invalid value of param"
msgstr ""
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr ""
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr ""
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr ""
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr ""
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr ""
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr ""
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr ""
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr ""
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr ""
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, c-format
msgid "Domain %s dumped to %s\n"
msgstr ""
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr ""
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr ""
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr ""
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr ""
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr ""
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr ""
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr ""
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr ""
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr ""
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr ""
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr ""
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr ""
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr ""
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr ""
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr ""
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr ""
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr ""
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr ""
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr ""
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr ""
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr ""
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr ""
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr ""
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr ""
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr ""
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr ""
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr ""
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr ""
-#: src/virsh.c:1572
+#: src/virsh.c:1598
msgid "Autostart:"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr ""
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr ""
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr ""
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr ""
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr ""
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr ""
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr ""
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr ""
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr ""
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr ""
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr ""
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
msgid "vcpupin: failed to get domain informations."
msgstr ""
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr ""
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr ""
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr ""
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr ""
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr ""
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr ""
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr ""
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr ""
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr ""
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr ""
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr ""
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr ""
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr ""
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr ""
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr ""
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr ""
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr ""
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr ""
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr ""
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr ""
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr ""
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr ""
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr ""
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr ""
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr ""
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr ""
-#: src/virsh.c:2082
+#: src/virsh.c:2131
msgid "show inactive defined XML"
msgstr ""
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr ""
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr ""
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr ""
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr ""
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr ""
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr ""
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr ""
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr ""
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr ""
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr ""
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr ""
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr ""
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr ""
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr ""
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr ""
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr ""
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr ""
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr ""
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr ""
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr ""
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr ""
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr ""
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr ""
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr ""
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr ""
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr ""
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr ""
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr ""
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr ""
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr ""
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr ""
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr ""
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr ""
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr ""
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr ""
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr ""
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr ""
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr ""
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr ""
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr ""
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr ""
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr ""
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr ""
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr ""
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr ""
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr ""
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr ""
-#: src/virsh.c:2778
+#: src/virsh.c:2827
msgid "autostart a pool"
msgstr ""
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr ""
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr ""
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr ""
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr ""
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr ""
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr ""
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr ""
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr ""
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, c-format
msgid "Pool %s created from %s\n"
msgstr ""
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr ""
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr ""
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
msgid "Failed to allocate XML buffer"
msgstr ""
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr ""
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr ""
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr ""
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr ""
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr ""
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr ""
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr ""
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr ""
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr ""
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, c-format
msgid "Pool %s built\n"
msgstr ""
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, c-format
msgid "Failed to build pool %s"
msgstr ""
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr ""
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr ""
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr ""
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, c-format
msgid "Failed to destroy pool %s"
msgstr ""
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr ""
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr ""
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, c-format
msgid "Failed to delete pool %s"
msgstr ""
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr ""
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr ""
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr ""
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr ""
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr ""
-#: src/virsh.c:3262
+#: src/virsh.c:3322
msgid "Returns list of pools."
msgstr ""
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr ""
-#: src/virsh.c:3268
+#: src/virsh.c:3328
msgid "list inactive & active pools"
msgstr ""
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
msgid "Failed to list active pools"
msgstr ""
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
msgid "Failed to list inactive pools"
msgstr ""
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
msgid "Out of memory"
msgstr ""
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, c-format
msgid "Failed to find any %s pool sources"
msgstr ""
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
msgid "storage pool information"
msgstr ""
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr ""
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr ""
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr ""
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr ""
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr ""
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr ""
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr ""
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr ""
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr ""
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, c-format
msgid "Failed to start pool %s"
msgstr ""
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr ""
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr ""
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr ""
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr ""
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr ""
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, c-format
msgid "Failed to create vol %s"
msgstr ""
-#: src/virsh.c:3800
+#: src/virsh.c:3860
msgid "undefine an inactive pool"
msgstr ""
-#: src/virsh.c:3801
+#: src/virsh.c:3861
msgid "Undefine the configuration for an inactive pool."
msgstr ""
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr ""
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, c-format
msgid "Failed to undefine pool %s"
msgstr ""
-#: src/virsh.c:3838
+#: src/virsh.c:3898
msgid "convert a pool name to pool UUID"
msgstr ""
-#: src/virsh.c:3864
+#: src/virsh.c:3924
msgid "failed to get pool UUID"
msgstr ""
-#: src/virsh.c:3876
+#: src/virsh.c:3936
msgid "create a vol from an XML file"
msgstr ""
-#: src/virsh.c:3883
+#: src/virsh.c:3943
msgid "file containing an XML vol description"
msgstr ""
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, c-format
msgid "Vol %s created from %s\n"
msgstr ""
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, c-format
msgid "Failed to create vol from %s"
msgstr ""
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr ""
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr ""
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, c-format
msgid "Failed to delete vol %s"
msgstr ""
-#: src/virsh.c:3975
+#: src/virsh.c:4035
msgid "storage vol information"
msgstr ""
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr ""
-#: src/virsh.c:4004
+#: src/virsh.c:4064
msgid "Type:"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr ""
-#: src/virsh.c:4026
+#: src/virsh.c:4086
msgid "vol information in XML"
msgstr ""
-#: src/virsh.c:4027
+#: src/virsh.c:4087
msgid "Output the vol information as an XML dump to stdout."
msgstr ""
-#: src/virsh.c:4067
+#: src/virsh.c:4127
msgid "list vols"
msgstr ""
-#: src/virsh.c:4068
+#: src/virsh.c:4128
msgid "Returns list of vols by pool."
msgstr ""
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
msgid "Failed to list active vols"
msgstr ""
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
msgid "convert a vol UUID to vol name"
msgstr ""
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
msgid "convert a vol UUID to vol key"
msgstr ""
-#: src/virsh.c:4184
+#: src/virsh.c:4244
msgid "vol uuid"
msgstr ""
-#: src/virsh.c:4211
+#: src/virsh.c:4271
msgid "convert a vol UUID to vol path"
msgstr ""
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr ""
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr ""
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr ""
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr ""
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr ""
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr ""
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr ""
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr ""
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr ""
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr ""
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
msgid "Failed to count node devices"
msgstr ""
-#: src/virsh.c:4363
+#: src/virsh.c:4423
msgid "Failed to list node devices"
msgstr ""
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
msgid "Output the node device details as an XML dump to stdout."
msgstr ""
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, c-format
+msgid "Device %s dettached\n"
+msgstr ""
+
+#: src/virsh.c:4505
+#, c-format
+msgid "Failed to dettach device %s"
+msgstr ""
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, c-format
+msgid "Failed to re-attach device %s"
+msgstr ""
+
+#: src/virsh.c:4557
+msgid "reset node device"
+msgstr ""
+
+#: src/virsh.c:4558
+msgid "Reset node device before or after assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4585
+#, c-format
+msgid "Device %s reset\n"
+msgstr ""
+
+#: src/virsh.c:4587
+#, c-format
+msgid "Failed to reset device %s"
+msgstr ""
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr ""
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr ""
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr ""
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr ""
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr ""
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr ""
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr ""
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr ""
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr ""
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr ""
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr ""
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr ""
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr ""
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
msgid "MAC address"
msgstr ""
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr ""
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr ""
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr ""
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr ""
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr ""
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr ""
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr ""
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr ""
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr ""
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr ""
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, c-format
msgid "%s: edit command failed: %s"
msgstr ""
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, c-format
msgid "%s: failed to read temporary file: %s"
msgstr ""
-#: src/virsh.c:5354
+#: src/virsh.c:5537
msgid "edit XML configuration for a domain"
msgstr ""
-#: src/virsh.c:5355
+#: src/virsh.c:5538
msgid "Edit the XML configuration for a domain."
msgstr ""
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr ""
-#: src/virsh.c:5456
+#: src/virsh.c:5640
msgid "edit XML configuration for a network"
msgstr ""
-#: src/virsh.c:5457
+#: src/virsh.c:5641
msgid "Edit the XML configuration for a network."
msgstr ""
-#: src/virsh.c:5473
+#: src/virsh.c:5657
msgid "edit XML configuration for a storage pool"
msgstr ""
-#: src/virsh.c:5474
+#: src/virsh.c:5658
msgid "Edit the XML configuration for a storage pool."
msgstr ""
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr ""
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr ""
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr ""
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr ""
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr ""
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
msgstr ""
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, c-format
msgid "[--%s <number>]"
msgstr ""
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, c-format
msgid "[--%s <string>]"
msgstr ""
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
msgstr ""
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
msgstr ""
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr ""
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr ""
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr ""
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr ""
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr ""
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr ""
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
msgid "undefined pool name"
msgstr ""
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, c-format
msgid "failed to get pool '%s'"
msgstr ""
-#: src/virsh.c:6043
+#: src/virsh.c:6230
msgid "undefined vol name"
msgstr ""
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, c-format
msgid "failed to get vol '%s'"
msgstr ""
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6279,128 +6852,128 @@ msgid ""
"\n"
msgstr ""
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr ""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr ""
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr ""
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr ""
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr ""
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr ""
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr ""
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr ""
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr ""
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr ""
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr ""
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr ""
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr ""
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr ""
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr ""
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr ""
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr ""
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr ""
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr ""
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr ""
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr ""
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr ""
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr ""
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr ""
-#: src/virsh.c:6836
+#: src/virsh.c:7029
msgid "failed to disconnect from the hypervisor"
msgstr ""
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6419,489 +6992,502 @@ msgid ""
" commands (non interactive mode):\n"
msgstr ""
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr ""
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
msgstr ""
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
"\n"
msgstr ""
-#: src/virterror.c:192
+#: src/virterror.c:195
msgid "Unknown failure"
msgstr ""
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr ""
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr ""
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr ""
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr ""
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr ""
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr ""
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr ""
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr ""
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr ""
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr ""
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr ""
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr ""
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr ""
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr ""
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr ""
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr ""
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr ""
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr ""
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr ""
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr ""
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr ""
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr ""
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr ""
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr ""
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr ""
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr ""
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr ""
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr ""
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr ""
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr ""
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr ""
-#: src/virterror.c:744
+#: src/virterror.c:780
#, c-format
msgid "failed Xen syscall %s"
msgstr ""
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr ""
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr ""
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr ""
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr ""
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr ""
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr ""
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr ""
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr ""
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr ""
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr ""
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr ""
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr ""
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr ""
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr ""
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr ""
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr ""
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr ""
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr ""
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr ""
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr ""
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr ""
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr ""
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr ""
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr ""
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr ""
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr ""
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr ""
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr ""
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr ""
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr ""
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr ""
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr ""
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr ""
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr ""
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr ""
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr ""
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr ""
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr ""
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr ""
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr ""
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr ""
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr ""
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr ""
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr ""
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr ""
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr ""
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr ""
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr ""
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr ""
-#: src/virterror.c:907
+#: src/virterror.c:943
msgid "invalid MAC address"
msgstr ""
-#: src/virterror.c:909
+#: src/virterror.c:945
#, c-format
msgid "invalid MAC address: %s"
msgstr ""
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr ""
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr ""
-#: src/virterror.c:919
+#: src/virterror.c:955
msgid "Storage pool not found"
msgstr ""
-#: src/virterror.c:921
+#: src/virterror.c:957
#, c-format
msgid "Storage pool not found: %s"
msgstr ""
-#: src/virterror.c:925
+#: src/virterror.c:961
msgid "Storage volume not found"
msgstr ""
-#: src/virterror.c:927
+#: src/virterror.c:963
#, c-format
msgid "Storage volume not found: %s"
msgstr ""
-#: src/virterror.c:931
+#: src/virterror.c:967
msgid "invalid storage pool pointer in"
msgstr ""
-#: src/virterror.c:933
+#: src/virterror.c:969
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr ""
-#: src/virterror.c:937
+#: src/virterror.c:973
msgid "invalid storage volume pointer in"
msgstr ""
-#: src/virterror.c:939
+#: src/virterror.c:975
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr ""
-#: src/virterror.c:943
+#: src/virterror.c:979
msgid "Failed to find a storage driver"
msgstr ""
-#: src/virterror.c:945
+#: src/virterror.c:981
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr ""
-#: src/virterror.c:949
+#: src/virterror.c:985
msgid "Failed to find a node driver"
msgstr ""
-#: src/virterror.c:951
+#: src/virterror.c:987
#, c-format
msgid "Failed to find a node driver: %s"
msgstr ""
-#: src/virterror.c:955
+#: src/virterror.c:991
msgid "invalid node device pointer"
msgstr ""
-#: src/virterror.c:957
+#: src/virterror.c:993
#, c-format
msgid "invalid node device pointer in %s"
msgstr ""
-#: src/virterror.c:961
+#: src/virterror.c:997
msgid "Node device not found"
msgstr ""
-#: src/virterror.c:963
+#: src/virterror.c:999
#, c-format
msgid "Node device not found: %s"
msgstr ""
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+msgid "Security model not found"
+msgstr ""
+
+#: src/virterror.c:1005
+#, c-format
+msgid "Security model not found: %s"
+msgstr ""
+
+#: src/virterror.c:1068
msgid "internal error: buffer too small"
msgstr ""
@@ -6967,7 +7553,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, c-format
msgid "cannot read file %s"
msgstr ""
@@ -7019,7 +7605,7 @@ msgstr ""
msgid "domain information incomplete, missing uuid"
msgstr ""
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr ""
@@ -7061,210 +7647,217 @@ msgstr ""
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, c-format
msgid "unexpected sound model %s"
msgstr ""
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, c-format
msgid "unknown graphics type '%s'"
msgstr ""
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr ""
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, c-format
msgid "invalid CPU mask %s"
msgstr ""
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, c-format
msgid "unknown lifecycle type %s"
msgstr ""
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr ""
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr ""
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, c-format
+msgid "Domain %s isn't running."
+msgstr ""
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
msgid "failed to build sexpr"
msgstr ""
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
msgid "unsupported device type"
msgstr ""
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
msgid "unexpected value from on_xend_start"
msgstr ""
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
msgid "no memory"
msgstr ""
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
msgid "sexpr2string failed"
msgstr ""
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
msgid "Failed to redefine sexpr"
msgstr ""
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, c-format
msgid "unable to resolve name %s"
msgstr ""
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
msgid "failed to parse domain description"
msgstr ""
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr ""
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
msgid "node information incomplete, missing scheduler name"
msgstr ""
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr ""
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
msgid "Failed to get a scheduler name"
msgstr ""
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
msgid "domain information incomplete, missing cpu_weight"
msgstr ""
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
msgid "domain information incomplete, missing cpu_cap"
msgstr ""
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, c-format
msgid "failed to open for reading: %s"
msgstr ""
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, c-format
msgid "failed to lseek or read from file: %s"
msgstr ""
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, c-format
msgid "unexpected graphics type %d"
msgstr ""
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
msgid "unexpected chr device type"
msgstr ""
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, c-format
msgid "unexpected lifecycle value %d"
msgstr ""
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr ""
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7338,45 +7931,45 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr ""
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
msgid "failed to remove old domain from config map"
msgstr ""
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
msgid "unable to get current time"
msgstr ""
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
msgid "unable to store config file handle"
msgstr ""
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
msgid "unknown device"
msgstr ""
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, c-format
msgid "failed to create link %s to %s"
msgstr ""
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, c-format
msgid "failed to remove link %s"
msgstr ""
@@ -7385,19 +7978,32 @@ msgstr ""
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+msgid "Invalid parameter to virXPathLong()"
+msgstr ""
+
+#: src/xml.c:249 src/xml.c:347
+msgid "Invalid parameter to virXPathULong()"
+msgstr ""
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7421,10 +8027,10 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
msgid "reallocating list"
msgstr ""
diff --git a/po/lo.gmo b/po/lo.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/lo.gmo and b/po/lo.gmo differ
diff --git a/po/lo.po b/po/lo.po
index 81435e0..a38ec32 100644
--- a/po/lo.po
+++ b/po/lo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/lt.gmo b/po/lt.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/lt.gmo and b/po/lt.gmo differ
diff --git a/po/lt.po b/po/lt.po
index 81435e0..a38ec32 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/lv.gmo b/po/lv.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/lv.gmo and b/po/lv.gmo differ
diff --git a/po/lv.po b/po/lv.po
index 81435e0..a38ec32 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/mk.gmo b/po/mk.gmo
index ab5a4c7..1b3944a 100644
Binary files a/po/mk.gmo and b/po/mk.gmo differ
diff --git a/po/mk.po b/po/mk.po
index 41d7cb0..ebe936e 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mk\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2007-07-28 23:55+0200\n"
"Last-Translator: Arangel Angov <arangel at linux.net.mk>\n"
"Language-Team: Macedonian <ossm-members at hedona.on.net.mk>\n"
@@ -99,241 +99,241 @@ msgstr ""
msgid "Unknown error"
msgstr "ÐепознаÑо"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "не ÑÑпеав да пÑоÑиÑам од Xen-даемоноÑ"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "алоÑиÑам конÑигÑÑаÑиÑа"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "ÐÑеÑка пÑи алоÑиÑаÑе на мемоÑиÑа: %s"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "неоÑекÑван Ñазол Ñо вÑедноÑÑ"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "Ðе ÑÑпеав да алоÑиÑам мемоÑиÑа"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Ðе ÑÑпеав да пÑоÑиÑам од пÑиклÑÑÐ½Ð¸ÐºÐ¾Ñ %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "Ðе ÑÑпеав да алоÑиÑам мемоÑиÑа"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Ðе ÑÑпеав да Ñа пÑонаÑдам мÑежаÑа: %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Ðе ÑÑпеав да Ñа пÑонаÑдам мÑежаÑа: %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Ðе ÑÑпеав да Ñе повÑзам Ñо Ñ
ипеÑвизоÑоÑ"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "опеÑаÑиÑаÑа не ÑÑпеа: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -341,453 +341,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "Ðе ÑÑпеав да добиÑам инÑоÑмаÑиÑа за инÑеÑÑеÑÑоÑ"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Ðе ÑÑпеав да Ñа ÑÑаÑÑÑвам мÑежаÑа %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "менÑва алокаÑиÑа на мемоÑиÑа"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "опеÑаÑиÑаÑа GET не ÑÑпеа: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "неоÑекÑван mime-Ñип"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Ðе ÑÑпеав да кÑеиÑам XML"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Ðе ÑÑпеав да кÑеиÑам XML"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Ðе ÑÑпеав да запиÑам во пÑиклÑÑÐ½Ð¸ÐºÐ¾Ñ %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "Ðе ÑÑпеав да алоÑиÑам мемоÑиÑа"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "Ðе ÑÑпеав да алоÑиÑам мемоÑиÑа"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "Ðе ÑÑпеав да алоÑиÑам мемоÑиÑа"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Ðе ÑÑпеав да го пÑодолжам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Ðе ÑÑпеав да кÑеиÑам XML"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "име на мÑежа или uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Ðе ÑÑпеав да Ñа кÑеиÑам мÑежаÑа од %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "опеÑаÑиÑаÑа не ÑÑпеа"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "добив Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ ÐºÐ¾Ð´ за HTTP-гÑеÑка %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "одговоÑÐ¾Ñ Ð¾Ð´ ÑеÑвеÑÐ¾Ñ Ð·Ð° анализа не ÑÑпеа"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ повÑзÑваÑе во"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "нема мемоÑиÑа"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "Ðе можам да Ñа веÑиÑикÑвам ÑековнаÑа MemorySize"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "Ðе можам да Ñа веÑиÑикÑвам ÑековнаÑа MemorySize"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "Ðе ÑÑпеав да добиÑам инÑоÑмаÑиÑа за инÑеÑÑеÑÑоÑ"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "нема мемоÑиÑа"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Ðе ÑÑпеав да го кÑеиÑам неакÑÐ¸Ð²Ð½Ð¸Ð¾Ñ Ð´Ð¾Ð¼ÐµÐ½ %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Ðе ÑÑпеав да го кÑеиÑам неакÑÐ¸Ð²Ð½Ð¸Ð¾Ñ Ð´Ð¾Ð¼ÐµÐ½ %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "инÑоÑмаÑиÑа за домен"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "неоÑекÑван dict-Ñазол"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -908,532 +924,533 @@ msgstr "не ÑÑпеав да Ñа додадам мÑежаÑа во hash-Ñа
msgid "dev missing from connection hash table"
msgstr "Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð½ÐµÐ´Ð¾ÑÑаÑÑва во hash-ÑабелаÑа на повÑзÑваÑа"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "Ð¸Ð·Ð²Ð¾Ñ Ð·Ð° ÑÑÐµÐ´Ð¾Ñ Ð·Ð° диÑк"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "Ð¸Ð·Ð²Ð¾Ñ Ð·Ð° ÑÑÐµÐ´Ð¾Ñ Ð·Ð° диÑк"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за Ð¸Ð·Ð²Ð¾Ñ Ð·Ð° ÑÑедоÑ"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за Ð¸Ð·Ð²Ð¾Ñ Ð·Ð° ÑÑедоÑ"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за Ð¸Ð·Ð²Ð¾Ñ Ð·Ð° ÑÑедоÑ"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "Ñип на одÑедиÑÐ½Ð¸Ð¾Ñ ÑÑед"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за коÑÐµÐ½Ð¾Ð²Ð¸Ð¾Ñ ÑÑед"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "непознаÑа наÑедба: â%sâ"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Ñип на одÑедиÑÐ½Ð¸Ð¾Ñ ÑÑед"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "недоÑÑаÑÑва \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "недоÑÑаÑÑва \""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Ñип на одÑедиÑÐ½Ð¸Ð¾Ñ ÑÑед"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "не можев да Ñе повÑзам Ñо %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "не можев да Ñе повÑзам Ñо %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ ÑеÑÐ²ÐµÑ %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ ÑеÑÐ²ÐµÑ %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за одÑедиÑÑе за ÑÑедоÑ"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ ÑеÑÐ²ÐµÑ %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за коÑÐµÐ½Ð¾Ð²Ð¸Ð¾Ñ ÑÑед"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за име на доменоÑ"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ домен во %s"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "не ÑÑпеав да го добиÑам UUID-Ð¾Ñ Ð½Ð° мÑежа"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "неоÑекÑвани подаÑоÑи â%sâ"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
msgid "cannot extract boot device"
msgstr ""
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за коÑÐµÐ½Ð¾Ð²Ð¸Ð¾Ñ ÑÑед"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ ÑеÑÐ²ÐµÑ %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "пÑикаÑÑва ÑÑед за диÑк"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "пÑикаÑва мÑежен ÑÑед"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
msgid "cannot extract serial devices"
msgstr ""
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "пÑикаÑÑва ÑÑед за диÑк"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "пÑикаÑÑва ÑÑед за диÑк"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "пÑикаÑÑва ÑÑед за диÑк"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "пÑикаÑÑва ÑÑед за диÑк"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "не ÑÑпеав да Ñа заÑÑвам ÑодÑжинаÑа"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "неоÑекÑван mime-Ñип"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "неоÑекÑван mime-Ñип"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "неоÑекÑван dict-Ñазол"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "неоÑекÑван dict-Ñазол"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "неоÑекÑван dict-Ñазол"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "неоÑекÑван mime-Ñип"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "неоÑекÑван mime-Ñип"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "неоÑекÑван mime-Ñип"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "неоÑекÑван dict-Ñазол"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "неоÑекÑван mime-Ñип"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "неоÑекÑван mime-Ñип"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "неоÑекÑван dict-Ñазол"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "неоÑекÑван mime-Ñип"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "неоÑекÑван mime-Ñип"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "неоÑекÑван mime-Ñип"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "неоÑекÑван Ñазол Ñо вÑедноÑÑ"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "не ÑÑпеав да запиÑам во конÑиг. даÑоÑека: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "не ÑÑпеав да запиÑам во конÑиг. даÑоÑека: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "не ÑÑпеав да запиÑам во конÑиг. даÑоÑека: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "не ÑÑпеав да запиÑам во конÑиг. даÑоÑека: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "не ÑÑпеав да запиÑам во конÑиг. даÑоÑека: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Ðе ÑÑпеав да кÑеиÑам XML"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Ðе ÑÑпеав да кÑеиÑам XML"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Ðе ÑÑпеав да запиÑам во пÑиклÑÑÐ½Ð¸ÐºÐ¾Ñ %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Ðе ÑÑпеав да Ñа кÑеиÑам мÑежаÑа од %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
@@ -1443,57 +1460,57 @@ msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "не можев да Ñе повÑзам Ñо %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "пÑикаÑва мÑежен ÑÑед"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Ðе можам да Ñа веÑиÑикÑвам ÑековнаÑа MemorySize"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "инÑоÑмаÑиÑаÑа за Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ðµ непÑавилна, domid не е нÑмеÑиÑки"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "инÑоÑмаÑиÑаÑа за Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ðµ непÑавилна, domid не е нÑмеÑиÑки"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1536,12 +1553,12 @@ msgstr "Ðе ÑÑпеав да го кÑеиÑам неакÑÐ¸Ð²Ð½Ð¸Ð¾Ñ Ð´Ð¾Ð¼
msgid "failed to bind new root %s"
msgstr "Ðе ÑÑпеав да Ñа пÑонаÑдам мÑежаÑа: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Ðе ÑÑпеав да кÑеиÑам XML"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
@@ -1714,23 +1731,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "ид. на домен или uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "имеÑо на неакÑÐ¸Ð²Ð½Ð¸Ð¾Ñ Ð´Ð¾Ð¼ÐµÐ½"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "оддеÑиниÑа неакÑивен домен"
@@ -1785,7 +1802,7 @@ msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ домен во"
msgid "failed to kill pid %d"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
@@ -1820,225 +1837,235 @@ msgstr "име на домен"
msgid "no domain with id %d"
msgstr "лиÑÑа на домени на ÑазолоÑ"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ ÑеÑÐ²ÐµÑ %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Ðе ÑÑпеав да го пÑодолжам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²Ð¾ %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²Ð¾"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²Ð¾ %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "не ÑÑпеав да запиÑам во конÑиг. даÑоÑека: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s веÑе поÑÑои "
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Ðе ÑÑпеав да Ñа ÑÑаÑÑÑвам мÑежаÑа %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "нема мемоÑиÑа"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "Ðе ÑÑпеав да Ñа кÑеиÑам мÑежаÑа од %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ Ðµ веÑе акÑивен"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "не ÑÑпеав да запиÑам во конÑиг. даÑоÑека: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "не ÑÑпеав да Ñа оÑвоÑам %s за ÑиÑаÑе"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "не ÑÑпеав да Ñа добиÑам мÑежаÑа â%sâ"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ ÑÑ ÑÑÑе ÑабоÑи"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "инÑоÑмаÑиÑа за мÑежа во XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "ÐÑежаÑа %s е ÑÑаÑÑÑвана\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "Ðе ÑÑпеав да Ñа кÑеиÑам мÑежаÑа од %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
@@ -2048,7 +2075,267 @@ msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Ñип на одÑедиÑÐ½Ð¸Ð¾Ñ ÑÑед"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "Ñип на мÑежен инÑеÑÑеÑÑ"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ мÑежа во %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ мÑежа во %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ домен во %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ домен во %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ повÑзÑваÑе во %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за коÑÐµÐ½Ð¾Ð²Ð¸Ð¾Ñ ÑÑед"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
@@ -2208,7 +2495,7 @@ msgstr ""
msgid "Could not read container config"
msgstr "не можев да Ñе повÑзам Ñо %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
@@ -2222,6 +2509,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "не можев да Ñе повÑзам Ñо %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "не ÑÑпеав да пÑоÑиÑам од Xen-даемоноÑ"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "опеÑаÑиÑаÑа не ÑÑпеа: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Ðе ÑÑпеав да го пÑикаÑам ÑÑÐµÐ´Ð¾Ñ Ð¾Ð´ %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Ðе ÑÑпеав да Ñе повÑзам Ñо Ñ
ипеÑвизоÑоÑ"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Ðе ÑÑпеав да го пÑикаÑам ÑÑÐµÐ´Ð¾Ñ Ð¾Ð´ %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Ðе ÑÑпеав да го кÑеиÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð¾Ð´ %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Ðе ÑÑпеав да Ñа пÑонаÑдам мÑежаÑа: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Ðе ÑÑпеав да го кÑеиÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð¾Ð´ %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2267,708 +2619,780 @@ msgstr "ÐÑеÑка во комÑникаÑиÑаÑа Ñо пÑокÑиÑо: л
msgid "got asynchronous packet number %d\n"
msgstr "добив аÑинÑ
Ñон Ð¿Ð°ÐºÐµÑ Ñо бÑÐ¾Ñ %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "име на мÑежа или uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "ÐÑежаÑа %s е ÑÑаÑÑÑвана\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Ðе ÑÑпеав да добиÑам инÑоÑмаÑиÑа за инÑеÑÑеÑÑоÑ"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "оваа ÑÑнкÑиÑа не е поддÑжана од Ñ
ипеÑвизоÑоÑ"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "неоÑекÑвани подаÑоÑи â%sâ"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "неоÑекÑвани подаÑоÑи â%sâ"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ домен во %s"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²Ð¾"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "лиÑÑа на домени на ÑазолоÑ"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "не ÑÑпеав да запиÑам во дневникоÑ"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "не ÑÑпеав да запиÑам во дневникоÑ"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "не ÑÑпеав да запиÑам во дневникоÑ"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "Ðе ÑÑпеав да го заÑвоÑам пÑиклÑÑÐ½Ð¸ÐºÐ¾Ñ %d\n"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Ðе ÑÑпеав да го кÑеиÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð¾Ð´ %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Ðе ÑÑпеав да Ñа кÑеиÑам мÑежаÑа од %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "Ðе можам да Ñа веÑиÑикÑвам ÑековнаÑа MemorySize"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "нема мемоÑиÑа"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "Ðе ÑÑпеав да го заÑвоÑам пÑиклÑÑÐ½Ð¸ÐºÐ¾Ñ %d\n"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "Ðе ÑÑпеав да го заÑвоÑам пÑиклÑÑÐ½Ð¸ÐºÐ¾Ñ %d\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "не ÑÑпеав да го добиÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ â%sâ"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "опеÑаÑиÑаÑа не ÑÑпеа"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "Ðе можам да Ñа веÑиÑикÑвам ÑековнаÑа MemorySize"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ Ðµ веÑе акÑивен"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "не ÑÑпеав да запиÑам во дневникоÑ"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "не ÑÑпеав да запиÑам во дневникоÑ"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "не ÑÑпеав да запиÑам во дневникоÑ"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s Ñе гаÑи\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "Ðе ÑÑпеав да го заÑвоÑам пÑиклÑÑÐ½Ð¸ÐºÐ¾Ñ %d\n"
+msgid "Failed to remove domain status for %s"
+msgstr "Ðе ÑÑпеав да го кÑеиÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð¾Ð´ %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "ÐоÑиÑÑена мемоÑиÑа:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "не ÑÑпеав до го добиÑам имеÑо на ÑеÑвеÑоÑ"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s веÑе поÑÑои "
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s веÑе поÑÑои "
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ ÑÑ ÑÑÑе ÑабоÑи"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "опеÑаÑиÑаÑа не ÑÑпеа"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "опеÑаÑиÑаÑа не ÑÑпеа"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "имеÑо на неакÑÐ¸Ð²Ð½Ð¸Ð¾Ñ Ð´Ð¾Ð¼ÐµÐ½"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "не ÑÑпеав да го добиÑам UUID на доменоÑ"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Ðе ÑÑпеав да кÑеиÑам XML"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "не ÑÑпеав да запиÑам во дневникоÑ"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "не ÑÑпеав да запиÑам во дневникоÑ"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "Ðе ÑÑпеав да го заÑвоÑам пÑиклÑÑÐ½Ð¸ÐºÐ¾Ñ %d\n"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "нема мемоÑиÑа"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "опеÑаÑиÑаÑа не ÑÑпеа"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "Ðа оддеÑиниÑа конÑигÑÑаÑиÑаÑа за неакÑивен домен."
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "оддеÑиниÑа неакÑивен домен"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Ñип на одÑедиÑÐ½Ð¸Ð¾Ñ ÑÑед"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "лиÑÑа на домени на ÑазолоÑ"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "Ðе можам да Ñа веÑиÑикÑвам ÑековнаÑа MemorySize"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "лиÑÑа на домени на ÑазолоÑ"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "не ÑÑпеав да пÑоÑиÑам од Xen-даемоноÑ"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Ðе ÑÑпеав да кÑеиÑам XML"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Ðе ÑÑпеав да кÑеиÑам XML"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ Ðµ веÑе акÑивен"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "не ÑÑпеав да го добиÑам UUID-Ð¾Ñ Ð½Ð° мÑежа"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Ðе ÑÑпеав да го ÑÑаÑÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Ðе ÑÑпеав да го пÑодолжам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "не можев да Ñе повÑзам Ñо %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "не ÑÑпеав да запиÑам во дневникоÑ"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s веÑе поÑÑои "
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "вÑиÑÑвам даÑоÑека за деÑиниÑиÑа на ÑеÑвеÑ"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "пÑикаÑÑва ÑÑед за диÑк"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "вÑиÑÑвам даÑоÑека за деÑиниÑиÑа на ÑеÑвеÑ"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "оддеÑиниÑа неакÑивен домен"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "инÑоÑмаÑиÑа за домен"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "не ÑÑпеав да добиÑам инÑоÑмаÑии за ÑазолоÑ"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Ðе ÑÑпеав да го оÑкаÑам ÑÑÐµÐ´Ð¾Ñ Ð¾Ð´ %s"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "оддеÑиниÑа неакÑивен домен"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "авÑом. ÑÑаÑÑ Ð½Ð° домен"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "Ðе ÑÑпеав да Ñа кÑеиÑам мÑежаÑа од %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²Ð¾ %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ Ðµ вÑаÑен од %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "не ÑÑпеав да Ñа пÑоÑиÑам конÑиг. даÑоÑека %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²Ð¾"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "опеÑаÑиÑаÑа не ÑÑпеа: %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "не ÑÑпеав да запиÑам во дневникоÑ"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "лиÑÑа на домени на ÑазолоÑ"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "не ÑÑпеав да го добиÑам UUID на доменоÑ"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Ðе ÑÑпеав да го ÑÑаÑÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "опеÑаÑиÑаÑа не ÑÑпеа: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Ðе ÑÑпеав да го пÑодолжам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -2979,510 +3403,591 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "не можев да Ñе повÑзам Ñо %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Ðе ÑÑпеав да пÑоÑиÑам од пÑиклÑÑÐ½Ð¸ÐºÐ¾Ñ %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Ðе ÑÑпеав да пÑоÑиÑам од пÑиклÑÑÐ½Ð¸ÐºÐ¾Ñ %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Ðе ÑÑпеав да пÑоÑиÑам од пÑиклÑÑÐ½Ð¸ÐºÐ¾Ñ %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "Ðе ÑÑпеав да го заÑвоÑам пÑиклÑÑÐ½Ð¸ÐºÐ¾Ñ %d\n"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "не ÑÑпеав да го добиÑам URI"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
#, fuzzy
msgid "Error allocating callbacks list"
msgstr "ÐÑеÑка пÑи алоÑиÑаÑе на мемоÑиÑа: %s"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "алоÑиÑам нов домен"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "не ÑÑпеав да алоÑиÑам Ñазол"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "Ðе можам да Ñа веÑиÑикÑвам ÑековнаÑа MemorySize"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Ðе можам да Ñа веÑиÑикÑвам ÑековнаÑа MemorySize"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "Ðевалидна вÑедноÑÑ %d за големинаÑа на мемоÑиÑаÑа"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "не ÑÑпеав да запиÑам во конÑиг. даÑоÑека: %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "пÑÐµÐ¼Ð½Ð¾Ð³Ñ Ð´Ð¾Ð¼ÐµÐ½Ð¸"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "пÑÐµÐ¼Ð½Ð¾Ð³Ñ Ð´Ð¾Ð¼ÐµÐ½Ð¸"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "менÑва алокаÑиÑа на мемоÑиÑа"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "пÑÐµÐ¼Ð½Ð¾Ð³Ñ Ð¿Ð¾Ð²ÑзÑваÑа"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "пÑÐµÐ¼Ð½Ð¾Ð³Ñ ÑегиÑÑÑиÑани ÑпÑавÑваÑи"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "пÑÐµÐ¼Ð½Ð¾Ð³Ñ ÑегиÑÑÑиÑани ÑпÑавÑваÑи"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "пÑÐµÐ¼Ð½Ð¾Ð³Ñ ÑегиÑÑÑиÑани ÑпÑавÑваÑи"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "пÑÐµÐ¼Ð½Ð¾Ð³Ñ ÑегиÑÑÑиÑани ÑпÑавÑваÑи"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "пÑÐµÐ¼Ð½Ð¾Ð³Ñ ÑегиÑÑÑиÑани ÑпÑавÑваÑи"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "пÑÐµÐ¼Ð½Ð¾Ð³Ñ ÑегиÑÑÑиÑани ÑпÑавÑваÑи"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "пÑÐµÐ¼Ð½Ð¾Ð³Ñ ÑегиÑÑÑиÑани ÑпÑавÑваÑи"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "опеÑаÑиÑаÑа не ÑÑпеа: %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "опеÑаÑиÑаÑа не ÑÑпеа"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "не ÑÑпеав да го ÑеÑиÑализиÑам S-Expr: %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "Ðе ÑÑпеав да добиÑам инÑоÑмаÑиÑа за инÑеÑÑеÑÑоÑ"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Ðе ÑÑпеав да го кÑеиÑам неакÑÐ¸Ð²Ð½Ð¸Ð¾Ñ Ð´Ð¾Ð¼ÐµÐ½ %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "оваа ÑÑнкÑиÑа не е поддÑжана од Ñ
ипеÑвизоÑоÑ"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Ðе ÑÑпеав да го ÑÑаÑÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "не ÑÑпеав да Ñа заÑÑвам ÑодÑжинаÑа"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Ðе ÑÑпеав да го ÑÑаÑÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "Ðе ÑÑпеав да Ñе повÑзам Ñо Ñ
ипеÑвизоÑоÑ"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "лиÑÑа на домени на ÑазолоÑ"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Ðе ÑÑпеав да пÑоÑиÑам од пÑиклÑÑÐ½Ð¸ÐºÐ¾Ñ %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "повÑзÑваÑе Ñамо за ÑиÑаÑе"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "лиÑÑа на домени на ÑазолоÑ"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Ðе ÑÑпеав да кÑеиÑам XML"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "не ÑÑпеав да Ñа добиÑам мÑежаÑа â%sâ"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²Ð¾ %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "опеÑаÑиÑаÑа не ÑÑпеа"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Ðе ÑÑпеав да го ÑÑаÑÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3513,45 +4018,45 @@ msgstr "не ÑÑпеав да запиÑам во конÑиг. даÑоÑек
msgid "cannot read beginning of file '%s'"
msgstr "не ÑÑпеав да запиÑам во конÑиг. даÑоÑека: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²Ð¾ %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Ðе ÑÑпеав да го ÑÑаÑÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "ÐнÑеÑна гÑеÑка %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3665,7 +4170,7 @@ msgid "cannot extend file '%s'"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
@@ -3698,17 +4203,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
@@ -3819,11 +4324,7 @@ msgstr "Ñип на одÑедиÑÐ½Ð¸Ð¾Ñ ÑÑед"
msgid "cannot remove PV device '%s'"
msgstr "Ñип на одÑедиÑÐ½Ð¸Ð¾Ñ ÑÑед"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
@@ -3836,162 +4337,167 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "име на мÑежа или uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за Ð¸Ð·Ð²Ð¾Ñ Ð·Ð° ÑÑÐµÐ´Ð¾Ñ %s"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "неоÑекÑван mime-Ñип"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за коÑÐµÐ½Ð¾Ð²Ð¸Ð¾Ñ ÑÑед"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ ÑеÑÐ²ÐµÑ %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ ÑеÑÐ²ÐµÑ %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за име на доменоÑ"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "не ÑÑпеав да запиÑам во конÑиг. даÑоÑека: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Ðе ÑÑпеав да кÑеиÑам XML"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "не ÑÑпеав да запиÑам во конÑиг. даÑоÑека: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "не ÑÑпеав да запиÑам во конÑиг. даÑоÑека: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "не ÑÑпеав да запиÑам во конÑиг. даÑоÑека: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "ÑинÑакÑиÑка гÑеÑка во конÑиг. даÑоÑека: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3999,17 +4505,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4017,64 +4523,64 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ Ðµ веÑе акÑивен"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ Ðµ веÑе акÑивен"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
#, fuzzy
msgid "storage pool is not active"
msgstr "паÑекаÑа за Ð´Ð½ÐµÐ²Ð½Ð¸ÐºÐ¾Ñ Ð½Ðµ е даÑоÑека"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "пÑеземам вÑеме во деноÑ"
@@ -4131,155 +4637,155 @@ msgstr "лиÑÑа на домени на ÑазолоÑ"
msgid "resolving domain filename"
msgstr "даÑоÑека за ÑазÑеÑÑваÑе домени"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "лиÑÑа на домени на ÑазолоÑ"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "даÑоÑека за ÑазÑеÑÑваÑе домени"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "лиÑÑа на домени на ÑазолоÑ"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "даÑоÑека за ÑазÑеÑÑваÑе домени"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: наведеÑе паÑека или коÑиÑÑеÑе test:///default"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s веÑе поÑÑои "
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ ÑÑ ÑÑÑе ÑабоÑи"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "не ÑÑпеав да алоÑиÑам Ñазол"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "Ñа заÑÑвÑва ÑоÑÑоÑбаÑа на Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð²Ð¾ даÑоÑека"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "Ñа заÑÑвÑва ÑоÑÑоÑбаÑа на Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð²Ð¾ даÑоÑека"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "лиÑÑа на домени на ÑазолоÑ"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "не ÑÑпеав да пÑоÑиÑам од Xen-даемоноÑ"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "неоÑекÑвани подаÑоÑи â%sâ"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "не ÑÑпеав да запиÑам во дневникоÑ"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ Ð²ÐµÑе ÑабоÑи"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ ÑÑ ÑÑÑе ÑабоÑи"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ ÑÑ ÑÑÑе ÑабоÑи"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ Ð²ÐµÑе ÑабоÑи"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ Ðµ веÑе акÑивен"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4293,151 +4799,155 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Ðе ÑÑпеав да Ñа кÑеиÑам мÑежаÑа од %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "нема мемоÑиÑа"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "лежиÑÑа за пÑоÑеÑоÑи на ÑазолоÑ"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "лежиÑÑа за пÑоÑеÑоÑи на ÑазолоÑ"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "непознаÑа наÑедба: â%sâ"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "непознаÑа наÑедба: â%sâ"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "не можев да Ñе повÑзам Ñо %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Ðе ÑÑпеав да запиÑам во пÑиклÑÑÐ½Ð¸ÐºÐ¾Ñ %d\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "не можев да Ñе повÑзам Ñо %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "имеÑо на неакÑÐ¸Ð²Ð½Ð¸Ð¾Ñ Ð´Ð¾Ð¼ÐµÐ½"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "Ñип на одÑедиÑÐ½Ð¸Ð¾Ñ ÑÑед"
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Ðе ÑÑпеав да кÑеиÑам XML"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Ðе ÑÑпеав да кÑеиÑам XML"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "лежиÑÑа за пÑоÑеÑоÑи на ÑазолоÑ"
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "не ÑÑпеав да Ñа анализиÑам конÑиг. даÑоÑека %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "не ÑÑпеав да Ñа анализиÑам конÑиг. даÑоÑека %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "Ðе ÑÑпеав да го оддеÑиниÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "не можев да Ñе повÑзам Ñо %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "гÑеÑка: "
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Ðе ÑÑпеав да Ñа пÑонаÑдам мÑежаÑа: %s"
@@ -4447,19 +4957,24 @@ msgstr "Ðе ÑÑпеав да Ñа пÑонаÑдам мÑежаÑа: %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "ÐепознаÑо"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "Ð¿Ð¾Ð¼Ð¾Ñ Ð·Ð° пеÑаÑеÑе"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "ÐеÑаÑи глобална или Ð¿Ð¾Ð¼Ð¾Ñ ÑпеÑиÑиÑна за наÑедба."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "име на наÑедба"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4467,621 +4982,633 @@ msgstr ""
"ÐаÑедби:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "авÑом. ÑÑаÑÑ Ð½Ð° домен"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "Ðо конÑигÑÑиÑа Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð°Ð²ÑомаÑÑки да Ñе ÑÑаÑÑÑва пÑи подигаÑе."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "име, id или uuid на домен"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "оневозможи авÑом. ÑÑаÑÑ"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Ðе ÑÑпеав да го обележам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s како авÑом. ÑÑаÑÑÑван"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Ðе ÑÑпеав да го одобележам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s како авÑом. ÑÑаÑÑÑван"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е обележан како авÑом. ÑÑаÑÑÑван\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е одобележан како авÑом. ÑÑаÑÑÑван\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "повÑзÑваÑе (повÑоÑно) Ñо Ñ
ипеÑвизоÑоÑ"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"ÐовÑзÑваÑе на Ð»Ð¾ÐºÐ°Ð»Ð½Ð¸Ð¾Ñ Ñ
ипеÑвизоÑ. Ðва е вгÑадена наÑедба по ÑÑаÑÑÑваÑеÑо "
"на ÑколкаÑа."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "URI за повÑзÑваÑе Ñо Ñ
ипеÑвизоÑоÑ"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "повÑзÑваÑе Ñамо за ÑиÑаÑе"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Ðе ÑÑпеав да пÑекинам вÑÑка Ñо Ñ
ипеÑвизоÑоÑ"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Ðе ÑÑпеав да Ñе повÑзам Ñо Ñ
ипеÑвизоÑоÑ"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "повÑзÑваÑе Ñо конзолаÑа на гоÑÑиноÑ"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "Се повÑзÑва Ñо виÑÑÑелнаÑа ÑеÑиÑка конзола на гоÑÑиноÑ"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "Ðема доÑÑапна конзола за доменоÑ\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "дава лиÑÑа на домениÑе"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "ÐÑаÑа лиÑÑа на домениÑе."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "дава лиÑÑа на неакÑивниÑе домени"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "дава лиÑÑа на акÑивниÑе и неакÑивниÑе домени"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Ðе ÑÑпеав да ги пÑикажам акÑивниÑе домени"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Ðе ÑÑпеав да ги пÑикажам неакÑивниÑе домени"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Ðд."
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Ðме"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "СоÑÑоÑба"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "нема ÑоÑÑоÑба"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "ÑоÑÑоÑба на домен"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Ðа вÑаÑа ÑоÑÑоÑбаÑа на домен ÑÑо Ñе извÑÑÑва."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Ðа вÑаÑа ÑоÑÑоÑбаÑа на домен ÑÑо Ñе извÑÑÑва."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "блокиÑано"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "оÑкаÑÑва мÑежен инÑеÑÑеÑÑ"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Ðа вÑаÑа ÑоÑÑоÑбаÑа на домен ÑÑо Ñе извÑÑÑва."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "Ðе ÑÑпеав да добиÑам инÑоÑмаÑиÑа за инÑеÑÑеÑÑоÑ"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "ÑÑÑпендиÑа домен"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "СÑÑпендиÑа домен ÑÑо Ñе извÑÑÑва."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е ÑÑÑпендиÑан\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Ðе ÑÑпеав да го ÑÑÑпендиÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "кÑеиÑа домен од XML-даÑоÑека"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "ÐÑеиÑа домен."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "ÐаÑоÑекаÑа ÑÑо го ÑодÑжи опиÑÐ¾Ñ Ð½Ð° XML-домен"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е кÑеиÑан од %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Ðе ÑÑпеав да го кÑеиÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð¾Ð´ %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "деÑиниÑа (но не ÑÑаÑÑÑва) домен од XML-даÑоÑека"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "ÐеÑиниÑа домен."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е деÑиниÑан од %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Ðе ÑÑпеав да деÑиниÑам домен од %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "оддеÑиниÑа неакÑивен домен"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Ðа оддеÑиниÑа конÑигÑÑаÑиÑаÑа за неакÑивен домен."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "име или uuid на домен"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е оддеÑиниÑан\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Ðе ÑÑпеав да го оддеÑиниÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "ÑÑаÑÑÑва (пÑеÑÑ
одно деÑиниÑан) неакÑивен домен"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "СÑаÑÑÑва домен."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "имеÑо на неакÑÐ¸Ð²Ð½Ð¸Ð¾Ñ Ð´Ð¾Ð¼ÐµÐ½"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ Ðµ веÑе акÑивен"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е ÑÑаÑÑÑван\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Ðе ÑÑпеав да го ÑÑаÑÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "Ñа заÑÑвÑва ÑоÑÑоÑбаÑа на Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð²Ð¾ даÑоÑека"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "ÐаÑÑвÑва домен ÑÑо Ñе извÑÑÑва."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "каде да Ñе заÑÑÐ²Ð°Ð°Ñ Ð¿Ð¾Ð´Ð°ÑоÑиÑе"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е заÑÑван во %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "пÑикажÑва/поÑÑавÑва паÑамеÑÑи на ÑаÑпоÑедÑваÑоÑ"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "ÐÑикажÑва/поÑÑавÑва паÑамеÑÑи на ÑаÑпоÑедÑваÑоÑ."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "Ñежина за XEN_CREDIT"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "ÑпоÑобноÑÑ Ð·Ð° XEN_CREDIT"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
#, fuzzy
msgid "Invalid value of weight"
msgstr "Ðевалидна вÑедноÑÑ %d за големинаÑа на мемоÑиÑаÑа"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
#, fuzzy
msgid "Invalid value of cap"
msgstr "Ðевалидна вÑедноÑÑ %d за големинаÑа на мемоÑиÑаÑа"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "Ðевалидна вÑедноÑÑ %d за големинаÑа на мемоÑиÑаÑа"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "РаÑпоÑедÑваÑ"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "ÐепознаÑо"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "ÐÑаÑа домен од заÑÑвана ÑоÑÑоÑба во даÑоÑека"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "ÐÑаÑа домен."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "ÑоÑÑоÑбаÑа ÑÑо ÑÑеба да Ñе вÑаÑи"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ Ðµ вÑаÑен од %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Ðе ÑÑпеав да го вÑаÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð¾Ð´ %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "напÑави дамп од ÑаÑдÑоÑо на Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð²Ð¾ даÑоÑека за анализа"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "ÐапÑави дамп за доменоÑ."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "каде да Ñе напÑави дамп на ÑадÑоÑо"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е заÑÑван во %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr ""
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "пÑодолжÑва домен"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "ÐÑодолжÑва пÑеÑÑ
одно ÑÑÑпендиÑан домен."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е пÑодолжен\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Ðе ÑÑпеав да го пÑодолжам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "го гаÑи Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð¿Ð¾ миÑен паÑ"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "ÐкÑивиÑа гаÑеÑе на ÑÐµÐ»Ð½Ð¸Ð¾Ñ Ð´Ð¾Ð¼ÐµÐ½."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s Ñе гаÑи\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Ðе ÑÑпеав да го изгаÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "ÑеÑÑаÑÑиÑа домен"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "ÐкÑивиÑа ÑеÑÑаÑÑиÑаÑе на ÑÐµÐ»Ð½Ð¸Ð¾Ñ Ð´Ð¾Ð¼ÐµÐ½."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s Ñе ÑеÑÑаÑÑиÑа\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Ðе ÑÑпеав да го ÑеÑÑаÑÑиÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "ÑниÑÑÑва домен"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "УниÑÑÑва даден домен."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е ÑниÑÑен\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Ðе ÑÑпеав да ÑниÑÑам домен %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "инÑоÑмаÑиÑа за домен"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "ÐÑаÑа оÑновни инÑоÑмаÑии за доменоÑ."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Ðд.:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Ðме:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "Тип на ÐС:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "СоÑÑоÑба:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "ÐÑоÑеÑоÑи:"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "ÐÑоÑ. вÑеме:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "ÐакÑ. мемоÑиÑа:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "нема огÑаниÑÑваÑе"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "ÐоÑиÑÑена мемоÑиÑа:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "ÐвÑом. ÑÑаÑÑ"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "ÐоÑиÑÑена мемоÑиÑа:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA-Ñелии:"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "инÑоÑмаÑиÑа за виÑÑ. пÑоÑеÑоÑи на домен"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "ÐÑаÑа оÑновни инÑоÑмаÑии за виÑÑ. пÑоÑеÑоÑи на доменоÑ."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "ÐиÑÑ. пÑоÑеÑоÑи:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "ÐÑоÑеÑоÑ:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "ÐÑиниÑÐµÑ Ð½Ð° пÑоÑеÑоÑ:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ Ðµ изгаÑен, нема пÑиÑÑÑни виÑÑ. пÑоÑеÑоÑи."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "конÑÑола за аÑиниÑеÑÐ¾Ñ Ð½Ð° виÑÑ. пÑоÑеÑоÑи за доменоÑ"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr ""
"Ðи вÑзÑва виÑÑÑелниÑе пÑоÑеÑоÑи на Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð·Ð° ÑизиÑкиÑе пÑоÑеÑоÑи на "
"домаÑиноÑ"
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "бÑÐ¾Ñ Ð½Ð° виÑÑ. пÑоÑеÑоÑи"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "бÑÐ¾Ñ Ð½Ð° пÑоÑеÑоÑи на домаÑÐ¸Ð½Ð¾Ñ (Ñазделени Ñо запиÑка)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "не ÑÑпеав да добиÑам инÑоÑмаÑии за ÑазолоÑ"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: невалиден ÑоÑмаÑ. ÐÑазна низа."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
@@ -5089,7 +5616,7 @@ msgstr ""
"cpulist: %s: невалиден ÑоÑмаÑ. Се оÑекÑваÑе ÑиÑÑа на позиÑиÑа %d (блиÑÐºÑ Ð´Ð¾ "
"â%câ)."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5098,1406 +5625,1464 @@ msgstr ""
"cpulist: %s: невалиден ÑоÑмаÑ. Се оÑекÑваÑе ÑиÑÑа или запиÑка на позиÑиÑа %d "
"(блиÑÐºÑ Ð´Ð¾ â%câ)."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: невалиден ÑоÑмаÑ. ÐÑаÑна запиÑка на позиÑиÑа %d"
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "ФизиÑÐºÐ¸Ð¾Ñ Ð¿ÑоÑеÑÐ¾Ñ %d не поÑÑои."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "го менÑва бÑоÑÐ¾Ñ Ð½Ð° виÑÑÑелни пÑоÑеÑоÑи"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr ""
"Ðо менÑва бÑоÑÐ¾Ñ Ð½Ð° виÑÑÑелни пÑоÑеÑоÑи ÑÑо Ñе акÑивни во Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð½Ð° "
"гоÑÑиноÑ."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "бÑÐ¾Ñ Ð½Ð° виÑÑ. пÑоÑеÑоÑи"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "Ðевалиден бÑÐ¾Ñ Ð½Ð° виÑÑ. пÑоÑеÑоÑи."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "ÐÑÐµÐ¼Ð½Ð¾Ð³Ñ Ð²Ð¸ÑÑ. пÑоÑеÑоÑи."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "менÑва алокаÑиÑа на мемоÑиÑа"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Ðа менÑва ÑековнаÑа алокаÑиÑа на мемоÑиÑа во Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð½Ð° гоÑÑиноÑ."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "бÑÐ¾Ñ Ð½Ð° килобаÑÑи мемоÑиÑа"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "Ðевалидна вÑедноÑÑ %d за големинаÑа на мемоÑиÑаÑа"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "Ðе можам да Ñа веÑиÑикÑвам MaxMemorySize"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "го менÑва огÑаниÑÑваÑеÑо на макÑ. мемоÑиÑа"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr ""
"Ðо менÑва огÑаниÑÑваÑеÑо на алокаÑиÑа на макÑ. мемоÑиÑа во Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð½Ð° "
"гоÑÑиноÑ."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "огÑаниÑÑваÑе на макÑ. мемоÑиÑа во килобаÑÑи"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "Ðе можам да Ñа веÑиÑикÑвам ÑековнаÑа MemorySize"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "Ðе можам да Ñа Ñмалам ÑековнаÑа MemorySize"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "Ðе можам да Ñа Ñменам MaxMemorySize"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "инÑоÑмаÑиÑа за Ñазол"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "ÐÑаÑа оÑновни инÑоÑмаÑии за ÑазолоÑ."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "не ÑÑпеав да добиÑам инÑоÑмаÑии за ÑазолоÑ"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "Ðодел на пÑоÑеÑоÑ:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "ФÑеквенÑиÑа на пÑоÑеÑоÑ:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "ÐÑоÑеÑоÑÑки лежиÑÑа:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "ÐадÑа по лежиÑÑа:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "ÐиÑки по ÑадÑо:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA-Ñелии:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Ðолемина на мемоÑиÑа:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "ÑпоÑобноÑÑи"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "Ðи вÑаÑа ÑпоÑобноÑÑиÑе на Ñ
ипеÑвизоÑоÑ/ÑпÑавÑваÑоÑ."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "не ÑÑпеав да ги добиÑам ÑпоÑобноÑÑиÑе"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "инÑоÑмаÑиÑа за домен во XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ðа дава инÑоÑмаÑиÑаÑа за Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð½Ð° ÑÑандаÑÐ´Ð½Ð¸Ð¾Ñ Ð¸Ð·Ð»ÐµÐ· како XML."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "дава лиÑÑа на неакÑивниÑе домени"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "конвеÑÑиÑа ид. на домен или UUID во име на домен"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "ид. на домен или uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "конвеÑÑиÑа име на домен или UUID во ид. на домен"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "конвеÑÑиÑа име или ид. на домен во UUID на домен"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "име или ид. на домен"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "не ÑÑпеав да го добиÑам UUID на доменоÑ"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
#, fuzzy
msgid "live migration"
msgstr "инÑоÑмаÑиÑа за Ñазол"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
#, fuzzy
msgid "connection URI of the destination host"
msgstr "повÑзÑваÑе Ñо конзолаÑа на гоÑÑиноÑ"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "авÑом. ÑÑаÑÑÑва мÑежа"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "Ðа конÑигÑÑиÑа мÑежаÑа авÑомаÑÑки да Ñе ÑÑаÑÑÑва на подигаÑе."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "име на мÑежа или uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "не ÑÑпеав да Ñа ознаÑам мÑежаÑа %s како авÑом. ÑÑаÑÑÑвана"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "не ÑÑпеав да Ñа одобележам мÑежаÑа %s како авÑом. ÑÑаÑÑÑвана"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "ÐÑежаÑа %s е ознаÑена како авÑом. ÑÑаÑÑÑвана\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "ÐÑежаÑа %s е одобележана како авÑом. ÑÑаÑÑÑвана\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "кÑеиÑа мÑежа од XML-даÑоÑека"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "ÐÑеиÑа мÑежа."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "XML-даÑоÑекаÑа Ñо опиÑÐ¾Ñ Ð½Ð° мÑежаÑа"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "ÐÑежаÑа %s е кÑеиÑана од %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "Ðе ÑÑпеав да Ñа кÑеиÑам мÑежаÑа од %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "деÑиниÑа (но не ÑÑаÑÑÑва) мÑежа од XML-даÑоÑека"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "ÐеÑиниÑа мÑежа."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "ÐÑежаÑа %s е деÑиниÑана од %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "Ðе ÑÑпеав да деÑиниÑам мÑежа од %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "ÑниÑÑÑва мÑежа"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "УниÑÑÑва дадена мÑежа."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "име, ид. или uuid на мÑежа"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "ÐÑежаÑа %s е ÑниÑÑена\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "Ðе ÑÑпеав да Ñа ÑниÑÑам мÑежаÑа %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "инÑоÑмаÑиÑа за мÑежа во XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "Ðа дава инÑоÑмаÑиÑаÑа за мÑежаÑа на ÑÑандаÑÐ´Ð½Ð¸Ð¾Ñ Ð¸Ð·Ð»ÐµÐ· како XML."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "дава лиÑÑа на мÑежи"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "Ðа вÑаÑа лиÑÑаÑа на ÑиÑе мÑежи."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "дава лиÑÑа на неакÑивниÑе мÑежи"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "Ðа вÑаÑа лиÑÑаÑа на акÑивниÑе и неакÑивниÑе мÑежи."
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "Ðе ÑÑпеав да ги пÑикажам акÑивниÑе мÑежи"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "Ðе ÑÑпеав да ги пÑикажам неакÑивниÑе мÑежи"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "ÐвÑом. ÑÑаÑÑ"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "без авÑом. ÑÑаÑÑ"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "акÑивна"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "неакÑивна"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "конвеÑÑиÑа UUID на мÑежа во име на мÑежа"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "uuid на мÑежа"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "ÑÑаÑÑÑва (пÑеÑÑ
одно деÑиниÑана) неакÑивна мÑежа"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "СÑаÑÑÑва мÑежа."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "име на неакÑивнаÑа мÑежа"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "ÐÑежаÑа %s е ÑÑаÑÑÑвана\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "Ðе ÑÑпеав да Ñа ÑÑаÑÑÑвам мÑежаÑа %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "оддеÑиниÑа неакÑивна мÑежа"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "Ðа оддеÑиниÑа конÑигÑÑаÑиÑаÑа за неакÑивна мÑежа."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "ÐÑежаÑа %s е оддеÑиниÑана\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "Ðе ÑÑпеав да Ñа оддеÑиниÑам мÑежаÑа %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "конвеÑÑиÑа име на мÑежа во UUID на мÑежа"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "име на мÑежа"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "не ÑÑпеав да го добиÑам UUID-Ð¾Ñ Ð½Ð° мÑежа"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "авÑом. ÑÑаÑÑ Ð½Ð° домен"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
#, fuzzy
msgid "Configure a pool to be automatically started at boot."
msgstr "Ðо конÑигÑÑиÑа Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð°Ð²ÑомаÑÑки да Ñе ÑÑаÑÑÑва пÑи подигаÑе."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "име или uuid на домен"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "не ÑÑпеав да Ñа ознаÑам мÑежаÑа %s како авÑом. ÑÑаÑÑÑвана"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "не ÑÑпеав да Ñа одобележам мÑежаÑа %s како авÑом. ÑÑаÑÑÑвана"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е обележан како авÑом. ÑÑаÑÑÑван\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е одобележан како авÑом. ÑÑаÑÑÑван\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "кÑеиÑа домен од XML-даÑоÑека"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "ÐÑеиÑа домен."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "ÐаÑоÑекаÑа ÑÑо го ÑодÑжи опиÑÐ¾Ñ Ð½Ð° XML-домен"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е кÑеиÑан од %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Ðе ÑÑпеав да го кÑеиÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð¾Ð´ %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "имеÑо на неакÑÐ¸Ð²Ð½Ð¸Ð¾Ñ Ð´Ð¾Ð¼ÐµÐ½"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "не ÑÑпеав да алоÑиÑам Ñазол"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "кÑеиÑа домен од XML-даÑоÑека"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е кÑеиÑан од %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Ðе ÑÑпеав да го кÑеиÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð¾Ð´ %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "деÑиниÑа (но не ÑÑаÑÑÑва) домен од XML-даÑоÑека"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "ÐеÑиниÑа домен."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е деÑиниÑан од %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Ðе ÑÑпеав да деÑиниÑам домен од %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е деÑиниÑан од %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Ðе ÑÑпеав да го оддеÑиниÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е ÑниÑÑен\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Ðе ÑÑпеав да го ÑÑÑпендиÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "ÑниÑÑÑва домен"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "УниÑÑÑва даден домен."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е ÑниÑÑен\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Ðе ÑÑпеав да ÑниÑÑам домен %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "УниÑÑÑва даден домен."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е ÑниÑÑен\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Ðе ÑÑпеав да ÑниÑÑам домен %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е пÑодолжен\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Ðе ÑÑпеав да го пÑодолжам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "инÑоÑмаÑиÑа за домен во XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ðа дава инÑоÑмаÑиÑаÑа за Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð½Ð° ÑÑандаÑÐ´Ð½Ð¸Ð¾Ñ Ð¸Ð·Ð»ÐµÐ· како XML."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "дава лиÑÑа на домениÑе"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "ÐÑаÑа лиÑÑа на домениÑе."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "дава лиÑÑа на неакÑивниÑе домени"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "дава лиÑÑа на акÑивниÑе и неакÑивниÑе домени"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Ðе ÑÑпеав да ги пÑикажам акÑивниÑе домени"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Ðе ÑÑпеав да ги пÑикажам неакÑивниÑе домени"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "нема мемоÑиÑа"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "инÑоÑмаÑиÑа за Ñазол"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "ÐÑаÑа оÑновни инÑоÑмаÑии за ÑазолоÑ."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "ÑабоÑи"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "алоÑиÑам нов домен"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "конвеÑÑиÑа UUID на мÑежа во име на мÑежа"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "uuid на домен"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "ÑÑаÑÑÑва (пÑеÑÑ
одно деÑиниÑан) неакÑивен домен"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "СÑаÑÑÑва домен."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "имеÑо на неакÑÐ¸Ð²Ð½Ð¸Ð¾Ñ Ð´Ð¾Ð¼ÐµÐ½"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е ÑÑаÑÑÑван\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Ðе ÑÑпеав да го ÑÑаÑÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "кÑеиÑа домен од XML-даÑоÑека"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "ÐÑеиÑа домен."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "име на домен"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "имеÑо на неакÑÐ¸Ð²Ð½Ð¸Ð¾Ñ Ð´Ð¾Ð¼ÐµÐ½"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е кÑеиÑан од %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Ðе ÑÑпеав да кÑеиÑам XML"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "оддеÑиниÑа неакÑивен домен"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Ðа оддеÑиниÑа конÑигÑÑаÑиÑаÑа за неакÑивен домен."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е оддеÑиниÑан\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Ðе ÑÑпеав да го оддеÑиниÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "конвеÑÑиÑа име на мÑежа во UUID на мÑежа"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "не ÑÑпеав да го добиÑам UUID на доменоÑ"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "кÑеиÑа домен од XML-даÑоÑека"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "ÐаÑоÑекаÑа ÑÑо го ÑодÑжи опиÑÐ¾Ñ Ð½Ð° XML-домен"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е кÑеиÑан од %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Ðе ÑÑпеав да го кÑеиÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð¾Ð´ %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "УниÑÑÑва даден домен."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е ÑниÑÑен\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Ðе ÑÑпеав да ÑниÑÑам домен %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "инÑоÑмаÑиÑа за Ñазол"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "ÐÑаÑа оÑновни инÑоÑмаÑии за ÑазолоÑ."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "Тип на ÐС:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "file"
msgstr "XML-даÑоÑека"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "блокиÑано"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "инÑоÑмаÑиÑа за домен во XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ðа дава инÑоÑмаÑиÑаÑа за Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð½Ð° ÑÑандаÑÐ´Ð½Ð¸Ð¾Ñ Ð¸Ð·Ð»ÐµÐ· како XML."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "дава лиÑÑа на домениÑе"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "ÐÑаÑа лиÑÑа на домениÑе."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Ðе ÑÑпеав да ги пÑикажам акÑивниÑе домени"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "конвеÑÑиÑа UUID на мÑежа во име на мÑежа"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "конвеÑÑиÑа UUID на мÑежа во име на мÑежа"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "uuid на домен"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "конвеÑÑиÑа UUID на мÑежа во име на мÑежа"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "пÑикажÑва веÑзиÑа"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "ÐÑикажÑва инÑоÑмаÑиÑа за веÑзиÑаÑа на ÑиÑÑемоÑ."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "не ÑÑпеав да го добиÑам ÑÐ¸Ð¿Ð¾Ñ Ð½Ð° Ñ
ипеÑвизоÑ"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "ÐомпилиÑано Ñо библиоÑекаÑа: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "не ÑÑпеав да Ñа добиÑам веÑзиÑаÑа на библиоÑекаÑа"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "ÐоÑиÑÑам библиоÑека: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "ÐоÑиÑÑам API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "не ÑÑпеав да Ñа добиÑам веÑзиÑаÑа на Ñ
ипеÑвизоÑоÑ"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Ðе можам да Ñа добиÑам веÑзиÑаÑа на акÑÐ¸Ð²Ð½Ð¸Ð¾Ñ Ñ
ипеÑÐ²Ð¸Ð·Ð¾Ñ %s\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "ÐкÑивен Ñ
ипеÑвизоÑ: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "ÑпоÑобноÑÑи"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Ðе ÑÑпеав да Ñе повÑзам Ñо Ñ
ипеÑвизоÑоÑ"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Ðе ÑÑпеав да ги пÑикажам неакÑивниÑе домени"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ðа дава инÑоÑмаÑиÑаÑа за мÑежаÑа на ÑÑандаÑÐ´Ð½Ð¸Ð¾Ñ Ð¸Ð·Ð»ÐµÐ· како XML."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "ÐÑикаÑÑва ÑÑед за нов диÑк."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е ÑниÑÑен\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Ðе ÑÑпеав да го оÑкаÑам ÑÑÐµÐ´Ð¾Ñ Ð¾Ð´ %s"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "ÐÑикаÑÑва ÑÑед за нов диÑк."
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Ðе ÑÑпеав да го пÑикаÑам ÑÑÐµÐ´Ð¾Ñ Ð¾Ð´ %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "одÑедиÑÑе за ÑÑÐµÐ´Ð¾Ñ Ð·Ð° диÑк"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Ðа вÑаÑа ÑоÑÑоÑбаÑа на домен ÑÑо Ñе извÑÑÑва."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ %s е пÑодолжен\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Ðе ÑÑпеав да го пÑикаÑам ÑÑÐµÐ´Ð¾Ñ Ð¾Ð´ %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "го пеÑаÑи имеÑо на ÑеÑвеÑÐ¾Ñ Ð½Ð° Ñ
ипеÑвизоÑоÑ"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "не ÑÑпеав до го добиÑам имеÑо на ÑеÑвеÑоÑ"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "го пеÑаÑи канонÑкоÑо URI на Ñ
ипеÑвизоÑоÑ"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "не ÑÑпеав да го добиÑам URI"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc-екÑан"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "Ðи пеÑаÑи IP-адÑеÑаÑа и бÑоÑÐ¾Ñ Ð½Ð° поÑÑа за VNC-екÑаноÑ."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "пÑикаÑÑва ÑÑед од XML-даÑоÑека"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "ÐÑикаÑÑва ÑÑед од XML <даÑоÑека>."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML-даÑоÑека"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "Ðе ÑÑпеав да го пÑикаÑам ÑÑÐµÐ´Ð¾Ñ Ð¾Ð´ %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "оÑкаÑÑва ÑÑед од XML-даÑоÑека"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "ÐÑкаÑÑва ÑÑед од XML <даÑоÑека>"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "Ðе ÑÑпеав да го оÑкаÑам ÑÑÐµÐ´Ð¾Ñ Ð¾Ð´ %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "пÑикаÑва мÑежен ÑÑед"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "ÐÑикаÑÑва нов мÑежен ÑÑед."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "Ñип на мÑежен инÑеÑÑеÑÑ"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "Ð¸Ð·Ð²Ð¾Ñ Ð½Ð° мÑежен инÑеÑÑеÑÑ"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "име на одÑедиÑна мÑежа"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "MAC-адÑеÑа"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "ÑкÑипÑа ÑÑо Ñе коÑиÑÑи за повÑзÑваÑе на мÑежни инÑеÑÑеÑÑи во моÑÑ"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "Ðема поддÑÑка за %s во наÑедбаÑа âattach-interfaceâ"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "оÑкаÑÑва мÑежен инÑеÑÑеÑÑ"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "ÐÑкаÑÑва мÑежен инÑеÑÑеÑÑ."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "Ðе ÑÑпеав да добиÑам инÑоÑмаÑиÑа за инÑеÑÑеÑÑоÑ"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "Ðема пÑонаÑден инÑеÑÑеÑÑ Ñо Ñип %s"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "Ðема пÑонаÑден инÑеÑÑеÑÑ ÑиÑа MAC-адÑеÑа е %s"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "Ðе ÑÑпеав да алоÑиÑам мемоÑиÑа"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "Ðе ÑÑпеав да кÑеиÑам XML"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "пÑикаÑÑва ÑÑед за диÑк"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "ÐÑикаÑÑва ÑÑед за нов диÑк."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "Ð¸Ð·Ð²Ð¾Ñ Ð·Ð° ÑÑÐµÐ´Ð¾Ñ Ð·Ð° диÑк"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "одÑедиÑÑе за ÑÑÐµÐ´Ð¾Ñ Ð·Ð° диÑк"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "ÑпÑавÑÐ²Ð°Ñ Ð·Ð° ÑÑÐµÐ´Ð¾Ñ Ð·Ð° диÑк"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "подÑпÑавÑÐ²Ð°Ñ Ð·Ð° ÑÑÐµÐ´Ð¾Ñ Ð·Ð° диÑк"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "Ñип на одÑедиÑÐ½Ð¸Ð¾Ñ ÑÑед"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "Ñежим на ÑÑÐµÐ´Ð¾Ñ Ð·Ð° ÑиÑаÑе и запиÑÑваÑе"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "Ðема поддÑÑка за %s во наÑедбаÑа âattach-diskâ"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "оÑкаÑÑва ÑÑед за диÑк"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "ÐÑкаÑÑва ÑÑед за диÑк."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "Ðе ÑÑпеав да добиÑам инÑоÑмаÑиÑа за диÑкоÑ"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "Ðе е пÑонаÑден диÑк Ñие одÑедиÑÑе е %s"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "не ÑÑпеав да алоÑиÑам Ñазол"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "не ÑÑпеав да запиÑам во дневникоÑ"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "не ÑÑпеав да запиÑам во дневникоÑ"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "не ÑÑпеав да запиÑам во дневникоÑ"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Ðе ÑÑпеав да го кÑеиÑам неакÑÐ¸Ð²Ð½Ð¸Ð¾Ñ Ð´Ð¾Ð¼ÐµÐ½ %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "не ÑÑпеав да запиÑам во дневникоÑ"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "не ÑÑпеав да запиÑам во дневникоÑ"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Ðа оддеÑиниÑа конÑигÑÑаÑиÑаÑа за неакÑивен домен."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Ðа оддеÑиниÑа конÑигÑÑаÑиÑаÑа за неакÑивен домен."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "не ÑÑпеав да Ñа пÑоÑиÑам конÑиг. даÑоÑека"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Ðа оддеÑиниÑа конÑигÑÑаÑиÑаÑа за неакÑивна мÑежа."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Ðа оддеÑиниÑа конÑигÑÑаÑиÑаÑа за неакÑивна мÑежа."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Ðа оддеÑиниÑа конÑигÑÑаÑиÑаÑа за неакÑивен домен."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Ðа оддеÑиниÑа конÑигÑÑаÑиÑаÑа за неакÑивен домен."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "го напÑÑÑа Ð¾Ð²Ð¾Ñ Ð¸Ð½ÑеÑакÑивен ÑеÑминал"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "наÑедбаÑа â%sâ има поÑÑеба од опÑиÑаÑа <%s>"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "наÑедбаÑа â%sâ има поÑÑеба од опÑиÑаÑа --%s"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "наÑедбаÑа â%sâ не поÑÑои"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " ÐÐÐ\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6505,17 +7090,17 @@ msgstr ""
"\n"
" ÐÐ ÐТÐÐ ÐÐ ÐÐÐÐÐ\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <бÑоÑ>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <низа_од_знаÑи>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6523,7 +7108,7 @@ msgstr ""
"\n"
" ÐÐÐС\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6531,60 +7116,60 @@ msgstr ""
"\n"
" ÐÐЦÐÐ\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <бÑоÑ>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <низа_од_знаÑи>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "недеÑиниÑано име или ид. на домен"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "не ÑÑпеав да го добиÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ â%sâ"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "недеÑиниÑано име на мÑежа"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "не ÑÑпеав да Ñа добиÑам мÑежаÑа â%sâ"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "недеÑиниÑано име на мÑежа"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "не ÑÑпеав да го добиÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ â%sâ"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "недеÑиниÑано име на мÑежа"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "не ÑÑпеав да го добиÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ â%sâ"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6595,129 +7180,129 @@ msgstr ""
"(ÐÑеме: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "недоÑÑаÑÑва \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "неоÑекÑван Ñокен (име на команда): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "непознаÑа наÑедба: â%sâ"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "наÑедбаÑа â%sâ не Ñа поддÑжÑва опÑиÑаÑа --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "Ñе оÑекÑваÑе ÑинÑакÑа: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "бÑоÑ"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "низа од знаÑи"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "неоÑекÑвани подаÑоÑи â%sâ"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "ÐÐЦÐÐÐ"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "ÐÐÐÐТÐЦÐ"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "паÑзиÑано"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "Ñе гаÑи"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "изгаÑено"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "паднаÑо"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "без мÑежа"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "нема валидно повÑзÑваÑе"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: гÑеÑка: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "гÑеÑка: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: не ÑÑпеав да алоÑиÑам %d баÑÑи"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: не ÑÑпеав да алоÑиÑам %lu баÑÑи"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "не ÑÑпеав да Ñе повÑзам на Ñ
ипеÑвизоÑоÑ"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "не ÑÑпеав да ги добиÑам инÑоÑмаÑииÑе од дневникоÑ"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "паÑекаÑа за Ð´Ð½ÐµÐ²Ð½Ð¸ÐºÐ¾Ñ Ð½Ðµ е даÑоÑека"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "Ðе ÑÑпеав да го оÑвоÑам дневникоÑ. ÐÑовеÑеÑе Ñа паÑекаÑа до даÑоÑекаÑа"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "не ÑÑпеав да запиÑам во дневникоÑ"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "не ÑÑпеав да запиÑам во дневникоÑ"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Ðе ÑÑпеав да пÑекинам вÑÑка Ñо Ñ
ипеÑвизоÑоÑ"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6750,7 +7335,7 @@ msgstr ""
"\n"
" наÑедби (неинÑеÑакÑивен Ñежим):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6761,17 +7346,17 @@ msgstr ""
" (задаÑÑе --help <naredba> за деÑали за наÑедбаÑа)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "неподдÑжана опÑиÑа â-%câ. ÐидеÑе --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6780,7 +7365,7 @@ msgstr ""
"ÐобÑедоÑдовÑе во %s, инÑеÑакÑÐ¸Ð²Ð½Ð¸Ð¾Ñ ÑеÑминал за виÑÑÑелизаÑиÑа.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6790,471 +7375,485 @@ msgstr ""
" âquitâ за да излезеÑе\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "ÐепознаÑо"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "пÑедÑпÑедÑваÑе"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "гÑеÑка"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "Ðема зададена поÑака за гÑеÑка"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "ÐнÑеÑна гÑеÑка %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "ÐнÑеÑна гÑеÑка"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "нема мемоÑиÑа"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "оваа ÑÑнкÑиÑа не е поддÑжана од Ñ
ипеÑвизоÑоÑ"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "оваа ÑÑнкÑиÑа не е поддÑжана од Ñ
ипеÑвизоÑоÑ: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "не можев да Ñе повÑзам Ñо Ñ
ипеÑвизоÑоÑ"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "не можев да Ñе повÑзам Ñо %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ повÑзÑваÑе во"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ повÑзÑваÑе во %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ домен во"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ домен во %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²Ð¾"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²Ð¾ %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "опеÑаÑиÑаÑа не ÑÑпеа: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "опеÑаÑиÑаÑа не ÑÑпеа"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "опеÑаÑиÑаÑа GET не ÑÑпеа: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "опеÑаÑиÑаÑа GET не ÑÑпеа"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "опеÑаÑиÑаÑа POST не ÑÑпеа: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "опеÑаÑиÑаÑа POST не ÑÑпеа"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "добив Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ ÐºÐ¾Ð´ за HTTP-гÑеÑка %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ ÑеÑÐ²ÐµÑ %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ ÑеÑвеÑ"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "не ÑÑпеав да го ÑеÑиÑализиÑам S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "не ÑÑпеав да го ÑеÑиÑализиÑам S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "не можам да го коÑиÑÑам запиÑÐ¾Ñ Ð·Ð° Xen-Ñ
ипеÑвизоÑоÑ"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "не можам да го коÑиÑÑам запиÑÐ¾Ñ Ð·Ð° Xen-Ñ
ипеÑвизоÑÐ¾Ñ %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "не можев да Ñе повÑзам Ñо Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "не можев да Ñе повÑзам Ñо Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "не ÑÑпеа ÑиÑ. повик за Xen %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за кеÑнелоÑ"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за коÑÐµÐ½Ð¾Ð²Ð¸Ð¾Ñ ÑÑед"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за коÑÐµÐ½Ð¾Ð²Ð¸Ð¾Ñ ÑÑед во %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за Ð¸Ð·Ð²Ð¾Ñ Ð·Ð° ÑÑедоÑ"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за Ð¸Ð·Ð²Ð¾Ñ Ð·Ð° ÑÑÐµÐ´Ð¾Ñ %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за одÑедиÑÑе за ÑÑедоÑ"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за одÑедиÑÑе за ÑÑÐµÐ´Ð¾Ñ %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за име на доменоÑ"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за име на Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð²Ð¾ %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за опеÑаÑÐ¸Ð²Ð½Ð¸Ð¾Ñ ÑиÑÑем"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за опеÑаÑÐ¸Ð²Ð½Ð¸Ð¾Ñ ÑиÑÑем во %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за ÑÑедиÑе"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "недоÑÑаÑÑва инÑоÑмаÑиÑа за ÑÑедиÑе за %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "пÑÐµÐ¼Ð½Ð¾Ð³Ñ ÑегиÑÑÑиÑани ÑпÑавÑваÑи"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "пÑÐµÐ¼Ð½Ð¾Ð³Ñ ÑегиÑÑÑиÑани ÑпÑавÑваÑи во %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "Ð¿Ð¾Ð²Ð¸ÐºÐ¾Ñ ÐºÐ¾Ð½ библиоÑекаÑа не ÑÑпеа, можеби не е поддÑжан"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "Ð¿Ð¾Ð²Ð¸ÐºÐ¾Ñ %s кон библиоÑекаÑа не ÑÑпеа, можеби не е поддÑжан"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML-опиÑÐ¾Ñ Ð½Ðµ е добÑо ÑоÑмиÑан или не е валиден"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML-опиÑÐ¾Ñ Ð·Ð° %s не е добÑо ÑоÑмиÑан или не е валиден"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "Ð¾Ð²Ð¾Ñ Ð´Ð¾Ð¼ÐµÐ½ веÑе поÑÑои"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s веÑе поÑÑои "
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "опеÑаÑиÑаÑа е забÑанеÑа за пÑиÑÑап Ñамо за ÑиÑаÑе"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "опеÑаÑиÑаÑа %s е забÑанеÑа за пÑиÑÑап Ñамо за ÑиÑаÑе"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "не ÑÑпеав да Ñа оÑвоÑам конÑиг. даÑоÑека за ÑиÑаÑе"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "не ÑÑпеав да Ñа оÑвоÑам %s за ÑиÑаÑе"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "не ÑÑпеав да Ñа пÑоÑиÑам конÑиг. даÑоÑека"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "не ÑÑпеав да Ñа пÑоÑиÑам конÑиг. даÑоÑека %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "не ÑÑпеав да Ñа анализиÑам конÑиг. даÑоÑека"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "не ÑÑпеав да Ñа анализиÑам конÑиг. даÑоÑека %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "ÑинÑакÑиÑка гÑеÑка во конÑиг. даÑоÑека"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "ÑинÑакÑиÑка гÑеÑка во конÑиг. даÑоÑека: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "не ÑÑпеав да запиÑам во конÑиг. даÑоÑека"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "не ÑÑпеав да запиÑам во конÑиг. даÑоÑека: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "гÑеÑка во анализаÑоÑоÑ"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ мÑежа во"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ мÑежа во %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "мÑежаÑа веÑе поÑÑои"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "мÑежаÑа %s веÑе поÑÑои"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "гÑеÑка во ÑиÑ. повик"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC-гÑеÑка"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "гÑеÑка во GNUTLS-повикоÑ"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "Ðе ÑÑпеав да Ñа пÑонаÑдам мÑежаÑа"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "Ðе ÑÑпеав да Ñа пÑонаÑдам мÑежаÑа: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "инÑоÑмаÑиÑа за домен"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ Ðµ вÑаÑен од %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "име на мÑежа или uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "ÐÑежаÑа %s е кÑеиÑана од %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "MAC-адÑеÑа"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²Ð¾ %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "опеÑаÑиÑаÑа не ÑÑпеа"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "опеÑаÑиÑаÑа не ÑÑпеа: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "име на мÑежа или uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "ÐÑежаÑа %s е кÑеиÑана од %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "име на мÑежа или uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "ÐÑежаÑа %s е кÑеиÑана од %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ мÑежа во"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ мÑежа во %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ мÑежа во"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ мÑежа во %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Ðе ÑÑпеав да Ñа пÑонаÑдам мÑежаÑа"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Ðе ÑÑпеав да Ñа пÑонаÑдам мÑежаÑа: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Ðе ÑÑпеав да Ñа пÑонаÑдам мÑежаÑа"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Ðе ÑÑпеав да Ñа пÑонаÑдам мÑежаÑа: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ домен во"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "невалиден покажÑÐ²Ð°Ñ ÐºÐ¾Ð½ домен во %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "инÑоÑмаÑиÑа за домен"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ Ðµ вÑаÑен од %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "име на мÑежа или uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "ÐÑежаÑа %s е кÑеиÑана од %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "ÐнÑеÑна гÑеÑка %s"
@@ -7323,7 +7922,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Ñип на одÑедиÑÐ½Ð¸Ð¾Ñ ÑÑед"
@@ -7377,7 +7976,7 @@ msgstr "инÑоÑмаÑиÑаÑа за Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ðµ непÑавилна,
msgid "domain information incomplete, missing uuid"
msgstr "инÑоÑмаÑиÑаÑа за Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ðµ неÑелоÑна, недоÑÑаÑÑва uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "инÑоÑмаÑиÑаÑа за Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ðµ неÑелоÑна, недоÑÑаÑÑва име"
@@ -7427,225 +8026,232 @@ msgstr ""
"не можам да го анализиÑам имеÑо на даÑоÑека за vbd, недоÑÑаÑÑва Ñип на "
"ÑпÑавÑваÑ"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "неоÑекÑван dict-Ñазол"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "инÑоÑмаÑиÑаÑа за Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ðµ неÑелоÑна, недоÑÑаÑÑва id"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²Ð¾ %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "ÑинÑакÑиÑка гÑеÑка во конÑиг. даÑоÑека"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "не ÑÑпеав да Ñа анализиÑам инÑоÑмаÑиÑаÑа за Xend-домен"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "ÐÐ¾Ð¼ÐµÐ½Ð¾Ñ ÑÑ ÑÑÑе ÑабоÑи"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "не ÑÑпеав да го ÑеÑиÑализиÑам S-Expr"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "Ñип на одÑедиÑÐ½Ð¸Ð¾Ñ ÑÑед"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "неоÑекÑван Ñазол Ñо вÑедноÑÑ"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "мемоÑиÑа на ÑазолоÑ"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "опеÑаÑиÑаÑа не ÑÑпеа"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Ðе ÑÑпеав да Ñа оддеÑиниÑам мÑежаÑа %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "не ÑÑпеав да Ñа анализиÑам инÑоÑмаÑиÑаÑа за Xend-домен"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Ðе ÑÑпеав да го кÑеиÑам неакÑÐ¸Ð²Ð½Ð¸Ð¾Ñ Ð´Ð¾Ð¼ÐµÐ½ %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "инÑоÑмаÑиÑаÑа за Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ðµ неÑелоÑна, недоÑÑаÑÑва име"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "РаÑпоÑедÑваÑ"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "не ÑÑпеав до го добиÑам имеÑо на ÑеÑвеÑоÑ"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "инÑоÑмаÑиÑаÑа за Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ðµ неÑелоÑна, недоÑÑаÑÑва uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "инÑоÑмаÑиÑаÑа за Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ðµ неÑелоÑна, недоÑÑаÑÑва uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "не ÑÑпеав да Ñа оÑвоÑам %s за ÑиÑаÑе"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "не ÑÑпеав да Ñа пÑоÑиÑам конÑиг. даÑоÑека %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "неоÑекÑван mime-Ñип"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "неоÑекÑван mime-Ñип"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "неоÑекÑван Ñазол Ñо вÑедноÑÑ"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "лиÑÑа на домени на ÑазолоÑ"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7722,49 +8328,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "неоÑекÑван dict-Ñазол"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Ðе ÑÑпеав да го вÑаÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð¾Ð´ %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "Ðе можам да Ñа веÑиÑикÑвам ÑековнаÑа MemorySize"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "не ÑÑпеав да Ñа пÑоÑиÑам конÑиг. даÑоÑека %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñип на ÐС"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Ðе ÑÑпеав да го кÑеиÑам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ Ð¾Ð´ %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
@@ -7773,19 +8379,34 @@ msgstr "Ðе ÑÑпеав да го оÑвоÑам â%sâ: %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²Ð¾"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "невалиден аÑгÑÐ¼ÐµÐ½Ñ Ð²Ð¾"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7811,15 +8432,39 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "алоÑиÑам паÑека"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Ðе ÑÑпеав да го заÑÑвам Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ %s во %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "Ðе ÑÑпеав да добиÑам инÑоÑмаÑиÑа за инÑеÑÑеÑÑоÑ"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "не ÑÑпеав да запиÑам во дневникоÑ"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "Ðе ÑÑпеав да го заÑвоÑам пÑиклÑÑÐ½Ð¸ÐºÐ¾Ñ %d\n"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "нема мемоÑиÑа"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "Ðе ÑÑпеав да го заÑвоÑам пÑиклÑÑÐ½Ð¸ÐºÐ¾Ñ %d\n"
+
#~ msgid "allocating configuration"
#~ msgstr "алоÑиÑам конÑигÑÑаÑиÑа"
@@ -7865,10 +8510,6 @@ msgstr "алоÑиÑам паÑека"
#~ msgstr "не ÑÑпеав да Ñа оÑвоÑам %s за ÑиÑаÑе"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "опеÑаÑиÑаÑа не ÑÑпеа: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "опеÑаÑиÑаÑа не ÑÑпеа: %s"
diff --git a/po/ml.gmo b/po/ml.gmo
index 9c3b343..280300e 100644
Binary files a/po/ml.gmo and b/po/ml.gmo differ
diff --git a/po/ml.po b/po/ml.po
index 8095c75..286a949 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt.HEAD.ml\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-10-27 17:25+0530\n"
"Last-Translator: \n"
"Language-Team: <en at li.org>\n"
@@ -94,240 +94,240 @@ msgstr "പരാമàµà´±àµà´±à´°àµâ à´¸àµà´àµà´°à´¿à´àµ à´¶à´°à´¿à´¯
msgid "Unknown error"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ പിശà´àµ"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
msgstr "%s '%s'-à´²àµà´àµà´àµ à´ªàµà´°à´µàµà´¶à´¿à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s (%d)"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "സിà´àµà´¨à´²àµâ à´ªàµà´ªàµà´ªà´¿à´²àµâ നിനàµà´¨àµà´ വായിà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "SIGHUP à´àµà´¯àµà´¯àµà´®àµà´ªàµà´³àµâ à´àµà´°à´®à´¿à´à´°à´£à´ à´µàµà´£àµà´àµà´ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨àµ"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "à´¡àµà´°àµà´µà´±àµà´à´³àµâ à´µàµà´£àµà´àµà´ à´²à´àµà´¯à´®à´¾à´àµà´àµà´®àµà´ªàµà´³àµâ പിശà´àµ"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "%d സിà´àµà´¨à´²à´¿à´²àµâ à´
à´à´àµà´àµ à´ªàµà´àµà´àµà´¨àµà´¨àµ"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ value à´¨àµà´¡àµ"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "close-on-exec ഫയലàµâ à´¡à´¿à´¸àµà´àµà´°à´¿à´ªàµà´à´°àµâ à´«àµà´²à´¾à´àµ à´àµà´°à´®à´¿à´à´°à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "Failed to set non-blocking file descriptor flag"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "pid ഫയലàµâ '%s' à´¤àµà´±à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "fdopen pid ഫയലàµâ '%s' à´¤àµà´±à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "pid ഫയലàµâ '%s' à´¤àµà´±à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "pid ഫയലàµâ '%s' à´
à´à´¯àµà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "struct qemud_socket-à´¨àµàµ à´®àµà´®àµà´®à´±à´¿ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "à´¸àµà´àµà´à´±àµà´±àµ à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "à´¸àµà´àµà´à´±àµà´±àµ '%s'-à´²àµà´àµà´àµàµ à´àµà´°àµâà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "'%s'-à´²àµà´³àµà´³ à´à´£à´àµà´·à´¨àµà´à´³àµâ à´àµà´³àµâà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr "സരàµâവരàµâ à´à´µà´¨àµà´±àµ à´àµà´³àµâബാà´àµà´àµ à´àµà´°àµâà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "à´¸àµà´àµà´à´±àµà´±àµ: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "bind: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "listen: %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: calloc: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: listen: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr "qemudInitPaths()-à´²àµà´³àµà´³ ബഫറിലàµâ à´²à´àµà´¯à´®à´¾à´àµà´¨àµà´¨ പാഥàµà´à´³àµâ വളരൠവലàµà´¤à´¾à´àµà´¨àµà´¨àµ"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "struct qemud_server-à´¨àµà´³àµà´³ à´®àµà´®àµà´®à´±à´¿ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "cannot initialize bridge support: %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "cannot initialize bridge support: %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "SASL തിരിà´àµà´à´±à´¿à´¯à´²àµâ %s à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "SASL തിരിà´àµà´à´±à´¿à´¯à´²àµâ %s à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "PolicyKit auth-à´¨àµà´³àµà´³ സിസàµà´±àµà´±à´ ബസിലàµà´àµà´àµàµ à´à´£à´àµà´àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s à´à´àµà´¨àµà´¨àµ à´àµà´²àµà´¨àµà´±àµ DN"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate: തിരിà´àµà´à´±à´¿à´¯à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr "remoteCheckCertificate: à´àµà´²àµà´¨àµà´±àµ സരàµâà´àµà´à´¿à´«à´¿à´àµà´àµà´±àµà´±àµ വിശàµà´µà´¸à´¨àµà´¯à´®à´²àµà´²."
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr "remoteCheckCertificate: à´àµà´²àµà´¨àµà´±àµ സരàµâà´àµà´à´¿à´«à´¿à´àµà´àµà´±àµà´±àµ നലàµâà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨à´¤àµ à´à´°àµà´¨àµà´¨àµ à´
à´µàµà´¯à´àµà´¤à´."
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate: the client certificate has been revoked."
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate: സരàµâà´àµà´à´¿à´«à´¿à´àµà´àµà´±àµà´±àµ X.509 à´
à´²àµà´²"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate: പിയറàµà´à´³àµâ à´²à´àµà´¯à´®à´²àµà´²"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: gnutls_x509_crt_init പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate: à´àµà´²àµà´¨àµà´±àµ സരàµâà´àµà´à´¿à´«à´¿à´àµà´àµà´±àµà´±à´¿à´¨àµà´±àµ à´à´¾à´²à´¾à´µà´§à´¿ à´à´´à´¿à´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr "remoteCheckCertificate: à´àµà´²àµà´±àµà´±àµ സരàµâà´àµà´à´¿à´«à´¿à´àµà´àµà´±àµà´±àµ നിലവിലàµâ à´¸à´àµà´µà´®à´²àµà´²"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -339,11 +339,11 @@ msgstr ""
"-text' to view the Distinguished Name field in the client certificate, or "
"run this daemon with --verbose option."
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr "remoteCheckCertificate: à´àµà´²àµà´¨àµà´±à´¿à´¨àµà´±àµ സരàµâà´àµà´à´¿à´«à´¿à´àµà´àµà´±àµà´±àµ à´à´±à´ªàµà´ªà´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
@@ -351,439 +351,455 @@ msgstr ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "Failed to verify client credentials: %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "à´à´£à´àµà´·à´¨àµâ à´¸àµà´µàµà´à´°à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "out of memory allocating array"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr "Turn off polkit auth for privileged client %d"
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "TLS ഹാനàµâà´¡àµà´·àµà´¯à´¿à´àµà´àµ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´°àµà´¤à´¿ %d"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "à´²à´àµà´¯à´®à´¾à´àµà´àµà´: %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "'%s' à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "à´à´´àµà´¤àµà´: %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "'%s' à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr "സിà´àµà´¨à´²àµâ ഹാനàµâഡിലരàµâ %d പിഴവàµà´à´³àµâ à´°àµà´à´ªàµà´ªàµà´àµà´¤àµà´¤à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ: à´
വസാന പിഴവàµ: %s"
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "à´®àµà´®àµà´®à´±à´¿ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "%s à´àµà´£àµâà´«à´¿à´àµ ലിസàµà´±àµà´±à´¿à´¨àµà´³àµà´³ à´®àµà´®àµà´®à´±à´¿ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "%s à´àµà´£àµâà´«à´¿à´àµ ലിസàµà´±àµà´±àµ à´®àµà´²àµà´²àµà´¯à´¤àµà´¤à´¿à´¨àµà´³àµà´³ à´®àµà´®àµà´®à´±à´¿ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
"remoteReadConfigFile: %s: %s: à´¸àµà´àµà´°à´¿à´àµ à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ à´¸àµà´àµà´°à´¿à´àµà´à´³àµà´àµ à´ªà´àµà´à´¿à´à´¯à´¾à´¯à´¿à´°à´¿à´àµà´à´£à´\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr "remoteReadConfigFile: %s: %s: à´¤àµà´±àµà´±à´¾à´¯ തരà´: %s à´²à´àµà´¯à´®à´¾à´¯à´¿; à´ªàµà´°à´¤àµà´àµà´·à´¿à´àµà´à´¤àµàµ %s\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr "remoteReadConfigFile: %s: %s: പിനàµà´¤àµà´£ à´²à´àµà´¯à´®à´²àµà´²à´¾à´¤àµà´¤ auth %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "Cannot set group when not running as root"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr "à´àµà´°àµà´ªàµà´ªàµ'%s' à´¤àµà´±à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "à´®àµà´¡àµ '%s' പാഴàµà´¸àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "à´¡àµà´®à´£àµâ à´à´¯à´¿ à´«àµà´°àµâà´àµà´àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "à´ªàµà´ªàµà´ªàµ à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "uuid à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr "%s-à´¨àµà´³àµà´³ à´àµà´°àµà´ªàµà´ªàµ à´à´à´®à´¸àµà´¥à´¾à´µà´à´¾à´¶à´ മാറàµà´±àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr "Failed to register callback for signal pipe"
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr "program mismatch (actual %x, expected %x)"
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "version mismatch (actual %x, expected %x)"
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "direction (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "നിലവാരഠ(%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "തിരിà´àµà´à´±à´¿à´¯à´²àµâ à´à´µà´¶àµà´¯à´®à´¾à´£àµàµ"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´ªàµà´°à´àµà´°à´¿à´¯: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "പാരàµâസൠà´à´°àµâà´àµà´¯àµà´®àµà´¨àµà´±àµà´à´³àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr "connection already open"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "à´à´£à´àµà´·à´¨àµâ à´¤àµà´±à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr "strdup-à´²àµâ à´®àµà´®àµà´®à´±à´¿ à´²à´àµà´¯à´®à´²àµà´²"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_NODE_MAX_CELLS"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr "nparams too large"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´°àµà´¤à´¿"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr "size > maximum buffer size"
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "നിലവിലàµà´³à´³ സമയഠലà´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "നിലവിലàµà´³à´³ സമയഠലà´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Cannot resolve address %d: %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "client tried invalid SASL init request"
-#: qemud/remote.c:2575
-#, c-format
-msgid "failed to get sock address %d (%s)"
+#: qemud/remote.c:2651
+#, fuzzy, c-format
+msgid "failed to get sock address: %s"
msgstr "à´¸àµà´àµà´àµ വിലാസഠ%d (%s) à´²à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ "
-#: qemud/remote.c:2586
-#, c-format
-msgid "failed to get peer address %d (%s)"
+#: qemud/remote.c:2663
+#, fuzzy, c-format
+msgid "failed to get peer address: %s"
msgstr "പിയരàµâ വിലാസഠ%d (%s) à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പിശà´àµ"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "sasl context setup failed %d (%s)"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr "cannot TLS get cipher size"
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr "cannot set SASL external SSF %d (%s)"
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr "cannot set SASL security props %d (%s)"
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "cannot list SASL mechanisms %d (%s)"
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "cannot allocate mechlist"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "cannot query SASL ssf on connection %d (%s)"
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "negotiated SSF %d was not strong enough"
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr "cannot query SASL username on connection %d (%s)"
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "no client username was found"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "out of memory copying username"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "SASL client %s not allowed in whitelist"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr "client tried invalid SASL start request"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "sasl start failed %d (%s)"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr "sasl start reply data too long %d"
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "sasl step failed %d (%s)"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr "sasl step reply data too long %d"
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr "client tried unsupported SASL init request"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr "client tried unsupported SASL start request"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "client tried unsupported SASL step request"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr "client tried invalid PolicyKit init request"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "cannot get peer socket identity"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "Checking PID %d running as %d"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr "Failed to lookup policy kit caller: %s"
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "à´ªàµà´³àµâà´à´¿à´±àµà´±àµ à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¿ %s à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "à´ªàµà´³àµâà´à´¿à´±àµà´±àµ à´àµà´£àµâà´àµà´àµà´¸àµà´±àµà´±àµ %s à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "Policy kit failed to check authorization %d %s"
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr "Policy allowed action %s from pid %d, uid %d, result %s"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr "client tried unsupported PolicyKit init request"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
#, fuzzy
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "à´¡à´¿à´µàµà´¸àµ à´²à´àµà´¯à´®à´²àµà´²: %s (%s)"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ dict à´¨àµà´¡àµ"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -899,525 +915,527 @@ msgstr "à´à´£à´àµà´·à´¨àµâ ഹാഷൠà´àµà´¬à´¿à´³à´¿à´²àµà´àµà´
msgid "dev missing from connection hash table"
msgstr "à´à´£à´àµà´·à´¨àµâ ഹാഷൠà´àµà´¬à´¿à´³à´¿à´²à´¿à´²àµâ à´µàµà´³àµà´¯à´ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´°àµà´¤à´¿ %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´¬àµà´àµà´àµ à´¡à´¿à´µàµà´¸àµ '%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "Invalid floppy device name: %s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "Invalid harddisk device name: %s"
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ auth à´°àµà´¤à´¿ '%s'"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "Invalid bus type '%s' for floppy disk"
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "Invalid bus type '%s' for floppy disk"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´¬àµà´àµà´àµ à´¡à´¿à´µàµà´¸àµ '%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ auth à´°àµà´¤à´¿ '%s'"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ auth à´°àµà´¤à´¿ '%s'"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
"No <source> 'network' attribute specified with <interface type='network'/>"
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr "No <source> 'dev' attribute specified with <interface type='bridge'/>"
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr "No <source> 'port' attribute specified with socket interface"
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr "Cannot parse <source> 'port' attribute with socket interface"
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr "No <source> 'address' attribute specified with socket interface"
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr "Model name contains invalid characters"
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
msgid "Missing source path attribute for char device"
msgstr "à´àµà´¯à´¾à´±à´àµà´à´°àµâ à´¡à´¿à´µàµà´¸à´¿à´¨àµà´³à´³ à´²à´àµà´¯à´®à´²àµà´²à´¾à´¤àµà´¤ à´à´±à´µà´¿à´à´¤àµà´¤à´¿à´¨àµà´±àµ പാഥൠവിശàµà´·à´¤"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
msgid "Missing source host attribute for char device"
msgstr "à´àµà´¯à´¾à´±à´àµà´à´°àµâ à´¡à´¿à´µàµà´¸à´¿à´¨àµà´³à´³ à´²à´àµà´¯à´®à´²àµà´²à´¾à´¤àµà´¤ à´à´±à´µà´¿à´à´¤àµà´¤à´¿à´¨àµà´±àµ à´¹àµà´¸àµà´±àµà´±àµ വിശàµà´·à´¤"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr "à´àµà´¯à´¾à´±à´àµà´à´°àµâ à´¡à´¿à´µàµà´¸à´¿à´¨àµà´³à´³ à´²à´àµà´¯à´®à´²àµà´²à´¾à´¤àµà´¤ à´à´±à´µà´¿à´à´¤àµà´¤à´¿à´¨àµà´±àµ à´¸àµà´µà´¨ വിശàµà´·à´¤"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr "à´à´¨àµâà´ªàµà´àµà´àµ തരതàµà´¤à´¿à´²àµà´³àµà´³ à´¡à´¿à´µàµà´¸àµ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´¬àµà´àµà´àµ à´¡à´¿à´µàµà´¸àµ '%s'"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ auth à´°àµà´¤à´¿ '%s'"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "ps2 bus does not support %s input device"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "unsupported input bus %s"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr "xen bus does not support %s input device"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "à´à´¨àµâà´ªàµà´àµà´àµ തരതàµà´¤à´¿à´²àµà´³àµà´³ à´¡à´¿à´µàµà´¸àµ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´¡à´¿à´µàµà´¸àµ à´°àµà´¤à´¿"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "cannot remove config for %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ auth à´°àµà´¤à´¿ '%s'"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´¶à´¬àµà´¦ മാതàµà´ à´°àµà´¤à´¿"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "ഡയറà´àµà´à´±à´¿ %s à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "à´¡à´¿à´µàµà´¸àµ %s à´¤àµà´±à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "%s à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "à´¡à´¿à´µàµà´¸àµ %s à´¤àµà´±à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ auth à´°àµà´¤à´¿ '%s'"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "\" à´²à´àµà´¯à´®à´²àµà´²"
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "à´¸àµà´´àµà´¸àµ à´¹àµà´¸àµà´±àµà´±àµ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "à´¡à´¿à´µàµà´¸àµ %s à´¤àµà´±à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "%s à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "à´¡à´¿à´µàµà´¸àµ %s à´¤àµà´±à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ auth à´°àµà´¤à´¿ '%s'"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´¬àµà´àµà´àµ à´¡à´¿à´µàµà´¸àµ '%s'"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´¬àµà´àµà´àµ à´¡à´¿à´µàµà´¸àµ '%s'"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "à´¸àµà´´àµà´¸àµ à´¹àµà´¸àµà´±àµà´±àµ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´¹àµà´¸àµà´±àµà´±àµ %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´à´¥à´¨àµà´±à´¿à´àµà´àµà´·à´¨àµâ തരഠ%s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "à´±àµà´àµà´àµ à´à´²à´®àµà´¨àµà´±àµ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´¡à´¿à´µàµà´¸àµ à´°àµà´¤à´¿"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "à´²à´àµà´¯à´®à´²àµà´²à´¾à´¤àµà´¤ തരതàµà´¤à´¿à´²àµà´³àµà´³ à´¡àµà´®àµà´¯à´¿à´²àµâ വിശàµà´·à´¤"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ തരതàµà´¤à´¿à´²àµà´³àµà´³ à´¡àµà´®àµà´¯à´¿à´¨àµâ"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "UUID à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "malformed uuid element"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr "missing memory element"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡àµà´±àµà´±à´¾ '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "OS à´°àµà´¤à´¿ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unsupported architecture"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "à´¸àµà´´àµà´¸àµ à´¡à´¿à´µàµà´¸àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "à´¸àµà´´àµà´¸àµ à´¡à´¿à´µàµà´¸àµ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´¬àµà´àµà´àµ à´¡à´¿à´µàµà´¸àµ '%s'"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "à´¸àµà´´àµà´¸àµ à´¡à´¿à´µàµà´¸àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
#, fuzzy
msgid "cannot extract filesystem devices"
msgstr "à´¸àµà´´àµà´¸àµ à´¡à´¿à´µàµà´¸àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "à´¸àµà´´àµà´¸àµ à´¡à´¿à´µàµà´¸àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
#, fuzzy
msgid "cannot extract parallel devices"
msgstr "à´¸àµà´´àµà´¸àµ à´¡à´¿à´µàµà´¸àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "à´¸àµà´´àµà´¸àµ à´¡à´¿à´µàµà´¸àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "à´¸àµà´´àµà´¸àµ à´¡à´¿à´µàµà´¸àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "à´¸àµà´´àµà´¸àµ à´¡à´¿à´µàµà´¸àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "à´¸àµà´´àµà´¸àµ à´¡à´¿à´µàµà´¸àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "à´¸àµà´´àµà´¸àµ à´¡à´¿à´µàµà´¸àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "bind: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ താലàµâà´àµà´à´¾à´²à´¿à´à´®à´¾à´¯à´¿ നിരàµâà´¤àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr "incorrect root element"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "à´àµà´ªàµà´³à´à´¿à´¯àµà´àµ cpuset-à´²àµâ സിനàµà´°à´¾à´àµà´¸à´¿à´²àµâ പിശà´àµ"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´°àµà´¤à´¿ %d"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´°àµà´¤à´¿ %d"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´°àµà´¤à´¿ %d"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´°àµà´¤à´¿ %d"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´°àµà´¤à´¿ %d"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´°àµà´¤à´¿ %d"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´°àµà´¤à´¿ %d"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´°àµà´¤à´¿ %d"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´°àµà´¤à´¿ %d"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´°àµà´¤à´¿ %d"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´°àµà´¤à´¿ %d"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ dict à´¨àµà´¡àµ"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´°àµà´¤à´¿ %d"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´°àµà´¤à´¿ %d"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´°àµà´¤à´¿ %d"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ value à´¨àµà´¡àµ"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "cannot create config directory %s: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "à´àµà´°à´®à´¿à´à´°à´£ ഫയലàµâ %s à´à´£àµà´à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "à´àµà´°à´®à´¿à´à´°à´£ ഫയലàµâ %s à´à´´àµà´¤àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "cannot save config file %s: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "ഡയറà´àµà´à´±à´¿ '%s' à´¤àµà´±à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "cannot remove config for %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ virt à´°àµà´¤à´¿"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¿à´ªàµà´ªà´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ '"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "ഡയറà´àµà´à´±à´¿ %s à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ : %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "iptables നിയമà´àµà´à´³àµâ %s-à´²àµà´àµà´àµ à´¸àµà´àµà´·à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ : %s"
@@ -1427,56 +1445,56 @@ msgstr "iptables നിയമà´àµà´à´³àµâ %s-à´²àµà´àµà´àµ à´¸àµà´
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "URI à´à´£à´àµà´·à´¨àµâ പാഴàµà´¸àµ à´àµà´¯àµà´¯àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "à´²àµà´àµ ഡയറà´àµà´à´±à´¿ %s à´à´£àµà´à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "kernel path too long"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "à´ªàµà´ªàµà´ªàµ à´à´£àµà´à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare à´¯àµà´à´°àµâà´ à´¸à´àµà´à´®à´¾à´àµà´à´¿à´¯à´¿à´²àµà´²"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domainMigratePrepare à´¯àµà´à´°àµâà´ à´¸à´àµà´à´®à´¾à´àµà´à´¿à´¯à´¿à´²àµà´²"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr "path is NULL"
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr "flags must be zero"
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr "buffer is NULL"
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr "flags parameter must be VIR_MEMORY_VIRTUAL"
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr "buffer is NULL but size is non-zero"
@@ -1520,12 +1538,12 @@ msgstr "നിഷàµà´àµà´±à´¿à´¯à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´
msgid "failed to bind new root %s"
msgstr "à´¸àµà´àµà´à´±àµà´±àµ '%s'-à´²àµà´àµà´àµàµ à´àµà´°àµâà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "'%s' à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "à´¸àµà´àµà´à´±àµà´±àµ '%s'-à´²àµà´àµà´àµàµ à´àµà´°àµâà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
@@ -1698,21 +1716,21 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr "à´àµà´°àµà´¨àµà´¨ uuid-à´¯àµà´³àµà´³ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr "à´¸à´àµà´µà´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´µàµà´àµà´à´¿ മാറàµà´±àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "à´¸à´àµà´µà´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´µàµà´àµà´à´¿ മാറàµà´±àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
@@ -1767,7 +1785,7 @@ msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´ªàµà´¯à´¿à´¨àµâ
msgid "failed to kill pid %d"
msgstr "tty pid ഫയലàµâ %s à´
à´à´¯àµà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "cannot stat file '%s': %s"
@@ -1802,225 +1820,235 @@ msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ à´ªàµà´°àµ"
msgid "no domain with id %d"
msgstr "à´à´¡à´¿ %d à´à´¯à´¿à´àµà´àµà´³àµà´³ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´ªàµà´°à´àµà´°à´¿à´¯: %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´µàµà´£àµà´àµà´ à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ പാഥàµ: %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "virXPathNode()-à´²àµà´àµà´àµà´³àµà´³ à´¤àµà´±àµà´±à´¾à´¯ പരാമàµà´±àµà´±à´°àµâ"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Cannot resolve address %d: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Cannot resolve address %d: %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Cannot resolve address %d: %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "à´¹àµà´¡à´°àµâ '%s' à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr "Forwarding requested, but no IPv4 address/netmask provided"
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ auth à´°àµà´¤à´¿ '%s'"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr "à´¨àµà´±àµà´±àµâവരàµâà´àµà´àµ à´àµà´£àµâà´«à´¿à´àµ നാമഠ'%s' à´¨àµà´±àµà´±àµâവരàµâà´àµà´àµ നാമവàµà´®à´¾à´¯à´¿ '%s' à´àµà´°àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "cannot remove config for %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "%s à´¡àµà´®àµà´¯à´¿à´¨àµâ നിലവിലàµà´£àµà´àµ"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "à´¨àµà´±àµà´±àµâവരàµâà´àµà´àµ '%s' à´¸àµà´µà´¯à´ à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "cannot initialize bridge support: %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "qemudStartup: à´®àµà´®àµà´®à´±à´¿ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
#, fuzzy
msgid "Reloading iptables rules\n"
msgstr "iptabes നിയമà´àµà´à´³àµâ à´µàµà´£àµà´àµà´ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨àµ"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr "cannot start dhcp daemon without IP address for server"
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "à´²àµà´àµ ഡയറà´àµà´à´±à´¿ %s à´à´£àµà´à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "failed to add iptables rule to allow forwarding from '%s' : %s\n"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "failed to add iptables rule to allow forwarding to '%s' : %s\n"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "failed to add iptables rule to enable masquerading : %s\n"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "failed to add iptables rule to allow routing from '%s' : %s\n"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "failed to add iptables rule to allow routing to '%s' : %s\n"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "failed to add iptables rule to allow DHCP requests from '%s' : %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "failed to add iptables rule to allow DNS requests from '%s' : %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "failed to add iptables rule to block outbound traffic from '%s' : %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "failed to add iptables rule to block inbound traffic to '%s' : %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "failed to add iptables rule to allow cross bridge traffic on '%s' : %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "à´¨àµà´±àµà´±àµâവരàµâà´àµà´àµàµ നിലിവിലàµâ à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "cannot create bridge '%s' : %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "cannot set IP address on bridge '%s' to '%s' : %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "cannot set netmask on bridge '%s' to '%s' : %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "'%s' à´¬àµà´°à´¿à´¡àµà´àµ à´¸à´àµà´µà´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ : %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "IP à´«àµà´°àµâà´µàµà´°àµâà´¡à´¿à´àµ à´¸à´àµà´à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ : %s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "à´¬àµà´°à´¿à´¡àµà´àµ '%s' നിരàµâà´àµà´àµà´µà´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ : %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to delete bridge '%s' : %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "à´¨àµà´±àµà´±àµâവരàµâà´àµà´àµ '%s' à´
à´à´àµà´àµà´ªàµà´àµà´àµà´¨àµà´¨àµ"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr "à´àµà´°àµà´¨àµà´¨ uuid-à´¯àµà´³àµà´³ à´¨àµà´±àµà´±àµâവരàµâà´àµà´àµ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr "à´àµà´°àµà´¨àµà´¨ നാമമàµà´³àµà´³ à´¨àµà´±àµà´±àµâവരàµâà´àµà´àµ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "à´¨àµà´±àµà´±àµâവരàµâà´àµà´àµàµ നിലിവിലàµâ à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr "à´àµà´°àµà´¨àµà´¨ id-à´¯àµà´³àµà´³ à´¨àµà´±àµà´±àµâവരàµâà´àµà´àµ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "à´¨àµà´±àµà´±àµâവരàµâà´àµà´àµ '%s' à´¸à´àµà´µà´®à´²àµà´²"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "à´à´àµà´àµà´¸àµà´±àµà´±à´¾à´°àµâà´àµà´àµ ഡയറà´àµà´à´±à´¿ %s à´à´£àµà´à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "symlink '%s' -> '%s' à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "symlink '%s' à´µàµà´àµà´à´¿ à´¨àµà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
@@ -2031,7 +2059,267 @@ msgstr "symlink '%s' à´µàµà´àµà´à´¿ à´¨àµà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµ
msgid "no node device with matching name"
msgstr "à´ªàµà´°àµà´¤àµà´¤à´®àµà´³àµà´³ à´ªàµà´°àµà´³àµà´³ à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "à´¡à´¿à´µàµà´¸àµ à´¹àµà´¡à´°àµâ %s à´µàµà´à´¿à´ªàµà´ªà´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "à´¸àµà´´àµà´¸àµ പാഥൠലà´àµà´¯à´®à´²àµà´²"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´ à´°àµà´¤à´¿ %d"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "ഫയലàµâ à´à´à´®à´¸àµà´¥à´¨àµâ '%s' à´àµà´°à´®à´¿à´à´°à´¿à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´¶à´¬àµà´¦ മാതàµà´'%s'"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´à´¿à´¨àµâറൠസà´à´¯àµà´à´ à´à´à´à´ à´à´¤àµ തരà´"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "%s-à´²àµâ à´¤àµà´±àµà´±à´¾à´¯ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´ªàµà´¯à´¿à´¨àµâറരàµâ"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ auth à´°àµà´¤à´¿ '%s'"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "%s-à´²àµâ à´¤àµà´±àµà´±à´¾à´¯ à´¸àµà´±àµà´±àµà´±àµà´àµ à´ªàµà´³àµâ à´ªàµà´¯à´¿à´¨àµà´±à´°àµâ"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "%s-à´²àµâ à´¤àµà´±àµà´±à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´ªàµà´¯à´¿à´¨àµâറരàµâ"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "%s-à´²àµâ à´¤àµà´±àµà´±à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´ªàµà´¯à´¿à´¨àµâറരàµâ"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´¶à´¬àµà´¦ മാതàµà´'%s'"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´¶à´¬àµà´¦ മാതàµà´'%s'"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "%s-à´²àµâ à´¤àµà´±àµà´±à´¾à´¯ à´à´£à´àµà´·à´¨àµâ à´ªàµà´¯à´¿à´¨àµâറരàµâ"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "malformed uuid element"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "à´à´ªà´¾à´¸à´¿à´±àµà´±à´¿ à´à´²à´®àµà´¨àµà´±àµ à´²à´àµà´¯à´®à´²àµà´²"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ auth à´°àµà´¤à´¿ '%s'"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ auth à´°àµà´¤à´¿ '%s'"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "%s à´¤àµà´±à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
@@ -2191,7 +2479,7 @@ msgstr "domain is not in shutoff state"
msgid "Could not read container config"
msgstr "URI à´à´£à´àµà´·à´¨àµâ പാഴàµà´¸àµ à´àµà´¯àµà´¯àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´°àµà´¤à´¿ %s"
@@ -2205,6 +2493,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "URI à´à´£à´àµà´·à´¨àµâ പാഴàµà´¸àµ à´àµà´¯àµà´¯àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "pid ഫയലàµâ '%s' à´¤àµà´±à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "സിà´àµà´¨à´²àµâ à´ªàµà´ªàµà´ªà´¿à´²àµâ നിനàµà´¨àµà´ വായിà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "pid ഫയലàµâ '%s' à´¤àµà´±à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "pid ഫയലàµâ '%s' à´¤àµà´±à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "à´ªàµà´°à´àµà´°à´¿à´¯ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "à´¸àµà´àµà´à´±àµà´±àµ '%s'-à´²àµà´àµà´àµàµ à´àµà´°àµâà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "à´¹àµà´ªàµà´ªà´°àµââà´µàµà´¸à´±à´¿à´²àµà´àµà´àµ à´à´£à´àµà´àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "à´¸àµà´àµà´à´±àµà´±àµ '%s'-à´²àµà´àµà´àµàµ à´àµà´°àµâà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´µàµà´³àµà´¯à´ à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "uid '%d'-à´¨àµà´³àµà´³ à´¯àµà´¸à´°àµâ റിà´àµà´àµà´°àµâഡൠലà´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´ªàµà´³àµâ à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2249,699 +2602,767 @@ msgstr "à´ªàµà´°àµà´àµà´¸à´¿à´¯àµà´®à´¾à´¯àµà´³à´³ à´à´¶à´¯à´µà´¿à´¨à´¿
msgid "got asynchronous packet number %d\n"
msgstr "à´
സിനàµâà´àµà´°àµà´£à´¸àµ പാà´àµà´à´±àµà´±àµ à´¨à´à´¬à´°àµâ %d à´²à´à´¿à´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "Unexpected exit status from qemu %d pid %lu"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr "Unexpected exit status '%d', qemu probably failed"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Cannot find QEMU binary %s: %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "à´¨àµà´±àµà´±àµâവരàµâà´àµà´àµ '%s' à´²à´àµà´¯à´®à´²àµà´²"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr "à´¨àµà´±àµà´±àµâവരàµâà´àµà´àµ തരഠ%d-à´¯àµà´àµà´àµà´³àµà´³ പിനàµà´¤àµà´£ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr "cannot initialize bridge support: %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to add tap interface '%s' to bridge '%s' : %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to add tap interface '%s' to bridge '%s' : %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "qemu 'info blockstats'-à´¨àµà´³àµà´³ പിനàµà´¤àµà´£ നലàµâà´àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
#, fuzzy
msgid "STDIO migration is not supported with this QEMU binary"
msgstr "qemu 'info blockstats'-à´¨àµà´³àµà´³ പിനàµà´¤àµà´£ നലàµâà´àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡à´¿à´¸àµà´àµ തരഠ'%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡à´¿à´¸àµà´àµ തരഠ'%s'"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡à´¿à´¸àµà´àµ തരഠ'%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "invalid sound model"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´ªàµà´°àµàµ"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ പാഥàµ"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Unable to open monitor path %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "à´¨àµà´¡àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ ലിസàµà´±àµà´±àµ"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "close-on-exec ഫയലàµâ à´¡à´¿à´¸àµà´àµà´°à´¿à´ªàµà´à´°àµâ à´«àµà´²à´¾à´àµ à´àµà´°à´®à´¿à´à´°à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "Failed to set non-blocking file descriptor flag"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "%s à´²àµà´àµ ഫയലàµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "VM logfile close-on-exec à´«àµà´²à´¾à´àµ à´¸à´àµà´à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´² %s"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "%s à´²àµà´àµ ഫയലàµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/qemu_driver.c:211
-#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "%s à´²àµà´àµ ഫയലàµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "VM logfile close-on-exec à´«àµà´²à´¾à´àµ à´¸à´àµà´à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´² %s"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "tty %s à´¤àµà´±à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s\n"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "വിà´à´ '%s' à´¸àµà´µà´¯à´ à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "à´¬àµà´³àµà´àµà´à´¿à´¨àµà´°àµ à´
വസàµà´¥ à´²à´àµà´¯à´®à´¾à´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ %s %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s-നൠ%s à´à´¯à´¿ à´¸àµà´àµà´·à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "ഡയറà´àµà´à´±à´¿ %s à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ : %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "നിലവിലàµà´³à´³ സമയഠലà´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "à´®àµà´¡àµ '%s' പാഴàµà´¸àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "à´®àµà´¡àµ '%s' പാഴàµà´¸àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
+
+#: src/qemu_driver.c:476
#, fuzzy, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "വിà´à´ '%s' à´¸àµà´µà´¯à´ à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup: à´®àµà´®àµà´®à´±à´¿ à´²à´àµà´¯à´®à´²àµà´²"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr "Failure while reading %s startup output"
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr "Timed out while reading %s startup output"
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr "Out of space while reading %s startup output"
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, fuzzy, c-format
+msgid "Out of space while reading %s log output"
+msgstr "Out of space while reading %s startup output"
+
+#: src/qemu_driver.c:757
+#, fuzzy, c-format
+msgid "Failure while reading %s log output"
+msgstr "Failure while reading %s startup output"
+
+#: src/qemu_driver.c:771
+#, fuzzy, c-format
+msgid "Timed out while reading %s log output"
+msgstr "Timed out while reading %s startup output"
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr "Unable to open monitor path %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr "Unable to set monitor close-on-exec flag"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr "Unable to put monitor into non-blocking mode"
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "%d à´²àµà´àµ ഫയലàµâ à´
à´à´¯àµà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "unable to set tty attributes: %s\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr "cannot run monitor command to fetch CPU thread info"
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "CPU à´
ഫിനിറàµà´±à´¿ %s à´¸à´àµà´à´¾à´àµà´àµà´µà´¾à´¨àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr "à´ªàµà´°à´àµà´°à´¿à´¯ à´µàµà´£àµà´àµà´ à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨à´¤àµàµ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "നിലവിലàµà´³à´³ സമയഠലà´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "വിà´à´ നിലിവിലàµâ à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr "à´à´ªà´¯àµà´à´¤àµà´¤à´¿à´²à´¿à´²àµà´²à´¾à´¤àµà´¤ à´à´°àµ VNC à´ªàµà´°àµâà´àµà´àµ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "à´²àµà´àµ ഡയറà´àµà´à´±à´¿ %s à´à´£àµà´à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Cannot find QEMU binary %s: %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Cannot find QEMU binary %s: %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "%d à´²àµà´àµ ഫയലിലàµà´àµà´àµàµ argv à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "%d à´²àµà´àµ ഫയലിലàµà´àµà´àµàµ argv à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "%d à´²àµà´àµ ഫയലിലàµà´àµà´àµàµ argv à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´
à´à´àµà´àµ à´ªàµà´àµà´àµà´¨àµà´¨àµ\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "VM '%s' à´
à´à´àµà´àµ à´ªàµà´àµà´àµà´¨àµà´¨àµ"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "à´¸àµà´àµà´à´±àµà´±àµ '%s'-à´²àµà´àµà´àµàµ à´àµà´°àµâà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "%d à´²àµà´àµ ഫയലàµâ à´
à´à´¯àµà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
+msgid "Failed to remove domain status for %s"
+msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "VM à´à´£àµâà´¸àµà´³àµâ à´¡àµà´±àµà´±à´¾à´¯à´¿à´²àµà´àµà´àµàµ à´²àµà´àµ à´àµà´¯àµà´¯àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "tty %s à´¤àµà´±à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr "à´ à´¹àµà´¸àµà´±àµà´±à´¿à´²àµâ NUMA പിനàµà´¤àµà´£ നലàµâà´àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr "NUMA-യിലàµâ à´à´ªà´¯àµà´à´¤àµà´¤à´¿à´²à´¿à´²àµà´²à´¾à´¤àµà´¤ à´®àµà´®àµà´®à´±à´¿à´¯àµà´ªàµà´ªà´±àµà´±à´¿ à´àµà´¦à´¿à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "à´¹àµà´¸àµà´±àµà´±à´¿à´¨àµâറൠനാമഠലà´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "%s à´¡àµà´®àµà´¯à´¿à´¨àµâ നിലവിലàµà´£àµà´àµ"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "%s à´¡àµà´®àµà´¯à´¿à´¨àµâ നിലവിലàµà´£àµà´àµ"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "à´àµà´°àµà´¨àµà´¨ id %d à´à´³àµà´³ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¿à´àµà´àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr "സസàµà´ªàµà´¨àµâഡൠപàµà´°à´àµà´°à´¿à´¯ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr "à´
à´à´àµà´àµà´ªàµà´àµà´àµà´¨àµà´¨ à´ªàµà´°à´àµà´°à´¿à´¯ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "à´àµà´°àµà´¨àµà´¨ uuid '%s' à´à´³àµà´³ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
"നിലവിലàµà´³àµà´³ à´®àµà´®àµà´®à´±à´¿à´¯àµà´àµà´à´¾à´³àµâ നലàµâà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨ à´à´±àµà´±à´µàµà´ à´àµà´±à´àµà´ à´®àµà´®àµà´®à´±à´¿ à´¸à´àµà´à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr "à´¸à´àµà´µà´®à´¾à´¯ à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨à´¿à´¨àµàµ à´®àµà´®àµà´®à´±à´¿ à´¸à´àµà´à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr "നലàµâà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨ à´à´±àµà´±à´µàµà´ à´àµà´àµà´¤à´²àµâ à´®àµà´®àµà´®à´±à´¿à´¯àµà´àµà´à´¾à´³àµâ à´¸à´àµà´à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ xml à´²à´àµà´¯à´®à´¾à´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr "'%s' à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
msgstr "à´¸àµà´µàµ à´¹àµà´¡à´°àµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr "xml à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "%d à´²àµà´àµ ഫയലàµâ à´
à´à´¯àµà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "à´®àµà´®àµà´®à´±à´¿ à´²à´àµà´¯à´®à´²àµà´²"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr "മാറàµà´±àµà´¨àµà´¨ à´ªàµà´°à´àµà´°à´¿à´¯ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
#, fuzzy
msgid "'migrate' not supported by this qemu"
msgstr "qemu 'info blockstats'-à´¨àµà´³àµà´³ പിനàµà´¤àµà´£ നലàµâà´àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr "à´à´°àµ à´¸à´àµà´µà´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨à´¿à´²àµâ vcpu à´àµà´£àµà´àµàµ മാറàµà´±àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµà´³àµà´³ à´à´±àµà´±à´µàµà´ à´àµà´àµà´¤à´²àµâ vcpus à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
msgid "cannot pin vcpus on an inactive domain"
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´¡àµà´®àµà´¯à´¿à´¨à´¿à´²àµâ vcpus പിനàµâ à´àµà´¯àµà´¯àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "vcpu നമàµà´ªà´°àµâ പരിധിയàµà´àµà´àµàµ à´ªàµà´±à´¤àµà´¤àµàµ %d > %d"
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "à´
ഫിനിറàµà´±à´¿ à´¸à´àµà´à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr "cpu à´
ഫിനിറàµà´±à´¿ പിനàµà´¤àµà´£à´¯àµà´àµà´àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "à´
ഫിനിറàµà´±à´¿ à´²à´àµà´¯à´®à´²àµà´²: %s"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr "cpu à´
ഫിനിറàµà´±à´¿ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ '%d'-à´²àµâ à´
പരിà´à´¿à´¤à´®à´¾à´¯ virt തരà´"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "നിലവിലàµà´³à´³ സമയഠലà´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
+
+#: src/qemu_driver.c:3014
+#, fuzzy, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr "vCPU count exceeds maximum: %d > %d"
+
+#: src/qemu_driver.c:3023
+#, fuzzy, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr "vCPU count exceeds maximum: %d > %d"
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ à´à´®àµà´àµ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr "qemu à´¹àµà´¡à´°àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr "à´à´®àµà´àµ മാà´à´¿à´àµ à´¤àµà´±àµà´±à´¾à´£àµàµ"
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "à´à´®àµà´àµ പതിപàµà´ªà´¿à´¨àµà´³àµà´³ പിനàµà´¤àµà´£ à´²à´àµà´¯à´®à´²àµà´² (%d > %d)"
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr "XML വായിà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr "XML പാഴàµà´¸àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ '%s' നിലിവിലàµâ à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
msgid "failed to assign new VM"
msgstr "à´ªàµà´¤à´¿à´¯ വിà´à´ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr "വിà´à´ à´¤àµà´à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
msgid "failed to resume domain"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ à´µàµà´£àµà´àµà´ à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡à´¿à´¸àµà´àµ തരഠ'%s'"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "സിഡിറàµà´ à´®àµà´¡à´¿à´¯à´¾ മാറàµà´±àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "സിഡിറàµà´ à´®àµà´¡à´¿à´¯à´¾ മാറàµà´±àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, fuzzy, c-format
msgid "target %s already exists"
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´ നിലവിലàµà´£àµà´àµ"
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "%s à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "%s à´¡àµà´®àµà´¯à´¿à´¨àµâ നിലവിലàµà´£àµà´àµ"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "à´¸àµà´´àµà´¸àµ à´¡à´¿à´µàµà´¸àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "à´¹àµà´¸àµà´±àµà´±àµ à´¡àµà´«à´¨à´¿à´·à´¨àµâ ഫയലàµâ à´²àµà´¡àµ à´àµà´¯àµà´¯àµà´¨àµà´¨àµ"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "à´¸àµà´´àµà´¸àµ à´¡à´¿à´µàµà´¸àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "à´¹àµà´¸àµà´±àµà´±àµ à´¡àµà´«à´¨à´¿à´·à´¨àµâ ഫയലàµâ à´²àµà´¡àµ à´àµà´¯àµà´¯àµà´¨àµà´¨àµ"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr "നിരàµâà´àµà´àµà´µà´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨à´¿à´²àµâ à´¡à´¿à´µàµà´¸àµ à´àµà´àµà´à´¿à´àµà´àµà´°àµâà´àµà´àµà´¨àµà´¨à´¤à´¿à´¨àµàµ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/qemu_driver.c:3451
-#, fuzzy
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, fuzzy, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr "സിഡിറàµà´ à´¡à´¿à´¸àµà´àµ à´¡à´¿à´µàµà´¸àµà´à´³àµâ മാതàµà´°à´®àµ à´àµà´àµà´à´¿à´àµà´àµà´°àµâà´àµà´àµà´µà´¾à´¨àµâ സാധിà´àµà´àµ"
-#: src/qemu_driver.c:3460
-#, fuzzy
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, fuzzy, c-format
+msgid "device type '%s' cannot be attached"
msgstr "സിഡിറàµà´ à´¡à´¿à´¸àµà´àµ à´¡à´¿à´µàµà´¸àµà´à´³àµâ മാതàµà´°à´®àµ à´àµà´àµà´à´¿à´àµà´àµà´°àµâà´àµà´àµà´µà´¾à´¨àµâ സാധിà´àµà´àµ"
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ à´µàµà´£àµà´àµà´ à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´¡à´¿à´µàµà´¸àµ à´¨àµà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ "
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "നിരàµâà´àµà´àµà´µà´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨à´¿à´²àµâ à´¡à´¿à´µàµà´¸àµ à´àµà´àµà´à´¿à´àµà´àµà´°àµâà´àµà´àµà´¨àµà´¨à´¤à´¿à´¨àµàµ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
#, fuzzy
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr "സിഡിറàµà´ à´¡à´¿à´¸àµà´àµ à´¡à´¿à´µàµà´¸àµà´à´³àµâ മാതàµà´°à´®àµ à´àµà´àµà´à´¿à´àµà´àµà´°àµâà´àµà´àµà´µà´¾à´¨àµâ സാധിà´àµà´àµ"
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "à´¸à´àµà´µà´®à´¾à´¯ à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨à´¿à´¨àµàµ à´®àµà´®àµà´®à´±à´¿ à´¸à´àµà´à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "à´à´àµà´àµà´¸àµà´±àµà´±à´¾à´°àµâà´àµà´àµ ഡയറà´àµà´à´±à´¿ %s à´à´£àµà´à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "symlink '%s' -> '%s' à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ പാഥàµ: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr "'info blockstats' നിരàµâà´¦àµà´¦àµà´¶à´ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "qemu 'info blockstats'-à´¨àµà´³àµà´³ പിനàµà´¤àµà´£ നലàµâà´àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "à´¡à´¿à´µàµà´¸àµ à´²à´àµà´¯à´®à´²àµà´²: %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr "NULL à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ à´¶àµà´¨àµà´¯à´®à´¾à´¯ പാഥàµ"
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ പാഥàµ, '%s' à´²à´àµà´¯à´®à´¾à´¯ à´à´°àµ à´¸à´à´¯àµà´à´à´à´à´®à´à´²àµà´²"
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "ഡയറà´àµà´à´±à´¿ '%s' à´¤àµà´±à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "ഫയലിലàµâ നിനàµà´¨àµà´ lseek à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ read à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s: %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ പാഥàµ"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr "QEMU driver only supports virtual memory addrs"
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "open(%s) പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "lvs നിരàµâà´¦àµà´¦àµà´¶à´ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s: à´²àµà´àµ ഫയലàµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "à´¨àµà´¡àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ ലിസàµà´±àµà´±àµ"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "UUID à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ '%s' നിലിവിലàµâ à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "വിà´à´ à´¤àµà´à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "à´ªàµà´°à´àµà´°à´¿à´¯ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´µàµà´£àµà´àµà´ à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "à´àµà´°àµà´¨àµà´¨ à´ªàµà´°àµà´³àµà´³ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´²à´àµà´¯à´®à´²àµà´²"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
msgstr "libvirtd à´¬àµà´¨à´±à´¿ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
@@ -2952,225 +3373,240 @@ msgid ""
msgstr ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open: for 'ext' transport, command is required"
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "tty %s à´¤àµà´±à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s\n"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "tty %s à´¤àµà´±à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s\n"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "à´¸àµà´àµà´à´±àµà´±àµ à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "à´¸àµà´àµà´à´±àµà´±àµ à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr "transport methods unix, ssh, ext à´à´¨àµà´¨à´¿à´µà´¯àµà´àµà´àµà´³àµà´³ പിനàµà´¤àµà´£ വിനàµâà´¡àµà´¸àµ നലàµâà´àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "à´¸àµà´àµà´à´±àµà´±àµ à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "%d à´²àµà´àµ ഫയലàµâ à´
à´à´¯àµà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "URI à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "âà´¡àµà´®àµà´¯à´¿à´¨àµâ à´
à´¨àµà´µà´¦à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "%s '%s'-à´²àµà´àµà´àµ à´ªàµà´°à´µàµà´¶à´¿à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s (%d)"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "à´à´£àµà´àµà´¯à´¿à´¨à´°àµâ à´¸àµà´±àµà´±à´¾à´àµà´àµ à´
à´¨àµà´µà´¦à´¿à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "VM à´à´£àµâà´¸àµà´³àµâ à´¡àµà´±àµà´±à´¾à´¯à´¿à´²àµà´àµà´àµàµ à´²àµà´àµ à´àµà´¯àµà´¯àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "SASL à´²àµà´¬àµà´°à´±à´¿ à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %d (%s)"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, fuzzy, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "unable to set tty attributes: %s\n"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "unable to set tty attributes: %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "Failed to verify client credentials: %s"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "tty %s à´¤àµà´±à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s\n"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr "സരàµâവരàµâ à´à´±à´ªàµà´ªà´¾à´àµà´à´²àµâ (സരàµâà´àµà´àµà´«à´¿à´àµà´àµà´±àµà´±à´¿à´¨àµà´±àµ à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ IP വിലാസതàµà´¤à´¿à´¨àµà´±àµ) പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ\n"
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "Failed to verify client credentials: %s"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "à´ªàµà´ªàµà´ªàµ à´à´£àµà´à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ തരതàµà´¤à´¿à´²àµà´³àµà´³ à´¡à´¿à´µàµà´¸àµ: %s"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
#, fuzzy
msgid "The certificate is not trusted."
msgstr "സരàµâà´àµà´à´¿à´«à´¿à´àµà´àµà´±àµà´±àµ à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¨ à´¸à´àµà´à´®à´²àµà´²"
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
#, fuzzy
msgid "The certificate hasn't got a known issuer."
msgstr "remoteCheckCertificate: à´àµà´²àµà´¨àµà´±àµ സരàµâà´àµà´à´¿à´«à´¿à´àµà´àµà´±àµà´±àµ നലàµâà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨à´¤àµ à´à´°àµà´¨àµà´¨àµ à´
à´µàµà´¯à´àµà´¤à´."
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
#, fuzzy
msgid "The certificate has been revoked."
msgstr "സരàµâà´àµà´àµà´«à´¿à´àµà´àµà´±àµà´±à´¿à´¨àµà´±àµ à´à´¾à´²à´¾à´µà´§à´¿ à´à´´à´¿à´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
#, fuzzy
msgid "The certificate uses an insecure algorithm"
msgstr ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "സരàµâà´àµà´àµà´«à´¿à´àµà´àµà´±àµà´±àµ X.509 à´
à´²àµà´²"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "gnutls_certificate_get_peers പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "SASL തിരിà´àµà´à´±à´¿à´¯à´²àµâ %s à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "tty %s à´¤àµà´±à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s\n"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "സരàµâà´àµà´àµà´«à´¿à´àµà´àµà´±àµà´±à´¿à´¨àµà´±àµ à´à´¾à´²à´¾à´µà´§à´¿ à´à´´à´¿à´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "സരàµâà´àµà´à´¿à´«à´¿à´àµà´àµà´±àµà´±àµ à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¨ à´¸à´àµà´à´®à´²àµà´²"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr "സരàµâà´àµà´à´¿à´«à´¿à´àµà´àµà´±àµà´±à´¿à´¨àµà´±àµ à´à´à´®à´¸àµà´¥à´¨àµà´ à´¹àµà´¸àµà´±àµà´±àµà´¨àµà´¯à´¿à´®àµà´ (%s) à´ªàµà´°àµà´¤àµà´¤à´ªàµà´ªàµà´àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "à´à´°àµà´ªà´¾à´àµàµ NUMA à´¸àµà´²àµà´²àµà´à´³àµâ: %d > %d"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "à´à´°àµà´ªà´¾à´àµàµ റിമàµà´àµà´àµ IDs: %d > %d"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr "map length greater than maximum: %d > %d"
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "vCPU count exceeds maximum: %d > %d"
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr "vCPU map buffer length exceeds maximum: %d > %d"
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "à´à´°àµà´ªà´¾à´àµàµ vCPUs à´à´¨àµà´¨àµàµ à´¹àµà´¸àµà´±àµà´±àµ à´°àµà´à´ªàµà´ªàµà´àµà´¤àµà´¤àµà´¨àµà´¨àµ: %d > %d"
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr "host reports map buffer length exceeds maximum: %d > %d"
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, fuzzy, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr "vCPU count exceeds maximum: %d > %d"
+
+#: src/remote_internal.c:2352
+#, fuzzy, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr "vCPU count exceeds maximum: %d > %d"
+
+#: src/remote_internal.c:2361
+#, fuzzy, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr "vCPU count exceeds maximum: %d > %d"
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr "à´à´°àµà´ªà´¾à´àµàµ റിമàµà´àµà´àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´ªàµà´°àµà´à´³àµâ: %d > %d"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
@@ -3178,285 +3614,351 @@ msgstr ""
"remoteDomainGetSchedulerParameters: തിരിà´àµ à´²à´à´¿à´àµà´ പരാമàµà´±àµà´±à´±àµà´à´²àµà´àµ à´à´£àµà´£à´ "
"à´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "remoteDomainGetSchedulerParameters: à´
പരിà´à´¿à´¤à´®à´¾à´¯ പരാമàµà´±àµà´±à´°àµâ തരà´"
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "out of memory allocating array"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ പരാമàµà´±àµà´±à´°àµâ à´°àµà´¤à´¿"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr "block peek request too large for remote protocol, %zi > %d"
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr "തിരിà´àµ à´²à´à´¿à´àµà´ ബഫറിനàµà´±àµ à´µàµà´¯à´¾à´ªàµà´¤à´¿ à´à´µà´¶àµà´¯à´ªàµà´ªàµà´àµà´à´¤à´¿à´¨àµàµ à´¤àµà´²àµà´²àµà´¯à´®à´²àµà´²"
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr "memory peek request too large for remote protocol, %zi > %d"
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "à´à´°àµà´ªà´¾à´àµàµ റിമàµà´àµà´àµ à´¨àµà´±àµà´±àµâവരàµâà´àµà´àµà´à´³àµâ: %d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr "à´à´°àµà´ªà´¾à´àµàµ à´ªàµà´³àµà´à´³àµâ à´à´µà´¶àµà´¯à´ªàµà´ªàµà´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr "à´à´°àµà´ªà´¾à´àµàµ à´ªàµà´³àµà´à´³àµâ à´²à´à´¿à´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr "à´à´°àµà´ªà´¾à´àµàµ à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´®àµà´à´³àµâ à´à´µà´¶àµà´¯à´ªàµà´ªàµà´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr "à´à´°àµà´ªà´¾à´àµàµ à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´®àµà´à´³àµâ à´²à´à´¿à´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "à´à´°àµà´ªà´¾à´àµàµ à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´®àµà´à´³àµâ à´à´µà´¶àµà´¯à´ªàµà´ªàµà´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "à´à´°àµà´ªà´¾à´àµàµ à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´®àµà´à´³àµâ à´²à´à´¿à´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "à´à´°àµà´ªà´¾à´àµàµ à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´®àµà´à´³àµâ à´à´µà´¶àµà´¯à´ªàµà´ªàµà´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "à´à´°àµà´ªà´¾à´àµàµ à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´®àµà´à´³àµâ à´²à´à´¿à´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´à´¥à´¨àµà´±à´¿à´àµà´àµà´·à´¨àµâ തരഠ%s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr "à´à´µà´¶àµà´¯à´ªàµà´ªàµà´àµà´ à´à´¥à´¨àµà´±à´¿à´àµà´àµà´·à´¨àµâ തരഠ%s നിഷàµà´§à´¿à´àµà´àµ"
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "പിനàµà´¤àµà´£à´¯à´¿à´²àµà´²à´¾à´¤àµà´¤ à´à´¥à´¨àµà´±à´¿à´àµà´àµà´·à´¨àµâ തരഠ%d"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "SASL à´²àµà´¬àµà´°à´±à´¿ à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %d (%s)"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "à´¸àµà´àµà´àµ വിലാസഠ%d (%s) à´²à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ "
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "പിയരàµâ വിലാസഠ%d (%s) à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പിശà´àµ"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create SASL client context: %d (%s)"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr "TLS à´¸àµà´·à´¨àµà´³àµà´³ à´¤àµà´±àµà´±à´¾à´¯ സിഫരàµâ à´µàµà´¯à´¾à´ªàµà´¤à´¿"
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "à´à´àµà´¸àµà´±àµà´±àµà´°àµâണലàµâ SSF %d (%s) à´àµà´°à´®à´¿à´à´°à´¿à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr "cannot set security props %d (%s)"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "SASL mechanism %s not supported by server"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start SASL negotiation: %d (%s)"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr "Failed to make auth credentials"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr "SASL negotiation data too long: %d bytes"
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed SASL step: %d (%s)"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr "negotiation SSF %d was not strong enough"
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr "Failed to collect auth credentials"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr "xdr_remote_message_header പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr "marshalling args"
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
#, fuzzy
msgid "xdr_u_int (length word)"
msgstr "xdr_int (length word)"
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ à´¡àµà´±àµà´±à´¾ à´¸àµà´àµà´·à´¿à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "à´¸àµà´àµà´à´±àµà´±àµ %d വായിà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "à´±àµà´¡àµ-à´à´£àµâലി à´à´£à´àµà´·à´¨àµâ "
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "à´®àµà´±àµà´±à´¾à´¡àµà´±àµà´±à´¾ à´à´´àµà´¤àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "'%s' à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "à´µàµà´³àµà´¯à´ %s നശിപàµà´ªà´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´¨àµâ പരാà´à´¯à´"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
#, fuzzy
msgid "xdr_u_int (length word, reply)"
msgstr "xdr_int (length word, reply)"
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
#, fuzzy
msgid "packet received from server too small"
msgstr "സരàµâവറിലàµâ നിനàµà´¨àµà´ à´²à´à´¿à´àµà´ പാà´àµà´à´±àµà´±àµ വളരൠവലàµà´¤à´¾à´£àµàµ"
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr "സരàµâവറിലàµâ നിനàµà´¨àµà´ à´²à´à´¿à´àµà´ പാà´àµà´à´±àµà´±àµ വളരൠവലàµà´¤à´¾à´£àµàµ"
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr "മറàµà´ªà´à´¿à´¯à´¿à´²àµâ à´¤àµà´±àµà´±à´¾à´¯ à´¹àµà´¡à´°àµâ"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´ªàµà´°àµà´àµà´°à´¾à´ (%x à´²à´à´¿à´àµà´àµ, à´ªàµà´°à´¤àµà´àµà´·à´¿à´àµà´à´¤àµàµ %x)"
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ സമàµà´ªàµà´°à´¦à´¾à´¯ പതിപàµà´ªàµàµ (%x à´²à´à´¿à´àµà´àµ, à´ªàµà´°à´¤àµà´àµà´·à´¿à´àµà´à´¤àµàµ %x)"
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´ªàµà´°à´àµà´°à´¿à´¯ (%x à´²à´à´¿à´àµà´àµ, à´ªàµà´°à´¤àµà´àµà´·à´¿à´àµà´à´¤àµàµ %x)"
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr "unmarshalling ret"
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr "unmarshalling remote_error"
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´
വസàµà´¥ (%x à´²à´à´¿à´àµà´àµ)"
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "calloc പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "നിരàµâà´¦àµà´¦àµà´¶à´¤àµà´¤à´¿à´¨à´¾à´¯à´¿ à´à´¾à´¤àµà´¤à´¿à´°à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "cannot open tty pid file %s: %s"
+
+#: src/security_selinux.c:120
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr "cannot read tty pid file %s: %s"
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "cannot open tty pid file %s: %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "cannot read tty pid file %s: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "%s-à´¨àµà´³àµà´³ ഫയലàµâ à´àµà´£àµâà´àµà´àµà´¸àµà´±àµà´±àµ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, fuzzy, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr "vCPU count exceeds maximum: %d > %d"
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "tty %s à´¤àµà´±à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s\n"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "tty %s à´¤àµà´±à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s\n"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3487,45 +3989,45 @@ msgstr "ഫയലàµâ '%s'-à´¨àµà´±àµ à´
വസസാനഠലà´àµà´¯à´®
msgid "cannot read beginning of file '%s'"
msgstr "ഫയലàµâ '%s'-à´¨àµà´±àµ à´
വസസാനഠലà´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²:%s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "%s-à´¨àµà´³àµà´³ ഫയലàµâ à´àµà´£àµâà´àµà´àµà´¸àµà´±àµà´±àµ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "ഡയറà´àµà´à´±à´¿ %s à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr "regex %s à´à´à´ªàµà´²àµâ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "fd à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "നിരàµâà´¦àµà´¦àµà´¶à´¤àµà´¤à´¿à´¨à´¾à´¯à´¿ à´à´¾à´¤àµà´¤à´¿à´°à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr "നിരàµâà´¦àµà´¦àµà´¶à´ à´
വസാനിà´àµà´à´¤àµ ശരിയായിà´àµà´à´²àµà´²"
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "à´±àµà´¡àµ പിശà´àµ: %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr "non-zero exit status from command %d"
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "%s: സാà´àµà´·à´¾à´¤àµà´à´°à´¿à´àµà´à´¿à´àµà´à´¿à´²àµà´²\n"
@@ -3636,7 +4138,7 @@ msgid "cannot extend file '%s'"
msgstr "ഫയലàµâ '%s' à´à´àµà´¸àµà´±àµà´±àµà´¨àµâഡൠà´àµà´¯àµà´¯àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "പാഥൠ'%s' à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s"
@@ -3670,17 +4172,17 @@ msgstr "creation of non-raw images is not supported without qemu-img"
msgid "creation of non-raw images is not supported without qemu-img"
msgstr "creation of non-raw images is not supported without qemu-img"
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "ഫയലàµâ à´à´à´®à´¸àµà´¥à´¨àµâ '%s' à´àµà´°à´®à´¿à´à´°à´¿à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "ഫയലàµâ à´®àµà´¡àµ '%s' à´àµà´°à´®à´¿à´à´°à´¿à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "ഫയലàµâ '%s' à´
à´à´¯àµà´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s"
@@ -3791,11 +4293,7 @@ msgstr "à´¡à´¿à´µàµà´¸àµ %s à´
à´à´¯àµà´àµà´àµà´µà´¾à´¨àµâ സാധ
msgid "cannot remove PV device '%s'"
msgstr "cannot remove ttyPidFile %s: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "à´ªàµà´¤àµà´¤à´¾à´¯à´¿ à´à´£àµà´à´¾à´àµà´à´¿à´¯ à´µàµà´³àµà´¯à´ '%s' à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
@@ -3808,164 +4306,169 @@ msgstr "auth host à´à´àµà´°à´¿à´¬àµà´¯àµà´àµà´àµ à´²à´àµà´¯à´®à´²àµ
msgid "missing auth passwd attribute"
msgstr "auth passwd à´à´àµà´°à´¿à´¬àµà´¯àµà´àµà´àµ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´à´àµà´à´²àµâ à´®àµà´¡àµ"
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´à´£à´°àµâ à´à´²à´®àµà´¨àµà´±àµ"
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´àµà´°àµà´ªàµà´ªàµ à´à´²à´®àµà´¨àµà´±àµ"
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´±àµà´àµà´àµ à´à´²à´®àµà´¨àµà´±àµ"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´ à´°àµà´¤à´¿ %d"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "à´¨àµà´¯à´¿à´ à´à´²à´®àµà´¨àµà´±àµ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr "uuid à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ auth à´°àµà´¤à´¿ '%s'"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "à´à´±à´µà´¿à´à´¤àµà´¤à´¿à´¨àµâറൠഹàµà´¸àµà´±àµà´±àµ നാമഠലà´àµà´¯à´®à´²àµà´²"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "à´¸àµà´´àµà´¸àµ à´¡à´¿à´µàµà´¸àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "à´à´±à´µà´¿à´à´¤àµà´¤à´¿à´¨àµâറൠഡിവàµà´¸àµ പാഥൠലà´àµà´¯à´®à´²àµà´²"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "à´¸àµà´´àµà´¸àµ പാഥൠലà´àµà´¯à´®à´²àµà´²"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ auth à´°àµà´¤à´¿ '%s'"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "à´²à´àµà´·àµà´¯à´¸àµà´¥à´¾à´¨à´¤àµà´¤à´¿à´¨àµà´±àµ പാഥൠലà´àµà´¯à´®à´²àµà´²"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "പിനàµà´¤àµà´£ à´²à´àµà´¯à´®à´²àµà´²à´¾à´¤àµà´¤ à´ªàµà´³àµâ à´°àµà´¤à´¿ %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´ªàµà´³àµâ à´°àµà´¤à´¿"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr "à´à´£à´°àµâ à´à´²à´®àµà´¨àµà´±àµ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "à´±àµà´àµà´àµ à´à´²à´®àµà´¨àµà´±àµ à´²à´àµà´¯à´®à´²àµà´²"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´µàµà´¯à´ªàµà´¤à´¿à´¯àµà´àµ à´¯àµà´£à´¿à´±àµà´±àµà´à´³àµâ '%s'"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr "à´à´ªà´¾à´¸à´¿à´±àµà´±à´¿ à´à´²à´®àµà´¨àµà´±àµ à´¤àµà´±àµà´±à´¾à´£àµàµ"
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr "à´à´ªà´¾à´¸à´¿à´±àµà´±à´¿ à´à´²à´®àµà´¨àµà´±àµ à´®àµà´²àµà´²àµà´¯à´ വളരൠവലàµà´¤à´¾à´£àµàµ"
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´±àµà´àµà´àµ à´à´²à´®àµà´¨àµà´±àµ"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "à´¨àµà´¯à´¿à´ à´à´²à´®àµà´¨àµà´±àµ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr "à´à´ªà´¾à´¸à´¿à´±àµà´±à´¿ à´à´²à´®àµà´¨àµà´±àµ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ auth à´°àµà´¤à´¿ '%s'"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, fuzzy, c-format
msgid "unknown volume format number %d"
msgstr "പിനàµà´¤àµà´£ à´²à´àµà´¯à´®à´²àµà´²à´¾à´¤àµà´¤ à´µàµà´³àµà´¯à´ à´°àµà´¤à´¿ %d"
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "cannot create config directory %s: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "cannot construct config file path"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr "cannot construct autostart link path"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr "XML à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "à´àµà´°à´®à´¿à´à´°à´£ ഫയലàµâ %s à´à´£àµà´à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "à´àµà´°à´®à´¿à´à´°à´£ ഫയലàµâ %s à´à´´àµà´¤àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "cannot save config file %s: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "%s-à´¨àµà´³àµà´³ à´àµà´°à´®à´¿à´à´°à´£ ഫയലàµâ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "cannot remove config for %s"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr "à´àµà´°àµà´¨àµà´¨ uuid-à´¯àµà´³àµà´³ à´ªàµà´³àµâ à´²à´àµà´¯à´®à´²àµà´²"
@@ -3973,17 +4476,17 @@ msgstr "à´àµà´°àµà´¨àµà´¨ uuid-à´¯àµà´³àµà´³ à´ªàµà´³àµâ à´²à´àµà´¯
msgid "no pool with matching name"
msgstr "à´àµà´°àµà´¨àµà´¨ à´ªàµà´°àµà´³àµà´³ à´ªàµà´³àµâ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´ªàµà´³àµâ നിലവിലàµà´£àµà´àµàµ"
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr "à´àµà´°àµà´¨àµà´¨ uuid-à´¯àµà´³àµà´³ à´¸àµà´±àµà´±àµà´±àµà´àµ à´ªàµà´³àµâ à´²à´àµà´¯à´®à´²àµà´²"
@@ -3991,61 +4494,61 @@ msgstr "à´àµà´°àµà´¨àµà´¨ uuid-à´¯àµà´³àµà´³ à´¸àµà´±àµà´±àµà´±àµà´
msgid "pool is still active"
msgstr "à´ªàµà´³àµâ à´à´ªàµà´ªàµà´´àµà´ à´¸à´àµà´µà´®à´¾à´£àµàµ"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr "à´ªàµà´³àµâ നിലിവിലàµâ à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´ªàµà´³àµâ നിലിവിലàµâ à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´ªàµà´³àµâ à´¸à´àµà´µà´®à´²àµà´²"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´ªàµà´³àµâ à´à´ªàµà´ªàµà´´àµà´ à´¸à´àµà´µà´®à´¾à´£àµàµ"
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr "à´µàµà´³àµà´¯à´ à´µàµà´àµà´à´¿ മാറàµà´±àµà´¨àµà´¨à´¤àµàµ à´ªàµà´³àµâ പിനàµà´¤àµà´£à´¯àµà´àµà´àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "à´ªàµà´³à´¿à´¨àµàµ à´àµà´£àµâറിà´àµ ഫയലàµâ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr "à´ªàµà´°àµà´¤àµà´¤à´®àµà´³àµà´³ à´ªàµà´°àµà´³àµà´³ à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr "à´ªàµà´°àµà´¤àµà´¤à´®àµà´³àµà´³ à´àµà´¯àµà´³àµà´³ à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr "ഠപാഥിനàµà´³àµà´³ à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´ നിലവിലàµà´£àµà´àµ"
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´ªàµà´³àµâ à´µàµà´³àµà´¯à´ à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤àµàµ പിനàµà´¤àµà´£à´¯àµà´àµà´àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´ªàµà´³àµâ à´µàµà´³àµà´¯à´ à´¨àµà´àµà´à´ à´àµà´¯àµà´¯à´²àµâ പിനàµà´¤àµà´£à´¯àµà´àµà´àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "à´à´¨àµà´¨à´¤àµà´¤àµ സമയഠലà´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨àµ"
@@ -4102,155 +4605,155 @@ msgstr "à´¨àµà´¡àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ ലിസàµà´±àµà´±àµ"
msgid "resolving domain filename"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ ഫയലàµâà´¨àµà´¯à´¿à´ റിസàµà´³àµâവൠà´àµà´¯àµà´¯àµà´¨àµà´¨àµ"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "à´¨àµà´¡àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ ലിസàµà´±àµà´±àµ"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "à´¨àµà´±àµà´±àµâവരàµâà´àµà´àµ ഫയലിനàµà´°àµ നാമഠപരിഹരിà´àµà´àµà´"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "à´¨àµà´¡àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ ലിസàµà´±àµà´±àµ"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ ഫയലàµâà´¨àµà´¯à´¿à´ റിസàµà´³àµâവൠà´àµà´¯àµà´¯àµà´¨àµà´¨àµ"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: à´à´°àµ പാഥൠനലàµâà´àµà´ à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ test:///default à´à´ªà´¯àµà´à´¿à´àµà´àµà´"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "ഫയലàµâ '%s' à´
à´à´¯àµà´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¿à´àµà´àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "à´®àµà´±àµà´±à´¾à´¡àµà´±àµà´±à´¾à´¯àµà´àµà´àµà´³àµà´³ à´¸àµà´¥à´²à´ à´
à´¨àµà´µà´¦à´¿à´àµà´àµà´µà´¾à´¨à´¾à´¯à´¿à´²àµà´²"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâറൠà´
വസàµà´¥ à´à´°àµ ഫയലിലàµà´àµà´àµ à´¸àµà´àµà´·à´¿à´àµà´àµà´"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâറൠà´
വസàµà´¥ à´à´°àµ ഫയലിലàµà´àµà´àµ à´¸àµà´àµà´·à´¿à´àµà´àµà´"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ à´à´®àµà´àµ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/test.c:1295
+#: src/test.c:1292
#, fuzzy, c-format
msgid "incomplete save header in '%s'"
msgstr "à´ªàµà´°àµâà´£àµà´£à´®à´²àµà´²à´¾à´¤àµà´¤ à´¸àµà´µàµ à´¹àµà´¡à´°àµâ"
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr "à´ªàµà´°àµà´¤àµà´¤à´®à´¿à´²àµà´²à´¾à´¤àµà´¤ à´¹àµà´¡à´°àµâ മാà´à´¿à´àµ"
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "à´®àµà´±àµà´±à´¾à´¡àµà´±àµà´±à´¾à´¯àµà´àµ à´µàµà´¯à´¾à´¸à´ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr "à´®àµà´±àµà´±à´¾à´¡àµà´±àµà´±à´¾à´¯àµà´àµ à´µàµà´¯à´¾à´ªàµà´¤à´¿ പരിധിയàµà´àµà´àµàµ à´ªàµà´±à´¤àµà´¤àµàµ"
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "à´ªàµà´°àµâà´¤àµà´¤à´¿à´¯à´¾à´à´¾à´¤àµà´¤ à´®àµà´±àµà´±à´¡àµà´±àµà´±à´¾"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s-നൠ%s-à´²àµà´àµà´àµ à´¡à´à´¨àµà´ªàµ à´àµà´¯àµà´¯àµà´¨àµà´¨àµ\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "%s: à´²àµà´àµ ഫയലàµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s-നൠ%s-à´²àµà´àµà´àµ à´¡à´à´¨àµà´ªàµ à´àµà´¯àµà´¯àµà´¨àµà´¨àµ\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr "à´²à´àµà´¯à´®à´¾à´¯ à´¸àµà´²àµà´²àµà´à´³àµà´àµà´à´¾à´³àµâ പരിധി à´àµà´àµà´¨àµà´¨àµ"
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ നിലിവിലàµâ à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ "
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ à´à´ªàµà´ªàµà´´àµà´ à´ªàµà´±à´µà´±àµâà´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´à´ªàµà´ªàµà´´àµà´ à´ªàµà´±à´µà´±àµâà´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ നിലിവിലàµâ à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ "
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´ªàµà´³àµâ നിലിവിലàµâ à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´ªàµà´³àµâ à´¸à´àµà´µà´®à´²àµà´²"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "à´ªàµà´°àµà´¤àµà´¤à´®àµà´³àµà´³ à´ªàµà´°àµà´³àµà´³ à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "à´ªàµà´°àµà´¤àµà´¤à´®àµà´³àµà´³ à´àµà´¯àµà´³àµà´³ à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "ഠപാഥിനàµà´³àµà´³ à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4265,155 +4768,160 @@ msgstr "à´àµà´¯à´¾à´°à´àµà´à´°àµâ à´¡à´¿à´µàµà´¸à´¿à´¨àµà´³àµà´³ à´¸
msgid "unsupported chr device type %d"
msgstr "പിനàµà´¤àµà´£à´¯à´¿à´²àµà´²à´¾à´¤àµà´¤ തരതàµà´¤à´¿à´²àµà´³àµà´³ à´à´¨àµâà´ªàµà´àµà´àµ à´¡à´¿à´µàµà´¸àµ %s"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "close-on-exec ഫയലàµâ à´¡à´¿à´¸àµà´àµà´°à´¿à´ªàµà´à´°àµâ à´«àµà´²à´¾à´àµ à´àµà´°à´®à´¿à´à´°à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "cannot initialize bridge support: %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "ഡയറà´àµà´à´±à´¿ %s à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ : %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "qemudStartup: à´®àµà´®àµà´®à´±à´¿ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "%s à´²àµà´àµ ഫയലàµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "%s à´¤àµà´±à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "à´¸àµà´·à´¨àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "ഫയലàµâ à´®àµà´¡àµ '%s' à´àµà´°à´®à´¿à´à´°à´¿à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "%s à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "ഡയറà´àµà´à´±à´¿ %s à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Cannot find QEMU binary %s: %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "നിരàµâà´¦àµà´¦àµà´¶à´¤àµà´¤à´¿à´¨à´¾à´¯à´¿ à´à´¾à´¤àµà´¤à´¿à´°à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "Got unexpected pid, damn"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "%s à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "à´¸à´àµà´µà´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´µàµà´àµà´à´¿ മാറàµà´±àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "%s à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "ഫയലàµâ '%s' à´
à´à´¯àµà´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "à´ªàµà´ªàµà´ªàµ à´à´£àµà´à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "à´ªàµà´ªàµà´ªàµ à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "à´àµà´³àµâഡൠപàµà´°à´àµà´°à´¿à´¯ à´«àµà´°àµâà´àµà´àµ à´àµà´¯àµà´¯àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "ഫയലàµâ '%s' à´
à´£àµâലിà´àµà´àµ à´àµà´¯àµà´¯àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "à´¡à´¿à´µàµà´¸àµ à´¹àµà´¡à´°àµâ %s à´µàµà´à´¿à´ªàµà´ªà´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "à´à´àµà´àµà´¸àµà´±àµà´±à´¾à´°àµâà´àµà´àµ ഡയറà´àµà´à´±à´¿ %s à´à´£àµà´à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "strdup à´¹àµà´¸àµà´±àµà´±àµà´¨àµà´¯à´¿à´ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "strdup à´¹àµà´¸àµà´±àµà´±àµà´¨àµà´¯à´¿à´ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "strdup à´¹àµà´¸àµà´±àµà´±àµà´¨àµà´¯à´¿à´ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "ഫയലàµâ '%s' à´à´àµà´¸àµà´±àµà´±àµà´¨àµâഡൠà´àµà´¯àµà´¯àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "à´±àµà´¡àµ പിശà´àµ: %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "uid '%d'-à´¨àµà´³àµà´³ à´¯àµà´¸à´°àµâ റിà´àµà´àµà´°àµâഡൠലà´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
@@ -4423,19 +4931,24 @@ msgstr "uid '%d'-à´¨àµà´³àµà´³ à´¯àµà´¸à´°àµâ റിà´àµà´àµà´°àµâ
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ പിശà´àµ"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "സഹായഠപàµà´°à´¿à´¨àµâറൠà´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "à´àµà´²àµà´¬à´²àµâ സഹായഠà´
à´²àµà´²àµà´àµà´à´¿à´²àµâ à´à´®à´¾à´¨àµâഡൠവàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´¨àµà´¨ സഹായഠപàµà´°à´¿à´¨àµâറൠà´àµà´¯àµà´¯àµà´¨àµà´¨àµ."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "à´à´®à´¾à´¨àµâà´¡à´¿à´¨àµâറൠപàµà´°àµ"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4443,615 +4956,627 @@ msgstr ""
"à´à´®à´¾à´¨àµâà´¡àµà´à´³àµâ:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´à´àµà´àµà´®à´¾à´±àµà´±à´¿à´àµà´à´¾à´¯à´¿ à´¤àµà´à´àµà´àµà´"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "à´¬àµà´àµà´àµ à´àµà´¯àµà´¯àµà´¨àµà´ªàµà´³àµâ à´à´àµà´àµà´®à´¾à´±àµà´±à´¿à´àµà´à´¾à´¯à´¿ à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´¨à´¾à´¯à´¿ à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´àµà´±à´®à´¿à´à´°à´¿à´àµà´àµà´."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ à´ªàµà´°àµ, id à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "à´à´àµà´àµà´¸àµà´±àµà´±à´¾à´±àµâà´àµà´à´¿à´àµ നിഷàµà´àµà´±à´¿à´¯à´®à´¾à´àµà´àµà´"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´à´àµà´àµà´®à´¾à´±àµà´±à´¿à´àµà´à´¾à´¯à´¿ à´¸àµà´±àµà´±à´¾à´±àµâà´àµà´àµ à´àµà´¯àµà´¯àµà´¨àµà´¨àµ à´à´¨àµà´¨àµ à´
à´à´¯à´¾à´³à´ªàµà´ªàµà´àµà´¤àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr ""
"à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´à´àµà´àµà´®à´¾à´±àµà´±à´¿à´àµà´à´¾à´¯à´¿ à´¸àµà´±àµà´±à´¾à´±àµâà´àµà´àµ à´àµà´¯àµà´¯àµà´¨àµà´¨àµ à´à´¨àµà´¨àµ à´
à´à´¯à´¾à´³à´ªàµà´ªàµà´àµà´¤àµà´¤à´²àµâ മാറàµà´±àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´à´àµà´àµà´®à´¾à´±àµà´±à´¿à´àµà´à´¾à´¯à´¿ à´¤àµà´à´àµà´àµà´¨àµà´¨àµ à´à´¨àµà´¨àµ à´
à´à´¯à´¾à´³à´ªàµà´ªàµà´àµà´¤àµà´¤à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´à´àµà´àµà´®à´¾à´±àµà´±à´¿à´àµà´à´¾à´¯à´¿ à´¤àµà´à´àµà´àµà´¨àµà´¨àµ à´à´¨àµà´¨àµ à´
à´à´¯à´¾à´³à´ªàµà´ªàµà´àµà´¤àµà´¤à´²àµâ മാറàµà´±à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "à´µàµà´£àµà´àµà´ à´¹àµà´ªàµà´ªà´°àµââà´µàµà´¸à´±à´¿à´²àµà´àµà´àµ à´à´£à´àµà´àµ à´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"à´²àµà´àµà´à´²àµâ à´¹àµà´ªàµà´ªà´°àµââà´µàµà´¸à´±à´¿à´²àµà´àµà´àµ à´à´£à´àµà´àµ à´àµà´¯àµà´¯àµà´. à´·àµà´²àµâ à´à´°à´à´à´¿à´àµà´ à´¶àµà´·à´®àµà´³à´³ ബിളàµâà´àµà´àµ-à´à´¨àµâ à´à´®à´¾à´¨àµâഡൠà´à´£à´¿à´¤àµ."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "à´¹àµà´ªàµà´ªà´°àµââà´µàµà´¸à´°àµâ à´à´£à´àµà´·à´¨àµà´³à´³ URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "à´±àµà´¡àµ-à´à´£àµâലി à´à´£à´àµà´·à´¨àµâ"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "à´¹àµà´ªàµà´ªà´°àµââà´µàµà´¸à´±à´¿à´²àµâ നിനàµà´¨àµà´ à´à´£à´àµà´·à´¨àµâ à´àµà´¦à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "à´¹àµà´ªàµà´ªà´°àµââà´µàµà´¸à´±à´¿à´²àµà´àµà´àµ à´à´£à´àµà´àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "à´à´¸àµà´±àµà´±àµ à´à´£àµâà´¸àµà´³à´¿à´²àµà´àµà´àµ à´à´£à´àµà´àµ à´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "à´à´¸àµà´±àµà´±à´¿à´¨àµà´³à´³ വിറàµâà´àµà´àµà´µà´²àµâ à´¸àµà´°à´¿à´¯à´²àµâ à´à´£àµâà´¸àµà´³àµâ à´à´£à´àµà´àµ à´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨à´¿à´¨àµ à´à´£àµâà´¸àµà´³àµâ à´²à´àµà´¯à´®à´²àµà´²\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "à´ à´ªàµà´³à´¾à´±àµà´±àµà´«àµà´®à´¿à´²àµâ à´à´£àµâà´¸àµà´³àµâ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµà´à´³àµâ ലിസàµà´±àµà´±àµ à´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâറൠലിസàµà´±àµà´±àµ നലàµâà´àµà´¨àµà´¨àµ."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´¡àµà´®àµà´¯à´¿à´¨àµà´à´³àµâ ലിസàµà´±àµà´±àµ à´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "à´¸à´àµà´µà´®à´¾à´¯à´¤àµà´ à´
à´²àµà´²à´¾à´¤àµà´¤à´¤àµà´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµà´à´³àµâ ലിസàµà´±àµà´±àµ à´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "à´¸à´àµà´µà´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµà´à´³àµâ ലിസàµà´±àµà´±àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´¡àµà´®àµà´¯à´¿à´¨àµà´à´³àµâ ലിസàµà´±àµà´±àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "à´ªàµà´°àµ"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "à´
വസàµà´¥"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "à´
വസàµà´¥à´¯à´¿à´²àµà´²"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâറൠà´
വസàµà´¥"
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨à´¿à´¨àµà´±àµ à´
വസàµà´¥ നലàµâà´àµà´¨àµà´¨àµ."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨à´¿à´¨àµà´³àµà´³ à´¡à´¿à´µàµà´¸àµ à´¬àµà´³àµà´àµà´à´¿à´¨àµà´±àµ à´
വസàµà´¥ à´²à´àµà´¯à´®à´¾à´àµà´¨àµà´¨àµ"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¿à´àµà´àµà´¨àµà´¨ à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨à´¿à´¨àµâറൠഡിവàµà´¸àµ à´¬àµà´³àµà´àµà´à´¿à´¨àµâറൠà´
വസàµà´¥ നലàµâà´àµà´¨àµà´¨àµ."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "à´¬àµà´³àµà´àµà´àµ à´¡à´¿à´µàµà´¸àµ"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "à´¬àµà´³àµà´àµà´à´¿à´¨àµà´°àµ à´
വസàµà´¥ à´²à´àµà´¯à´®à´¾à´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ %s %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨à´¿à´¨àµà´³àµà´³ à´¨àµà´±àµà´±àµâവറàµâà´àµà´à´¿à´¨àµâറൠസà´à´¯àµà´à´ à´à´à´à´ à´
വസàµà´¥ à´²à´àµà´¯à´®à´¾à´àµà´àµà´"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¿à´àµà´àµà´¨àµà´¨ à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨à´¿à´¨àµâറൠനàµà´±àµà´±àµâവറàµâà´àµà´àµ à´¸à´à´¯àµà´à´ à´à´à´à´¤àµà´¤à´¿à´¨àµâറൠà´
വസàµà´¥ à´²à´àµà´¯à´®à´¾à´àµà´¨àµà´¨àµ."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "à´à´¨àµà´±à´±àµâà´«àµà´¯à´¿à´¸àµ à´¡à´¿à´µàµà´¸àµ"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "à´¸à´à´¯àµà´à´ à´à´à´à´¤àµà´¤à´¿à´¨àµâറൠവിവരഠലà´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ %s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ താലàµâà´àµà´à´¾à´²à´¿à´à´®à´¾à´¯à´¿ നിരàµâà´¤àµà´¤àµà´"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²àµà´³à´³ à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ താലàµâà´àµà´à´¾à´²à´¿à´à´®à´¾à´¯à´¿ നിരàµâà´¤àµà´¤àµà´."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "%s à´¡àµà´®àµà´¯à´¿à´¨àµâ താലàµâà´àµà´à´¾à´²à´¿à´à´®à´¾à´¯à´¿ നിരàµâà´¤àµà´¤à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s താലàµâà´àµà´à´¾à´²à´¿à´à´®à´¾à´¯à´¿ നിരàµâà´¤àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "à´à´°àµ XML ഫയലിലàµâ നിനàµà´¨àµà´ à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´à´£àµà´à´¾à´àµà´àµà´"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´à´£àµà´à´¾à´àµà´àµà´."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "à´à´°àµ XML à´¡àµà´®àµà´¯à´¿à´¨àµâ വിവരണഠലà´àµà´¯à´®à´¾à´àµà´¨àµà´¨ ഫയലàµâ"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´à´£àµà´à´¾à´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "à´à´°àµ XML ഫയലിലàµâ നിനàµà´¨àµà´ à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ നിഷàµà´à´°àµâà´¶à´¿à´àµà´àµà´ (à´à´°à´à´à´¿à´àµà´àµà´£àµà´à´¤à´¿à´²àµà´²)"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ നിരàµâà´·àµà´à´°àµâà´·à´¿à´àµà´àµà´."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´¡àµà´®àµà´¯à´¿à´¨àµâ %s നിരàµâà´·àµà´à´°àµâà´¶à´¿à´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´£àµà´à´¤à´¿à´²àµà´²"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâറൠà´àµà´£àµâà´«à´¿à´à´±àµà´·à´¨àµâ à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´£àµà´à´¤à´¿à´²àµà´²."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ à´ªàµà´°àµ à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´
à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´
à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´à´°à´à´à´¿à´àµà´àµà´"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´¤àµà´à´àµà´àµà´."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "നിഷàµà´àµà´°à´¿à´¯à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâറൠപàµà´°àµ"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ നിലിവിലàµâ à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´¤àµà´à´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´¤àµà´à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâറൠà´
വസàµà´¥ à´à´°àµ ഫയലിലàµà´àµà´àµ à´¸àµà´àµà´·à´¿à´àµà´àµà´"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²àµà´³à´³ à´à´°àµ à´¡àµà´®àµà´¯à´¿à´²àµâ à´¸àµà´àµà´·à´¿à´àµà´àµà´."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "à´¡àµà´±àµà´±à´¾ à´¸àµà´àµà´·à´¿à´àµà´àµà´£àµà´à´¤àµ à´à´µà´¿à´àµ à´à´¨àµà´¨àµ"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s-നൠ%s à´à´¯à´¿ à´¸àµà´àµà´·à´¿à´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s-നൠ%s à´à´¯à´¿ à´¸àµà´àµà´·à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "à´·àµà´¡àµà´¯àµà´³à´±àµâ പാരമàµà´±àµà´±à´±àµà´à´³àµâ à´à´¾à´£à´¿à´àµà´àµà´/à´àµà´±à´®à´¿à´à´°à´¿à´àµà´àµà´."
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "à´·àµà´¡àµà´¯àµà´³à´±àµâ പാരമàµà´±àµà´±à´±àµà´à´³àµâ à´à´¾à´£à´¿à´àµà´àµà´/à´àµà´±à´®à´¿à´à´°à´¿à´àµà´àµà´."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "à´®àµà´²àµà´²àµà´¯à´ à´
à´¨àµà´µà´¦à´¿à´àµà´àµà´"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "XEN_CREDIT-à´¨àµà´³à´³ à´µàµà´¯à´¿à´±àµà´±àµ"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "XEN_CREDIT-à´¨àµà´³à´³ à´à´¾à´ªàµà´ªàµ"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "à´µàµà´¯à´¾à´ªàµà´¤à´¿à´¯àµà´àµ à´®àµà´²àµà´²àµà´¯à´ à´¤àµà´±àµà´±à´¾à´£àµ"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "à´à´¾à´ªàµà´ªà´¿à´¨àµà´±àµ à´®àµà´²àµà´²àµà´¯à´ à´¤àµà´±àµà´±à´¾à´£àµ"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "à´à´¾à´ªàµà´ªà´¿à´¨àµà´±àµ à´®àµà´²àµà´²àµà´¯à´ à´¤àµà´±àµà´±à´¾à´£àµ"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "à´·àµà´¡àµà´¯àµà´³à´±àµâ"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "à´
പരിà´à´¿à´¤à´"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "à´à´°àµ ഫയലിലàµâ à´¸àµà´àµà´·à´¿à´àµà´ à´
വസàµà´¥à´¯à´¿à´²àµâ നിനàµà´¨àµà´ à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´µàµà´£àµà´àµà´àµà´àµà´àµà´"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´µàµà´£àµà´àµà´àµà´àµà´àµà´."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "à´µàµà´£àµà´àµà´àµà´àµà´àµà´£àµà´ à´
വസàµà´¥"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´µàµà´£àµà´àµà´àµà´¤àµà´¤à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´µàµà´£àµà´àµà´àµà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "ഫയലàµâ നിരàµà´àµà´·à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´¨à´¾à´¯à´¿ à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´àµà´±àµâ à´¡à´¨àµà´ªàµ à´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´àµà´±àµâ à´¡à´¨àµà´ªàµ à´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "à´àµà´±àµâ à´¡à´à´¨àµà´ªàµ à´àµà´¯àµà´¯àµà´£àµà´à´¤àµ à´à´µà´¿à´àµ à´à´¨àµà´¨àµ"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s-നൠ%s-à´²àµà´àµà´àµ à´¡à´à´¨àµà´ªàµ à´àµà´¯àµà´¯àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s-നൠ%s-à´²àµà´àµà´àµ à´¡à´à´¨àµà´ªàµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´µàµà´£àµà´àµà´ à´à´°à´à´à´¿à´àµà´àµà´"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "à´®àµà´¨àµà´ªàµ നിരàµâà´¤àµà´¤à´¿à´¯à´¿à´°àµà´¨àµà´¨ à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´µàµà´£àµà´àµà´ à´à´°à´à´à´¿à´àµà´àµà´."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´µàµà´£àµà´àµà´ à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´µàµà´£àµà´àµà´ à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´
à´à´àµà´àµ à´ªàµà´àµà´àµà´"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "à´à´¾à´°àµâà´àµà´±àµà´±àµ à´¡àµà´®àµà´¯à´¿à´¨à´¿à´²àµâ shutdown à´à´®à´¾à´¨àµâഡൠപàµà´°à´µà´°àµâà´¤àµà´¤à´¿à´ªàµà´ªà´¿à´àµà´àµà´."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´
à´à´àµà´àµ à´ªàµà´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´
à´à´àµà´àµ à´ªàµà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´±àµà´¬àµà´àµà´àµ à´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "à´à´¾à´°àµâà´àµà´±àµà´±àµ à´¡àµà´®àµà´¯à´¿à´¨à´¿à´²àµâ reboot à´à´®à´¾à´¨àµâഡൠപàµà´°à´µà´°àµâà´¤àµà´¤à´¿à´ªàµà´ªà´¿à´àµà´àµà´."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´±àµà´¬àµà´àµà´àµ à´àµà´¯àµà´¯à´ªàµà´ªàµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´±àµà´¬àµà´àµà´àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´à´²àµà´²à´¾à´¤à´¾à´àµà´àµà´"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "തനàµà´¨à´¿à´°à´¿à´àµà´àµà´¨àµà´¨ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´à´²àµà´²à´¾à´¤à´¾à´àµà´àµà´."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´à´²àµà´²à´¾à´¤à´¾à´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s നശിപàµà´ªà´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´¨àµâ പരാà´à´¯à´"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ വിവരà´àµà´à´³àµâ"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ à´¸à´à´¬à´¨àµà´§à´¿à´àµà´àµà´³à´³ à´
à´à´¿à´¸àµà´¥à´¾à´¨ വിവരà´àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨àµ."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "à´ªàµà´°àµ:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "à´à´¤àµ തരഠOS:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "à´
വസàµà´¥:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU:"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU സമയà´:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "à´à´±àµà´±à´µàµà´ à´àµà´àµà´¤à´²àµâ à´®àµà´®àµà´®à´±à´¿:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "പരിധിയിലàµà´²"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "à´à´ªà´¯àµà´à´¤àµà´¤à´¿à´²àµà´³à´³ à´®àµà´®àµà´®à´±à´¿:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
msgid "Autostart:"
msgstr "à´¸àµà´µà´¯à´ à´à´°à´à´à´¿à´àµà´àµà´:"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr "à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¨ à´¸à´àµà´à´®à´¾à´àµà´àµà´"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr "à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¨ രഹിതമാà´àµà´àµà´"
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "NUMA-യിലàµâ à´à´ªà´¯àµà´à´¤àµà´¤à´¿à´²à´¿à´²àµà´²à´¾à´¤àµà´¤ à´®àµà´®àµà´®à´±à´¿:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "NUMA à´¸àµà´²à´¿à´²àµâ à´²à´àµà´¯à´®à´¾à´¯ à´à´ªà´¯àµà´à´¤àµà´¤à´¿à´²à´¿à´²àµà´²à´¾à´¤àµà´¤ à´®àµà´®àµà´®à´±à´¿ à´¦àµà´¶àµà´¯à´®à´¾à´àµà´àµà´."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "NUMA à´¸àµà´²àµâ à´¨à´à´¬à´°àµâ:"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "à´à´à´®àµà´¤àµà´¤à´"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ vcpu വിവരà´"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ വിരàµâà´àµà´àµà´µà´²àµâ CPU à´¸à´à´¬à´¨àµà´§à´¿à´àµà´àµà´³à´³ à´
à´à´¿à´¸àµà´¥à´¾à´¨ വിവരà´àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨àµ."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU à´
ഫിനിറàµà´±à´¿:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ à´
à´à´àµà´àµ à´ªàµà´àµà´à´¿, വിറàµâà´àµà´àµà´µà´²àµâ CPUs à´²à´àµà´¯à´®à´²àµà´²."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ vcpu à´
ഫിനിറàµà´±à´¿ നിയനàµà´¤àµà´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "ഫിസിà´àµà´à´²àµâ CPU-à´à´³àµâ à´¹àµà´¸àµà´±àµà´±àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´¨à´¾à´¯à´¿ à´¡àµà´®àµà´¯à´¿à´¨àµâ VCPU-à´à´³àµâ പിനàµâ à´àµà´¯àµà´¯àµà´."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu à´¨à´à´¬à´°àµâ"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "à´¹àµà´¸àµà´±àµà´±àµ cpu à´¨à´à´¬à´°àµâ (à´àµà´®à´¾ à´à´ªà´¯àµà´à´¿à´àµà´àµ à´µàµà´°àµâതിരിà´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr "vcpupin: à´¤àµà´±àµà´±à´¾à´¯ à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ à´²à´àµà´¯à´®à´²àµà´²à´¾à´¤àµà´¤ vCPU നമàµà´ªà´°àµâ."
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr "vcpupin: cpulist à´²à´àµà´¯à´®à´²àµà´²"
-#: src/virsh.c:1765
+#: src/virsh.c:1814
msgid "vcpupin: failed to get domain informations."
msgstr "vcpupin: à´¡àµà´®àµà´¯à´¿à´¨àµâ വിവരഠലà´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin: à´¤àµà´±àµà´±à´¾à´¯ vCPU നമàµà´ªà´°àµâ."
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: à´¤àµà´±àµà´±à´¾à´¯ à´°àµà´¤à´¿. à´¸àµà´àµà´°à´¿à´àµ à´à´¾à´²à´¿à´¯à´¾à´àµà´àµà´."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr "cpulist: %s: à´¤àµà´±àµà´±à´¾à´¯ à´°àµà´¤à´¿. %d (near '%c') à´¸àµà´¥à´¾à´¨à´¤àµà´¤àµ à´
à´àµà´à´ à´ªàµà´±à´¤àµà´àµà´·à´¿à´àµà´àµà´¨àµà´¨àµ."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5060,1350 +5585,1408 @@ msgstr ""
"cpulist: %s: à´¤àµà´±àµà´±à´¾à´¯ à´°àµà´¤à´¿. %d (near '%c') à´¸àµà´¥à´¾à´¨à´¤àµà´¤àµ à´
à´àµà´à´ à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ à´àµà´®à´¾ "
"à´ªàµà´±à´¤àµà´àµà´·à´¿à´àµà´àµà´¨àµà´¨àµ."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: à´¤àµà´±àµà´±à´¾à´¯ à´°àµà´¤à´¿. Trailing comma at position %d."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "ഫിസിà´àµà´à´²àµâ CPU %d നിലവിലിലàµà´²."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "വിരàµâà´àµà´àµà´µà´²àµâ CPU-à´à´³àµà´àµ à´à´£àµà´£à´ മാറàµà´±àµà´"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "à´à´¸àµà´±àµà´±àµ à´¡àµà´®àµà´¯à´¿à´¨à´¿à´²àµâ à´¸à´àµà´µà´®à´¾à´¯ വിരàµâà´àµà´àµà´µà´²àµâ CPU-à´à´³àµà´àµ à´à´£àµà´£à´ മാറàµà´±àµà´."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "വിരàµâà´àµà´àµà´µà´²àµâ CPU-à´à´³àµà´àµ à´à´£àµà´£à´"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "വിരàµâà´àµà´àµà´µà´²àµâ CPU-à´à´³àµà´àµ à´à´£àµà´£à´ à´
സാധàµà´µà´¾à´£àµ"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "വളരൠà´
à´§à´¿à´à´ വിരàµâà´àµà´àµà´µà´²àµâ CPU-à´à´³àµâ. "
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "à´®àµà´®àµà´®à´±à´¿ à´
à´²àµà´àµà´àµà´·à´¨àµâ മാറàµà´±àµà´"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "à´à´¸àµà´±àµà´±àµ à´¡àµà´®àµà´¯à´¿à´¨à´¿à´²àµâ നിലവിലàµâ à´²à´àµà´¯à´®à´¾à´¯ à´®àµà´®àµà´®à´±à´¿ മാറàµà´±àµà´."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "à´®àµà´®àµà´®à´±à´¿à´¯àµà´àµ à´
ളവൠà´à´¿à´²àµà´¬àµà´±àµà´±à´¿à´²àµâ"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "à´®àµà´®àµà´®à´±à´¿à´¯àµà´àµ à´µàµà´¯à´¾à´ªàµà´¤à´¿à´¯àµà´àµ à´®àµà´²àµà´²àµà´¯à´ %d à´¤àµà´±àµà´±à´¾à´£àµ"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "MaxMemorySize à´à´±à´ªàµà´ªà´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "à´®àµà´®àµà´®à´±à´¿à´¯àµà´àµ à´à´±àµà´±à´µàµà´ à´àµà´àµà´¤à´²à´¾à´¯ ലിമിറàµà´±àµ മാറàµà´±àµà´"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "à´à´¸àµà´±àµà´±àµ à´¡àµà´®àµà´¯à´¿à´¨à´¿à´²àµà´³à´³ à´®àµà´®àµà´®à´±à´¿à´¯àµà´àµ à´à´±àµà´±à´µàµà´ à´àµà´àµà´¤à´²à´¾à´¯ ലിമിറàµà´±àµ മാറàµà´±àµà´"
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "പരമാവധി à´®àµà´®àµà´®à´±à´¿ (à´à´¿à´²àµà´¬àµà´±àµà´±àµà´¸à´¿à´²àµâ)"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "നിലവിലàµà´³à´³ à´®àµà´®àµà´®à´±à´¿à´¯àµà´àµ à´µàµà´¯à´¾à´ªàµà´¤à´¿ à´à´±à´ªàµà´ªà´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "നിലവിലàµà´³à´³ à´®àµà´®àµà´®à´±à´¿à´¯àµà´àµ à´µàµà´¯à´¾à´ªàµà´¤à´¿ à´àµà´±à´¯àµà´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "à´®àµà´®àµà´®à´±à´¿à´¯àµà´àµ à´µàµà´¯à´¾à´ªàµà´¤à´¿ മാറàµà´±àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "à´¨àµà´¡à´¿à´¨àµâറൠവിവരà´"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "à´¨àµà´¡à´¿à´¨àµâറൠà´
à´à´¿à´¸àµà´¥à´¾à´¨ വിവരà´àµà´à´³àµâ നലàµâà´àµà´¨àµà´¨àµ."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "à´¨àµà´¡à´¿à´¨àµâറൠവിവരഠലà´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU à´®àµà´¡à´²àµâ:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU à´«àµà´°àµà´àµà´µà´¨àµâസി:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU à´¸àµà´àµà´à´±àµà´±àµ:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "à´à´°àµ à´¸àµà´àµà´à´±àµà´±à´¿à´²àµà´ à´à´³à´³ à´àµà´°àµâ:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "à´à´°àµ à´àµà´±à´¿à´²àµà´ à´à´³à´³ à´¤àµà´°àµà´¡àµ:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA à´¸àµà´²àµà´²àµ:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "à´®àµà´®àµà´®à´±à´¿à´¯àµà´àµ വലിപàµà´ªà´:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "സവിശàµà´·à´¤à´à´³àµâ"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "à´¹àµà´ªàµà´ªà´±àµâà´µàµà´¸à´±àµâ/à´¡àµà´±àµà´µà´±à´¿à´¨àµâറൠവിശàµà´·à´¤à´à´³àµâ നലàµâà´àµà´."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "സവിശàµà´·à´¤à´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "XML-à´²àµà´³à´³ à´¡àµà´®àµà´¯à´¿à´¨àµâ വിവരà´"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "à´à´°àµ XML à´¡à´¨àµà´ªà´¾à´¯à´¿ stdout-à´²àµà´àµà´àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ വിവരà´àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´. "
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´
à´²àµà´²"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ id à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ UUID à´¡àµà´®àµà´¯à´¿à´¨àµâ à´ªàµà´°àµ à´à´¯à´¿ à´µàµà´°àµâതിരിà´àµà´àµà´"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ id à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´ªàµà´°àµ à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ UUID à´¡àµà´®àµà´¯à´¿à´¨àµâ id à´à´¯à´¿ à´µàµà´°àµâതിരിà´àµà´àµà´"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´ªàµà´°àµ à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ id à´¡àµà´®àµà´¯à´¿à´¨àµâ UUID à´à´¯à´¿ à´µàµà´°àµâതിരിà´àµà´àµà´"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ id à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ à´ªàµà´°àµ"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ UUID à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "മറàµà´±àµà´°àµ à´¹àµà´¸àµà´±àµà´±à´¿à´²àµà´àµà´àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ മാറàµà´±àµà´"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
"മറàµà´±àµà´°àµ à´¹àµà´¸àµà´±àµà´±à´¿à´²àµà´àµà´àµ à´¡àµà´®àµà´¯à´¿à´¨àµâ മാറàµà´±àµà´. മാറàµà´±à´ à´à´à´¨àµâ à´¸à´à´à´µà´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´¨à´¾à´¯à´¿ --live à´àµà´°àµâà´àµà´àµà´."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "live migration"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "à´²à´àµà´·àµà´¯à´¸àµà´¥à´¾à´¨à´¤àµà´¤àµà´³àµà´³ à´¹àµà´¸àµà´±àµà´±à´¿à´²àµà´àµà´à´¿à´¨àµà´°àµ à´à´£à´àµà´·à´¨àµâ URI"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "à´¨àµà´àµà´à´ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´¨àµà´³àµà´³ URI, സാധാരണ à´à´µà´¶àµà´¯à´®à´¿à´²àµà´²"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "migrate: desturi à´²à´àµà´¯à´®à´²àµà´²"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "à´à´°àµ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´à´àµà´àµà´¸àµà´±àµà´±à´¾à´±àµâà´àµà´àµ à´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "à´¬àµà´àµà´àµ à´àµà´¯àµà´¯àµà´¨àµà´ªàµà´³àµâ à´à´àµà´àµà´®à´¾à´±àµà´±à´¿à´àµà´à´¾à´¯à´¿ à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´¨à´¾à´¯à´¿ à´à´°àµ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´àµà´±à´®à´¿à´à´°à´¿à´àµà´àµà´."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´à´¿à´¨àµâറൠപàµà´°àµ à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ %s à´à´àµà´àµà´¸àµà´±àµà´±à´¾à´±àµâà´àµà´àµ à´à´¯à´¿ à´
à´à´¯à´¾à´³à´ªàµà´ªàµà´àµà´¤àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ %s à´à´àµà´àµà´¸àµà´±àµà´±à´¾à´±àµâà´àµà´àµ à´à´¯à´¿ à´
à´à´¯à´¾à´³à´ªàµà´ªàµà´àµà´¤àµà´¤àµà´¨àµà´¨à´¤àµ à´¨àµà´àµà´à´ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ %s à´à´àµà´àµà´®à´¾à´±àµà´±à´¿à´àµà´à´¾à´¯à´¿ à´¤àµà´à´àµà´àµà´¨àµà´¨àµ à´à´¨àµà´¨àµ à´
à´à´¯à´¾à´³à´ªàµà´ªàµà´àµà´¤àµà´¤à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ %s à´à´àµà´àµà´®à´¾à´±àµà´±à´¿à´àµà´à´¾à´¯à´¿ à´¤àµà´à´àµà´àµà´¨àµà´¨àµ à´à´¨àµà´¨àµ à´
à´à´¯à´¾à´³à´ªàµà´ªàµà´àµà´¤àµà´¤à´¿à´¯à´¤àµ à´¨àµà´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "à´à´°àµ XML ഫയലിലàµâ നിനàµà´¨àµà´ à´à´°àµ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´à´£àµà´à´¾à´àµà´àµà´"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "à´à´°àµ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´à´£àµà´à´¾à´àµà´àµà´."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "XML à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ വിവരണഠലà´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨ ഫയലàµâ"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ %s à´à´£àµà´à´¾à´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "à´à´°àµ XML ഫയലിലàµâ നിനàµà´¨àµà´ à´à´°àµ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ നിഷàµà´à´°àµâà´¶à´¿à´àµà´àµà´ (à´à´°à´à´à´¿à´àµà´àµà´£àµà´à´¤à´¿à´²àµà´²)"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "à´à´°àµ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ നിരàµâà´·àµà´à´°àµâà´·à´¿à´àµà´àµà´."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ %s നിരàµâà´·àµà´à´°àµâà´¶à´¿à´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "à´à´°àµ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´à´²àµà´²à´¾à´¤à´¾à´àµà´àµà´"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "തനàµà´¨à´¿à´°à´¿à´àµà´àµà´¨àµà´¨ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´à´²àµà´²à´¾à´¤à´¾à´àµà´àµà´."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ നാമഠ, id à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ %s à´à´²àµà´²à´¾à´¤à´¾à´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ %s നശിപàµà´ªà´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´¨àµâ പരാà´à´¯à´"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "XML-à´²àµà´³à´³ à´¨àµà´±àµà´±àµâവറàµâà´àµà´à´¿à´¨àµâറൠവിവരà´"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "à´à´°àµ XML à´¡à´¨àµà´ªà´¾à´¯à´¿ stdout-à´²àµà´àµà´àµ à´¨àµà´±àµà´±àµâവറàµâà´àµà´à´¿à´¨àµâറൠവിവരà´àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµà´à´³àµâ ലിസàµà´±àµà´±àµ à´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµà´à´³àµà´àµ ലിസàµà´±àµà´±àµ നലàµâà´àµà´¨àµà´¨àµ."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµà´à´³àµâ ലിസàµà´±àµà´±àµ à´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "à´¸à´àµà´µà´®à´¾à´¯à´¤àµà´ à´
à´²àµà´²à´¾à´¤àµà´¤à´¤àµà´®à´¾à´¯ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµà´à´³àµâ ലിസàµà´±àµà´±àµ à´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "à´¸à´àµà´µà´®à´¾à´¯ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµà´à´³àµâ ലിസàµà´±àµà´±àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµà´à´³àµâ ലിസàµà´±àµà´±àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "à´à´àµà´àµà´¸àµà´±àµà´±à´¾à´±àµâà´àµà´àµ "
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "à´à´àµà´àµà´¸àµà´±àµà´±à´¾à´±àµâà´àµà´àµ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "à´¸à´àµà´µà´"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "നിറàµâà´àµà´àµà´µà´"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "à´à´°àµ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ UUID à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´ªàµà´°àµ à´à´¯à´¿ à´µàµà´°àµâതിരിà´àµà´àµà´"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´à´¿à´¨àµâറൠuuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´à´°àµ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´à´°à´à´à´¿à´àµà´àµà´"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "à´à´°àµ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´¤àµà´à´àµà´àµà´."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "നിഷàµà´àµà´°à´¿à´¯à´®à´¾à´¯ à´¨àµà´±àµà´±àµâവറàµâà´àµà´à´¿à´¨àµâറൠപàµà´°àµ"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ %s à´¤àµà´à´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ %s à´¤àµà´à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´à´°àµ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´£àµà´à´¤à´¿à´²àµà´²"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´à´°àµ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´àµà´£àµâà´«à´¿à´à´±àµà´·à´¨àµâ à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´£àµà´à´¤à´¿à´²àµà´²."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ %s à´
à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ %s à´
à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "à´à´°àµ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ നാമഠനàµà´±àµà´±àµâവറàµâà´àµà´àµ UUID à´à´¯à´¿ à´µàµà´°àµâതിരിà´àµà´àµà´"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´à´¿à´¨àµâറൠപàµà´°àµ"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´à´¿à´¨àµâറൠUUID à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
msgid "autostart a pool"
msgstr "à´à´°àµ à´ªàµà´³àµâ à´¸àµà´µà´¯à´ à´à´°à´à´à´¿à´àµà´àµà´"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr "à´¬àµà´àµà´àµ à´àµà´¯àµà´¯àµà´®àµà´ªàµà´³àµâ à´¸àµà´µà´¯à´ à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´¨à´¾à´¯à´¿ à´à´°àµ à´ªàµà´³àµâ à´àµà´°à´®à´¿à´à´°à´¿à´àµà´àµà´."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr "à´ªàµà´³à´¿à´¨àµà´±àµ à´ªàµà´°àµ à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "à´ªàµà´³àµâ %s à´¸àµà´µà´¯à´ à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¾à´¯à´¿ à´
à´à´¯à´¾à´³à´ªàµà´ªàµà´àµà´¤àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "à´ªàµà´³àµâ %s à´¸àµà´µà´¯à´ à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¾à´¯à´¿ à´
à´à´¯à´¾à´³à´ªàµà´ªàµà´àµà´¤àµà´¤àµà´¨àµà´¨à´¤àµàµ à´¨àµà´àµà´à´ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "à´ªàµà´³àµâ %s à´¸àµà´µà´¯à´ à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨àµ à´à´¨àµà´¨àµàµ à´
à´à´¯à´¾à´³à´ªàµà´ªàµà´àµà´¤àµà´¤à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "à´ªàµà´³àµâ %s à´¸àµà´µà´¯à´ à´à´°à´à´à´¿à´àµà´àµà´¤à´¾à´¯àµà´³àµà´³ à´
à´à´¯à´¾à´³à´ªàµà´ªàµà´àµà´¤àµà´¤à´²àµâ മാറàµà´±à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr "à´à´°àµ XML ഫയലിലàµâ നിനàµà´¨àµà´ à´à´°àµ à´ªàµà´³àµâ à´à´£àµà´à´¾à´àµà´àµà´"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr "à´à´°àµ à´ªàµà´²àµâ à´à´£àµà´à´¾à´àµà´àµà´."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr "à´à´°àµ XML à´ªàµà´³àµâ വിവരണഠലà´àµà´¯à´®à´¾à´àµà´¨àµà´¨ ഫയലàµâ"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, c-format
msgid "Pool %s created from %s\n"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´ªàµà´³àµâ %s à´à´£àµà´à´¾à´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´ªàµà´³àµâ à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr "à´ªàµà´³à´¿à´¨àµà´±àµ à´ªàµà´°àµ"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr "à´ªàµà´³àµâ à´à´¤àµàµ തരà´"
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr "source-host for underlying storage"
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr "source path for underlying storage"
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr "source device for underlying storage"
-#: src/virsh.c:2881
+#: src/virsh.c:2931
#, fuzzy
msgid "source name for underlying storage"
msgstr "source path for underlying storage"
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr "target for underlying storage"
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
msgid "Failed to allocate XML buffer"
msgstr "XML ബഫരàµâ à´
à´¨àµà´µà´¦à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr "args-à´à´³àµà´àµ à´ªà´àµà´à´¿à´à´¯à´¿à´²àµâ നിനàµà´¨àµà´ à´à´°àµ à´ªàµà´³àµâ à´à´£àµà´à´¾à´àµà´àµà´"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr "à´ªàµà´³àµâ %s à´à´£àµà´à´¾à´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr "à´ªàµà´³àµâ %s à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr "à´à´°àµ XML ഫയലിലàµâ നിനàµà´¨àµà´ à´à´°àµ à´ªàµà´³àµâ നിഷàµà´à´°àµâà´¶à´¿à´àµà´àµà´ (à´à´°à´à´à´¿à´àµà´àµà´£àµà´à´¤à´¿à´²àµà´²)"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr "à´à´°àµ à´ªàµà´³àµâ നിരàµâà´·àµà´à´°àµâà´·à´¿à´àµà´àµà´."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´ªàµà´³àµâ %s നിരàµâà´·àµà´à´°àµâà´¶à´¿à´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´ªàµà´³àµâ à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr "args-à´à´³àµà´àµ à´ªà´àµà´à´¿à´à´¯à´¿à´²àµâ നിനàµà´¨àµà´ à´à´°àµ à´ªàµà´³àµâ നിഷàµà´à´°àµâà´·à´¿à´àµà´àµà´"
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr "à´ªàµà´³àµâ %s നിരàµâà´·àµà´à´°àµâà´¶à´¿à´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr "à´ªàµà´³àµâ %s à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr "à´à´°àµ à´ªàµà´³àµâ ബിളàµâഡൠà´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr "നലàµâà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨ à´ªàµà´³àµâ ബിളàµâഡൠà´àµà´¯àµà´¯àµà´."
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "à´ªàµà´³àµâ %s ബിളàµâഡൠà´àµà´¯àµà´¤à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, c-format
msgid "Failed to build pool %s"
msgstr "à´ªàµà´³àµâ %s à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr "à´à´°àµ à´ªàµà´³àµâ നശിപàµà´ªà´¿à´àµà´àµà´"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr "തനàµà´¨à´¿à´°à´¿à´àµà´àµà´¨àµà´¨ à´à´°àµ à´ªàµà´³àµâ നശിപàµà´ªà´¿à´àµà´àµà´"
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr "à´ªàµà´³àµâ %s നശിപàµà´ªà´¿à´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, c-format
msgid "Failed to destroy pool %s"
msgstr "à´ªàµà´³àµâ %s നശിപàµà´ªà´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´¨àµâ പരാà´à´¯à´"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr "à´à´°àµ à´ªàµà´³àµâ à´µàµà´àµà´à´¿ മാറàµà´±àµà´"
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr "തനàµà´¨à´¿à´°à´¿à´àµà´àµà´¨àµà´¨ à´à´°àµ à´ªàµà´³àµâ à´à´²àµà´²à´¾à´¤à´¾à´àµà´àµà´."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr "à´ªàµà´³àµâ %s à´à´²àµà´²à´¾à´¤à´¾à´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, c-format
msgid "Failed to delete pool %s"
msgstr "à´ªàµà´³àµâ %s നശിപàµà´ªà´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´¨àµâ പരാà´à´¯à´"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr "à´à´°àµ à´ªàµà´³àµâ പരിഷàµà´à´°à´¿à´àµà´àµà´."
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr "നലàµâà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨ à´à´°àµ à´ªàµà´³àµâ പരിഷàµà´à´°à´¿à´àµà´àµà´."
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr "à´ªàµà´³àµâ %s à´ªàµà´¨à´°àµà´àµà´àµà´µà´¿à´ªàµà´ªà´¿à´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr "à´ªàµà´³àµâ %s à´ªàµà´¨à´°àµà´àµà´àµà´µà´¿à´ªàµà´ªà´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr "XML-à´²àµà´³à´³ à´ªàµà´³àµâ വിവരà´"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr "à´à´°àµ XML à´¡à´à´®àµà´ªà´¾à´¯à´¿ stdout-à´²àµà´àµà´àµ à´ªàµà´³àµâ വിവരà´àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´. "
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr "à´ªàµà´³àµà´à´³àµâ ലിസàµà´±àµà´±àµ à´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
msgid "Returns list of pools."
msgstr "à´ªàµà´³àµà´à´³àµà´àµ ലിസàµà´±àµà´±àµ നലàµâà´àµà´¨àµà´¨àµ."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´ªàµà´³àµâ ലിസàµà´±àµà´±àµ à´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
msgid "list inactive & active pools"
msgstr "à´¸à´àµà´µà´®à´¾à´¯à´¤àµà´ à´
à´²àµà´²à´¾à´¤àµà´¤à´¤àµà´®à´¾à´¯ à´ªàµà´³àµâ ലിസàµà´±àµà´±àµ à´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
msgid "Failed to list active pools"
msgstr "à´¸à´àµà´µà´®à´¾à´¯ à´ªàµà´³àµà´à´³àµâ ലിസàµà´±àµà´±àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
msgid "Failed to list inactive pools"
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´ªàµà´³àµà´à´³àµâ ലിസàµà´±àµà´±àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "%s-à´²àµâ à´¤àµà´±àµà´±à´¾à´¯ à´¸àµà´±àµà´±àµà´±àµà´àµ à´ªàµà´³àµâ à´ªàµà´¯à´¿à´¨àµà´±à´°àµâ"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "à´à´°àµà´ªà´¾à´àµàµ à´ªàµà´³àµà´à´³àµâ à´²à´à´¿à´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "à´®àµà´®àµà´®à´±à´¿ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "à´ªàµà´³àµâ %s à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "à´à´°àµà´ªà´¾à´àµàµ à´ªàµà´³àµà´à´³àµâ à´²à´à´¿à´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
msgid "storage pool information"
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´ªàµà´³àµâ വിവരà´"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´ªàµà´³à´¿à´¨àµà´±àµ à´
à´à´¿à´¸àµà´¥à´¾à´¨ വിവരà´àµà´à´³àµâ നലàµâà´àµà´¨àµà´¨àµ."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr "ബിളàµâഡൠà´àµà´¯àµà´¯àµà´¨àµà´¨àµ"
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr "à´¡àµà´àµà´°àµà´¡àµ à´àµà´¯àµà´¤à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr "à´µàµà´¯à´¾à´ªàµà´¤à´¿:"
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr "à´
à´¨àµà´µà´¦à´¿à´àµà´àµà´¨àµà´¨à´µ:"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr "à´²à´àµà´¯à´®à´¾à´¯à´¤àµàµ:"
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr "à´à´°àµ à´ªàµà´³àµâ UUID à´ªàµà´³àµâ à´ªàµà´°àµ à´à´¯à´¿ à´µàµà´°àµâതിരിà´àµà´àµà´"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr "à´ªàµà´³àµâ uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´à´°àµ à´ªàµà´³àµâ (à´®àµà´®àµà´ªàµ നിഷàµà´à´°àµâà´·à´¿à´àµà´à´¿à´àµà´àµà´³àµà´³) à´à´°à´à´à´¿à´àµà´àµà´"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr "à´à´°àµ à´ªàµà´³àµâ à´¤àµà´à´àµà´àµà´."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr "നിഷàµà´àµà´°à´¿à´¯à´®à´¾à´¯ à´ªàµà´³à´¿à´¨àµà´±àµ à´ªàµà´°àµ"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr "à´ªàµà´³àµâ %s à´¤àµà´à´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, c-format
msgid "Failed to start pool %s"
msgstr "à´ªàµà´³àµâ %s à´¤àµà´à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr "à´à´°àµâà´àµà´¯àµà´®àµà´¨àµà´±àµà´à´³àµà´àµ à´àµà´àµà´à´¿à´²àµâ നിനàµà´¨àµà´ à´à´°àµ à´µàµà´³àµà´¯à´ à´à´£àµà´à´¾à´àµà´àµà´"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr "à´à´°àµ à´µàµà´³àµà´¯à´ à´à´£àµà´à´¾à´àµà´àµà´."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr "à´ªàµà´³à´¿à´¨àµà´±àµ à´ªàµà´°àµ"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr "à´µàµà´³àµà´¯à´¤àµà´¤à´¿à´¨àµà´±àµ à´ªàµà´°àµ"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr "size of the vol with optional k,M,G,T suffix"
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr "initial allocation size with optional k,M,G,T suffix"
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr "ഫയലàµâ à´°àµà´¤à´¿à´à´³àµâ raw,bochs,qcow,qcow2,vmdk"
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´µàµà´¯à´¾à´ªàµà´¤à´¿ %s"
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr "à´µàµà´³àµà´¯à´ %s à´à´£àµà´à´¾à´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, c-format
msgid "Failed to create vol %s"
msgstr "à´µàµà´³àµà´¯à´ %s à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
msgid "undefine an inactive pool"
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´à´°àµ à´ªàµà´³àµââ à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´£àµà´à´¤à´¿à´²àµà´²"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
msgid "Undefine the configuration for an inactive pool."
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´à´°àµ à´ªàµà´³à´¿à´²àµâ à´àµà´°à´®à´¿à´à´°à´£à´ à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´£àµà´à´¤à´¿à´²àµà´²."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr "à´ªàµà´³àµâ %s à´
à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, c-format
msgid "Failed to undefine pool %s"
msgstr "à´ªàµà´³àµâ %s à´
à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
msgid "convert a pool name to pool UUID"
msgstr "à´à´°àµ à´ªàµà´³àµâ നാമഠപàµà´³àµâ UUID à´à´¯à´¿ à´µàµà´°àµâതിരിà´àµà´àµà´"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
msgid "failed to get pool UUID"
msgstr "à´ªàµà´³àµâ UUID à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
msgid "create a vol from an XML file"
msgstr "à´à´°àµ XML ഫയലിലàµâ നിനàµà´¨àµà´ à´à´°àµ à´µàµà´³àµà´¯à´ à´à´£àµà´à´¾à´àµà´àµà´"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
msgid "file containing an XML vol description"
msgstr "à´à´°àµ XML à´µàµà´³àµà´¯à´ വിവരണഠലà´àµà´¯à´®à´¾à´àµà´¨àµà´¨ ഫയലàµâ"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, c-format
msgid "Vol %s created from %s\n"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´µàµà´³àµà´¯à´ %s à´à´£àµà´à´¾à´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, c-format
msgid "Failed to create vol from %s"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´µàµà´³àµà´¯à´ à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr "à´à´°àµ à´µàµà´³àµà´¯à´ à´µàµà´àµà´à´¿à´®à´¾à´±àµà´±àµà´"
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr "തനàµà´¨à´¿à´°à´¿à´àµà´àµà´¨àµà´¨ à´à´°àµ à´µàµà´³àµà´¯à´ à´à´²àµà´²à´¾à´¤à´¾à´àµà´àµà´."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr "à´µàµà´³àµà´¯à´ à´ªàµà´°àµ, à´àµ à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ പാഥàµ"
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr "à´µàµà´³àµà´¯à´ %s à´à´²àµà´²à´¾à´¤à´¾à´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, c-format
msgid "Failed to delete vol %s"
msgstr "à´µàµà´³àµà´¯à´ %s നശിപàµà´ªà´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´¨àµâ പരാà´à´¯à´"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
msgid "storage vol information"
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´¤àµà´¤à´¿à´¨àµà´±àµ വിവരà´àµà´à´³àµâ"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´¤àµà´¤à´¿à´¨àµà´±àµ à´
à´à´¿à´¸àµà´¥à´¾à´¨ വിവരà´àµà´à´³àµâ നലàµâà´àµà´¨àµà´¨àµ."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
msgid "Type:"
msgstr "à´à´¤àµ തരà´:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr "ഫയലàµâ"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr "à´¬àµà´²àµà´àµà´àµ"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
msgid "vol information in XML"
msgstr "XML-à´²àµà´³à´³ à´µàµà´³àµà´¯à´ വിവരà´"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
msgid "Output the vol information as an XML dump to stdout."
msgstr "à´à´°àµ XML à´¡à´à´®àµà´ªà´¾à´¯à´¿ stdout-à´²àµà´àµà´àµ à´µàµà´³àµà´¯à´ വിവരà´àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´. "
-#: src/virsh.c:4067
+#: src/virsh.c:4127
msgid "list vols"
msgstr "à´µàµà´³àµà´¯à´®àµà´à´³àµâ ലിസàµà´±àµà´±àµ à´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
msgid "Returns list of vols by pool."
msgstr "à´µàµà´³àµà´¯à´®àµà´à´³àµà´àµ à´ªà´àµà´à´¿à´ à´ªàµà´³àµâ വഴി നലàµâà´àµà´¨àµà´¨àµ."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
msgid "Failed to list active vols"
msgstr "à´¸à´àµà´µà´®à´¾à´¯ à´µàµà´³àµà´¯à´ à´²à´àµà´¯à´®à´¾à´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr "പാഥàµ"
-#: src/virsh.c:4145
+#: src/virsh.c:4205
msgid "convert a vol UUID to vol name"
msgstr "à´à´°àµ à´µàµà´³àµà´¯à´ UUID à´µàµà´³àµà´¯à´ à´ªàµà´°àµ à´à´¯à´¿ à´µàµà´°àµâതിരിà´àµà´àµà´"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr "à´µàµà´³àµà´¯à´ à´àµ à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ പാഥàµ"
-#: src/virsh.c:4178
+#: src/virsh.c:4238
msgid "convert a vol UUID to vol key"
msgstr "à´à´°àµ à´µàµà´³àµà´¯à´ UUID à´µàµà´³àµà´¯à´ à´àµ à´à´¯à´¿ à´µàµà´°àµâതിരിà´àµà´àµà´"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
msgid "vol uuid"
msgstr "à´µàµà´³àµà´¯à´ uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
msgid "convert a vol UUID to vol path"
msgstr "à´à´°àµ à´µàµà´³àµà´¯à´ UUID à´µàµà´³àµà´¯à´ പാഥൠà´à´¯à´¿ à´µàµà´°àµâതിരിà´àµà´àµà´"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr "à´µàµà´³àµà´¯à´ à´ªàµà´°àµàµ à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ à´àµ"
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "à´µàµà´°àµâà´·à´¨àµâ à´à´¾à´£à´¿à´àµà´àµà´"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "സിസàµà´±àµà´±à´¤àµà´¤à´¿à´¨àµâറൠവàµà´°àµâà´·à´¨àµâ à´¸à´à´¬à´¨àµà´§à´¿à´àµà´àµà´³àµà´³ വിവരഠപàµà´°à´¦à´°àµâà´¶à´¿à´ªàµà´ªà´¿à´àµà´àµà´."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "à´à´¤àµ തരഠഹàµà´ªàµà´ªà´°àµââà´µàµà´¸à´°àµâ à´à´¨àµà´¨àµ à´²à´àµà´¯à´®à´¾à´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "à´²àµà´¬àµà´°à´±à´¿à´¯àµà´àµ à´à´¤à´¿à´°àµ à´à´à´ªàµà´²àµâ à´àµà´¯àµà´¤àµ: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "à´²àµà´¬àµà´°à´±à´¿à´¯àµà´àµ à´µàµà´°àµâà´·à´¨àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "à´²àµà´¬àµà´°à´±à´¿ à´à´ªà´¯àµà´à´¿à´àµà´àµà´¨àµà´¨àµ: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "API à´à´ªà´¯àµà´à´¿à´àµà´àµà´¨àµà´¨àµ: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "à´¹àµà´ªàµà´ªà´°àµââà´µàµà´¸à´±à´¿à´¨àµâറൠവàµà´°àµâà´·à´¨àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²àµà´³à´³ %s à´¹àµà´ªàµà´ªà´°àµââà´µàµà´¸à´±à´¿à´¨àµâറൠവàµà´°àµâà´·à´¨àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´¾à´®à´²àµà´²\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "à´¹àµà´ªàµà´ªà´°àµâà´µàµà´¸à´±àµâ à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¿à´ªàµà´ªà´¿à´àµà´àµà´¨àµà´¨àµ: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "à´ à´¹àµà´¸àµà´±àµà´±à´¿à´²àµâ NUMA പിനàµà´¤àµà´£ നലàµâà´àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "സവിശàµà´·à´¤à´à´³àµâ"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "à´¹àµà´ªàµà´ªà´°àµââà´µàµà´¸à´±à´¿à´²àµà´àµà´àµ à´à´£à´àµà´àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´¡àµà´®àµà´¯à´¿à´¨àµà´à´³àµâ ലിസàµà´±àµà´±àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "à´à´°àµ XML à´¡à´à´®àµà´ªà´¾à´¯à´¿ stdout-à´²àµà´àµà´àµ à´µàµà´³àµà´¯à´ വിവരà´àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´. "
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "à´¡à´¿à´µàµà´¸àµ"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "à´ªàµà´¤à´¿à´¯ à´¡à´¿à´¸àµà´àµ à´¡à´¿à´µàµà´¸àµ à´àµà´±àµâà´àµà´àµà´"
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´à´²àµà´²à´¾à´¤à´¾à´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´¡à´¿à´µàµà´¸àµ à´¨àµà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ "
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "à´ªàµà´¤à´¿à´¯ à´¡à´¿à´¸àµà´àµ à´¡à´¿à´µàµà´¸àµ à´àµà´±àµâà´àµà´àµà´"
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´¡à´¿à´µàµà´¸àµ à´àµà´±àµâà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ "
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "à´¡à´¿à´¸àµà´àµ à´¡à´¿à´µàµà´¸à´¿à´¨àµâറൠലà´àµà´·àµà´¯à´"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¿à´àµà´àµà´¨àµà´¨ à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨à´¿à´¨àµâറൠഡിവàµà´¸àµ à´¬àµà´³àµà´àµà´à´¿à´¨àµâറൠà´
വസàµà´¥ നലàµâà´àµà´¨àµà´¨àµ."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´µàµà´£àµà´àµà´ à´à´°à´à´à´¿à´àµà´àµà´¨àµà´¨àµ\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "%s à´²àµà´àµ ഫയലàµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "à´¹àµà´ªàµà´ªà´±àµâà´µàµà´¸à´±à´¿à´¨àµâറൠഹàµà´¸àµà´±àµà´±àµ നാമഠപàµà´±à´¿à´¨àµâറൠà´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "à´¹àµà´¸àµà´±àµà´±à´¿à´¨àµâറൠനാമഠലà´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "à´¹àµà´ªàµà´ªà´±àµâà´µàµà´¸à´±à´¿à´¨àµâറൠà´à´¾à´¨àµà´£à´¿à´àµà´à´²àµâ URI à´ªàµà´±à´¿à´¨àµâറൠà´àµà´¯àµà´¯àµà´"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "URI à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc display"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "VNC à´¡à´¿à´¸àµà´ªàµà´³àµà´¯àµà´àµà´àµ à´à´µà´¶àµà´¯à´®àµà´³à´³ IP വിലാസവàµà´ à´ªàµà´±àµâà´àµà´àµ നനàµà´ªà´±àµà´ നലàµâà´àµà´¨àµà´¨àµ."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty à´à´£àµâà´¸àµà´³àµâ"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "TTY à´à´£àµâà´¸àµà´³à´¿à´¨àµà´³àµà´³ à´¡à´¿à´µàµà´¸àµ à´²à´àµà´¯à´®à´¾à´àµà´àµà´."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "à´à´°àµ XML ഫയലിലàµâ നിനàµà´¨àµà´ à´¡à´¿à´µàµà´¸àµ à´àµà´±àµâà´àµà´àµà´"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "à´à´°àµ XML <file>-ലിലàµâ നിനàµà´¨àµà´ à´¡à´¿à´µàµà´¸àµ à´àµà´±àµâà´àµà´àµà´. "
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML ഫയലàµâ"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr "attach-device: <file> à´à´àµà´à´¿à´à´ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´¡à´¿à´µàµà´¸àµ à´àµà´±àµâà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ "
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "à´à´°àµ XML ഫയലിലàµâ നിനàµà´¨àµà´ à´¡à´¿à´µàµà´¸àµ à´¨àµà´àµà´àµà´"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "à´à´°àµ XML <file>-ലിലàµâ നിനàµà´¨àµà´ à´¡à´¿à´µàµà´¸àµ à´¨àµà´àµà´àµà´ "
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr "detach-device: <file> à´à´àµà´à´¿à´à´ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "%s-à´²àµâ നിനàµà´¨àµà´ à´¡à´¿à´µàµà´¸àµ à´¨àµà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ "
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´à´¿à´¨àµâറൠസà´à´¯àµà´à´ à´à´à´à´ à´àµà´±àµâà´àµà´àµà´"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´à´¿à´¨àµâറൠപàµà´¤à´¿à´¯ à´¸à´à´¯àµà´à´ à´à´à´à´ à´àµà´±àµâà´àµà´àµà´."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´à´¿à´¨àµâറൠസà´à´¯àµà´à´ à´à´à´à´ à´à´¤àµ തരà´"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´à´¿à´¨àµâറൠസà´à´¯àµà´à´ à´à´à´à´ à´à´µà´¿à´àµ നിനàµà´¨àµ"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "à´²à´àµà´·àµà´¯à´®à´¾à´¯ à´¨àµà´±àµà´±àµâവറàµâà´àµà´à´¿à´¨àµâറൠപàµà´°àµ"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
msgid "MAC address"
msgstr "MAC വിലാസà´"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "à´¸à´à´¯àµà´à´ à´à´à´àµà´®à´¾à´¯à´¿ ബനàµà´§à´ªàµà´ªàµà´àµà´¨àµà´¨à´¤à´¿à´¨àµà´³à´³ à´¸àµà´àµà´°à´¿à´ªàµà´±àµà´±àµ"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "'attach-interface' à´à´¨àµà´¨ à´à´®à´¾à´¨àµâഡിനൠ%s à´à´¨àµà´¨ പിനàµà´¤àµà´£ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´à´¿à´¨àµâറൠസà´à´¯àµà´à´ à´à´à´à´ മാറàµà´±àµà´"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "à´¸à´à´¯àµà´à´ à´à´à´à´ à´µàµà´±àµâà´ªàµà´àµà´¤àµà´¤àµà´."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "à´¸à´à´¯àµà´à´ à´à´à´à´¤àµà´¤à´¿à´¨àµâറൠവിവരഠലà´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "%s à´à´¨àµà´¨ തരതàµà´¤à´¿à´²àµà´³à´³ à´¸à´à´¯àµà´à´ à´à´à´à´ à´²à´àµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "%s à´à´¨àµà´¨ MAC വിലാസമàµà´³à´³ à´¸à´à´¯àµà´à´ à´à´à´à´ à´²à´àµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "à´®àµà´®àµà´®à´±à´¿ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "XML à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "à´¡à´¿à´¸àµà´àµ à´¡à´¿à´µàµà´¸àµ à´àµà´±àµâà´àµà´àµà´"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "à´ªàµà´¤à´¿à´¯ à´¡à´¿à´¸àµà´àµ à´¡à´¿à´µàµà´¸àµ à´àµà´±àµâà´àµà´àµà´"
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "à´¡à´¿à´¸àµà´àµ à´¡à´¿à´µàµà´¸à´¿à´¨àµâറൠà´à´±à´µà´¿à´à´"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "à´¡à´¿à´¸àµà´àµ à´¡à´¿à´µàµà´¸à´¿à´¨àµâറൠലà´àµà´·àµà´¯à´"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "à´¡à´¿à´¸àµà´àµ à´¡à´¿à´µàµà´¸à´¿à´¨àµâറൠഡàµà´±àµà´µà´±àµâ"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "à´¡à´¿à´¸àµà´àµ à´¡à´¿à´µàµà´¸à´¿à´¨àµâറൠസബൠഡàµà´±àµà´µà´±àµâ"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "à´²à´àµà´·àµà´¯à´®à´¾à´¯ âà´¡à´¿à´µàµà´¸àµ à´à´¤àµ തരà´"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "mode of device reading and writing"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "'attach-disk' à´à´®à´¾à´¨àµâഡിനൠ%s പിനàµà´¤àµà´£ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "à´¡à´¿à´¸àµà´à´¿à´¨àµâറൠഡിവàµà´¸àµ മാറàµà´±àµà´"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "à´¡à´¿à´¸àµà´à´¿à´¨àµâറൠഡിവàµà´¸àµ മാറàµà´±àµà´"
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "à´¡à´¿à´¸àµà´à´¿à´¨àµâറൠവിവരഠലà´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "%s à´²à´àµà´·àµà´¯à´®à´¾à´¯ à´¡à´¿à´µàµà´¸àµ à´²à´àµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to calloc memory for init string: %s"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "%s: à´²àµà´àµ ഫയലàµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "%s: à´²àµà´àµ ഫയലàµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "%s: à´²àµà´àµ ഫയലàµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "നിഷàµà´àµà´±à´¿à´¯à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "lvs നിരàµâà´¦àµà´¦àµà´¶à´ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, fuzzy, c-format
msgid "%s: command exited with non-zero status"
msgstr "exitstatus %d à´à´¯à´¿ lvs നിരàµâà´¦àµà´¦àµà´¶à´ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: à´²àµà´àµ ഫയലàµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâറൠà´àµà´£àµâà´«à´¿à´à´±àµà´·à´¨àµâ à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´£àµà´à´¤à´¿à´²àµà´²."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´à´°àµ à´¡àµà´®àµà´¯à´¿à´¨àµâറൠà´àµà´£àµâà´«à´¿à´à´±àµà´·à´¨àµâ à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´£àµà´à´¤à´¿à´²àµà´²."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "à´àµà´£àµâà´«à´¿à´à´±àµà´·à´¨àµâ ഫയലàµâ വായിà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´à´°àµ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´àµà´£àµâà´«à´¿à´à´±àµà´·à´¨àµâ à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´£àµà´à´¤à´¿à´²àµà´²."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´à´°àµ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´àµà´£àµâà´«à´¿à´à´±àµà´·à´¨àµâ à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´£àµà´à´¤à´¿à´²àµà´²."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´à´°àµ à´ªàµà´³à´¿à´²àµâ à´àµà´°à´®à´¿à´à´°à´£à´ à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´£àµà´à´¤à´¿à´²àµà´²."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "à´¸à´àµà´µà´®à´²àµà´²à´¾à´¤àµà´¤ à´à´°àµ à´ªàµà´³à´¿à´²àµâ à´àµà´°à´®à´¿à´à´°à´£à´ à´µàµà´¯à´àµà´¤à´®à´¾à´àµà´àµà´£àµà´à´¤à´¿à´²àµà´²."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "à´ à´à´¨àµâററാà´àµà´±àµà´±àµà´µàµ à´àµà´°àµâമിനലിലàµâ നിനàµà´¨àµà´ à´ªàµà´±à´¤àµà´¤àµ à´à´à´àµà´àµà´"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "à´à´®à´¾à´¨àµâഡൠ'%s'-നൠà´à´ªà´¾à´§à´¿ <%s> à´à´µà´¶àµà´¯à´®àµà´£àµà´àµ"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "à´à´®à´¾à´¨àµâഡൠ'%s'-നൠà´à´ªà´¾à´§à´¿ --%s à´à´µà´¶àµà´¯à´®àµà´£àµà´àµ"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "à´à´®à´¾à´¨àµâഡൠ'%s' നിലവിലിലàµà´²"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " à´ªàµà´°àµ\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6411,17 +6994,17 @@ msgstr ""
"\n"
" SYNOPSIS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6429,7 +7012,7 @@ msgstr ""
"\n"
" വിവരണà´\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6437,58 +7020,58 @@ msgstr ""
"\n"
" à´à´ªà´¾à´§à´¿à´à´³àµâ\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "à´
à´µàµà´¯à´àµà´¤à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´ªàµà´°àµ à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ '%s' à´²à´àµà´¯à´®à´¾à´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "à´
à´µàµà´¯à´àµà´¤à´®à´¾à´¯ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ നാമà´"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ '%s' à´²à´àµà´¯à´®à´¾à´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
msgid "undefined pool name"
msgstr "à´
à´µàµà´¯à´àµà´¤à´®à´¾à´¯ à´ªàµà´³àµâ നാമà´"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, c-format
msgid "failed to get pool '%s'"
msgstr "à´ªàµà´³àµâ '%s' à´²à´àµà´¯à´®à´¾à´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
msgid "undefined vol name"
msgstr "à´
à´µàµà´¯à´àµà´¤à´®à´¾à´¯ à´µàµà´³àµà´¯à´ നാമà´"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, c-format
msgid "failed to get vol '%s'"
msgstr "à´µàµà´³àµà´¯à´ '%s' à´²à´àµà´¯à´®à´¾à´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6499,129 +7082,129 @@ msgstr ""
"(സമയà´: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "\" à´²à´àµà´¯à´®à´²àµà´²"
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´àµà´àµà´à´¨àµâ (à´à´®à´¾à´¨àµâà´¡à´¿à´¨àµâറൠപàµà´°àµ): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´à´®à´¾à´¨àµâà´¡àµ: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "à´à´®à´¾à´¨àµâഡൠ'%s' à´à´ªà´¾à´§à´¿ --%s-നൠപിനàµà´¤àµà´£à´¯àµà´àµà´àµà´¨àµà´¨à´¿à´²àµà´²"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "ശരിയായ സിനàµâà´±àµà´±à´¾à´àµà´¸àµ: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "à´¨à´à´¬à´°àµâ"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "à´¸àµà´àµà´°à´¿à´àµ"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡àµà´±àµà´±à´¾ '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
#, fuzzy
msgid "idle"
msgstr "ഫയലàµâ"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "താലàµâà´à´¾à´²à´¿à´à´®à´¾à´¯à´¿ നിരàµâà´¤àµà´¤à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "à´
à´à´àµà´àµ à´ªàµà´àµà´àµà´¨àµà´¨àµ"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "à´
à´à´àµà´àµ à´ªàµà´àµà´àµà´"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "à´¤à´à´°àµâà´¨àµà´¨àµ"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "à´à´«àµâà´²àµà´¨àµâ"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "ശരിയായ à´à´£à´àµà´·à´¨àµâ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: പിശà´àµ: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "പിശà´àµ: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: %d à´¬àµà´±àµà´±àµà´à´³àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: %lu à´¬àµà´±àµà´±àµà´à´³àµâ à´
à´¨àµà´µà´¦à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "à´¹àµà´ªàµà´ªà´°àµââà´µàµà´¸à´±à´¿à´²àµà´àµà´àµ à´à´£à´àµà´àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "à´²àµà´àµ ഫയലിനàµâറൠവിവരഠലà´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "à´²àµà´àµ പാഥൠà´à´°àµ ഫയലàµâ à´
à´²àµà´²"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "à´²àµà´àµ ഫയലàµâ à´¤àµà´±à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´. à´²àµà´àµ ഫയലിനàµâറൠപാഥൠപരിശàµà´§à´¿à´àµà´àµà´"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "à´²àµà´àµ ഫയലàµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: à´²àµà´àµ ഫയലàµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
msgid "failed to disconnect from the hypervisor"
msgstr "à´¹àµà´ªàµà´ªà´°àµâà´µàµà´¸à´±à´¿à´²àµâ നിനàµà´¨àµà´ à´à´£à´àµà´·à´¨àµâ à´àµà´¦à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6654,7 +7237,7 @@ msgstr ""
"\n"
" à´à´®à´¾à´¨àµâà´¡àµà´à´³àµâ (à´¨àµà´£àµâ-à´à´¨àµâററാà´àµà´±àµà´±àµà´µàµ à´®àµà´¡àµ):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6664,17 +7247,17 @@ msgstr ""
" (à´à´®à´¾à´¨àµâഡൠസà´à´¬à´¨àµà´§à´¿à´àµà´àµà´³à´³ വിശദവിവരà´àµà´à´³àµâà´àµà´àµ help <command> à´à´¨àµà´¨àµ നലàµâà´àµà´)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "പിനàµà´¤àµà´£à´¯à´¿à´²àµà´²à´¾à´¤àµà´¤ à´à´ªà´¾à´§à´¿ '-%c'. --help à´à´¾à´£àµà´."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6683,7 +7266,7 @@ msgstr ""
"വിരàµâà´àµà´àµà´µà´²àµà´¸àµà´·à´¨àµâ à´à´¨àµâററാà´àµà´±àµà´±àµà´µàµ à´àµà´°àµâമിനലàµâ à´à´¯ %s-à´²àµà´àµà´àµ à´¸àµà´µà´¾à´à´¤à´.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6693,462 +7276,476 @@ msgstr ""
" à´ªàµà´±à´¤àµà´¤àµ à´à´à´àµà´àµà´¨àµà´¨à´¤à´¿à´¨à´¾à´¯à´¿ 'quit'\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ പിശà´àµ"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "à´®àµà´¨àµà´¨à´±à´¿à´¯à´¿à´ªàµà´ªàµ"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "പിശà´àµ"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "പിശà´àµ à´à´¾à´£à´¿à´àµà´àµà´¨àµà´¨ സനàµà´¦àµà´¶à´ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "à´à´¨àµà´¤à´°à´¿à´ പിശà´àµ %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "à´à´¨àµà´¤à´°à´¿à´ പിശà´àµ "
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "à´®àµà´®àµà´®à´±à´¿ à´²à´àµà´¯à´®à´²àµà´²"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "à´¹àµà´ªàµà´ªà´°àµâà´µàµà´¸à´±à´¿à´¨àµ പിനàµà´¤àµà´£ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "à´¹àµà´ªàµà´ªà´°àµâà´µàµà´¸à´±àµâ à´ à´«à´à´àµà´·à´¨àµâ പിനàµà´¤àµà´£à´¯àµà´àµà´àµà´¨àµà´¨à´¿à´²àµà´²: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "à´¹àµà´ªàµà´ªà´°àµââà´µàµà´¸à´±à´¿à´²àµà´àµà´àµ à´à´£à´àµà´àµ à´àµà´¯àµà´¯àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "%s-à´²àµà´àµà´àµ à´à´£à´àµà´àµ à´àµà´¯àµà´¯àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´à´£à´àµà´·à´¨àµâ à´ªàµà´¯à´¿à´¨àµâറരàµâ"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "%s-à´²àµâ à´¤àµà´±àµà´±à´¾à´¯ à´à´£à´àµà´·à´¨àµâ à´ªàµà´¯à´¿à´¨àµâറരàµâ"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´ªàµà´¯à´¿à´¨àµâറരàµâ"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "%s-à´²àµâ à´¤àµà´±àµà´±à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´ªàµà´¯à´¿à´¨àµâറരàµâ"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´à´°àµâà´àµà´¯àµà´®àµà´¨àµâà´±àµ"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "%s-à´²àµâ à´¤àµà´±àµà´±à´¾à´¯ à´à´°àµâà´àµà´¯àµà´®àµà´¨àµâà´±àµ"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "à´ªàµà´°à´àµà´°à´¿à´¯ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "à´ªàµà´°à´àµà´°à´¿à´¯ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET à´ªàµà´°à´àµà´°à´¿à´¯ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET à´ªàµà´°à´àµà´°à´¿à´¯ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST à´ªàµà´°à´àµà´°à´¿à´¯ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST à´ªàµà´°à´àµà´°à´¿à´¯ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ HTTP പിശà´àµ à´àµà´¡àµ %d à´²à´à´¿à´àµà´àµ"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´¹àµà´¸àµà´±àµà´±àµ %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´¹àµà´¸àµà´±àµà´±àµ"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "S-Expr à´¸àµà´°à´¿à´¯à´²àµà´¸àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "S-Expr à´¸àµà´°à´¿à´¯à´²àµà´¸àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "Xen hypervisor à´à´¨àµâà´àµà´°à´¿ à´à´ªà´¯àµà´à´¿à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "Xen hypervisor à´à´¨àµâà´àµà´°à´¿ %s à´à´ªà´¯àµà´à´¿à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "Xen à´¸àµà´±àµà´±àµà´±à´¿à´²àµà´àµà´àµ à´à´£à´àµà´àµ à´àµà´¯àµà´¯àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "Xen à´¸àµà´±àµà´±àµà´°àµâ %s-à´²àµà´àµà´àµ à´à´£à´àµà´àµ à´àµà´¯àµà´¯àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´² "
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "Xen syscall %s %d പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ OS à´°àµà´¤à´¿"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ OS à´°àµà´¤à´¿ %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "à´àµà´°àµâണലàµâ വിവരഠലà´àµà´¯à´®à´²àµà´²"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "à´±àµà´àµà´àµ à´¡à´¿à´µàµà´¸àµ വിവരഠലà´àµà´¯à´®à´²àµà´²"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "%s-à´²àµâ à´±àµà´àµà´àµ à´¡à´¿à´µàµà´¸àµ വിവരഠലà´àµà´¯à´®à´²àµà´²"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "à´¡à´¿à´µàµà´¸à´¿à´¨àµà´³à´³ à´²à´àµà´¯à´®à´²àµà´²à´¾à´¤àµà´¤ à´à´±à´µà´¿à´à´¤àµà´¤à´¿à´¨àµâറൠവിവരà´"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "à´¡à´¿à´µàµà´¸àµ %s-à´¨àµà´³à´³ à´²à´àµà´¯à´®à´²àµà´²à´¾à´¤àµà´¤ à´à´±à´µà´¿à´à´¤àµà´¤à´¿à´¨àµâറൠവിവരà´"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "à´¡à´¿à´µàµà´¸à´¿à´¨àµà´³à´³ à´²à´àµà´¯à´®à´²àµà´²à´¾à´¤àµà´¤ à´²à´àµà´·àµà´¯à´¸àµà´¥à´¾à´¨à´¤àµà´¤à´¿à´¨àµâറൠവിവരà´"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "à´¡à´¿à´µàµà´¸àµ %s-à´¨àµà´³àµà´³ à´²à´àµà´¯à´®à´²àµà´²à´¾à´¤àµà´¤ à´²à´àµà´·àµà´¯à´¸àµà´¥à´¾à´¨à´¤àµà´¤à´¿à´¨àµâറൠവിവരà´"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "à´²à´àµà´¯à´®à´²àµà´²à´¾à´¤àµà´¤ à´¡àµà´®àµà´¯à´¿à´²àµâ à´ªàµà´°à´¿à´¨àµâറൠവിവരà´"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "%s-à´²àµà´³à´³ à´²à´àµà´¯à´®à´²àµà´²à´¾à´¤àµà´¤ à´¡àµà´®àµà´¯à´¿à´²àµâ à´ªàµà´°à´¿à´¨àµâറൠവിവരà´"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "à´²à´àµà´¯à´®à´²àµà´²à´¾à´¤àµà´¤ à´à´ªàµà´ªà´±àµà´±àµà´±à´¿à´àµ സിസàµà´±àµà´±à´®à´¿à´¨àµâറൠവിവരà´"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "%s-à´¨àµà´³à´³ à´²à´àµà´¯à´®à´²àµà´²à´¾à´¤àµà´¤ à´à´ªàµà´ªà´±àµà´±àµà´±à´¿à´àµ സിസàµà´±àµà´±à´®à´¿à´¨àµâറൠവിവരà´"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "à´²à´àµà´¯à´®à´²àµà´²à´¾à´¤àµà´¤ à´¡à´¿à´µàµà´¸àµà´à´³àµà´àµ വിവരà´"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "%s-à´¨àµà´³à´³ à´²à´àµà´¯à´®à´²àµà´²à´¾à´¤àµà´¤ à´¡à´¿à´µàµà´¸àµà´à´³àµà´àµ വിവരà´"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "à´
നവധി à´¡àµà´°àµà´µà´±àµà´à´³àµâ à´°à´à´¿à´¸àµà´à´°àµâ à´àµà´¯àµà´¤à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "%s-à´²àµâ à´
നവധി à´¡àµà´°àµà´µà´±àµà´à´³àµâ à´°à´à´¿à´¸àµà´à´°àµâ à´àµà´¯àµà´¤à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "à´²àµà´¬àµà´°à´±à´¿ à´àµà´³àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ, പിനàµà´¤àµà´£ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "à´²àµà´¬àµà´°à´±à´¿ à´àµà´³àµâ %s പരാà´à´¯à´ªàµà´ªàµà´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ, പിനàµà´¤àµà´£ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML വിവരണഠതàµà´±àµà´±à´¾à´£àµ à´
à´²àµà´²àµà´²àµâ ശരിയായി à´àµà´°à´®à´¿à´à´°à´¿à´àµà´à´¿à´àµà´à´¿à´²àµà´²"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "%s-à´¨àµà´³à´³ XML വിവരണഠതàµà´±àµà´±à´¾à´£àµ à´
à´²àµà´²àµà´²àµâ ശരിയായി à´àµà´°à´®à´¿à´à´°à´¿à´àµà´à´¿à´àµà´à´¿à´²àµà´²"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "à´ à´¡àµà´®àµà´¯à´¿à´¨àµâ നിലവിലàµà´£àµà´àµ"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "%s à´¡àµà´®àµà´¯à´¿à´¨àµâ നിലവിലàµà´£àµà´àµ"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "à´±àµà´¡àµ à´à´£àµâലിയàµà´àµà´àµ മാതàµà´°à´ à´ªàµà´°à´àµà´°à´¿à´¯ à´
à´¨àµà´µà´¦à´¨àµà´¯à´®à´²àµà´²"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "à´±àµà´¡àµ à´à´£àµâലിയàµà´àµà´àµ മാതàµà´°à´ à´ªàµà´°à´àµà´°à´¿à´¯ %s à´
à´¨àµà´µà´¦à´¨àµà´¯à´®à´²àµà´²"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "വായിà´àµà´àµà´¨àµà´¨à´¤à´¿à´¨à´¾à´¯à´¿ à´àµà´£àµâà´«à´¿à´à´±àµà´·à´¨àµâ ഫയലàµâ à´¤àµà´±à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "വായിà´àµà´àµà´¨àµà´¨à´¤à´¿à´¨à´¾à´¯à´¿ %s à´¤àµà´±à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "à´àµà´£àµâà´«à´¿à´à´±àµà´·à´¨àµâ ഫയലàµâ വായിà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "à´àµà´£àµâà´«à´¿à´à´±àµà´·à´¨àµâ ഫയലàµâ %s വായിà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "à´àµà´£àµâà´«à´¿à´à´±àµà´·à´¨àµâ ഫയലàµâ പാഴàµà´¸àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "à´àµà´£àµâà´«à´¿à´à´±àµà´·à´¨àµâ ഫയലàµâ %s പാഴàµà´¸àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "à´àµà´£àµâà´«à´¿à´à´±àµà´·à´¨àµâ ഫയലിലàµâ സിനàµâà´±àµà´±à´¾à´àµà´¸àµ പിശà´àµ"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "à´àµà´£àµâà´«à´¿à´à´±àµà´·à´¨àµâ ഫയലിലàµâ സിനàµâà´±àµà´±à´¾à´àµà´¸àµ പിശà´àµ: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "à´àµà´£àµâà´«à´¿à´à´±àµà´·à´¨àµâ ഫയലàµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "à´àµà´£àµâà´«à´¿à´à´±àµà´·à´¨àµâ ഫയലàµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "പാഴàµà´¸à´±à´¿à´²àµà´³à´³ പിശà´àµ "
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´ªàµà´¯à´¿à´¨àµâറരàµâ"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "%s-à´²àµâ à´¤àµà´±àµà´±à´¾à´¯ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´ªàµà´¯à´¿à´¨àµâറരàµâ"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "à´ à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ നിലവിലàµà´£àµà´àµ"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "%s à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ നിലവിലàµà´£àµà´àµ"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "സിസàµà´±àµà´±à´ à´àµà´³à´¿à´²àµâ പിശà´àµ "
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC പിശà´àµ"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "GNUTLS à´àµà´³à´¿à´²àµâ പിശà´àµ "
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ à´²à´àµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ à´²à´àµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´²à´àµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "à´¨àµà´±àµà´±àµâവറàµâà´àµà´àµ à´²à´àµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
msgid "invalid MAC address"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ MAC adress "
-#: src/virterror.c:909
+#: src/virterror.c:945
#, c-format
msgid "invalid MAC address: %s"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ MAC adress: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "തിരിà´àµà´à´±à´¿à´¯à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "തിരിà´àµà´à´±à´¿à´¯à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
msgid "Storage pool not found"
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´ªàµà´³àµâ à´²à´àµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, c-format
msgid "Storage pool not found: %s"
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´ªàµà´³àµâ à´²à´àµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
msgid "Storage volume not found"
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´ à´²à´àµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, c-format
msgid "Storage volume not found: %s"
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´ à´²à´àµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
msgid "invalid storage pool pointer in"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´¸àµà´±àµà´±àµà´±àµà´àµ à´ªàµà´³àµâ à´ªàµà´¯à´¿à´¨àµà´±à´°àµâ"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr "%s-à´²àµâ à´¤àµà´±àµà´±à´¾à´¯ à´¸àµà´±àµà´±àµà´±àµà´àµ à´ªàµà´³àµâ à´ªàµà´¯à´¿à´¨àµà´±à´°àµâ"
-#: src/virterror.c:937
+#: src/virterror.c:973
msgid "invalid storage volume pointer in"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´ à´ªàµà´¯à´¿à´¨àµà´±à´°àµâ"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr "%s-à´²àµâ à´¤àµà´±àµà´±à´¾à´¯ à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´ à´ªàµà´¯à´¿à´¨àµà´±à´°àµâ"
-#: src/virterror.c:943
+#: src/virterror.c:979
msgid "Failed to find a storage driver"
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´¡àµà´°àµà´µà´°àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr "à´à´°àµ à´¸àµà´±àµà´±àµà´±àµà´àµ à´¡àµà´°àµà´µà´°àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´¡àµà´°àµà´µà´°àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "à´à´°àµ à´¸àµà´±àµà´±àµà´±àµà´àµ à´¡àµà´°àµà´µà´°àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´ à´ªàµà´¯à´¿à´¨àµà´±à´°àµâ"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "%s-à´²àµâ à´¤àµà´±àµà´±à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´ªàµà´¯à´¿à´¨àµâറരàµâ"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "à´¡à´¿à´µàµà´¸àµ à´²à´àµà´¯à´®à´²àµà´²: %s (%s)"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "à´¡à´¿à´µàµà´¸àµ à´²à´àµà´¯à´®à´²àµà´²: %s (%s)"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´ªàµà´³àµâ à´²à´àµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "à´¸àµà´±àµà´±àµà´±àµà´àµ à´ªàµà´³àµâ à´²à´àµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "à´à´°àµâà´àµà´¯àµà´®àµà´¨àµà´±àµ ബഫരàµâ വളരൠà´àµà´±àµà´¤àµ"
@@ -7219,7 +7816,7 @@ msgstr "à´àµà´±àµà´¡à´¿à´±àµà´±àµ à´·àµà´¡àµà´¯àµà´³à´±àµâ à´µàµà´¯
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "à´àµà´±àµà´¡à´¿à´±àµà´±àµ à´·àµà´¡àµà´¯àµà´³à´±àµâ à´à´¾à´ªàµà´ªàµ പരാമàµà´±àµà´±à´±à´¿à´¨àµâറൠ(%d) പരിധി (0-65535) à´à´´à´¿à´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "%s à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s"
@@ -7272,7 +7869,7 @@ msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ വിവരഠതàµà´±àµà´±à´¾à´£àµ, do
msgid "domain information incomplete, missing uuid"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ വിവരഠപàµà´°àµâà´£àµà´£à´®à´²àµà´², uuid à´²à´àµà´¯à´®à´²àµà´²"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ വിവരഠപàµà´°àµâà´£àµà´£à´®à´²àµà´², à´ªàµà´°àµ à´²à´àµà´¯à´®à´²àµà´²"
@@ -7314,92 +7911,99 @@ msgstr "vbd ഫയലàµâ à´¨àµà´¯à´¿à´ പാഴàµà´¸àµ à´àµà´¯àµà´¯
msgid "cannot parse vbd filename, missing driver type"
msgstr "vbd ഫയലàµâ à´¨àµà´¯à´¿à´ പാഴàµà´¸àµ à´àµà´¯àµà´¯àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´², à´¡àµà´±àµà´µà´±à´¿à´¨àµâറൠà´àµà´ªàµà´ªàµ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ MAC adress: %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ dict à´¨àµà´¡àµ"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ auth à´°àµà´¤à´¿ '%s'"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ വിവരഠപàµà´°àµâà´£àµà´£à´®à´²àµà´², id à´²à´àµà´¯à´®à´²àµà´²"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ MAC adress: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ OS à´°àµà´¤à´¿ %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "à´àµà´ªàµà´³à´à´¿à´¯àµà´àµ സിനàµà´°à´¾à´àµà´¸à´¿à´²àµâ പിശà´àµ"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "Xend à´¡àµà´®àµà´¯à´¿à´¨àµâ വിവരഠപാരàµâസൠà´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¿à´àµà´àµà´¨àµà´¨à´¿à´²àµà´²"
+
+#: src/xend_internal.c:3219
#, fuzzy
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr "à´ à´¡àµà´®àµà´¯à´¿à´²àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ xenDaemonDomainDumpXMLByName പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "à´ªàµà´³àµâ %s à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "പിനàµà´¤àµà´£à´¯à´¿à´²àµà´²à´¾à´¤àµà´¤ തരതàµà´¤à´¿à´²àµà´³àµà´³ à´à´¨àµâà´ªàµà´àµà´àµ à´¡à´¿à´µàµà´¸àµ %s"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr "à´ à´¡àµà´®àµà´¯à´¿à´²àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ xenDaemonGetAutostartപരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr "à´ à´¡àµà´®àµà´¯à´¿à´²àµâ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ xenDaemonSetAutostart പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
msgid "unexpected value from on_xend_start"
msgstr "on_xend_start നിനàµà´¨àµà´ à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´®àµà´²àµà´²àµà´¯à´"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
msgid "no memory"
msgstr "à´®àµà´®àµà´®à´±à´¿ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
msgid "sexpr2string failed"
msgstr "sexpr2string പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
msgid "Failed to redefine sexpr"
msgstr "sexpr à´µàµà´£àµà´àµà´ നിഷàµà´à´°àµâà´·à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr "sexpr-à´²àµâ on_xend_start à´²à´àµà´¯à´®à´²àµà´²"
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "tty %s à´¤àµà´±à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s\n"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
@@ -7407,123 +8011,123 @@ msgstr ""
"xenDaemonDomainMigrate: xenDaemonDomainMigrate: മാറàµà´±àµà´¨àµà´¨ സമയതàµà´¤àµ Xen à´¡àµà´®àµà´¯à´¿à´¨àµà´à´³àµà´àµ "
"à´ªàµà´°àµàµ മാറàµà´±àµà´¨àµà´¨à´¤à´¿à´¨àµà´³àµà´³ പിനàµà´¤àµà´£ നലàµâà´àµà´¨àµà´¨à´¤à´²àµà´²"
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr "xenDaemonDomainMigrate: മാറàµà´±àµà´¨àµà´¨ സമയതàµà´¤àµ Xen ബാനàµâഡൠവിഡàµà´¤à´¿à´¨àµà´³àµà´³ പിനàµà´¤àµà´£ നലàµâà´àµà´¨àµà´¨à´¤à´²àµà´²"
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr "xenDaemonDomainMigrate: പിനàµà´¤àµà´£ à´²à´àµà´¯à´®à´²àµà´²à´¾à´¤àµà´¤ à´«àµà´²à´¾à´àµ"
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr "xenDaemonDomainMigrate: à´¤àµà´±àµà´±à´¾à´¯ à´¯àµà´à´°àµâà´"
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr "xenDaemonDomainMigrate: xenmigr:// മാറàµà´±à´àµà´à´³àµâ മാതàµà´°à´®àµ Xen-à´²àµâ പിനàµà´¤àµà´£à´¯àµà´àµà´àµà´¨àµà´¨àµà´³àµà´³àµ."
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr "xenDaemonDomainMigrate: à´¯àµà´à´°àµâà´à´²àµâ à´à´°àµ à´¹àµà´¸àµà´±àµà´±àµà´¨à´¾à´®à´ നലàµâà´àµà´£àµà´à´¤à´¾à´£àµàµ"
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "xenDaemonDomainMigrate: à´¤àµà´±àµà´±à´¾à´¯ à´ªàµà´°àµâà´àµà´àµ നമàµà´ªà´°àµâ"
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
msgid "failed to parse domain description"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ വിവരഠപാരàµâസൠà´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "നിഷàµà´àµà´±à´¿à´¯à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ %s à´à´£àµà´à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr "xendConfigVersion < 4-à´²àµâ പിനàµà´¤àµà´£ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
msgid "node information incomplete, missing scheduler name"
msgstr "à´¨àµà´¡àµ വിവരഠപàµà´°àµâà´£àµà´£à´®à´²àµà´², à´·àµà´¡àµà´¯àµà´³à´±à´¿à´¨àµà´±àµ à´ªàµà´°àµ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr "strdup പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´·àµà´¡àµà´¯àµà´³à´°àµâ"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
msgid "Failed to get a scheduler name"
msgstr "à´·àµà´¡àµà´¯àµà´³à´±à´¿à´¨àµà´±àµ നാമഠലà´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
msgid "domain information incomplete, missing cpu_weight"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ വിവരഠപàµà´°àµâà´£àµà´£à´®à´²àµà´², cpu_weight à´²à´àµà´¯à´®à´²àµà´²"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
msgid "domain information incomplete, missing cpu_cap"
msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµâ വിവരഠപàµà´°àµâà´£àµà´£à´®à´²àµà´², cpu_cap à´²à´àµà´¯à´®à´²àµà´²"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr "dom0-à´¨àµàµ domainBlockPeek-à´¨àµà´³àµà´³ പിനàµà´¤àµà´£ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr "%s: à´¤àµà´±àµà´±à´¾à´¯ പാഥàµ"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "à´²à´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ à´¤àµà´±à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s: %s"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "ഫയലിലàµâ നിനàµà´¨àµà´ lseek à´
à´²àµà´²àµà´àµà´à´¿à´²àµâ read à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s: %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´°àµà´¤à´¿ %d"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ mime à´°àµà´¤à´¿"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "പിനàµà´¤àµà´£à´¯à´¿à´²àµà´²à´¾à´¤àµà´¤ à´¸àµà´±àµà´±àµà´±àµà´àµ à´µàµà´³àµà´¯à´ തരഠ%d"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ value à´¨àµà´¡àµ"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr "HVM à´¡àµà´®àµà´¯à´¿à´¨àµâ à´²àµà´¡à´°àµâ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "ai_socktype-à´¨àµà´³àµà´³ പിനàµà´¤àµà´£ à´²à´àµà´¯à´®à´²àµà´²"
@@ -7599,45 +8203,45 @@ msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµà´³àµà´³ à´àµà´£àµâà´«à´¿à´àµ ഫയല
msgid "unexpected lifecycle action %d"
msgstr "à´
à´ªàµà´°à´¤àµà´àµà´·à´¿à´¤à´®à´¾à´¯ dict à´¨àµà´¡àµ"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr "തിരàµà´¤àµà´¤à´¿ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´¨à´¾à´¯à´¿ à´¡àµà´®àµà´¯à´¿à´¨àµà´³àµà´³ à´àµà´£àµâà´«à´¿à´àµ ഫയലàµâനാമഠലà´àµà´¯à´®à´²àµà´²"
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr "തിരàµà´¤àµà´¤à´¿ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´¨à´¾à´¯à´¿ à´¡àµà´®àµà´¯à´¿à´¨àµà´³àµà´³ à´àµà´£àµâà´«à´¿à´àµ à´à´¨àµâà´àµà´°à´¿ à´²à´àµà´¯à´®à´²àµà´²"
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
msgid "failed to remove old domain from config map"
msgstr "à´àµà´£àµâà´«à´¿à´àµ മാപàµà´ªà´¿à´²àµâ നിനàµà´¨àµà´ പഴയ à´¡àµà´®àµà´¯à´¿à´¨àµâ à´¨àµà´àµà´à´ à´àµà´¯àµà´¯àµà´µà´¾à´¨àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr "à´àµà´°à´®à´¿à´à´°à´£ ഫയലàµâ നാമഠവളരൠവലàµà´¤à´¾à´£àµàµ"
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
msgid "unable to get current time"
msgstr "നിലവിലàµà´³à´³ സമയഠലà´àµà´¯à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
msgid "unable to store config file handle"
msgstr "à´àµà´£àµâà´«à´¿à´àµ ഫയലàµâ ഹാഡിലàµâ à´¸àµà´àµà´·à´¿à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
msgid "unknown device"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´¡à´¿à´µàµà´¸àµ"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "%s à´²àµà´àµ ഫയലàµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "%s à´²àµà´àµ ഫയലàµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
@@ -7646,19 +8250,34 @@ msgstr "%s à´²àµà´àµ ഫയലàµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ
msgid "Invalid parameter to virXPathString()"
msgstr "virXPathString()-à´²àµà´àµà´àµà´³àµà´³ à´¤àµà´±àµà´±à´¾à´¯ പരാമàµà´±àµà´±à´°àµâ"
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr "IvirXPathNumber()-à´²àµà´àµà´àµà´³àµà´³ à´¤àµà´±àµà´±à´¾à´¯ പരാമàµà´±àµà´±à´°àµâ"
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "virXPathString()-à´²àµà´àµà´àµà´³àµà´³ à´¤àµà´±àµà´±à´¾à´¯ പരാമàµà´±àµà´±à´°àµâ"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "virXPathString()-à´²àµà´àµà´àµà´³àµà´³ à´¤àµà´±àµà´±à´¾à´¯ പരാമàµà´±àµà´±à´°àµâ"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr "virXPathBoolean()-à´²àµà´àµà´àµà´³àµà´³ à´¤àµà´±àµà´±à´¾à´¯ പരാമàµà´±àµà´±à´°àµâ"
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr "virXPathNode()-à´²àµà´àµà´àµà´³àµà´³ à´¤àµà´±àµà´±à´¾à´¯ പരാമàµà´±àµà´±à´°àµâ"
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "virXPathNodeSet()-à´²àµà´àµà´àµàµ à´¤àµà´±àµà´±à´¾à´¯ പരാമàµà´±àµà´±à´°àµâ"
@@ -7684,16 +8303,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "à´ªàµà´³àµâ നിലിവിലàµâ à´ªàµà´°à´µà´°àµâà´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "âà´¡àµà´®àµà´¯à´¿à´¨àµâ à´
à´¨àµà´µà´¦à´¿à´àµà´àµà´¨àµà´¨àµ"
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "%s '%s'-à´²àµà´àµà´àµ à´ªàµà´°à´µàµà´¶à´¿à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´²: %s (%d)"
+
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "à´¸àµà´àµà´àµ വിലാസഠ%d (%s) à´²à´à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ "
+
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "പിയരàµâ വിലാസഠ%d (%s) à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പിശà´àµ"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "Failed to set non-blocking file descriptor flag"
+
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "%s à´²àµà´àµ ഫയലàµâ à´à´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "VM logfile close-on-exec à´«àµà´²à´¾à´àµ à´¸à´àµà´à´®à´¾à´àµà´àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´²àµà´² %s"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup: à´®àµà´®àµà´®à´±à´¿ à´²à´àµà´¯à´®à´²àµà´²"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "%d à´²àµà´àµ ഫയലàµâ à´
à´à´¯àµà´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´: %s"
+
#~ msgid "allocating configuration"
#~ msgstr "à´àµà´£àµâà´«à´¿à´à´±àµà´·à´¨àµâ à´
à´¨àµà´µà´¦à´¿à´àµà´àµà´¨àµà´¨àµ"
@@ -7741,9 +8388,6 @@ msgstr "âà´¡àµà´®àµà´¯à´¿à´¨àµâ à´
à´¨àµà´µà´¦à´¿à´àµà´àµà´¨àµà´¨
#~ msgid "failed to mount %s at %s for container: %s"
#~ msgstr "à´à´£àµà´àµà´¯à´¿à´¨à´±à´¿à´¨à´¾à´¯à´¿ %s %s-à´²àµâ à´®àµà´£àµà´àµ à´àµà´¯àµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "open(%s) പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-
#~ msgid "clone() failed, %s"
#~ msgstr "clone() പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
@@ -8167,12 +8811,6 @@ msgstr "âà´¡àµà´®àµà´¯à´¿à´¨àµâ à´
à´¨àµà´µà´¦à´¿à´àµà´àµà´¨àµà´¨
#~ msgid "cannot write tty pid file %s: %s"
#~ msgstr "cannot write tty pid file %s: %s"
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "cannot open tty pid file %s: %s"
-
-#~ msgid "cannot read tty pid file %s: %s"
-#~ msgstr "cannot read tty pid file %s: %s"
-
#~ msgid "execl failed to exec init: %s"
#~ msgstr "execl failed to exec init: %s"
@@ -8290,9 +8928,6 @@ msgstr "âà´¡àµà´®àµà´¯à´¿à´¨àµâ à´
à´¨àµà´µà´¦à´¿à´àµà´àµà´¨àµà´¨
#~ msgid "missing sound model"
#~ msgstr "missing sound model"
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´¶à´¬àµà´¦ മാതàµà´'%s'"
-
#~ msgid "domain name length too long"
#~ msgstr "à´¡àµà´®àµà´¯à´¿à´¨àµà´±àµ à´ªàµà´°à´¿à´¨àµà´±àµ വലിപàµà´ªà´ à´àµà´àµà´¤à´²à´¾à´£àµàµ"
diff --git a/po/mr.gmo b/po/mr.gmo
index 90b931b..8ce56ea 100644
Binary files a/po/mr.gmo and b/po/mr.gmo differ
diff --git a/po/mr.po b/po/mr.po
index b6bd939..c100309 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt.HEAD.mr\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-10-10 03:35+0530\n"
"Last-Translator: Sandeep Shedmake <sandeep.shedmake at gmail.com>\n"
"Language-Team: marathi\n"
@@ -96,239 +96,239 @@ msgstr "à¤à¤à¤ à¤
à¤à¥à¤·à¤°à¤®à¤¾à¤³à¤¾ यà¥à¤à¥à¤¯à¤°à¤¿à¤¤à¥à¤¯à¤¾
msgid "Unknown error"
msgstr "à¤
परिà¤à¥à¤¤ तà¥à¤°à¥à¤à¥"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
msgstr "%s '%s' à¤à¤°à¥à¤¤à¤¾ पà¥à¤°à¤µà¥à¤¶ नाहà¥: %s (%d)"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "पाà¤à¤ª पासà¥à¤¨ वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "SIGHUP वà¥à¤³à¥ सà¤à¤¯à¥à¤à¤¨à¤¾ पà¥à¤¨à¥à¤¹ दाà¤à¤² à¤à¤°à¤¾"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "डà¥à¤°à¤¾à¤à¤µà¤° पà¥à¤¨à¥à¤¹à¤¦à¤¾à¤à¤² à¤à¤°à¤¤à¥à¤µà¥à¤³à¥ तà¥à¤°à¥à¤à¥"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "सà¤à¤à¥à¤¤ %d पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤¾à¤²à¥à¤¯à¤¾à¤µà¤° बà¤à¤¦ हà¥à¤¤ à¤à¤¹à¥"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ मà¥à¤²à¥à¤¯ नà¥à¤¡"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "close-on-exec फाà¤à¤² वरà¥à¤£à¤¨ बाब निशà¥à¤à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "विना-बà¥à¤²à¥à¤ à¤à¤°à¤£à¤¾à¤°à¥ फाà¤à¤² वरà¥à¤£à¤¨ बाब निशà¥à¤à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "pid फाà¤à¤² '%s' à¤à¤à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशॠ: %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "fdopen pid फाà¤à¤² '%s' à¤à¤à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "pid फाà¤à¤² '%s' लिहà¥à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशॠ: %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "pid फाà¤à¤² '%s' बà¤à¤¦ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशॠ: %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "struct qemud_socket à¤à¤°à¥à¤¤à¤¾ सà¥à¤®à¥à¤¤à¥ वाà¤à¤ª à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "सà¥à¤à¥à¤ बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "'%s' à¤à¤°à¥à¤¤à¤¾ सà¥à¤à¥à¤ बाà¤à¤§à¤£à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "'%s' वरà¥à¤² à¤à¥à¤³à¤µà¤£à¥ à¤à¤°à¥à¤¤à¤¾ à¤à¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशॠठरलà¥: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr "सरà¥à¤µà¤° à¤à¤à¤¨à¤¾ à¤à¥à¤²à¤¬à¥
ठà¤à¥à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "सà¥à¤à¥à¤: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "बाà¤à¤§à¤£à¥: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "à¤à¤à¤¾:%s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: calloc: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: listen: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr "qemudInitPaths() à¤
à¤à¤¤à¤°à¥à¤à¤¤ बफर à¤à¤°à¥à¤¤à¤¾ मारà¥à¤ à¤à¥à¤ªà¤ लाà¤à¤¬ à¤à¤¹à¥"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "struct qemud_server à¤à¥ वाà¤à¤ª à¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "बà¥à¤°à¥à¤à¥ समरà¥à¤¥à¤¨ पà¥à¤°à¤¾à¤°à¤à¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥: %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "बà¥à¤°à¥à¤à¥ समरà¥à¤¥à¤¨ पà¥à¤°à¤¾à¤°à¤à¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥: %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "SASL à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ %s पà¥à¤°à¤¾à¤°à¤à¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "SASL à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ %s पà¥à¤°à¤¾à¤°à¤à¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "PolicyKit à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ à¤à¤°à¥à¤¤à¤¾ पà¥à¤°à¤£à¤¾à¤²à¥ बसशॠà¤à¥à¤³à¤µà¤£à¥ सà¥à¤¥à¤¾à¤ªà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: à¤
पयशà¥: à¤à¥à¤²à¤¾à¤à¤à¤ DN %s à¤à¤¹à¥"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate: तपास à¤
पयशà¥: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr "remoteCheckCertificate: à¤à¥à¤²à¤¾à¤à¤à¤ पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° विशà¥à¤µà¤¾à¤¸à¤°à¥à¤¹."
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr "remoteCheckCertificate: à¤à¥à¤²à¤¾à¤à¤à¤ पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤°à¤à¤¡à¥ à¤
परिà¤à¥à¤¤ दà¥à¤¯à¥à¤¯à¤ à¤à¤¢à¤³à¤²à¥."
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate: à¤à¥à¤²à¤¾à¤à¤à¤ पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° पà¥à¤¨à¥à¤¹à¤¾ पाठविलॠà¤à¥à¤²à¥."
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr "remoteCheckCertificate: à¤à¥à¤²à¤¾à¤à¤à¤ पà¥à¤°à¤¾à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤
सà¥à¤°à¤à¥à¤·à¤¿à¤¤ à¤
लà¥à¤à¥à¤°à¤¿à¤¦à¤®à¤à¤¾ वापर à¤à¤°à¤¤à¥."
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate: पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° X.509 नाहà¥"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate: परसà¥à¤ªà¤° à¤à¤à¤ नाहà¥"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: gnutls_x509_crt_init à¤
पयशà¥"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate: à¤à¥à¤²à¤¾à¤à¤à¤ पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤à¤¾à¤²à¤¬à¤¾à¤¹à¥à¤¯ à¤à¤¾à¤²à¥"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr "remoteCheckCertificate: à¤à¥à¤²à¤¾à¤à¤à¤ पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤
à¤à¥à¤¨à¤¹à¥ सà¤à¥à¤°à¥à¤¯ à¤à¥à¤²à¥ à¤à¥à¤²à¥ नाहà¥"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,11 +340,11 @@ msgstr ""
"पहाणà¥à¤¯à¤¾à¤à¤°à¥à¤¤à¤¾ 'openssl x509 -in clientcert.pem -text' à¤à¤¾ वापर à¤à¤°à¤¾, à¤à¤¿à¤à¤µà¤¾ या "
"डà¥à¤®à¤¨à¤²à¤¾ --verbose परà¥à¤¯à¤¾à¤¯à¤¸à¤¹ à¤à¤¾à¤²à¤µà¤¾."
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr "remoteCheckCertificate: à¤à¥à¤²à¤¾à¤à¤à¤à¤à¥ पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° तपासणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
@@ -352,438 +352,454 @@ msgstr ""
"remoteCheckCertificate: tls_no_verify_certificate निशà¥à¤à¤¿à¤¤ à¤à¥à¤²à¥à¤¯à¤¾à¤®à¥à¤³à¥ à¤
यà¥à¤à¥à¤¯ "
"पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° दà¥à¤°à¥à¤²à¤à¥à¤· à¤à¥à¤²à¥ à¤à¥à¤²à¥certificate is ignored"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤ शà¥à¤°à¥à¤¯ तपासणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "à¤à¥à¤³à¤µà¤£à¥ सà¥à¤µà¥à¤à¤¾à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "à¤à¤®à¥ सà¥à¤®à¥à¤¤à¥ वाà¤à¤ª à¤
रà¥à¤°à¥"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr "परवानà¤à¥à¤¯ à¤à¥à¤²à¤¾à¤à¤à¤ %d à¤à¤°à¥à¤¤à¤¾ polkit à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¤à¤¾ à¤
à¤à¤¾à¤°à¥à¤¯à¤¾à¤¨à¥à¤µà¥à¤¤ à¤à¤°à¤¾"
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "TLS हनà¥à¤¡à¤¶à¥à¤ à¤
पयशà¥: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤° %d"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "वाà¤à¤¨: %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "'%s' बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "लà¥à¤à¤¨: %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "'%s' बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr "सà¤à¤à¥à¤¤ हà¥
नà¥à¤¡à¤²à¤°à¤¨à¥ %d तà¥à¤°à¥à¤à¥ दरà¥à¤¶à¤µà¤¿à¤²à¥: शà¥à¤µà¤à¤à¥ तà¥à¤°à¥à¤à¥: %s"
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "à¤à¤°à¥à¤¤à¤¾ लिहà¥à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशॠ"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "सà¥à¤®à¥à¤¤à¥ वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "%s सà¤à¤¯à¥à¤à¤¨à¤¾ यादॠà¤à¤°à¥à¤¤à¤¾ सà¥à¤®à¥à¤¤à¥ वाà¤à¤ª à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "%s सà¤à¤¯à¥à¤à¤¨à¤¾ यादॠमà¥à¤²à¥à¤¯ à¤à¤°à¥à¤¤à¤¾ सà¥à¤®à¥à¤¤à¥ वाà¤à¤ª à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr "remoteReadConfigFile: %s: %s: à¤
à¤à¥à¤·à¤°à¤®à¤¾à¤³à¤¾ à¤à¤¿à¤à¤µà¤¾ à¤
à¤à¥à¤·à¤°à¤®à¤¾à¤³à¤¾ यादॠà¤
सायला हवà¥\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr "remoteReadConfigFile: %s: %s: à¤
वà¥à¤§ पà¥à¤°à¤à¤¾à¤°: %s पà¥à¤°à¤¾à¤ªà¥à¤¤; à¤
पà¥à¤à¥à¤·à¥à¤¤ %s\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr "remoteReadConfigFile: %s: %s: à¤
समरà¥à¤¥à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "रà¥à¤ नà¥à¤°à¥à¤ª à¤à¤¾à¤°à¥à¤¯à¤°à¤¤ à¤
सतà¥à¤µà¥à¤³à¥ à¤à¤ नà¥à¤°à¥à¤ª निशà¥à¤à¤¿à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr "समà¥à¤¹ '%s' à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "पदà¥à¤§à¤¤à¥ '%s' वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "डिमन नà¥à¤°à¥à¤ª विà¤à¤¾à¤à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "पाà¤à¤ª बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "uuid निरà¥à¤®à¤¾à¤£ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr "%s à¤à¥ समà¥à¤¹ मालà¤à¥ बदलविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr "à¤à¤ पाà¤à¤ª à¤à¤°à¥à¤¤à¤¾ à¤à¥à¤²à¤¬à¥
ठपà¤à¤à¥à¤à¥à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr "à¤à¤¾à¤°à¥à¤¯à¤à¥à¤°à¤® समà¤à¥à¤³à¤µà¤£à¥ नाहॠ(पà¥à¤°à¤¤à¥à¤¯à¤à¥à¤· %x, à¤
पà¥à¤à¥à¤·à¥à¤¤ %x)"
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "à¤à¤µà¥à¤¤à¥à¤¤à¥ समà¤à¥à¤³à¤µà¤£à¥ नाहॠ(पà¥à¤°à¤¤à¥à¤¯à¤à¥à¤· %x, à¤
पà¥à¤à¥à¤·à¥à¤¤ %x)"
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "दिशा (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "सà¥à¤¥à¤¿à¤¤à¥ (%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ à¤à¤µà¤¶à¥à¤¯à¤"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "à¤
परिà¤à¥à¤¤ à¤à¤¾à¤°à¥à¤¯à¤ªà¤¦à¥à¤§à¤¤à¥: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "बाब वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr "à¤à¥à¤³à¤µà¤£à¥ à¤à¤§à¤¿à¤ªà¤¾à¤¸à¥à¤¨ à¤à¤à¤¡à¥ à¤à¤¹à¥"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "à¤à¥à¤³à¤µà¤£à¥ à¤à¤à¤¡à¥ शà¤à¤²à¥ नाहà¥"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr "strdup à¤
à¤à¤¤à¤°à¥à¤à¤¤ à¤
तिरिà¤à¥à¤¤ सà¥à¤®à¥à¤¤à¥ नाहà¥"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_NODE_MAX_CELLS"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr "nparams à¤à¥à¤ªà¤ मà¥à¤ ॠà¤à¤¹à¥"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "à¤
परिà¤à¥à¤¤ पà¥à¤°à¤à¤¾à¤°"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr "à¤à¤à¤¾à¤° > à¤à¤®à¤¾à¤² बफर à¤à¤à¤¾à¤°"
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "वरà¥à¤¤à¤®à¤¾à¤¨ वà¥à¤³ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "वरà¥à¤¤à¤®à¤¾à¤¨ वà¥à¤³ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "पतà¥à¤¤à¤¾ %d à¤à¥ निरà¥à¤§à¤¾à¤°à¤£ à¤à¤°à¥ शà¤à¤¤ नाहà¥: %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤à¤¨à¥ à¤
वà¥à¤§ SASL init विनà¤à¤¤à¥ à¤à¤°à¥à¤¤à¤¾ पà¥à¤°à¤¯à¤¤à¥à¤¨ à¤à¥à¤²à¥"
-#: qemud/remote.c:2575
-#, c-format
-msgid "failed to get sock address %d (%s)"
+#: qemud/remote.c:2651
+#, fuzzy, c-format
+msgid "failed to get sock address: %s"
msgstr "सà¥à¤à¥à¤ पतà¥à¤¤à¤¾ %d (%s) पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: qemud/remote.c:2586
-#, c-format
-msgid "failed to get peer address %d (%s)"
+#: qemud/remote.c:2663
+#, fuzzy, c-format
+msgid "failed to get peer address: %s"
msgstr "परसà¥à¤ªà¤° पतà¥à¤¤à¤¾ %d (%s) पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "sasl सà¤à¤¦à¤°à¥à¤ माà¤à¤¡à¤£à¥ à¤
पयशॠ%d (%s)"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr "TLS ला सà¥à¤«à¤° à¤à¤à¤¾à¤° पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤¾à¤²à¥ नाहà¥"
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr "SASL à¤à¤°à¥à¤¤à¤¾ बाहà¥à¤°à¥à¤² SSF %d (%s) निशà¥à¤à¤¿à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr "SASL सà¥à¤°à¤à¥à¤·à¤¾ à¤à¥à¤£à¤§à¤°à¥à¤® %d (%s) निशà¥à¤à¤¿à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "SASL à¤à¤¾à¤°à¥à¤¯à¤ªà¤¦à¥à¤§à¤¤à¥ %d (%s) यादà¥à¤¤ दरà¥à¤¶à¤µà¥ शà¤à¤¤ नाहà¥"
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "à¤à¤¾à¤°à¥à¤¯à¤ªà¤¦à¥à¤§à¤¤à¥ यादà¥à¤à¥ वाà¤à¤ª à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "à¤à¥à¤³à¤µà¤£à¥ %d (%s) सà¥à¤¥à¤¾à¤ªà¥à¤¤ à¤à¤¾à¤²à¥à¤¯à¤¾à¤µà¤° SASL ssf ला à¤
डà¤à¤£à¥ विà¤à¤¾à¤°à¥ शà¤à¤¤ नाहà¥"
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "मधà¥à¤¯à¤¸à¥à¤¥à¥ SSF %d à¤à¤¾à¤¸à¥à¤¤ सà¤à¥à¤·à¤® à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr "à¤à¥à¤³à¤µà¤£à¥ %d (%s) सà¥à¤¥à¤¾à¤ªà¥à¤¤ à¤à¤¾à¤²à¥à¤¯à¤¾à¤µà¤° SASL वापरà¤à¤°à¥à¤¤à¥à¤¯à¤¾à¤²à¤¾ à¤
डà¤à¤£à¥ विà¤à¤¾à¤°à¥ शà¤à¤¤ नाहà¥"
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤ वापरà¤à¤°à¥à¤¤à¤¾à¤¨à¤¾à¤µ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "वापरà¤à¤°à¥à¤¤à¤¾à¤¨à¤¾à¤µ पà¥à¤°à¤¤à¤¿à¤à¥à¤¤ à¤à¤°à¤¤à¥à¤µà¥à¤³à¥ à¤
तिरिà¤à¥à¤¤ सà¥à¤®à¥à¤¤à¥ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "SASL à¤à¥à¤²à¤¾à¤à¤à¤ %s ला whitelist à¤
à¤à¤¤à¤°à¥à¤à¤¤ परवानà¤à¥ नाहà¥"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤à¤¨à¥ à¤
वà¥à¤§ SASL start विनà¤à¤¤à¥ वापरà¥à¤¨ पाहिलà¥"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "sasl start à¤
पयशॠ%d (%s)"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr "sasl start पà¥à¤°à¤¤à¤¿à¤¸à¤¾à¤¦ माहितॠà¤à¥à¤ªà¤ लाà¤à¤¬ à¤à¤¹à¥ %d"
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "sasl step à¤
पयशॠ%d (%s)"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr "sasl step पà¥à¤°à¤¤à¤¿à¤¸à¤¾à¤¦ माहितॠà¤à¥à¤ªà¤ लाà¤à¤¬ à¤à¤¹à¥ %d"
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤à¤¨à¥ à¤
समरà¥à¤¥à¥à¤¤ SASL init विनà¤à¤¤à¥ वापरà¥à¤¨ पाहिलà¥"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤à¤¨à¥ à¤
समरà¥à¤¥à¥à¤¤ SASL start विनà¤à¤¤à¥ वापरà¥à¤¨ पाहिलà¥"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤à¤¨à¥ à¤
समरà¥à¤¥à¥à¤¤ SASL step विनà¤à¤¤à¥ वापरà¥à¤¨ पाहिलà¥"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤à¤¨à¥ à¤
वà¥à¤§ PolicyKit init विनà¤à¤¤à¥ वापरà¥à¤¨ पाहिलà¥"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "परसà¥à¤ªà¤° सà¥à¤à¥à¤ à¤à¤³à¤ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "PID %d à¤à¥ तपास à¤à¤°à¥à¤¤ à¤à¤¹à¥ à¤à¥ %d नà¥à¤°à¥à¤ª à¤à¤¾à¤°à¥à¤¯à¤°à¤¤ à¤à¤¹à¥"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr "policy kit à¤à¥à¤²à¤°à¤²à¤¾ शà¥à¤§à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "polkit à¤à¥à¤°à¤¿à¤¯à¤¾ %s बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "polkit सà¤à¤¦à¤°à¥à¤ %s बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr " à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ %d %s तपासणà¥à¤¯à¤¾à¤à¤°à¥à¤¤à¤¾ Policy kit à¤
पयशॠठरलà¥"
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr "Policy kit नॠà¤à¥à¤°à¤¿à¤¯à¤¾ %s ला नà¤à¤¾à¤°à¤²à¥, pid %d, uid %d, परिणाम, पासà¥à¤¨à¤à¥: %s\n"
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr "Policy kit नॠà¤à¥à¤°à¤¿à¤¯à¤¾ %s ला सà¥à¤µà¥à¤à¤¾à¤°à¤²à¥, pid %d, uid %d, परिणाम %s, पासà¥à¤¨à¤à¥"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤à¤¨à¥ à¤
समरà¥à¤¥à¥à¤¤ PolicyKit init विनà¤à¤¤à¥ वापरà¥à¤¨ पाहिलà¥"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
#, fuzzy
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "साधन à¤à¤¢à¤³à¤²à¥ नाहà¥: %s (%s)"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ डिà¤à¥à¤ नà¥à¤¡"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -899,525 +915,527 @@ msgstr "à¤à¥à¤³à¤µà¤£à¥à¤à¥à¤à¥ हà¥
श à¤à¥à¤¬à¤² à¤à¤°à¥à¤¤à¤¾
msgid "dev missing from connection hash table"
msgstr "à¤à¥à¤³à¤µà¤£à¥à¤à¥à¤à¥ हà¥
श à¤à¥à¤¬à¤² à¤
à¤à¤¤à¤°à¥à¤à¤¤ à¤à¤à¤¡ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "à¤
परिà¤à¥à¤¤ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "à¤
परिà¤à¥à¤¤ बà¥à¤ साधन '%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "à¤
वà¥à¤§ फà¥à¤²à¥à¤ªà¥ साधन नाव: %s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "à¤
वà¥à¤§ हारà¥à¤¡à¤¡à¤¿à¤¸à¥à¤ साधन नाव: %s"
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "à¤
परिà¤à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "फà¥à¤²à¥à¤ªà¥ डिसà¥à¤ à¤à¤°à¥à¤¤à¤¾ à¤
वà¥à¤§ बस पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "फà¥à¤²à¥à¤ªà¥ डिसà¥à¤ à¤à¤°à¥à¤¤à¤¾ à¤
वà¥à¤§ बस पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "à¤
परिà¤à¥à¤¤ बà¥à¤ साधन '%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "à¤
परिà¤à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "à¤
परिà¤à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
"<source> 'network' à¤à¥à¤£à¤µà¤¿à¤¶à¥à¤· निशà¥à¤à¤¿à¤¤ à¤à¥à¤²à¥ à¤à¥à¤²à¥ नाहà¥, <interface type='network'/> सह"
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr "<source> 'dev' à¤à¥à¤£à¤µà¤¿à¤¶à¥à¤· निशà¥à¤à¤¿à¤¤ à¤à¥à¤²à¥ à¤à¥à¤²à¥ नाहà¥, <interface type='bridge'/> सह"
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr "सà¥à¤à¥à¤ सà¤à¤µà¤¾à¤¦à¤¸à¤¹ <source> 'पà¥à¤°à¥à¤' à¤à¥à¤£à¤µà¤¿à¤¶à¥à¤· निरà¥à¤¦à¥à¤¶à¥à¤¤ नाहà¥"
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr "सà¥à¤à¥à¤ सà¤à¤µà¤¾à¤¦à¤¸à¤¹ <source> 'पà¥à¤°à¥à¤' à¤à¥à¤£à¤µà¤¿à¤¶à¥à¤· वाà¤à¥ शà¤à¤¤ नाहà¥"
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr "सà¥à¤à¥à¤ सà¤à¤µà¤¾à¤¦à¤¸à¤¹ <source> 'पतà¥à¤¤à¤¾' à¤à¥à¤£à¤µà¤¿à¤¶à¥à¤· निरà¥à¤¦à¥à¤¶à¥à¤¤ नाहà¥"
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr "पà¥à¤°à¤¾à¤°à¥à¤ª नाव à¤
à¤à¤¤à¤°à¥à¤à¤¤ à¤
वà¥à¤§ à¤
à¤à¥à¤·à¤° समाविषà¥à¤à¥à¤¤ à¤à¤¹à¥"
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
msgid "Missing source path attribute for char device"
msgstr "char साधन à¤à¤°à¥à¤¤à¤¾ सà¥à¤¤à¥à¤°à¥à¤¤ मारà¥à¤ à¤à¥à¤£à¤µà¤¿à¤¶à¥à¤· à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
msgid "Missing source host attribute for char device"
msgstr "char साधन à¤à¤°à¥à¤¤à¤¾ सà¥à¤¤à¥à¤°à¥à¤¤ यà¤à¤®à¤¾à¤¨ à¤à¥à¤£à¤µà¤¿à¤¶à¥à¤· à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr "char साधन à¤à¤°à¥à¤¤à¤¾ सà¥à¤¤à¥à¤°à¥à¤¤ सà¥à¤µà¤¾ à¤à¥à¤£à¤µà¤¿à¤¶à¥à¤· à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr "à¤à¤¨à¥à¤ªà¥à¤ साधन पà¥à¤°à¤à¤¾à¤° à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "à¤
परिà¤à¥à¤¤ बà¥à¤ साधन '%s'"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "à¤
परिà¤à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "ps2 बस %s à¤à¤¨à¥à¤ªà¥à¤ साधन à¤à¤°à¥à¤¤à¤¾ समरà¥à¤¥à¤¨ पà¥à¤°à¤µà¤¿à¤¤ नाहà¥"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "à¤
समरà¥à¤¥à¥à¤¤ à¤à¤¨à¥à¤ªà¥à¤ साधन %s"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr "xen बस %s à¤à¤¨à¥à¤ªà¥à¤ साधन à¤à¤°à¥à¤¤à¤¾ समरà¥à¤¥à¤¨ पà¥à¤°à¤µà¤¿à¤¤ नाहà¥"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "à¤à¤¨à¥à¤ªà¥à¤ साधन पà¥à¤°à¤à¤¾à¤° à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "à¤
परिà¤à¥à¤¤ साधन पà¥à¤°à¤à¤¾à¤°"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "%s à¤à¤°à¥à¤¤à¤¾ सà¤à¤¯à¥à¤à¤¨à¤¾ à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¥ शà¤à¤¤ नाहà¥"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "à¤
परिà¤à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "à¤
परिà¤à¥à¤¤ à¤à¤µà¤¾à¤ पà¥à¤°à¤¾à¤°à¥à¤ª पà¥à¤°à¤à¤¾à¤°"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "सà¤à¤à¤¯à¥à¤à¤¾ %s वाà¤à¥ शà¤à¤²à¥ नाहà¥: %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "साधन %s à¤à¤à¤¡à¥ शà¤à¤¤ नाहà¥"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "%s वाà¤à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "साधन %s à¤à¤à¤¡à¥ शà¤à¤¤ नाहà¥"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "à¤
परिà¤à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "हरवलà¥à¤²à¤¾ \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "न à¤à¤¢à¤³à¤²à¥à¤²à¥ सà¥à¤¤à¥à¤°à¥à¤¤ यà¤à¤®à¤¾à¤¨"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "साधन %s à¤à¤à¤¡à¥ शà¤à¤¤ नाहà¥"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "%s वाà¤à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "साधन %s à¤à¤à¤¡à¥ शà¤à¤¤ नाहà¥"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "à¤
परिà¤à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "à¤
परिà¤à¥à¤¤ बà¥à¤ साधन '%s'"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "à¤
परिà¤à¥à¤¤ बà¥à¤ साधन '%s'"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "न à¤à¤¢à¤³à¤²à¥à¤²à¥ सà¥à¤¤à¥à¤°à¥à¤¤ यà¤à¤®à¤¾à¤¨"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "à¤
परिà¤à¥à¤¤ यà¤à¤®à¤¾à¤¨ %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "à¤
परिà¤à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ पà¥à¤°à¤à¤¾à¤° %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "न à¤à¤¢à¤³à¤²à¥à¤²à¥ रà¥à¤ à¤à¤à¤"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "à¤
परिà¤à¥à¤¤ साधन पà¥à¤°à¤à¤¾à¤°"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "न à¤à¤¢à¤³à¤²à¥à¤²à¥ à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤° à¤à¥à¤£à¤µà¤¿à¤¶à¥à¤·"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "à¤
वà¥à¤§ à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤°"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "UUID बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "सदà¥à¤·à¥à¤¤ uuid à¤à¤à¤"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr "सà¥à¤®à¥à¤¤à¥ à¤à¤à¤ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ डà¥à¤à¤¾ '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "OS पà¥à¤°à¤à¤¾à¤° नाहà¥"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "à¤
समरà¥à¤¥à¥à¤¤ माà¤à¤¡à¤£à¥"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "सà¥à¤¤à¥à¤°à¥à¤¤ साधन पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "न à¤à¤¢à¤³à¤²à¥à¤²à¥ सà¥à¤¤à¥à¤°à¥à¤¤ साधन"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr "à¤
परिà¤à¥à¤¤ बà¥à¤ साधन '%s'"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "सà¥à¤¤à¥à¤°à¥à¤¤ साधन पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
#, fuzzy
msgid "cannot extract filesystem devices"
msgstr "सà¥à¤¤à¥à¤°à¥à¤¤ साधन पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥"
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "सà¥à¤¤à¥à¤°à¥à¤¤ साधन पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
#, fuzzy
msgid "cannot extract parallel devices"
msgstr "सà¥à¤¤à¥à¤°à¥à¤¤ साधन पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥"
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "सà¥à¤¤à¥à¤°à¥à¤¤ साधन पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "सà¥à¤¤à¥à¤°à¥à¤¤ साधन पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "सà¥à¤¤à¥à¤°à¥à¤¤ साधन पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "सà¥à¤¤à¥à¤°à¥à¤¤ साधन पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "सà¥à¤¤à¥à¤°à¥à¤¤ साधन पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "बाà¤à¤§à¤£à¥: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° सà¥à¤¤à¤¬à¥à¤§ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr "à¤
यà¥à¤à¥à¤¯ रà¥à¤ à¤à¤à¤"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "cpuset रà¤à¤¨à¤¾ नियमावलॠतà¥à¤°à¥à¤à¥"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ डिà¤à¥à¤ नà¥à¤¡"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤° %d"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ मà¥à¤²à¥à¤¯ नà¥à¤¡"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ सà¤à¤à¤¯à¥à¤à¤¾ %s बनवॠशà¤à¤¤ नाहà¥: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² %s बनवॠशà¤à¤²à¥ नाहà¥: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² %s लिहॠशà¤à¤¤ नाहà¥: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² %s सà¤à¤à¤¯à¥à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "सà¤à¤à¤¯à¥à¤à¤¾ '%s' à¤à¤à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "%s à¤à¤°à¥à¤¤à¤¾ सà¤à¤¯à¥à¤à¤¨à¤¾ à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¥ शà¤à¤¤ नाहà¥"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "à¤
परिà¤à¥à¤¤ virt पà¥à¤°à¤à¤¾à¤°"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "à¤à¤¾à¤²à¤µà¤¿à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशॠ'"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "à¤à¤°à¥à¤¤à¤¾ लिहà¥à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशॠ"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "सà¤à¤à¤¯à¥à¤à¤¾ बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशॠ%s : %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "%s à¤à¤°à¥à¤¤à¤¾ iptables नियम सà¤à¤à¤¯à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
@@ -1428,56 +1446,56 @@ msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
"iptables नियम '%s' à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥, à¤à¥à¤¨ '%s' पासà¥à¤¨à¤à¥, तà¤à¥à¤¤à¤¾ '%s' à¤
à¤à¤¤à¤°à¥à¤à¤¤: %s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr "iptables नियम '%s' à¤à¥à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥, à¤à¥à¤¨ '%s' à¤à¤°à¥à¤¤à¤¾, तà¤à¥à¤¤à¤¾ '%s' à¤
à¤à¤¤à¤°à¥à¤à¤¤: %s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "à¤à¥à¤³à¤µà¤£à¥ URI वाà¤à¥ शà¤à¤²à¥ नाहà¥"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "लà¥à¤ सà¤à¤à¤¯à¥à¤ बनवॠशà¤à¤¤ नाहॠ%s: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "à¤à¤°à¥à¤¨à¤² मारà¥à¤ à¤à¥à¤ªà¤ लाà¤à¤¬ à¤à¤¹à¥"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "पाà¤à¤ª बनवॠशà¤à¤¤ नाहà¥: %s"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare नॠuri निशà¥à¤à¤¿à¤¤ à¤à¥à¤²à¥ नाहà¥"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domainMigratePrepare नॠuri निशà¥à¤à¤¿à¤¤ à¤à¥à¤²à¥ नाहà¥"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr "मारà¥à¤ NULL à¤à¤¹à¥"
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr "बाब शà¥à¤¨à¥à¤¯ à¤
सायला हवà¥"
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr "बफर NULL à¤à¤¹à¥"
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr "बाब à¤à¤à¤ VIR_MEMORY_VIRTUAL à¤
सायला हवà¥"
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr "बफर NULL à¤à¤¹à¥ परà¤à¤¤à¥ à¤à¤à¤¾à¤° विना-शà¥à¤¨à¥à¤¯ à¤à¤¹à¥"
@@ -1521,12 +1539,12 @@ msgstr "निषà¤à¥à¤°à¥à¤¯ à¤à¥à¤·à¥à¤¤à¥à¤° %s निरà¥à¤®à¤¾à¤£
msgid "failed to bind new root %s"
msgstr "'%s' à¤à¤°à¥à¤¤à¤¾ सà¥à¤à¥à¤ बाà¤à¤§à¤£à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "'%s' बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "'%s' à¤à¤°à¥à¤¤à¤¾ सà¥à¤à¥à¤ बाà¤à¤§à¤£à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
@@ -1699,21 +1717,21 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr "समà¤à¥à¤³à¤µà¤£à¥ uuid सह à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr "सà¤à¥à¤°à¥à¤¯ à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¤²à¥ शà¤à¤²à¥ नाहà¥"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "सà¤à¥à¤°à¥à¤¯ à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¤²à¥ शà¤à¤²à¥ नाहà¥"
@@ -1768,7 +1786,7 @@ msgstr "à¤
वà¥à¤§ डà¥à¤®à¥à¤¨ निरà¥à¤¦à¥à¤¶à¤ यात"
msgid "failed to kill pid %d"
msgstr "tty pid फाà¤à¤² %s बà¤à¤¦ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "फाà¤à¤² '%s' à¤à¥ सà¥à¤¥à¤¿à¤¤à¥ शà¥à¤§à¤£à¥à¤¯à¤¾à¤¸ à¤
à¤à¥à¤·à¤®: %s"
@@ -1803,233 +1821,243 @@ msgstr "डà¥à¤®à¥à¤¨ नाव"
msgid "no domain with id %d"
msgstr "id %d सह à¤à¥à¤·à¥à¤¤à¥à¤° नाहà¥"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "à¤
परिà¤à¥à¤¤ à¤à¤¾à¤°à¥à¤¯à¤ªà¤¦à¥à¤§à¤¤à¥: %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "डà¥à¤®à¥à¤¨ %s पà¥à¤¨à¥à¤¹à¤¾ à¤à¤¾à¤²à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "à¤
वà¥à¤§ मारà¥à¤: %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "virXPathNode() à¤à¤°à¥à¤¤à¤¾ à¤
वà¥à¤§ बाब"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "पतà¥à¤¤à¤¾ %d à¤à¥ निरà¥à¤§à¤¾à¤°à¤£ à¤à¤°à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "पतà¥à¤¤à¤¾ %d à¤à¥ निरà¥à¤§à¤¾à¤°à¤£ à¤à¤°à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "पतà¥à¤¤à¤¾ %d à¤à¥ निरà¥à¤§à¤¾à¤°à¤£ à¤à¤°à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "शिरà¥à¤·à¤ '%s' वाà¤à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr "फà¥à¤°à¤µà¤°à¥à¤¡à¥à¤à¤ विनà¤à¤¤à¥à¤à¥à¤¤ à¤à¥à¤²à¥, परà¤à¤¤à¥ IPv4 पतà¥à¤¤à¤¾/नà¥à¤à¤®à¤¾à¤¸à¥à¤ पà¥à¤°à¤µà¥ शà¤à¤²à¥ नाहà¥"
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "à¤
परिà¤à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr "सà¤à¤à¤¾à¤³ सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤²à¤¨à¤¾à¤µ '%s' सà¤à¤à¤¾à¤³ नाव '%s' सह à¤à¥à¤³à¤¤ नाहà¥"
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "%s à¤à¤°à¥à¤¤à¤¾ सà¤à¤¯à¥à¤à¤¨à¤¾ à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¥ शà¤à¤¤ नाहà¥"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "डà¥à¤®à¥à¤¨ %s à¤à¤§à¥à¤ à¤
सà¥à¤¤à¤¿à¤¤à¥à¤µà¤¾à¤¤"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "सà¤à¤à¤¾à¤³ '%s' सà¥à¤µà¤¯à¤à¤ªà¥à¤°à¤¾à¤°à¤à¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "बà¥à¤°à¥à¤à¥ समरà¥à¤¥à¤¨ पà¥à¤°à¤¾à¤°à¤à¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥: %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "qemudStartup: à¤
तिरà¥à¤à¥à¤¤ सà¥à¤®à¥à¤¤à¥ नाहà¥"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
#, fuzzy
msgid "Reloading iptables rules\n"
msgstr "iptables नियम पà¥à¤¨à¥à¤¹à¤¾ दाà¤à¤² à¤à¤°à¤¤ à¤à¤¹à¥"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr "सरà¥à¤µà¤° à¤à¤°à¥à¤¤à¤¾ IP पतà¥à¤¤à¤¾ विना dhcp डिमन सà¥à¤°à¥ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "लà¥à¤ सà¤à¤à¤¯à¥à¤ बनवॠशà¤à¤¤ नाहॠ%s: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr ""
"'%s' पासà¥à¤¨ फà¥à¤°à¤µà¤°à¥à¤¡à¥à¤à¤ à¤à¤¾à¤°à¥à¤¯à¤¾à¤¨à¥à¤µà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤à¤°à¥à¤¤à¤¾ iptables नियम à¤à¥à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s\n"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr ""
"'%s' à¤à¤°à¥à¤¤à¤¾ फà¥à¤°à¤µà¤°à¥à¤¡à¥à¤à¤ à¤à¤¾à¤°à¥à¤¯à¤¾à¤¨à¥à¤µà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤à¤°à¥à¤¤à¤¾ iptables नियम à¤à¥à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s\n"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "मासà¥à¤à¥à¤¯à¥à¤°à¥à¤¡à¥à¤à¤ à¤à¤¾à¤°à¥à¤¯à¤¾à¤¨à¥à¤µà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤à¤°à¥à¤¤à¤¾ iptables नियम à¤à¥à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s\n"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr ""
"'%s' पासà¥à¤¨ राà¤à¤à¥à¤à¤ à¤à¤¾à¤°à¥à¤¯à¤¾à¤¨à¥à¤µà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤à¤°à¥à¤¤à¤¾ iptables नियम à¤à¥à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s\n"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr ""
"'%s' à¤à¤°à¥à¤¤à¤¾ राà¤à¤à¥à¤à¤ à¤à¤¾à¤°à¥à¤¯à¤¾à¤¨à¥à¤µà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤à¤°à¥à¤¤à¤¾ iptables नियम à¤à¥à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s\n"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr ""
"'%s' पासà¥à¤¨ DHCP विनà¤à¤¤à¥ à¤à¤¾à¤°à¥à¤¯à¤¾à¤¨à¥à¤µà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤à¤°à¥à¤¤à¤¾ iptables नियम à¤à¥à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr ""
"'%s' पासà¥à¤¨ DNS विनà¤à¤¤à¥ à¤à¤¾à¤°à¥à¤¯à¤¾à¤¨à¥à¤µà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤à¤°à¥à¤¤à¤¾ iptables नियम à¤à¥à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "'%s' पासà¥à¤¨ बाहà¥à¤°à¥à¤² à¤à¥à¤°à¤¾à¤«à¥à¤ रà¥à¤à¤£à¥à¤¯à¤¾à¤¸à¤à¤°à¥à¤¤à¤¾ iptables नियम à¤à¥à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "'%s' à¤à¤°à¥à¤¤à¤¾ बाहà¥à¤°à¥à¤² à¤à¥à¤°à¤¾à¤«à¥à¤ रà¥à¤à¤£à¥à¤¯à¤¾à¤¸à¤à¤°à¥à¤¤à¤¾ iptables नियम à¤à¥à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr ""
"'%s' वरà¥à¤² à¤à¥à¤°à¥à¤¸ बà¥à¤°à¥à¤à¥ à¤à¥à¤°à¤¾à¤«à¥à¤ à¤à¤¾à¤°à¥à¤¯à¤¾à¤¨à¥à¤µà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤à¤°à¥à¤¤à¤¾ iptables नियम à¤à¥à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: "
"%s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "सà¤à¤à¤¾à¤³ à¤à¤§à¤¿à¤ªà¤¾à¤¸à¥à¤¨à¤ सà¤à¥à¤°à¥à¤¯ à¤à¤¹à¥"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "बà¥à¤°à¥à¤à¥ '%s' बनवॠशà¤à¤²à¥ नाहà¥: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "'%s' à¤à¤°à¥à¤¤à¤¾ बà¥à¤°à¥à¤à¥ '%s' वरà¥à¤² IP पतà¥à¤¤à¤¾ निशà¥à¤à¤¿à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "'%s' à¤à¤°à¥à¤¤à¤¾ बà¥à¤°à¥à¤à¥ '%s' वरà¥à¤² नà¥à¤à¤®à¤¾à¤¸à¥à¤ निशà¥à¤à¤¿à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "बà¥à¤°à¥à¤à¥ '%s' ला सà¤à¥à¤°à¥à¤¯ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "IP फà¥à¤°à¤µà¤°à¥à¤¡à¥à¤à¤ à¤à¤¾à¤°à¥à¤¯à¤¾à¤¨à¥à¤µà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "बà¥à¤°à¥à¤à¥ '%s' निषà¥à¤à¥à¤°à¥à¤¯ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥: %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "बà¥à¤°à¥à¤à¥ '%s' à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "सà¤à¤à¤¾à¤³ '%s' बà¤à¤¦ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr "à¤à¥à¤³à¤µà¤£à¥ uuid सह सà¤à¤à¤¾à¤³ à¤à¤ªà¤²à¤¬à¥à¤§ नाहà¥"
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr "à¤à¥à¤³à¤µà¤£à¥ नाव सह सà¤à¤à¤¾à¤³ à¤à¤ªà¤²à¤¬à¥à¤§ नाहà¥"
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "सà¤à¤à¤¾à¤³ à¤à¤§à¤¿à¤ªà¤¾à¤¸à¥à¤¨à¤ सà¤à¥à¤°à¥à¤¯ à¤à¤¹à¥"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr "à¤à¥à¤³à¤µà¤£à¥à¤à¥à¤à¥ id रहà¥à¤¤ सà¤à¤à¤¾à¤³ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "सà¤à¤à¤¾à¤³ '%s' सà¤à¥à¤°à¥à¤¯ नाहà¥"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "सà¥à¤µà¤à¤¯à¤ªà¥à¤°à¤¾à¤°à¤à¤ सà¤à¤à¤¯à¥à¤à¤¾ %s बनवॠशà¤à¤¤ नाहà¥: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "समà¤à¥à¤³à¤µà¤£à¥ '%s' बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥, '%s' à¤à¤°à¥à¤¤à¤¾: %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "समà¤à¥à¤³à¤µà¤£à¥ '%s' à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
@@ -2040,7 +2068,267 @@ msgstr "समà¤à¥à¤³à¤µà¤£à¥ '%s' à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¤£à¥à¤¯à¤¾à¤¸
msgid "no node device with matching name"
msgstr "à¤à¥à¤³à¤µà¤£à¥ नाव सह सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "साधन शिरà¥à¤·à¤ %s नषà¥à¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "न à¤à¤¢à¤³à¤²à¥à¤²à¥ सà¥à¤¤à¥à¤°à¥à¤¤ मारà¥à¤"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "à¤
परिà¤à¥à¤¤ सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ पà¥à¤°à¤à¤¾à¤° %d"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "फाà¤à¤² मालà¤à¥ '%s' निशà¥à¤à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "à¤
वà¥à¤§ à¤à¤µà¤¾à¤ पà¥à¤°à¤¾à¤°à¥à¤ª '%s'"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "सà¤à¤à¤¾à¤³ सà¤à¤µà¤¾à¤¦à¤ªà¤ पà¥à¤°à¤à¤¾à¤°"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "%s मधà¥à¤² à¤
वà¥à¤§ सà¤à¤à¤¾à¤³ निरà¥à¤¦à¥à¤¶à¤"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "à¤
परिà¤à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "%s à¤
à¤à¤¤à¤°à¥à¤à¤¤ à¤
वà¥à¤§ सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ पà¥à¤à¤¨à¥à¤à¤°"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "à¤
वà¥à¤§ डà¥à¤®à¥à¤¨ निरà¥à¤¦à¥à¤¶à¤ %s मधà¥à¤¯à¥"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "à¤
वà¥à¤§ डà¥à¤®à¥à¤¨ निरà¥à¤¦à¥à¤¶à¤ %s मधà¥à¤¯à¥"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "à¤
वà¥à¤§ à¤à¤µà¤¾à¤ पà¥à¤°à¤¾à¤°à¥à¤ª '%s'"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "à¤
वà¥à¤§ à¤à¤µà¤¾à¤ पà¥à¤°à¤¾à¤°à¥à¤ª '%s'"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "à¤
वà¥à¤§ à¤à¥à¤¡à¤£à¥ निरà¥à¤¦à¥à¤¶à¤ %s मधà¥à¤¯à¥"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "सदà¥à¤·à¥à¤¤ uuid à¤à¤à¤"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "à¤à¥à¤·à¤®à¤¤à¤¾ à¤à¤à¤ à¤à¤¢à¤³à¤²à¥ नाहà¥"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "à¤
परिà¤à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "à¤
परिà¤à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "%s à¤à¤à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
@@ -2200,7 +2488,7 @@ msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° बà¤à¤¦ à¤à¤°à¤¾ सà¥à¤¥à¤° मधà¥à¤¯à¥
msgid "Could not read container config"
msgstr "à¤à¥à¤³à¤µà¤£à¥ URI वाà¤à¥ शà¤à¤²à¥ नाहà¥"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr "à¤
परिà¤à¥à¤¤ पà¥à¤°à¤à¤¾à¤° '%s'"
@@ -2214,6 +2502,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "à¤à¥à¤³à¤µà¤£à¥ URI वाà¤à¥ शà¤à¤²à¥ नाहà¥"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "pid फाà¤à¤² '%s' à¤à¤à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशॠ: %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "पाà¤à¤ª पासà¥à¤¨ वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "pid फाà¤à¤² '%s' लिहà¥à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशॠ: %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "pid फाà¤à¤² '%s' à¤à¤à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशॠ: %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "à¤à¤¾à¤°à¥à¤¯ à¤
सफल: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "'%s' à¤à¤°à¥à¤¤à¤¾ सà¥à¤à¥à¤ बाà¤à¤§à¤£à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "हायपरवायà¤à¤°à¤¶à¥ à¤à¥à¤¡à¤£à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "'%s' à¤à¤°à¥à¤¤à¤¾ सà¥à¤à¥à¤ बाà¤à¤§à¤£à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "%s पासà¥à¤¨ à¤à¤à¤¡ बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "uid '%d' à¤à¤°à¥à¤¤à¤¾ वापरà¤à¤°à¥à¤¤à¤¾ रà¥à¤à¥à¤°à¥à¤¡ शà¥à¤§à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "%s पासà¥à¤¨ सà¤à¤à¥à¤°à¤¹ बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2258,697 +2611,765 @@ msgstr "पà¥à¤°à¥à¤à¥à¤à¥à¤¸à¤¹ सà¤à¤µà¤¾à¤¦à¤¾à¤¤ à¤à¥à¤: बि
msgid "got asynchronous packet number %d\n"
msgstr "à¤
सिà¤à¤à¥à¤°à¥à¤¨à¤¸ पà¥
à¤à¥à¤ सà¤à¤à¥à¤¯à¤¾ %d मिळालà¥\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "qemu %d pid %lu पासà¥à¤¨à¤à¥ à¤
नपà¥à¤à¥à¤·à¥à¤¤ à¤à¤à¥à¤à¥à¤à¥ सà¥à¤¥à¤¿à¤¤à¥"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ à¤à¤à¥à¤à¥à¤à¥ सà¥à¤¥à¤¿à¤¤à¥ '%d', qemu सà¤à¤à¤¾à¤µà¥à¤¯à¤°à¤¿à¤¤à¥à¤¯à¤¾ à¤
पयशà¥"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "QEMU बायनरॠ%s à¤à¤¢à¤³à¤²à¥ नाहà¥: %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "सà¤à¤à¤¾à¤³ '%s' à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr "सà¤à¤à¤¾à¤³ पà¥à¤°à¤à¤¾à¤° %d समरà¥à¤¥à¥à¤¤ नाहà¥"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr "बà¥à¤°à¥à¤à¥ समरà¥à¤¥à¤¨ पà¥à¤°à¤¾à¤°à¤à¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥: %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "à¤à¥
प सà¤à¤µà¤¾à¤¦ '%s' à¤à¥à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥, बà¥à¤°à¥à¤ '%s' वरà¥à¤² : %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "à¤à¥
प सà¤à¤µà¤¾à¤¦ '%s' à¤à¥à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥, बà¥à¤°à¥à¤ '%s' वरà¥à¤² : %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "'info blockstats' या qemu दà¥à¤µà¤¾à¤°à¥ समरà¥à¤¥à¥à¤¤ नाहà¥"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
#, fuzzy
msgid "STDIO migration is not supported with this QEMU binary"
msgstr "'info blockstats' या qemu दà¥à¤µà¤¾à¤°à¥ समरà¥à¤¥à¥à¤¤ नाहà¥"
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "à¤
समरà¥à¤¥à¥à¤¤ डिसà¥à¤ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "à¤
समरà¥à¤¥à¥à¤¤ डिसà¥à¤ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr "à¤
समरà¥à¤¥à¥à¤¤ डिसà¥à¤ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "à¤
वà¥à¤§ à¤à¤µà¤¾à¤ पà¥à¤°à¤¾à¤°à¥à¤ª"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "à¤
वà¥à¤§ à¤à¥à¤·à¥à¤¤à¥à¤° नाव"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "à¤
वà¥à¤§ मारà¥à¤"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "मà¥à¤¨à¥à¤à¤° मारà¥à¤ %s à¤à¤à¤¡à¥ शà¤à¤²à¥ नाहà¥"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "नà¥à¤¡ डà¥à¤®à¥à¤¨ यादà¥"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "close-on-exec फाà¤à¤² वरà¥à¤£à¤¨ बाब निशà¥à¤à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "विना-बà¥à¤²à¥à¤ à¤à¤°à¤£à¤¾à¤°à¥ फाà¤à¤² वरà¥à¤£à¤¨ बाब निशà¥à¤à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "लà¥à¤à¤«à¤¾à¤à¤² बनविणà¥à¤¯à¤¾à¤¸ %s à¤
पयशà¥: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "VM लà¥à¤à¤«à¤¾à¤à¤² close-on-exec बाब %s निशà¥à¤à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "लà¥à¤à¤«à¤¾à¤à¤² बनविणà¥à¤¯à¤¾à¤¸ %s à¤
पयशà¥: %s"
-#: src/qemu_driver.c:211
-#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "लà¥à¤à¤«à¤¾à¤à¤² बनविणà¥à¤¯à¤¾à¤¸ %s à¤
पयशà¥: %s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "VM लà¥à¤à¤«à¤¾à¤à¤² close-on-exec बाब %s निशà¥à¤à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "tty %s à¤à¤à¤¡à¤¤à¤¾ à¤à¤²à¥ नाहà¥: %s\n"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "VM '%s' यास सà¥à¤µà¤¯à¤à¤ªà¥à¤°à¤¾à¤°à¤à¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "बà¥à¤²à¥à¤ सà¥à¤¤à¤¿à¤¥à¥ %s %s मिळवणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "%s पासà¥à¤¨ डà¥à¤®à¥à¤¨ निरà¥à¤®à¤¾à¤£ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "%s डà¥à¤®à¥à¤¨ %s वर सà¥à¤°à¤à¥à¤·à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "सà¤à¤à¤¯à¥à¤à¤¾ बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशॠ%s : %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "वरà¥à¤¤à¤®à¤¾à¤¨ वà¥à¤³ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "पदà¥à¤§à¤¤à¥ '%s' वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "पदà¥à¤§à¤¤à¥ '%s' वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
+
+#: src/qemu_driver.c:476
#, fuzzy, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "VM '%s' यास सà¥à¤µà¤¯à¤à¤ªà¥à¤°à¤¾à¤°à¤à¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup: à¤
तिरà¥à¤à¥à¤¤ सà¥à¤®à¥à¤¤à¥ नाहà¥"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr "%s पà¥à¤°à¤¾à¤°à¤à¤ à¤à¤à¤à¤ªà¥à¤ वाà¤à¤¤à¥à¤µà¥à¤³à¥ तà¥à¤°à¥à¤à¥ à¤à¤¢à¤³à¤²à¥"
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr "%s पà¥à¤°à¤¾à¤°à¤à¤ à¤à¤à¤à¤ªà¥à¤ वाà¤à¤¤à¥à¤µà¥à¤³à¥ à¤à¤¾à¤²à¤¬à¤¾à¤¹à¥à¤¯ à¤à¤¾à¤²à¥"
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr "%s पà¥à¤°à¤¾à¤°à¤à¤ à¤à¤à¤à¤ªà¥à¤ वाà¤à¤¤à¥à¤µà¥à¤³à¥ à¤
तिरिà¤à¥à¤¤ à¤à¤¾à¤à¤¾ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, fuzzy, c-format
+msgid "Out of space while reading %s log output"
+msgstr "%s पà¥à¤°à¤¾à¤°à¤à¤ à¤à¤à¤à¤ªà¥à¤ वाà¤à¤¤à¥à¤µà¥à¤³à¥ à¤
तिरिà¤à¥à¤¤ à¤à¤¾à¤à¤¾ à¤à¤¢à¤³à¤²à¥ नाहà¥"
+
+#: src/qemu_driver.c:757
+#, fuzzy, c-format
+msgid "Failure while reading %s log output"
+msgstr "%s पà¥à¤°à¤¾à¤°à¤à¤ à¤à¤à¤à¤ªà¥à¤ वाà¤à¤¤à¥à¤µà¥à¤³à¥ तà¥à¤°à¥à¤à¥ à¤à¤¢à¤³à¤²à¥"
+
+#: src/qemu_driver.c:771
+#, fuzzy, c-format
+msgid "Timed out while reading %s log output"
+msgstr "%s पà¥à¤°à¤¾à¤°à¤à¤ à¤à¤à¤à¤ªà¥à¤ वाà¤à¤¤à¥à¤µà¥à¤³à¥ à¤à¤¾à¤²à¤¬à¤¾à¤¹à¥à¤¯ à¤à¤¾à¤²à¥"
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr "मà¥à¤¨à¥à¤à¤° मारà¥à¤ %s à¤à¤à¤¡à¥ शà¤à¤²à¥ नाहà¥"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr "close-on-exec बाब निशà¥à¤à¤¿à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr "विना-बà¥à¤²à¥à¤à¥à¤à¤ पदà¥à¤§à¤¤à¥à¤¤ मà¥à¤¨à¥à¤à¤° निशà¥à¤à¤¿à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥"
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "लà¥à¤ फाà¤à¤² %d बà¤à¤¦ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "tty à¤à¥à¤£à¤§à¤°à¥à¤® निशà¥à¤à¤¿à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥: %s\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr "CPU थà¥à¤°à¥à¤¡ माहितॠपà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤à¤°à¥à¤¤à¤¾ monitor à¤à¤¦à¥à¤¶ à¤à¤¾à¤²à¤µà¥ शà¤à¤¤ नाहà¥"
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "CPU सà¤à¤ªà¤°à¥à¤ %s निशà¥à¤à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr "पà¥à¤¨à¥à¤¹à¤ªà¥à¤°à¤¾à¤°à¤à¤ à¤à¤¾à¤°à¥à¤¯à¤ªà¤¦à¥à¤§à¤¤à¥ à¤
पयशà¥"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "वरà¥à¤¤à¤®à¤¾à¤¨ वà¥à¤³ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "VM à¤à¤§à¤¿à¤ªà¤¾à¤¸à¥à¤¨à¤ सà¤à¥à¤°à¥à¤¯ à¤à¤¹à¥"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr "न वापरलà¥à¤²à¥ VNC पà¥à¤°à¥à¤ शà¥à¤§à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "लà¥à¤ सà¤à¤à¤¯à¥à¤ बनवॠशà¤à¤¤ नाहॠ%s: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "QEMU बायनरॠ%s à¤à¤¢à¤³à¤²à¥ नाहà¥: %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "QEMU बायनरॠ%s à¤à¤¢à¤³à¤²à¥ नाहà¥: %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "लà¥à¤ फाà¤à¤² %d à¤à¤°à¥à¤¤à¤¾ argv लिहà¥à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "लà¥à¤ फाà¤à¤² %d à¤à¤°à¥à¤¤à¤¾ argv लिहà¥à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "लà¥à¤ फाà¤à¤² %d à¤à¤°à¥à¤¤à¤¾ argv लिहà¥à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "डà¥à¤®à¥à¤¨ %s शà¤à¤¡à¤¾à¤à¤¨ हà¥à¤¤ à¤à¤¹à¥\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "VM '%s' बà¤à¤¦ à¤à¤°à¤¤ à¤à¤¹à¥"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "'%s' à¤à¤°à¥à¤¤à¤¾ सà¥à¤à¥à¤ बाà¤à¤§à¤£à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "लà¥à¤ फाà¤à¤² %d बà¤à¤¦ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
+msgid "Failed to remove domain status for %s"
+msgstr "%s पासà¥à¤¨ डà¥à¤®à¥à¤¨ निरà¥à¤®à¤¾à¤£ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "VM à¤à¤¨à¥à¤¸à¥à¤² माहितॠà¤à¤°à¥à¤¤à¤¾ दाà¤à¤²à¤¨ à¤à¤°à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "tty %s à¤à¤à¤¡à¤¤à¤¾ à¤à¤²à¥ नाहà¥: %s\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr "या यà¤à¤®à¤¾à¤¨ वरà¥à¤² NUMA समरà¥à¤¥à¥à¤¤ नाहà¥"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr "NUMA मà¥à¤à¤³à¥ सà¥à¤®à¥à¤¤à¥ à¤à¤°à¥à¤¤à¤¾ à¤
डà¤à¤¨ विà¤à¤¾à¤°à¥ शà¤à¤²à¥ नाहà¥"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "यà¤à¤®à¤¾à¤¨à¤¾à¤à¥ नाव मिळवणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "डà¥à¤®à¥à¤¨ %s à¤à¤§à¥à¤ à¤
सà¥à¤¤à¤¿à¤¤à¥à¤µà¤¾à¤¤"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "डà¥à¤®à¥à¤¨ %s à¤à¤§à¥à¤ à¤
सà¥à¤¤à¤¿à¤¤à¥à¤µà¤¾à¤¤"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "समà¤à¥à¤³à¤µà¤£à¥ id %d नà¥à¤°à¥à¤ª à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤¾à¤°à¥à¤¯à¤°à¤¤ नाहà¥"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr "ससà¥à¤ªà¥à¤à¤¡ à¤à¤¾à¤°à¥à¤¯à¤ªà¤¦à¥à¤§à¤¤à¥ à¤
पयशà¥"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr "शà¤à¤¡à¤¾à¤à¤¨ à¤à¤¾à¤°à¥à¤¯à¤ªà¤¦à¥à¤§à¤¤à¥ à¤
पयशà¥"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "समà¤à¥à¤³à¤µà¤£à¥ uuid '%s' सह à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr "वरà¥à¤¤à¤®à¤¾à¤¨ सà¥à¤®à¥à¤¤à¥à¤ªà¥à¤à¥à¤·à¤¾ à¤à¤®à¤¾à¤² सà¥à¤®à¥à¤¤à¥ निशà¥à¤à¤¿à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr "सà¤à¥à¤°à¥à¤¯ à¤à¥à¤·à¥à¤¤à¥à¤°à¤¾à¤à¥ सà¥à¤®à¥à¤¤à¥ निशà¥à¤à¤¿à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr "à¤à¤®à¤¾à¤² सà¥à¤®à¥à¤¤à¥ पà¥à¤à¥à¤·à¤¾ à¤à¤¾à¤¸à¥à¤¤ सà¥à¤®à¥à¤¤à¥ निशà¥à¤à¤¿à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° xml पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr "'%s' बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
msgstr "सà¤à¤¯à¤à¥à¤¤ शिरà¥à¤·à¤ लिहà¥à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr "xml लिहà¥à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "लà¥à¤ फाà¤à¤² %d बà¤à¤¦ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "सà¥à¤®à¥à¤¤à¥à¤¬à¤¾à¤¹à¥à¤°"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr "सà¥à¤¥à¤¾à¤¨à¤¾à¤à¤¤à¤°à¤¨ à¤à¤¾à¤°à¥à¤¯à¤ªà¤¦à¥à¤§à¤¤à¥ à¤
पयशà¥"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
#, fuzzy
msgid "'migrate' not supported by this qemu"
msgstr "'info blockstats' या qemu दà¥à¤µà¤¾à¤°à¥ समरà¥à¤¥à¥à¤¤ नाहà¥"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr "सà¤à¥à¤°à¥à¤¯ à¤à¥à¤·à¥à¤¤à¥à¤°à¤¾à¤à¥ vcpu पà¥à¤°à¤®à¤¾à¤£ बदलवॠशà¤à¤¤ नाहà¥"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤°à¥à¤¤à¤¾ à¤à¤®à¤¾à¤² vcpus निशà¥à¤à¤¿à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤°à¥à¤¤à¤¾ विनà¤à¤¤à¥à¤à¥à¤¤ vcpus à¤à¤®à¤¾à¤² परवानà¤à¥à¤¯ vcpus पà¥à¤à¥à¤·à¤¾ à¤à¤¾à¤¸à¥à¤¤ à¤à¤¹à¥: %d > %d"
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
msgid "cannot pin vcpus on an inactive domain"
msgstr "à¤
सà¤à¥à¤°à¥à¤¯ à¤à¥à¤·à¥à¤¤à¥à¤° वर vcpus ला पà¥à¤¨ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "vcpu à¤à¥à¤°à¤®à¤¾à¤à¤ à¤à¥à¤·à¥à¤¤à¥à¤°à¤à¥à¤¯à¤¾ बाहà¥à¤° %d > %d"
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "सà¤à¤¬à¤à¤§ निशà¥à¤à¤¿à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥: %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr "cpu सà¤à¤¬à¤à¤§ à¤à¤°à¥à¤¤à¤¾ समरà¥à¤¥à¤¨ नाहà¥"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "सà¤à¤¬à¤à¤§ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥: %s"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr "cpu सà¤à¤¬à¤à¤§ à¤à¤ªà¤²à¤¬à¥à¤§ नाहà¥"
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° वà¥à¤¯à¤¾à¤à¥à¤¯à¤¾ '%d' à¤
à¤à¤¤à¤°à¥à¤à¤¤ à¤
परिà¤à¥à¤¤ virt पà¥à¤°à¤à¤¾à¤°"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "वरà¥à¤¤à¤®à¤¾à¤¨ वà¥à¤³ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
+
+#: src/qemu_driver.c:3014
+#, fuzzy, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr "vCPU पà¥à¤°à¤®à¤¾à¤£ à¤à¤®à¤¾à¤²à¤ªà¥à¤à¥à¤·à¤¾ à¤à¤¾à¤¸à¥à¤¤ à¤à¤¹à¥: %d > %d"
+
+#: src/qemu_driver.c:3023
+#, fuzzy, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr "vCPU पà¥à¤°à¤®à¤¾à¤£ à¤à¤®à¤¾à¤²à¤ªà¥à¤à¥à¤·à¤¾ à¤à¤¾à¤¸à¥à¤¤ à¤à¤¹à¥: %d > %d"
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤¤à¤¿à¤®à¤¾ वाà¤à¥ शà¤à¤²à¥ नाहà¥"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr "qemu शिरà¥à¤·à¤ वाà¤à¥ शà¤à¤²à¥ नाहà¥"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr "पà¥à¤°à¤¤à¤¿à¤®à¤¾ à¤à¤¾à¤¦à¥ à¤
यà¥à¤à¥à¤¯ à¤à¤¹à¥"
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "पà¥à¤°à¤¤à¤¿à¤®à¤¾ à¤à¤µà¥à¤¤à¥à¤¤à¥ समरà¥à¤¥à¥à¤¤ नाहॠ(%d > %d)"
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr "XML वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr "XML वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤§à¤¿à¤ªà¤¾à¤¸à¥à¤¨ '%s' नà¥à¤°à¥à¤ª सà¤à¥à¤°à¥à¤¯ à¤à¤¹à¥"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
msgid "failed to assign new VM"
msgstr "नविन VM लाà¤à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr "VM सà¥à¤°à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
msgid "failed to resume domain"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤°à¤¸à¤¹ पà¥à¤¨à¥à¤¹à¤¸à¤à¤ªà¤°à¥à¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "à¤
समरà¥à¤¥à¥à¤¤ डिसà¥à¤ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "cdrom मिडà¥à¤¯à¤¾ बदलवॠशà¤à¤¤ नाहà¥"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "cdrom मिडà¥à¤¯à¤¾ बदलवॠशà¤à¤¤ नाहà¥"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, fuzzy, c-format
msgid "target %s already exists"
msgstr "सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ à¤à¤§à¤¿à¤ªà¤¾à¤¸à¥à¤¨à¤ à¤
सà¥à¤¤à¤¿à¤¤à¥à¤µà¤¾à¤¤ à¤à¤¹à¥"
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "%s वाà¤à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "डà¥à¤®à¥à¤¨ %s à¤à¤§à¥à¤ à¤
सà¥à¤¤à¤¿à¤¤à¥à¤µà¤¾à¤¤"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "सà¥à¤¤à¥à¤°à¥à¤¤ साधन पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "यà¤à¤®à¤¾à¤¨ वà¥à¤¯à¤¾à¤à¥à¤¯à¤¾ फाà¤à¤² à¤à¤¾à¤°à¤¿à¤¤ à¤à¤°à¤¤ à¤à¤¹à¥"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "सà¥à¤¤à¥à¤°à¥à¤¤ साधन पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "यà¤à¤®à¤¾à¤¨ वà¥à¤¯à¤¾à¤à¥à¤¯à¤¾ फाà¤à¤² à¤à¤¾à¤°à¤¿à¤¤ à¤à¤°à¤¤ à¤à¤¹à¥"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ à¤à¥à¤·à¥à¤¤à¥à¤° वरà¥à¤² साधन à¤à¥à¤³à¤µà¥ शà¤à¤¤ नाहà¥"
-#: src/qemu_driver.c:3451
-#, fuzzy
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, fuzzy, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr "फà¤à¥à¤¤ CDROM डिसà¥à¤ साधन à¤à¥à¤¡à¤²à¥ à¤à¤¾à¤ शà¤à¤¤à¥"
-#: src/qemu_driver.c:3460
-#, fuzzy
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, fuzzy, c-format
+msgid "device type '%s' cannot be attached"
msgstr "फà¤à¥à¤¤ CDROM डिसà¥à¤ साधन à¤à¥à¤¡à¤²à¥ à¤à¤¾à¤ शà¤à¤¤à¥"
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤°à¤¸à¤¹ पà¥à¤¨à¥à¤¹à¤¸à¤à¤ªà¤°à¥à¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "%s पासà¥à¤¨ साधन वियà¥à¤à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ à¤à¥à¤·à¥à¤¤à¥à¤° वरà¥à¤² साधन à¤à¥à¤³à¤µà¥ शà¤à¤¤ नाहà¥"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
#, fuzzy
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr "फà¤à¥à¤¤ CDROM डिसà¥à¤ साधन à¤à¥à¤¡à¤²à¥ à¤à¤¾à¤ शà¤à¤¤à¥"
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "सà¤à¥à¤°à¥à¤¯ à¤à¥à¤·à¥à¤¤à¥à¤°à¤¾à¤à¥ सà¥à¤®à¥à¤¤à¥ निशà¥à¤à¤¿à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "सà¥à¤µà¤à¤¯à¤ªà¥à¤°à¤¾à¤°à¤à¤ सà¤à¤à¤¯à¥à¤à¤¾ %s बनवॠशà¤à¤¤ नाहà¥: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "समà¤à¥à¤³à¤µà¤£à¥ '%s' बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥, '%s' à¤à¤°à¥à¤¤à¤¾: %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "à¤
वà¥à¤§ मारà¥à¤: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr "'info blockstats' à¤à¤¦à¥à¤¶ à¤
पयशà¥"
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "'info blockstats' या qemu दà¥à¤µà¤¾à¤°à¥ समरà¥à¤¥à¥à¤¤ नाहà¥"
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "साधन à¤à¤¢à¤³à¤²à¥ नाहà¥: %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr "NULL à¤à¤¿à¤à¤µà¤¾ रिà¤à¤¾à¤®à¥ मारà¥à¤"
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "à¤
वà¥à¤§ मारà¥à¤, '%s' परिà¤à¥à¤¤ सà¤à¤µà¤¾à¤¦ नाहà¥"
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "सà¤à¤à¤¯à¥à¤à¤¾ '%s' à¤à¤à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "फाà¤à¤² पासà¥à¤¨ lseek à¤à¤¿à¤à¤µà¤¾ वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s: %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "à¤
वà¥à¤§ मारà¥à¤"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr "QEMU डà¥à¤°à¤¾à¤à¤µà¤° फà¤à¥à¤¤ à¤à¤à¤¾à¤¸à¥ सà¥à¤®à¥à¤¤à¥ पतà¥à¤¤à¤¾ à¤à¤°à¥à¤¤à¤¾ समरà¥à¤¥à¤¨ पà¥à¤°à¤µà¤¿à¤¤à¥"
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "open(%s) à¤
पयशà¥: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "lvs à¤à¤¦à¥à¤¶ à¤
पयशà¥"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s: लà¥à¤ फाà¤à¤² लिहà¥à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "नà¥à¤¡ डà¥à¤®à¥à¤¨ यादà¥"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "UUID बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤§à¤¿à¤ªà¤¾à¤¸à¥à¤¨ '%s' नà¥à¤°à¥à¤ª सà¤à¥à¤°à¥à¤¯ à¤à¤¹à¥"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "VM सà¥à¤°à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "à¤à¤¾à¤°à¥à¤¯ à¤
सफल: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "डà¥à¤®à¥à¤¨ %s पà¥à¤¨à¥à¤¹à¤¾ à¤à¤¾à¤²à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "à¤à¥à¤³à¤µà¤£à¥ नावासह à¤à¥à¤·à¥à¤¤à¥à¤° नाहà¥"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
msgstr "libvirtd बायनरॠशà¥à¤§à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
@@ -2959,509 +3380,590 @@ msgid ""
msgstr ""
"remote_open: URL à¤
à¤à¤¤à¤°à¥à¤à¤¤ transport à¤
नà¥à¤³à¤à¥ à¤à¤¹à¥ (tls|unix|ssh|ext|tcp à¤
सायला हवà¥)"
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open: 'ext' transport à¤à¤°à¥à¤¤à¤¾, à¤à¤¦à¥à¤¶ à¤à¤µà¤¶à¥à¤¯à¤ à¤à¤¹à¥"
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "tty %s à¤à¤à¤¡à¤¤à¤¾ à¤à¤²à¥ नाहà¥: %s\n"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "tty %s à¤à¤à¤¡à¤¤à¤¾ à¤à¤²à¥ नाहà¥: %s\n"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "सà¥à¤à¥à¤ बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "सà¥à¤à¥à¤ बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr "à¤à¥à¤°à¤¾à¤¨à¥à¤¸à¤ªà¥à¤°à¥à¤ पदà¥à¤§à¤¤à¥ unix, ssh व ext Windows à¤
à¤à¤¤à¤°à¥à¤à¤¤ समरà¥à¤¥à¥à¤¤ नाहà¥"
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "सà¥à¤à¥à¤ बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "लà¥à¤ फाà¤à¤² %d बà¤à¤¦ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "URI मिळवणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "डà¥à¤®à¥à¤¨ वाà¤à¤¤ à¤à¤¹à¥"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "%s '%s' à¤à¤°à¥à¤¤à¤¾ पà¥à¤°à¤µà¥à¤¶ नाहà¥: %s (%d)"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "à¤à¤¨à¥à¤à¥à¤¨à¤° सà¥à¤à¥
à¤à¤à¥ वाà¤à¤ª à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "VM à¤à¤¨à¥à¤¸à¥à¤² माहितॠà¤à¤°à¥à¤¤à¤¾ दाà¤à¤²à¤¨ à¤à¤°à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "SASL लायबà¥à¤°à¤°à¥ पà¥à¤°à¤¾à¤°à¤à¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %d (%s)"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, fuzzy, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "tty à¤à¥à¤£à¤§à¤°à¥à¤® निशà¥à¤à¤¿à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥: %s\n"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "tty à¤à¥à¤£à¤§à¤°à¥à¤® निशà¥à¤à¤¿à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥: %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤ शà¥à¤°à¥à¤¯ तपासणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "tty %s à¤à¤à¤¡à¤¤à¤¾ à¤à¤²à¥ नाहà¥: %s\n"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr "सरà¥à¤µà¤° तपासणॠ(à¤à¤®à¤à¥ पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤à¤¿à¤à¤µà¤¾ IP पतà¥à¤¤à¤¾) à¤
पयशà¥\n"
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "à¤à¥à¤²à¤¾à¤à¤à¤ शà¥à¤°à¥à¤¯ तपासणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "पाà¤à¤ª बनवॠशà¤à¤¤ नाहà¥: %s"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "à¤
वà¥à¤§ साधन पà¥à¤°à¤à¤¾à¤°: %s"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
#, fuzzy
msgid "The certificate is not trusted."
msgstr "पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤
à¤à¥à¤¨à¤¹à¥ सà¤à¥à¤°à¥à¤¯ à¤à¥à¤²à¥ à¤à¥à¤²à¥ नाहà¥"
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
#, fuzzy
msgid "The certificate hasn't got a known issuer."
msgstr "remoteCheckCertificate: à¤à¥à¤²à¤¾à¤à¤à¤ पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤°à¤à¤¡à¥ à¤
परिà¤à¥à¤¤ दà¥à¤¯à¥à¤¯à¤ à¤à¤¢à¤³à¤²à¥."
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
#, fuzzy
msgid "The certificate has been revoked."
msgstr "पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤à¤¾à¤²à¤¬à¤¾à¤¹à¥à¤¯ à¤à¤¾à¤²à¥"
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
#, fuzzy
msgid "The certificate uses an insecure algorithm"
msgstr "remoteCheckCertificate: à¤à¥à¤²à¤¾à¤à¤à¤ पà¥à¤°à¤¾à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤
सà¥à¤°à¤à¥à¤·à¤¿à¤¤ à¤
लà¥à¤à¥à¤°à¤¿à¤¦à¤®à¤à¤¾ वापर à¤à¤°à¤¤à¥."
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤° X.509 नाहà¥"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "gnutls_certificate_get_peers à¤
पयशà¥"
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "SASL à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ %s पà¥à¤°à¤¾à¤°à¤à¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "tty %s à¤à¤à¤¡à¤¤à¤¾ à¤à¤²à¥ नाहà¥: %s\n"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤à¤¾à¤²à¤¬à¤¾à¤¹à¥à¤¯ à¤à¤¾à¤²à¥"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° à¤
à¤à¥à¤¨à¤¹à¥ सà¤à¥à¤°à¥à¤¯ à¤à¥à¤²à¥ à¤à¥à¤²à¥ नाहà¥"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr "पà¥à¤°à¤®à¤¾à¤£à¤ªà¤¤à¥à¤° मालà¤à¤¾à¤à¥ à¤à¥à¤³à¤µà¤£à¥ यà¤à¤®à¤¾à¤¨à¤¨à¤¾à¤µà¤¶à¥ à¤à¥à¤³à¤¤ नाहॠ(%s)"
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "à¤à¥à¤ªà¤ à¤à¤¾à¤¸à¥à¤¤ NUMA à¤à¤à¥à¤·: %d > %d"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "à¤à¥à¤ªà¤ à¤à¤¾à¤¸à¥à¤¤ दà¥à¤°à¥à¤°à¤¸à¥à¤¥ à¤à¥à¤·à¥à¤¤à¥à¤° IDs: %d > %d"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr "मà¥
प लाà¤à¤¬à¥ à¤à¤®à¤¾à¤² पà¥à¤à¥à¤·à¤¾ à¤à¤¾à¤¸à¥à¤¤ à¤à¤¹à¥: %d > %d"
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "vCPU पà¥à¤°à¤®à¤¾à¤£ à¤à¤®à¤¾à¤²à¤ªà¥à¤à¥à¤·à¤¾ à¤à¤¾à¤¸à¥à¤¤ à¤à¤¹à¥: %d > %d"
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr "vCPU मà¥
प बफर लाà¤à¤¬à¥ à¤à¤®à¤¾à¤² पà¥à¤à¥à¤·à¤¾ à¤à¤¾à¤¸à¥à¤¤ à¤à¤¹à¥: %d > %d"
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "यà¤à¤®à¤¾à¤¨à¤¨à¥ बरà¥à¤à¤¶à¥ vCPUs à¤à¤¢à¤³à¤£à¥à¤¯à¤¾à¤à¥ तपशà¥à¤² पाठविला à¤à¤¹à¥: %d > %d"
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr "यà¤à¤®à¤¾à¤¨ तपशà¥à¤² मà¥
फ बफरà¤à¥ लाà¤à¤¬à¥ à¤à¤®à¤¾à¤² पà¥à¤à¥à¤·à¤¾ à¤à¤¾à¤¸à¥à¤¤ à¤à¤¹à¥ à¤
सॠदरà¥à¤¶à¤µà¤¿à¤¤à¥: %d > %d"
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, fuzzy, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr "vCPU पà¥à¤°à¤®à¤¾à¤£ à¤à¤®à¤¾à¤²à¤ªà¥à¤à¥à¤·à¤¾ à¤à¤¾à¤¸à¥à¤¤ à¤à¤¹à¥: %d > %d"
+
+#: src/remote_internal.c:2352
+#, fuzzy, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr "vCPU पà¥à¤°à¤®à¤¾à¤£ à¤à¤®à¤¾à¤²à¤ªà¥à¤à¥à¤·à¤¾ à¤à¤¾à¤¸à¥à¤¤ à¤à¤¹à¥: %d > %d"
+
+#: src/remote_internal.c:2361
+#, fuzzy, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr "vCPU पà¥à¤°à¤®à¤¾à¤£ à¤à¤®à¤¾à¤²à¤ªà¥à¤à¥à¤·à¤¾ à¤à¤¾à¤¸à¥à¤¤ à¤à¤¹à¥: %d > %d"
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr "à¤à¥à¤ªà¤ à¤à¤¾à¤¸à¥à¤¤ दà¥à¤°à¥à¤°à¤¸à¥à¤¥ à¤à¥à¤·à¥à¤¤à¥à¤° नाव: %d > %d"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
"remoteDomainGetSchedulerParameters: पà¥à¤¨à¥à¤¹à¤¾ पाठविलà¥à¤²à¥ बाब मरà¥à¤¯à¤¾à¤¦à¤¾à¤ªà¥à¤à¥à¤·à¤¾ à¤à¤¾à¤¸à¥à¤¤ à¤à¤¹à¥à¤¤"
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "remoteDomainGetSchedulerParameters: à¤
परिà¤à¥à¤¤ बाब पà¥à¤°à¤à¤¾à¤°"
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "à¤à¤®à¥ सà¥à¤®à¥à¤¤à¥ वाà¤à¤ª à¤
रà¥à¤°à¥"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "à¤
परिà¤à¥à¤¤ बाब पà¥à¤°à¤à¤¾à¤°"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr "दà¥à¤°à¥à¤°à¤¸à¥à¤¥ शिषà¥à¤à¤¾à¤à¤¾à¤° à¤à¤°à¥à¤¤à¤¾ बà¥à¤²à¥à¤ à¤à¤®à¤¾à¤² विनà¤à¤¤à¥ à¤à¥à¤ªà¤ à¤à¤¾à¤¸à¥à¤¤ à¤à¤¹à¥, %zi > %d"
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr "पाठिवलà¥à¤²à¥ बफर विनà¤à¤¤à¥à¤à¥à¤¤ à¤à¤à¤¾à¤°à¤¾à¤à¥ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr "दà¥à¤°à¥à¤°à¤¸à¥à¤¥ शिषà¥à¤à¤¾à¤à¤¾à¤° à¤à¤°à¥à¤¤à¤¾ सà¥à¤®à¥à¤¤à¥ à¤à¤®à¤¾à¤² विनà¤à¤¤à¥ à¤à¥à¤ªà¤ à¤à¤¾à¤¸à¥à¤¤ à¤à¤¹à¥, %zi > %d"
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "à¤à¥à¤ªà¤ à¤à¤¾à¤¸à¥à¤¤ दà¥à¤°à¥à¤°à¤¸à¥à¤¥ सà¤à¤à¤¾à¤³: %d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr "à¤à¥à¤ªà¤ à¤à¤¾à¤¸à¥à¤¤ सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ विनà¤à¤¤à¥à¤à¥à¤¤ à¤à¥à¤²à¥"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr "à¤à¥à¤ªà¤ à¤à¤¾à¤¸à¥à¤¤ सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤¾à¤²à¥"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr "à¤à¥à¤ªà¤ à¤à¤¾à¤¸à¥à¤¤ सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ विनà¤à¤¤à¥à¤à¥à¤¤ à¤à¥à¤²à¥"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr "à¤à¥à¤ªà¤ à¤à¤¾à¤¸à¥à¤¤ सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤¾à¤²à¥"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "à¤à¥à¤ªà¤ à¤à¤¾à¤¸à¥à¤¤ सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ विनà¤à¤¤à¥à¤à¥à¤¤ à¤à¥à¤²à¥"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "à¤à¥à¤ªà¤ à¤à¤¾à¤¸à¥à¤¤ सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤¾à¤²à¥"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "à¤à¥à¤ªà¤ à¤à¤¾à¤¸à¥à¤¤ सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ विनà¤à¤¤à¥à¤à¥à¤¤ à¤à¥à¤²à¥"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "à¤à¥à¤ªà¤ à¤à¤¾à¤¸à¥à¤¤ सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤¾à¤²à¥"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "à¤
परिà¤à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ पà¥à¤°à¤à¤¾à¤° %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr "विनà¤à¤¤à¥à¤à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ पà¥à¤°à¤à¤¾à¤° %s नà¤à¤¾à¤°à¤²à¥ à¤à¥à¤²à¥"
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "à¤
समरà¥à¤¥à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "SASL लायबà¥à¤°à¤°à¥ पà¥à¤°à¤¾à¤°à¤à¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %d (%s)"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "सà¥à¤à¥à¤ पतà¥à¤¤à¤¾ %d (%s) पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "परसà¥à¤ªà¤° पतà¥à¤¤à¤¾ %d (%s) पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "SASL à¤à¥à¤²à¤¾à¤à¤à¤ सà¤à¤¦à¤°à¥à¤ बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %d (%s)"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr "TLS सतà¥à¤° à¤à¤°à¥à¤¤à¤¾ à¤
वà¥à¤§ सà¥à¤«à¤° à¤à¤à¤¾à¤°"
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "बाहà¥à¤°à¥à¤² SSF %d (%s) निशà¥à¤à¤¿à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr "सà¥à¤°à¤à¥à¤·à¤¾ à¤à¥à¤£à¤§à¤°à¥à¤® %d (%s) निशà¥à¤à¤¿à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "SASL à¤à¤¾à¤°à¥à¤¯à¤ªà¤¦à¥à¤§à¤¤à¥ %s या सरà¥à¤µà¤° दà¥à¤µà¤¾à¤°à¥ समरà¥à¤¥à¥à¤¤ नाहà¥"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "SASL सà¤à¤ªà¤°à¥à¤ पà¥à¤°à¤¾à¤°à¤à¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %d (%s)"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr "à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ शà¥à¤°à¥à¤¯ बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr "SASL मधà¥à¤¯à¤¸à¥à¤¥à¥ माहितॠà¤à¥à¤ªà¤ लाà¤à¤¬ à¤à¤¹à¥: %d बाà¤à¤à¤¸à¥"
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "SASL पदà¥à¤§à¤¤ à¤
पयशà¥: %d (%s)"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr "मधà¥à¤¯à¤¸à¥à¤¥à¥ SSF %d à¤
पà¥à¤à¥à¤·à¥à¤¤à¤°à¤¿à¤¤à¥à¤¯à¤¾ सà¤à¥à¤·à¤® à¤à¤¢à¤³à¥ नाहà¥"
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr "à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ शà¥à¤°à¥à¤¯ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr "xdr_remote_message_header à¤
पयशà¥"
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr "marshalling बाब"
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
#, fuzzy
msgid "xdr_u_int (length word)"
msgstr "xdr_int (लाà¤à¤¬à¥ word)"
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° माहितॠसà¤à¤à¤¯à¥à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "सà¥à¤à¥à¤ %d वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "फà¤à¥à¤¤ वाà¤à¤£à¤à¥à¤à¥ à¤à¥à¤¡à¤£à¥"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "मà¥à¤à¤¾à¤¡à¥à¤à¤¾ लिहॠशà¤à¤¤ नाहà¥"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "'%s' बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "à¤à¤à¤¡ %s à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
#, fuzzy
msgid "xdr_u_int (length word, reply)"
msgstr "xdr_int (लाà¤à¤¬à¥ word, पà¥à¤°à¤¤à¤¿à¤¸à¤¾à¤¦)"
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
#, fuzzy
msgid "packet received from server too small"
msgstr "सरà¥à¤µà¤° पासà¥à¤¨ पà¥à¤°à¤¾à¤ªà¥à¤¯ पà¥
à¤à¥à¤ à¤à¥à¤ªà¤ मà¥à¤ ॠà¤à¤¹à¥"
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr "सरà¥à¤µà¤° पासà¥à¤¨ पà¥à¤°à¤¾à¤ªà¥à¤¯ पà¥
à¤à¥à¤ à¤à¥à¤ªà¤ मà¥à¤ ॠà¤à¤¹à¥"
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr "पà¥à¤°à¤¤à¤¿à¤¸à¤¾à¤¦ à¤
à¤à¤¤à¤°à¥à¤à¤¤ à¤
वà¥à¤§ शिरà¥à¤·à¤"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr "à¤
परिà¤à¥à¤¤ à¤à¤¾à¤°à¥à¤¯à¤à¥à¤°à¤® (पà¥à¤°à¤¾à¤ªà¥à¤¤ %x, à¤
पà¥à¤à¥à¤·à¥à¤¤ %x)"
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr "à¤
परिà¤à¥à¤¤ शिषà¥à¤à¤¾à¤à¤¾à¤° à¤à¤µà¥à¤¤à¥à¤¤à¥ (पà¥à¤°à¤¾à¤ªà¥à¤¤ %x, à¤
पà¥à¤à¥à¤·à¥à¤¤ %x)"
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr "à¤
परिà¤à¥à¤¤ à¤à¤¾à¤°à¥à¤¯à¤ªà¤¦à¥à¤§à¤¤à¥ (पà¥à¤°à¤¾à¤ªà¥à¤¤ %x, à¤
पà¥à¤à¥à¤·à¥à¤¤ %x)"
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr "unmarshalling ret"
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr "unmarshalling दà¥à¤°à¥à¤°à¤¸à¥à¤¥_तà¥à¤°à¥à¤à¥"
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr "à¤
परिà¤à¥ सà¥à¤¥à¤¿à¤¤à¥ (पà¥à¤°à¤¾à¤ªà¥à¤¤ %x)"
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "calloc à¤
पयशà¥"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "à¤à¤¦à¥à¤¶ à¤à¤°à¥à¤¤à¤¾ पà¥à¤°à¤¤à¤¿à¤à¥à¤·à¤¾ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "tty pid फाà¤à¤² %s à¤à¤à¤¡à¥ शà¤à¤¤ नाहà¥: %s"
+
+#: src/security_selinux.c:120
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr "tty pid फाà¤à¤² %s वाà¤à¥ शà¤à¤¤ नाहà¥: %s"
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "tty pid फाà¤à¤² %s à¤à¤à¤¡à¥ शà¤à¤¤ नाहà¥: %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "tty pid फाà¤à¤² %s वाà¤à¥ शà¤à¤¤ नाहà¥: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "%s à¤à¥ फाà¤à¤² सà¤à¤¦à¤°à¥à¤ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, fuzzy, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr "vCPU पà¥à¤°à¤®à¤¾à¤£ à¤à¤®à¤¾à¤²à¤ªà¥à¤à¥à¤·à¤¾ à¤à¤¾à¤¸à¥à¤¤ à¤à¤¹à¥: %d > %d"
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "tty %s à¤à¤à¤¡à¤¤à¤¾ à¤à¤²à¥ नाहà¥: %s\n"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "tty %s à¤à¤à¤¡à¤¤à¤¾ à¤à¤²à¥ नाहà¥: %s\n"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3492,45 +3994,45 @@ msgstr "फाà¤à¤² '%s' सामापà¥à¤¤à¥ परà¥à¤¯à¤à¤¤ सà¥à¤
msgid "cannot read beginning of file '%s'"
msgstr "फाà¤à¤² '%s' सामापà¥à¤¤à¥ परà¥à¤¯à¤à¤¤ सà¥à¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥:%s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "%s à¤à¥ फाà¤à¤² सà¤à¤¦à¤°à¥à¤ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "सà¤à¤à¤¯à¥à¤à¤¾ %s वाà¤à¥ शà¤à¤²à¥ नाहà¥: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr "regex %s à¤à¤à¤ªà¤¾à¤à¤¨ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "fd वाà¤à¥ शà¤à¤¤ नाहà¥"
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "à¤à¤¦à¥à¤¶ à¤à¤°à¥à¤¤à¤¾ पà¥à¤°à¤¤à¤¿à¤à¥à¤·à¤¾ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr "à¤à¤¦à¥à¤¶ यà¥à¤à¥à¤¯à¤°à¤¿à¤¤à¥à¤¯à¤¾ à¤à¤¾à¤°à¥à¤¯à¤¾à¤¨à¥à¤µà¥à¤¤ à¤à¤¾à¤²à¥ नाहà¥"
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "वाà¤à¤¨ तà¥à¤°à¥à¤à¥: %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr "à¤à¤¦à¥à¤¶ %d पासà¥à¤¨à¤à¥ विना-शà¥à¤¨à¥à¤¯ à¤à¤à¥à¤à¥à¤ सà¥à¤¥à¤¿à¤¤à¥"
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "%s: लाà¤à¥ à¤à¥à¤²à¥ à¤à¥à¤²à¥ नाहà¥\n"
@@ -3641,7 +4143,7 @@ msgid "cannot extend file '%s'"
msgstr "फाà¤à¤² '%s' विसà¥à¤¤à¤¾à¤°à¥à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥: %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "मारà¥à¤ '%s' वाà¤à¥ शà¤à¤¤ नाहà¥: %s"
@@ -3675,17 +4177,17 @@ msgstr "पà¥à¤°à¤¤à¤¿à¤®à¤¾ निरà¥à¤®à¤¾à¤£ à¤à¤°à¥à¤¤à¤¾ समरà¥
msgid "creation of non-raw images is not supported without qemu-img"
msgstr "पà¥à¤°à¤¤à¤¿à¤®à¤¾ निरà¥à¤®à¤¾à¤£ à¤à¤°à¥à¤¤à¤¾ समरà¥à¤¥à¤¨ विना qemu-img पà¥à¤°à¤µà¤¿à¤²à¥ à¤à¤¾à¤¤ नाहà¥"
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "फाà¤à¤² मालà¤à¥ '%s' निशà¥à¤à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "फाà¤à¤² पदà¥à¤§à¤¤à¥ '%s' निशà¥à¤à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "फाà¤à¤² '%s' बà¤à¤¦ à¤à¤°à¥ शà¤à¤¤ नाहà¥: %s"
@@ -3796,11 +4298,7 @@ msgstr "साधन %s बà¤à¤¦ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
msgid "cannot remove PV device '%s'"
msgstr "ttyPidFile %s à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "नविन बनविलà¥à¤²à¥ à¤à¤à¤¡ '%s' शà¥à¤§à¥ शà¤à¤²à¥ नाहà¥: %s"
@@ -3813,164 +4311,169 @@ msgstr "यà¤à¤®à¤¾à¤¨ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ à¤à¥à¤£à¤§à¤°à¥à¤® à¤
msgid "missing auth passwd attribute"
msgstr "à¤à¥à¤ªà¥à¤¤à¤¶à¤¬à¥à¤¦ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ à¤à¥à¤£à¤§à¤°à¥à¤® à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr "सदà¥à¤·à¥à¤¤ à¤à¤à¥à¤à¤²à¥ पदà¥à¤§à¤¤à¥"
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr "सदà¥à¤·à¥à¤¤ मालठà¤à¤à¤"
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr "सदà¥à¤·à¥à¤¤ à¤à¤ à¤à¤à¤"
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "à¤
परिà¤à¥à¤¤ रà¥à¤ à¤à¤à¤"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "à¤
परिà¤à¥à¤¤ सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "नाव à¤à¤à¤ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr "uuid निरà¥à¤®à¤¾à¤£ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "à¤
परिà¤à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "न à¤à¤¢à¤³à¤²à¥à¤²à¥ सà¥à¤¤à¥à¤°à¥à¤¤ यà¤à¤®à¤¾à¤¨ नाव"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "सà¥à¤¤à¥à¤°à¥à¤¤ साधन पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "न à¤à¤¢à¤³à¤²à¥à¤²à¥ सà¥à¤¤à¥à¤°à¥à¤¤ साधन मारà¥à¤"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "न à¤à¤¢à¤³à¤²à¥à¤²à¥ सà¥à¤¤à¥à¤°à¥à¤¤ मारà¥à¤"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr "à¤
परिà¤à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "न à¤à¤¢à¤³à¤²à¥à¤²à¥ लà¤à¥à¤·à¥à¤¯ मारà¥à¤"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "à¤
समरà¥à¤¥à¥à¤¤ सà¤à¤à¥à¤°à¤¹ सà¥à¤µà¤°à¥à¤ª %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ सà¤à¤à¥à¤°à¤¹ पà¥à¤°à¤à¤¾à¤°"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr "मालठà¤à¤à¤ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "न à¤à¤¢à¤³à¤²à¥à¤²à¥ रà¥à¤ à¤à¤à¤"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr "à¤
परिà¤à¥à¤¤ à¤à¤à¤¾à¤° यà¥à¤¨à¥à¤ '%s'"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr "सदà¥à¤·à¥à¤¤ à¤à¥à¤·à¤®à¤¤à¤¾ à¤à¤à¤"
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr "à¤à¥à¤·à¤®à¤¤à¤¾ à¤à¤à¤ मà¥à¤²à¥à¤¯ à¤à¥à¤ªà¤ मà¥à¤ ॠà¤à¤¹à¥"
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr "à¤
परिà¤à¥à¤¤ रà¥à¤ à¤à¤à¤"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "नाव à¤à¤à¤ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr "à¤à¥à¤·à¤®à¤¤à¤¾ à¤à¤à¤ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "à¤
परिà¤à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, fuzzy, c-format
msgid "unknown volume format number %d"
msgstr "à¤
समरà¥à¤¥à¥à¤¤ à¤à¤à¤¡ सà¥à¤µà¤°à¥à¤ª %d"
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ सà¤à¤à¤¯à¥à¤à¤¾ %s बनवॠशà¤à¤¤ नाहà¥: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² मारà¥à¤ बनवॠशà¤à¤¤ नाहà¥"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr "सà¥à¤µà¤¯à¤à¤ªà¥à¤°à¤¾à¤°à¤à¤ लिà¤à¤ मारà¥à¤ बनवॠशà¤à¤¤ नाहà¥"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr "XML निरà¥à¤®à¤¾à¤£ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² %s बनवॠशà¤à¤²à¥ नाहà¥: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² %s लिहॠशà¤à¤¤ नाहà¥: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² %s सà¤à¤à¤¯à¥à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "%s à¤à¤°à¥à¤¤à¤¾ सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² नाहà¥"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "%s à¤à¤°à¥à¤¤à¤¾ सà¤à¤¯à¥à¤à¤¨à¤¾ à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¥ शà¤à¤¤ नाहà¥"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr "à¤à¥à¤³à¤µà¤£à¥ uuid सह सà¤à¤à¥à¤°à¤¹ à¤à¤¢à¤³à¤²à¥ नाहà¥"
@@ -3978,17 +4481,17 @@ msgstr "à¤à¥à¤³à¤µà¤£à¥ uuid सह सà¤à¤à¥à¤°à¤¹ à¤à¤¢à¤³à¤²à¥ ना
msgid "no pool with matching name"
msgstr "à¤à¥à¤³à¤µà¤£à¥ नाव सह सà¤à¤à¥à¤°à¤¹ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr "सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ à¤à¤§à¤¿à¤ªà¤¾à¤¸à¥à¤¨à¤ à¤
सà¥à¤¤à¤¿à¤¤à¥à¤µà¤¾à¤¤ à¤à¤¹à¥"
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr "à¤à¥à¤³à¤µà¤£à¥ uuid सह सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ à¤à¤¢à¤³à¤²à¥ नाहà¥"
@@ -3996,61 +4499,61 @@ msgstr "à¤à¥à¤³à¤µà¤£à¥ uuid सह सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ à¤à¤¢
msgid "pool is still active"
msgstr "सà¤à¤à¥à¤°à¤¹ à¤
à¤à¥à¤¨à¤¹à¥ सà¤à¥à¤°à¥à¤¯ à¤à¤¹à¥"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr "सà¤à¤à¥à¤°à¤¹ à¤à¤§à¤¿à¤ªà¤¾à¤¸à¥à¤¨à¤ सà¤à¥à¤°à¥à¤¯"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr "सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ à¤à¤§à¤¿à¤ªà¤¾à¤¸à¥à¤¨à¤ सà¤à¥à¤°à¥à¤¯ à¤à¤¹à¥"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr "सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ सà¤à¥à¤°à¥à¤¯ नाहà¥"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr "सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ à¤
à¤à¥à¤¨à¤¹à¥ सà¤à¥à¤°à¥à¤¯ à¤à¤¹à¥"
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr "à¤à¤à¤¡ à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¤£à¥ à¤à¤°à¥à¤¤à¤¾ सà¤à¤à¥à¤°à¤¹ समरà¥à¤¥à¤¨ पà¥à¤°à¤µà¤¿à¤¤ नाहà¥"
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "सà¤à¤à¥à¤°à¤¹à¤à¤¡à¥ सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² नाहà¥"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr "à¤à¥à¤³à¤µà¤£à¥ नाव सह सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr "à¤à¥à¤³à¤µà¤£à¥ à¤à¤¿ सह सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr "à¤à¥à¤³à¤µà¤£à¥ मारà¥à¤ सह सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr "सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ à¤à¤§à¤¿à¤ªà¤¾à¤¸à¥à¤¨à¤ à¤
सà¥à¤¤à¤¿à¤¤à¥à¤µà¤¾à¤¤ à¤à¤¹à¥"
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr "सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ à¤à¤à¤¡ निरà¥à¤®à¤¾à¤£ à¤à¤°à¥à¤¤à¤¾ समरà¥à¤¥à¤¨ पà¥à¤°à¤µà¤¿à¤¤ नाहà¥"
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr "सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ à¤à¤à¤¡ à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¤£à¥ à¤à¤°à¥à¤¤à¤¾ समरà¥à¤¥à¤¨ पà¥à¤°à¤µà¤¿à¤¤ नाहà¥"
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "दिवसाà¤à¥ वà¥à¤³ मिळवत à¤à¤¹à¥"
@@ -4107,155 +4610,155 @@ msgstr "नà¥à¤¡ डà¥à¤®à¥à¤¨ यादà¥"
msgid "resolving domain filename"
msgstr "डà¥à¤®à¥à¤¨ फाà¤à¤²à¤¨à¤¾à¤µ सà¥à¤¡à¤µà¤¤ à¤à¤¹à¥"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "नà¥à¤¡ डà¥à¤®à¥à¤¨ यादà¥"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "सà¤à¤à¤¾à¤³ फाà¤à¤²à¤¨à¤¾à¤µ निरà¥à¤§à¤¾à¤°à¥à¤¤ à¤à¤°à¤¤ à¤à¤¹à¥"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "नà¥à¤¡ डà¥à¤®à¥à¤¨ यादà¥"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "डà¥à¤®à¥à¤¨ फाà¤à¤²à¤¨à¤¾à¤µ सà¥à¤¡à¤µà¤¤ à¤à¤¹à¥"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: मारà¥à¤ पà¥à¤°à¤µà¤¾ à¤à¤¿à¤à¤µà¤¾ :///default"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "फाà¤à¤² '%s' बà¤à¤¦ à¤à¤°à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤¾à¤°à¥à¤¯à¤°à¤¤ नाहà¥"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "मà¥à¤à¤¾à¤¡à¥à¤à¤¾ à¤à¤°à¥à¤¤à¤¾ à¤à¤¾à¤à¤¾ वाà¤à¤ª à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "डà¥à¤®à¥à¤¨ सà¥à¤¥à¤¿à¤¤à¥ फà¤à¤à¤²à¤®à¤§à¥à¤¯à¥ सà¥à¤°à¤à¥à¤·à¤¿à¤¤ à¤à¤°à¤¾"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "डà¥à¤®à¥à¤¨ सà¥à¤¥à¤¿à¤¤à¥ फà¤à¤à¤²à¤®à¤§à¥à¤¯à¥ सà¥à¤°à¤à¥à¤·à¤¿à¤¤ à¤à¤°à¤¾"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤¤à¤¿à¤®à¤¾ वाà¤à¥ शà¤à¤²à¥ नाहà¥"
-#: src/test.c:1295
+#: src/test.c:1292
#, fuzzy, c-format
msgid "incomplete save header in '%s'"
msgstr "à¤
पà¥à¤°à¥à¤£ सà¤à¤à¤¯à¤¨ शिरà¥à¤·à¤"
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr "à¤
यà¥à¤à¥à¤¯ शिरà¥à¤·à¤à¤à¥ à¤à¤¾à¤¦à¥"
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "मà¥à¤à¤¾à¤¡à¥à¤à¤¾ माहितॠवाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr "मà¥à¤à¤¾à¤¡à¥à¤à¤¾"
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "à¤
पà¥à¤°à¥à¤£ मà¥à¤à¤¾à¤¡à¥à¤à¤¾"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "डà¥à¤®à¥à¤¨ %s डमà¥à¤ª à¤à¥à¤²à¥ %s वर\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "%s: लà¥à¤ फाà¤à¤² लिहà¥à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "डà¥à¤®à¥à¤¨ %s डमà¥à¤ª à¤à¥à¤²à¥ %s वर\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤ªà¤²à¤¬à¥à¤§ à¤à¤à¥à¤·à¤¾à¤à¥à¤¯à¤¾ मरà¥à¤¯à¤¾à¤¦à¤¾ पलà¥à¤à¤¡à¥ à¤à¤¾à¤¤à¥"
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤§à¥à¤ªà¤¾à¤¸à¥à¤¨à¤ à¤à¤¾à¤°à¥à¤¯à¤°à¤¤ à¤à¤¹à¥"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤¤à¤¾ सà¥à¤¦à¥à¤§à¤¾ à¤à¤¾à¤°à¥à¤¯à¤°à¤¤ à¤à¤¹à¥"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "सà¤à¤à¤¾à¤³ à¤
à¤à¥à¤¨à¤¹à¥ à¤à¤¾à¤°à¥à¤¯à¤°à¤¤ à¤à¤¹à¥"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "सà¤à¤à¤¾à¤³ à¤à¤§à¥à¤ªà¤¾à¤¸à¥à¤¨à¤ à¤à¤¾à¤°à¥à¤¯à¤°à¤¤ à¤à¤¹à¥"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ à¤à¤§à¤¿à¤ªà¤¾à¤¸à¥à¤¨à¤ सà¤à¥à¤°à¥à¤¯ à¤à¤¹à¥"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ सà¤à¥à¤°à¥à¤¯ नाहà¥"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "à¤à¥à¤³à¤µà¤£à¥ नाव सह सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "à¤à¥à¤³à¤µà¤£à¥ à¤à¤¿ सह सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "à¤à¥à¤³à¤µà¤£à¥ मारà¥à¤ सह सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4270,155 +4773,160 @@ msgstr "char साधन à¤à¤¾à¤à¤¾ वाà¤à¤ª à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
प
msgid "unsupported chr device type %d"
msgstr "à¤
समरà¥à¤¥à¥à¤¤ à¤à¤¨à¥à¤ªà¥à¤ साधन पà¥à¤°à¤à¤¾à¤° %s"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "close-on-exec फाà¤à¤² वरà¥à¤£à¤¨ बाब निशà¥à¤à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "बà¥à¤°à¥à¤à¥ समरà¥à¤¥à¤¨ पà¥à¤°à¤¾à¤°à¤à¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥: %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "सà¤à¤à¤¯à¥à¤à¤¾ बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशॠ%s : %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "qemudStartup: à¤
तिरà¥à¤à¥à¤¤ सà¥à¤®à¥à¤¤à¥ नाहà¥"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "लà¥à¤à¤«à¤¾à¤à¤² बनविणà¥à¤¯à¤¾à¤¸ %s à¤
पयशà¥: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "%s à¤à¤à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "सतà¥à¤° शà¥à¤§à¥ शà¤à¤²à¥ नाहà¥"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "फाà¤à¤² पदà¥à¤§à¤¤à¥ '%s' निशà¥à¤à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "%s वाà¤à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "सà¤à¤à¤¯à¥à¤à¤¾ %s वाà¤à¥ शà¤à¤²à¥ नाहà¥: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "QEMU बायनरॠ%s à¤à¤¢à¤³à¤²à¥ नाहà¥: %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "à¤à¤¦à¥à¤¶ à¤à¤°à¥à¤¤à¤¾ पà¥à¤°à¤¤à¤¿à¤à¥à¤·à¤¾ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ pid पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤¾à¤²à¥"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "%s वाà¤à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "सà¤à¥à¤°à¥à¤¯ à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¤²à¥ शà¤à¤²à¥ नाहà¥"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "%s वाà¤à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "फाà¤à¤² '%s' बà¤à¤¦ à¤à¤°à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "पाà¤à¤ª बनवॠशà¤à¤¤ नाहà¥: %s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "पाà¤à¤ª बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "à¤à¤ª à¤à¥à¤°à¤¿à¤¯à¤¾ विà¤à¤¾à¤à¥à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "फाà¤à¤² '%s' à¤à¤°à¥à¤¤à¤¾ लिà¤à¤ à¤
सà¤à¤²à¤à¥à¤¨ à¤à¤°à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "साधन शिरà¥à¤·à¤ %s नषà¥à¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "सà¥à¤µà¤à¤¯à¤ªà¥à¤°à¤¾à¤°à¤à¤ सà¤à¤à¤¯à¥à¤à¤¾ %s बनवॠशà¤à¤¤ नाहà¥: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "strdup यà¤à¤®à¤¾à¤¨à¤¨à¤¾à¤µ à¤
पयशà¥: %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "strdup यà¤à¤®à¤¾à¤¨à¤¨à¤¾à¤µ à¤
पयशà¥: %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "strdup यà¤à¤®à¤¾à¤¨à¤¨à¤¾à¤µ à¤
पयशà¥: %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "फाà¤à¤² '%s' विसà¥à¤¤à¤¾à¤°à¥à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "वाà¤à¤¨ तà¥à¤°à¥à¤à¥: %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "uid '%d' à¤à¤°à¥à¤¤à¤¾ वापरà¤à¤°à¥à¤¤à¤¾ रà¥à¤à¥à¤°à¥à¤¡ शà¥à¤§à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
@@ -4429,19 +4937,24 @@ msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
"विनाà¤à¥à¤°à¤® UUID à¤à¤°à¥à¤¤à¤¾ पà¥à¤¹à¤à¤£à¥ शà¤à¥à¤¯ नाहà¥, विनाà¤à¥à¤°à¤®à¤µà¤¾à¤°à¥ बाà¤à¤à¤¸à¥ निरà¥à¤®à¤¾à¤£ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "à¤
परिà¤à¥à¤¤ तà¥à¤°à¥à¤à¥"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "मदत à¤à¤¾à¤ªà¤¾"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "वà¥à¤¶à¥à¤µà¤¿à¤ मदत à¤à¤¿à¤à¤µà¤¾ à¤à¤¦à¥à¤¶ सà¤à¤¬à¤à¤§à¤¿à¤¤ मदत à¤à¤¾à¤ªà¤¾."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "à¤à¤¦à¥à¤¶à¤¾à¤à¥ नाव"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4449,613 +4962,625 @@ msgstr ""
"à¤à¤¦à¥à¤¶:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "डà¥à¤®à¥à¤¨ सà¥à¤µà¤¤à¤ सà¥à¤°à¥ à¤à¤°à¤¾"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "बà¥à¤à¤µà¥à¤³à¥ à¤à¤ªà¥à¤à¤ª सà¥à¤°à¥ हà¥à¤£à¤¾à¤°à¥ à¤à¥à¤·à¥à¤¤à¥à¤° सà¤à¤¯à¥à¤à¥à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "डà¥à¤®à¥à¤¨ नाव, id à¤à¤¿à¤à¤µà¤¾ uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "सà¥à¤µà¤¤à¤ सà¥à¤°à¥ हà¥à¤£à¤¯à¤¾à¤¸ à¤
à¤à¤¾à¤°à¥à¤¯à¤¾à¤¨à¥à¤µà¥à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "%s à¤à¥à¤·à¥à¤¤à¥à¤° सà¥à¤µà¤à¤¾à¤²à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤ªà¤¾à¤¸à¥à¤¨ à¤à¤³à¤à¤à¥à¤£ सà¤à¥à¤·à¤® à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "%s à¤à¥à¤·à¥à¤¤à¥à¤° सà¥à¤µà¤à¤¾à¤²à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤ªà¤¾à¤¸à¥à¤¨ à¤à¤³à¤à¤à¥à¤£ सà¤à¥à¤·à¤® à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "%s à¤à¥à¤·à¥à¤¤à¥à¤° सà¥à¤µà¤à¤¾à¤²à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤ªà¤¾à¤¸à¥à¤¨ à¤à¤³à¤à¤à¥à¤£ सà¤à¥à¤·à¤® à¤à¥à¤²à¥\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "%s à¤à¥à¤·à¥à¤¤à¥à¤° सà¥à¤µà¤à¤¾à¤²à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤ªà¤¾à¤¸à¥à¤¨ à¤à¤³à¤à¤à¥à¤£ सà¤à¥à¤·à¤® à¤à¥à¤²à¥ नाहà¥\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "हायपरवायà¤à¤°à¤²à¤¾ (पà¥à¤¨à¥à¤¹à¤¾) à¤à¥à¤¡à¤¾"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr "सà¥à¤¥à¤¾à¤¨à¤¿à¤ हायपरवायà¤à¤°à¤²à¤¾ à¤à¥à¤¡à¤¾. शà¥à¤² à¤à¤°à¤à¤à¤¾à¤¨à¤à¤¤à¤° हॠà¤à¤¨-बिलà¥à¤ à¤à¤à¥à¤à¤¾ à¤à¤¹à¥."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "हायपरवायà¤à¤° à¤à¥à¤¡à¤£à¥ URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "फà¤à¥à¤¤-वाà¤à¤¨ à¤à¥à¤¡à¤£à¥"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "हायपरवायà¤à¤°à¤ªà¤¾à¤¸à¥à¤¨ à¤à¥à¤¡à¤£à¥ तà¥à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "हायपरवायà¤à¤°à¤¶à¥ à¤à¥à¤¡à¤£à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "à¤
तिथॠà¤à¤à¤¸à¥à¤²à¤¶à¥ à¤à¥à¤¡à¤¾"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "à¤
तिथॠà¤à¤¾à¤¤à¥à¤¯à¤¾à¤à¤°à¥à¤¤à¤¾ à¤à¤à¤¾à¤¸à¥ à¤à¥à¤°à¤®à¤¾à¤à¤à¥à¤¤ à¤à¤à¤¸à¥à¤² शॠà¤à¥à¤¡à¤£à¥ à¤à¤°à¤¾"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤°à¤¾à¤¸ à¤à¤à¤¸à¥à¤² à¤à¤ªà¤²à¥à¤¬à¤§ नाहà¥\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "या à¤à¤¾à¤°à¥à¤¯à¤°à¤à¤¨à¤¾à¤µà¤° à¤à¤à¤¸à¥à¤² à¤à¤¾à¤°à¥à¤¯à¤°à¥à¤¤ à¤à¤°à¥à¤¨ पाहिलॠनाहà¥"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "डà¥à¤®à¥à¤¨ यादॠà¤à¤°à¤¾"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "डà¥à¤®à¥à¤¨à¤à¥ यादॠपरत दà¥à¤¤à¥."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ डà¥à¤®à¥à¤¨ यादॠà¤à¤°à¤¾"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ à¤à¤£à¤¿ सà¤à¥à¤°à¥à¤¯ डà¥à¤®à¥à¤¨ यादॠà¤à¤°à¤¾"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "सà¤à¥à¤°à¥à¤¯ डà¥à¤®à¥à¤¨ यादॠà¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ डà¥à¤®à¥à¤¨ यादॠà¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "नाव"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "सà¥à¤¥à¤¿à¤¤à¥"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "सà¥à¤¥à¤¿à¤¤à¥ नाहà¥"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "डà¥à¤®à¥à¤¨ सà¥à¤¥à¤¿à¤¤à¥"
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤°à¤¾à¤à¥ सà¥à¤¤à¤° पाठवितà¥."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤°à¤à¤°à¥à¤¤à¤¾ साधन बà¥à¤²à¥à¤ सà¥à¤¤à¤¿à¤¥à¥ मिळवा"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "à¤à¤¾à¤°à¥à¤¯à¤°à¤¤ à¤à¥à¤·à¥à¤¤à¥à¤°à¤¾à¤µà¤¿à¤·à¤¯à¥ साधन बà¥à¤²à¥à¤ सà¥à¤¥à¤¿à¤¤à¥ मिळलà¥."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "बà¥à¤²à¥à¤ साधन"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "बà¥à¤²à¥à¤ सà¥à¤¤à¤¿à¤¥à¥ %s %s मिळवणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤°à¤¾à¤¸ सà¤à¤à¤¾à¤³ सà¤à¤µà¤¾à¤¦à¤ªà¤ सà¥à¤¤à¤¿à¤¥à¥ मिळवा"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "à¤à¤¾à¤°à¥à¤¯à¤°à¤¤ à¤à¥à¤·à¥à¤¤à¥à¤°à¤¾à¤ªà¤¾à¤¸à¥à¤¨ सà¤à¤à¤¾à¤³ सà¤à¤µà¤¾à¤¦à¤ªà¤ सà¥à¤¤à¤¿à¤¥à¥ मिळवा."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "सà¤à¤µà¤¾à¤¦à¤ªà¤ साधन"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "सà¤à¤µà¤¾à¤¦à¤ªà¤ à¤à¤à¤¡à¥à¤µà¤¾à¤°à¥ %s %s मिळवणà¥à¤¯à¤¾à¤¸ à¤
पयश"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "डà¥à¤®à¥à¤¨ निलà¤à¤¬à¤¿à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "à¤à¤¾à¤²à¤¤à¥ डà¥à¤®à¥à¤¨ निलà¤à¤¬à¤¿à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "डà¥à¤®à¥à¤¨ %s निलà¤à¤¬à¤¿à¤¤\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "डà¥à¤®à¥à¤¨ %s निलà¤à¤¬à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "XML फाà¤à¤²à¤ªà¤¾à¤¸à¥à¤¨ डà¥à¤®à¥à¤¨ निरà¥à¤®à¤¾à¤£ à¤à¤°à¤¾"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "डà¥à¤®à¥à¤¨ निरà¥à¤®à¤¾à¤£ à¤à¤°à¤¾."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "XML à¤à¥à¤·à¥à¤¤à¥à¤° वरà¥à¤£à¤¨ सामाविषà¥à¤à¥à¤¤ à¤
सणारॠफाà¤à¤²"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "%s डà¥à¤®à¥à¤¨ %s पासà¥à¤¨ निरà¥à¤®à¤¾à¤£ à¤à¥à¤²à¥\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "%s पासà¥à¤¨ डà¥à¤®à¥à¤¨ निरà¥à¤®à¤¾à¤£ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "XML फाà¤à¤²à¤ªà¤¾à¤¸à¥à¤¨ डà¥à¤®à¥à¤¨ वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤¾ (पण सà¥à¤°à¥ à¤à¤°à¥ नà¤à¤¾)"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "डà¥à¤®à¥à¤¨ वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "%s डà¥à¤®à¥à¤¨ %s पासà¥à¤¨ वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "%s पासà¥à¤¨ डà¥à¤®à¥à¤¨ वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ डà¥à¤®à¥à¤¨ à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ डà¥à¤®à¥à¤¨à¤¸à¤¾à¤ ॠसà¤à¤¯à¥à¤à¤¨à¤¾ à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "डà¥à¤®à¥à¤¨ नाव à¤à¤¿à¤à¤µà¤¾ uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "डà¥à¤®à¥à¤¨ %s à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¥à¤²à¥ à¤à¥à¤²à¥\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "डà¥à¤®à¥à¤¨ %s à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ डà¥à¤®à¥à¤¨ (à¤à¤§à¥ वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤) सà¥à¤°à¥ à¤à¤°à¤¾"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "डà¥à¤®à¥à¤¨ सà¥à¤°à¥ à¤à¤°à¤¾."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ डà¥à¤®à¥à¤¨à¤à¥ नाव"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "डà¥à¤®à¥à¤¨ à¤à¤§à¥à¤ सà¤à¥à¤°à¥à¤¯"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "डà¥à¤®à¥à¤¨ %s सà¥à¤°à¥ à¤à¤¾à¤²à¥\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "डà¥à¤®à¥à¤¨ %s सà¥à¤°à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "डà¥à¤®à¥à¤¨ सà¥à¤¥à¤¿à¤¤à¥ फà¤à¤à¤²à¤®à¤§à¥à¤¯à¥ सà¥à¤°à¤à¥à¤·à¤¿à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "à¤à¤¾à¤²à¤¤à¥ डà¥à¤®à¥à¤¨ सà¥à¤°à¤à¥à¤·à¤¿à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "डà¥à¤à¤¾ à¤à¥à¤ ॠसà¥à¤°à¤à¥à¤·à¤¿à¤¤ à¤à¤°à¤¾à¤µà¤¾"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "%s डà¥à¤®à¥à¤¨ %s वर सà¥à¤°à¤à¥à¤·à¤¿à¤¤\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "%s डà¥à¤®à¥à¤¨ %s वर सà¥à¤°à¤à¥à¤·à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "वà¥à¤³à¤¨à¤¿à¤¯à¤à¤¤à¥à¤°à¤ à¤à¥à¤£à¤§à¤°à¥à¤® दरà¥à¤¶à¤µà¤¾/निशà¥à¤à¤¿à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "वà¥à¤³à¤¨à¤¿à¤¯à¤à¤¤à¥à¤° à¤à¥à¤£à¤§à¤°à¥à¤® दरà¥à¤¶à¤µà¤¾/निशà¥à¤à¤¿à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "मà¥à¤²à¥à¤¯à¤à¥ वाà¤à¤ª à¤à¤°à¤¾"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "XEN_CREDIT à¤à¤°à¥à¤¤à¤¾ मà¥à¤²à¥à¤¯"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "XEN_CREDIT à¤à¤°à¥à¤¤à¤¾ à¤à¥
पशन"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "à¤
वà¥à¤§ à¤à¥à¤£à¤¾à¤à¤à¤¾à¤à¥ मà¥à¤²à¥à¤¯"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "à¤à¥
पà¤à¥ à¤
वà¥à¤§ मà¥à¤²à¥à¤¯"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "à¤à¥
पà¤à¥ à¤
वà¥à¤§ मà¥à¤²à¥à¤¯"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "वà¥à¤³à¤¨à¤¿à¤¯à¤à¤¤à¥à¤°à¤"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "à¤
परिà¤à¥à¤¤"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "फाà¤à¤²à¤®à¤§à¥à¤² सà¥à¤°à¤à¥à¤·à¤¿à¤¤ सà¥à¤¥à¤¿à¤¤à¥à¤ªà¤¾à¤¸à¥à¤¨ डà¥à¤®à¥à¤¨ पà¥à¤¨à¤à¤°à¤à¥à¤·à¤¿à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "डà¥à¤®à¥à¤¨ पà¥à¤¨à¤à¤°à¤à¥à¤·à¤¿à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "पà¥à¤¨à¤à¤°à¤à¥à¤·à¤¿à¤¤ à¤à¤°à¤¾à¤¯à¤à¥ सà¥à¤¥à¤¿à¤¤à¥"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "डà¥à¤®à¥à¤¨ %s पासà¥à¤¨ पà¥à¤¨à¤à¤°à¤à¥à¤·à¤¿à¤¤\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "डà¥à¤®à¥à¤¨ %s पासà¥à¤¨ पà¥à¤¨à¤à¤°à¤à¥à¤·à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "डà¥à¤®à¥à¤¨à¤à¥ à¤à¥à¤° मà¥à¤®à¤¾à¤à¤¸à¤¾ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸à¤¾à¤ ॠफाà¤à¤²à¤µà¤° डमà¥à¤ª à¤à¤°à¤¾"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "à¤à¥à¤° डमà¥à¤ª डà¥à¤®à¥à¤¨."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "à¤à¥à¤° à¤à¥à¤ ॠडमà¥à¤ª à¤à¤°à¤¾à¤µà¤¾"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "डà¥à¤®à¥à¤¨ %s डमà¥à¤ª à¤à¥à¤²à¥ %s वर\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "डà¥à¤®à¥à¤¨ %s ला %s वर à¤à¥à¤° डमà¥à¤ª à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "डà¥à¤®à¥à¤¨ पà¥à¤¨à¥à¤¹à¤¾ à¤à¤¾à¤²à¥ à¤à¤°à¤¾"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "à¤à¤§à¥ निलà¤à¤¬à¤¿à¤¤ à¤à¥à¤²à¥à¤²à¥ डà¥à¤®à¥à¤¨ पà¥à¤¨à¥à¤¹à¤¾ सà¥à¤°à¥ à¤à¤°à¤¾."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "डà¥à¤®à¥à¤¨ %s पà¥à¤¨à¥à¤¹à¤¾ à¤à¤¾à¤²à¥ à¤à¥à¤²à¥\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "डà¥à¤®à¥à¤¨ %s पà¥à¤¨à¥à¤¹à¤¾ à¤à¤¾à¤²à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "डà¥à¤®à¥à¤¨ à¤à¤¾à¤à¤à¤²à¥à¤¯à¤¾à¤ªà¥à¤°à¤à¤¾à¤°à¥ शà¤à¤¡à¤¾à¤à¤¨ à¤à¤°à¤¾"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "शà¤à¤¡à¤¾à¤à¤¨ लà¤à¥à¤·à¥à¤¯ डà¥à¤®à¥à¤¨à¤®à¤§à¥à¤¯à¥ à¤à¤¾à¤²à¤µà¤¾."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "डà¥à¤®à¥à¤¨ %s शà¤à¤¡à¤¾à¤à¤¨ हà¥à¤¤ à¤à¤¹à¥\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "डà¥à¤®à¥à¤¨ %s शà¤à¤¡à¤¾à¤à¤¨ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयश"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "डà¥à¤®à¥à¤¨ रà¥à¤¬à¥à¤ à¤à¤°à¤¾"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "रà¥à¤¬à¥à¤ à¤à¤¦à¥à¤¶ लà¤à¥à¤·à¥à¤¯ डà¥à¤®à¥à¤¨à¤®à¤§à¥à¤¯à¥ à¤à¤¾à¤²à¤µà¤¾."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "डà¥à¤®à¥à¤¨ %s रà¥à¤¬à¥à¤ हà¥à¤¤ à¤à¤¹à¥\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "डà¥à¤®à¥à¤¨ %s रà¥à¤¬à¥à¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
सफल"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "डà¥à¤®à¥à¤¨ नषà¥à¤ à¤à¤°à¤¾"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "दिलà¥à¤²à¥ डà¥à¤®à¥à¤¨ नषà¥à¤ à¤à¤°à¤¾."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "डà¥à¤®à¥à¤¨ %s à¤à¤§à¥à¤µà¤¸à¥à¤¤\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "डà¥à¤®à¥à¤¨ %s à¤à¤§à¥à¤µà¤¸à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "डà¥à¤®à¥à¤¨ माहितà¥"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "डà¥à¤®à¥à¤¨à¤µà¤¿à¤·à¤¯à¥ पायाà¤à¥à¤¤ माहितॠपरत à¤à¤°à¤¤à¥."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "नाव:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS पà¥à¤°à¤à¤¾à¤°:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "सà¥à¤¥à¤¿à¤¤à¥:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU वà¥à¤³:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "à¤
धिà¤à¤¾à¤§à¤¿à¤ सà¥à¤®à¥à¤¤à¥:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "सà¥à¤®à¤¾ नाहà¥"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "वापरलà¥à¤²à¥ सà¥à¤®à¥à¤¤à¥:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
msgid "Autostart:"
msgstr "सà¥à¤µà¤¯à¤à¤ªà¥à¤°à¤¾à¤°à¤à¤:"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr "à¤à¤¾à¤°à¥à¤¯à¤¾à¤¨à¥à¤µà¥à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr "à¤
à¤à¤¾à¤°à¥à¤¯à¤¾à¤¨à¥à¤µà¥à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "NUMA रिà¤à¤¾à¤®à¥ सà¥à¤®à¥à¤¤à¥"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "NUMA à¤à¤à¥à¤·à¤¾ à¤à¤ªà¤²à¤¬à¥à¤§ रिà¤à¥à¤¤ सà¥à¤®à¥à¤¤à¥ दरà¥à¤¶à¤µà¤¾."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "NUMA à¤à¤à¥à¤· à¤à¥à¤°à¤®à¤¾à¤à¤"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "à¤à¤à¥à¤£"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "डà¥à¤®à¥à¤¨ vcpu माहितà¥"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "डà¥à¤®à¥à¤¨ à¤à¤à¤¾à¤¸à¥ CPUs विषयॠपायाà¤à¥à¤¤ माहितॠपरत à¤à¤°à¤¤à¥."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU à¤à¤à¤°à¥à¤·à¤£:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° बà¤à¤¦ à¤à¤¾à¤²à¥, à¤à¤à¤¾à¤¸à¥ CPUs à¤
नà¥à¤ªà¤²à¤¬à¥à¤§."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "डà¥à¤®à¥à¤¨ vcpu à¤à¤à¤°à¥à¤·à¤£ नियà¤à¤¤à¥à¤°à¤¿à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "डà¥à¤®à¥à¤¨ VCPUs ना à¤à¥à¤¤à¤¿à¤ CPU यà¤à¤®à¤¾à¤¨ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸à¤¾à¤ ॠपिन à¤à¤°à¤¾."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu à¤à¥à¤°à¤®à¤¾à¤à¤"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "यà¤à¤®à¤¾à¤¨ cpu à¤à¥à¤°à¤®à¤¾à¤à¤ (सà¥à¤µà¤²à¥à¤ªà¤µà¤¿à¤°à¤¾à¤®à¤¾à¤¨à¥ विलà¤)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr "vcpupin: vCPU à¤à¥à¤°à¤®à¤¾à¤à¤ à¤
वà¥à¤§ à¤à¤¿à¤à¤µà¤¾ à¤à¤¢à¤³à¤²à¥ नाहà¥."
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr "vcpupin: cpulist à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/virsh.c:1765
+#: src/virsh.c:1814
msgid "vcpupin: failed to get domain informations."
msgstr "vcpupin: à¤à¥à¤·à¥à¤¤à¥à¤° माहितॠपà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥."
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin: à¤
वà¥à¤§ vCPU à¤à¥à¤°à¤®à¤¾à¤à¤."
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: à¤
वà¥à¤§ पà¥à¤°à¤à¤¾à¤°. रà¥à¤à¥à¤¤ शबà¥à¤¦à¤®à¤à¤."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr "cpulist: %s: à¤
वà¥à¤§ पà¥à¤°à¤à¤¾à¤°. %d सà¥à¤¥à¤¾à¤¨à¤¾à¤µà¤°à¥à¤² à¤
à¤à¤ à¤
पà¥à¤à¥à¤·à¥à¤¤ हà¥à¤¤à¤¾ ('%c' समà¥à¤°)."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5064,1351 +5589,1409 @@ msgstr ""
"cpulist: %s: à¤
वà¥à¤§ पà¥à¤°à¤à¤¾à¤°. %d सà¥à¤¥à¤¾à¤¨à¤¾à¤µà¤°à¥à¤² à¤
à¤à¤ à¤à¤¿à¤à¤µà¤¾ सà¥à¤µà¤²à¥à¤ªà¤µà¤¿à¤°à¤¾à¤® à¤
पà¥à¤à¥à¤·à¥à¤¤ हà¥à¤¤à¤¾ ('%c' "
"समà¥à¤°)."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: à¤
वà¥à¤§ पà¥à¤°à¤à¤¾à¤°. %d सà¥à¤¥à¤¾à¤¨à¤¾à¤µà¤° पाठà¥à¤ªà¤¾à¤ सà¥à¤µà¤²à¥à¤ªà¤µà¤¿à¤°à¤¾à¤®."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "पà¥à¤°à¤¤à¥à¤¯à¤à¥à¤·à¤°à¥à¤ªà¥ CPU %d à¤
सà¥à¤¤à¤¿à¤¤à¥à¤µà¤¾à¤¤ नाहà¥."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "à¤à¤à¤¾à¤¸à¥ CPUs à¤à¥ सà¤à¤à¥à¤¯à¤¾ बदला"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "à¤
तिथॠà¤à¥à¤·à¥à¤¤à¥à¤° à¤
à¤à¤¤à¤°à¥à¤à¤¤ à¤à¤à¤¾à¤¸à¥ CPUs à¤à¥ सà¤à¤à¥à¤¯à¤¾ बदलवा."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "à¤à¤à¤¾à¤¸à¥ CPUs à¤à¥ सà¤à¤à¥à¤¯à¤¾"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "à¤à¤à¤¾à¤¸à¥ CPUs à¤à¥ à¤
वà¥à¤§ सà¤à¤à¥à¤¯à¤¾."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "à¤à¤°à¤à¥ पà¥à¤à¥à¤·à¤¾ à¤à¤¾à¤¸à¥à¤¤ à¤à¤à¤¾à¤¸à¥ CPUs."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "सà¥à¤®à¥à¤¤à¥ वाà¤à¤ª बदला"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "à¤
तिथॠडà¥à¤®à¥à¤¨à¤®à¤§à¥à¤² सदà¥à¤¯ सà¥à¤®à¥à¤¤à¥ वाà¤à¤ª बदला."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "सà¥à¤®à¥à¤¤à¥à¤à¥à¤¯à¤¾ à¤à¤¿à¤²à¥à¤¬à¤¾à¤à¤à¥à¤¸à¤à¥ सà¤à¤à¥à¤¯à¤¾"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "सà¥à¤®à¥à¤¤à¥ à¤à¤à¤¾à¤°à¤¾à¤à¤°à¥à¤¤à¤¾ %d à¤à¥ à¤
वà¥à¤§ सà¤à¤à¥à¤¯à¤¾"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "à¤à¤®à¤¾à¤² सà¥à¤®à¥à¤¤à¥à¤¤à¥ à¤à¤à¤¾à¤° तपासणà¥à¤¯à¤¾à¤¸ à¤
समरà¥à¤¥"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "à¤à¤®à¤¾à¤¨ सà¥à¤®à¥à¤¤à¥ मरà¥à¤¯à¤¾à¤¦à¤¾ बदला"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "à¤
तिथॠडà¥à¤®à¥à¤¨à¤®à¤§à¥à¤² à¤à¤®à¤¾à¤² सà¥à¤®à¥à¤¤à¥ वाà¤à¤ª मरà¥à¤¯à¤¾à¤¦à¤¾ बदला."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "à¤à¤®à¤¾à¤² सà¥à¤®à¥à¤¤à¥ मरà¥à¤¯à¤¾à¤¦à¤¾ à¤à¥à¤²à¥à¤¬à¤¾à¤à¤à¥à¤¸ मधà¥à¤¯à¥"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "सधà¥à¤¯à¤¾à¤à¥ सà¥à¤®à¥à¤¤à¥ à¤à¤à¤¾à¤° तपासà¥à¤¨ पाहणà¥à¤¯à¤¾à¤¸ à¤
समरà¥à¤¥"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "सधà¥à¤¯à¤¾à¤à¥ सà¥à¤®à¥à¤¤à¥ à¤à¤à¤¾à¤° à¤à¥à¤à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
समरà¥à¤¥"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "à¤à¤®à¤¾à¤² सà¥à¤®à¥à¤¤à¥ à¤à¤à¤¾à¤° बदलवणà¥à¤¯à¤¾à¤¸ à¤
समरà¥à¤¥"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "नà¥à¤¡ माहितà¥"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "नà¥à¤¡à¤µà¤¿à¤·à¤¯à¥ पायाà¤à¥à¤¤ माहितॠपरत à¤à¤°à¤¤à¥."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "नà¥à¤¡ माहितॠमिळवणà¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU नमà¥à¤¨à¤¾:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU वारà¤à¤µà¤¾à¤°à¤¤à¤¾:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU सà¥à¤à¥à¤:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "à¤à¥à¤° पà¥à¤°à¤¤à¥ सà¥à¤à¥à¤:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "थà¥à¤°à¥à¤¡à¥à¤¸ पà¥à¤°à¤¤à¥ à¤à¥à¤°:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA सà¥à¤²à¥à¤¸:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "सà¥à¤®à¥à¤¤à¥ à¤à¤à¤¾à¤°:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "à¤à¥à¤·à¤®à¤¤à¤¾"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "हायपरवायà¤à¤°/डà¥à¤°à¤¾à¤à¤µà¤° à¤à¥ à¤à¥à¤·à¤®à¤¤à¤¾ पाठवितà¥."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "à¤à¥à¤·à¤®à¤¤à¤¾ मिळवणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "XML मधà¥à¤¯à¥ डà¥à¤®à¥à¤¨ माहितà¥"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "stdout à¤à¤°à¥à¤¤à¤¾ à¤à¥à¤·à¥à¤¤à¥à¤°à¤µà¤¿à¤·à¤¯à¥ माहितॠXML डà¤à¤ª सà¥à¤µà¤°à¥à¤ªà¥ निरà¥à¤à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ à¤à¥à¤·à¥à¤¤à¥à¤° नाहà¥"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "डà¥à¤®à¥à¤¨ id à¤à¤¿à¤à¤µà¤¾ UUID ला डà¥à¤®à¥à¤¨ नावात रà¥à¤ªà¤¾à¤à¤¤à¤°à¤¿à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "डà¥à¤®à¥à¤¨ id à¤à¤¿à¤à¤µà¤¾ uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "डà¥à¤®à¥à¤¨ नाव à¤à¤¿à¤à¤µà¤¾ UUID डà¥à¤®à¥à¤¨ id मधà¥à¤¯à¥ रà¥à¤ªà¤¾à¤à¤¤à¤°à¤¿à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "डà¥à¤®à¥à¤¨ नाव à¤à¤¿à¤à¤µà¤¾ id डà¥à¤®à¥à¤¨ UUID मधà¥à¤¯à¥ रà¥à¤ªà¤¾à¤à¤¤à¤°à¤¿à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "डà¥à¤®à¥à¤¨ id à¤à¤¿à¤à¤µà¤¾ नाव"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "डà¥à¤®à¥à¤¨ UUID मिळवणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤°à¤¾à¤¸ दà¥à¤¸à¤±à¥à¤¯à¤¾ यà¤à¤®à¤¾à¤¨à¤¾à¤µà¤° सà¥à¤¥à¤¾à¤¨à¤¾à¤à¤¤à¤°à¥à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
"à¤à¥à¤·à¥à¤¤à¥à¤°à¤¾à¤¸ दà¥à¤¸à¤±à¥à¤¯à¤¾ यà¤à¤®à¤¾à¤¨à¤¾à¤µà¤° सà¥à¤¥à¤¾à¤¨à¤¾à¤à¤¤à¤°à¥à¤¤ à¤à¤°à¤¾. à¤à¤¾à¤²à¥ सà¥à¤¥à¤¾à¤¨à¤¾à¤à¤¤à¤°à¤¨ à¤à¤°à¥à¤¤à¤¾ --live समाविषà¥à¤à¥à¤¤ "
"à¤à¤°à¤¾."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "à¤à¤¾à¤²à¥ सà¥à¤¥à¤¾à¤¨à¤¾à¤à¤¤à¤°à¤¨"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "लà¤à¥à¤·à¥à¤¯à¤°à¥à¤ªà¥ यà¤à¤®à¤¾à¤¨à¤¾à¤à¥ URI à¤à¥à¤¡à¤£à¥"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "सà¥à¤¥à¤¾à¤¨à¤¾à¤à¤¤à¤°à¤¨ URI, सहसा वà¤à¤³à¤²à¥à¤¯à¤¾ à¤à¤¾à¤ शà¤à¤¤à¥"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "सà¥à¤¥à¤¾à¤¨à¤¾à¤à¤¤à¤°: desturi à¤à¤ªà¤²à¤¬à¥à¤§ नाहà¥"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "सà¤à¤à¤¾à¤³ à¤à¤ªà¥à¤à¤ª सà¥à¤°à¥ à¤à¤°à¤¾"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "बà¥à¤à¤à¥à¤¯à¤¾à¤µà¥à¤³à¥ à¤à¤ªà¥à¤à¤ª सà¥à¤°à¥ हà¥à¤£à¥à¤¯à¤¾à¤¸ सà¤à¤à¤¾à¤³ सà¤à¤¯à¥à¤à¥à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "सà¤à¤à¤¾à¤³à¤à¥ नाव à¤à¤¿à¤à¤µà¤¾ uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "%s सà¤à¤à¤¾à¤³ सà¥à¤µà¤à¤¾à¤²à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤ªà¤¾à¤¸à¥à¤¨ à¤à¤³à¤à¤à¥à¤£ सà¤à¥à¤·à¤® à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "%s सà¤à¤à¤¾à¤³ सà¥à¤µà¤à¤¾à¤²à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤ªà¤¾à¤¸à¥à¤¨ à¤à¤³à¤à¤à¥à¤£ सà¤à¥à¤·à¤® à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "सà¤à¤à¤¾à¤³ %s सà¥à¤µà¤à¤¾à¤²à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤ªà¤¾à¤¸à¥à¤¨ à¤à¤³à¤à¤à¥à¤£ सà¤à¥à¤·à¤® à¤à¥à¤²à¥\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "सà¤à¤à¤¾à¤³ %s सà¥à¤µà¤à¤¾à¤²à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤ªà¤¾à¤¸à¥à¤¨ à¤à¤³à¤à¤à¥à¤£ सà¤à¥à¤·à¤® à¤à¥à¤²à¥ नाहà¥\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "XML फाà¤à¤²à¤ªà¤¾à¤¸à¥à¤¨ सà¤à¤à¤¾à¤³ निरà¥à¤®à¤¾à¤£ à¤à¤°à¤¾"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "सà¤à¤à¤¾à¤³ निरà¥à¤®à¤¾à¤£ à¤à¤°à¤¾."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "XML सà¤à¤à¤¾à¤³ वरà¥à¤£à¤¨ सामावलà¥à¤²à¥ फाà¤à¤²"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "%s पासà¥à¤¨ %s सà¤à¤à¤¾à¤³ निरà¥à¤®à¤¾à¤£ à¤à¥à¤²à¥\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "%s पासà¥à¤¨ सà¤à¤à¤¾à¤³ निरà¥à¤®à¤¾à¤£ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "XML फाà¤à¤²à¤ªà¤¾à¤¸à¥à¤¨ सà¤à¤à¤¾à¤³ वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤¾ (पण सà¥à¤°à¥ à¤à¤°à¥ नà¤à¤¾)"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "सà¤à¤à¤¾à¤³ वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "%s सà¤à¤à¤¾à¤³ %s पासà¥à¤¨ वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "%s पासà¥à¤¨ सà¤à¤à¤¾à¤³ वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "सà¤à¤à¤¾à¤³ नषà¥à¤ à¤à¤°à¤¾"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "दिलà¥à¤²à¥ सà¤à¤à¤¾à¤³ नषà¥à¤ à¤à¤°à¤¾."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "सà¤à¤à¤¾à¤³à¤¾à¤à¥ नाव, id à¤à¤¿à¤à¤µà¤¾ uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "सà¤à¤à¤¾à¤³ %s à¤à¤§à¥à¤µà¤¸à¥à¤¤\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "सà¤à¤à¤¾à¤³ %s à¤à¤§à¥à¤µà¤¸à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "XML मधà¥à¤¯à¥ सà¤à¤à¤¾à¤³à¤µà¤¿à¤·à¤¯à¥ माहितà¥"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "stdout à¤à¤°à¥à¤¤à¤¾ सà¤à¤à¤¾à¤³à¤µà¤¿à¤·à¤¯à¥ माहितॠXML डà¤à¤ª सà¥à¤µà¤°à¥à¤ªà¥ निरà¥à¤à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "सà¤à¤à¤¾à¤³à¤à¥ यादॠदरà¥à¤¶à¤µà¤¾"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "सà¤à¤à¤¾à¤³à¤¾à¤à¥ यादॠपरत दà¥à¤¤à¥."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ सà¤à¤à¤¾à¤³à¤¾à¤à¥ यादॠतयार à¤à¤°à¤¾"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ à¤à¤£à¤¿ सà¤à¥à¤°à¥à¤¯ सà¤à¤à¤¾à¤³à¤¾à¤à¥ यादॠबनवा"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "सà¤à¥à¤°à¥à¤¯ सà¤à¤à¤¾à¤³ यादॠबनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ सà¤à¤à¤¾à¤³ यादॠबनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "सà¥à¤µà¤à¤¾à¤²à¥à¤¤"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "सà¥à¤µà¤à¤¾à¤²à¥à¤¤ नाहà¥"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "सà¤à¥à¤°à¥à¤¯"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "निषà¤à¥à¤°à¥à¤¯"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "सà¤à¤à¤¾à¤³ UUID ला सà¤à¤à¤¾à¤³ नावात रà¥à¤ªà¤¾à¤à¤¤à¤°à¤¿à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "सà¤à¤à¤¾à¤³ uuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ सà¤à¤à¤¾à¤³ (पà¥à¤°à¥à¤µà¥à¤ªà¤¾à¤¸à¥à¤¨ वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤) सà¥à¤°à¥ à¤à¤°à¤¾"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "सà¤à¤à¤¾à¤³ सà¥à¤°à¥ à¤à¤°à¤¾."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ सà¤à¤à¤¾à¤³à¤¾à¤à¥ नाव"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "सà¤à¤à¤¾à¤³ %s सà¥à¤°à¥ à¤à¤¾à¤²à¥\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "सà¤à¤à¤¾à¤³ %s सà¥à¤°à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ सà¤à¤à¤¾à¤³ à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ सà¤à¤à¤¾à¤²à¤¾à¤¸à¤¾à¤ ॠसà¤à¤¯à¥à¤à¤¨à¤¾ à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "सà¤à¤à¤¾à¤³ %s à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¥à¤²à¥ à¤à¥à¤²à¥\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "सà¤à¤à¤¾à¤³ %s à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "सà¤à¤à¤¾à¤³à¤¾à¤à¥ नाव सà¤à¤à¤¾à¤³ UUID मधà¥à¤¯à¥ रà¥à¤ªà¤¾à¤à¤¤à¤°à¤¿à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "सà¤à¤à¤¾à¤³ नाव"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "सà¤à¤à¤¾à¤³ UUID मिळवणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
msgid "autostart a pool"
msgstr "सà¤à¤à¥à¤°à¤¹ सà¥à¤µà¤¯à¤à¤ªà¥à¤°à¤¾à¤°à¤à¤ à¤à¤°à¤¾"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr "बà¥à¤à¤µà¥à¤³à¥ à¤à¤ªà¥à¤à¤ª सà¥à¤°à¥ हà¥à¤£à¤¾à¤°à¥ सà¤à¤à¥à¤°à¤¹ सà¤à¤¯à¥à¤à¥à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr "सà¤à¤à¥à¤°à¤¹ नाव à¤à¤¿à¤à¤µà¤¾ uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "सà¤à¤à¥à¤°à¤¹ %s सà¥à¤µà¤¯à¤à¤ªà¥à¤°à¤¾à¤°à¤à¤ नà¥à¤°à¥à¤ª à¤à¤¿à¤¨à¥à¤¹à¤¾à¤à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "सà¤à¤à¥à¤°à¤¹ %s याà¤à¤¸ सà¥à¤µà¤¯à¤à¤ªà¥à¤°à¤¾à¤°à¤à¤ नà¥à¤°à¥à¤ª à¤à¤¿à¤¨à¥à¤¹à¤¾à¤à¥à¤¤ न à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "सà¤à¤à¥à¤°à¤¹ %s सà¥à¤µà¤¯à¤à¤ªà¥à¤°à¤¾à¤°à¤à¤ मà¥à¤¹à¤£à¥à¤¨ à¤à¤¿à¤¨à¥à¤¹à¤¾à¤à¥à¤¤ à¤à¥à¤²à¥\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "सà¤à¤à¥à¤°à¤¹ %s सà¥à¤µà¤¯à¤à¤ªà¥à¤°à¤¾à¤°à¤à¤ नà¥à¤°à¥à¤ª विना à¤à¤¿à¤¨à¥à¤¹à¤¾à¤à¥à¤¤ à¤à¥à¤²à¥\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr "XML फाà¤à¤²à¤ªà¤¾à¤¸à¥à¤¨ सà¤à¤à¥à¤°à¤¹ निरà¥à¤®à¤¾à¤£ à¤à¤°à¤¾"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr "सà¤à¤à¥à¤°à¤¹ बनवा."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr "XML सà¤à¤à¥à¤°à¤¹ वरà¥à¤£à¤¨ सामाविषà¥à¤à¥à¤¤ फाà¤à¤²"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, c-format
msgid "Pool %s created from %s\n"
msgstr "सà¤à¤à¥à¤°à¤¹ %s बनविलà¥, %s पासà¥à¤¨\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr "%s पासà¥à¤¨ सà¤à¤à¥à¤°à¤¹ बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr "सà¤à¤à¥à¤°à¤¹à¤¾à¤à¥ नाव"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr "सà¤à¤à¥à¤°à¤¹à¤¾à¤à¥ पà¥à¤°à¤à¤¾à¤°"
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr "à¤
à¤à¤¤à¤°à¥à¤à¥à¤¤à¥à¤¯ सà¤à¤à¤¯à¤¨ à¤à¤°à¥à¤¤à¤¾à¤à¥ सà¥à¤¤à¥à¤°à¥à¤¤ यà¤à¤®à¤¾à¤¨"
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr "à¤
à¤à¤¤à¤°à¥à¤à¥à¤¤à¥à¤¯ सà¤à¤à¤¯à¤¨ à¤à¤°à¥à¤¤à¤¾à¤à¥ सà¥à¤¤à¥à¤°à¥à¤¤ मारà¥à¤"
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr "à¤
à¤à¤¤à¤°à¥à¤à¥à¤¤à¥à¤¯ सà¤à¤à¤¯à¤¨ à¤à¤°à¥à¤¤à¤¾à¤à¥ सà¥à¤¤à¥à¤°à¥à¤¤ साधन"
-#: src/virsh.c:2881
+#: src/virsh.c:2931
#, fuzzy
msgid "source name for underlying storage"
msgstr "à¤
à¤à¤¤à¤°à¥à¤à¥à¤¤à¥à¤¯ सà¤à¤à¤¯à¤¨ à¤à¤°à¥à¤¤à¤¾à¤à¥ सà¥à¤¤à¥à¤°à¥à¤¤ मारà¥à¤"
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr "à¤
à¤à¤¤à¤°à¥à¤à¥à¤¤à¥à¤¯ सà¤à¤à¤¯à¤¨ à¤à¤°à¥à¤¤à¤¾à¤à¥ लà¤à¥à¤·à¥à¤¯"
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
msgid "Failed to allocate XML buffer"
msgstr "XML बफरà¤à¥ वाà¤à¤ª à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr "बाब सà¤à¤ पासà¥à¤¨ सà¤à¤à¥à¤°à¤¹ बनवा"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr "सà¤à¤à¥à¤°à¤¹ %s बनविलà¥\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr "सà¤à¤à¥à¤°à¤¹ %s बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr "XML फाà¤à¤² पासà¥à¤¨ सà¤à¤à¥à¤°à¤¹ वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤¾ (पण सà¥à¤°à¥ à¤à¤°à¥ नà¤à¤¾)"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr "सà¤à¤à¥à¤°à¤¹ वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "सà¤à¤à¥à¤°à¤¹ %s वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤, %s पासà¥à¤¨\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr "%s पासà¥à¤¨ सà¤à¤à¥à¤°à¤¹ वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr "बाब सà¤à¤ पासà¥à¤¨ सà¤à¤à¥à¤°à¤¹ वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr "सà¤à¤à¥à¤°à¤¹ %s वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¥à¤²à¥\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr "सà¤à¤à¥à¤°à¤¹ %s वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr "सà¤à¤à¥à¤°à¤¹ बिलà¥à¤¡à¥ à¤à¤°à¤¾"
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr "ठराविठसà¤à¤à¥à¤°à¤¹ बनवा."
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "सà¤à¤à¥à¤°à¤¹ %s बनवà¥à¤¨ à¤à¤¾à¤²à¥\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, c-format
msgid "Failed to build pool %s"
msgstr "सà¤à¤à¥à¤°à¤¹ %s बिलà¥à¤¡à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr "सà¤à¤à¥à¤°à¤¹ नषà¥à¤ à¤à¤°à¤¾"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr "पà¥à¤°à¤µà¤¿à¤·à¥à¤ सà¤à¤à¥à¤°à¤¹ नषà¥à¤ à¤à¤°à¤¾."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr "सà¤à¤à¥à¤°à¤¹ %s नषà¥à¤ à¤à¥à¤²à¥\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, c-format
msgid "Failed to destroy pool %s"
msgstr "सà¤à¤à¥à¤°à¤¹ %s नषà¥à¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr "सà¤à¤à¥à¤°à¤¹ à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¤¾"
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr "पà¥à¤°à¤µà¤¿à¤·à¥à¤ सà¤à¤à¥à¤°à¤¹ नषà¥à¤ à¤à¤°à¤¾."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr "सà¤à¤à¥à¤°à¤¹ %s नषà¥à¤ à¤à¥à¤²à¥\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, c-format
msgid "Failed to delete pool %s"
msgstr "सà¤à¤à¥à¤°à¤¹ %s à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr "सà¤à¤à¥à¤°à¤¹ पà¥à¤¨à¥à¤¹ दाà¤à¤² à¤à¤°à¤¾"
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr "पà¥à¤°à¤µà¤¿à¤·à¥à¤ सà¤à¤à¥à¤°à¤¹ पà¥à¤¨à¥à¤¹ दाà¤à¤² à¤à¤°à¤¾."
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr "सà¤à¤à¥à¤°à¤¹ %s पà¥à¤¨à¥à¤¹à¤¾ दाà¤à¤² à¤à¥à¤²à¥\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr "सà¤à¤à¥à¤°à¤¹ %s पà¥à¤¨à¥à¤¹ दाà¤à¤² à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr "XML à¤
à¤à¤¤à¤°à¥à¤à¤¤ सà¤à¤à¥à¤°à¤¹ माहितà¥"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr "सà¤à¤à¥à¤°à¤¹ माहितॠXML डà¤à¤ª नà¥à¤°à¥à¤ª stdout यà¥à¤¥à¥ दरà¥à¤¶à¤µà¤¾."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr "सà¤à¤à¥à¤°à¤¹ यादà¥à¤¤ दरà¥à¤¶à¤µà¤¾"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
msgid "Returns list of pools."
msgstr "सà¤à¤à¥à¤°à¤¹à¤¾à¤à¥ यादॠपà¥à¤°à¤µà¤¿à¤¤à¥."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ सà¤à¤à¥à¤°à¤¹ यादà¥à¤¤ दरà¥à¤¶à¤µà¤¾"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
msgid "list inactive & active pools"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ व सà¤à¥à¤°à¥à¤¯ सà¤à¤à¥à¤°à¤¹ यादà¥à¤¤"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
msgid "Failed to list active pools"
msgstr "सà¤à¥à¤°à¥à¤¯ सà¤à¤à¥à¤°à¤¹ यादà¥à¤¤ दरà¥à¤¶à¤µà¤¿à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
msgid "Failed to list inactive pools"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ सà¤à¤à¥à¤°à¤¹ यादà¥à¤¤ दरà¥à¤¶à¤µà¤¿à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "%s à¤
à¤à¤¤à¤°à¥à¤à¤¤ à¤
वà¥à¤§ सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ पà¥à¤à¤¨à¥à¤à¤°"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "à¤à¥à¤ªà¤ à¤à¤¾à¤¸à¥à¤¤ सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤¾à¤²à¥"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "सà¥à¤®à¥à¤¤à¥à¤¬à¤¾à¤¹à¥à¤°"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "सà¤à¤à¥à¤°à¤¹ %s वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "à¤à¥à¤ªà¤ à¤à¤¾à¤¸à¥à¤¤ सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤¾à¤²à¥"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
msgid "storage pool information"
msgstr "सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ माहितà¥"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr "सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ विषयॠमà¥à¤²à¤à¥à¤¤ माहितॠपà¥à¤°à¤µà¤¿à¤¤à¥."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr "बिलà¥à¤¡à¥ सà¥à¤°à¥ à¤à¤¹à¥"
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "à¤à¤¾à¤°à¥à¤¯à¤°à¤¤ à¤à¤¹à¥"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr "वापरणà¥à¤¤ नाहà¥"
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr "à¤à¥à¤·à¤®à¤¤à¤¾:"
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr "वाà¤à¤ª:"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr "à¤à¤ªà¤²à¤¬à¥à¤§:"
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr "सà¤à¤à¥à¤°à¤¹ UUID ला सà¤à¤à¤¾à¤³ नावात रà¥à¤ªà¤¾à¤à¤¤à¤°à¥à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr "सà¤à¤à¥à¤°à¤¹ uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ सà¤à¤à¥à¤°à¤¹ (पà¥à¤°à¥à¤µ वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤) सà¥à¤°à¥ à¤à¤°à¤¾"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr "सà¤à¤à¥à¤°à¤¹ सà¥à¤°à¥ à¤à¤°à¤¾."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ सà¤à¤à¥à¤°à¤¹à¤à¥ नाव"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr "सà¤à¤à¥à¤°à¤¹ %s सà¥à¤°à¥ à¤à¤¾à¤²à¥\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, c-format
msgid "Failed to start pool %s"
msgstr "सà¤à¤à¥à¤°à¤¹ %s सà¥à¤°à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr "बाब सà¤à¤ पासà¥à¤¨ à¤à¤à¤¡ निरà¥à¤®à¤¾à¤£ à¤à¤°à¤¾"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr "à¤à¤à¤¡ निरà¥à¤®à¤¾à¤£ à¤à¤°à¤¾."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr "सà¤à¤à¥à¤°à¤¹ नाव"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr "à¤à¤à¤¡à¤¾à¤à¥ नाव"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr "वà¥à¤à¥à¤²à¤ªà¤¿à¤ k,M,G,T सफà¥à¤à¥à¤¸à¥ सह à¤à¤à¤¡à¤¾à¤à¥ à¤à¤à¤¾à¤°"
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr "वà¥à¤à¥à¤²à¤ªà¤¿à¤ k,M,G,T सफà¥à¤à¥à¤¸à¥ सह पà¥à¤°à¤¾à¤°à¤à¤à¤¿à¤ वाà¤à¤ªà¤à¥ à¤à¤à¤¾à¤°"
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr "फाà¤à¤² सà¥à¤µà¤°à¥à¤ª पà¥à¤°à¤à¤¾à¤° raw,bochs,qcow,qcow2,vmdk"
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr "सदà¥à¤·à¥à¤¤ à¤à¤à¤¾à¤° %s"
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr "à¤à¤à¤¡ %s बनविलà¥\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, c-format
msgid "Failed to create vol %s"
msgstr "à¤à¤à¤¡ %s बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
msgid "undefine an inactive pool"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ सà¤à¤à¥à¤°à¤¹ à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
msgid "Undefine the configuration for an inactive pool."
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ सà¤à¤à¥à¤°à¤¹ à¤à¤°à¥à¤¤à¤¾ सà¤à¤¯à¥à¤à¤¨à¤¾ à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° %s à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¥à¤²à¥ à¤à¥à¤²à¥\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, c-format
msgid "Failed to undefine pool %s"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° %s à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
msgid "convert a pool name to pool UUID"
msgstr "सà¤à¤à¥à¤°à¤¹ नाव यास सà¤à¤à¥à¤°à¤¹ UUID à¤
à¤à¤¤à¤°à¥à¤à¤¤ रà¥à¤ªà¤¾à¤à¤¤à¤°à¥à¤¤ à¤à¥à¤²à¥ à¤à¥à¤²à¥"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
msgid "failed to get pool UUID"
msgstr "सà¤à¤à¥à¤°à¤¹ UUID पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
msgid "create a vol from an XML file"
msgstr "XML फाà¤à¤² पासà¥à¤¨ à¤à¤à¤¡ निरà¥à¤®à¤¾à¤£ à¤à¤°à¤¾"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
msgid "file containing an XML vol description"
msgstr "XML à¤à¤à¤¡ वरà¥à¤£à¤¨ सामाविषà¥à¤à¥à¤¤ फाà¤à¤²"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, c-format
msgid "Vol %s created from %s\n"
msgstr "à¤à¤à¤¡ %s पासà¥à¤¨ %s निरà¥à¤®à¤¾à¤£ à¤à¥à¤²à¥\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, c-format
msgid "Failed to create vol from %s"
msgstr "%s पासà¥à¤¨ à¤à¤à¤¡ बनविणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr "à¤à¤à¤¡ à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¤¾"
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr "पà¥à¤°à¤µà¤¿à¤·à¥à¤ à¤à¤à¤¡ नषà¥à¤ à¤à¤°à¤¾."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr "à¤à¤à¤¡ नाव, à¤à¤¿ à¤à¤¿à¤à¤µà¤¾ मारà¥à¤"
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr "à¤à¤à¤¡ %s नषà¥à¤ à¤à¥à¤²à¥\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, c-format
msgid "Failed to delete vol %s"
msgstr "à¤à¤à¤¡ %s à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
msgid "storage vol information"
msgstr "सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ माहितà¥"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr "सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ विषयॠमà¥à¤²à¤à¥à¤¤ माहितॠपà¥à¤°à¤µà¤¿à¤¤à¥."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
msgid "Type:"
msgstr "पà¥à¤°à¤à¤¾à¤°:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr "फाà¤à¤²"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr "बà¥à¤²à¥à¤"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
msgid "vol information in XML"
msgstr "XML à¤
à¤à¤¤à¤°à¥à¤à¤¤ à¤à¤à¤¡ माहितà¥"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
msgid "Output the vol information as an XML dump to stdout."
msgstr "stdout à¤à¤°à¥à¤¤à¤¾ à¤à¤à¤¡ माहितॠXML डà¤à¤ª नà¥à¤°à¥à¤ª पà¥à¤°à¤¦à¤°à¥à¤¶à¤¿à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
msgid "list vols"
msgstr "à¤à¤à¤¡à¤¾à¤à¥ यादà¥"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
msgid "Returns list of vols by pool."
msgstr "सà¤à¤à¥à¤°à¤¹ नà¥à¤°à¥à¤ª à¤à¤à¤¡à¤¾à¤à¥ यादॠपà¥à¤°à¤µà¤¿à¤¤à¥."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
msgid "Failed to list active vols"
msgstr "सà¤à¥à¤°à¥à¤¯ à¤à¤à¤¡ यादà¥à¤¤ दरà¥à¤¶à¤µà¤¿à¤£à¥à¤¯à¤¾ पासà¥à¤¨ à¤
पयशà¥"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr "मारà¥à¤"
-#: src/virsh.c:4145
+#: src/virsh.c:4205
msgid "convert a vol UUID to vol name"
msgstr "à¤à¤à¤¡ UUID ला à¤à¤à¤¡ नाव à¤
सॠरà¥à¤ªà¤¾à¤à¤¤à¤°à¥à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr "à¤à¤à¤¡ à¤à¤¿ à¤à¤¿à¤à¤µà¤¾ मारà¥à¤"
-#: src/virsh.c:4178
+#: src/virsh.c:4238
msgid "convert a vol UUID to vol key"
msgstr "à¤à¤à¤¡ UUID ला à¤à¤à¤¡ à¤à¤¿ à¤
सॠरà¥à¤ªà¤¾à¤à¤¤à¤°à¥à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
msgid "vol uuid"
msgstr "à¤à¤à¤¡ uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
msgid "convert a vol UUID to vol path"
msgstr "à¤à¤à¤¡ UUID ला à¤à¤à¤¡ मारà¥à¤ à¤
सॠरà¥à¤ªà¤¾à¤à¤¤à¤°à¥à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr "à¤à¤à¤¡ नाव à¤à¤¿à¤à¤µà¤¾ à¤à¤¿"
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "à¤à¤µà¥à¤¤à¥à¤¤à¥ दाà¤à¤µà¤¾"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "पà¥à¤°à¤£à¤¾à¤²à¥ à¤à¤µà¥à¤¤à¥à¤¤à¥ माहितॠदाà¤à¤µà¤¾."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "हाà¤à¤ªà¤°à¤µà¤¾à¤à¤à¤° पà¥à¤°à¤à¤¾à¤° मिळवणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "या लायबà¥à¤°à¤°à¥à¤µà¤¿à¤°à¥à¤¦à¥à¤§ à¤à¤à¤ªà¤¾à¤à¤² à¤à¥à¤²à¥: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "लायबà¥à¤°à¤°à¥ à¤à¤µà¥à¤¤à¥à¤¤à¥ मिळवणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "लायबà¥à¤°à¤°à¥ वापरत à¤à¤¹à¥: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "API वापरत à¤à¤¹à¥: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "हाà¤à¤ªà¤°à¤µà¤¾à¤à¤à¤° à¤à¤µà¥à¤¤à¥à¤¤à¥ मिळवणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "à¤à¤¾à¤²à¥ %s हाà¤à¤ªà¤°à¤µà¤¾à¤à¤à¤° à¤à¤µà¥à¤¤à¥à¤¤à¥ à¤à¤¾à¤¢à¥ शà¤à¤¤ नाहà¥\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "à¤à¤¾à¤²à¥ हाà¤à¤ªà¤°à¤µà¤¾à¤à¤à¤°: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "या यà¤à¤®à¤¾à¤¨ वरà¥à¤² NUMA समरà¥à¤¥à¥à¤¤ नाहà¥"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "à¤à¥à¤·à¤®à¤¤à¤¾"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "हायपरवायà¤à¤°à¤¶à¥ à¤à¥à¤¡à¤£à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ डà¥à¤®à¥à¤¨ यादॠà¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "stdout à¤à¤°à¥à¤¤à¤¾ à¤à¤à¤¡ माहितॠXML डà¤à¤ª नà¥à¤°à¥à¤ª पà¥à¤°à¤¦à¤°à¥à¤¶à¤¿à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "साधन"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "नविन डà¥à¤¸à¥à¤ साधन à¤à¥à¤¡à¤¾."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "डà¥à¤®à¥à¤¨ %s à¤à¤§à¥à¤µà¤¸à¥à¤¤\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "%s पासà¥à¤¨ साधन वियà¥à¤à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "नविन डà¥à¤¸à¥à¤ साधन à¤à¥à¤¡à¤¾."
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "%s साठॠसाधन मिळवणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "डà¥à¤¸à¥à¤ साधनाà¤à¥ लà¤à¥à¤·à¥à¤¯"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "à¤à¤¾à¤°à¥à¤¯à¤°à¤¤ à¤à¥à¤·à¥à¤¤à¥à¤°à¤¾à¤µà¤¿à¤·à¤¯à¥ साधन बà¥à¤²à¥à¤ सà¥à¤¥à¤¿à¤¤à¥ मिळलà¥."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "डà¥à¤®à¥à¤¨ %s पà¥à¤¨à¥à¤¹à¤¾ à¤à¤¾à¤²à¥ à¤à¥à¤²à¥\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "लà¥à¤à¤«à¤¾à¤à¤² बनविणà¥à¤¯à¤¾à¤¸ %s à¤
पयशà¥: %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "हाà¤à¤ªà¤°à¤µà¤¾à¤à¤à¤° यà¤à¤®à¤¾à¤¨à¤¾à¤à¥ नाव à¤à¤¾à¤ªà¤¾"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "यà¤à¤®à¤¾à¤¨à¤¾à¤à¥ नाव मिळवणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "हायपरवायà¤à¤° à¤à¥
नà¥à¤¨à¥à¤à¤² URI à¤à¤¾à¤ªà¤¾"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "URI मिळवणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc दरà¥à¤¶à¤¨"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "VNC दरà¥à¤¶à¤¨à¤¾à¤à¤°à¥à¤¤à¤¾ IP पतà¥à¤¤à¤¾ व पà¥à¤°à¥à¤ à¤à¥à¤°à¤®à¤¾à¤à¤ निरà¥à¤à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty à¤à¤à¤¸à¥à¤²"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "TTY à¤à¤à¤¸à¥à¤²à¤à¤°à¥à¤¤à¤¾ साधन निरà¥à¤à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "XML फाà¤à¤²à¤ªà¤¾à¤¸à¥à¤¨ साधन सà¤à¤¯à¥à¤à¥à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "XML <file> पासà¥à¤¨ साधन सà¤à¤¯à¥à¤à¥à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML फाà¤à¤²"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr "साधन à¤à¥à¤¡à¤¾: <file> परà¥à¤¯à¤¾à¤¯ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "%s साठॠसाधन मिळवणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "XML फाà¤à¤²à¤ªà¤¾à¤¸à¥à¤¨ साधन वियà¥à¤à¥à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "XML <file> फाà¤à¤²à¤ªà¤¾à¤¸à¥à¤¨ साधन वियà¥à¤à¥à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr "साधन वियà¥à¤à¥à¤¤ à¤à¤°à¤¾: <file> परà¥à¤¯à¤¾à¤¯ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "%s पासà¥à¤¨ साधन वियà¥à¤à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "à¤
वà¥à¤§ सà¤à¤à¤¾à¤³ सà¤à¤µà¤¾à¤¦à¤ªà¤"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "नविन नà¥à¤à¤µà¤°à¥à¤ सà¤à¤µà¤¾à¤¦à¤ªà¤ à¤à¥à¤¡à¤¾."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "सà¤à¤à¤¾à¤³ सà¤à¤µà¤¾à¤¦à¤ªà¤ पà¥à¤°à¤à¤¾à¤°"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "सà¤à¤à¤¾à¤³ सà¤à¤µà¤¾à¤à¤ªà¤à¤¾à¤à¥ सà¥à¤¤à¥à¤°à¥à¤¤"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "लà¤à¥à¤·à¥à¤¯ सà¤à¤à¤¾à¤³ नाव"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
msgid "MAC address"
msgstr "MAC पतà¥à¤¤à¤¾"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "सà¤à¤à¤¾à¤³ सà¤à¤µà¤¾à¤¦à¤ªà¤ सà¥à¤ªà¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸à¤¾à¤ ॠसà¥à¤à¥à¤°à¥à¤ªà¥à¤ वापरा"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "'attach-interface' à¤à¤¦à¥à¤¶à¤¾à¤¸ %s à¤à¤§à¤¾à¤° नाहà¥"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "सà¤à¤à¤¾à¤³ सà¤à¤µà¤¾à¤¦à¤ªà¤ वियà¥à¤à¥à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "सà¤à¤à¤¾à¤³ सà¤à¤µà¤¾à¤¦à¤ªà¤ वियà¥à¤à¥à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "सà¤à¤µà¤¾à¤¦à¤ªà¤à¤¾à¤µà¤¿à¤·à¤¯à¥ माहितॠमिळवणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "%s पà¥à¤°à¤à¤¾à¤° à¤
सलà¥à¤²à¤¾ सà¤à¤µà¤¾à¤¦à¤ªà¤ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "%s MAC पतà¥à¤¤à¤¾ à¤
सलà¥à¤²à¤¾ सà¤à¤µà¤¾à¤¦à¤ªà¤ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "सà¥à¤®à¥à¤¤à¥ वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "XML निरà¥à¤®à¤¾à¤£ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "डà¥à¤¸à¥à¤ साधन à¤à¥à¤¡à¤¾"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "नविन डà¥à¤¸à¥à¤ साधन à¤à¥à¤¡à¤¾."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "डà¥à¤¸à¥à¤ साधनाà¤à¥ सà¥à¤¤à¥à¤°à¥à¤¤"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "डà¥à¤¸à¥à¤ साधनाà¤à¥ लà¤à¥à¤·à¥à¤¯"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "डà¥à¤¸à¥à¤ साधनाà¤à¥ डà¥à¤°à¤¾à¤à¤µà¤°"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "डà¥à¤¸à¥à¤ साधनाà¤à¥ à¤à¤ª डà¥à¤°à¤¾à¤à¤µà¤°"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "लà¤à¥à¤·à¥à¤¯ साधनाà¤à¤¾ पà¥à¤°à¤à¤¾à¤°"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "साधनाà¤à¥ माधà¥à¤¯à¤® वाà¤à¤¤ व लिहà¥à¤¤ à¤à¤¹à¥"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "'attach-disk' à¤à¤¦à¥à¤¶à¤¾à¤¸ %s à¤à¤¾ à¤à¤§à¤¾à¤° नाहà¥"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "डà¥à¤¸à¥à¤ साधन वियà¥à¤à¥à¤¤ à¤à¤°à¤¾"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "डà¥à¤¸à¥à¤ साधन वियà¥à¤à¥à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "डà¥à¤¸à¥à¤ विषयॠमाहितॠमिळवणà¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "%s लà¤à¥à¤·à¥à¤¯ à¤
सलà¥à¤²à¤¾ डà¥à¤¸à¥à¤ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "init à¤
à¤à¥à¤·à¤°à¤®à¤¾à¤³à¤¾ à¤à¤°à¥à¤¤à¤¾ सà¥à¤®à¥à¤¤à¥ calloc à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "%s: लà¥à¤ फाà¤à¤² लिहà¥à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "%s: लà¥à¤ फाà¤à¤² लिहà¥à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "%s: लà¥à¤ फाà¤à¤² लिहà¥à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "निषà¤à¥à¤°à¥à¤¯ à¤à¥à¤·à¥à¤¤à¥à¤° %s निरà¥à¤®à¤¾à¤£ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "lvs à¤à¤¦à¥à¤¶ à¤
पयशà¥"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, fuzzy, c-format
msgid "%s: command exited with non-zero status"
msgstr "lvs à¤à¤¦à¥à¤¶ à¤à¤à¥à¤à¥à¤à¥ सà¥à¤¥à¤¿à¤¤à¥ %d दà¥à¤µà¤¾à¤°à¥ à¤
पयशॠठरलà¥"
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: लà¥à¤ फाà¤à¤² लिहà¥à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ डà¥à¤®à¥à¤¨à¤¸à¤¾à¤ ॠसà¤à¤¯à¥à¤à¤¨à¤¾ à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ डà¥à¤®à¥à¤¨à¤¸à¤¾à¤ ॠसà¤à¤¯à¥à¤à¤¨à¤¾ à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ सà¤à¤à¤¾à¤²à¤¾à¤¸à¤¾à¤ ॠसà¤à¤¯à¥à¤à¤¨à¤¾ à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ सà¤à¤à¤¾à¤²à¤¾à¤¸à¤¾à¤ ॠसà¤à¤¯à¥à¤à¤¨à¤¾ à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ सà¤à¤à¥à¤°à¤¹ à¤à¤°à¥à¤¤à¤¾ सà¤à¤¯à¥à¤à¤¨à¤¾ à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "निषà¥à¤à¥à¤°à¥à¤¯ सà¤à¤à¥à¤°à¤¹ à¤à¤°à¥à¤¤à¤¾ सà¤à¤¯à¥à¤à¤¨à¤¾ à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤¾."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "हॠसà¤à¤µà¤¾à¤¦à¥ à¤à¤°à¥à¤®à¤¿à¤¨à¤² सà¥à¤¡à¤¾"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "à¤à¤¦à¥à¤¶ '%s' ला <%s> परà¥à¤¯à¤¾à¤¯à¤¾à¤à¥ à¤à¤°à¤"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "à¤à¤¦à¥à¤¶ '%s' ला --%s परà¥à¤¯à¤¾à¤¯à¤¾à¤à¥ à¤à¤°à¤"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "à¤à¤¦à¥à¤¶ '%s' à¤
सà¥à¤¤à¤¿à¤¤à¥à¤µà¤¾à¤¤ नाहà¥"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6416,17 +6999,17 @@ msgstr ""
"\n"
" साराà¤à¤¶\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6434,7 +7017,7 @@ msgstr ""
"\n"
" वरà¥à¤£à¤¨\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6442,58 +7025,58 @@ msgstr ""
"\n"
" परà¥à¤¯à¤¾à¤¯\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¤¿à¤¤ डà¥à¤®à¥à¤¨ नाव à¤à¤¿à¤à¤µà¤¾ id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "डà¥à¤®à¥à¤¨ '%s' मिळवणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¤¿à¤¤ सà¤à¤à¤¾à¤³ नाव"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "सà¤à¤à¤¾à¤³ '%s' मिळवणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
msgid "undefined pool name"
msgstr "à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ सà¤à¤à¥à¤°à¤¹ नाव"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, c-format
msgid "failed to get pool '%s'"
msgstr "सà¤à¤à¥à¤°à¤¹ '%s' पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
msgid "undefined vol name"
msgstr "à¤
वà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤à¤¡ नाव"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, c-format
msgid "failed to get vol '%s'"
msgstr "à¤à¤à¤¡ '%s' पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6504,129 +7087,129 @@ msgstr ""
"(वà¥à¤³: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "हरवलà¥à¤²à¤¾ \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ à¤à¥à¤à¤¨ (à¤à¤¦à¥à¤¶ नाव): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "à¤
परिà¤à¥à¤¤ à¤à¤¦à¥à¤¶: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "à¤à¤¦à¥à¤¶ '%s' परà¥à¤¯à¤¾à¤¯ --%s समरà¥à¤¥à¤¿à¤¤ à¤à¤°à¤¤ नाहà¥"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "à¤
पà¥à¤à¥à¤·à¤¿à¤¤ सà¥à¤µà¤°à¥à¤ª: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "सà¤à¤à¥à¤¯à¤¾"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "à¤à¤³"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ डà¥à¤à¤¾ '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "परà¥à¤¯à¤¾à¤¯"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "माहितà¥"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
#, fuzzy
msgid "idle"
msgstr "फाà¤à¤²"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "थाà¤à¤¬à¤²à¥"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "शà¤à¤¡à¤¾à¤à¤¨à¤®à¤§à¥à¤¯à¥"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "बà¤à¤¦ à¤à¤°à¤¾"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "à¤à¥à¤°à¥
श à¤à¤¾à¤²à¥"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "à¤à¤«à¤²à¤¾à¤à¤¨"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "वà¥à¤§ à¤à¥à¤¡à¤£à¥ नाहà¥"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: à¤à¥à¤: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "à¤à¥à¤ : "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: %d बाà¤à¤à¥à¤¸ वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: %lu बाà¤à¤à¥à¤¸ वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "हाà¤à¤ªà¤°à¤µà¤¾à¤à¤à¤°à¤²à¤¾ à¤à¥à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "लà¥à¤ फाà¤à¤²à¤µà¤¿à¤·à¤¯à¥ माहितॠमिळवणà¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "लà¥à¤ मारà¥à¤ फाà¤à¤² नाहà¥"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "लà¥à¤ फाà¤à¤² à¤à¤à¤¡à¥ शà¤à¤²à¤¾ नाहà¥. लà¥à¤ फाà¤à¤²à¤à¤¾ मारà¥à¤ तपासà¥à¤¨ पहा"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "लà¥à¤ फाà¤à¤² लिहà¥à¤£à¥à¤¯à¤¾à¤¸ à¤
समरà¥à¤¥"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: लà¥à¤ फाà¤à¤² लिहà¥à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
msgid "failed to disconnect from the hypervisor"
msgstr "हायपरवायà¤à¤° पासà¥à¤¨ à¤à¥à¤¡à¤£à¥ तà¥à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6659,7 +7242,7 @@ msgstr ""
"\n"
" à¤à¤¦à¥à¤¶ (à¤
सà¤à¤µà¤¾à¤¦à¥ रà¥à¤¤):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6669,17 +7252,17 @@ msgstr ""
" (à¤à¤¦à¥à¤¶à¤¾à¤µà¤¿à¤·à¤¯à¥ तपशà¥à¤²à¤¾à¤à¤¸à¤¾à¤ ॠमदत <command> दरà¥à¤¶à¤µà¤¾)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "à¤
समरà¥à¤¥à¤¿à¤¤ परà¥à¤¯à¤¾à¤¯ '-%c'. --help पहा."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6688,7 +7271,7 @@ msgstr ""
"%s मधà¥à¤¯à¥ सà¥à¤¸à¥à¤µà¤¾à¤à¤¤à¤®, à¤à¤à¤¾à¤¸à¥à¤à¤°à¤£ सà¤à¤µà¤¾à¤¦à¥ à¤à¤°à¥à¤®à¤¿à¤¨à¤².\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6698,462 +7281,476 @@ msgstr ""
" 'quit' सà¥à¤¡à¤£à¥à¤¯à¤¾à¤¸à¤¾à¤ à¥\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "à¤
परिà¤à¥à¤¤ तà¥à¤°à¥à¤à¥"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "सà¥à¤à¤¨à¤¾"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "à¤à¥à¤"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "à¤à¥à¤ सà¤à¤¦à¥à¤¶ पà¥à¤°à¤µà¤²à¤¾ नाहà¥"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "à¤
à¤à¤¤à¤°à¥à¤à¤¤ à¤à¥à¤ %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "à¤
à¤à¤¤à¤°à¥à¤à¤¤ à¤à¥à¤ "
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "सà¥à¤®à¥à¤¤à¥à¤¬à¤¾à¤¹à¥à¤°"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "हà¥à¤¯à¤¾ à¤à¤¾à¤°à¥à¤¯à¤ªà¤¦à¥à¤§à¤¤à¥à¤¸ हायपरवायà¤à¤°à¤à¤°à¥à¤¤à¤¾ à¤à¤§à¤¾à¤° नाहà¥"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "हायपरवायà¤à¤° हा à¤à¤¾à¤°à¥à¤¯à¤à¥à¤°à¤®à¤¾à¤¸ à¤à¤§à¤¾à¤° दà¥à¤¤ नाहà¥: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "हायपरवायà¤à¤°à¤²à¤¾ à¤à¥à¤¡à¥ शà¤à¤²à¥ नाहà¥"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "%s à¤à¥à¤¡à¥ शà¤à¤²à¥ नाहà¥"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "à¤
वà¥à¤§ à¤à¥à¤¡à¤£à¥ निरà¥à¤¦à¥à¤¶à¤ यात"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "à¤
वà¥à¤§ à¤à¥à¤¡à¤£à¥ निरà¥à¤¦à¥à¤¶à¤ %s मधà¥à¤¯à¥"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "à¤
वà¥à¤§ डà¥à¤®à¥à¤¨ निरà¥à¤¦à¥à¤¶à¤ यात"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "à¤
वà¥à¤§ डà¥à¤®à¥à¤¨ निरà¥à¤¦à¥à¤¶à¤ %s मधà¥à¤¯à¥"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "à¤
वà¥à¤§ à¤à¤°à¥à¤à¥à¤¯à¥à¤®à¥à¤à¤ यात"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "à¤
वà¥à¤§ à¤à¤°à¥à¤à¥à¤¯à¥à¤®à¥à¤à¤ %s मधà¥à¤¯à¥"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "à¤à¤¾à¤°à¥à¤¯ à¤
सफल: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "à¤à¤¾à¤°à¥à¤¯ à¤
सफल"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET à¤à¤¾à¤°à¥à¤¯ à¤
सफल: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET à¤à¤¾à¤°à¥à¤¯ à¤
सफल"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST à¤à¤¾à¤°à¥à¤¯ à¤
सफल: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST à¤à¤¾à¤°à¥à¤¯ à¤
सफल"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "à¤
परिà¤à¥à¤¤ HTTP à¤à¥à¤ सà¤à¤à¥à¤¤ %d मिळाला"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "à¤
परिà¤à¥à¤¤ यà¤à¤®à¤¾à¤¨ %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "à¤
परिà¤à¥à¤¤ यà¤à¤®à¤¾à¤¨"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "S-Expr ला सिरà¥à¤¯à¤²à¤¾à¤à¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयशà¥: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "S-Expr ला सिरà¥à¤¯à¤²à¤¾à¤à¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "Xen हायपरवायà¤à¤° पà¥à¤°à¤µà¤¿à¤·à¥à¤ वापरॠशà¤à¤²à¥ नाहà¥"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "Xen हायपरवायà¤à¤° पà¥à¤°à¤µà¤¿à¤·à¥à¤ %s वापरॠशà¤à¤²à¥ नाहà¥"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "Xen सà¥à¤à¥à¤°à¤²à¤¾ à¤à¥à¤¡à¤¤à¤¾ à¤à¤²à¥ नाहà¥"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "Xen सà¥à¤à¥à¤° %s ला à¤à¥à¤¡à¤¤à¤¾ à¤à¤²à¥ नाहà¥"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "Xen syscall %s %d à¤
पयशà¥"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "à¤
परिà¤à¥à¤¤ OS पà¥à¤°à¤à¤¾à¤°"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "à¤
परिà¤à¥à¤¤ OS पà¥à¤°à¤à¤¾à¤° %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "हरवलà¥à¤²à¥ à¤à¤°à¥à¤¨à¤² माहितà¥"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "हरवलà¥à¤²à¥ रà¥à¤ यà¤à¤¤à¥à¤° माहितà¥"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "हरवलà¥à¤²à¥ रà¥à¤ यà¤à¤¤à¥à¤° माहितॠ%s मधà¥à¤¯à¥"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "हरवलà¥à¤²à¥ सà¥à¤¤à¥à¤°à¥à¤¤ माहितॠयà¤à¤¤à¥à¤°à¤¾à¤¸à¤¾à¤ à¥"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "हरवलà¥à¤²à¥ सà¥à¤¤à¥à¤°à¥à¤¤ माहितॠयà¤à¤¤à¥à¤° %s साठà¥"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "हरवलà¥à¤²à¥ लà¤à¥à¤·à¥à¤¯ माहितॠयà¤à¤¤à¥à¤°à¤¾à¤¸à¤¾à¤ à¥"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "हरवलà¥à¤²à¥ लà¤à¥à¤·à¥à¤¯ माहितॠयà¤à¤¤à¥à¤° %s साठà¥"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "हरवलà¥à¤²à¥ डà¥à¤®à¥à¤¨ नाम माहितà¥"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "हरवलà¥à¤²à¥ डà¥à¤®à¥à¤¨ नाम माहितॠ%s मधà¥à¤¯à¥"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "हरवलà¥à¤²à¥ à¤à¤¾à¤°à¥à¤¯à¤à¤¾à¤°à¥ पà¥à¤°à¤£à¤¾à¤²à¥ माहितà¥"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "हरवलà¥à¤²à¥ à¤à¤¾à¤°à¥à¤¯à¤à¤¾à¤°à¥ पà¥à¤°à¤£à¤¾à¤²à¥ माहितॠ%s मधà¥à¤¯à¥"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "हरवलà¥à¤²à¥ यà¤à¤¤à¥à¤° माहितà¥"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "हरवलà¥à¤²à¥ यà¤à¤¤à¥à¤° माहितॠ%s मधà¥à¤¯à¥"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "à¤à¥à¤ª डà¥à¤°à¤¾à¤à¤µà¤° नà¥à¤à¤¦à¤µà¤²à¥à¤²à¥"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "à¤à¥à¤ª डà¥à¤°à¤¾à¤à¤µà¤° नà¥à¤à¤¦à¤µà¤²à¥à¤²à¥ %s मधà¥à¤¯à¥"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "लायबà¥à¤°à¤°à¥ à¤à¥à¤² à¤
पयशà¥, बहà¥à¤¦à¤¾ समरà¥à¤¥à¤¿à¤¤ नसावा"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "लायबà¥à¤°à¤°à¥ à¤à¥à¤² %s à¤
पयशà¥, बहà¥à¤¦à¤¾ समरà¥à¤¥à¤¿à¤¤ नसावा"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML वरà¥à¤£à¤¨ वà¥à¤¯à¤µà¤¸à¥à¤¥à¤¿à¤¤ न बनलà¥à¤²à¥ à¤à¤¿à¤à¤µà¤¾ à¤
वà¥à¤§"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML वरà¥à¤£à¤¨ %s साठॠवà¥à¤¯à¤µà¤¸à¥à¤¥à¤¿à¤¤ न बनलà¥à¤²à¥ à¤à¤¿à¤à¤µà¤¾ à¤
वà¥à¤§"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "हॠडà¥à¤®à¥à¤¨ à¤à¤§à¥à¤ à¤
सà¥à¤¤à¤¿à¤¤à¥à¤µà¤¾à¤¤"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "डà¥à¤®à¥à¤¨ %s à¤à¤§à¥à¤ à¤
सà¥à¤¤à¤¿à¤¤à¥à¤µà¤¾à¤¤"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "à¤à¤¾à¤°à¥à¤¯ फà¤à¥à¤¤ वाà¤à¤£à¥à¤¯à¤¾à¤à¥à¤à¥à¤¯à¤¾ पà¥à¤°à¤µà¥à¤¶à¤¾à¤¸à¤¾à¤ ॠनिषिदà¥à¤§"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "à¤à¤¾à¤°à¥à¤¯ %s फà¤à¥à¤¤ वाà¤à¤£à¥à¤¯à¤¾à¤à¥à¤à¥à¤¯à¤¾ पà¥à¤°à¤µà¥à¤¶à¤¾à¤¸à¤¾à¤ ॠनिषिदà¥à¤§"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² वाà¤à¤£à¥à¤¯à¤¾à¤¸à¤¾à¤ ॠà¤à¤à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "%s वाà¤à¤£à¥à¤¯à¤¾à¤¸à¤¾à¤ ॠà¤à¤à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² %s वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशॠ"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² विशà¥à¤²à¥à¤·à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयश"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² %s विशà¥à¤²à¥à¤·à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयश"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² वाà¤à¥à¤¯à¤°à¤à¤¨à¤¾ à¤à¥à¤"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² वाà¤à¥à¤¯à¤°à¤à¤¨à¤¾ à¤à¥à¤: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² लिहà¥à¤£à¥à¤¯à¤¾à¤¸ à¤
समरà¥à¤¥"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² लिहà¥à¤£à¥à¤¯à¤¾à¤¸ à¤
समरà¥à¤¥: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "वाà¤à¤à¤¾à¤à¤¡à¥à¤¨ तà¥à¤°à¥à¤à¥"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "यातà¥à¤² à¤
वà¥à¤§ सà¤à¤à¤¾à¤³ निरà¥à¤¦à¥à¤¶à¤"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "%s मधà¥à¤² à¤
वà¥à¤§ सà¤à¤à¤¾à¤³ निरà¥à¤¦à¥à¤¶à¤"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "हा सà¤à¤à¤¾à¤³ पहिलà¥à¤ªà¤¾à¤¸à¥à¤¨à¤ à¤
सà¥à¤¤à¥à¤¤à¥à¤µà¤¾à¤¤ à¤à¤¹à¥"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "%s सà¤à¤à¤¾à¤³ पहिलà¥à¤ªà¤¾à¤¸à¥à¤¨à¤ à¤
सà¥à¤¤à¥à¤¤à¥à¤µà¤¾à¤¤ à¤à¤¹à¥"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "पà¥à¤°à¤£à¤¾à¤²à¥à¤à¤¡à¥à¤¨ हाठदà¥à¤¤à¥à¤µà¥à¤³à¥ तà¥à¤°à¥à¤à¥"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC तà¥à¤°à¥à¤à¥"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "GNUTLS तरà¥à¤«à¥ हाठदà¥à¤¤à¥à¤µà¥à¤³à¥ तà¥à¤°à¥à¤à¥"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "सà¤à¤à¤¾à¤³ शà¥à¤§à¤¤à¥à¤µà¥à¤³à¥ à¤
पयश"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "सà¤à¤à¤¾à¤³ शà¥à¤§à¤¤à¥à¤µà¥à¤³à¥ à¤
पयश: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤¢à¤³à¤²à¥ नाहà¥: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "सà¤à¤à¤¾à¤³ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "सà¤à¤à¤¾à¤³ à¤à¤¢à¤³à¤²à¥ नाहà¥: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
msgid "invalid MAC address"
msgstr "à¤
वà¥à¤§ MAC पतà¥à¤¤à¤¾"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, c-format
msgid "invalid MAC address: %s"
msgstr "à¤
वà¥à¤§ MAC पतà¥à¤¤à¤¾: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ à¤
पयशà¥"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ à¤
पयशà¥: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
msgid "Storage pool not found"
msgstr "सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, c-format
msgid "Storage pool not found: %s"
msgstr "सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ à¤à¤¢à¤³à¤²à¥ नाहà¥: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
msgid "Storage volume not found"
msgstr "सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, c-format
msgid "Storage volume not found: %s"
msgstr "सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ à¤à¤¢à¤³à¤²à¥ नाहà¥: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
msgid "invalid storage pool pointer in"
msgstr "à¤
वà¥à¤§ सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ पà¥à¤à¤¨à¥à¤à¤°"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr "%s à¤
à¤à¤¤à¤°à¥à¤à¤¤ à¤
वà¥à¤§ सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ पà¥à¤à¤¨à¥à¤à¤°"
-#: src/virterror.c:937
+#: src/virterror.c:973
msgid "invalid storage volume pointer in"
msgstr "à¤
वà¥à¤§ सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ पà¥à¤à¤¨à¥à¤à¤°"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr "%s à¤
à¤à¤¤à¤°à¥à¤à¤¤ à¤
वà¥à¤§ सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ पà¥à¤à¤¨à¥à¤à¤°"
-#: src/virterror.c:943
+#: src/virterror.c:979
msgid "Failed to find a storage driver"
msgstr "सà¤à¤à¥à¤°à¤¹ डà¥à¤°à¤¾à¤à¤µà¤° शà¥à¤§à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr "सà¤à¤à¥à¤°à¤¹ डà¥à¤°à¤¾à¤à¤µà¤° शà¥à¤§à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "सà¤à¤à¥à¤°à¤¹ डà¥à¤°à¤¾à¤à¤µà¤° शà¥à¤§à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "सà¤à¤à¥à¤°à¤¹ डà¥à¤°à¤¾à¤à¤µà¤° शà¥à¤§à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "à¤
वà¥à¤§ सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ पà¥à¤à¤¨à¥à¤à¤°"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "à¤
वà¥à¤§ डà¥à¤®à¥à¤¨ निरà¥à¤¦à¥à¤¶à¤ %s मधà¥à¤¯à¥"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "साधन à¤à¤¢à¤³à¤²à¥ नाहà¥: %s (%s)"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "साधन à¤à¤¢à¤³à¤²à¥ नाहà¥: %s (%s)"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ à¤à¤¢à¤³à¤²à¥ नाहà¥"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "सà¤à¤à¤¯à¤¨ सà¤à¤à¥à¤°à¤¹ à¤à¤¢à¤³à¤²à¥ नाहà¥: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "बाब बफर à¤à¥à¤ªà¤ लहान à¤à¤¹à¥"
@@ -7224,7 +7821,7 @@ msgstr "शà¥à¤°à¥à¤¯ नियà¤à¤¤à¥à¤°à¤ मà¥à¤²à¥à¤¯ à¤à¥à¤£à¤§à¤°
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "शà¥à¤°à¥à¤¯ नियà¤à¤¤à¥à¤°à¤ à¤à¥
पशन à¤à¥à¤£à¤§à¤°à¥à¤® (%d) मरà¥à¤¯à¤¾à¤¦à¥à¤à¥à¤¯à¤¾ (0-65535) पलà¥à¤à¤¡à¥ à¤à¥à¤²à¤¾ à¤à¤¹à¥"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "%s वाà¤à¥ शà¤à¤¤ नाहà¥: %s"
@@ -7277,7 +7874,7 @@ msgstr "डà¥à¤®à¥à¤¨ माहितॠà¤
यà¥à¤à¥à¤¯ domid साà¤à¤
msgid "domain information incomplete, missing uuid"
msgstr "डà¥à¤®à¥à¤¨ माहितॠà¤
पà¥à¤°à¥à¤£, uuid हरवलà¥à¤²à¤¾"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "डà¥à¤®à¥à¤¨ माहितॠà¤
पà¥à¤°à¥à¤£, नाव हरवलà¥à¤²à¥"
@@ -7319,92 +7916,99 @@ msgstr "vbd फाà¤à¤²à¤¨à¤¾à¤µ विशà¥à¤²à¥à¤·à¤¿à¤¤ à¤à¤°à¥ शà¤
msgid "cannot parse vbd filename, missing driver type"
msgstr "vbd फाà¤à¤²à¤¨à¤¾à¤µ विशà¥à¤²à¥à¤·à¤¿à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥, हरवलà¥à¤²à¤¾ डà¥à¤°à¤¾à¤à¤µà¤° पà¥à¤°à¤à¤¾à¤°"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "à¤
वà¥à¤§ MAC पतà¥à¤¤à¤¾: %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ डिà¤à¥à¤ नà¥à¤¡"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "à¤
परिà¤à¥à¤¤ à¤
धिपà¥à¤°à¤®à¤¾à¤£à¤¨ पà¥à¤°à¤à¤¾à¤° '%s'"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° माहितॠà¤
पà¥à¤°à¥à¤£, id सापडत नाहà¥"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "à¤
वà¥à¤§ MAC पतà¥à¤¤à¤¾: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "à¤
परिà¤à¥à¤¤ OS पà¥à¤°à¤à¤¾à¤° %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "रà¤à¤¨à¤¾ नियमावलॠतà¥à¤°à¥à¤à¥"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "Xend डà¥à¤®à¥à¤¨ माहितॠविशà¥à¤²à¥à¤·à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¤ à¤
पयशà¥"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤¾à¤°à¥à¤¯à¤°à¤¤ नाहà¥"
+
+#: src/xend_internal.c:3219
#, fuzzy
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr "xenDaemonDomainDumpXMLByName हॠà¤à¥à¤·à¥à¤¤à¥à¤° शà¥à¤§à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशॠठरलà¥"
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "सà¤à¤à¥à¤°à¤¹ %s बिलà¥à¤¡à¥ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "à¤
समरà¥à¤¥à¥à¤¤ à¤à¤¨à¥à¤ªà¥à¤ साधन पà¥à¤°à¤à¤¾à¤° %s"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr "xenDaemonGetAutostart हॠà¤à¥à¤·à¥à¤¤à¥à¤° शà¥à¤§à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशॠठरलà¥"
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr "xenDaemonSetAutostart हॠà¤à¥à¤·à¥à¤¤à¥à¤° शà¥à¤§à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशॠठरलà¥"
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
msgid "unexpected value from on_xend_start"
msgstr "on_xend_start पासà¥à¤¨ à¤
नपà¥à¤à¥à¤·à¥à¤¤ मà¥à¤²à¥à¤¯"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
msgid "no memory"
msgstr "सà¥à¤®à¥à¤¤à¥ नाहà¥"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
msgid "sexpr2string failed"
msgstr "sexpr2string à¤
पयशà¥"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
msgid "Failed to redefine sexpr"
msgstr "sexpr पà¥à¤¨à¥à¤¹à¤µà¥à¤¯à¤¾à¤à¥à¤¯à¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr "sexpr à¤
à¤à¤¤à¤°à¥à¤à¤¤ on_xend_start à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "tty %s à¤à¤à¤¡à¤¤à¤¾ à¤à¤²à¥ नाहà¥: %s\n"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
@@ -7412,124 +8016,124 @@ msgstr ""
"xenDaemonDomainMigrate: Xen सà¥à¤¥à¤¾à¤¨à¤¾à¤à¤¤à¤°à¤¨à¤µà¥à¤³à¥ à¤à¥à¤·à¥à¤¤à¥à¤°à¤à¥ पà¥à¤¨à¥à¤¹à¤¨à¤¾à¤®à¤¾à¤à¤à¤¨ à¤à¤°à¥à¤¤à¤¾ समरà¥à¤¥à¤¨ पà¥à¤°à¤µà¤¿à¤¤ "
"नाहà¥"
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
"xenDaemonDomainMigrate: Xen सà¥à¤¥à¤¾à¤¨à¤¾à¤à¤¤à¤°à¤¨à¤µà¥à¤³à¥ बà¥
नà¥à¤¡à¤µà¤¿à¤¡à¤¥à¥ मरà¥à¤¯à¤¾à¤¦à¤¾ à¤à¤°à¥à¤¤à¤¾ समरà¥à¤¥à¤¨ पà¥à¤°à¤µà¤¿à¤¤ नाहà¥"
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr "xenDaemonDomainMigrate: à¤
समरà¥à¤¥à¥à¤¤ बाब"
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr "xenDaemonDomainMigrate: à¤
वà¥à¤§ URI"
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr "xenDaemonDomainMigrate: फà¤à¥à¤¤ xenmigr:// सà¥à¤¥à¤¾à¤¨à¤¾à¤à¤¤à¤°à¤¨ Xen दà¥à¤µà¤¾à¤°à¥ समरà¥à¤¥à¥à¤¤ à¤à¥à¤²à¥ à¤à¤¾à¤¤à¥"
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr "xenDaemonDomainMigrate: URI à¤
à¤à¤¤à¤°à¥à¤à¤¤ यà¤à¤®à¤¾à¤¨à¤¨à¤¾à¤µ निरà¥à¤¦à¥à¤¶à¥à¤¤ à¤à¥à¤²à¥ पाहिà¤à¥"
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "xenDaemonDomainMigrate: à¤
वà¥à¤§ पà¥à¤°à¥à¤ à¤à¥à¤°à¤®à¤¾à¤à¤"
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
msgid "failed to parse domain description"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° वरà¥à¤£à¤¨ वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "निषà¤à¥à¤°à¥à¤¯ à¤à¥à¤·à¥à¤¤à¥à¤° %s निरà¥à¤®à¤¾à¤£ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr "xendConfigVersion < 4 à¤
à¤à¤¤à¤°à¥à¤à¤¤ समरà¥à¤¥à¥à¤¤ नाहà¥"
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
msgid "node information incomplete, missing scheduler name"
msgstr "नà¥à¤¡ माहितॠà¤
पà¥à¤°à¥, वà¥à¤³à¤¨à¤¿à¤¯à¤à¤¤à¥à¤°à¤ नाव à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr "strdup à¤
पयशà¥"
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr "à¤
परिà¤à¥à¤¤ वà¥à¤³à¤¨à¤¿à¤¯à¤à¤¤à¥à¤°à¤"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
msgid "Failed to get a scheduler name"
msgstr "वà¥à¤³à¤¨à¤¿à¤¯à¤à¤¤à¥à¤°à¤ नाव पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
msgid "domain information incomplete, missing cpu_weight"
msgstr "डà¥à¤®à¥à¤¨ माहितॠà¤
पà¥à¤°à¥à¤£, cpu_weight à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
msgid "domain information incomplete, missing cpu_cap"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° माहितॠà¤
पà¥à¤°à¥, cpu_cap à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr "dom0 à¤à¤°à¥à¤¤à¤¾ domainBlockPeek समरà¥à¤¥à¥à¤¤ नाहà¥"
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr "%s: à¤
वà¥à¤§ मारà¥à¤"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "à¤à¤à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s: %s"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "फाà¤à¤² पासà¥à¤¨ lseek à¤à¤¿à¤à¤µà¤¾ वाà¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s: %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ à¤à¥à¤·à¥à¤¤à¥à¤° पà¥à¤°à¤à¤¾à¤° %d"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ mime पà¥à¤°à¤à¤¾à¤°"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "à¤
समरà¥à¤¥à¥à¤¤ सà¤à¤à¤¯à¤¨ à¤à¤à¤¡ पà¥à¤°à¤à¤¾à¤° %d"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ मà¥à¤²à¥à¤¯ नà¥à¤¡"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr "HVM à¤à¥à¤·à¥à¤¤à¥à¤° दाà¤à¤²à¤à¤°à¥à¤¤à¤¾ नाहà¥"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "ai_socktype समरà¥à¤¥à¥à¤¤ नाहà¥"
@@ -7605,45 +8209,45 @@ msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤°à¥à¤¤à¤¾ सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤²
msgid "unexpected lifecycle action %d"
msgstr "à¤
नपà¥à¤à¥à¤·à¥à¤¤ डिà¤à¥à¤ नà¥à¤¡"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤°à¤¸à¤¾à¤ ॠà¤à¥à¤¡à¥à¤¨ पà¥à¤¨à¥à¤¹à¤¾ लिहà¥à¤£à¥à¤¯à¤¾à¤à¤°à¥à¤¤à¤¾ सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤²à¤¨à¤¾à¤µ पà¥à¤¨à¥à¤¹ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr "à¤à¥à¤·à¥à¤¤à¥à¤°à¤¸à¤¾à¤ ॠà¤à¥à¤¡à¥à¤¨ पà¥à¤¨à¥à¤¹à¤¾ लिहà¥à¤£à¥à¤¯à¤¾à¤à¤°à¥à¤¤à¤¾ सà¤à¤¯à¥à¤à¤¨à¤¾ नà¥à¤à¤¦à¤£à¥ पà¥à¤¨à¥à¤¹ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
msgid "failed to remove old domain from config map"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ नà¤à¥à¤·à¤¾ पासà¥à¤¨ à¤à¥à¤¨à¥ à¤à¥à¤·à¥à¤¤à¥à¤° à¤à¤¾à¤¢à¥à¤¨ à¤à¤¾à¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² नाव à¤à¥à¤ªà¤ लाà¤à¤¬ à¤à¤¹à¥"
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
msgid "unable to get current time"
msgstr "वरà¥à¤¤à¤®à¤¾à¤¨ वà¥à¤³ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
msgid "unable to store config file handle"
msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤² हà¥
नà¥à¤¡à¤²à¥ सà¤à¤à¤¯à¥à¤¤ à¤à¤°à¥ शà¤à¤¤ नाहà¥"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
msgid "unknown device"
msgstr "à¤
परिà¤à¥à¤¤ साधन"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "लà¥à¤à¤«à¤¾à¤à¤² बनविणà¥à¤¯à¤¾à¤¸ %s à¤
पयशà¥: %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "लà¥à¤à¤«à¤¾à¤à¤² बनविणà¥à¤¯à¤¾à¤¸ %s à¤
पयशà¥: %s"
@@ -7652,19 +8256,34 @@ msgstr "लà¥à¤à¤«à¤¾à¤à¤² बनविणà¥à¤¯à¤¾à¤¸ %s à¤
पयशà¥: %s
msgid "Invalid parameter to virXPathString()"
msgstr "virXPathString() à¤à¤°à¥à¤¤à¤¾ à¤
वà¥à¤§ बाब"
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr "virXPathNumber() à¤à¤°à¥à¤¤à¤¾ à¤
वà¥à¤§ बाब"
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "virXPathString() à¤à¤°à¥à¤¤à¤¾ à¤
वà¥à¤§ बाब"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "virXPathString() à¤à¤°à¥à¤¤à¤¾ à¤
वà¥à¤§ बाब"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr "virXPathBoolean() à¤à¤°à¥à¤¤à¤¾ à¤
वà¥à¤§ बाब"
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr "virXPathNode() à¤à¤°à¥à¤¤à¤¾ à¤
वà¥à¤§ बाब"
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "virXPathNodeSet() à¤à¤°à¥à¤¤à¤¾ à¤
वà¥à¤§ बाब"
@@ -7690,16 +8309,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "सà¤à¤à¥à¤°à¤¹ à¤à¤§à¤¿à¤ªà¤¾à¤¸à¥à¤¨à¤ सà¤à¥à¤°à¥à¤¯"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "डà¥à¤®à¥à¤¨ वाà¤à¤¤ à¤à¤¹à¥"
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "%s '%s' à¤à¤°à¥à¤¤à¤¾ पà¥à¤°à¤µà¥à¤¶ नाहà¥: %s (%d)"
+
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "सà¥à¤à¥à¤ पतà¥à¤¤à¤¾ %d (%s) पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
+
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "परसà¥à¤ªà¤° पतà¥à¤¤à¤¾ %d (%s) पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "विना-बà¥à¤²à¥à¤ à¤à¤°à¤£à¤¾à¤°à¥ फाà¤à¤² वरà¥à¤£à¤¨ बाब निशà¥à¤à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
+
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "लà¥à¤à¤«à¤¾à¤à¤² बनविणà¥à¤¯à¤¾à¤¸ %s à¤
पयशà¥: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "VM लà¥à¤à¤«à¤¾à¤à¤² close-on-exec बाब %s निशà¥à¤à¤¿à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup: à¤
तिरà¥à¤à¥à¤¤ सà¥à¤®à¥à¤¤à¥ नाहà¥"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "लà¥à¤ फाà¤à¤² %d बà¤à¤¦ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
+
#~ msgid "allocating configuration"
#~ msgstr "सà¤à¤¯à¥à¤à¤¨à¤¾ वाà¤à¤¤ à¤à¤¹à¥"
@@ -7747,9 +8394,6 @@ msgstr "डà¥à¤®à¥à¤¨ वाà¤à¤¤ à¤à¤¹à¥"
#~ msgid "failed to mount %s at %s for container: %s"
#~ msgstr "à¤à¤¨à¥à¤à¥à¤¨à¤° à¤à¤°à¥à¤¤à¤¾ %s ला %s à¤
सॠà¤à¤°à¥à¤¹à¥à¤¤ à¤à¤°à¥ शà¤à¤²à¥ नाहà¥: %s"
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "open(%s) à¤
पयशà¥: %s"
-
#~ msgid "clone() failed, %s"
#~ msgstr "clone() à¤
पयशà¥, %s"
@@ -8173,12 +8817,6 @@ msgstr "डà¥à¤®à¥à¤¨ वाà¤à¤¤ à¤à¤¹à¥"
#~ msgid "cannot write tty pid file %s: %s"
#~ msgstr "tty pid फाà¤à¤² %s लिहॠशà¤à¤¤ नाहà¥: %s"
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "tty pid फाà¤à¤² %s à¤à¤à¤¡à¥ शà¤à¤¤ नाहà¥: %s"
-
-#~ msgid "cannot read tty pid file %s: %s"
-#~ msgstr "tty pid फाà¤à¤² %s वाà¤à¥ शà¤à¤¤ नाहà¥: %s"
-
#~ msgid "execl failed to exec init: %s"
#~ msgstr "execl init à¤à¤¾à¤°à¥à¤¯à¤¾à¤¨à¥à¤µà¥à¤¤ à¤à¤°à¥ शà¤à¤²à¤¾ नाहà¥: %s"
@@ -8296,9 +8934,6 @@ msgstr "डà¥à¤®à¥à¤¨ वाà¤à¤¤ à¤à¤¹à¥"
#~ msgid "missing sound model"
#~ msgstr "à¤à¤µà¤¾à¤ पà¥à¤°à¤¾à¤°à¥à¤ª à¤à¤¢à¤³à¤²à¥ नाहà¥"
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "à¤
वà¥à¤§ à¤à¤µà¤¾à¤ पà¥à¤°à¤¾à¤°à¥à¤ª '%s'"
-
#~ msgid "domain name length too long"
#~ msgstr "à¤à¥à¤·à¥à¤¤à¥à¤° नाव लाà¤à¤¬à¥ à¤à¥à¤ªà¤ लाà¤à¤¬ à¤à¤¹à¥"
diff --git a/po/ms.gmo b/po/ms.gmo
index 6591294..7bbe687 100644
Binary files a/po/ms.gmo and b/po/ms.gmo differ
diff --git a/po/ms.po b/po/ms.po
index 4276f4f..9fa7bda 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2007-08-03 01:24+0800\n"
"Last-Translator: Sharuzzaman Ahmat Raslan <sharuzzaman at myrealbox.com>\n"
"Language-Team: ms <ms at li.org>\n"
@@ -94,241 +94,241 @@ msgstr ""
msgid "Unknown error"
msgstr "Entah"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Gagal untuk membuka %s: %s\n"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "tidak dapat membaca fail tetapan `%s': %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "mengumpukkan tetapan"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "Ralat membaca maklumat memori sistem:"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "%s: saiz alamat mempunyai nilai %u tidak dijangka\n"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Gagal untuk membuka %s: %s\n"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Gagal untuk membuka %s: %s\n"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Gagal untuk membuka %s: %s\n"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Gagal untuk membuka %s: %s\n"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup."
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Gagal untuk membaca soket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Gagal untuk membuka %s: %s\n"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Gagal untuk membuka %s: %s\n"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup."
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Gagal menjumpai program dipilih."
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Gagal menjumpai program dipilih."
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Tidak dapat menyambung ke RHN..."
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "Operasi antaramuka HTTP gagal\n"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -336,455 +336,471 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "Gagal menukar maklumat usia untuk %s: %s\n"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Ralat, tidak dapat memulakan pelayan X."
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "Saiz _memori tersendiri"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "Mendapatkan subrentetan %d gagal (%d)."
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "Jenis tetikus dikesan: %s"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Gagal mencipta direktori %s"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Gagal mencipta direktori %s"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Gagal untuk menulis ke soket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup."
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup."
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup."
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Gagal untuk membuka %s: %s\n"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Gagal untuk membuka %s: %s\n"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Mengikat ke domain NIS: "
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Gagal mencipta direktori %s"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr ""
"Pengunaan: %s FAIL\n"
" atau: %s OPSYEN\n"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "gagal untuk menyimpan kandungan"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "Operasi antaramuka HTTP gagal\n"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "arahan tidak diketahui: '%s'"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "SSLv23_server_method() gagal."
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "aksara tidak sah pada %s pada rentetan mod %s"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "Memori tidak cukup."
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "Jenis data tidak diketahui: %s\n"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "Saiz _memori tersendiri"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "Saiz _memori tersendiri"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "gagal untuk menyimpan kandungan"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "Gagal menukar maklumat usia untuk %s: %s\n"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "Memori tidak cukup."
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Gagal mencipta direktori %s"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Gagal mencipta direktori %s"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "CD Tidak Dijumpai"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "Pelayan Kamus Dict"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -906,532 +922,533 @@ msgstr "Ralat bila cuba menulis ke fail konfigurasi."
msgid "dev missing from connection hash table"
msgstr "Ralat bila cuba menulis ke fail konfigurasi."
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "Sumber Cekera Jurupacu"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "Sumber Cekera Jurupacu"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "Menentukan maklumat IP bagi ${DEVICE}..."
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "Menentukan maklumat IP bagi ${DEVICE}..."
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "Menentukan maklumat IP bagi ${DEVICE}..."
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "Pilih Jenis Peranti"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "Parameter tidak mencukupi 'device' (arg 1)"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "arahan tidak diketahui: '%s'"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Pilih Jenis Peranti"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "hilang \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "hilang \""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Pilih Jenis Peranti"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Tidak dapat menulis ke fail %s."
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Tidak dapat menulis ke fail %s."
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "Hos tidak diketahui"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "Hos tidak diketahui"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "Menentukan maklumat IP bagi ${DEVICE}..."
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "Hos tidak diketahui"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "Parameter tidak mencukupi 'device' (arg 1)"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "Set nama domain NIS %s: "
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "aksara tidak sah pada %s pada rentetan mod %s"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Gagal menukar maklumat usia untuk %s: %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "data tidak dijangka '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
msgid "cannot extract boot device"
msgstr ""
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "Parameter tidak mencukupi 'device' (arg 1)"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "Hos tidak diketahui"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Jadikan Peranti RAID."
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "Ulangtetap antaramuka rangkaian"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
msgid "cannot extract serial devices"
msgstr ""
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "Jadikan Peranti RAID."
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Jadikan Peranti RAID."
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Jadikan Peranti RAID."
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "Jadikan Peranti RAID."
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "gagal untuk menyimpan kandungan"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "Jenis tetikus dikesan: %s"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "Jenis tetikus dikesan: %s"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "Pelayan Kamus Dict"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "Pelayan Kamus Dict"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "Pelayan Kamus Dict"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "Jenis tetikus dikesan: %s"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "Jenis tetikus dikesan: %s"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "Jenis tetikus dikesan: %s"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "Pelayan Kamus Dict"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "Jenis tetikus dikesan: %s"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "Jenis tetikus dikesan: %s"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "Pelayan Kamus Dict"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "Jenis tetikus dikesan: %s"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "Jenis tetikus dikesan: %s"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "Jenis tetikus dikesan: %s"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "%s: saiz alamat mempunyai nilai %u tidak dijangka\n"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "Ralat bila cuba menulis ke fail konfigurasi."
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "Ralat bila cuba menulis ke fail konfigurasi."
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "Ralat bila cuba menulis ke fail konfigurasi."
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "Ralat bila cuba menulis ke fail konfigurasi."
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "Ralat bila cuba menulis ke fail konfigurasi."
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Gagal mencipta direktori %s"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Gagal mencipta direktori %s"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Gagal untuk menulis ke soket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "gagal untuk menyimpan kandungan"
@@ -1441,55 +1458,55 @@ msgstr "gagal untuk menyimpan kandungan"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "Tidak dapat menulis ke fail %s."
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "Ulangtetap antaramuka rangkaian"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Saiz _memori tersendiri"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr ""
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
msgid "domainMigratePrepare2 did not set uri"
msgstr ""
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1532,12 +1549,12 @@ msgstr "Gagal mencipta direktori %s"
msgid "failed to bind new root %s"
msgstr "Gagal menjumpai program dipilih."
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Gagal mencipta direktori %s"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "gagal untuk menyimpan kandungan"
@@ -1710,22 +1727,22 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr ""
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "Sistem Nama Domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "domain NIS default"
@@ -1780,7 +1797,7 @@ msgstr "aksara tidak sah pada %s pada rentetan mod %s"
msgid "failed to kill pid %d"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Gagal untuk membuka %s: %s\n"
@@ -1815,225 +1832,235 @@ msgstr "Nama Domain"
msgid "no domain with id %d"
msgstr "penggunaan: %s --list [nama]\n"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "Hos tidak diketahui"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Mengikat ke domain NIS: "
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "hujah tidak sah %s untuk %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "hujah tidak sah %s untuk %s"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Alamat MAC dibenarkan"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "Ralat bila cuba menulis ke fail konfigurasi."
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "Profil \"%s\" telah wujud!"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Ralat, tidak dapat memulakan pelayan X."
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "Memori tidak cukup."
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "gagal untuk menyimpan kandungan"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "gagal untuk menyimpan kandungan"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "gagal untuk menyimpan kandungan"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "gagal untuk menyimpan kandungan"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "gagal untuk menyimpan kandungan"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "gagal untuk menyimpan kandungan"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "gagal untuk menyimpan kandungan"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "gagal untuk menyimpan kandungan"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "gagal untuk menyimpan kandungan"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "gagal untuk menyimpan kandungan"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "autorun sedang berjalan!\n"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "Ralat bila cuba menulis ke fail konfigurasi."
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "xinetd gagal untuk mengulangmuat untuk"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "gagal untuk mendapatkan rangkaian '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "autorun sedang berjalan!\n"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "Sila penuhkan maklumat rangkaian"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "[Rangkaian tidak dimulakan]\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "gagal untuk menyimpan kandungan"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Gagal untuk membuka %s: %s\n"
@@ -2043,7 +2070,267 @@ msgstr "Gagal untuk membuka %s: %s\n"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Pilih Jenis Peranti"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "Jenis data tidak diketahui: %s\n"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Gagal untuk membuka %s: %s\n"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "Ulangtetap antaramuka rangkaian"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "Sila penuhkan maklumat rangkaian"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "Jenis data tidak diketahui: %s\n"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "Sila penuhkan maklumat rangkaian"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "aksara tidak sah pada %s pada rentetan mod %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "aksara tidak sah pada %s pada rentetan mod %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "aksara tidak sah pada %s pada rentetan mod %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "Parameter tidak mencukupi 'device' (arg 1)"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "Jenis data tidak diketahui: %s\n"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "Jenis data tidak diketahui: %s\n"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Gagal untuk membuka %s: %s\n"
@@ -2202,7 +2489,7 @@ msgstr ""
msgid "Could not read container config"
msgstr "Tidak dapat menulis ke fail %s."
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "Jenis data tidak diketahui: %s\n"
@@ -2216,6 +2503,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "Tidak dapat menulis ke fail %s."
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Gagal untuk membuka %s: %s\n"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "tidak dapat membaca fail tetapan `%s': %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Gagal untuk membuka %s: %s\n"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Gagal untuk membuka %s: %s\n"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "Operasi antaramuka HTTP gagal\n"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Gagal menaikkan ${DEVICE}."
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Tidak dapat menyambung ke RHN..."
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Gagal menaikkan ${DEVICE}."
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Gagal menjumpai program dipilih."
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2260,706 +2612,777 @@ msgstr ""
msgid "got asynchronous packet number %d\n"
msgstr ""
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "CD Tidak Dijumpai"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "[Rangkaian tidak dimulakan]\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Gagal menukar maklumat usia untuk %s: %s\n"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "Antaramuka untuk sokongan kebolehcapaian."
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "data tidak dijangka '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "data tidak dijangka '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "aksara tidak sah pada %s pada rentetan mod %s"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "hujah tidak sah %s untuk %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "penggunaan: %s --list [nama]\n"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "gagal untuk menulis ke fail log"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "gagal untuk menulis ke fail log"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "gagal untuk menulis ke fail log"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "Gagal untuk menutup soket %d\n"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "gagal untuk menyimpan kandungan"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "gagal untuk menyimpan kandungan"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "Saiz _memori tersendiri"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "Memori tidak cukup."
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Gagal untuk membuka %s: %s\n"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Gagal untuk membuka %s: %s\n"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "Gagal untuk menutup soket %d\n"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "Gagal untuk menutup soket %d\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "gagal untuk mendapatkan domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "Operasi antaramuka HTTP gagal\n"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "Saiz _memori tersendiri"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "autorun sedang berjalan!\n"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "gagal untuk menulis ke fail log"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "gagal untuk menulis ke fail log"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "gagal untuk menulis ke fail log"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "nama domain adalah panjangnya sifar"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "Gagal untuk menutup soket %d\n"
+msgid "Failed to remove domain status for %s"
+msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Memori Rendah"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "gagal mendapatkan atribut bagi %s"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "Profil \"%s\" telah wujud!"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "Profil \"%s\" telah wujud!"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "autorun sedang berjalan!\n"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "Operasi antaramuka HTTP gagal\n"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "Operasi antaramuka HTTP gagal\n"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "Sistem Nama Domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "gagal untuk mendapatkan domain '%s'"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Gagal mencipta direktori %s"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "gagal untuk menulis ke fail log"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "gagal untuk menulis ke fail log"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "Gagal untuk menutup soket %d\n"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-#, fuzzy
-msgid "out of memory"
-msgstr "Memori tidak cukup."
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "Operasi antaramuka HTTP gagal\n"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr ""
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "domain NIS default"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Pilih Jenis Peranti"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "penggunaan: %s --list [nama]\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "Saiz _memori tersendiri"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "penggunaan: %s --list [nama]\n"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "Gagal untuk membaca soket %d\n"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Gagal mencipta direktori %s"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Gagal mencipta direktori %s"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "autorun sedang berjalan!\n"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Gagal menukar maklumat usia untuk %s: %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Ralat, tidak dapat memulakan pelayan X."
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Mengikat ke domain NIS: "
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "Tidak dapat menulis ke fail %s."
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "gagal untuk menulis ke fail log"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "Profil \"%s\" telah wujud!"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
msgid "adding usb disk failed"
msgstr ""
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "Jadikan Peranti RAID."
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
msgid "adding usb device failed"
msgstr ""
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "domain NIS default"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
+msgstr ""
+
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "CD Tidak Dijumpai"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Gagal menukar maklumat usia untuk %s: %s\n"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Gagal menaikkan ${DEVICE}."
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "domain NIS default"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "_Domain NIS:"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "gagal untuk menyimpan kandungan"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "hujah tidak sah %s untuk %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "CD Tidak Dijumpai"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Gagal untuk membuka %s: %s\n"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "tidak dapat membaca fail tetapan `%s': %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "hujah tidak sah %s untuk %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "Operasi antaramuka HTTP gagal\n"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "gagal untuk menulis ke fail log"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "penggunaan: %s --list [nama]\n"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Tidak dapat menulis ke fail %s."
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Ralat, tidak dapat memulakan pelayan X."
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "Operasi antaramuka HTTP gagal\n"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Mengikat ke domain NIS: "
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -2970,510 +3393,591 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Tidak dapat menulis ke fail %s."
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Gagal untuk membaca soket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Gagal untuk membaca soket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Gagal untuk membaca soket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "Gagal untuk menutup soket %d\n"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "gagal mendapatkan atribut bagi %s"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
#, fuzzy
msgid "Error allocating callbacks list"
msgstr "Ralat membaca maklumat memori sistem:"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "mengumpukkan maklumat domain %d"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "Tiada nod utk buang"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, c-format
msgid "unable to verify server certificate: %s"
msgstr ""
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Saiz _memori tersendiri"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "Nilai tidak sah bagi record_size"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Ralat bila cuba menulis ke fail konfigurasi."
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "Terlalu banyak gantian"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "Terlalu banyak gantian"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "Saiz _memori tersendiri"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "Terlalu banyak gantian"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "Terlalu banyak fail salinan?"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "Terlalu banyak fail salinan?"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "Terlalu banyak fail salinan?"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "Terlalu banyak fail salinan?"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "Terlalu banyak fail salinan?"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "Terlalu banyak fail salinan?"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "Terlalu banyak fail salinan?"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "Operasi antaramuka HTTP gagal\n"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "Operasi antaramuka HTTP gagal\n"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Gagal untuk melekapkan partisyen."
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "gagal untuk menyimpan kandungan"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "Gagal menukar maklumat usia untuk %s: %s\n"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Gagal mencipta direktori %s"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "Antaramuka untuk sokongan kebolehcapaian."
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Ralat, tidak dapat memulakan pelayan X."
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "gagal untuk menyimpan kandungan"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Ralat, tidak dapat memulakan pelayan X."
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "Tidak dapat menyambung ke RHN..."
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "penggunaan: %s --list [nama]\n"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Gagal untuk membaca soket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "Mod lihat (baca sahaja)"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "penggunaan: %s --list [nama]\n"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Gagal mencipta direktori %s"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "gagal untuk mendapatkan rangkaian '%s'"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "hujah tidak sah %s untuk %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "Operasi antaramuka HTTP gagal\n"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Ralat, tidak dapat memulakan pelayan X."
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Gagal untuk membuka %s: %s\n"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Gagal untuk membuka %s: %s\n"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Gagal untuk membuka %s: %s\n"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3504,45 +4008,45 @@ msgstr "Ralat bila cuba menulis ke fail konfigurasi."
msgid "cannot read beginning of file '%s'"
msgstr "Ralat bila cuba menulis ke fail konfigurasi."
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Alamat MAC dibenarkan"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Ralat, tidak dapat memulakan pelayan X."
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "Ralat dalaman.\n"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3656,7 +4160,7 @@ msgid "cannot extend file '%s'"
msgstr "Gagal untuk membuka %s: %s\n"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Gagal untuk membuka %s: %s\n"
@@ -3689,17 +4193,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Gagal untuk membuka %s: %s\n"
@@ -3810,11 +4314,7 @@ msgstr "Pilih Jenis Peranti"
msgid "cannot remove PV device '%s'"
msgstr "Pilih Jenis Peranti"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Gagal untuk membuka %s: %s\n"
@@ -3827,164 +4327,169 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr ""
"Pengunaan: %s FAIL\n"
" atau: %s OPSYEN\n"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "Menentukan maklumat IP bagi ${DEVICE}..."
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "Jenis tetikus dikesan: %s"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "Parameter tidak mencukupi 'device' (arg 1)"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "Hos tidak diketahui"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "Hos tidak diketahui"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "Set nama domain NIS %s: "
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "Ralat bila cuba menulis ke fail konfigurasi."
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Gagal mencipta direktori %s"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "Ralat bila cuba menulis ke fail konfigurasi."
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "Ralat bila cuba menulis ke fail konfigurasi."
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "Ralat bila cuba menulis ke fail konfigurasi."
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "Ralat Permulaan Fail Tetapan DNS %s:"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3992,17 +4497,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4010,64 +4515,64 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "autorun sedang berjalan!\n"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "autorun sedang berjalan!\n"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
#, fuzzy
msgid "storage pool is not active"
msgstr "laluan log adalah bukan fail"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
#, fuzzy
msgid "getting time of day"
msgstr "Tak dapat perolehi masa bagi hari"
@@ -4136,155 +4641,155 @@ msgstr "penggunaan: %s --list [nama]\n"
msgid "resolving domain filename"
msgstr "Namafail imej _bulan:"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "penggunaan: %s --list [nama]\n"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "Namafail imej _bulan:"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "penggunaan: %s --list [nama]\n"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "Namafail imej _bulan:"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "Profil \"%s\" telah wujud!"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "autorun sedang berjalan!\n"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "Tiada nod utk buang"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "Pilih lokasi untuk menyimpan fail"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "Pilih lokasi untuk menyimpan fail"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "penggunaan: %s --list [nama]\n"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "tidak dapat membaca fail tetapan `%s': %s"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "data tidak dijangka '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Mengikat ke domain NIS: "
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "gagal untuk menulis ke fail log"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Mengikat ke domain NIS: "
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "autorun sedang berjalan!\n"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "autorun sedang berjalan!\n"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "autorun sedang berjalan!\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "autorun sedang berjalan!\n"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "autorun sedang berjalan!\n"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4298,151 +4803,155 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "Memori tidak cukup."
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Monitor frekuensi CPU"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Monitor frekuensi CPU"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "arahan tidak diketahui: '%s'"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "arahan tidak diketahui: '%s'"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "Tidak dapat menulis ke fail %s."
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Gagal untuk menulis ke soket %d\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Tidak dapat menulis ke fail %s."
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "Sistem Nama Domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "Pilih Jenis Peranti"
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Gagal mencipta direktori %s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Gagal mencipta direktori %s"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Monitor frekuensi CPU"
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "terap perubahan ke fail tetapan"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "terap perubahan ke fail tetapan"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "Mengikat ke domain NIS: "
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "Tidak dapat menulis ke fail %s."
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "ralat:"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Gagal menjumpai program dipilih."
@@ -4452,2150 +4961,2225 @@ msgstr "Gagal menjumpai program dipilih."
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "Entah"
+
+#: src/virsh.c:358
#, fuzzy
msgid "print help"
msgstr "-h cetak bantuan ini\n"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr ""
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr " Pilihan Arahan\n"
-#: src/virsh.c:353
+#: src/virsh.c:377
#, fuzzy
msgid ""
"Commands:\n"
"\n"
msgstr "Arahan"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "_Domain NIS:"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr ""
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
#, fuzzy
msgid "disable autostarting"
msgstr "Matikan firewall"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "gagal untuk menyimpan kandungan"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "gagal untuk menyimpan kandungan"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Automounter dimulakan: %s\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Automounter dimulakan: %s\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
#, fuzzy
msgid "(re)connect to hypervisor"
msgstr "Tidak dapat menyambung ke RHN..."
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
-#: src/virsh.c:424
+#: src/virsh.c:448
#, fuzzy
msgid "hypervisor connection URI"
msgstr "Permintaan per Sambungan"
-#: src/virsh.c:425
+#: src/virsh.c:449
#, fuzzy
msgid "read-only connection"
msgstr "Mod lihat (baca sahaja)"
-#: src/virsh.c:437
+#: src/virsh.c:461
#, fuzzy
msgid "Failed to disconnect from the hypervisor"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/virsh.c:455
+#: src/virsh.c:479
#, fuzzy
msgid "Failed to connect to the hypervisor"
msgstr "Tidak dapat menyambung ke RHN..."
-#: src/virsh.c:464
+#: src/virsh.c:488
#, fuzzy
msgid "connect to the guest console"
msgstr "Tidak dapat menyambung ke RHN..."
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
#, fuzzy
msgid "No console available for domain\n"
msgstr "Tiada log sambungan untuk %1 %2 didapati"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
#, fuzzy
msgid "list domains"
msgstr "Domain Failover"
-#: src/virsh.c:541
+#: src/virsh.c:565
#, fuzzy
msgid "Returns list of domains."
msgstr "penggunaan: %s --list [nama]\n"
-#: src/virsh.c:546
+#: src/virsh.c:570
#, fuzzy
msgid "list inactive domains"
msgstr "penggunaan: %s --list [nama]\n"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr ""
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr ""
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr ""
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Nama"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "Keadaan"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
#, fuzzy
msgid "no state"
msgstr "keadaan tidak diketahui"
-#: src/virsh.c:657
+#: src/virsh.c:681
#, fuzzy
msgid "domain state"
msgstr "keadaan tidak diketahui"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "penggunaan: %s --list [nama]\n"
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "domain NIS default"
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "Sumber Cekera Jurupacu"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "gagal untuk menyimpan kandungan"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "Ulangtetap antaramuka rangkaian"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr ""
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "Gagal menukar maklumat usia untuk %s: %s\n"
-#: src/virsh.c:815
+#: src/virsh.c:839
#, fuzzy
msgid "suspend a domain"
msgstr "_Domain NIS:"
-#: src/virsh.c:816
+#: src/virsh.c:840
#, fuzzy
msgid "Suspend a running domain."
msgstr "domain NIS default"
-#: src/virsh.c:839
+#: src/virsh.c:863
#, fuzzy, c-format
msgid "Domain %s suspended\n"
msgstr "_Domain NIS:"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, fuzzy, c-format
msgid "Failed to suspend domain %s"
msgstr "Mengikat ke domain NIS: "
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr ""
-#: src/virsh.c:854
+#: src/virsh.c:878
#, fuzzy
msgid "Create a domain."
msgstr "_Domain NIS:"
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr ""
-#: src/virsh.c:886
+#: src/virsh.c:910
#, fuzzy, c-format
msgid "Domain %s created from %s\n"
msgstr "Benarkan hos dari:"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, fuzzy, c-format
msgid "Failed to create domain from %s"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr ""
-#: src/virsh.c:901
+#: src/virsh.c:925
#, fuzzy
msgid "Define a domain."
msgstr "_Domain NIS:"
-#: src/virsh.c:933
+#: src/virsh.c:957
#, fuzzy, c-format
msgid "Domain %s defined from %s\n"
msgstr "Benarkan hos dari:"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, fuzzy, c-format
msgid "Failed to define domain from %s"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/virsh.c:947
+#: src/virsh.c:971
#, fuzzy
msgid "undefine an inactive domain"
msgstr "domain NIS default"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr ""
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
#, fuzzy
msgid "domain name or uuid"
msgstr ""
"Pengunaan: %s FAIL\n"
" atau: %s OPSYEN\n"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, fuzzy, c-format
msgid "Domain %s has been undefined\n"
msgstr "%s: Direktori telah ditukarnama"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, fuzzy, c-format
msgid "Failed to undefine domain %s"
msgstr "Mengikat ke domain NIS: "
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr ""
-#: src/virsh.c:1002
+#: src/virsh.c:1026
#, fuzzy
msgid "Start a domain."
msgstr "_Domain NIS:"
-#: src/virsh.c:1007
+#: src/virsh.c:1031
#, fuzzy
msgid "name of the inactive domain"
msgstr "Sistem Nama Domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
#, fuzzy
msgid "Domain is already active"
msgstr "autorun sedang berjalan!\n"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, fuzzy, c-format
msgid "Domain %s started\n"
msgstr "Automounter dimulakan: %s\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, fuzzy, c-format
msgid "Failed to start domain %s"
msgstr "Ralat, tidak dapat memulakan pelayan X."
-#: src/virsh.c:1045
+#: src/virsh.c:1069
#, fuzzy
msgid "save a domain state to a file"
msgstr "Pilih lokasi untuk menyimpan fail"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
#, fuzzy
msgid "Save a running domain."
msgstr "domain NIS default"
-#: src/virsh.c:1052
+#: src/virsh.c:1076
#, fuzzy
msgid "where to save the data"
msgstr "Memerlukan kekunci untuk menyimpan data anda"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, fuzzy, c-format
msgid "Domain %s saved to %s\n"
msgstr "Mengikat ke domain NIS: "
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, fuzzy, c-format
msgid "Failed to save domain %s to %s"
msgstr "gagal untuk menyimpan kandungan"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
#, fuzzy
msgid "show/set scheduler parameters"
msgstr "Menetapkan parameter cakera keras"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
#, fuzzy
msgid "Show/Set scheduler parameters."
msgstr "Menetapkan parameter cakera keras"
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
#, fuzzy
msgid "Invalid value of weight"
msgstr "Nilai tidak sah bagi record_size"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
#, fuzzy
msgid "Invalid value of cap"
msgstr "Nilai tidak sah bagi record_size"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "Nilai tidak sah bagi record_size"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "Entah"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr ""
-#: src/virsh.c:1271
+#: src/virsh.c:1295
#, fuzzy
msgid "Restore a domain."
msgstr "_Domain NIS:"
-#: src/virsh.c:1276
+#: src/virsh.c:1300
#, fuzzy
msgid "the state to restore"
msgstr "pergi ke keadaan %d\n"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, fuzzy, c-format
msgid "Domain restored from %s\n"
msgstr "Benarkan hos dari:"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, fuzzy, c-format
msgid "Failed to restore domain from %s"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr ""
-#: src/virsh.c:1308
+#: src/virsh.c:1332
#, fuzzy
msgid "Core dump a domain."
msgstr "Direktori Lambakan _Core :"
-#: src/virsh.c:1314
+#: src/virsh.c:1338
#, fuzzy
msgid "where to dump the core"
msgstr "Nyatakan fail untuk menyimpan lambakan"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Mengikat ke domain NIS: "
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, fuzzy, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "gagal untuk menyimpan kandungan"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
#, fuzzy
msgid "resume a domain"
msgstr "_Domain NIS:"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr ""
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, fuzzy, c-format
msgid "Domain %s resumed\n"
msgstr "_Domain NIS:"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, fuzzy, c-format
msgid "Failed to resume domain %s"
msgstr "Mengikat ke domain NIS: "
-#: src/virsh.c:1389
+#: src/virsh.c:1413
#, fuzzy
msgid "gracefully shutdown a domain"
msgstr "domain NIS default"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr ""
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, fuzzy, c-format
msgid "Domain %s is being shutdown\n"
msgstr "nama domain adalah panjangnya sifar"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, fuzzy, c-format
msgid "Failed to shutdown domain %s"
msgstr "Mengikat ke domain NIS: "
-#: src/virsh.c:1427
+#: src/virsh.c:1451
#, fuzzy
msgid "reboot a domain"
msgstr "_Domain NIS:"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr ""
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, fuzzy, c-format
msgid "Domain %s is being rebooted\n"
msgstr "nama domain adalah panjangnya sifar"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, fuzzy, c-format
msgid "Failed to reboot domain %s"
msgstr "Mengikat ke domain NIS: "
-#: src/virsh.c:1465
+#: src/virsh.c:1489
#, fuzzy
msgid "destroy a domain"
msgstr "_Domain NIS:"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
#, fuzzy
msgid "Destroy a given domain."
msgstr "domain NIS default"
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, fuzzy, c-format
msgid "Domain %s destroyed\n"
msgstr "_Domain NIS:"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, fuzzy, c-format
msgid "Failed to destroy domain %s"
msgstr "Mengikat ke domain NIS: "
-#: src/virsh.c:1503
+#: src/virsh.c:1527
#, fuzzy
msgid "domain information"
msgstr "Maklumat tidak sah"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr ""
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Nama:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
#, fuzzy
msgid "OS Type:"
msgstr "Jenis Pemasangan"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "Keadaan:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
#, fuzzy
msgid "CPU(s):"
msgstr "cpu # "
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
#, fuzzy
msgid "CPU time:"
msgstr "Waktu Alaska"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
#, fuzzy
msgid "Max memory:"
msgstr "Memori Rendah"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
#, fuzzy
msgid "no limit"
msgstr "Had media:"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
#, fuzzy
msgid "Used memory:"
msgstr "Memori Rendah"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "Tiada katalaluan"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Memori Rendah"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr ""
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
#, fuzzy
msgid "domain vcpu information"
msgstr "Membaca maklumat pakej..."
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr ""
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
#, fuzzy
msgid "CPU Affinity:"
msgstr "Model CPU:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr ""
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr ""
-#: src/virsh.c:1718
+#: src/virsh.c:1767
#, fuzzy
msgid "vcpu number"
msgstr "Numbor peranti"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr ""
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "Gagal menukar maklumat usia untuk %s: %s\n"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "$0: peranti microcode $DEVICE tidak wujud?"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr ""
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr ""
-#: src/virsh.c:1851
+#: src/virsh.c:1900
#, fuzzy
msgid "number of virtual CPUs"
msgstr "Hos maya default"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "nombor peranti major tidak sah %s"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "Terlalu banyak fail salinan?"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
#, fuzzy
msgid "change memory allocation"
msgstr "Saiz _memori tersendiri"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr ""
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "Saiz _memori tersendiri"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, fuzzy, c-format
msgid "Invalid value of %d for memory size"
msgstr "Nilai tidak sah bagi record_size"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
#, fuzzy
msgid "Unable to verify MaxMemorySize"
msgstr "Tidak boleh untuk akses ke CDROM"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr ""
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr ""
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr ""
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "Saiz _memori tersendiri"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
#, fuzzy
msgid "Unable to change MaxMemorySize"
msgstr "Tidak dapat menukar ke uid %d."
-#: src/virsh.c:2015
+#: src/virsh.c:2064
#, fuzzy
msgid "node information"
msgstr "Maklumat tidak sah"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr ""
-#: src/virsh.c:2029
+#: src/virsh.c:2078
#, fuzzy
msgid "failed to get node information"
msgstr "Gagal menukar maklumat usia untuk %s: %s\n"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "Model CPU:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
#, fuzzy
msgid "CPU frequency:"
msgstr "Monitor frekuensi CPU"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
#, fuzzy
msgid "CPU socket(s):"
msgstr "#1 socket() gagal."
-#: src/virsh.c:2036
+#: src/virsh.c:2085
#, fuzzy
msgid "Core(s) per socket:"
msgstr "Ralat mencipta soket"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
#, fuzzy
msgid "Thread(s) per core:"
msgstr "Direktori Lambakan _Core :"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr ""
-#: src/virsh.c:2039
+#: src/virsh.c:2088
#, fuzzy
msgid "Memory size:"
msgstr "Saiz _memori tersendiri"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "gagal mendapatkan atribut bagi %s"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
#, fuzzy
msgid "domain information in XML"
msgstr "Sila isikan maklumat pengesahan"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Sila isikan maklumat pengesahan"
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "penggunaan: %s --list [nama]\n"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr ""
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr ""
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr ""
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr ""
-#: src/virsh.c:2195
+#: src/virsh.c:2244
#, fuzzy
msgid "domain id or name"
msgstr ""
"Pengunaan: %s FAIL\n"
" atau: %s OPSYEN\n"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr ""
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
#, fuzzy
msgid "live migration"
msgstr "Maklumat tidak sah"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
#, fuzzy
msgid "connection URI of the destination host"
msgstr "Tidak dapat menyambung ke RHN..."
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Konfigurasi Rangkaian"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr ""
"Pengunaan: %s FAIL\n"
" atau: %s OPSYEN\n"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "gagal untuk menyimpan kandungan"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "gagal untuk menyimpan kandungan"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Automounter dimulakan: %s\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Automounter dimulakan: %s\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr ""
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Konfigurasi Rangkaian"
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr ""
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Benarkan hos dari:"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr ""
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Konfigurasi Rangkaian"
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Benarkan hos dari:"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "Konfigurasi Rangkaian"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Konfigurasi Rangkaian bagi %s"
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr ""
"Pengunaan: %s FAIL\n"
" atau: %s OPSYEN\n"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Konfigurasi Rangkaian"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "akses ke alatan rangkaian"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "Sila penuhkan maklumat rangkaian"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Sila penuhkan maklumat rangkaian"
-#: src/virsh.c:2512
+#: src/virsh.c:2561
#, fuzzy
msgid "list networks"
msgstr "Senarai Dibenarkan"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Cari rangkaian tanpawayar"
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "Cari rangkaian tanpawayar"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "penggunaan: %s --list [nama]\n"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "gagal untuk menyimpan kandungan"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "gagal untuk menyimpan kandungan"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "Tiada katalaluan"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
#, fuzzy
msgid "active"
msgstr "Aktif"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "tidak aktif"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr ""
-#: src/virsh.c:2641
+#: src/virsh.c:2690
#, fuzzy
msgid "network uuid"
msgstr "VG UUID: "
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr ""
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Konfigurasi Rangkaian"
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "Konfigurasi Rangkaian bagi %s"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "[Rangkaian tidak dimulakan]\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Ralat, tidak dapat memulakan pelayan X."
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "Konfigurasi Rangkaian bagi %s"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr ""
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "%s: Direktori telah ditukarnama"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "akses ke alatan rangkaian"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr ""
-#: src/virsh.c:2748
+#: src/virsh.c:2797
#, fuzzy
msgid "network name"
msgstr "Nama Pengguna"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "Gagal menukar maklumat usia untuk %s: %s\n"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "_Domain NIS:"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr ""
"Pengunaan: %s FAIL\n"
" atau: %s OPSYEN\n"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "gagal untuk menyimpan kandungan"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "gagal untuk menyimpan kandungan"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Automounter dimulakan: %s\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Automounter dimulakan: %s\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr ""
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "_Domain NIS:"
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr ""
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Benarkan hos dari:"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "Sistem Nama Domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "gagal untuk memperuntukkan penimbal"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr ""
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Benarkan hos dari:"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr ""
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "_Domain NIS:"
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Benarkan hos dari:"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Benarkan hos dari:"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Mengikat ke domain NIS: "
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "_Domain NIS:"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Mengikat ke domain NIS: "
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "_Domain NIS:"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "domain NIS default"
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "_Domain NIS:"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Mengikat ke domain NIS: "
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "domain NIS default"
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "_Domain NIS:"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Mengikat ke domain NIS: "
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "_Domain NIS:"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Mengikat ke domain NIS: "
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "Sila isikan maklumat pengesahan"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Sila isikan maklumat pengesahan"
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "Domain Failover"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "penggunaan: %s --list [nama]\n"
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "penggunaan: %s --list [nama]\n"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "penggunaan: %s --list [nama]\n"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "gagal untuk menyimpan kandungan"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "gagal untuk menyimpan kandungan"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "Memori tidak cukup."
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "gagal untuk menyimpan kandungan"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "Maklumat tidak sah"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr ""
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "terlaksana"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "mengumpukkan maklumat domain %d"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr ""
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "VG UUID: "
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr ""
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "_Domain NIS:"
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "Sistem Nama Domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Automounter dimulakan: %s\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Ralat, tidak dapat memulakan pelayan X."
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr ""
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "_Domain NIS:"
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "Nama Domain"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "Sistem Nama Domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Benarkan hos dari:"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Gagal mencipta direktori %s"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "domain NIS default"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
msgid "Undefine the configuration for an inactive pool."
msgstr ""
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "%s: Direktori telah ditukarnama"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Mengikat ke domain NIS: "
-#: src/virsh.c:3838
+#: src/virsh.c:3898
msgid "convert a pool name to pool UUID"
msgstr ""
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "Gagal menukar maklumat usia untuk %s: %s\n"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
msgid "create a vol from an XML file"
msgstr ""
-#: src/virsh.c:3883
+#: src/virsh.c:3943
msgid "file containing an XML vol description"
msgstr ""
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Benarkan hos dari:"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "domain NIS default"
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "_Domain NIS:"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Mengikat ke domain NIS: "
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "Maklumat tidak sah"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr ""
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "Jenis Pemasangan"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "file"
msgstr "Menyalin Fail"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr ""
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "Sila isikan maklumat pengesahan"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Sila isikan maklumat pengesahan"
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "Domain Failover"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "penggunaan: %s --list [nama]\n"
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "gagal untuk menyimpan kandungan"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
msgid "convert a vol UUID to vol name"
msgstr ""
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
msgid "convert a vol UUID to vol key"
msgstr ""
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "VG UUID: "
-#: src/virsh.c:4211
+#: src/virsh.c:4271
msgid "convert a vol UUID to vol path"
msgstr ""
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
#, fuzzy
msgid "show version"
msgstr "versi alternatif %s\n"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
#, fuzzy
msgid "Display the system version information."
msgstr "Maklumat sistem bunyi ALSA"
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr ""
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr ""
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr ""
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, fuzzy, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Pustaka pemeriksaan katalaluan."
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, fuzzy, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Guna KFeeder"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr ""
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr ""
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, fuzzy, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "%s terlaksana.\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Tidak dapat menyambung ke RHN..."
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Gagal menaikkan ${DEVICE}."
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Sila penuhkan maklumat rangkaian"
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "Tambah Jenis Peranti baru"
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "_Domain NIS:"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Gagal menaikkan ${DEVICE}."
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "Tambah Jenis Peranti baru"
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Gagal menaikkan ${DEVICE}."
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Jadikan Peranti RAID."
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "domain NIS default"
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "_Domain NIS:"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Gagal menaikkan ${DEVICE}."
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "tak dapat menentukan namahos"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "gagal mendapatkan atribut bagi %s"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "Permintaan per Sambungan"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "gagal mendapatkan atribut bagi %s"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
#, fuzzy
msgid "vnc display"
msgstr "Pengurus Paparan X."
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr ""
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr ""
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
#, fuzzy
msgid "XML file"
msgstr "Menyalin Fail"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Gagal menaikkan ${DEVICE}."
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr ""
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr ""
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Gagal menaikkan ${DEVICE}."
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "Ulangtetap antaramuka rangkaian"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
#, fuzzy
msgid "Attach new network interface."
msgstr "Mengesan melalui antaramuka rangkaian:"
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
#, fuzzy
msgid "network interface type"
msgstr "Ulangtetap antaramuka rangkaian"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "Ulangtetap antaramuka rangkaian"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Nama Volum _Logikal:"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "Alamat MAC"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "Ulangtetap antaramuka rangkaian"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
#, fuzzy
msgid "Detach network interface."
msgstr "Ulangtetap antaramuka rangkaian"
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "Gagal menukar maklumat usia untuk %s: %s\n"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup."
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Gagal mencipta direktori %s"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
#, fuzzy
msgid "attach disk device"
msgstr "Jadikan Peranti RAID."
-#: src/virsh.c:4961
+#: src/virsh.c:5144
#, fuzzy
msgid "Attach new disk device."
msgstr "Tambah Jenis Peranti baru"
-#: src/virsh.c:4967
+#: src/virsh.c:5150
#, fuzzy
msgid "source of disk device"
msgstr "Sumber Cekera Jurupacu"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
#, fuzzy
msgid "target of disk device"
msgstr "Jadikan Peranti RAID."
-#: src/virsh.c:4969
+#: src/virsh.c:5152
#, fuzzy
msgid "driver of disk device"
msgstr "Membaca cakera jurupacu..."
-#: src/virsh.c:4970
+#: src/virsh.c:5153
#, fuzzy
msgid "subdriver of disk device"
msgstr "Jadikan Peranti RAID."
-#: src/virsh.c:4971
+#: src/virsh.c:5154
#, fuzzy
msgid "target device type"
msgstr "Pilih Jenis Peranti"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
#, fuzzy
msgid "detach disk device"
msgstr "Jadikan Peranti RAID."
-#: src/virsh.c:5125
+#: src/virsh.c:5308
#, fuzzy
msgid "Detach disk device."
msgstr "Jadikan Peranti RAID."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "Gagal untuk melekapkan cakera jurupacu"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "Tiada nod utk buang"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "gagal untuk menulis ke fail log"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "gagal untuk menulis ke fail log"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "gagal untuk menulis ke fail log"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Gagal mencipta direktori %s"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "gagal untuk menulis ke fail log"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "gagal untuk menulis ke fail log"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "tidak dapat membaca fail tetapan `%s': %s"
-#: src/virsh.c:5355
+#: src/virsh.c:5538
msgid "Edit the XML configuration for a domain."
msgstr ""
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "tidak dapat membaca fail tetapan `%s': %s"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Ralat Permulaan Fail Tetapan DNS %s:"
-#: src/virsh.c:5457
+#: src/virsh.c:5641
msgid "Edit the XML configuration for a network."
msgstr ""
-#: src/virsh.c:5473
+#: src/virsh.c:5657
msgid "edit XML configuration for a storage pool"
msgstr ""
-#: src/virsh.c:5474
+#: src/virsh.c:5658
msgid "Edit the XML configuration for a storage pool."
msgstr ""
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr ""
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, fuzzy, c-format
msgid "command '%s' requires <%s> option"
msgstr "Ralat Pilihan s s"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, fuzzy, c-format
msgid "command '%s' requires --%s option"
msgstr "Ralat Pilihan s s"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, fuzzy, c-format
msgid "command '%s' doesn't exist"
msgstr "Peranti '$device' tidak wujud"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
#, fuzzy
msgid " NAME\n"
msgstr " Nama : "
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6603,17 +7187,17 @@ msgstr ""
"\n"
" SINOPSIS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6621,7 +7205,7 @@ msgstr ""
"\n"
" HURAIAN\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6629,60 +7213,60 @@ msgstr ""
"\n"
" PILIHAN\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr ""
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "gagal untuk mendapatkan domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "nama rangkaian tidak ditakrif"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "gagal untuk mendapatkan rangkaian '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "nama rangkaian tidak ditakrif"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "gagal untuk mendapatkan domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "nama rangkaian tidak ditakrif"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "gagal untuk mendapatkan domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6693,129 +7277,129 @@ msgstr ""
"(Masa: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "hilang \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "token tidak dijangka (nama arahan): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "arahan tidak diketahui: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "arahan '%s' tidak menyokong pilihan --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "sintaks dijangka: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "nombor"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "rentetan"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "data tidak dijangka '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "PILIHAN"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr ""
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "dalam dimatikan"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "matikan"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr ""
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "luartalian"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "tiada sambungan sah"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: ralat:"
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "ralat:"
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: gagal untuk mengumpukkan %d byte"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: gagal untuk mengumpukkan %lu byte"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "gala untuk menyambung ke hipervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "gagal untuk mendapatkan maklumat fail log"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "laluan log adalah bukan fail"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "gagal untuk menulis ke fail log"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "gagal untuk menulis ke fail log"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6834,535 +7418,550 @@ msgid ""
" commands (non interactive mode):\n"
msgstr ""
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr ""
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
msgstr ""
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
"\n"
msgstr ""
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "Entah"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "amaran"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "ralat"
-#: src/virterror.c:598
+#: src/virterror.c:634
#, fuzzy
msgid "No error message provided"
msgstr "Terdapat ralat RPM. Mesejnya ialah:\n"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, fuzzy, c-format
msgid "internal error %s"
msgstr "Ralat dalaman.\n"
-#: src/virterror.c:663
+#: src/virterror.c:699
#, fuzzy
msgid "internal error"
msgstr "Ralat dalaman.\n"
-#: src/virterror.c:670
+#: src/virterror.c:702
+#, fuzzy
+msgid "out of memory"
+msgstr "Memori tidak cukup."
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "Antaramuka untuk sokongan kebolehcapaian."
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "Antaramuka untuk sokongan kebolehcapaian."
-#: src/virterror.c:676
+#: src/virterror.c:712
#, fuzzy
msgid "could not connect to hypervisor"
msgstr "Tidak dapat menulis ke fail %s."
-#: src/virterror.c:678
+#: src/virterror.c:714
#, fuzzy, c-format
msgid "could not connect to %s"
msgstr "Tidak dapat menulis ke fail %s."
-#: src/virterror.c:682
+#: src/virterror.c:718
#, fuzzy
msgid "invalid connection pointer in"
msgstr "aksara tidak sah pada %s pada rentetan mod %s"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, fuzzy, c-format
msgid "invalid connection pointer in %s"
msgstr "aksara tidak sah pada %s pada rentetan mod %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
#, fuzzy
msgid "invalid domain pointer in"
msgstr "aksara tidak sah pada %s pada rentetan mod %s"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, fuzzy, c-format
msgid "invalid domain pointer in %s"
msgstr "aksara tidak sah pada %s pada rentetan mod %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
#, fuzzy
msgid "invalid argument in"
msgstr "hujah tidak sah %s untuk %s"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, fuzzy, c-format
msgid "invalid argument in %s"
msgstr "hujah tidak sah %s untuk %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, fuzzy, c-format
msgid "operation failed: %s"
msgstr "Operasi antaramuka HTTP gagal\n"
-#: src/virterror.c:702
+#: src/virterror.c:738
#, fuzzy
msgid "operation failed"
msgstr "Operasi antaramuka HTTP gagal\n"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, fuzzy, c-format
msgid "GET operation failed: %s"
msgstr "Mendapatkan subrentetan %d gagal (%d)."
-#: src/virterror.c:708
+#: src/virterror.c:744
#, fuzzy
msgid "GET operation failed"
msgstr "Mendapatkan subrentetan %d gagal (%d)."
-#: src/virterror.c:712
+#: src/virterror.c:748
#, fuzzy, c-format
msgid "POST operation failed: %s"
msgstr "Operasi antaramuka HTTP gagal\n"
-#: src/virterror.c:714
+#: src/virterror.c:750
#, fuzzy
msgid "POST operation failed"
msgstr "Operasi antaramuka HTTP gagal\n"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr ""
-#: src/virterror.c:721
+#: src/virterror.c:757
#, fuzzy, c-format
msgid "unknown host %s"
msgstr "Hos tidak diketahui"
-#: src/virterror.c:723
+#: src/virterror.c:759
#, fuzzy
msgid "unknown host"
msgstr "Hos tidak diketahui"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, fuzzy, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "Gagal untuk melekapkan partisyen."
-#: src/virterror.c:729
+#: src/virterror.c:765
#, fuzzy
msgid "failed to serialize S-Expr"
msgstr "Gagal untuk melekapkan partisyen."
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr ""
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr ""
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr ""
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr ""
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "/xen/demo.img"
-#: src/virterror.c:748
+#: src/virterror.c:784
#, fuzzy
msgid "unknown OS type"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, fuzzy, c-format
msgid "unknown OS type %s"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/virterror.c:753
+#: src/virterror.c:789
#, fuzzy
msgid "missing kernel information"
msgstr "Membaca maklumat pakej..."
-#: src/virterror.c:757
+#: src/virterror.c:793
#, fuzzy
msgid "missing root device information"
msgstr "Parameter tidak mencukupi 'device' (arg 1)"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr ""
-#: src/virterror.c:763
+#: src/virterror.c:799
#, fuzzy
msgid "missing source information for device"
msgstr "Menentukan maklumat IP bagi ${DEVICE}..."
-#: src/virterror.c:765
+#: src/virterror.c:801
#, fuzzy, c-format
msgid "missing source information for device %s"
msgstr "Menentukan maklumat IP bagi ${DEVICE}..."
-#: src/virterror.c:769
+#: src/virterror.c:805
#, fuzzy
msgid "missing target information for device"
msgstr "Menentukan maklumat IP bagi ${DEVICE}..."
-#: src/virterror.c:771
+#: src/virterror.c:807
#, fuzzy, c-format
msgid "missing target information for device %s"
msgstr "Menentukan maklumat IP bagi ${DEVICE}..."
-#: src/virterror.c:775
+#: src/virterror.c:811
#, fuzzy
msgid "missing domain name information"
msgstr "Set nama domain NIS %s: "
-#: src/virterror.c:777
+#: src/virterror.c:813
#, fuzzy, c-format
msgid "missing domain name information in %s"
msgstr "Domain Nama s dalam"
-#: src/virterror.c:781
+#: src/virterror.c:817
#, fuzzy
msgid "missing operating system information"
msgstr "Maklumat sistem bunyi ALSA"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, fuzzy, c-format
msgid "missing operating system information for %s"
msgstr "tak dapat membaca maklumat sistem fail bagi %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
#, fuzzy
msgid "missing devices information"
msgstr "Membaca maklumat pakej..."
-#: src/virterror.c:789
+#: src/virterror.c:825
#, fuzzy, c-format
msgid "missing devices information for %s"
msgstr "Maklumat logmasuk untuk RHN yang diperlukan tiada: %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
#, fuzzy
msgid "too many drivers registered"
msgstr "Terlalu banyak fail salinan?"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, fuzzy, c-format
msgid "too many drivers registered in %s"
msgstr "terlalu banyak spesifikasi penukaran %% pada suffiks"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr ""
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr ""
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr ""
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr ""
-#: src/virterror.c:811
+#: src/virterror.c:847
#, fuzzy
msgid "this domain exists already"
msgstr "Direktori bernama %s telah wujud."
-#: src/virterror.c:813
+#: src/virterror.c:849
#, fuzzy, c-format
msgid "domain %s exists already"
msgstr "Profil \"%s\" telah wujud!"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr ""
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr ""
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr ""
-#: src/virterror.c:825
+#: src/virterror.c:861
#, fuzzy, c-format
msgid "failed to open %s for reading"
msgstr "xinetd gagal untuk mengulangmuat untuk"
-#: src/virterror.c:829
+#: src/virterror.c:865
#, fuzzy
msgid "failed to read configuration file"
msgstr "tidak dapat membaca fail tetapan `%s': %s"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, fuzzy, c-format
msgid "failed to read configuration file %s"
msgstr "tidak dapat membaca fail tetapan `%s': %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
#, fuzzy
msgid "failed to parse configuration file"
msgstr "terap perubahan ke fail tetapan"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, fuzzy, c-format
msgid "failed to parse configuration file %s"
msgstr "terap perubahan ke fail tetapan"
-#: src/virterror.c:841
+#: src/virterror.c:877
#, fuzzy
msgid "configuration file syntax error"
msgstr "Ralat Permulaan Fail Tetapan DNS %s:"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, fuzzy, c-format
msgid "configuration file syntax error: %s"
msgstr "Ralat Permulaan Fail Tetapan DNS %s:"
-#: src/virterror.c:847
+#: src/virterror.c:883
#, fuzzy
msgid "failed to write configuration file"
msgstr "Ralat bila cuba menulis ke fail konfigurasi."
-#: src/virterror.c:849
+#: src/virterror.c:885
#, fuzzy, c-format
msgid "failed to write configuration file: %s"
msgstr "Ralat bila cuba menulis ke fail konfigurasi."
-#: src/virterror.c:853
+#: src/virterror.c:889
#, fuzzy
msgid "parser error"
msgstr "Ralat Tidak Diketahui"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "Sila penuhkan maklumat rangkaian"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "Sila penuhkan maklumat rangkaian"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "Direktori bernama %s telah wujud."
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "Profil \"%s\" telah wujud!"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "Ralat sistem tidak diketahui"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "Ralat Tidak Diketahui"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "Ralat Menyimpan Cekupanskrin"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Gagal menjumpai program dipilih."
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Gagal menjumpai program dipilih."
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "CD Tidak Dijumpai"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "CD Tidak Dijumpai"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "CD Tidak Dijumpai"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "CD Tidak Dijumpai"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "Alamat MAC dibenarkan"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "Alamat MAC dibenarkan"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "Operasi antaramuka HTTP gagal\n"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "Operasi antaramuka HTTP gagal\n"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "CD Tidak Dijumpai"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "CD Tidak Dijumpai"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "CD Tidak Dijumpai"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "CD Tidak Dijumpai"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "Sila penuhkan maklumat rangkaian"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "Sila penuhkan maklumat rangkaian"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "Sila penuhkan maklumat rangkaian"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "Sila penuhkan maklumat rangkaian"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Gagal menjumpai program dipilih."
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Gagal menjumpai program dipilih."
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Gagal menjumpai program dipilih."
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Gagal menjumpai program dipilih."
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "aksara tidak sah pada %s pada rentetan mod %s"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "aksara tidak sah pada %s pada rentetan mod %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "CD Tidak Dijumpai"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "CD Tidak Dijumpai"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "CD Tidak Dijumpai"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "CD Tidak Dijumpai"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "Ralat dalaman.\n"
@@ -7431,7 +8030,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Pilih Jenis Peranti"
@@ -7485,7 +8084,7 @@ msgstr ""
msgid "domain information incomplete, missing uuid"
msgstr ""
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr ""
@@ -7531,225 +8130,232 @@ msgstr ""
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "Pelayan Kamus Dict"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "Sila isikan maklumat pengesahan"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "Alamat MAC dibenarkan"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "Ralat Permulaan Fail Tetapan DNS %s:"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr ""
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "autorun sedang berjalan!\n"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Gagal untuk melekapkan partisyen."
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "Pilih Jenis Peranti"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "%s: saiz alamat mempunyai nilai %u tidak dijangka\n"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "Memori Rendah"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "Operasi antaramuka HTTP gagal\n"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "akses ke alatan rangkaian"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Gagal untuk membuka %s: %s\n"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "Mengikat ke domain NIS: "
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Gagal mencipta direktori %s"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "Sila isikan maklumat pengesahan"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr ""
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "gagal mendapatkan atribut bagi %s"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "Sila isikan maklumat pengesahan"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "Sila isikan maklumat pengesahan"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "xinetd gagal untuk mengulangmuat untuk"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "tidak dapat membaca fail tetapan `%s': %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "Jenis tetikus dikesan: %s"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "Jenis tetikus dikesan: %s"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "%s: saiz alamat mempunyai nilai %u tidak dijangka\n"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "penggunaan: %s --list [nama]\n"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7826,49 +8432,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "Pelayan Kamus Dict"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "Saiz _memori tersendiri"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "tidak dapat membaca fail tetapan `%s': %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "Jenis data tidak diketahui: %s\n"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Gagal untuk memuatkan cakera pemandu daripada fail."
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Gagal untuk membuka %s: %s\n"
@@ -7877,19 +8483,34 @@ msgstr "Gagal untuk membuka %s: %s\n"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "hujah tidak sah %s untuk %s"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "hujah tidak sah %s untuk %s"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7915,15 +8536,39 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "Laluan SFS"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "gagal untuk menyimpan kandungan"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "Gagal menukar maklumat usia untuk %s: %s\n"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "gagal untuk menulis ke fail log"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "Gagal untuk menutup soket %d\n"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "Memori tidak cukup."
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "Gagal untuk menutup soket %d\n"
+
#~ msgid "allocating configuration"
#~ msgstr "mengumpukkan tetapan"
@@ -7972,10 +8617,6 @@ msgstr "Laluan SFS"
#~ msgstr "xinetd gagal untuk mengulangmuat untuk"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "Operasi antaramuka HTTP gagal\n"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "Operasi antaramuka HTTP gagal\n"
diff --git a/po/my.gmo b/po/my.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/my.gmo and b/po/my.gmo differ
diff --git a/po/my.po b/po/my.po
index 81435e0..a38ec32 100644
--- a/po/my.po
+++ b/po/my.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/nb.gmo b/po/nb.gmo
index 4cc509c..86573ee 100644
Binary files a/po/nb.gmo and b/po/nb.gmo differ
diff --git a/po/nb.po b/po/nb.po
index 9546f19..f487d83 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2007-10-04 14:21+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas at gnome.org>\n"
"Language-Team: Norwegian/Bokmaal <i18n-nb at lister.ping.uio.no>\n"
@@ -97,240 +97,240 @@ msgstr ""
msgid "Unknown error"
msgstr "ukjent vert"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Kunne ikke lagre domenet %s til %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "feil ved lesing av konfigurasjonsfil %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr ""
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allokerer nettverk"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, c-format
msgid "Received unexpected signal %d"
msgstr ""
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "Kunne ikke vise aktive nettverk"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "Kunne ikke vise aktive nettverk"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Kunne ikke definere domenet fra %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Kunne ikke definere domenet fra %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr ""
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operasjon feilet: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -338,451 +338,467 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "feil ved åpning av konfigurasjonfil for lesing"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Kunne ikke starte nettverket %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "slutt på minne"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET-operasjon feilet: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, c-format
msgid "unexpected negative length request %lld"
msgstr ""
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "kunne ikke skrive til konfigurasjonsfil"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "Kunne ikke vise aktive nettverk"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "Kunne ikke vise aktive nettverk"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "Kunne ikke vise aktive nettverk"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Kunne ikke starte domenet %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "nettverksnavn eller uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operasjon feilet"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "fikk ukjent HTTP-feilkode %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "operasjon feilet"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr ""
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "slutt på minne"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "ukjent OS-type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "oppførsel ved omstart av domene"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "oppførsel ved omstart av domene"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "feil ved åpning av konfigurasjonfil for lesing"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "slutt på minne"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Kunne ikke vise inaktive domener"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Kunne ikke vise inaktive domener"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domene ikke funnet"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
msgid "unexpected async event method call"
msgstr ""
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -904,524 +920,525 @@ msgstr "kunne ikke skrive til konfigurasjonsfil"
msgid "dev missing from connection hash table"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "ukjent OS-type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "ukjent kommando: '%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "ukjent OS-type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "ukjent kommando: '%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "ukjent OS-type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "ukjent OS-type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "mangler kildeinformasjon for enhet"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "mangler kildeinformasjon for enhet"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "mangler kildeinformasjon for enhet"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "mangler informasjon om enheter"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "ukjent OS-type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "ukjent OS-type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
msgid "missing graphics device type"
msgstr ""
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "ukjent OS-type %s"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "ukjent OS-type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "ukjent kommando: '%s'"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, c-format
msgid "cannot parse device %s"
msgstr ""
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "ukjent OS-type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "mangler \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "mangler \""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "kunne ikke koble til %s"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "kunne ikke koble til %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "kunne ikke koble til %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "ukjent OS-type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "ukjent vert %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "ukjent vert %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
msgid "missing type in hostdev"
msgstr ""
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "ukjent vert %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr ""
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "ukjent OS-type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "mangler informasjon om domenenavn"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "ugyldig argument i %s"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "kunne ikke lagre innhold"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, c-format
msgid "unexpected feature %s"
msgstr ""
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "ukjent OS-type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
msgid "cannot extract boot device"
msgstr ""
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "mangler kildeinformasjon for enhet"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "ukjent vert %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
msgid "cannot extract disk devices"
msgstr ""
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "nettverksnavn"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
msgid "cannot extract serial devices"
msgstr ""
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
msgid "cannot extract input devices"
msgstr ""
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
msgid "cannot extract graphics devices"
msgstr ""
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
msgid "cannot extract sound devices"
msgstr ""
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "kunne ikke lagre innhold"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, c-format
msgid "unexpected lifecycle type %d"
msgstr ""
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, c-format
msgid "unexpected disk type %d"
msgstr ""
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, c-format
msgid "unexpected disk device %d"
msgstr ""
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, c-format
msgid "unexpected disk bus %d"
msgstr ""
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "udefinert domenenavn eller -id"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, c-format
msgid "unexpected filesystem type %d"
msgstr ""
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, c-format
msgid "unexpected net type %d"
msgstr ""
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, c-format
msgid "unexpected char type %d"
msgstr ""
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, c-format
msgid "unexpected sound model %d"
msgstr ""
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, c-format
msgid "unexpected input type %d"
msgstr ""
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, c-format
msgid "unexpected input bus type %d"
msgstr ""
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, c-format
msgid "unexpected hostdev mode %d"
msgstr ""
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, c-format
msgid "unexpected hostdev type %d"
msgstr ""
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "udefinert domenenavn eller -id"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, c-format
msgid "unexpected boot device type %d"
msgstr ""
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, c-format
msgid "unexpected feature %d"
msgstr ""
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "kunne ikke skrive til konfigurasjonsfilen: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "kunne ikke skrive til konfigurasjonsfilen: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "kunne ikke skrive til konfigurasjonsfilen: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "kunne ikke skrive til konfigurasjonsfilen: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "kunne ikke skrive til konfigurasjonsfilen: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "ukjent OS-type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Kunne ikke lagre domenet %s til %s"
@@ -1431,55 +1448,55 @@ msgstr "Kunne ikke lagre domenet %s til %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "kunne ikke koble til %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "nettverksnavn"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "oppførsel ved omstart av domene"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr ""
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
msgid "domainMigratePrepare2 did not set uri"
msgstr ""
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1522,12 +1539,12 @@ msgstr "Kunne ikke vise inaktive domener"
msgid "failed to bind new root %s"
msgstr "Kunne ikke definere domenet fra %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Kunne ikke lagre domenet %s til %s"
@@ -1700,23 +1717,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domene-id eller -uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "Kunne ikke vise aktive domener"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
msgid "cannot undefine transient domain"
msgstr ""
@@ -1770,7 +1787,7 @@ msgstr ""
msgid "failed to kill pid %d"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
@@ -1805,225 +1822,235 @@ msgstr "domenenavn"
msgid "no domain with id %d"
msgstr ""
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "ukjent vert %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "vis domener"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "ugyldig argument i %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "ugyldig argument i"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "ugyldig MAC-adresse: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "ukjent OS-type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "kunne ikke skrive til konfigurasjonsfilen: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domenet %s eksisterer allerede"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Kunne ikke starte nettverket %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "slutt på minne"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domenet er allerede aktivt"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "kunne ikke skrive til konfigurasjonsfilen: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "feil ved åpning av %s for lesing"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "kunne ikke lagre innhold"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Nettverket kjører fremdeles"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domeneinformasjon i XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Nettverket %s er startet\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
@@ -2033,7 +2060,267 @@ msgstr "Kunne ikke lagre domenet %s til %s"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "ukjent OS-type %s"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "ukjent OS-type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Kunne ikke lagre domenet %s til %s"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "nettverksnavn"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "ugyldig argument i %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "ukjent OS-type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "ugyldig argument i %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "ugyldig argument i %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "ugyldig argument i %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "mangler informasjon om enheter"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "ukjent OS-type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "ukjent OS-type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Kunne ikke lagre domenet %s til %s"
@@ -2192,7 +2479,7 @@ msgstr ""
msgid "Could not read container config"
msgstr "kunne ikke koble til %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "ukjent OS-type %s"
@@ -2206,6 +2493,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "kunne ikke koble til %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Kunne ikke lagre domenet %s til %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "feil ved lesing av konfigurasjonsfil %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Kunne ikke lagre domenet %s til %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Kunne ikke lagre domenet %s til %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operasjon feilet: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Kunne ikke opprette domenet fra %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Kunne ikke opprette domenet fra %s"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Kunne ikke opprette domenet fra %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Kunne ikke opprette domenet fra %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Kunne ikke definere domenet fra %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Kunne ikke opprette domenet fra %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2250,700 +2602,772 @@ msgstr ""
msgid "got asynchronous packet number %d\n"
msgstr ""
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "Nettverk ikke funnet"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Nettverket %s er startet\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "feil ved åpning av konfigurasjonfil for lesing"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "denne funksjonen er ikke støttet av hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr ""
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr ""
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "ugyldig argument i %s"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "ugyldig argument i"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "domenenavn"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "kunne ikke skrive til konfigurasjonsfil"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "kunne ikke skrive til konfigurasjonsfil"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "oppførsel ved omstart av domene"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "slutt på minne"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Kunne ikke lagre domenet %s til %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "Kunne ikke starte domenet %s"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operasjon feilet"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "oppførsel ved omstart av domene"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domenet er allerede aktivt"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domenet %s definert fra %s\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "kunne ikke skrive til konfigurasjonsfil"
+msgid "Failed to remove domain status for %s"
+msgstr "Kunne ikke opprette domenet fra %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Brukt minne:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "kunne ikke lagre innhold"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domenet %s eksisterer allerede"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domenet %s eksisterer allerede"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domenet kjører fremdeles"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operasjon feilet"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operasjon feilet"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr ""
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "kunne ikke lagre innhold"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "slutt på minne"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operasjon feilet"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr ""
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "vis inaktive domener"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "kunne ikke koble til %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
msgid "cannot get affinity"
msgstr ""
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "oppførsel ved omstart av domene"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr ""
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "kunne ikke lagre innhold"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domenet er allerede aktivt"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "kunne ikke lagre innhold"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Kunne ikke starte domenet %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Kunne ikke starte domenet %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "kunne ikke koble til %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "domenet %s eksisterer allerede"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
msgid "adding usb disk failed"
msgstr ""
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
msgid "cannot attach usb device"
msgstr ""
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
msgid "adding usb device failed"
msgstr ""
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "vis aktive og inaktive domener"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "Domene ikke funnet"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "feil ved åpning av konfigurasjonfil for lesing"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "vis aktive og inaktive domener"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "Start et domene."
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "ugyldig argument i %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domene ikke funnet: %s"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Kunne ikke lagre domenet %s til %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "feil ved lesing av konfigurasjonsfil %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "ugyldig argument i"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operasjon feilet: %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "kunne ikke skrive til konfigurasjonsfil"
+
+#: src/qemu_driver.c:4471
msgid "no domain XML passed"
msgstr ""
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "kunne ikke koble til %s"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Kunne ikke starte domenet %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operasjon feilet: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Kunne ikke lagre domenet %s til %s"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -2954,509 +3378,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "kunne ikke koble til %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "kunne ikke lagre innhold"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
#, fuzzy
msgid "Error allocating callbacks list"
msgstr "allokerer nettverk"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allokerer nettverk"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr ""
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, c-format
msgid "unable to verify server certificate: %s"
msgstr ""
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "oppførsel ved omstart av domene"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "kunne ikke skrive til konfigurasjonsfilen: %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "for mange domener"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "for mange domener"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "slutt på minne"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "ukjent OS-type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "for mange nettverk"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "for manger drivere er registrert"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "for manger drivere er registrert"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "for manger drivere er registrert"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "for manger drivere er registrert"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "for manger drivere er registrert"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "for manger drivere er registrert"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "for manger drivere er registrert"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "operasjon feilet: %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operasjon feilet"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr ""
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "feil ved åpning av konfigurasjonfil for lesing"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Kunne ikke vise inaktive domener"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "denne funksjonen er ikke støttet av hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Kunne ikke starte domenet %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "kunne ikke lagre innhold"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Kunne ikke starte domenet %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "Kunne ikke vise aktive domener"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "kunne ikke koble til %s"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "allokerer tilkobling"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "kunne ikke koble til %s"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "kunne ikke lagre innhold"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "ugyldig argument i %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "operasjon feilet"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Kunne ikke starte domenet %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Kunne ikke lagre domenet %s til %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Kunne ikke lagre domenet %s til %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Kunne ikke lagre domenet %s til %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3487,45 +3992,45 @@ msgstr "kunne ikke skrive til konfigurasjonsfilen: %s"
msgid "cannot read beginning of file '%s'"
msgstr "kunne ikke skrive til konfigurasjonsfilen: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "ugyldig MAC-adresse: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Kunne ikke starte domenet %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "intern feil %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3639,7 +4144,7 @@ msgid "cannot extend file '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
@@ -3672,17 +4177,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
@@ -3793,11 +4298,7 @@ msgstr "ukjent kommando: '%s'"
msgid "cannot remove PV device '%s'"
msgstr "ukjent vert %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Kunne ikke lagre domenet %s til %s"
@@ -3810,161 +4311,166 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "ukjent OS-type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "nettverksnavn eller uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "ukjent OS-type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "mangler kildeinformasjon for enhet %s"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "ukjent OS-type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr ""
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "mangler informasjon om domenenavn"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "ukjent vert %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "ukjent vert %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "mangler informasjon om domenenavn"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "ukjent OS-type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "kunne ikke skrive til konfigurasjonsfilen: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "kunne ikke skrive til konfigurasjonsfilen: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "kunne ikke skrive til konfigurasjonsfilen: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "kunne ikke skrive til konfigurasjonsfilen: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr ""
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3972,17 +4478,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -3990,63 +4496,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domenet er allerede aktivt"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domenet er allerede aktivt"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "henter tid på døgnet"
@@ -4103,154 +4609,154 @@ msgstr ""
msgid "resolving domain filename"
msgstr ""
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "nettverksnavn"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "udefinert nettverksnavn"
-#: src/test.c:553
+#: src/test.c:551
msgid "node pool list"
msgstr ""
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "udefinert nettverksnavn"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domenet %s eksisterer allerede"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domenet kjører fremdeles"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "Kunne ikke vise aktive nettverk"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "lagre domenetilstanden til en fil"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "lagre domenetilstanden til en fil"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "kunne ikke koble til %s"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "feil ved lesing av konfigurasjonsfil"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, c-format
msgid "incomplete metdata in '%s'"
msgstr ""
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domenet kjører allerede"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domenet kjører fremdeles"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Nettverket kjører fremdeles"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domenet kjører allerede"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domenet er allerede aktivt"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4264,149 +4770,153 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "slutt på minne"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
msgid "cannot bind socket"
msgstr ""
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "ukjent kommando: '%s'"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "ukjent kommando: '%s'"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "kunne ikke koble til %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "kunne ikke skrive til konfigurasjonsfilen: %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "kunne ikke koble til %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "Kunne ikke vise aktive domener"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "kunne ikke koble til %s"
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
msgid "cannot unblock signals"
msgstr ""
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "kunne ikke skrive til konfigurasjonsfilen: %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "kunne ikke skrive til konfigurasjonsfilen: %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "Kunne ikke definere domenet fra %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "kunne ikke koble til %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "feil: "
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Kunne ikke definere domenet fra %s"
@@ -4416,19 +4926,24 @@ msgstr "Kunne ikke definere domenet fra %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "ukjent vert"
+
+#: src/virsh.c:358
msgid "print help"
msgstr ""
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr ""
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr ""
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4436,2037 +4951,2105 @@ msgstr ""
"Kommandoer:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start et domene."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domenenavn, id eller uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domenet %s er startet\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domenet %s er startet\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr ""
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr ""
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr ""
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr ""
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr ""
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "vis domener"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returner liste av domener."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "vis inaktive domener"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "vis aktive og inaktive domener"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Kunne ikke vise aktive domener"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Kunne ikke vise inaktive domener"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Navn"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "Tilstand"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "ingen tilstand"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domenetilstand"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returnerer tilstand om et kjørende domene"
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returnerer tilstand om et kjørende domene"
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blokkert"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "nettverksnavn"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returnerer tilstand om et kjørende domene"
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "feil ved åpning av konfigurasjonfil for lesing"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr ""
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr ""
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr ""
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr ""
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "opprett et domene fra en XML-fil"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Opprett et domene."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "filen inneholder en beskrivelse om et XML-domene"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domene %s opprettet fra %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "definer (men ikke start) et domene fra en XML-fil"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Definer et domene."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domenet %s definert fra %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Kunne ikke definere domenet fra %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr ""
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr ""
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domenenavn eller uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr ""
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr ""
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr ""
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start et domene."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr ""
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domenet er allerede aktivt"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domenet %s er startet\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Kunne ikke starte domenet %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "lagre domenetilstanden til en fil"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Lagre et kjørende domene."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "hvor data skal lagres"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domenet %s lagret til %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "antall virtuelle CPUer"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "ukjent vert"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr ""
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr ""
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr ""
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr ""
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr ""
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr ""
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr ""
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr ""
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domenet %s lagret til %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr ""
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "fortsett et domene"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr ""
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr ""
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr ""
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr ""
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr ""
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr ""
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr ""
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "start et domene på nytt"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr ""
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr ""
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr ""
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr ""
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr ""
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr ""
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr ""
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domeneinformasjon"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr ""
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Navn:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS-type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "Tilstand:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(er):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU-tid:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Maksimum minne:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Brukt minne:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "ingen tilstand"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Brukt minne:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr ""
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr ""
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr ""
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr ""
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr ""
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr ""
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu-nummer:"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr ""
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "feil ved åpning av konfigurasjonfil for lesing"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "kommando '%s' eksisterer ikke"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "endre antall virtuelle CPUer"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "endre antall virtuelle CPUer"
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "antall virtuelle CPUer"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "antall virtuelle CPUer"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "For mange virtuelle CPUer"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr ""
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr ""
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr ""
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr ""
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr ""
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr ""
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "oppførsel ved omstart av domene"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr ""
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr ""
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr ""
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU-modell:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU-frekvens:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr ""
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr ""
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr ""
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr ""
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr ""
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "kunne ikke åpne fil"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domeneinformasjon i XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "domeneinformasjon i XML"
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "vis inaktive domener"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "konverter et domene-id eller -uuid til domenenavn"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domene-id eller -uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "konverter et domenenavn eller -UUID til domene-id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "konverter et domenenavn eller -id til domene-UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domene-id eller -navn"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr ""
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr ""
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "nettverksnavn eller uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domenet %s er startet\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domenet %s er startet\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "opprett et nettverk fra en XML-fil"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "Opprett et nettverk."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "filen inneholder en beskrivelse om et XML-domene"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domene %s opprettet fra %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "definer (men ikke start) et domene fra en XML-fil"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Definer et domene."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domenet %s definert fra %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Kunne ikke definere domenet fra %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr ""
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr ""
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domenenavn, id eller uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr ""
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Kunne ikke starte domenet %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domeneinformasjon i XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "domeneinformasjon i XML"
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "vis nettverk"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "Returner liste av nettverk."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "vis inaktive nettverk"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "vis aktive og inaktive nettverk"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "Kunne ikke vise aktive nettverk"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "Kunne ikke vise inaktive nettverk"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "ingen tilstand"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "aktiv"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr ""
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "konverter et nettverks-UUID til nettverksnavn"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "nettverks-uuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr ""
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "Start et nettverk."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr ""
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "Nettverket %s er startet\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "Kunne ikke starte nettverket %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "udefinert domenenavn eller -id"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr ""
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr ""
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Kunne ikke definere domenet fra %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "konverter et nettverksnavn til nettverks-UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "nettverksnavn"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "kunne ikke lagre innhold"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start et domene."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domenenavn eller uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domenet %s er startet\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domenet %s er startet\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "opprett et domene fra en XML-fil"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Opprett et domene."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "filen inneholder en beskrivelse om et XML-domene"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domene %s opprettet fra %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr ""
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "Kunne ikke vise aktive nettverk"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "opprett et domene fra en XML-fil"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domene %s opprettet fra %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "definer (men ikke start) et domene fra en XML-fil"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Definer et domene."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domenet %s definert fra %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Kunne ikke definere domenet fra %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domenet %s definert fra %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Kunne ikke definere domenet fra %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domene %s opprettet fra %s\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Kunne ikke definere domenet fra %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr ""
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr ""
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domenet %s er startet\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Kunne ikke starte domenet %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr ""
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr ""
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Kunne ikke starte domenet %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr ""
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domeneinformasjon i XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "domeneinformasjon i XML"
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "vis domener"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returner liste av domener."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "vis inaktive domener"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "vis aktive og inaktive domener"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Kunne ikke vise aktive domener"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Kunne ikke vise inaktive domener"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "slutt på minne"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "feil ved åpning av konfigurasjonfil for lesing"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr ""
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "kjører"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr ""
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "konverter et nettverks-UUID til nettverksnavn"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domene-uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr ""
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start et domene."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "Kunne ikke vise inaktive domener"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domenet %s er startet\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Kunne ikke starte domenet %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "opprett et domene fra en XML-fil"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Opprett et domene."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domenenavn"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr ""
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domene %s opprettet fra %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "udefinert domenenavn eller -id"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "feil ved åpning av konfigurasjonfil for lesing"
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr ""
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Kunne ikke definere domenet fra %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "konverter et nettverksnavn til nettverks-UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "kunne ikke lagre innhold"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "opprett et domene fra en XML-fil"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "filen inneholder en beskrivelse om et XML-domene"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domene %s opprettet fra %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr ""
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr ""
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Kunne ikke starte domenet %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "domeneinformasjon"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr ""
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS-type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blokkert"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domeneinformasjon i XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "domeneinformasjon i XML"
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "vis domener"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returner liste av domener."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Kunne ikke vise aktive domener"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "konverter et nettverks-UUID til nettverksnavn"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "konverter et nettverks-UUID til nettverksnavn"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domene-uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "konverter et nettverks-UUID til nettverksnavn"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "vis versjon"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr ""
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr ""
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Kompilert med bibliotek: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr ""
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Bruker bibliotek: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr ""
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr ""
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr ""
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr ""
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Kunne ikke vise inaktive domener"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "domeneinformasjon i XML"
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, c-format
+msgid "Device %s dettached\n"
+msgstr ""
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Kunne ikke opprette domenet fra %s"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Kunne ikke opprette domenet fra %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Kunne ikke vise inaktive domener"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returnerer tilstand om et kjørende domene"
+
+#: src/virsh.c:4585
+#, c-format
+msgid "Device %s reset\n"
+msgstr ""
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Kunne ikke opprette domenet fra %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr ""
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "kunne ikke lagre innhold"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr ""
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "kunne ikke lagre innhold"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "opprett et domene fra en XML-fil"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "opprett et domene fra en XML-fil"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "opprett et domene fra en XML-fil"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "opprett et domene fra en XML-fil"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "nettverksnavn"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
#, fuzzy
msgid "network interface type"
msgstr "nettverksnavn"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "udefinert nettverksnavn"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "nettverksnavn"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "IP-adresse"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "nettverksnavn"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "feil ved åpning av konfigurasjonfil for lesing"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "Kunne ikke vise aktive nettverk"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "feil ved åpning av konfigurasjonfil for lesing"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "Kunne ikke vise aktive nettverk"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Kunne ikke vise inaktive domener"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "feil ved åpning av konfigurasjonfil for lesing"
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "feil ved åpning av konfigurasjonfil for lesing"
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "feil ved lesing av konfigurasjonsfil"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "feil ved åpning av konfigurasjonfil for lesing"
-#: src/virsh.c:5457
+#: src/virsh.c:5641
msgid "Edit the XML configuration for a network."
msgstr ""
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "feil ved åpning av konfigurasjonfil for lesing"
-#: src/virsh.c:5474
+#: src/virsh.c:5658
msgid "Edit the XML configuration for a storage pool."
msgstr ""
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr ""
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "kommando '%s' krever <%s>-opsjonen"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr ""
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "kommando '%s' eksisterer ikke"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAVN\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6475,17 +7058,17 @@ msgstr ""
"\n"
" VALG\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr " %s <nummer>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <streng>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6493,7 +7076,7 @@ msgstr ""
"\n"
" BESKRIVELSE\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6501,60 +7084,60 @@ msgstr ""
"\n"
" VALG\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr " %s <nummer>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <streng>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "udefinert domenenavn eller -id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr ""
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "udefinert nettverksnavn"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "kunne ikke lagre innhold"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "udefinert nettverksnavn"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "kunne ikke lagre innhold"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "udefinert nettverksnavn"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "kunne ikke lagre innhold"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6565,131 +7148,131 @@ msgstr ""
"(Tid: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "mangler \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr ""
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "ukjent kommando: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "kommando '%s' støtter ikke opsjonen --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr ""
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "nummer"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "streng"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr ""
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "VALG"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr ""
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "pauset"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr ""
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "slå av"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr ""
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr ""
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr ""
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: feil: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "feil: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr ""
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr ""
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr ""
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "feil ved åpning av konfigurasjonfil for lesing"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "kunne ikke koble til hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6720,7 +7303,7 @@ msgstr ""
"\n"
" kommandoer (ikke-interaktiv tilstand):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6731,24 +7314,24 @@ msgstr ""
" (angi --help <kommando> for detaljer om kommandoen)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "usupportert opsjon '%c'. Se --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
msgstr ""
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6758,472 +7341,486 @@ msgstr ""
" 'quit' for å avslutte\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "ukjent vert"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "advarsel"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "feil"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "Ingen feilmelding gitt"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "intern feil %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "intern feil"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "slutt på minne"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "denne funksjonen er ikke støttet av hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "denne funksjonen er ikke støttet av hypervisor: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "kunne ikke koble til hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "kunne ikke koble til %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr ""
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr ""
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr ""
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr ""
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "ugyldig argument i"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "ugyldig argument i %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operasjon feilet: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operasjon feilet"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET-operasjon feilet: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET-operasjon feilet"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST-operasjon feilet: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST-operasjon feilet"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "fikk ukjent HTTP-feilkode %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "ukjent vert %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "ukjent vert"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr ""
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr ""
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr ""
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr ""
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr ""
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr ""
-#: src/virterror.c:744
+#: src/virterror.c:780
#, c-format
msgid "failed Xen syscall %s"
msgstr ""
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "ukjent OS-type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "ukjent OS-type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "mangler kjerneinformasjon"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr ""
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr ""
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "mangler kildeinformasjon for enhet"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "mangler kildeinformasjon for enhet %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr ""
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr ""
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "mangler informasjon om domenenavn"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "mangler informasjon om domenenavn i %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "mangler informasjon om operativsystem"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "mangler informasjon om operativsystem for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "mangler informasjon om enheter"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "mangler informasjon om enheter for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "for manger drivere er registrert"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "for mange drivere er registrert i %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "bibliotekskall feilet, muligens ikke støttet"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "bibliotekskall %s feilet, muligens ikke støttet"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr ""
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr ""
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "dette domenet eksisterer allerede"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domenet %s eksisterer allerede"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr ""
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr ""
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "feil ved åpning av konfigurasjonfil for lesing"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "feil ved åpning av %s for lesing"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "feil ved lesing av konfigurasjonsfil"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "feil ved lesing av konfigurasjonsfil %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr ""
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr ""
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr ""
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr ""
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "kunne ikke skrive til konfigurasjonsfil"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "kunne ikke skrive til konfigurasjonsfilen: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
#, fuzzy
msgid "parser error"
msgstr "intern feil"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "ugyldig argument i"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "ugyldig argument i %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "dette nettverket eksisterer allerede"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "nettverk %s eksisterer allerede"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "feil i systemkall"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC-feil"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "feil i GNUTLS-kall"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Kunne ikke definere domenet fra %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Kunne ikke definere domenet fra %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "Domene ikke funnet"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "Domene ikke funnet: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "Nettverk ikke funnet"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "Nettverk ikke funnet: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "ugyldig MAC-adresse"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "ugyldig MAC-adresse: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operasjon feilet"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operasjon feilet: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "Nettverk ikke funnet"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Nettverk ikke funnet: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "Nettverk ikke funnet"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Nettverk ikke funnet: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "ugyldig argument i"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "ugyldig argument i %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "ugyldig argument i"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "ugyldig argument i %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Kunne ikke definere domenet fra %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Kunne ikke definere domenet fra %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Kunne ikke definere domenet fra %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Kunne ikke definere domenet fra %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "ugyldig argument i"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "ugyldig argument i %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domene ikke funnet"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domene ikke funnet: %s"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "Nettverk ikke funnet"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Nettverk ikke funnet: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "intern feil %s"
@@ -7291,7 +7888,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "kunne ikke koble til %s"
@@ -7345,7 +7942,7 @@ msgstr ""
msgid "domain information incomplete, missing uuid"
msgstr ""
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr ""
@@ -7390,220 +7987,227 @@ msgstr ""
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, c-format
msgid "unexpected sound model %s"
msgstr ""
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "ukjent OS-type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domeneinformasjon i XML"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "ugyldig MAC-adresse: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "ukjent OS-type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr ""
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr ""
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domenet kjører fremdeles"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "kunne ikke åpne fil"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
msgid "unsupported device type"
msgstr ""
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
msgid "unexpected value from on_xend_start"
msgstr ""
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "slutt på minne"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operasjon feilet"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Kunne ikke definere domenet fra %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Kunne ikke lagre domenet %s til %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "filen inneholder en beskrivelse om et XML-domene"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Kunne ikke vise inaktive domener"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domeneinformasjon i XML"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr ""
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "kunne ikke lagre innhold"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domeneinformasjon i XML"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domeneinformasjon i XML"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "feil ved åpning av %s for lesing"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "feil ved lesing av konfigurasjonsfil %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, c-format
msgid "unexpected graphics type %d"
msgstr ""
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
msgid "unexpected chr device type"
msgstr ""
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, c-format
msgid "unexpected lifecycle value %d"
msgstr ""
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr ""
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7680,49 +8284,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr ""
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "oppførsel ved omstart av domene"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "feil ved lesing av konfigurasjonsfil %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "ukjent OS-type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Kunne ikke opprette domenet fra %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Kunne ikke lagre domenet %s til %s"
@@ -7731,19 +8335,34 @@ msgstr "Kunne ikke lagre domenet %s til %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "ugyldig argument i"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "ugyldig argument i"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7769,16 +8388,40 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allokerer nettverk"
#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Kunne ikke lagre domenet %s til %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "feil ved åpning av konfigurasjonfil for lesing"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "kunne ikke skrive til konfigurasjonsfil"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "kunne ikke skrive til konfigurasjonsfil"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "slutt på minne"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "kunne ikke skrive til konfigurasjonsfil"
+
+#, fuzzy
#~ msgid "allocate buffer"
#~ msgstr "Kunne ikke vise aktive nettverk"
@@ -7813,10 +8456,6 @@ msgstr "allokerer nettverk"
#~ msgstr "feil ved åpning av %s for lesing"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operasjon feilet: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "operasjon feilet: %s"
diff --git a/po/nl.gmo b/po/nl.gmo
index 2a893af..07f1445 100644
Binary files a/po/nl.gmo and b/po/nl.gmo differ
diff --git a/po/nl.po b/po/nl.po
index 0530b31..41e144b 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-09-23 22:01+0200\n"
"Last-Translator: Peter van Egdom <p.van.egdom at gmail.com>\n"
"Language-Team: Dutch <vertaling at nl.linux.org>\n"
@@ -91,237 +91,237 @@ msgstr ""
msgid "Unknown error"
msgstr "Onbekende fout"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "kan %s niet openen: %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr ""
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr ""
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr ""
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, c-format
msgid "Received unexpected signal %d"
msgstr ""
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr ""
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr ""
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr ""
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr ""
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr ""
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr ""
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr ""
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr ""
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "socket: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr ""
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Starten van het netwerk %s is mislukt"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr ""
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr ""
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr ""
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -329,448 +329,464 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr ""
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr ""
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "toewijzen van domein"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr ""
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "schijfapparaat toevoegen"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Starten van het netwerk %s is mislukt"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Xen systeemaanroep %s %d is mislukt"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Xen systeemaanroep %s %d is mislukt"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "Toewijzen van geheugen is mislukt"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr ""
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr ""
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr ""
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr ""
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr ""
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr ""
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "Xen systeemaanroep %s %d is mislukt"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr ""
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr ""
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "onbekende procedure: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr ""
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr ""
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr ""
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_NODE_MAX_CELLS"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr ""
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "Starten van het netwerk %s is mislukt"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "Starten van het netwerk %s is mislukt"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
-#, c-format
-msgid "failed to get sock address %d (%s)"
-msgstr ""
+#: qemud/remote.c:2651
+#, fuzzy, c-format
+msgid "failed to get sock address: %s"
+msgstr "Xen systeemaanroep %s %d is mislukt"
-#: qemud/remote.c:2586
-#, c-format
-msgid "failed to get peer address %d (%s)"
-msgstr ""
+#: qemud/remote.c:2663
+#, fuzzy, c-format
+msgid "failed to get peer address: %s"
+msgstr "Xen systeemaanroep %s %d is mislukt"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr ""
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr ""
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr ""
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
#, fuzzy
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "apparaat niet gevonden: %s (%s)"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "schijfapparaat toevoegen"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -884,517 +900,519 @@ msgstr ""
msgid "dev missing from connection hash table"
msgstr ""
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "onbekende host %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "onbekend apparaat"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "onbekende host %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "onbekend apparaat"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "onbekende host %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, c-format
msgid "unknown interface type '%s'"
msgstr ""
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
msgid "Missing source path attribute for char device"
msgstr ""
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
msgid "Missing source host attribute for char device"
msgstr ""
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr ""
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr ""
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "onbekend apparaat"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "onbekende host %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
msgid "missing graphics device type"
msgstr ""
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, c-format
msgid "unknown graphics device type '%s'"
msgstr ""
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "kan %s niet openen: %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "onbekende host %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "onbekend commando: '%s'"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "kan %s niet openen: %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "kan %s niet openen: %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "kan %s niet openen: %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "kan %s niet openen: %s"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "onbekende host %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "\" ontbreekt"
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "\" ontbreekt"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "kan %s niet openen: %s"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "kan %s niet openen: %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "kan %s niet openen: %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "onbekende host %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "onbekende host %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "onbekende host %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
msgid "missing type in hostdev"
msgstr ""
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "onbekende host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr ""
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr ""
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr ""
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "ongeldig domeinnaam"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Xen systeemaanroep %s %d is mislukt"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, c-format
msgid "unexpected feature %s"
msgstr ""
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr ""
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
msgid "cannot extract boot device"
msgstr ""
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
msgid "missing boot device"
msgstr ""
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr ""
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "schijfapparaat toevoegen"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "netwerkinterface toevoegen"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
msgid "cannot extract serial devices"
msgstr ""
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "schijfapparaat toevoegen"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "schijfapparaat toevoegen"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "schijfapparaat toevoegen"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "schijfapparaat toevoegen"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "kan %s niet openen: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "openen van bestand is mislukt"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, c-format
msgid "unexpected lifecycle type %d"
msgstr ""
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, c-format
msgid "unexpected disk type %d"
msgstr ""
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "schijfapparaat toevoegen"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, c-format
msgid "unexpected disk bus %d"
msgstr ""
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "schijfapparaat toevoegen"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, c-format
msgid "unexpected filesystem type %d"
msgstr ""
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, c-format
msgid "unexpected net type %d"
msgstr ""
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, c-format
msgid "unexpected char type %d"
msgstr ""
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, c-format
msgid "unexpected sound model %d"
msgstr ""
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, c-format
msgid "unexpected input type %d"
msgstr ""
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, c-format
msgid "unexpected input bus type %d"
msgstr ""
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, c-format
msgid "unexpected hostdev mode %d"
msgstr ""
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, c-format
msgid "unexpected hostdev type %d"
msgstr ""
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr ""
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, c-format
msgid "unexpected boot device type %d"
msgstr ""
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, c-format
msgid "unexpected feature %d"
msgstr ""
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "openen van bestand is mislukt"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr ""
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
-msgstr ""
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
+msgstr "openen van bestand is mislukt"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr ""
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr ""
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr ""
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr ""
@@ -1404,54 +1422,54 @@ msgstr ""
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr ""
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "kan %s niet openen: %s"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr ""
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
msgid "domainMigratePrepare2 did not set uri"
msgstr ""
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1495,12 +1513,12 @@ msgstr "Starten van het netwerk %s is mislukt"
msgid "failed to bind new root %s"
msgstr "Starten van het netwerk %s is mislukt"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Xen systeemaanroep %s %d is mislukt"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Starten van het netwerk %s is mislukt"
@@ -1672,21 +1690,21 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr ""
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr ""
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
msgid "cannot undefine transient domain"
msgstr ""
@@ -1739,7 +1757,7 @@ msgstr ""
msgid "failed to kill pid %d"
msgstr "openen van bestand is mislukt"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "kan %s niet openen: %s"
@@ -1774,221 +1792,231 @@ msgstr "ongeldig domeinnaam"
msgid "no domain with id %d"
msgstr ""
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "onbekende procedure: %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Starten van het domein %s is mislukt"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "ongeldig pad: %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
msgid "Invalid parameter count"
msgstr ""
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "ongeldig MAC-adres: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "kan %s niet openen: %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "kan %s niet openen: %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "kan %s niet openen: %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "onbekend commando: '%s'"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "Domein is al actief"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Starten van het netwerk %s is mislukt"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
msgid "networkStartup: out of memory\n"
msgstr ""
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr ""
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr ""
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr ""
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr ""
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr ""
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr ""
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr ""
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr ""
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr ""
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr ""
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "netwerk is al actief"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "kan %s niet openen: %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "kan %s niet openen: %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Starten van het netwerk %s is mislukt"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "openen van bestand is mislukt"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr ""
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr ""
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, c-format
msgid "Shutting down network '%s'\n"
msgstr ""
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "netwerk is al actief"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr ""
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Netwerk '%s' niet actief"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Starten van het domein %s is mislukt"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Starten van het netwerk %s is mislukt"
@@ -1998,7 +2026,267 @@ msgstr "Starten van het netwerk %s is mislukt"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "kan %s niet openen: %s"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "onbekende host %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "kan %s niet openen: %s"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, c-format
+msgid "no network interface supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:616
+#, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:663
+#, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "ongeldig domeinnaam"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "ongeldig MAC-adres: %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "mogelijkheden"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "onbekende host %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "onbekende host %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "kan %s niet openen: %s"
@@ -2152,7 +2440,7 @@ msgstr ""
msgid "Could not read container config"
msgstr ""
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr ""
@@ -2166,6 +2454,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr ""
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Starten van het domein %s is mislukt"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Starten van het domein %s is mislukt"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "openen van bestand is mislukt"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "openen van bestand is mislukt"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "gethostname mislukt: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Starten van het domein %s is mislukt"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Starten van het netwerk %s is mislukt"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Starten van het domein %s is mislukt"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Starten van het domein %s is mislukt"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Starten van het netwerk %s is mislukt"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Starten van het domein %s is mislukt"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2210,678 +2563,751 @@ msgstr "Communicatiefout met proxy: ongeldig pakket\n"
msgid "got asynchronous packet number %d\n"
msgstr ""
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "Netwerk '%s' niet gevonden"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr ""
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr ""
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
msgid "TCP migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr ""
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr ""
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "ongeldig domein-id"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "ongeldig pad"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "ongeldig domeinnaam"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "Xen systeemaanroep %s %d is mislukt"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "Starten van het netwerk %s is mislukt"
-#: src/qemu_driver.c:211
-#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr ""
-
-#: src/qemu_driver.c:217
-#, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr ""
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "kan %s niet openen: %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Starten van het domein %s is mislukt"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Starten van het domein %s is mislukt"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Starten van het domein %s is mislukt"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Starten van het domein %s is mislukt"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Starten van het netwerk %s is mislukt"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "Starten van het netwerk %s is mislukt"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "Starten van het netwerk %s is mislukt"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "openen van bestand is mislukt"
+
+#: src/qemu_driver.c:476
#, fuzzy, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "Starten van het domein %s is mislukt"
-#: src/qemu_driver.c:497
-msgid "qemudStartup: out of memory\n"
-msgstr ""
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "kan %s niet openen: %s"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "openen van bestand is mislukt"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr ""
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "Starten van het netwerk %s is mislukt"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr ""
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "kan %s niet openen: %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domein %s is gestart\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Starten van het netwerk %s is mislukt"
-#: src/qemu_driver.c:1312
-#, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr ""
+#: src/qemu_driver.c:1536
+#, fuzzy, c-format
+msgid "Failed to remove domain status for %s"
+msgstr "Starten van het domein %s is mislukt"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "kan %s niet openen: %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr ""
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "Toewijzen van geheugen is mislukt"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "Domein is al actief"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, c-format
msgid "domain with uuid '%s' is already defined"
msgstr ""
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr ""
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr ""
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr ""
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr ""
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr ""
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr ""
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
msgstr ""
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr ""
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "kan %s niet openen: %s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr ""
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr ""
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr ""
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
msgid "cannot pin vcpus on an inactive domain"
msgstr ""
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "kan %s niet openen: %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
msgid "cannot get affinity"
msgstr ""
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "Starten van het netwerk %s is mislukt"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr ""
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr ""
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr ""
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr ""
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr ""
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
msgid "failed to assign new VM"
msgstr ""
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr ""
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
msgid "failed to resume domain"
msgstr ""
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
msgid "could not change cdrom media"
msgstr ""
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "setsid mislukt: %s"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "kan %s niet openen: %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, c-format
msgid "adding %s disk failed"
msgstr ""
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
msgid "adding usb disk failed"
msgstr ""
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "schijfapparaat toevoegen"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
msgid "adding usb device failed"
msgstr ""
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr ""
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domein niet gevonden"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, c-format
msgid "failed to execute detach disk %s command"
msgstr ""
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr ""
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "een domein automatisch starten"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "een domein automatisch starten"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Starten van het domein %s is mislukt"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "ongeldig pad: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "apparaat niet gevonden: %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "openen van bestand is mislukt"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Starten van het domein %s is mislukt"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "ongeldig pad"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "setsid mislukt: %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "Toewijzen van geheugen is mislukt"
+
+#: src/qemu_driver.c:4471
msgid "no domain XML passed"
msgstr ""
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
msgid "could not generate random UUID"
msgstr ""
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Starten van het domein %s is mislukt"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "gethostname mislukt: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Starten van het domein %s is mislukt"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
msgstr ""
@@ -2891,501 +3317,582 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr ""
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "toewijzen van verbinding"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Starten van het netwerk %s is mislukt"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Starten van het netwerk %s is mislukt"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "toewijzen van verbinding"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "kan %s niet openen: %s"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
msgid "unable to auto-detect URI"
msgstr ""
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "toewijzen van domein"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "kan %s niet openen: %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "Niet in staat om huidige MemorySize te controleren"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "kan %s niet openen: %s"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
#, fuzzy
msgid "The certificate is not trusted."
msgstr "Het certificaat is nog niet geactiveerd"
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
#, fuzzy
msgid "The certificate hasn't got a known issuer."
msgstr "Het certificaat is nog niet geactiveerd"
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
#, fuzzy
msgid "The certificate has been revoked."
msgstr "Het certificaat is verlopen"
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
#, fuzzy
msgid "The certificate uses an insecure algorithm"
msgstr "Het certificaat is nog niet geactiveerd"
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, c-format
msgid "unable to import certificate: %s"
msgstr ""
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "Het certificaat is verlopen"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "Het certificaat is nog niet geactiveerd"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr ""
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr ""
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr ""
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr ""
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr ""
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr ""
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr ""
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr ""
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "te veel stuurprogramma's geregistreerd"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "te veel stuurprogramma's geregistreerd"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "te veel stuurprogramma's geregistreerd"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr ""
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr ""
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr ""
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Xen systeemaanroep %s %d is mislukt"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "Xen systeemaanroep %s %d is mislukt"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr ""
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr ""
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr ""
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr ""
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, c-format
msgid "Failed SASL step: %d (%s)"
msgstr ""
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr ""
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr "xdr_remote_message_header mislukt"
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "kan %s niet openen: %s"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Starten van het domein %s is mislukt"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "geen geldige connectie"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "kan %s niet openen: %s"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Xen systeemaanroep %s %d is mislukt"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Starten van het netwerk %s is mislukt"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr ""
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
msgid "poll on socket failed"
msgstr ""
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Toewijzen van geheugen is mislukt"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "kan %s niet openen: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr ""
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "kan %s niet openen: %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3416,45 +3923,45 @@ msgstr "kan configuratiebestand %s niet schrijven: %s"
msgid "cannot read beginning of file '%s'"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "kan %s niet openen: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "kan %s niet openen: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr ""
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Starten van het domein %s is mislukt"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "leesfout: %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3564,7 +4071,7 @@ msgid "cannot extend file '%s'"
msgstr "kan %s niet openen: %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "kan %s niet openen: %s"
@@ -3597,17 +4104,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "kan %s niet openen: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "kan %s niet openen: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "kan %s niet openen: %s"
@@ -3717,11 +4224,7 @@ msgstr "kan %s niet openen: %s"
msgid "cannot remove PV device '%s'"
msgstr "kan %s niet openen: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "onbekende host %s"
@@ -3734,156 +4237,161 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "onbekende host %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr ""
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "onbekende host %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
msgid "missing storage pool source device path"
msgstr ""
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr ""
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "onbekende procedure: %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr ""
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "\" ontbreekt"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr ""
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr ""
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
msgid "missing volume name element"
msgstr ""
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "onbekend commando: '%s'"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr ""
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "geen configuratiebestand voor %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3891,17 +4399,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -3909,61 +4417,61 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr ""
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr ""
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr ""
@@ -4020,153 +4528,153 @@ msgstr ""
msgid "resolving domain filename"
msgstr ""
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "netwerk uuid"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr ""
-#: src/test.c:553
+#: src/test.c:551
msgid "node pool list"
msgstr ""
-#: src/test.c:565
+#: src/test.c:563
msgid "resolving pool filename"
msgstr ""
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "kan %s niet openen: %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domein niet gevonden"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "domein niet gevonden"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "Toewijzen van geheugen is mislukt"
-#: src/test.c:1212
+#: src/test.c:1209
#, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr ""
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "Domein is al actief"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "kan %s niet openen: %s"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "Starten van het domein %s is mislukt"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, c-format
msgid "incomplete metdata in '%s'"
msgstr ""
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Domein %s is gestart\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr ""
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Domein is al actief"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domein is al actief"
-#: src/test.c:1730
+#: src/test.c:1727
#, c-format
msgid "Domain '%s' is still running"
msgstr ""
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Netwerk '%s' niet gevonden"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "netwerk is al actief"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "netwerk is al actief"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Netwerk '%s' niet actief"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4180,153 +4688,157 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Starten van het netwerk %s is mislukt"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
msgid "umlStartup: out of memory\n"
msgstr ""
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Xen systeemaanroep %s %d is mislukt"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "kan %s niet openen: %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "kan %s niet openen: %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "kan %s niet openen: %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "kan %s niet openen: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "kan %s niet openen: %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr ""
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "kan %s niet openen: %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "een domein automatisch starten"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "kan %s niet openen: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "kan %s niet openen: %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "kan configuratiebestand %s niet schrijven: %s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Xen systeemaanroep %s %d is mislukt"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "kan %s niet openen: %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "kan %s niet openen: %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "kan %s niet openen: %s"
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "dup2(stdin) mislukt: %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "dup2(stdout) mislukt: %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "dup2(stderr) mislukt: %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "kan %s niet openen: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "leesfout: %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Starten van het netwerk %s is mislukt"
@@ -4336,19 +4848,24 @@ msgstr "Starten van het netwerk %s is mislukt"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "Onbekende fout"
+
+#: src/virsh.c:358
msgid "print help"
msgstr ""
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr ""
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "naam van commando"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4356,1949 +4873,2018 @@ msgstr ""
"Commando's:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "een domein automatisch starten"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr ""
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr ""
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr ""
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr ""
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr ""
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr ""
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr ""
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr ""
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr ""
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr ""
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr ""
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr ""
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr ""
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr ""
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr ""
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr ""
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Naam"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr ""
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr ""
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr ""
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr ""
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr ""
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr ""
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr ""
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr ""
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr ""
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr ""
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr ""
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr ""
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr ""
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr ""
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr ""
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr ""
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr ""
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr ""
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr ""
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr ""
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr ""
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr ""
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr ""
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr ""
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr ""
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr ""
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr ""
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr ""
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr ""
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr ""
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr ""
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domein is al actief"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domein %s is gestart\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Starten van het domein %s is mislukt"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr ""
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr ""
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr ""
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr ""
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr ""
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "waarde toewijzen"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
msgid "Invalid value of param"
msgstr ""
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "Onbekend"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr ""
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr ""
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr ""
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr ""
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr ""
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr ""
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr ""
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr ""
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domein %s is gestart\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr ""
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr ""
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr ""
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr ""
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr ""
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr ""
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr ""
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr ""
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr ""
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr ""
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr ""
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr ""
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr ""
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr ""
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr ""
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr ""
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr ""
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domein-informatie"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr ""
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Naam:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr ""
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr ""
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "Processor(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "Processortijd:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr ""
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "geen limiet"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Gebruikt geheugen:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
msgid "Autostart:"
msgstr "Automatisch starten:"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr ""
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr ""
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "Totaal"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr ""
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr ""
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "Processor:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr ""
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr ""
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr ""
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr ""
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr ""
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
msgid "vcpupin: failed to get domain informations."
msgstr ""
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "Fysieke processor %d bestaat niet."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "aantal virtuele processors aanpassen"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr ""
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr ""
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr ""
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr ""
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "geheugentoewijzing aanpassen"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "De huidige geheugentoewijzing in het guest-domein aanpassen."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr ""
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "Niet in staat om MaxMemorySize te controleren"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "maximum geheugenlimiet aanpassen"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr ""
"De maximale limiet voor geheugentoewijzing in het guest-domein aanpassen."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "maximum geheugenlimiet in kilobytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "Niet in staat om huidige MemorySize te controleren"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "Niet in staat om huidige MemorySize te verkleinen"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "Niet in staat om MaxMemorySize aan te passen"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr ""
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr ""
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr ""
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "Processormodel:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "Processorfrequentie:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "Processorsocket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr ""
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr ""
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Geheugengrootte:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "mogelijkheden"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr ""
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domein-informatie in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr ""
-#: src/virsh.c:2082
+#: src/virsh.c:2131
msgid "show inactive defined XML"
msgstr ""
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr ""
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domein-id of uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr ""
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr ""
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domein-id of naam"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr ""
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "een netwerk automatisch starten"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "netwerknaam of uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr ""
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr ""
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr ""
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr ""
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr ""
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr ""
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr ""
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr ""
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr ""
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr ""
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr ""
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr ""
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr ""
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr ""
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr ""
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "netwerknaam, id of uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr ""
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr ""
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr ""
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr ""
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr ""
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr ""
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr ""
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr ""
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr ""
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "Automatisch starten"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr ""
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "actief"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "inactief"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr ""
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "netwerk uuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr ""
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr ""
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr ""
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr ""
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "Starten van het netwerk %s is mislukt"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr ""
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr ""
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr ""
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr ""
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr ""
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "netwerknaam"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr ""
-#: src/virsh.c:2778
+#: src/virsh.c:2827
msgid "autostart a pool"
msgstr ""
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr ""
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr ""
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr ""
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr ""
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr ""
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr ""
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr ""
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr ""
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, c-format
msgid "Pool %s created from %s\n"
msgstr ""
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr ""
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr ""
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
msgid "Failed to allocate XML buffer"
msgstr ""
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr ""
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr ""
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr ""
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr ""
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr ""
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr ""
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr ""
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr ""
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr ""
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, c-format
msgid "Pool %s built\n"
msgstr ""
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, c-format
msgid "Failed to build pool %s"
msgstr ""
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr ""
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr ""
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr ""
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, c-format
msgid "Failed to destroy pool %s"
msgstr ""
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr ""
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr ""
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, c-format
msgid "Failed to delete pool %s"
msgstr ""
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr ""
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr ""
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr ""
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr ""
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr ""
-#: src/virsh.c:3262
+#: src/virsh.c:3322
msgid "Returns list of pools."
msgstr ""
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr ""
-#: src/virsh.c:3268
+#: src/virsh.c:3328
msgid "list inactive & active pools"
msgstr ""
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
msgid "Failed to list active pools"
msgstr ""
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
msgid "Failed to list inactive pools"
msgstr ""
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "geen geheugen"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, c-format
msgid "Failed to find any %s pool sources"
msgstr ""
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
msgid "storage pool information"
msgstr ""
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr ""
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "wordt uitgevoerd"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr "Capaciteit:"
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr "Toewijzing:"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr "Beschikbaar:"
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr ""
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr ""
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr ""
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr ""
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr ""
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr ""
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, c-format
msgid "Failed to start pool %s"
msgstr ""
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr ""
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr ""
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr ""
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr ""
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr ""
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, c-format
msgid "Failed to create vol %s"
msgstr ""
-#: src/virsh.c:3800
+#: src/virsh.c:3860
msgid "undefine an inactive pool"
msgstr ""
-#: src/virsh.c:3801
+#: src/virsh.c:3861
msgid "Undefine the configuration for an inactive pool."
msgstr ""
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr ""
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, c-format
msgid "Failed to undefine pool %s"
msgstr ""
-#: src/virsh.c:3838
+#: src/virsh.c:3898
msgid "convert a pool name to pool UUID"
msgstr ""
-#: src/virsh.c:3864
+#: src/virsh.c:3924
msgid "failed to get pool UUID"
msgstr ""
-#: src/virsh.c:3876
+#: src/virsh.c:3936
msgid "create a vol from an XML file"
msgstr ""
-#: src/virsh.c:3883
+#: src/virsh.c:3943
msgid "file containing an XML vol description"
msgstr ""
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, c-format
msgid "Vol %s created from %s\n"
msgstr ""
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, c-format
msgid "Failed to create vol from %s"
msgstr ""
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr ""
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr ""
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, c-format
msgid "Failed to delete vol %s"
msgstr ""
-#: src/virsh.c:3975
+#: src/virsh.c:4035
msgid "storage vol information"
msgstr ""
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr ""
-#: src/virsh.c:4004
+#: src/virsh.c:4064
msgid "Type:"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr "bestand"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr ""
-#: src/virsh.c:4026
+#: src/virsh.c:4086
msgid "vol information in XML"
msgstr ""
-#: src/virsh.c:4027
+#: src/virsh.c:4087
msgid "Output the vol information as an XML dump to stdout."
msgstr ""
-#: src/virsh.c:4067
+#: src/virsh.c:4127
msgid "list vols"
msgstr ""
-#: src/virsh.c:4068
+#: src/virsh.c:4128
msgid "Returns list of vols by pool."
msgstr ""
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
msgid "Failed to list active vols"
msgstr ""
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr "Pad"
-#: src/virsh.c:4145
+#: src/virsh.c:4205
msgid "convert a vol UUID to vol name"
msgstr ""
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
msgid "convert a vol UUID to vol key"
msgstr ""
-#: src/virsh.c:4184
+#: src/virsh.c:4244
msgid "vol uuid"
msgstr ""
-#: src/virsh.c:4211
+#: src/virsh.c:4271
msgid "convert a vol UUID to vol path"
msgstr ""
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "versie tonen"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr ""
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr ""
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Gecompileerd tegen bibliotheek: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr ""
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr ""
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr ""
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr ""
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr ""
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr ""
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "mogelijkheden"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
msgid "Failed to count node devices"
msgstr ""
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Starten van het netwerk %s is mislukt"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
msgid "Output the node device details as an XML dump to stdout."
msgstr ""
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "apparaat"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "Nieuw schijfapparaat toevoegen."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, c-format
+msgid "Device %s dettached\n"
+msgstr ""
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Starten van het domein %s is mislukt"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "Nieuw schijfapparaat toevoegen."
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Starten van het domein %s is mislukt"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Starten van het netwerk %s is mislukt"
+
+#: src/virsh.c:4558
+msgid "Reset node device before or after assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4585
+#, c-format
+msgid "Device %s reset\n"
+msgstr ""
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Starten van het domein %s is mislukt"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr ""
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr ""
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr ""
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr ""
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "apparaat vanuit een XML-bestand toevoegen"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "Apparaat vanuit een XML <bestand> toevoegen."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML-bestand"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr ""
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr ""
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr ""
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr ""
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "netwerkinterface toevoegen"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "Nieuwe netwerkinterface toevoegen."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr ""
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr ""
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
msgid "MAC address"
msgstr "MAC-adres"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr ""
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr ""
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "Toewijzen van geheugen is mislukt"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr ""
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "schijfapparaat toevoegen"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "Nieuw schijfapparaat toevoegen."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr ""
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "Toewijzen van geheugen is mislukt"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr ""
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr ""
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr ""
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr ""
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "setsid mislukt: %s"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, c-format
msgid "%s: failed to read temporary file: %s"
msgstr ""
-#: src/virsh.c:5354
+#: src/virsh.c:5537
msgid "edit XML configuration for a domain"
msgstr ""
-#: src/virsh.c:5355
+#: src/virsh.c:5538
msgid "Edit the XML configuration for a domain."
msgstr ""
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "toewijzen van configuratie"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "syntaxisfout in configuratiebestand"
-#: src/virsh.c:5457
+#: src/virsh.c:5641
msgid "Edit the XML configuration for a network."
msgstr ""
-#: src/virsh.c:5473
+#: src/virsh.c:5657
msgid "edit XML configuration for a storage pool"
msgstr ""
-#: src/virsh.c:5474
+#: src/virsh.c:5658
msgid "Edit the XML configuration for a storage pool."
msgstr ""
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr ""
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "commando '%s' vereist <%s> optie"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "commando '%s' vereist --%s optie"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "commando '%s' bestaat niet"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAAM\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6306,17 +6892,17 @@ msgstr ""
"\n"
" OVERZICHT\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <nummer>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6324,7 +6910,7 @@ msgstr ""
"\n"
" OMSCHRIJVING\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6332,58 +6918,58 @@ msgstr ""
"\n"
" OPTIES\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <nummer>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr ""
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr ""
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr ""
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr ""
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
msgid "undefined pool name"
msgstr ""
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, c-format
msgid "failed to get pool '%s'"
msgstr ""
-#: src/virsh.c:6043
+#: src/virsh.c:6230
msgid "undefined vol name"
msgstr ""
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, c-format
msgid "failed to get vol '%s'"
msgstr ""
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6394,129 +6980,129 @@ msgstr ""
"(Tijd: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "\" ontbreekt"
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr ""
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "onbekend commando: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "commando '%s' heeft geen ondersteuning voor optie --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "verwachte syntaxis: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr ""
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr ""
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr ""
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTIE"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "GEGEVENS"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
#, fuzzy
msgid "idle"
msgstr "bestand"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "gepauzeerd"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr ""
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr ""
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr ""
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr ""
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "geen geldige connectie"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: fout: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "fout: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr ""
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr ""
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr ""
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr ""
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr ""
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr ""
-#: src/virsh.c:6836
+#: src/virsh.c:7029
msgid "failed to disconnect from the hypervisor"
msgstr ""
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6549,492 +7135,506 @@ msgstr ""
"\n"
" commando's (niet-interactieve modus):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr ""
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
msgstr ""
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
"\n"
msgstr ""
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "Onbekende fout"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "waarschuwing"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "fout"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr ""
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "interne fout %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "interne fout"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr ""
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr ""
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr ""
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr ""
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr ""
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr ""
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr ""
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr ""
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr ""
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr ""
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr ""
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr ""
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr ""
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr ""
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr ""
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr ""
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr ""
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr ""
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "onbekende host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "onbekende host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr ""
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr ""
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr ""
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr ""
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr ""
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr ""
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "Xen systeemaanroep %s %d is mislukt"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr ""
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr ""
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr ""
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr ""
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr ""
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr ""
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr ""
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr ""
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr ""
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr ""
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr ""
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr ""
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr ""
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr ""
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr ""
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "te veel stuurprogramma's geregistreerd"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "te veel stuurprogramma's geregistreerd in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr ""
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr ""
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr ""
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr ""
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr ""
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr ""
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr ""
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr ""
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr ""
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr ""
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr ""
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr ""
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr ""
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr ""
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "syntaxisfout in configuratiebestand"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "syntaxisfout in configuratiebestand: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr ""
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr ""
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr ""
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr ""
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr ""
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "dit netwerk bestaat al"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr ""
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr ""
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC-fout"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr ""
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr ""
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr ""
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "Domein niet gevonden"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "Domein niet gevonden: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "Netwerk niet gevonden"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "Netwerk niet gevonden: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
msgid "invalid MAC address"
msgstr "ongeldig MAC-adres"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, c-format
msgid "invalid MAC address: %s"
msgstr "ongeldig MAC-adres: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr ""
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr ""
-#: src/virterror.c:919
+#: src/virterror.c:955
msgid "Storage pool not found"
msgstr ""
-#: src/virterror.c:921
+#: src/virterror.c:957
#, c-format
msgid "Storage pool not found: %s"
msgstr ""
-#: src/virterror.c:925
+#: src/virterror.c:961
msgid "Storage volume not found"
msgstr ""
-#: src/virterror.c:927
+#: src/virterror.c:963
#, c-format
msgid "Storage volume not found: %s"
msgstr ""
-#: src/virterror.c:931
+#: src/virterror.c:967
msgid "invalid storage pool pointer in"
msgstr ""
-#: src/virterror.c:933
+#: src/virterror.c:969
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr ""
-#: src/virterror.c:937
+#: src/virterror.c:973
msgid "invalid storage volume pointer in"
msgstr ""
-#: src/virterror.c:939
+#: src/virterror.c:975
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr ""
-#: src/virterror.c:943
+#: src/virterror.c:979
msgid "Failed to find a storage driver"
msgstr ""
-#: src/virterror.c:945
+#: src/virterror.c:981
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr ""
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Toewijzen van geheugen is mislukt"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Starten van het netwerk %s is mislukt"
-#: src/virterror.c:955
+#: src/virterror.c:991
msgid "invalid node device pointer"
msgstr ""
-#: src/virterror.c:957
+#: src/virterror.c:993
#, c-format
msgid "invalid node device pointer in %s"
msgstr ""
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "apparaat niet gevonden: %s (%s)"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "apparaat niet gevonden: %s (%s)"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "Netwerk niet gevonden"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Netwerk niet gevonden: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "interne fout %s"
@@ -7103,7 +7703,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "kan %s niet openen: %s"
@@ -7155,7 +7755,7 @@ msgstr ""
msgid "domain information incomplete, missing uuid"
msgstr "domein-informatie onvolledig, uuid ontbreekt"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domein-informatie onvolledig, naam ontbreekt"
@@ -7197,211 +7797,218 @@ msgstr ""
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "ongeldig MAC-adres: %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, c-format
msgid "unexpected sound model %s"
msgstr ""
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "onbekende host %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "domein-informatie onvolledig, id ontbreekt"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "ongeldig MAC-adres: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "onbekende host %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr ""
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr ""
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "domein niet gevonden"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "openen van bestand is mislukt"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
msgid "unsupported device type"
msgstr ""
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
msgid "unexpected value from on_xend_start"
msgstr ""
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
msgid "no memory"
msgstr "geen geheugen"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
msgid "sexpr2string failed"
msgstr "sexpr2string mislukt"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
msgid "Failed to redefine sexpr"
msgstr ""
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "kan %s niet openen: %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr "xenDaemonDomainMigrate: ongeldige URI"
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "xenDaemonDomainMigrate: ongeldig poortnummer"
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
msgid "failed to parse domain description"
msgstr ""
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr ""
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
msgid "node information incomplete, missing scheduler name"
msgstr ""
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr ""
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
msgid "Failed to get a scheduler name"
msgstr ""
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
msgid "domain information incomplete, missing cpu_weight"
msgstr "domein-informatie onvolledig, cpu_weight ontbreekt"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
msgid "domain information incomplete, missing cpu_cap"
msgstr "domein-informatie onvolledig, cpu_cap ontbreekt"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr "%s: ongeldig pad"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "openen van bestand is mislukt"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Starten van het domein %s is mislukt"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, c-format
msgid "unexpected graphics type %d"
msgstr ""
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
msgid "unexpected chr device type"
msgstr ""
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, c-format
msgid "unexpected lifecycle value %d"
msgstr ""
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr ""
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7476,45 +8083,45 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr ""
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
msgid "failed to remove old domain from config map"
msgstr ""
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
msgid "unable to get current time"
msgstr ""
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
msgid "unable to store config file handle"
msgstr ""
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
msgid "unknown device"
msgstr "onbekend apparaat"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Starten van het domein %s is mislukt"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Starten van het domein %s is mislukt"
@@ -7523,19 +8130,34 @@ msgstr "Starten van het domein %s is mislukt"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "ongeldig pad: %s"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "ongeldig pad: %s"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7561,11 +8183,11 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "toewijzen van domein"
diff --git a/po/nn.gmo b/po/nn.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/nn.gmo and b/po/nn.gmo differ
diff --git a/po/nn.po b/po/nn.po
index 81435e0..a38ec32 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/nso.gmo b/po/nso.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/nso.gmo and b/po/nso.gmo differ
diff --git a/po/nso.po b/po/nso.po
index 81435e0..a38ec32 100644
--- a/po/nso.po
+++ b/po/nso.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/or.gmo b/po/or.gmo
index 251666c..f051e88 100644
Binary files a/po/or.gmo and b/po/or.gmo differ
diff --git a/po/or.po b/po/or.po
index 79c23d5..8a65244 100644
--- a/po/or.po
+++ b/po/or.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt.HEAD.or\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-10-21 16:19+0530\n"
"Last-Translator: Manoj Kumar Giri <mgiri at redhat.com>\n"
"Language-Team: Oriya\n"
@@ -112,239 +112,239 @@ msgstr "ପàରାà¬à¬³ ବାà¬ààà¬à¬£àଡ ସଠିଠà¬à¬¾à¬¬à¬°
msgid "Unknown error"
msgstr "à¬
à¬à¬£à¬¾ ତàରàà¬à¬¿"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
msgstr "%s '%s' ମଧàଯରà ପàରବàଶ à¬à¬°à¬¿à¬¹àବ ନାହିà¬: %s (%d)"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "ସà¬à¬àତ ପାà¬à¬ªà¬°à ପଢ଼ିବାରà ବିଫଳ: %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "SIGHUPରà ବିନàଯାସ ପàନରàଧାରଣ à¬à¬°àà¬
à¬à¬¿"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "ଡàରାà¬à¬à¬° ପàନରàଧାରଣ à¬à¬°à¬¿à¬¬à¬¾ ସମàରà ତàà¬à¬¿: %s"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "ସà¬à¬àତ %d ପାà¬à¬²à¬¾ ମାତàରà ବନàଦ ହàà¬à¬¯à¬¾à¬"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "à¬
ପàରତàଯାଶିତ ମàଲàଯ ନàଡ"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "close-on-exec ଫାà¬à¬² ନିରàପଠଫàଲାଠବିନààାସ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "à¬
à¬à¬à¬¾à¬à¬¨à¬¥à¬¿à¬¬à¬¾ ଫାà¬à¬² ନିରàପଠଫàଲାଠବିନààାସ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "pid ଫାà¬à¬²'%s' à¬à à¬àଲିବାରà ବିଫଳ: %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "pid ଫାà¬à¬² '%s' à¬à à¬àଲିବାରà ବିଫଳ: %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "pid ଫାà¬à¬² '%s' à¬à ଲàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "pid ଫାà¬à¬² '%s' à¬à ବନàଦà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "struct qemudsocket ପାà¬à¬ ସàମàତି ସàଥାନ ବାଣàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ (_s)"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "ସà¬àଠନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "'%s' ସହିତ ସà¬àଠବାନàଧିବାରà ବିଫଳ: %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "'%s' ରà ସà¬à¬¯àଠà¬àଲିବାରà ବିଫଳ: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr "ସରàà¬à¬° à¬à¬à¬£à¬¾ ଡାà¬à¬°à¬¾ ଯàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "ସà¬àà¬: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "ବନàଧନ: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "ଧààାନ ଦିà¬
ନàତà: %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: calloc: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: listen: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr "qemudInitPaths() ରà ବଫର ପାà¬à¬ ଫଳବତà ପଥà¬à¬¿ à¬àବ ବଡ଼ à¬
à¬à"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "struct qemudserver ବାଣàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ (_s)"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "ବàରିଠସମରàଥନà¬à à¬à¬°à¬®àଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬ªà¬¾à¬°à¬¿à¬¬ ନାହିà¬: %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "ବàରିଠସମରàଥନà¬à à¬à¬°à¬®àଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬ªà¬¾à¬°à¬¿à¬¬ ନାହିà¬: %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "SASL ବàଧିà¬à¬°à¬£ %s à¬à à¬à¬°à¬®àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "SASL ବàଧିà¬à¬°à¬£ %s à¬à à¬à¬°à¬®àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "PolicyKit auth ପାà¬à¬ ତନàତàର ବସ ସହିତ ସà¬à¬¯àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: ବିଫଳ: à¬àରାହଠDN ହàà¬à¬à¬¿ %s"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate: ଯାà¬àଠବିଫଳ: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr "remoteCheckCertificate: à¬àରାହଠପàରମାଣପତàରà¬à¬¿ ବିଶàà±à¬¾à¬¸à¬¨àà ନàହà¬."
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr "remoteCheckCertificate: à¬àରାହଠପàରମାଣପତàରର ଦାତା à¬
à¬à¬£à¬¾ à¬
à¬à."
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate: à¬àରାହଠପàରମାଣପତàର.ନଷàà¬à¬¹àà¬à¬¯à¬¾à¬à¬à¬¿."
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr "remoteCheckCertificate: à¬àରାହଠପàରମାଣପତàର à¬àà¬à¬¿à¬ à¬
ସàରà¬àଷିତ à¬à¬²à¬àରିଦମ ବààବହାର à¬à¬°à."
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate: ପàରମାଣପତàରà¬à¬¿ X.509 ନàହà¬"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate: à¬àଣସି ସାଥି ନାହିà¬"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: gnutls_x509_crt_init ବିଫଳ ହàଲା"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate: à¬àରାହଠପàରମାଣପତàରର ସମà ସମାପàତ ହàà¬à¬à¬²à¬¾"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr "remoteCheckCertificate: à¬àରାହଠପàରମାଣପତàର ବରàତàତମାନ ପରàଯààନàତ ସà¬àରିà ହàà¬à¬¨à¬¾à¬¹à¬¿à¬"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -356,11 +356,11 @@ msgstr ""
"-text' to view the Distinguished Name field in the client certificate, or "
"run this daemon with --verbose option."
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr "remoteCheckCertificate: à¬àରାହଠପàରମାଣପତàରà¬à ଯାà¬àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
@@ -368,439 +368,455 @@ msgstr ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "à¬àରାହଠପàରମାଣପତàରà¬à ଯାà¬àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "ସà¬à¬¯àଠà¬àରହଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "ସàମàତି ବଣàà¬à¬¨ ସାରଣà ବାହାରà"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr "ବିଶàଷାଧିà¬àତ à¬àରାହଠପାà¬à¬ polkit authà¬à ବନàଦà¬à¬°à¬¨àତà %d"
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "TLS à¬à¬°à¬®à¬°àଦàଦନ ବିଫଳ: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "à¬
ପàରତààାଶିତ ପରିସର ପàରà¬à¬¾à¬° %d"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "ପଢ଼ନàତà: %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "'%s' à¬à ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "ଲàà¬à¬¨àତà: %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "'%s' à¬à ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr "ସà¬à¬àତ ନିàନàତàରଠ%d ତàରàà¬à¬¿à¬àଡ଼ିà¬à à¬à¬¬à¬° à¬à¬°à¬¿à¬¥à¬¾à¬: à¬
ନàତିମ ତàରàà¬à¬¿: %s"
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "ଲàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "ସàମàତି ବାଣàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "%s config ତାଲିà¬à¬¾ ପାà¬à¬ ସàମàତି ସàଥାନ ବାଣàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "%s config ତାଲିà¬à¬¾ ମàଲàà ପାà¬à¬ ସàମàତି ସàଥାନ ବାଣàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
"remoteReadConfigFile: %s: %s: ନିଶàà¬à¬¿à¬¤à¬°àପà à¬àà¬à¬¿à¬ ବାà¬àଯà¬à¬£àଡ à¬à¬¿à¬®àà±à¬¾ ବାà¬àଯà¬à¬£àଡର ତାଲିà¬à¬¾\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr "remoteReadConfigFile: %s: %s: à¬
ବàଧ ପàରà¬à¬¾à¬°: %s ପାà¬à¬²à¬¾; %sà¬à à¬à¬¶à¬¾à¬à¬°àà¬
à¬à¬¿\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr "remoteReadConfigFile: %s: %s: à¬
ସମରàଥିତ auth %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "ପàରମàଠà¬à¬¾à¬³à¬ à¬à¬¾à¬¬à¬°à à¬à¬¾à¬²àନଥିବା ସମàରà ଶàରàଣà ବିନààାସ à¬à¬°à¬¿à¬¹àବ ନାହିà¬"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr "ଶàରàଣà '%s' à¬à ଦàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "ଧାରା '%s' à¬à ବିଶàଲàଷଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "ଡàମନ ପରି ବିà¬à¬¾à¬à¬¿à¬¤ ହàବାରà ବିଫଳ: %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "ପାà¬à¬ª ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "uuid ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr "%s ର ଶàରàଣà ସàà±à¬¾à¬®à¬¿à¬¤àౠପରିବରàତàତନ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr "ସà¬à¬àତ ପାà¬à¬ª ପାà¬à¬ ଡ଼ାଠପà¬àà¬à¬¿à¬à¬°à¬£ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr "ପàରà¬àରାମ ମàଳ à¬à¬¾à¬à¬¨à¬¾à¬¹à¬¿à¬ (ପàରà¬àତ %x, ପàରତààାଶିତ %x)"
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "ସà¬à¬¸àà¬à¬°à¬£ ମàଳ à¬à¬¾à¬à¬¨à¬¾à¬¹à¬¿à¬ (ପàରà¬àତ %x, ପàରତààାଶିତ %x)"
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "ନିରàଦàଦàଶ (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "ସàଥିତି (%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "ପàରାଧିà¬à¬°à¬£ à¬à¬¬à¬¶ààà¬"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "à¬
à¬à¬£à¬¾ ପàରà¬àରିàା: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "ବିଶàଳàଷଣ args ବିଫଳ"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr "ସà¬à¬¯àଠପàରàବରà à¬àଲାà¬
à¬à¬¿"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "ସà¬à¬¯àଠà¬àଲାନାହିà¬"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr "strdupରà ସàମàତି ସàଥାନର à¬
à¬à¬¾à¬¬"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_NODE_MAX_CELLS"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr "nparams à¬àବ ବଡ଼"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "à¬
à¬à¬£à¬¾ ପàରà¬à¬¾à¬°"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr "à¬à¬à¬¾à¬° > ସରàବାଧିଠବଫର à¬à¬à¬¾à¬°"
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "ବରàତàତମାନ ସମà ପାà¬à¬¬à¬¾à¬°à à¬
ସମରàଥ."
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "ବରàତàତମାନ ସମà ପାà¬à¬¬à¬¾à¬°à à¬
ସମରàଥ."
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "ଠିà¬à¬£à¬¾ %dà¬à ସମାଧାନ à¬à¬°à¬¿à¬¹àବ ନାହିà¬: %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "à¬àରାହଠà¬
ବàଧ SASL init à¬
ନàରàଧà¬à ପରàà¬àଷା à¬à¬°à¬¿à¬¸à¬¾à¬°à¬¿à¬à¬¿"
-#: qemud/remote.c:2575
-#, c-format
-msgid "failed to get sock address %d (%s)"
+#: qemud/remote.c:2651
+#, fuzzy, c-format
+msgid "failed to get sock address: %s"
msgstr "ଠିà¬à¬£à¬¾ %dà¬à ପାà¬à¬¬à¬¾à¬°à ବିଫଳ (%s)"
-#: qemud/remote.c:2586
-#, c-format
-msgid "failed to get peer address %d (%s)"
+#: qemud/remote.c:2663
+#, fuzzy, c-format
+msgid "failed to get peer address: %s"
msgstr "ସାଥି ଠିà¬à¬£à¬¾ %dà¬à ପାà¬à¬¬à¬¾à¬°à ବିଫଳ (%s)"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "sasl ପàରସà¬àଠବିନààାସ ବିଫଳ %d (%s)"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr "TLS cipher à¬à¬à¬¾à¬° ପାà¬à¬ªà¬¾à¬°à¬¿à¬¬ ନାହିà¬"
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr "SASL ବାହàà SSF %d ବିନààାସ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିଠ(%s)"
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr "SASL ସàରà¬àଷା ଧରàମ %d ବିନààାସ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିଠ(%s)"
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "SASL ବààବସàଥାà¬àଡ଼ିà¬à ତାଲିà¬à¬¾à¬àà¬àତ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିଠ%d (%s)"
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "mechlist ବଣàà¬à¬¨ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "ସà¬à¬¯àà¬à¬°à SASL ssf à¬
ନàସନàଧାନ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିଠ%d (%s)"
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "ସàଥିରିà¬àତ SSF %d à¬à¬¿ ଯଥàଷàଠଶà¬àତ ନàହà¬"
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr "SASL à¬à¬¾à¬³à¬ ନାମà¬à ସà¬à¬¯àଠ%dରà à¬
ନàସନàଧାନ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିଠ(%s)"
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "à¬àଣସି à¬àରାହଠà¬à¬¾à¬³à¬ ନାମ ମିଳàନାହିà¬"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "ସàମàତି ସàଥାନର à¬
à¬à¬¾à¬¬ à¬à¬¾à¬³à¬ ନାମ ନà¬à¬² à¬à¬°àà¬
à¬à¬¿"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "whitelist ରà SASL à¬àରାହଠ%sà¬à à¬
ନàମତି ନାହିà¬"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr "à¬àରାହଠà¬
ବàଧ SASL à¬à¬°à¬®àଠà¬
ନàରàଧ à¬àଷàà¬à¬¾à¬à¬°à¬¿à¬¥à¬¿à¬²à¬¾"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "sasl à¬à¬°à¬®àଠବିଫଳ ହàଲା %d (%s)"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr "sasl à¬à¬°à¬®àଠà¬à¬¤àତର ତଥààà¬à¬¿ ବହàତ ବଡ଼ %d"
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "sasl ପଦà¬àଷàପ ବିଫଳ ହàଲା %d (%s)"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr "sasl ପଦà¬àଷàପ à¬à¬¤àତର ତଥààà¬à¬¿ à¬
ତàଯଧିଠବଡ଼ %d"
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr "à¬àରାହଠà¬
ସମରàଥିତ SASL init à¬
ନàରàଧà¬à ପରàà¬àଷା à¬à¬°à¬¿à¬¥à¬¿à¬²à¬¾"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr "à¬àରାହଠà¬
ସମରàଥିତ SASL à¬à¬°à¬®àଠà¬
ନàରàଧà¬à ପରàà¬àଷା à¬à¬°à¬¿à¬¥à¬¿à¬²à¬¾"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "à¬àରାହଠà¬
ସମରàଥିତ SASL ପଦà¬àଷàପ à¬
ନàରàଧà¬à ପରàà¬àଷା à¬à¬°à¬¿à¬¥à¬¿à¬²à¬¾"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr "à¬àରାହଠà¬
ବàଧ PolicyKit init à¬
ନàରàଧà¬à ପରàà¬àଷା à¬à¬°à¬¿à¬¥à¬¿à¬²à¬¾"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "ସାଥି ସà¬àଠପରିà¬à ପାà¬à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "%d ପରି à¬à¬¾à¬²àଥିବା PID %d à¬à ଯାà¬àଠà¬à¬°àà¬
à¬à¬¿"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr "policy kit caller à¬à ଦàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "polkit à¬à¬¾à¬°àଯààପନàଥା ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "polkit ପàରସà¬àଠନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "Policy kit ପàରାଧିà¬à¬°à¬£ ଯାà¬àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ %d %s"
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr "ନàତି kit à¬à¬¾à¬°àଯàà %sà¬à pid %d, uid %d, ଫଳାଫଳ: %sରà ପàରତàଯାà¬à¬¾à¬¨ à¬à¬°à¬¿à¬à¬¿\n"
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr "ନàତି à¬à¬¾à¬°àଯàà %s à¬à pid %d, uid %d, ଫଳାଫଳ %s ରà à¬
ନàମତି ଦàà¬à¬à¬¿"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr "à¬àରାହଠà¬
ସମରàଥିତ PolicyKit init à¬
ନàରàଧà¬à ପରàà¬àଷା à¬à¬°à¬¿à¬¥à¬¿à¬²à¬¾"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
#, fuzzy
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "à¬à¬ªà¬à¬°à¬£ ମିଳିଲା ନାହିà¬: %s (%s)"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "à¬
ପàରତàଯାଶିତ dict ନàଡ"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -916,525 +932,527 @@ msgstr "ସà¬à¬¯àଠhash ସାରଣàରà à¬à¬£àଡାର à¬à¬à¬¾
msgid "dev missing from connection hash table"
msgstr "ସà¬à¬¯àଠhash ସାରଣàରà vol à¬
ନàପସàଥିତ"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "à¬
à¬à¬£à¬¾ ପàରà¬à¬¾à¬° '%s'"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "à¬
à¬à¬£à¬¾ ବàଠଯନàତàର '%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "à¬
ବàଧ ଫàଲପି à¬à¬ªà¬à¬°à¬£ ନାମ: %s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "à¬
ବàଧ ହାରàଡ ଡିସàଠà¬à¬ªà¬à¬°à¬£ ନାମ: %s"
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "à¬
à¬à¬£à¬¾ auth ପàରà¬à¬¾à¬° '%s'"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "ଫàଲପି ଡିସàଠପାà¬à¬ à¬
ବàଧ ବସ ପàରà¬à¬¾à¬° '%s'"
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "ଫàଲପି ଡିସàଠପାà¬à¬ à¬
ବàଧ ବସ ପàରà¬à¬¾à¬° '%s'"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "à¬
à¬à¬£à¬¾ ବàଠଯନàତàର '%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "à¬
à¬à¬£à¬¾ auth ପàରà¬à¬¾à¬° '%s'"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "à¬
à¬à¬£à¬¾ auth ପàରà¬à¬¾à¬° '%s'"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
"<à¬à¬¤àସ> <à¬
ନàତରାପàଷàଠପàରà¬à¬¾à¬°='ନàà¬à±à¬°àà¬'/> ସହିତ à¬à¬²àଲàଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬¥à¬¿à¬¬à¬¾ à¬àଣସି 'ନàà¬à±à¬°àà¬' à¬àଣ ନାହିà¬"
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr "<à¬à¬¤àସ> <à¬
ନàତରାପàଷàଠପàରà¬à¬¾à¬°='ବàରିà¬'/> ସହିତ à¬à¬²àଲàଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬¥à¬¿à¬¬à¬¾ à¬àଣସି 'dev' à¬àଣ ନାହିà¬"
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr "<à¬à¬¤àସ> ସà¬àଠà¬
ନàତରାପàଷàଠସହିତ à¬à¬²àଲàଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬¥à¬¿à¬¬à¬¾ à¬àଣସି 'port' à¬àଣ ନାହିà¬"
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr "<à¬à¬¤àସ> ସà¬àଠà¬
ନàତରାପàଷàଠସହିତ à¬à¬²àଲàଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬¥à¬¿à¬¬à¬¾ 'port' à¬àଣà¬à ବିଶàଳàଷଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr "<à¬à¬¤àସ> ସà¬àଠà¬
ନàତରାପàଷàଠସହିତ à¬à¬²àଲàଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬¥à¬¿à¬¬à¬¾ à¬àଣସି 'ଠିà¬à¬£à¬¾' à¬àଣ ନାହିà¬"
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr "ମଡàଲ ନାମ à¬
ବàଧ à¬
à¬àଷରà¬àଡ଼ିà¬à ଧାରଣ à¬à¬°à¬¿à¬¥à¬¾à¬"
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
msgid "Missing source path attribute for char device"
msgstr "char à¬à¬ªà¬à¬°à¬£ ପାà¬à¬ à¬
ନàପସàଥିତ à¬à¬¤àସ ପଥ à¬àଣ"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
msgid "Missing source host attribute for char device"
msgstr "char à¬à¬ªà¬à¬°à¬£ ପାà¬à¬ à¬
ନàପସàଥିତ à¬à¬§à¬¾à¬° ପଥ à¬àଣ"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr "char à¬à¬ªà¬à¬°à¬£ ପାà¬à¬ à¬
ନàପସàଥିତ à¬à¬¤àସ ସରàà¬à¬¿à¬¸ à¬àଣ"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr "ନିବàଶ à¬à¬ªà¬à¬°à¬£ ପàରà¬à¬¾à¬° à¬
ନàପସàଥିତ"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "à¬
à¬à¬£à¬¾ ବàଠଯନàତàର '%s'"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "à¬
à¬à¬£à¬¾ auth ପàରà¬à¬¾à¬° '%s'"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "ps2 bus ନିବàଶ à¬à¬ªà¬à¬°à¬£ %s à¬à ସମରàଥନ à¬à¬°àନାହିà¬"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "à¬
ସମରàଥିତ ନିବàଶ ବସ %s"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr "xen ବସ ନିବàଶ à¬à¬ªà¬à¬°à¬£ %sà¬à ସମରàଥନ à¬à¬°à ନାହିà¬"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "ନିବàଶ à¬à¬ªà¬à¬°à¬£ ପàରà¬à¬¾à¬° à¬
ନàପସàଥିତ"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "à¬
à¬à¬£à¬¾ à¬à¬ªà¬à¬°à¬£ ପàରà¬à¬¾à¬°"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "%s ପାà¬à¬ ବିନààାସà¬à à¬
ପସାରଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "à¬
à¬à¬£à¬¾ auth ପàରà¬à¬¾à¬° '%s'"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "à¬
à¬à¬£à¬¾ ଧàà±à¬¨à ମଡàଲ ପàରà¬à¬¾à¬°"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "dir %s à¬à ପଢ଼ିପାରିବà ନାହିà¬: %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "à¬à¬ªà¬à¬°à¬£ %s à¬à à¬àଲିପାରିବà ନାହିà¬"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "%s à¬à ପଢ଼ିପାରିବà ନାହିà¬: %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "à¬à¬ªà¬à¬°à¬£ %s à¬à à¬àଲିପାରିବà ନାହିà¬"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "à¬
à¬à¬£à¬¾ auth ପàରà¬à¬¾à¬° '%s'"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "\" à¬
ନàପସàଥିତ"
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "à¬
ନàପସàଥିତ à¬à¬¤àସ à¬à¬§à¬¾à¬°"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "à¬à¬ªà¬à¬°à¬£ %s à¬à à¬àଲିପାରିବà ନାହିà¬"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "%s à¬à ପଢ଼ିପାରିବà ନାହିà¬: %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "à¬à¬ªà¬à¬°à¬£ %s à¬à à¬àଲିପାରିବà ନାହିà¬"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "à¬
à¬à¬£à¬¾ auth ପàରà¬à¬¾à¬° '%s'"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "à¬
à¬à¬£à¬¾ ବàଠଯନàତàର '%s'"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "à¬
à¬à¬£à¬¾ ବàଠଯନàତàର '%s'"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "à¬
ନàପସàଥିତ à¬à¬¤àସ à¬à¬§à¬¾à¬°"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "à¬
à¬à¬£à¬¾ à¬à¬§à¬¾à¬° %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "à¬
à¬à¬£à¬¾ ପàରାଧିà¬à¬°à¬£ ପàରà¬à¬¾à¬° %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "à¬
ନàପସàଥିତ ମàà¬àà à¬à¬¾à¬³à¬ à¬à¬ªà¬¾à¬¦à¬¾à¬¨"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "à¬
à¬à¬£à¬¾ à¬à¬ªà¬à¬°à¬£ ପàରà¬à¬¾à¬°"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "ପରିସର ପàରà¬à¬¾à¬° à¬àଣ à¬
ନàପସàଥିତ"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "à¬
ବàଧ ଡମàନ ପàରà¬à¬¾à¬°"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "UUID ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "ତàରàà¬à¬¿à¬¯àà¬àତ uuid à¬à¬ªà¬¾à¬¦à¬¾à¬¨"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr "ସàମàତି à¬à¬ªà¬¾à¬¦à¬¾à¬¨ à¬
ନàପସàଥିତ"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "à¬
ପàରତàଯାଶିତ ତଥàଯ '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "à¬àଣସି OS ପàରà¬à¬¾à¬° ନାହିà¬"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "à¬
ସମରàଥିତ ବିନààାସ"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "à¬à¬¤àସ à¬à¬ªà¬à¬°à¬£à¬àଡ଼ିà¬à ବାହାର à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "à¬
ନàପସàଥିତ à¬à¬¤àସ à¬à¬ªà¬à¬°à¬£"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr "à¬
à¬à¬£à¬¾ ବàଠଯନàତàର '%s'"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "à¬à¬¤àସ à¬à¬ªà¬à¬°à¬£à¬àଡ଼ିà¬à ବାହାର à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
#, fuzzy
msgid "cannot extract filesystem devices"
msgstr "à¬à¬¤àସ à¬à¬ªà¬à¬°à¬£à¬àଡ଼ିà¬à ବାହାର à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "à¬à¬¤àସ à¬à¬ªà¬à¬°à¬£à¬àଡ଼ିà¬à ବାହାର à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
#, fuzzy
msgid "cannot extract parallel devices"
msgstr "à¬à¬¤àସ à¬à¬ªà¬à¬°à¬£à¬àଡ଼ିà¬à ବାହାର à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "à¬à¬¤àସ à¬à¬ªà¬à¬°à¬£à¬àଡ଼ିà¬à ବାହାର à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "à¬à¬¤àସ à¬à¬ªà¬à¬°à¬£à¬àଡ଼ିà¬à ବାହାର à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "à¬à¬¤àସ à¬à¬ªà¬à¬°à¬£à¬àଡ଼ିà¬à ବାହାର à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "à¬à¬¤àସ à¬à¬ªà¬à¬°à¬£à¬àଡ଼ିà¬à ବାହାର à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "à¬à¬¤àସ à¬à¬ªà¬à¬°à¬£à¬àଡ଼ିà¬à ବାହାର à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "ବନàଧନ: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "ପରିସରà¬à ସàଥà¬à¬¿à¬¤ à¬à¬°à¬¾à¬¯à¬¾à¬à¬ªà¬¾à¬°à¬¿à¬¬ ନାହିà¬"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr "à¬àଲ ମàà¬àà à¬à¬¾à¬³à¬ à¬à¬ªà¬¾à¬¦à¬¾à¬¨"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "ରàପରàà¬à¬¾ cpuset ବାà¬àà ବିନààାସ ତàରàà¬à¬¿"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "à¬
ପàରତààାଶିତ ପରିସର ପàରà¬à¬¾à¬° %d"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "à¬
ପàରତààାଶିତ ପରିସର ପàରà¬à¬¾à¬° %d"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "à¬
ପàରତààାଶିତ ପରିସର ପàରà¬à¬¾à¬° %d"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "à¬
ପàରତààାଶିତ ପରିସର ପàରà¬à¬¾à¬° %d"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "à¬
ପàରତààାଶିତ ପରିସର ପàରà¬à¬¾à¬° %d"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "à¬
ପàରତààାଶିତ ପରିସର ପàରà¬à¬¾à¬° %d"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "à¬
ପàରତààାଶିତ ପରିସର ପàରà¬à¬¾à¬° %d"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "à¬
ପàରତààାଶିତ ପରିସର ପàରà¬à¬¾à¬° %d"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "à¬
ପàରତààାଶିତ ପରିସର ପàରà¬à¬¾à¬° %d"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "à¬
ପàରତààାଶିତ ପରିସର ପàରà¬à¬¾à¬° %d"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "à¬
ପàରତààାଶିତ ପରିସର ପàରà¬à¬¾à¬° %d"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "à¬
ପàରତàଯାଶିତ dict ନàଡ"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "à¬
ପàରତààାଶିତ ପରିସର ପàରà¬à¬¾à¬° %d"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr "à¬
ପàରତààାଶିତ ପରିସର ପàରà¬à¬¾à¬° %d"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "à¬
ପàରତààାଶିତ ପରିସର ପàରà¬à¬¾à¬° %d"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "à¬
ପàରତàଯାଶିତ ମàଲàଯ ନàଡ"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "ବିନàଯାସ ଡ଼ିରàà¬àà¬àରà %sà¬à ନିରàମାଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "ବିନàଯାସ ଫାà¬à¬² %sà¬à ନିରàମାଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "ବିନàଯାସ ଫାà¬à¬² %sà¬à ଲàà¬à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "ବିନàଯାସ ଫାà¬à¬² %sà¬à ସà¬à¬°à¬àଷଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "dir '%s'à¬à à¬àଲିବାରà ବିଫଳ: %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "%s ପାà¬à¬ ବିନààାସà¬à à¬
ପସାରଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "à¬
à¬à¬£à¬¾ virt ପàରà¬à¬¾à¬°"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "à¬à¬²à¬¾à¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "ପଢ଼ିବାରà ବିଫଳ"
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "ଲàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "ଡ଼ିରàà¬àà¬àରà %s ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ : %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "%s ରà iptables ନିàମà¬àଡ଼ିà¬à ସà¬à¬°à¬àଷଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ : %s"
@@ -1444,56 +1462,56 @@ msgstr "%s ରà iptables ନିàମà¬àଡ଼ିà¬à ସà¬à¬°à¬àଷ
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr "ସାରଣà '%s'ରà ଶàà¬àà¬à¬³ '%s' ରà iptables ନିàମ '%s'à¬à à¬
ପସାରଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr "ସାରଣà '%s'ରà ଶàà¬àà¬à¬³ '%s' à¬à iptables ନିàମ '%s' ସହିତ ଯàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "ସà¬à¬¯àଠURIà¬à ବିଶàଳàଷଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬²à¬¾ ନାହିà¬"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "ଲଠଡ଼ିରàà¬àà¬àରà %s à¬à ନିରàମାଣ à¬à¬°à¬¿à¬¹àବ ନାହିà¬: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "à¬à¬°àଣàଣଲ ପଥ ବହàତ ବଡ଼"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "ପାà¬à¬ª ନିରàମାଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare uri ବିନààାସ à¬à¬°à¬¿à¬¨à¬¾à¬¹à¬¿à¬"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domainMigratePrepare uri ବିନààାସ à¬à¬°à¬¿à¬¨à¬¾à¬¹à¬¿à¬"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr "ପଥà¬à¬¿ NULL à¬
à¬à"
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr "ଫàଲାà¬à¬àଡ଼ିଠଶàନàà ହàବା à¬à¬à¬¿à¬¤"
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr "ବଫରà¬à¬¿ NULL à¬
à¬à"
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr "ଫàଲାଠପàରାà¬à¬³à¬à¬¿ ନିଶàà¬à¬¿à¬¤ ରàପà VIR_MEMORY_VIRTUAL ହàବା à¬à¬à¬¿à¬¤"
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr "ବଫରà¬à¬¿ NULL à¬
à¬à à¬à¬¿à¬¨àତà à¬à¬à¬¾à¬°à¬à¬¿ ଶàନàà-ହàନ"
@@ -1537,12 +1555,12 @@ msgstr "%s ନିଷàà¬àରିà ପରିସରà¬à ସàଷàà¬à¬¿
msgid "failed to bind new root %s"
msgstr "'%s' ସହିତ ସà¬àଠବାନàଧିବାରà ବିଫଳ: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "'%s' à¬à ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "'%s' ସହିତ ସà¬àଠବାନàଧିବାରà ବିଫଳ: %s"
@@ -1715,21 +1733,21 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr "uuid ସହିତ ମàଳ à¬à¬¾à¬à¬¥à¬¿à¬¬à¬¾ à¬àଣସି ପରିସର ନାହିà¬"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr "ସà¬àରିà ପରିସରà¬à à¬
ପସାରଣ à¬à¬°à¬¿à¬¹àବ ନାହିà¬"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "ସà¬àରିà ପରିସରà¬à à¬
ପସାରଣ à¬à¬°à¬¿à¬¹àବ ନାହିà¬"
@@ -1784,7 +1802,7 @@ msgstr "à¬à¬ ାରà à¬
ବàଧ ପରିସର ସàà¬à¬"
msgid "failed to kill pid %d"
msgstr "tty pid ଫାà¬à¬² %sà¬à ବନàଦà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "ଫାà¬à¬² '%s' à¬à ବààାà¬ààା à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
@@ -1819,226 +1837,236 @@ msgstr "ପରିସର ନାମ"
msgid "no domain with id %d"
msgstr "id %d ସହିତ à¬àଣସି ପରିସର ନାହିà¬"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "à¬
à¬à¬£à¬¾ ପàରà¬àରିàା: %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "%s ପରିସରà¬à ପàନà¬à¬ªàରାରମàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "à¬
ବàଧ ପଥ: %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "virXPathNode() ପାà¬à¬ à¬
ବàଧ ପàରାà¬à¬³"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "ଠିà¬à¬£à¬¾ %dà¬à ସମାଧାନ à¬à¬°à¬¿à¬¹àବ ନାହିà¬: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "ଠିà¬à¬£à¬¾ %dà¬à ସମାଧାନ à¬à¬°à¬¿à¬¹àବ ନାହିà¬: %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "ଠିà¬à¬£à¬¾ %dà¬à ସମାଧାନ à¬à¬°à¬¿à¬¹àବ ନାହିà¬: %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "ଶàରàଷଠ'%s' à¬à ପଢ଼ିପାରିବà ନାହିà¬: %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr "à¬à¬àà¬à¬¬à¬¾ ପାà¬à¬ à¬
ନàରàଧ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿, à¬à¬¿à¬¨àତà à¬àଣସି IPv4 ଠିà¬à¬£à¬¾/ନàà¬à¬®à¬¾à¬¸àଠଦିà¬à¬¯à¬¾à¬à¬¨à¬¾à¬¹à¬¿à¬"
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "à¬
à¬à¬£à¬¾ auth ପàରà¬à¬¾à¬° '%s'"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr "ନàà¬à±à¬°àଠବିନààାସ ଫାà¬à¬² ନାମ '%s' ନàà¬à±à¬°àଠନାମ '%s' ସହିତ ମàଳà¬à¬¾à¬ ନାହିà¬"
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "%s ପାà¬à¬ ବିନààାସà¬à à¬
ପସାରଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "%s ପରିସରà¬à¬¿ ପàରàବରà ରହିà¬à¬¿"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "ନàà¬à±à¬°àଠ'%s' à¬à ସàà±àà¬à¬à¬¾à¬³à¬¿à¬¤ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "ବàରିଠସମରàଥନà¬à à¬à¬°à¬®àଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬ªà¬¾à¬°à¬¿à¬¬ ନାହିà¬: %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "qemudStartup: ସàମàତିସàଥାନର à¬
à¬à¬¾à¬¬"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
#, fuzzy
msgid "Reloading iptables rules\n"
msgstr "iptables ନିàମାବଳàà¬à ପàନରàଧାରଣ à¬à¬°àà¬
à¬à¬¿"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr "ସରàà¬à¬° ପାà¬à¬ IP ଠିà¬à¬£à¬¾ ବିନା dhcp ଡàମନà¬à à¬à¬°à¬®àଠà¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "ଲଠଡ଼ିରàà¬àà¬àରà %s à¬à ନିରàମାଣ à¬à¬°à¬¿à¬¹àବ ନାହିà¬: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "'%s' ରà à¬à¬à¬à ନàବା ପାà¬à¬ à¬
ନàମତି ଦàଠiptables ନିàମ ଯàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ : %s\n"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "'%s' ରà à¬à¬à¬à ନàଠiptables ନିàମ ଯàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ : %s\n"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "masqueradingà¬à ସà¬àରିà à¬à¬°à¬¿à¬¬à¬¾ ପାà¬à¬ iptables ନିàମ ଯàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ : %s\n"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "'%s' ରà à¬à¬¤à¬¿ à¬à¬°à¬¿à¬¬à¬¾ ପାà¬à¬ à¬
ନàମତି ଦàଠiptables ନିàମ ଯàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ : %s\n"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "'%s' à¬à à¬à¬¤à¬¿ à¬à¬°à¬¿à¬¬à¬¾ ପାà¬à¬ à¬
ନàମତି ଦàଠiptables ନିàମ ଯàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ : %s\n"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "'%s' ରà DHCP à¬
ନàରàଧà¬à à¬
ନàମତି ଦàଠiptables ନିàମ ଯàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ : %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "'%s' ରà DNS à¬
ନàରàଧà¬à à¬
ନàମତି ଦàଠiptables ନିàମ ଯàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ : %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "'%s' ରà ଯାà¬à¬¥à¬¿à¬¬à¬¾ ଯାତାàାତà¬à à¬
à¬à¬à¬¾à¬à¬¬à¬¾ ପାà¬à¬ iptables ନିàମ ଯàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ : %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "'%s' à¬à à¬à¬¸àଥିବା ଯାତାàାତà¬à à¬
à¬à¬à¬¾à¬à¬¬à¬¾ ପାà¬à¬ iptables ନିàମ ଯàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ : %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr ""
"'%s' ରà ବàରିଠà¬à¬¾à¬°à¬¿à¬ªà¬à ଯାତାàାତà¬à à¬
à¬à¬à¬¾à¬à¬¬à¬¾ ପାà¬à¬ iptables ନିàମ ଯàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ : %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "ନàà¬à±à¬°àà¬à¬à¬¿ ପàରàବରà ସà¬àରିà à¬
à¬à¬¿"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "ବàରିଠ'%s' à¬à ନିରàମାଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିଠ: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "ବàରିଠ'%s' ରà '%s' à¬à IP ଠିà¬à¬£à¬¾ ବିନààାସ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିଠ: %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "ବàରିଠ'%s' ରà '%s' à¬à ନàà¬à¬®à¬¾à¬¸àଠବିନààାସ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିଠ: %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "ବàରିଠ'%s' à¬à à¬à¬ªà¬°à¬à à¬à¬£à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "IP à¬
à¬àରà¬à¬®àà¬à ସà¬àରିà à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ : %s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "ବàରିଠ'%s' à¬à ତଳà¬à à¬à¬£à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "ବàରିଠ'%s' à¬à à¬
ପସାରଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "ନàà¬à±à¬°àଠ'%s' à¬à ବନàଦà¬à¬°àà¬
à¬à¬¿"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr "ମàଳ à¬à¬¾à¬à¬¥à¬¿à¬¬à¬¾ uuid ସହିତ à¬àଣସି ନàà¬à±à¬°àଠନାହିà¬"
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr "ସମାନ ନାମ ବିଶିଷàଠà¬àଣସି ନàà¬à±à¬°àଠନାହିà¬"
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "ନàà¬à±à¬°àà¬à¬à¬¿ ପàରàବରà ସà¬àରିà à¬
à¬à¬¿"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr "id ସହିତ ମàଳà¬à¬¾à¬à¬¥à¬¿à¬¬à¬¾ à¬àଣସି ନàà¬à±à¬°àଠନାହିà¬"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "ନàà¬à±à¬¾à¬°àଠ'%s' ସà¬àରିà ନାହିà¬"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "ସàà±àà¬à¬à¬¾à¬³à¬¿à¬¤ ଡ଼ିରàà¬àà¬àରà %s ନିରàମାଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "symlink '%s' à¬à '%s' ରà ନିରàମାଣ à¬à¬°à¬¿à¬ªà¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "symlink '%s' à¬à à¬
ପସାରଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
@@ -2049,7 +2077,267 @@ msgstr "symlink '%s' à¬à à¬
ପସାରଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନ
msgid "no node device with matching name"
msgstr "ମàଳà¬à¬¾à¬à¬¥à¬¿à¬¬à¬¾ ନାମ ସହିତ à¬àଣସି à¬à¬£àଡାର vol ନାହିà¬"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "à¬à¬ªà¬à¬°à¬£ ଶàରàଷଠ%s à¬à ସଫାà¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "à¬
ନàପସàଥିତ à¬à¬¤àସ ପଥ"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "à¬
à¬à¬£à¬¾ à¬à¬£àଡାର vol ପàରà¬à¬¾à¬° %d"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "ଫାà¬à¬² à¬
ଧିପତି '%s' à¬à ବିନààାସ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "à¬
ବàଧ ଧàà±à¬¨à ମଡàଲ '%s'"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "ନàà¬à±à¬¾à¬°àଠà¬
ନàତରାପàଷàଠପàରà¬à¬¾à¬°"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "%s ରà à¬
ବàଧ ନàà¬à±à¬¾à¬°àଠସàà¬à¬ à¬
à¬à¬¿"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "à¬
à¬à¬£à¬¾ auth ପàରà¬à¬¾à¬° '%s'"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "%s ରà à¬
ବàଧ à¬à¬£àଡାର ପàଲ ସàà¬à¬ à¬
à¬à¬¿"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "%s ରà à¬
ବàଧ ପରିସର ସàà¬à¬"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "%s ରà à¬
ବàଧ ପରିସର ସàà¬à¬"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "à¬
ବàଧ ଧàà±à¬¨à ମଡàଲ '%s'"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "à¬
ବàଧ ଧàà±à¬¨à ମଡàଲ '%s'"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "%s ରà à¬
ବàଧ ସà¬à¬¯àà¬"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "ତàରàà¬à¬¿à¬¯àà¬àତ uuid à¬à¬ªà¬¾à¬¦à¬¾à¬¨"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "à¬
ନàପସàଥିତ à¬àଷମତା à¬à¬ªà¬¾à¬¦à¬¾à¬¨"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "à¬
à¬à¬£à¬¾ auth ପàରà¬à¬¾à¬° '%s'"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "à¬
à¬à¬£à¬¾ auth ପàରà¬à¬¾à¬° '%s'"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "%s à¬à à¬àଲିପାରିବà ନାହିà¬: %s"
@@ -2209,7 +2497,7 @@ msgstr "ପରିସରà¬à¬¿ shutoff à¬
ବସàଥାରà ନାହିà¬"
msgid "Could not read container config"
msgstr "ସà¬à¬¯àଠURIà¬à ବିଶàଳàଷଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬²à¬¾ ନାହିà¬"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr "à¬
à¬à¬£à¬¾ ପàରà¬à¬¾à¬° '%s'"
@@ -2223,6 +2511,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "ସà¬à¬¯àଠURIà¬à ବିଶàଳàଷଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬²à¬¾ ନାହିà¬"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "pid ଫାà¬à¬²'%s' à¬à à¬àଲିବାରà ବିଫଳ: %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "ସà¬à¬àତ ପାà¬à¬ªà¬°à ପଢ଼ିବାରà ବିଫଳ: %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "pid ଫାà¬à¬² '%s' à¬à ଲàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "pid ଫାà¬à¬²'%s' à¬à à¬àଲିବାରà ବିଫଳ: %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "ପàରà¬àରିàା ବିଫଳ: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "'%s' ସହିତ ସà¬àଠବାନàଧିବାରà ବିଫଳ: %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "hypervisor ସହିତ ସà¬à¬¯àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "'%s' ସହିତ ସà¬àଠବାନàଧିବାରà ବିଫଳ: %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "%s ରà vol ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "uid '%d' ପାà¬à¬ à¬à¬¾à¬³à¬ ବିବରଣà à¬àà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "%s ରà ପàଲ ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2267,697 +2620,765 @@ msgstr "ପàରàà¬àସି ସହିତ ସମàବାଦ ବିନିମ
msgid "got asynchronous packet number %d\n"
msgstr "ତାଳହàନ ପàଯାà¬àଠସà¬à¬àଯା %d ମିଳିଲା\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "qemu %d pid %lu ରà à¬
ପàରତààାଶିତ ପàରସàଥାନ ସàଥିତି"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr "à¬
ପàରତààାଶିତ ପàରସàଥାନ ସàଥିତି '%d', ସମàà¬à¬¬à¬¤à¬ qemu ବିଫଳ ହàà¬à¬à¬¿"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "QEMU ଦàà±à¬¿à¬®à¬¿à¬ %sà¬à à¬àà¬à¬¿ ପାà¬à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "ନàà¬à±à¬¾à¬°àଠ'%s' ମିଳàନାହିà¬"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr "ନàà¬à±à¬¾à¬°àଠପàରà¬à¬¾à¬° %d ସମରàଥିତ ନàହà¬"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr "ବàରିଠସମରàଥନà¬à à¬à¬°à¬®àଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬ªà¬¾à¬°à¬¿à¬¬ ନାହିà¬: %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "tap à¬
ନàତରାପàଷàଠ'%s' à¬à ବàରିଠ'%s' ସହିତ ଯàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ : %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "tap à¬
ନàତରାପàଷàଠ'%s' à¬à ବàରିଠ'%s' ସହିତ ଯàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ : %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "'info blockstats' à¬à¬¹à¬¿ qemu ଦàà±à¬¾à¬°à¬¾ ସମରàଥିତ ନàହà¬"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
#, fuzzy
msgid "STDIO migration is not supported with this QEMU binary"
msgstr "'info blockstats' à¬à¬¹à¬¿ qemu ଦàà±à¬¾à¬°à¬¾ ସମରàଥିତ ନàହà¬"
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "à¬
ସମରàଥିତ ଡିସàଠପàରà¬à¬¾à¬° '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "à¬
ସମରàଥିତ ଡିସàଠପàରà¬à¬¾à¬° '%s'"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr "à¬
ସମରàଥିତ ଡିସàଠପàରà¬à¬¾à¬° '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "à¬
ବàଧ ଧàà±à¬¨à ମଡàଲ"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "à¬
ବàଧ ପରିସର ନାମ"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "à¬
ବàଧ ପଥ"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "ପàରଦରàଶିà¬à¬¾ ପଥ %sà¬à à¬àଲିବାରà à¬
ସମରàଥ"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "ନàଡ ପରିସର ତାଲିà¬à¬¾"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "close-on-exec ଫାà¬à¬² ନିରàପଠଫàଲାଠବିନààାସ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "à¬
à¬à¬à¬¾à¬à¬¨à¬¥à¬¿à¬¬à¬¾ ଫାà¬à¬² ନିରàପଠଫàଲାଠବିନààାସ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "ଲଠଫାà¬à¬² %sà¬à ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "VM ଲà¬à¬«à¬¾à¬à¬² close-on-exec ଫàଲାଠ%s à¬à ବିନààାସ à¬à¬°à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "ଲଠଫାà¬à¬² %sà¬à ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/qemu_driver.c:211
-#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "ଲଠଫାà¬à¬² %sà¬à ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "VM ଲà¬à¬«à¬¾à¬à¬² close-on-exec ଫàଲାଠ%s à¬à ବିନààାସ à¬à¬°à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "tty %s à¬à à¬àଲିବାରà à¬
ସମରàଥ: %s\n"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "VM '%s' à¬à ସàà±àà¬à¬à¬¾à¬³à¬¿à¬¤ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "%s à¬à¬£àଡର à¬
ବସàଥିତି ପାà¬à¬¬à¬¾à¬°à ବିଫଳ %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "%s ରà ପରିସର ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "%s ପରିସରà¬à %s ରà ସà¬à¬°à¬àଷଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "ଡ଼ିରàà¬àà¬àରà %s ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ : %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "ବରàତàତମାନ ସମà ପାà¬à¬¬à¬¾à¬°à à¬
ସମରàଥ."
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "ଧାରା '%s' à¬à ବିଶàଲàଷଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "ଧାରା '%s' à¬à ବିଶàଲàଷଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à"
+
+#: src/qemu_driver.c:476
#, fuzzy, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "VM '%s' à¬à ସàà±àà¬à¬à¬¾à¬³à¬¿à¬¤ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup: ସàମàତିସàଥାନର à¬
à¬à¬¾à¬¬"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr "%s à¬à¬°à¬®àଠଫଳାଫଳà¬à ପଢ଼ିବା ସମàରà ବିଫଳତା"
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr "%s à¬à¬°à¬®àଠଫଳାଫଳà¬à ପଢ଼ିବା ସମàରà ସମà ସମାପàତ"
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr "%s à¬à¬°à¬®àଠଫଳାଫଳà¬à ପଢ଼ିବା ସମàରà ସàଥାନର à¬
à¬à¬¾à¬¬"
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, fuzzy, c-format
+msgid "Out of space while reading %s log output"
+msgstr "%s à¬à¬°à¬®àଠଫଳାଫଳà¬à ପଢ଼ିବା ସମàରà ସàଥାନର à¬
à¬à¬¾à¬¬"
+
+#: src/qemu_driver.c:757
+#, fuzzy, c-format
+msgid "Failure while reading %s log output"
+msgstr "%s à¬à¬°à¬®àଠଫଳାଫଳà¬à ପଢ଼ିବା ସମàରà ବିଫଳତା"
+
+#: src/qemu_driver.c:771
+#, fuzzy, c-format
+msgid "Timed out while reading %s log output"
+msgstr "%s à¬à¬°à¬®àଠଫଳାଫଳà¬à ପଢ଼ିବା ସମàରà ସମà ସମାପàତ"
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr "ପàରଦରàଶିà¬à¬¾ ପଥ %sà¬à à¬àଲିବାରà à¬
ସମରàଥ"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr "ପàରଦରàଶିà¬à¬¾ close-on-exec ଫàଲାà¬à¬à ବିନààାସ à¬à¬°à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr "ପàରଦରàଶିà¬à¬¾à¬à ବାଧାହàନ à¬
ବସàଥାରà ରà¬à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ"
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "ଲଠଫାà¬à¬² %dà¬à ବନàଦà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "tty à¬àଣà¬àଡ଼ିà¬à ବିନààାସ à¬à¬°à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ: %s\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr "CPU ତାର ସàà¬à¬¨à¬¾ à¬à¬¨àନ à¬à¬°à¬¿à¬¬à¬¾à¬à ପàରଦରàଶିà¬à¬¾ ନିରàଦàଦàଶ à¬à¬²à¬¾à¬à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "CPU ସାଦàଶàà %sà¬à ବିନààାସ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr "ପàନଠà¬à¬³à¬¨ ପàରà¬àରିàା ବିଫଳ ହàଲା"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "ବରàତàତମାନ ସମà ପାà¬à¬¬à¬¾à¬°à à¬
ସମରàଥ."
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "VM à¬à¬¿ ପàରàବରà ସà¬àରିà à¬
à¬à¬¿"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr "à¬àà¬à¬¿à¬ à¬
ବààବହàତ VNC ସà¬à¬¯àà¬à¬¿à¬à ପାà¬à¬¬à¬¾à¬°à à¬
ସମରàଥ"
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "ଲଠଡ଼ିରàà¬àà¬àରà %s à¬à ନିରàମାଣ à¬à¬°à¬¿à¬¹àବ ନାହିà¬: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "QEMU ଦàà±à¬¿à¬®à¬¿à¬ %sà¬à à¬àà¬à¬¿ ପାà¬à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "QEMU ଦàà±à¬¿à¬®à¬¿à¬ %sà¬à à¬àà¬à¬¿ ପାà¬à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "argv à¬à ଲà¬à¬«à¬¾à¬à¬² %dରà ଲàà¬à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "argv à¬à ଲà¬à¬«à¬¾à¬à¬² %dରà ଲàà¬à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "argv à¬à ଲà¬à¬«à¬¾à¬à¬² %dରà ଲàà¬à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "%s ପରିସରà¬à ବନàଦ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "VM '%s'à¬à ବନàଦà¬à¬°àà¬
à¬à¬¿"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "'%s' ସହିତ ସà¬àଠବାନàଧିବାରà ବିଫଳ: %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "ଲଠଫାà¬à¬² %dà¬à ବନàଦà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
+msgid "Failed to remove domain status for %s"
+msgstr "%s ରà ପରିସର ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "VM à¬àନସଲ ତଥààà¬à ଲଠà¬à¬°à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ: %s"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "tty %s à¬à à¬àଲିବାରà à¬
ସମରàଥ: %s\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr "NUMA à¬à¬¹à¬¿ à¬à¬§à¬¾à¬°à¬°à ସମରàଥିତ ନàହà¬"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr "NUMA ମàà¬àତ ସàମàତିସàଥାନà¬à ଯାà¬àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "à¬à¬§à¬¾à¬° ନାମ ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "%s ପରିସରà¬à¬¿ ପàରàବରà ରହିà¬à¬¿"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "%s ପରିସରà¬à¬¿ ପàରàବରà ରହିà¬à¬¿"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "id %d ସହିତ ମàଳ à¬à¬¾à¬à¬¥à¬¿à¬¬à¬¾ à¬àଣସି ପରିସର ନାହିà¬"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "ପରିସର à¬à¬¾à¬²àନାହିà¬"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr "ନିଲମàବିତ ପàରààଠବିଫଳ ହàଲା"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr "ବନàଦà¬à¬°à¬¿à¬¬à¬¾ ପàରààଠବିଫଳ ହàଲା"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "uuid '%s' ସହିତ ମàଳà¬à¬¾à¬à¬¥à¬¿à¬¬à¬¾ à¬àଣସି ପରିସର ନାହିà¬"
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr "ସରàବାଧିଠସàମàତିସàଥାନà¬à ବରàତàତମାନର ସàମàତିସàଥାନ à¬
ପàà¬àଷା à¬à¬® à¬à¬°à¬¾à¬¯à¬¾à¬à¬ªà¬¾à¬°à¬¿à¬¬ ନାହିà¬"
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr "à¬àà¬à¬¿à¬ ସà¬àରିà ପରିସରର ସàମàତିସàଥାନ ବିନààାସ à¬à¬°à¬¾à¬¯à¬¾à¬à¬ªà¬¾à¬°à¬¿à¬¬ ନାହିà¬"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr "ସàମàତିସàଥାନà¬à ବରàତàତମାନର ସରàବାଧିଠସàମàତିସàଥାନ à¬
ପàà¬àଷା à¬
ଧିଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬ªà¬¾à¬°à¬¿à¬¬ ନାହିà¬"
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr "ପରିସର xml à¬à ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr "'%s' à¬à ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
msgstr "ସà¬à¬°à¬àଷଣ ଶàରàଷà¬à¬à ଲàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr "xml ଲàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "ଲଠଫାà¬à¬² %dà¬à ବନàଦà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "ସàମàତି ବାହାରà"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr "à¬à¬ªàରବାସ ପàରààଠବିଫଳ"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
#, fuzzy
msgid "'migrate' not supported by this qemu"
msgstr "'info blockstats' à¬à¬¹à¬¿ qemu ଦàà±à¬¾à¬°à¬¾ ସମରàଥିତ ନàହà¬"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr "à¬àà¬à¬¿à¬ ସà¬àରିà ପରିସରର vcpu ହିସାବà¬à ପରିବରàତàତନ à¬à¬°à¬¾à¬¯à¬¾à¬à¬ªà¬¾à¬°à¬¿à¬¬ ନାହିà¬"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr "ପରିସର ପାà¬à¬ ସରàବାଧିଠvcpus ନିରàଦàଧାରଣ à¬à¬°à¬¾à¬¯à¬¾à¬à¬ªà¬¾à¬°à¬¿à¬¬ ନାହିà¬"
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr "à¬à¬¹à¬¿ ପରିସର ପାà¬à¬ à¬
ନàରàଧିତ vcpus à¬à¬¿ ସରàବାଧିଠà¬
ନàମàଦିତ vcpus ଠାରà à¬
ଧିà¬: %d > %d"
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
msgid "cannot pin vcpus on an inactive domain"
msgstr "à¬àà¬à¬¿à¬ ନିଷàà¬àରିà ପରିସରରà vcpus à¬à ଯàଡ଼ିପାରିବà ନାହିà¬"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "vcpu ସà¬à¬ààା ପରିସର ବାହାରà %d > %d"
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "ସାଦàଶàà ବିନààାସ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr "cpu ସାଦàଶàà ସମରàଥିତ ନàହà¬"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "ସାଦàଶàà ପାà¬à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr "cpu ସାଦàଶàà à¬à¬ªà¬²à¬¬àଧ ନାହିà¬"
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "ପରିସର ସà¬à¬àà¬à¬¾ '%d'ରà à¬
à¬à¬£à¬¾ virt ପàରà¬à¬¾à¬°"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "ବରàତàତମାନ ସମà ପାà¬à¬¬à¬¾à¬°à à¬
ସମରàଥ."
+
+#: src/qemu_driver.c:3014
+#, fuzzy, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr "vCPU ସରàବାଧିଠହିସାବà¬à à¬
ତିà¬àରମ à¬à¬°à¬¿à¬à¬¿: %d > %d"
+
+#: src/qemu_driver.c:3023
+#, fuzzy, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr "vCPU ସରàବାଧିଠହିସାବà¬à à¬
ତିà¬àରମ à¬à¬°à¬¿à¬à¬¿: %d > %d"
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr "ପରିସର ପàରତିà¬à¬¬à¬¿ ପଢ଼ିପାରିବà ନାହିà¬"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr "qemu ଶàରàଷà¬à¬à ପଢ଼ିବାରà ବିଫଳ"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr "ପàରତିà¬à¬¬à¬¿ ମାàାà¬à¬¿ ସଠିଠନàହà¬"
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "ପàରତିà¬à¬¬à¬¿ ସà¬à¬¸àà¬à¬°à¬£à¬à¬¿ ସମରàଥିତ ନàହଠ(%d > %d)"
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr "XML ପଢ଼ିବାରà ବିଫଳ"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr "XML ବିଶàଳàଷଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr "ପରିସରà¬à¬¿ '%s' ପରି ପàରàବରà ସà¬àରିà à¬
à¬à¬¿"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
msgid "failed to assign new VM"
msgstr "ନàତନ VM ନିରàଦàଦିଷàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr "VM à¬à ପàରାରମàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
msgid "failed to resume domain"
msgstr "ପରିସରà¬à ପàନà¬à¬ªàରାରମàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "à¬
ସମରàଥିତ ଡିସàଠପàରà¬à¬¾à¬° '%s'"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "cdrom ସà¬àà¬à¬¾à¬° ମାଧàଯମ ପରିବରàତàତନ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "cdrom ସà¬àà¬à¬¾à¬° ମାଧàଯମ ପରିବରàତàତନ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, fuzzy, c-format
msgid "target %s already exists"
msgstr "à¬à¬£àଡାର vol ପàରàବରà à¬
ବସàଥିତ à¬
à¬à¬¿"
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "%s à¬à ପଢ଼ିପାରିବà ନାହିà¬: %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "%s ପରିସରà¬à¬¿ ପàରàବରà ରହିà¬à¬¿"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "à¬à¬¤àସ à¬à¬ªà¬à¬°à¬£à¬àଡ଼ିà¬à ବାହାର à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "à¬à¬§à¬¾à¬° ସà¬à¬àà¬à¬¾ ଫାà¬à¬²à¬à ଧାରଣ à¬à¬°àà¬
à¬à¬¿"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "à¬à¬¤àସ à¬à¬ªà¬à¬°à¬£à¬àଡ଼ିà¬à ବାହାର à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "à¬à¬§à¬¾à¬° ସà¬à¬àà¬à¬¾ ଫାà¬à¬²à¬à ଧାରଣ à¬à¬°àà¬
à¬à¬¿"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr "à¬àà¬à¬¿à¬ ନିଷàà¬àରିà ପରିସରରà à¬à¬ªà¬à¬°à¬£ ଯàଠà¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/qemu_driver.c:3451
-#, fuzzy
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, fuzzy, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr "à¬àବଳ CDROM ଡିସàଠà¬à¬ªà¬à¬°à¬£à¬àଡ଼ିଠଯàଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬ªà¬¾à¬°à¬¿à¬¬"
-#: src/qemu_driver.c:3460
-#, fuzzy
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, fuzzy, c-format
+msgid "device type '%s' cannot be attached"
msgstr "à¬àବଳ CDROM ଡିସàଠà¬à¬ªà¬à¬°à¬£à¬àଡ଼ିଠଯàଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬ªà¬¾à¬°à¬¿à¬¬"
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "ପରିସର ମିଳà ନାହିà¬"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "ପରିସରà¬à ପàନà¬à¬ªàରାରମàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "%s ରà à¬à¬ªà¬à¬°à¬£à¬à ପàଥଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "à¬àà¬à¬¿à¬ ନିଷàà¬àରିà ପରିସରରà à¬à¬ªà¬à¬°à¬£ ଯàଠà¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
#, fuzzy
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr "à¬àବଳ CDROM ଡିସàଠà¬à¬ªà¬à¬°à¬£à¬àଡ଼ିଠଯàଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬ªà¬¾à¬°à¬¿à¬¬"
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "à¬àà¬à¬¿à¬ ସà¬àରିà ପରିସରର ସàମàତିସàଥାନ ବିନààାସ à¬à¬°à¬¾à¬¯à¬¾à¬à¬ªà¬¾à¬°à¬¿à¬¬ ନାହିà¬"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "ସàà±àà¬à¬à¬¾à¬³à¬¿à¬¤ ଡ଼ିରàà¬àà¬àରà %s ନିରàମାଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "symlink '%s' à¬à '%s' ରà ନିରàମାଣ à¬à¬°à¬¿à¬ªà¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "à¬
ବàଧ ପଥ: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr "'info blockstats' ନିରàଦàଦàଶ ବିଫଳ"
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "'info blockstats' à¬à¬¹à¬¿ qemu ଦàà±à¬¾à¬°à¬¾ ସମରàଥିତ ନàହà¬"
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "à¬à¬ªà¬à¬°à¬£ ମିଳିଲା ନାହିà¬: %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr "NULL à¬à¬¿à¬®àବା à¬à¬¾à¬²à¬¿ ପଥ"
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "à¬
ବàଧ ପଥ, '%s' à¬à¬¿ à¬àà¬à¬¿à¬ à¬à¬£à¬¾ à¬
ନàତରାପàଷàଠନàହà¬"
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "dir '%s'à¬à à¬àଲିବାରà ବିଫଳ: %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "ଫାà¬à¬²à¬°à lseek à¬à¬¿à¬®àବା ପଢ଼ିବାରà ବିଫଳ: %s: %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "à¬
ବàଧ ପଥ"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr "QEMU ଡàରାà¬à¬à¬° à¬àବଳ à¬à¬à¬¾à¬¸à ସàମàତି ଠିà¬à¬£à¬¾à¬à ସମରàଥନ à¬à¬°à"
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "à¬àଲିବା(%s) ବିଫଳ: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "lvs ନିରàଦàଦàଶ ବିଫଳ"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s: ଲଠଫାà¬à¬² ଲàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "ନàଡ ପରିସର ତାଲିà¬à¬¾"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "UUID ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "ପରିସରà¬à¬¿ '%s' ପରି ପàରàବରà ସà¬àରିà à¬
à¬à¬¿"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "VM à¬à ପàରାରମàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "ପàରà¬àରିàା ବିଫଳ: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "%s ପରିସରà¬à ପàନà¬à¬ªàରାରମàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "ମàଳ à¬à¬¾à¬à¬¥à¬¿à¬¬à¬¾ ନାମ ସହିତ à¬àଣସି ପରିସର ନାହିà¬"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
msgstr "libvirtd ଦàà±à¬¿à¬®à¬¿à¬à¬à à¬àà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
@@ -2967,509 +3388,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr "remote_open:URL ରà ପରିବହନ à¬à¬¿à¬¹àନିତ ନàହଠ(tls|unix|ssh|ext|tcp ହàବା à¬à¬à¬¿à¬¤)"
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open: 'ext' ପରିବହନ ପାà¬à¬, ନିରàଦàଦàଶ à¬à¬¬à¬¶ààà¬"
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "tty %s à¬à à¬àଲିବାରà à¬
ସମରàଥ: %s\n"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "tty %s à¬à à¬àଲିବାରà à¬
ସମରàଥ: %s\n"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "ସà¬àଠନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "ସà¬àଠନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr "ପରିବହନ ପàରଣାଳà unix, ssh à¬à¬¬à¬ ext à¬àଡ଼ିଠWindowsରà ସମରàଥିତ ନàହà¬"
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "ସà¬àଠନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "ଲଠଫାà¬à¬² %dà¬à ବନàଦà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "àà.à¬à¬°.à¬à¬. ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "ପରିସର ବାଣàà¬àà¬
à¬à¬¿"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "%s '%s' ମଧàଯରà ପàରବàଶ à¬à¬°à¬¿à¬¹àବ ନାହିà¬: %s (%d)"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "ଧାରଣ ପାତàର ଥାà¬à¬à ବଣàà¬à¬¨ à¬à¬°à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "VM à¬àନସଲ ତଥààà¬à ଲଠà¬à¬°à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ: %s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "SASL ଲାà¬à¬¬àରàରàà¬à à¬à¬°à¬®àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %d (%s)"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, fuzzy, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "tty à¬àଣà¬àଡ଼ିà¬à ବିନààାସ à¬à¬°à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ: %s\n"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "tty à¬àଣà¬àଡ଼ିà¬à ବିନààାସ à¬à¬°à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ: %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "à¬àରାହଠପàରମାଣପତàରà¬à ଯାà¬àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "tty %s à¬à à¬àଲିବାରà à¬
ସମରàଥ: %s\n"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr "ସରàà¬à¬° ଯାà¬àଠ(ପàରମାଣପତàର à¬à¬¿à¬®àବା IP ଠିà¬à¬£à¬¾ ବାହାରà) ବିଫଳ\n"
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "à¬àରାହଠପàରମାଣପତàରà¬à ଯାà¬àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "ପାà¬à¬ª ନିରàମାଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "à¬
ବàଧ à¬à¬ªà¬à¬°à¬£ ପàରà¬à¬¾à¬°: %s"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
#, fuzzy
msgid "The certificate is not trusted."
msgstr "ପàରମାଣପତàରà¬à¬¿ à¬à¬ªà¬°àଯààନàତ ସà¬àରିà ହàà¬à¬¨à¬¾à¬¹à¬¿à¬"
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
#, fuzzy
msgid "The certificate hasn't got a known issuer."
msgstr "remoteCheckCertificate: à¬àରାହଠପàରମାଣପତàରର ଦାତା à¬
à¬à¬£à¬¾ à¬
à¬à."
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
#, fuzzy
msgid "The certificate has been revoked."
msgstr "ପàରମାଣପତàରà¬à¬¿à¬° ସମà ସମାପàତ ହàà¬à¬à¬¿"
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
#, fuzzy
msgid "The certificate uses an insecure algorithm"
msgstr "remoteCheckCertificate: à¬àରାହଠପàରମାଣପତàର à¬àà¬à¬¿à¬ à¬
ସàରà¬àଷିତ à¬à¬²à¬àରିଦମ ବààବହାର à¬à¬°à."
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "ପàରମାଣପତàରà¬à¬¿ X.509 ନàହà¬"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "gnutls_certificate_get_peers ବିଫଳ"
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "SASL ବàଧିà¬à¬°à¬£ %s à¬à à¬à¬°à¬®àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "tty %s à¬à à¬àଲିବାରà à¬
ସମରàଥ: %s\n"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "ପàରମାଣପତàରà¬à¬¿à¬° ସମà ସମାପàତ ହàà¬à¬à¬¿"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "ପàରମାଣପତàରà¬à¬¿ à¬à¬ªà¬°àଯààନàତ ସà¬àରିà ହàà¬à¬¨à¬¾à¬¹à¬¿à¬"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr "ପàରମାଣପତàରର ମାଲିଠà¬à¬§à¬¾à¬° ନାମ (%s) ସହିତ ମàଳà¬à¬¾à¬ ନାହିà¬"
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "à¬
ତààଧିଠNUMA à¬àଷ: %d > %d"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "à¬
ତàଯଧିଠସàଦàର ପରିସର IDs: %d > %d"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr "map ଲମàବ ସରàବାଧିଠଠାରà à¬
ଧିà¬: %d > %d"
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "vCPU ସରàବାଧିଠହିସାବà¬à à¬
ତିà¬àରମ à¬à¬°à¬¿à¬à¬¿: %d > %d"
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr "vCPU ମààାପ ବଫର ସରàବାଧିଠଲମàବà¬à à¬
ତିà¬àରମ à¬à¬°à¬¿à¬¸à¬¾à¬°à¬¿à¬²à¬¾à¬£à¬¿: %d > %d"
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "à¬à¬§à¬¾à¬° à¬
ତààଧିଠvCPUs à¬à¬¬à¬° à¬à¬°à: %d > %d"
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr "à¬à¬§à¬¾à¬° à¬à¬¬à¬°à¬° ମààାପ ବଫର ସରàବାଧିଠଲମàବà¬à à¬
ତିà¬àରମ à¬à¬°à¬¿à¬à¬¿: %d > %d"
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, fuzzy, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr "vCPU ସରàବାଧିଠହିସାବà¬à à¬
ତିà¬àରମ à¬à¬°à¬¿à¬à¬¿: %d > %d"
+
+#: src/remote_internal.c:2352
+#, fuzzy, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr "vCPU ସରàବାଧିଠହିସାବà¬à à¬
ତିà¬àରମ à¬à¬°à¬¿à¬à¬¿: %d > %d"
+
+#: src/remote_internal.c:2361
+#, fuzzy, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr "vCPU ସରàବାଧିଠହିସାବà¬à à¬
ତିà¬àରମ à¬à¬°à¬¿à¬à¬¿: %d > %d"
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr "à¬
ତàଯଧିଠସàଦàର ପରିସର ନାମà¬àଡ଼ିà¬: %d > %d"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
"remoteDomainGetSchedulerParameters: ଫàରି ପାà¬à¬¥à¬¿à¬¬à¬¾ ସàà±à¬¤à¬¨àତàରà¬à¬°à¬àଡ଼ିଠସàମା à¬
ତିà¬àରମ à¬à¬°à"
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "remoteDomainGetSchedulerParameters: à¬
à¬à¬£à¬¾ ସàà±à¬¤à¬¨àତàରà¬à¬° ପàରà¬à¬¾à¬°"
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "ସàମàତି ବଣàà¬à¬¨ ସାରଣà ବାହାରà"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "à¬
à¬à¬£à¬¾ ପàରାà¬à¬³ ପàରà¬à¬¾à¬°"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr "ସàଦàର ପàରà¬àà¬à¬² ପାà¬à¬ ବàଲଠପିଠà¬
ନàରàଧ à¬àବ ବଡ଼, %zi > %d"
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr "ଫàରି ପାà¬à¬¥à¬¿à¬¬à¬¾ ବଫର à¬
ନàରàଧ à¬à¬°à¬¾à¬¯à¬¾à¬à¬¥à¬¿à¬¬à¬¾ ପରି ସମାନ ନàହà¬"
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr "ସàହàର ପàରà¬àà¬à¬² ପାà¬à¬ ସàମàତିସàଥାନ ପିଠà¬
ନàରàଧ à¬àବ ବଡ଼, %zi > %d"
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "ବହàସà¬à¬àଯଠସàଦàର ନàà¬à±à¬°àà¬à¬àଡ଼ିà¬: %d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr "ବହàସà¬à¬àଯଠà¬à¬£àଡାର ପàଲà¬àଡ଼ିଠà¬
ନàରàଧ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr "ବହàସà¬à¬àଯଠà¬à¬£àଡାର ପàଲà¬àଡ଼ିଠà¬àରହଣ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr "ବହàସà¬à¬àଯଠà¬à¬£àଡାର à¬à¬à¬¾à¬°à¬àଡ଼ିଠà¬
ନàରàଧ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr "ବହàସà¬à¬àଯଠà¬à¬£àଡାର à¬à¬à¬¾à¬°à¬àଡ଼ିଠà¬àରହଣ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "ବହàସà¬à¬àଯଠà¬à¬£àଡାର à¬à¬à¬¾à¬°à¬àଡ଼ିଠà¬
ନàରàଧ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "ବହàସà¬à¬àଯଠà¬à¬£àଡାର à¬à¬à¬¾à¬°à¬àଡ଼ିଠà¬àରହଣ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "ବହàସà¬à¬àଯଠà¬à¬£àଡାର à¬à¬à¬¾à¬°à¬àଡ଼ିଠà¬
ନàରàଧ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "ବହàସà¬à¬àଯଠà¬à¬£àଡାର à¬à¬à¬¾à¬°à¬àଡ଼ିଠà¬àରହଣ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "à¬
à¬à¬£à¬¾ ପàରାଧିà¬à¬°à¬£ ପàରà¬à¬¾à¬° %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr "à¬
ନàରàଧିତ ପàରାଧିà¬à¬°à¬£ ପàରà¬à¬¾à¬° %s à¬à ବାତିଲ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿"
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "à¬
ସମରàଥିତ ପàରାଧିà¬à¬°à¬£ ପàରà¬à¬¾à¬° %d"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "SASL ଲାà¬à¬¬àରàରàà¬à à¬à¬°à¬®àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %d (%s)"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "ଠିà¬à¬£à¬¾ %dà¬à ପାà¬à¬¬à¬¾à¬°à ବିଫଳ (%s)"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "ସାଥି ଠିà¬à¬£à¬¾ %dà¬à ପାà¬à¬¬à¬¾à¬°à ବିଫଳ (%s)"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "SASL à¬àରାହଠପàରସà¬àଠନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %d (%s)"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr "TLS à¬
ଧିବàଶନ ପାà¬à¬ à¬
ବàଧ cipher à¬à¬à¬¾à¬°"
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "ବାହàଯ SSF ବିନààାସ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିଠ%d (%s)"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr "ସàରà¬àଷା props ବିନààାସ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିଠ%d (%s)"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "SASL à¬àରିàାବଳà %s ସରàà¬à¬° ଦàà±à¬¾à¬°à¬¾ ସମରàଥିତ ନàହà¬"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "SASL à¬à¬¦à¬¾à¬¨ ପàରଦାନ à¬à¬°à¬®àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %d (%s)"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr "auth ପàରମାଣପତàର ପàରସàତàତ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr "SASL ପàରମାଣପତàର ତଥàà à¬àବ ବଡ଼: %d ବାà¬à¬à¬¸"
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "SASL ପଦà¬àଷàପ ବିଫଳ: %d (%s)"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr "SSF %d à¬à¬¦à¬¾à¬¨ ପàରଦାନà¬à¬¿ ଯଥàଷàଠଶà¬àତ ନàହà¬"
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr "auth ପରିà¬àପତàର ସà¬à¬àରହ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr "xdr_remote_message_header ବିଫଳ"
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr "ମାରàସାଲିà¬àଠargs"
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
#, fuzzy
msgid "xdr_u_int (length word)"
msgstr "xdr_int (ଲମàବ ଶବàଦ)"
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "ପରିସର ତଥààà¬à ସà¬à¬°à¬àଷଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "%d ସà¬àà¬à¬à ପଢିବାରà ବିଫଳ\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "à¬àବଳ ପଠନàà ସà¬à¬¯àà¬"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "à¬
ଧିତଥàà ଲàà¬à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "'%s' à¬à ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "vol %s à¬à à¬
ପସାରଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
#, fuzzy
msgid "xdr_u_int (length word, reply)"
msgstr "xdr_int (ଲମàବ ଶବàଦ, à¬à¬¤àତର)"
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
#, fuzzy
msgid "packet received from server too small"
msgstr "ସରàà¬à¬°à¬°à à¬àରହଣ à¬à¬°à¬¾à¬¯à¬¾à¬à¬¥à¬¿à¬¬à¬¾ ପààାà¬àà¬à¬à¬¿ à¬àବ ବଡ଼"
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr "ସରàà¬à¬°à¬°à à¬àରହଣ à¬à¬°à¬¾à¬¯à¬¾à¬à¬¥à¬¿à¬¬à¬¾ ପààାà¬àà¬à¬à¬¿ à¬àବ ବଡ଼"
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr "à¬à¬¤àତରରà à¬
ବàଧ ଶàରàଷà¬"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr "à¬
à¬à¬£à¬¾ ପàରà¬àରାମ (%x à¬àରହଣ à¬à¬°à¬¿à¬
à¬à¬¿, %x à¬à¬¶à¬¾à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿)"
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr "à¬
à¬à¬£à¬¾ ପàରà¬àà¬à¬² ସà¬à¬¸àà¬à¬°à¬£ (%x à¬àରହଣ à¬à¬°à¬¿à¬
à¬à¬¿, %x à¬à¬¶à¬¾à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿)"
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr "à¬
à¬à¬£à¬¾ ପଦàଧତି (%x à¬àରହଣ à¬à¬°à¬¿à¬
à¬à¬¿, %x à¬à¬¶à¬¾à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿)"
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr "unmarshalling ret"
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr "unmarshalling remote_error"
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr "à¬
à¬à¬£à¬¾ ସàଥିତି (%x à¬àରହଣ à¬à¬°à¬¿à¬
à¬à¬¿)"
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "calloc ବିଫଳ"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "ନିରàଦàଦàଶ ପାà¬à¬ à¬
ପàà¬àଷା à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "tty pid ଫାà¬à¬² %sà¬à à¬àଲିପାରିବà ନାହିà¬: %s"
+
+#: src/security_selinux.c:120
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr "tty pid ଫାà¬à¬² %sà¬à ପଢ଼ିପାରିବà ନାହିà¬: %s"
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "tty pid ଫାà¬à¬² %sà¬à à¬àଲିପାରିବà ନାହିà¬: %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "tty pid ଫାà¬à¬² %sà¬à ପଢ଼ିପାରିବà ନାହିà¬: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "%s ର ଫାà¬à¬² ପàରସà¬àଠପାଠପାରିବà ନାହିà¬: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, fuzzy, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr "vCPU ସରàବାଧିଠହିସାବà¬à à¬
ତିà¬àରମ à¬à¬°à¬¿à¬à¬¿: %d > %d"
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "tty %s à¬à à¬àଲିବାରà à¬
ସମରàଥ: %s\n"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "tty %s à¬à à¬àଲିବାରà à¬
ସମରàଥ: %s\n"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3500,45 +4002,45 @@ msgstr "ଫାà¬à¬² '%s'ର ଶàଷରà à¬àà¬à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନ
msgid "cannot read beginning of file '%s'"
msgstr "ଫାà¬à¬² '%s'ର ଶàଷରà à¬àà¬à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬:%s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "%s ର ଫାà¬à¬² ପàରସà¬àଠପାଠପାରିବà ନାହିà¬: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "dir %s à¬à ପଢ଼ିପାରିବà ନାହିà¬: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr "regex %s à¬à ସà¬àà¬à¬³à¬¨ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "fd à¬à ପଢ଼ିପାରିବà ନାହିà¬"
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "ନିରàଦàଦàଶ ପାà¬à¬ à¬
ପàà¬àଷା à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr "ନିରàଦàଦàଶ ନିରàମଳ à¬à¬¾à¬¬à¬°à ପàରସàଥାନ à¬à¬°à¬¿à¬¨à¬¥à¬¿à¬²à¬¾"
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "ପଢ଼ିବା ତàରàà¬à¬¿: %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr "ନିରàଦàଦàଶ %d ରà ଶàନàà-ହàନ ପàରସàଥାନ ସàଥିତି"
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "%s: à¬à¬¾à¬°àଯààà¬à¬¾à¬°à ହàà¬à¬¨à¬¾à¬¹à¬¿à¬\n"
@@ -3649,7 +4151,7 @@ msgid "cannot extend file '%s'"
msgstr "ଫାà¬à¬² '%s' à¬à ବଢ଼ାଠପାରିବà ନାହିà¬: %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "ପଥ '%s' à¬à ପଢ଼ି ପାରିବà ନାହିà¬: %s"
@@ -3683,17 +4185,17 @@ msgstr "qemu-img ବିନା ସମàପàରàଣàଣ ପàରତିà¬
msgid "creation of non-raw images is not supported without qemu-img"
msgstr "qemu-img ବିନା ସମàପàରàଣàଣ ପàରତିà¬à¬¬à¬¿à¬àଡ଼ିà¬à ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾ ସମରàଥିତ ନàହà¬"
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "ଫାà¬à¬² à¬
ଧିପତି '%s' à¬à ବିନààାସ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "ଫାà¬à¬² à¬
ବସàଥା '%s' à¬à ସàଠà¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "ଫାà¬à¬² '%s' à¬à ବନàଦ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
@@ -3804,11 +4306,7 @@ msgstr "à¬à¬ªà¬à¬°à¬£ %s à¬à ବନàଦ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନ
msgid "cannot remove PV device '%s'"
msgstr "ttyPidFile %sà¬à à¬à¬¾à¬¢à¬¼à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "ନàତନ à¬à¬¾à¬¬à ନିରàମିତ à¬à¬à¬¾à¬° '%s' à¬à à¬àà¬à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
@@ -3821,164 +4319,169 @@ msgstr "à¬
ନàପସàଥିତ auth à¬à¬§à¬¾à¬° à¬àଣ"
msgid "missing auth passwd attribute"
msgstr "à¬
ନàପସàଥିତ auth ପàରବàଶ ସà¬à¬àତ à¬àଣ"
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr "ତàରàà¬à¬¿à¬¯àà¬àତ à¬
ଷàà¬à¬¾à¬§à¬¾à¬°à à¬
ବସàଥା"
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr "ତàରàà¬à¬¿à¬¯àà¬àତ ମାଲିà¬à¬° à¬à¬ªà¬¾à¬¦à¬¾à¬¨"
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr "ତàରàà¬à¬¿à¬¯àà¬àତ ଶàରàଣàର à¬à¬ªà¬¾à¬¦à¬¾à¬¨"
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "à¬
à¬à¬£à¬¾ ମàà¬àà à¬à¬¾à¬³à¬ à¬à¬ªà¬¾à¬¦à¬¾à¬¨"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "à¬
à¬à¬£à¬¾ à¬à¬£àଡାର vol ପàରà¬à¬¾à¬° %d"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "à¬
ନàପସàଥିତ ନାମ à¬à¬ªà¬¾à¬¦à¬¾à¬¨"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr "uuid ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "à¬
à¬à¬£à¬¾ auth ପàରà¬à¬¾à¬° '%s'"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "à¬
ନàପସàଥିତ à¬à¬¤àସ à¬à¬§à¬¾à¬° ନାମ"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "à¬à¬¤àସ à¬à¬ªà¬à¬°à¬£à¬àଡ଼ିà¬à ବାହାର à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "à¬
ନàପସàଥିତ à¬à¬¤àସ à¬à¬ªà¬à¬°à¬£ ପଥ"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "à¬
ନàପସàଥିତ à¬à¬¤àସ ପଥ"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr "à¬
à¬à¬£à¬¾ auth ପàରà¬à¬¾à¬° '%s'"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "à¬
ନàପସàଥିତ ଲà¬àଷàଯସàଥଳ ପଥ"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "à¬
ସମରàଥିତ ପàଲ ଶàଳà %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr "à¬
ପàରତàଯାଶିତ ପàଲ ପàରà¬à¬¾à¬°"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr "à¬
ନàପସàଥିତ ମାଲିଠà¬à¬ªà¬¾à¬¦à¬¾à¬¨"
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "à¬
ନàପସàଥିତ ମàà¬àà à¬à¬¾à¬³à¬ à¬à¬ªà¬¾à¬¦à¬¾à¬¨"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr "à¬
à¬à¬£à¬¾ à¬à¬à¬¾à¬° à¬à¬à¬à¬àଡ଼ିଠ'%s'"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr "ତàରàà¬à¬¿à¬¯àà¬àତ à¬àଷମତା à¬à¬ªà¬¾à¬¦à¬¾à¬¨"
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr "à¬àଷମତା à¬à¬ªà¬¾à¬¦à¬¾à¬¨ ମàଲàà à¬àବ ବଡ଼"
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr "à¬
à¬à¬£à¬¾ ମàà¬àà à¬à¬¾à¬³à¬ à¬à¬ªà¬¾à¬¦à¬¾à¬¨"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "à¬
ନàପସàଥିତ ନାମ à¬à¬ªà¬¾à¬¦à¬¾à¬¨"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr "à¬
ନàପସàଥିତ à¬àଷମତା à¬à¬ªà¬¾à¬¦à¬¾à¬¨"
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "à¬
à¬à¬£à¬¾ auth ପàରà¬à¬¾à¬° '%s'"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, fuzzy, c-format
msgid "unknown volume format number %d"
msgstr "à¬
ସମରàଥିତ à¬à¬à¬¾à¬° ଶàଳà %d"
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "ବିନàଯାସ ଡ଼ିରàà¬àà¬àରà %sà¬à ନିରàମାଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "ବିନàଯାସ ଫାà¬à¬² ପଥà¬à ନିରàମାଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr "ସàà±àà¬à¬à¬¾à¬³à¬¿à¬¤ ସà¬à¬¯àଠପଥ ନିରàମାଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr "XML ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "ବିନàଯାସ ଫାà¬à¬² %sà¬à ନିରàମାଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "ବିନàଯାସ ଫାà¬à¬² %sà¬à ଲàà¬à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "ବିନàଯାସ ଫାà¬à¬² %sà¬à ସà¬à¬°à¬àଷଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "%s ପାà¬à¬ à¬àଣସି ବିନàଯାସ ଫାà¬à¬² ନାହିà¬"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "%s ପାà¬à¬ ବିନààାସà¬à à¬
ପସାରଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr "uuid ସହିତ ମିଶàଥିବା à¬àଣସି ପàଲ ନାହିà¬"
@@ -3986,17 +4489,17 @@ msgstr "uuid ସହିତ ମିଶàଥିବା à¬àଣସି ପàଲ ନ
msgid "no pool with matching name"
msgstr "ସମାନ ନାମ ବିଶିଷàଠà¬àଣସି ପàଲ ନାହିà¬"
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr "à¬à¬£àଡାର ପàଲ ପàରàବରà à¬
ବସàଥିତ"
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr "ମàଳà¬à¬¾à¬à¬¥à¬¿à¬¬à¬¾ uuid ସହିତ à¬àଣସି à¬à¬£àଡାର ପàଲ ନାହିà¬"
@@ -4004,61 +4507,61 @@ msgstr "ମàଳà¬à¬¾à¬à¬¥à¬¿à¬¬à¬¾ uuid ସହିତ à¬àଣସି à¬à¬£
msgid "pool is still active"
msgstr "ପàଲà¬à¬¿ à¬à¬ªà¬°àଯààନàତ ସà¬àରିà à¬
à¬à¬¿"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr "ପàଲà¬à¬¿ ପàରàବରà ସà¬àରିà à¬
à¬à¬¿"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr "à¬à¬£àଡାର ପàଲà¬à¬¿ ପàରàବରà ସà¬àରିà à¬
à¬à¬¿"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr "à¬à¬£àଡାର ପàଲà¬à¬¿ ସà¬àରିà ନାହିà¬"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr "à¬à¬£àଡାର ପàଲà¬à¬¿ à¬à¬ªà¬°àଯààନàତ ସà¬àରିà à¬
à¬à¬¿"
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr "ପàଲ à¬à¬à¬¾à¬° à¬
ପସାରଣà¬à ସମରàଥନ à¬à¬°àନାହିà¬"
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "ପàଲର config ଫାà¬à¬² ନାହିà¬"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr "ମàଳà¬à¬¾à¬à¬¥à¬¿à¬¬à¬¾ ନାମ ସହିତ à¬àଣସି à¬à¬£àଡାର vol ନାହିà¬"
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr "ମàଳà¬à¬¾à¬à¬¥à¬¿à¬¬à¬¾ à¬à¬¿ ସହିତ à¬àଣସି à¬à¬£àଡାର vol ନାହିà¬"
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr "ମàଳà¬à¬¾à¬à¬¥à¬¿à¬¬à¬¾ ପଥ ସହିତ à¬àଣସି à¬à¬£àଡାର vol ନାହିà¬"
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr "à¬à¬£àଡାର vol ପàରàବରà à¬
ବସàଥିତ à¬
à¬à¬¿"
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr "à¬à¬£àଡାର ପàଲ à¬à¬à¬¾à¬° ନିରàମାଣà¬à ସମରàଥନ à¬à¬°àନାହିà¬"
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr "à¬à¬£àଡାର ପàଲ vol à¬
ପସାରଣà¬à ସମରàଥନ à¬à¬°àନାହିà¬"
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "ଦିନର ସମà ପାà¬à¬
à¬à¬¿"
@@ -4115,155 +4618,155 @@ msgstr "ନàଡ ପରିସର ତାଲିà¬à¬¾"
msgid "resolving domain filename"
msgstr "ପରିସର ଫାà¬à¬² ନାମà¬à ସମାଧାନ à¬à¬°àà¬
à¬à¬¿"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "ନàଡ ପରିସର ତାଲିà¬à¬¾"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "ନàà¬à±à¬¾à¬°àଠଫାà¬à¬² ନାମà¬à ସମାଧାନ à¬à¬°àà¬
à¬à¬¿"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "ନàଡ ପରିସର ତାଲିà¬à¬¾"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "ପରିସର ଫାà¬à¬² ନାମà¬à ସମାଧାନ à¬à¬°àà¬
à¬à¬¿"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: à¬àà¬à¬¿à¬ ପଥ ପàରଦାନ à¬à¬°à¬¨àତà à¬à¬¿à¬®àବା test:///default à¬à ବàଯବହାର à¬à¬°à¬¨àତà"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "ଫାà¬à¬² '%s' à¬à ବନàଦ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "ପରିସର ମିଳà ନାହିà¬"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "ପରିସର à¬à¬¾à¬²àନାହିà¬"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "à¬
ଧିତଥàà ପାà¬à¬ ସàଥାନ ନିରàଦàଧାରଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "à¬àà¬à¬¿à¬ ଫାà¬à¬²à¬°à ପରିସର à¬
ବସàଥାà¬à ସà¬à¬°à¬àଷଣ à¬à¬°à¬¨àତà"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "à¬àà¬à¬¿à¬ ଫାà¬à¬²à¬°à ପରିସର à¬
ବସàଥାà¬à ସà¬à¬°à¬àଷଣ à¬à¬°à¬¨àତà"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "ପରିସର ପàରତିà¬à¬¬à¬¿ ପଢ଼ିପାରିବà ନାହିà¬"
-#: src/test.c:1295
+#: src/test.c:1292
#, fuzzy, c-format
msgid "incomplete save header in '%s'"
msgstr "à¬
ସମàପàରàଣàଣ ସà¬à¬°à¬àଷଣ ଶàରàଷà¬"
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr "à¬
ସମାନ ଶàରàଷଠମାàା"
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "à¬
ଧିତଥàà ଲମàବ ପଢ଼ିବାରà ବିଫଳ"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr "à¬
ଧିତଥàà ଲମàବର ସàମା ବାହାରà"
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "à¬
ସମàପàରàଣàଣ à¬
ଧିତଥàà"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "%s ପରିସରà¬à %s à¬à ପଠାଯାà¬à¬à¬¿\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "%s: ଲଠଫାà¬à¬² ଲàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "%s ପରିସରà¬à %s à¬à ପଠାଯାà¬à¬à¬¿\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr "ସàମା à¬à¬ªà¬²à¬¬àଧ à¬àଷà¬àଡ଼ିà¬à à¬
ତିà¬àରମ à¬à¬°à¬¿à¬¥à¬¾à¬"
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "ପରିସରà¬à¬¿ ପàରàବରà à¬à¬¾à¬²àà¬
à¬à¬¿"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "ପରିସର ତଥାପି à¬à¬¾à¬²àà¬
à¬à¬¿"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "ନàà¬à±à¬¾à¬°àଠତଥାପି à¬à¬¾à¬²àà¬
à¬à¬¿"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "ନàà¬à±à¬¾à¬°àଠପàରàବରà à¬à¬¾à¬²àà¬
à¬à¬¿"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "à¬à¬£àଡାର ପàଲà¬à¬¿ ପàରàବରà ସà¬àରିà à¬
à¬à¬¿"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "à¬à¬£àଡାର ପàଲà¬à¬¿ ସà¬àରିà ନାହିà¬"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "ମàଳà¬à¬¾à¬à¬¥à¬¿à¬¬à¬¾ ନାମ ସହିତ à¬àଣସି à¬à¬£àଡାର vol ନାହିà¬"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "ମàଳà¬à¬¾à¬à¬¥à¬¿à¬¬à¬¾ à¬à¬¿ ସହିତ à¬àଣସି à¬à¬£àଡାର vol ନାହିà¬"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "ମàଳà¬à¬¾à¬à¬¥à¬¿à¬¬à¬¾ ପଥ ସହିତ à¬àଣସି à¬à¬£àଡାର vol ନାହିà¬"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4278,155 +4781,160 @@ msgstr "char à¬à¬ªà¬à¬°à¬£ ପାà¬à¬ ସàଥାନ ବାଣàà¬à¬¿à¬¬
msgid "unsupported chr device type %d"
msgstr "ନିବàଶ à¬à¬ªà¬à¬°à¬£ ପàରà¬à¬¾à¬° %s à¬
ସମରàଥିତ"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "close-on-exec ଫାà¬à¬² ନିରàପଠଫàଲାଠବିନààାସ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "ବàରିଠସମରàଥନà¬à à¬à¬°à¬®àଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬ªà¬¾à¬°à¬¿à¬¬ ନାହିà¬: %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "ଡ଼ିରàà¬àà¬àରà %s ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ : %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "qemudStartup: ସàମàତିସàଥାନର à¬
à¬à¬¾à¬¬"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "ଲଠଫାà¬à¬² %sà¬à ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "%s à¬à à¬àଲିପାରିବà ନାହିà¬: %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "à¬
ଧିବàଶନ ପାଠପାରିବà ନାହିà¬"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "ଫାà¬à¬² à¬
ବସàଥା '%s' à¬à ସàଠà¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "%s à¬à ପଢ଼ିପାରିବà ନାହିà¬: %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "dir %s à¬à ପଢ଼ିପାରିବà ନାହିà¬: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "QEMU ଦàà±à¬¿à¬®à¬¿à¬ %sà¬à à¬àà¬à¬¿ ପାà¬à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "ନିରàଦàଦàଶ ପାà¬à¬ à¬
ପàà¬àଷା à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "à¬
ପàରତàଯାଶିତ pid, damn ପାà¬à¬²à"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "%s à¬à ପଢ଼ିପାରିବà ନାହିà¬: %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "ସà¬àରିà ପରିସରà¬à à¬
ପସାରଣ à¬à¬°à¬¿à¬¹àବ ନାହିà¬"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "%s à¬à ପଢ଼ିପାରିବà ନାହିà¬: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "ଫାà¬à¬² '%s' à¬à ବନàଦ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "ପାà¬à¬ª ନିରàମାଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "ପାà¬à¬ª ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "ନିମàନ ସàତର ପଦàଧତିà¬à ବିà¬à¬¾à¬à¬¨ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "ଫାà¬à¬² '%s' à¬à à¬
ସà¬à¬¯àà¬àତ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "à¬à¬ªà¬à¬°à¬£ ଶàରàଷଠ%s à¬à ସଫାà¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "ସàà±àà¬à¬à¬¾à¬³à¬¿à¬¤ ଡ଼ିରàà¬àà¬àରà %s ନିରàମାଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "à¬à¬§à¬¾à¬° ନାମà¬à strdup à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "à¬à¬§à¬¾à¬° ନାମà¬à strdup à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "à¬à¬§à¬¾à¬° ନାମà¬à strdup à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "ଫାà¬à¬² '%s' à¬à ବଢ଼ାଠପାରିବà ନାହିà¬: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "ପଢ଼ିବା ତàରàà¬à¬¿: %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "uid '%d' ପାà¬à¬ à¬à¬¾à¬³à¬ ବିବରଣà à¬àà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
@@ -4436,19 +4944,24 @@ msgstr "uid '%d' ପାà¬à¬ à¬à¬¾à¬³à¬ ବିବରଣà à¬àà¬à¬¿à¬¬à¬¾
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr "pseudorandom UUID à¬à ଫàରିà¬à¬¸à¬¿à¬²à¬¾, à¬
ନିàମିତ ବାà¬à¬ ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "à¬
à¬à¬£à¬¾ ତàରàà¬à¬¿"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "ସହାàତା ମàଦàରଣ à¬à¬°à¬¨àତà"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "ବàଷàିଠସହାàତା à¬à¬¿à¬®àବା ନିରàଦàଦàଶ ବିଶàଷ ସହାàତାà¬à ମàଦàରଣ à¬à¬°à¬¿à¬¥à¬¾à¬à¥¤"
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "ନିରàଦàଦàଶ ନାମ"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4456,615 +4969,627 @@ msgstr ""
"ନିରàଦàଦàଶ:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "à¬àà¬à¬¿à¬ ପରିସରà¬à ସàବତà¬à¬ªàରାରମàଠà¬à¬°à¬¨àତà"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "ବàଠସମàରà ସàବàà¬à¬à¬¾à¬³à¬¿à¬¤ à¬à¬¾à¬¬à¬°à ପàରାରମàଠହàବା ପାà¬à¬ à¬àà¬à¬¿à¬ ପରିସରà¬à ବିନàଯାସ à¬à¬°à¬¨àତà।"
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "ପରିସର ନାମ, ପରିà¬à à¬à¬¿à¬®àବା uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "ସàବତà¬à¬à¬¾à¬³à¬¨ ପàରà¬àରିàାà¬à ନିଷàà¬àରିà à¬à¬°à¬¨àତà"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "%s ପରିସରà¬à ସàବàà¬à¬à¬¾à¬³à¬¿à¬¤ à¬à¬¾à¬¬à¬°à à¬à¬¿à¬¹àନିତ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "%s ପରିସରରà ସàବàà¬à¬à¬¾à¬³à¬¿à¬¤ à¬à¬¿à¬¹àନà¬à ହà¬à¬¾à¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "%s ପରିସରà¬à ସàବàà¬à¬à¬¾à¬³à¬¿à¬¤ à¬à¬¾à¬¬à¬°à à¬à¬¿à¬¹àନିତ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "%s ପରିସରରà ସàବàà¬à¬à¬¾à¬³à¬¿à¬¤ à¬à¬¿à¬¹àନà¬à ହà¬à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "hypervisor ସହିତ ପàନà¬à¬¸à¬à¬¯àà¬à¬¿à¬¤ à¬à¬°à¬¨àତà"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"ସàଥାନàà hypervisor ସହିତ ସà¬à¬¯àଠà¬à¬°à¬¨àତà। à¬à¬¬à¬°à¬£ ବàଯବସàଥାପନ ପରà à¬à¬¹à¬¾ ପàରàବ-à¬à¬ªà¬²à¬¬àଧ (built-in) "
"ସନàଦàଶ à¬
à¬à।"
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor ସà¬à¬¯àଠàà.à¬à¬°.à¬à¬."
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "à¬àବଳ ପଠନàà ସà¬à¬¯àà¬"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "hypervisor ରà ସà¬à¬¯àଠବିà¬àà¬à¬¿à¬¨àନ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "hypervisor ସହିତ ସà¬à¬¯àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "à¬
ତିଥି à¬àନଶàଲ ସହିତ ସà¬à¬¯àଠà¬à¬°à¬¨àତà"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "à¬
ତିଥି ପାà¬à¬ à¬à¬à¬¾à¬¸à à¬àରମାନàବà à¬àନଶàଲ ସହିତ ସà¬à¬¯àଠà¬à¬°à¬¨àତà"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "ପରିସର ପାà¬à¬ à¬àଣସି à¬àନଶàଲ à¬à¬ªà¬²à¬¬àଧ ନାହିà¬\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "à¬à¬¹à¬¿ ପàଲାà¬à¬«à¬°àମରà à¬àନସàଲ à¬à¬¾à¬°àଯààà¬à¬¾à¬°à ହàà¬à¬¨à¬¾à¬¹à¬¿à¬"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "ପରିସର ମାନà¬àà¬à ସàà¬àବଦàଧ à¬à¬°à¬¨àତà"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "ପରିସର ମାନà¬àà¬à¬° ତାଲିà¬à¬¾à¬à ଫàରସàତ à¬à¬°à¬¨àତà।"
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "ନିଷàà¬àରିà ପରିସର ମାନà¬àà¬à ସàà¬àବଦàଧ à¬à¬°à¬¨àତà"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "ନିଷàà¬àରିà à¬à¬¬à¬ ସà¬àରିà ପରିସର ମାନà¬àà¬à ସàà¬àବଦàଧ à¬à¬°à¬¨àତà"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "ସà¬àରିà ପରିସର ମାନà¬àà¬à ସàà¬àବଦàଧ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "ନିଷàà¬àରିà ପରିସର ମାନà¬àà¬à ସàà¬àବଦàଧ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "ପରିà¬à"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "ନାମ"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "à¬
ବସàଥା"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "à¬àଣସି à¬
ବସàଥା ନାହିà¬"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "ପରିସର à¬
ବସàଥା"
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr "à¬àà¬à¬¿à¬ ପରିସର à¬
ବସàଥା ବିଷàରà ସàà¬à¬¾à¬à¬¥à¬¾à¬."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "à¬àà¬à¬¿à¬ ପରିସର ପାà¬à¬ à¬à¬ªà¬à¬°à¬£ à¬à¬£àଡ à¬
ବସàଥିତି ପାà¬à¬¨àତà"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "à¬àà¬à¬¿à¬ à¬à¬³à¬¨àତି ପରିସର ପାà¬à¬ à¬à¬ªà¬à¬°à¬£ à¬à¬£àଡ à¬
ବସàଥିତି ପାà¬à¬¨àତà।"
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "à¬à¬£àଡ à¬à¬ªà¬à¬°à¬£"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "%s à¬à¬£àଡର à¬
ବସàଥିତି ପାà¬à¬¬à¬¾à¬°à ବିଫଳ %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "à¬àà¬à¬¿à¬ ପରିସର ପାà¬à¬ ନàà¬à±à¬¾à¬°àଠà¬
ନàତରାପàଷàଠସàଥିତି ପାà¬à¬¨àତà"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "à¬àà¬à¬¿à¬ à¬à¬³à¬¨àତି ପରିସର ପାà¬à¬ ନàà¬à±à¬¾à¬°àଠà¬
ନàତରାପàଷàଠସàଥିତି ପାà¬à¬¨àତà"
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "à¬
ନàତରାପàଷàଠà¬à¬ªà¬à¬°à¬£"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "%s à¬
ନàତରାପàଷàଠର à¬
ବସàଥିତି ପାà¬à¬¬à¬¾à¬°à ବିଫଳ %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "à¬àà¬à¬¿à¬ ପରିସରà¬à ସàଥà¬à¬¿à¬¤ à¬à¬°à¬¨àତà"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "à¬àà¬à¬¿à¬ à¬à¬³à¬¨àତି ପରିସରà¬à ସàଥà¬à¬¿à¬¤ à¬à¬°à¬¨àତà"
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "%s ପରିସରà¬à ସàଥà¬à¬¿à¬¤ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "%s ପରିସରà¬à ସàଥà¬à¬¿à¬¤ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "à¬àà¬à¬¿à¬ XML ଫାà¬à¬²à¬°à à¬àà¬à¬¿à¬ ପରସର ସàଷàà¬à¬¿ à¬à¬°à¬¨àତà"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "à¬àà¬à¬¿à¬ ପରିସର ସàଷàà¬à¬¿ à¬à¬°à¬¨àତà।"
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "à¬àà¬à¬¿à¬ XML ପରିସର ବିବରଣà ଧାରଣ à¬à¬°à¬¿à¬¥à¬¿à¬¬à¬¾ ଫାà¬à¬²"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "%s ପରିସର %s ରà ସàଷàà¬\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "%s ରà ପରିସର ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "à¬àà¬à¬¿à¬ XML ଫାà¬à¬²à¬°à à¬àà¬à¬¿à¬ ପରିସର ବàଯାà¬àଯ à¬à¬°à¬¨àତà (à¬à¬¿à¬¨àତà ପàରାରମàଠà¬à¬°à¬¨àତà ନାହିà¬)"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "à¬àà¬à¬¿à¬ ପରିସର ବàଯାà¬àଯା à¬à¬°à¬¨àତà"
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "%s ପରସରà¬à %s ରà ବàଯାà¬àଯା à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "%s ରà ପରିସରà¬à ବàଯାà¬àଯା à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "à¬àà¬à¬¿à¬ ନିଷàà¬àରିà ପରିସରà¬à ସà¬àà¬à¬¾ ବିହàନ à¬à¬°à¬¨àତà"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "à¬àà¬à¬¿à¬ ନିଷàà¬àରିà ପରିସର ପାà¬à¬ ବିନàଯାସà¬à ସà¬àà¬à¬¾ ବିହàନ à¬à¬°à¬¨àତà।"
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "ପରିସର ନାମ à¬à¬¿à¬®àବା uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "%s ପରିସର ନାମà¬à ସà¬àà¬à¬¾ ବିହàନ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "%s ପରିସରà¬à ସà¬àà¬à¬¾ ବିହàନ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "(ପàରàବରà ବàଯାà¬àଯା à¬à¬°à¬¾à¬¯à¬¾à¬à¬¥à¬¿à¬¬à¬¾) à¬àà¬à¬¿à¬ ନିଷàà¬àରିà ପରିସରà¬à ପàରାରମàଠà¬à¬°à¬¨àତà"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "à¬àà¬à¬¿à¬ ପରିସରà¬à ପàରାରମàଠà¬à¬°à¬¨àତà।"
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "ନିଷàà¬àରିà ପରିସରର ନାମ"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "ପରିସରà¬à¬¿ ପàରàବରà ସà¬àରିà à¬
à¬à¬¿"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "%s ପରିସର ପàରାରମàଠà¬à¬°à¬¾à¬à¬²à¬¾\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "%s ପରିସରà¬à ପàରାରମàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "à¬àà¬à¬¿à¬ ଫାà¬à¬²à¬°à ପରିସର à¬
ବସàଥାà¬à ସà¬à¬°à¬àଷଣ à¬à¬°à¬¨àତà"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "à¬àà¬à¬¿à¬ à¬à¬³à¬¨àତି ପରିସରà¬à ସà¬à¬°à¬àଷଣ à¬à¬°à¬¨àତà।"
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "ତଥàଯà¬à à¬àà¬à¬à¬ ାରà ସà¬à¬°à¬àଷଣ à¬à¬°à¬¾à¬¯à¬¿à¬¬"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "%s ପରିସରà¬à %s ରà ସà¬à¬°à¬àଷଣ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "%s ପରିସରà¬à %s ରà ସà¬à¬°à¬àଷଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "ନିààà¬à¬ ପàରାà¬à¬³à¬à ପàରଦରàଶନ à¬à¬°à¬¨àତà/ବିନàଯାସ à¬à¬°à¬¨àତà"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "ନିààà¬à¬ ପàରାà¬à¬³à¬à ପàରଦରàଶନ à¬à¬°à¬¨àତà/ବିନàଯାସ à¬à¬°à¬¨àତà।"
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "ମàଲàଯ ବାଣàà¬à¬¨àତà"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "XEN_CREDIT ପାà¬à¬ à¬à¬à¬¨"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "XEN_CREDIT ପାà¬à¬ à¬àପି"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "à¬à¬à¬¨à¬° à¬
ବàଧ ମàଲàଯ"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "à¬ààାପର à¬
ବàଧ ମàଲàଯ"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "à¬ààାପର à¬
ବàଧ ମàଲàଯ"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "ନିààà¬à¬"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "à¬
à¬à¬£à¬¾"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "à¬àà¬à¬¿à¬ ଫାà¬à¬²à¬° ସà¬à¬°à¬àଷିତ à¬
ବସàଥାରà à¬àà¬à¬¿à¬ ପରିସରà¬à ପàନà¬à¬¸àଥାପନ à¬à¬°à¬¨àତà"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "à¬àà¬à¬¿à¬ ପରିସରà¬à ପàନà¬à¬¸àଥାପନ à¬à¬°à¬¨àତà।"
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "ପàନà¬à¬¸àଥାପନ à¬à¬°à¬¾à¬¯à¬¿à¬¬à¬¾ à¬
ବସàଥା"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "%s ରà ପàନà¬à¬¸àଥାପିତ ପରିସର\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "%s ରà ପରିସରà¬à ପàନà¬à¬¸àଥାପନ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "ବିଶàଳàଷଣ ପାà¬à¬ à¬àà¬à¬¿à¬ ପରିସରର à¬
ନàତà¬à¬¸àଥଳà¬à à¬àà¬à¬¿à¬ ଫାà¬à¬²à¬à ପଠାନàତà"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "à¬àà¬à¬¿à¬ ପରିସରର à¬
ନàତà¬à¬¸àଥଳà¬à ପଠାନàତà"
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "à¬
ନàତà¬à¬¸àଥଳà¬à à¬àà¬à¬à¬ ାà¬à ପଠାଯିବ"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "%s ପରିସରà¬à %s à¬à ପଠାଯାà¬à¬à¬¿\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "%s ପରିସରà¬à %s à¬à ପଠାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "à¬àà¬à¬¿à¬ ପରିସରà¬à ପàନà¬à¬ªàରାରମàଠà¬à¬°à¬¨àତà"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "ପàରàବରà ସàଥà¬à¬¿à¬¤ à¬àà¬à¬¿à¬ ପରିସରà¬à ପàନà¬à¬ªàରାରମàଠà¬à¬°à¬¨àତà।"
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "%s ପରିସରà¬à ପàନà¬à¬ªàରାରମàଠà¬à¬°à¬¾à¬à¬²à¬¾\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "%s ପରିସରà¬à ପàନà¬à¬ªàରାରମàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "à¬à¬¤àତମ ରàପରà à¬àà¬à¬¿à¬ ପରିସରà¬à ବନàଦ à¬à¬°à¬¨àତà"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "ଲà¬àଷàଯ ପରିସରରà shutdown ନିରàଦàଦàଶà¬à à¬à¬³à¬¾à¬¨àତà।"
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "%s ପରିସରà¬à ବନàଦ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "%s ପରିସରà¬à ବନàଦ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "à¬àà¬à¬¿à¬ ପରିସରà¬à ପàନରàà¬à¬¾à¬³à¬¨ à¬à¬°à¬¨àତà"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "ଲà¬àଷàଯ ପରିସରରà à¬àà¬à¬¿à¬ reboot ନିରàଦàଦàଶà¬à à¬à¬³à¬¾à¬¨àତà।"
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "%s ପରିସରà¬à ପàନରàà¬à¬¾à¬³à¬¨ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "%s ପରିସରà¬à ପàନରàà¬à¬¾à¬³à¬¨ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "à¬àà¬à¬¿à¬ ପରିସରà¬à ନଷàଠà¬à¬°à¬¿à¬¦à¬¿à¬
ନàତà"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "ପàରଦାନ à¬à¬°à¬¾à¬¯à¬¾à¬à¬¥à¬¿à¬¬à¬¾ à¬àà¬à¬¿à¬ ପରିସରà¬à ନଷàଠà¬à¬°à¬¨àତà।"
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "%s ପରିସରà¬à ନଷàଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "%s ପରିସରà¬à ନଷàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "ପରିସର ସàà¬à¬¨à¬¾"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "ପରିସର ବିଷàରà ମàଳିଠସàà¬à¬¨à¬¾ ପàରଦାନ à¬à¬°à¬¿à¬¥à¬¾à¬à¥¤"
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "ପରିà¬à:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "ନାମ:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "ପàରà¬à¬¾à¬³à¬¨ ତନàତàର ପàରà¬à¬¾à¬°:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "à¬
ବସàଥା:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(à¬àଡିà¬):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU ସମà:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "ସରàବାଧିଠସàମàତି:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "à¬àଣସି ସàମା ନାହିà¬"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "ବàଯବହàତ ସàମàତି:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
msgid "Autostart:"
msgstr "ସàବତà¬à¬ªàରାରମàà¬:"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr "ସà¬àରିà"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr "ନିଷàà¬àରିà"
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "NUMA ମàà¬àତ ସàମàତି"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "NUMA à¬àଷ ପାà¬à¬ à¬à¬ªà¬²à¬¬àଧ ମàà¬àତ ସàମàତି ସàଥାନ ପàରଦରàଶନ à¬à¬°à¬¿à¬¥à¬¾à¬."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "NUMA à¬à¬àଷ ସà¬à¬ààା"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "ସମàଦାà"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "vcpu ପରିସର ସàà¬à¬¨à¬¾"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "ପରିସର à¬à¬à¬¾à¬¸à CPU ମାନà¬àଠବିଷàରà ମàଳିଠସàà¬à¬¨à¬¾ ପàରଦାନ à¬à¬°à¬¿à¬¥à¬¾à¬à¥¤"
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU ସାଦàଶàଯ:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "ପରିସରà¬à ବନàଦ à¬à¬°à¬¨àତà, à¬à¬à¬¾à¬¸à CPU à¬àଡିଠà¬à¬ªà¬¸àଥିତ ନାହାà¬à¬¨àତି।"
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "vcpu ପରିସର ସାଦàଶàଯତାà¬à ନିàନàତàରଣ à¬à¬°à¬¨àତà"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "à¬àତିଠCPU ମାନà¬àà¬à ହàଷàଠà¬à¬°à¬¿à¬¬à¬¾ ପାà¬à¬ VCPUs ପିନ ପରିସର।"
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu ସà¬à¬àଯା"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "à¬à¬§à¬¾à¬° cpu ସà¬à¬àଯା (à¬à¬®à¬¾ ଦàବାରା ପàଥà¬)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr "vcpupin: à¬
ବàଧ à¬à¬¿à¬®àବା à¬
ନàପସàଥିତ vCPU ସà¬à¬ààା."
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr "vcpupin: à¬
ନàପସàଥିତ cpulist"
-#: src/virsh.c:1765
+#: src/virsh.c:1814
msgid "vcpupin: failed to get domain informations."
msgstr "vcpupin: ପରିସର ସàà¬à¬¨à¬¾ ପାà¬à¬¬à¬¾à¬°à ବିଫଳ."
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin: à¬
ବàଧ vCPU ସà¬à¬ààା."
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: à¬
ବàଧ ଶàଳà। à¬à¬¾à¬²à¬¿ ବାà¬àଯà¬à¬£àଡ।"
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr "cpulist: %s: à¬
ବàଧ ଶàଳà। %d à¬
ବସàଥିତିରà ('%c' ପାà¬à¬°à) ସà¬à¬àଯା à¬à¬¶à¬¾ à¬à¬°àà¬
à¬à¬¿à¥¤"
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5072,1350 +5597,1408 @@ msgid ""
msgstr ""
"cpulist: %s: à¬
ବàଧ ଶàଳà। %d à¬
ବସàଥିତିରà ('%c' ପାà¬à¬°à) ସà¬à¬àଯା à¬à¬¿à¬®àବା à¬à¬®à¬¾ à¬à¬¶à¬¾ à¬à¬°àà¬
à¬à¬¿à¥¤"
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: à¬
ବàଧ ଶàଳà। %d à¬
ବସàଥିତିର ଶàଷରà à¬à¬®à¬¾ ଦିà¬à¬¯à¬¾à¬à¬à¬¿à¥¤"
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "%d à¬àତିଠCPU à¬
ବସàଥିତ ନାହିà¬à¥¤"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "à¬à¬à¬¾à¬¸à CPU ମାନà¬àà¬à¬° ସà¬à¬àଯାà¬à ବଦଳାନàତà"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "à¬
ତିଥି ପରିସରରà à¬à¬à¬¾à¬¸à CPU ମାନà¬àà¬à¬° ସà¬à¬àଯାà¬à ବଦଳାନàତà."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "à¬à¬à¬¾à¬¸à CPU ମାନà¬àà¬à¬° ସà¬à¬àଯା"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "à¬à¬à¬¾à¬¸à CPU ମାନà¬àà¬à¬° à¬
ବàଧ ସà¬à¬àଯା।"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "à¬
ତàଯାଧିଠସà¬à¬ààଠà¬à¬à¬¾à¬¸à CPU।"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "ସàମàତି ବଣàà¬à¬¨ ପàରà¬àରିàାà¬à ବଦଳାନàତà"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "à¬
ତିଥି ପରିସରରà ବରàତàତମାନ ଥିବା ସàମàତି ବଣàà¬à¬¨ ପàରà¬àରିàାà¬à ବଦଳାନàତà।"
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "ସàମàତିର à¬à¬¿à¬²à-ବାà¬à¬ ସà¬à¬àଯା"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "ସàମàତି à¬à¬à¬¾à¬° ପାà¬à¬ %d ର à¬
ବàଧ ମàଲàଯ"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "MaxMemorySize à¬à ଯାà¬àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ।"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "ସରàବାଧିଠସàମàତି ପରିସàମାà¬à ବଦଳାନàତà"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "à¬
ତିଥି ପରିସରରà ସରàବାଧିଠସàମàତି ବଣàà¬à¬¨ ପରିସàମାà¬à ବଦଳାନàତà।"
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "à¬à¬¿à¬²à-ବାà¬à¬à¬°à ସରàବାଧିଠସàମàତି ପରିସàମା"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "ବରàତàତମାନ MemorySize à¬à ଯାà¬àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ।"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "ବରàତàତମାନ MemorySize à¬à ହàରାସ à¬à¬°à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "MaxMemorySize à¬à ବଦଳାà¬à¬¬à¬¾à¬°à à¬
ସମରàଥ"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "ନàଡ ସàà¬à¬¨à¬¾"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "ନàଡ ବିଷàରà ମàଳିଠସàà¬à¬¨à¬¾ ପàରଦାନ à¬à¬°à¬¿à¬¥à¬¾à¬à¥¤"
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "ନàଡ ସàà¬à¬¨à¬¾ ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU ନମàନା:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU à¬à¬¬àତàତି:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU ସà¬àà¬:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "ସà¬àଠପàରତି à¬
ନà¬à¬¸àଥଳ:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "à¬
ନàତà¬à¬¸àଥଳ ପàରତି ଥàରàଡ:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA à¬à¬àଷ(ମାନ):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "ସàମàତି à¬à¬à¬¾à¬°:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "ଦà¬àଷତା"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "hypervisor/ଡàରାà¬à¬à¬°à¬° ସାମରàଥ ଫàରାà¬à¬¥à¬¾à¬à¥¤"
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "ସାମରàଥàଯ ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "XML ରà ପରିସର ସàà¬à¬¨à¬¾"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "ପରିସର ସàà¬à¬¨à¬¾à¬à stdout ରà à¬àà¬à¬¿à¬ XML ବà¬àଯବସàତà à¬à¬¾à¬¬à¬°à ନିରàà¬à¬® à¬à¬°à¬¨àତà।"
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "ନିଷàà¬àରିà ପରିସର ନàହà¬"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "à¬àà¬à¬¿à¬ ପରିସର ପରà¬à à¬à¬¿à¬®àବା UUID à¬à ପରିସର ନାମରà ରàପାନàତରିତ à¬à¬°à¬¨àତà"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "ପରିସର ପରିà¬à à¬à¬¿à¬®àବା uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "à¬àà¬à¬¿à¬ ପରିସର ନାମ à¬à¬¿à¬®àବା UUID à¬à ପରିସର ପରିà¬à à¬à¬¾à¬¬à¬°à ରàପାନàତରିତ à¬à¬°à¬¨àତà"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "à¬àà¬à¬¿à¬ ପରିସର ନାମ à¬à¬¿à¬®àବା ପରିà¬àà¬à ପରିସର UUID à¬à¬¾à¬¬à¬°à ରàପାନàତରିତ à¬à¬°à¬¨àତà"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "ପରିସର ପରିà¬à à¬à¬¿à¬®àବା ନାମ"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "ପରିସର UUID à¬à ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "à¬
ନàଯ à¬àà¬à¬¿à¬ à¬à¬§à¬¾à¬°à¬à ପରିସରà¬à à¬à¬¤àପàରବାସ à¬à¬°à¬¨àତà"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
"à¬
ନàଯ à¬àà¬à¬¿à¬ à¬à¬§à¬¾à¬°à¬à ପରିସରà¬à à¬à¬¤àପàରବାସ à¬à¬°à¬¨àତà। ପàରତàଯàà¬àଷ à¬à¬¤àପàରବାସନ ପାà¬à¬ --live ଯàଠà¬à¬°à¬¨àତà।"
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "ପàରତàଯàà¬àଷ à¬à¬¤àପàରବାସନ"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "ଲà¬àଷàଯସàଥ à¬à¬§à¬¾à¬°à¬° ସà¬à¬¯àଠàà.à¬à¬°.à¬à¬."
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "à¬à¬¤àପàରବାସନ àà.à¬à¬°.à¬à¬., à¬à¬¹à¬¾à¬à ସାଧାରଣତଠà¬à¬¾à¬¡à¬¿ ହàବ ନାହିà¬à¥¤"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "à¬à¬¤àପàରବାସନ à¬à¬°à¬¨àତà: desturi à¬
ନàପସàଥିତ"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "à¬àà¬à¬¿à¬ ନàà¬à±à¬¾à¬°àà¬à¬à ସàବତà¬à¬ªàରାରମàଠà¬à¬°à¬¨àତà"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "ବàଠସମàରà ସàବàà¬à¬à¬¾à¬³à¬¿à¬¤ à¬à¬¾à¬¬à¬°à ପàରାରମàଠà¬à¬°à¬¾à¬¯à¬¿à¬¬à¬¾ à¬àà¬à¬¿à¬ ନàà¬à±à¬¾à¬°àà¬à¬à ବିନààାସ à¬à¬°à¬¨àତà।"
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "ନàà¬à±à¬¾à¬°àଠନାମ à¬à¬¿à¬®àବା uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "%s ନàà¬à±à¬¾à¬°àà¬à¬à ସàବàà¬à¬à¬¾à¬³à¬¿à¬¤ à¬à¬¾à¬¬à¬°à à¬à¬¿à¬¹àନିତ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "%s ନàà¬à±à¬¾à¬°àà¬à¬°à ସàବàà¬à¬à¬¾à¬³à¬¿à¬¤ à¬à¬¿à¬¹àନିà¬à ହà¬à¬¾à¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "%s ନàà¬à±à¬¾à¬°àà¬à¬à ସàବàà¬à¬à¬¾à¬³à¬¿à¬¤ à¬à¬¾à¬¬à¬°à à¬à¬¿à¬¹àନିତ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "%s ନàà¬à±à¬¾à¬°àà¬à¬°à ସàବàà¬à¬à¬¾à¬³à¬¿à¬¤ à¬à¬¿à¬¹àନà¬à ହà¬à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "à¬àà¬à¬¿à¬ XML ଫାà¬à¬²à¬°à à¬àà¬à¬¿à¬ ନàà¬à±à¬¾à¬°àଠସàଷàà¬à¬¿ à¬à¬°à¬¨àତà"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "à¬àà¬à¬¿à¬ ନàà¬à±à¬¾à¬°àଠସàଷàà¬à¬¿ à¬à¬°à¬¨àତà।"
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "à¬àà¬à¬¿à¬ XML ନàà¬à±à¬¾à¬°àଠବିବରଣà ଧାରଣ à¬à¬°à¬¿à¬¥à¬¿à¬¬à¬¾ ଫାà¬à¬²"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "%s ନàà¬à±à¬¾à¬°àଠ%s ରà ସàଷàà¬\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "%s ରà ନàà¬à±à¬¾à¬°àଠସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "à¬àà¬à¬¿à¬ XML ଫାà¬à¬²à¬°à à¬àà¬à¬¿à¬ ନàà¬à±à¬¾à¬°àଠବàଯାà¬àଯ à¬à¬°à¬¨àତà (à¬à¬¿à¬¨àତà ପàରାରମàଠà¬à¬°à¬¨àତà ନାହିà¬)"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "à¬àà¬à¬¿à¬ ନàà¬à±à¬¾à¬°àଠବàଯାà¬àଯା à¬à¬°à¬¨àତà।"
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "%s ନàà¬à±à¬¾à¬°àà¬à¬à %s ରà ବàଯାà¬àଯା à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "%s ରà ନàà¬à±à¬¾à¬°àà¬à¬à ବàଯାà¬àଯା à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "à¬àà¬à¬¿à¬ ନàà¬à±à¬¾à¬°àà¬à¬à ନଷàଠà¬à¬°à¬¿à¬¦à¬¿à¬
ନàତà"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "ପàରଦାନ à¬à¬°à¬¾à¬¯à¬¾à¬à¬¥à¬¿à¬¬à¬¾ à¬àà¬à¬¿à¬ ନàà¬à±à¬¾à¬°àà¬à¬à ନଷàଠà¬à¬°à¬¨àତà।"
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "ନàà¬à±à¬¾à¬°àଠନାମ, ପରିà¬à à¬à¬¿à¬®àବା uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "%s ନàà¬à±à¬¾à¬°àà¬à¬à ନଷàଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "%s ନàà¬à±à¬¾à¬°àà¬à¬à ନଷàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "XML ରà ନàà¬à±à¬¾à¬°àଠସàà¬à¬¨à¬¾"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "ନàà¬à±à¬¾à¬°àଠସàà¬à¬¨à¬¾à¬à stdout ରà à¬àà¬à¬¿à¬ XML ବà¬àଯବସàତà à¬à¬¾à¬¬à¬°à ନିରàà¬à¬® à¬à¬°à¬¨àତà।"
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "ନàà¬à±à¬¾à¬°àଠମାନà¬àà¬à ସàà¬àବଦàଧ à¬à¬°à¬¨àତà"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "ନàà¬à±à¬¾à¬°àଠମାନà¬àà¬à¬° ତାଲିà¬à¬¾ ଦàà¬à¬¥à¬¾à¬à¥¤"
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "ନିଷàà¬àରିà ନàà¬à±à¬¾à¬°àଠମାନà¬àà¬à ସàà¬àବଦàଧ à¬à¬°à¬¿à¬¥à¬¾à¬"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "ନିଷàà¬àରିà à¬à¬¬à¬ ସà¬àରିà ନàà¬à±à¬¾à¬°àଠମାନà¬àà¬à ସàà¬àବଦàଧ à¬à¬°à¬¿à¬¥à¬¾à¬"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "ସà¬àରିà ନàà¬à±à¬¾à¬°àଠମାନà¬àà¬à ସàà¬àବଦàଧ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "ନିଷàà¬àରିà ନàà¬à±à¬¾à¬°àଠମାନà¬àà¬à ସàà¬àବଦàଧ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "ସàବତà¬à¬ªàରାରମàà¬"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "à¬àଣସି ସàବତà¬à¬ªàରାରମàଠପàରà¬àରିàା ନାହିà¬"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "ସà¬àରିà"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "ନିଷàà¬àରିà"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "à¬àà¬à¬¿à¬ ନàà¬à±à¬¾à¬°àଠପରà¬à à¬à¬¿à¬®àବା UUID à¬à ପରିସର ନାମରà ବଦଳାନàତà"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "ନàà¬à±à¬¾à¬°àଠuuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "(ପàରàବରà ବàଯାà¬àଯା à¬à¬°à¬¾à¬¯à¬¾à¬à¬¥à¬¿à¬¬à¬¾) à¬àà¬à¬¿à¬ ନିଷàà¬àରିà ନàà¬à±à¬¾à¬°àà¬à¬à ପàରାରମàଠà¬à¬°à¬¨àତà"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "à¬àà¬à¬¿à¬ ନàà¬à±à¬¾à¬°àà¬à¬à ପàରାରମàଠà¬à¬°à¬¨àତà।"
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "ନିଷàà¬àରିà ନàà¬à±à¬¾à¬°àà¬à¬° ନାମ"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "%s ନàà¬à±à¬¾à¬°àà¬à¬à ପàରାରମàଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "%s ନàà¬à±à¬¾à¬°àà¬à¬à ପàରାରମàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "à¬àà¬à¬¿à¬ ନିଷàà¬àରିà ନàà¬à±à¬¾à¬°àà¬à¬à ସà¬àà¬à¬¾ ବିହàନ à¬à¬°à¬¨àତà"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "à¬àà¬à¬¿à¬ ନିଷàà¬àରିà ନàà¬à±à¬¾à¬°àଠପାà¬à¬ ବିନàଯାସà¬à ସà¬àà¬à¬¾ ବିହàନ à¬à¬°à¬¨àତà।"
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "%s ନàà¬à±à¬¾à¬°àà¬à¬à ସà¬àà¬à¬¾ ବିହàନ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "%s ନàà¬à±à¬¾à¬°àà¬à¬à ସà¬àà¬à¬¾ ବିହàନ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "à¬àà¬à¬¿à¬ ନàà¬à±à¬¾à¬°àଠନାମà¬à ନàà¬à±à¬¾à¬°àଠUUID à¬à¬¾à¬¬à¬°à ବଦଳାନàତà"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "ନàà¬à±à¬¾à¬°àଠନାମ"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "ନàà¬à±à¬¾à¬°àଠUUID ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
msgid "autostart a pool"
msgstr "à¬àà¬à¬¿à¬ ପàଲà¬à ସàବତà¬à¬ªàରାରମàଠà¬à¬°à¬¨àତà"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr "ବàଠସମàରà ସàବàà¬à¬à¬¾à¬³à¬¿à¬¤ à¬à¬¾à¬¬à¬°à ପàରାରମàଠହàବା ପାà¬à¬ à¬àà¬à¬¿à¬ ପàଲà¬à ବିନàଯାସ à¬à¬°à¬¨àତà."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr "ପàଲ ନାମ à¬à¬¿à¬®àବା uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "ପàଲ %s à¬à ସàବàà¬à¬à¬¾à¬³à¬¿à¬¤ à¬à¬¾à¬¬à¬°à à¬à¬¿à¬¹àନିତ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "ପàଲ %s ରà ସàବàà¬à¬à¬¾à¬³à¬¿à¬¤ à¬à¬¿à¬¹àନିà¬à ହà¬à¬¾à¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "ପàଲ %s à¬à ସàବàà¬à¬à¬¾à¬³à¬¿à¬¤ à¬à¬¾à¬¬à¬°à à¬à¬¿à¬¹àନିତ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "ପàଲ %s ରà ସàବàà¬à¬à¬¾à¬³à¬¿à¬¤ à¬à¬¿à¬¹àନà¬à ହà¬à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr "à¬àà¬à¬¿à¬ XML ଫାà¬à¬²à¬°à à¬àà¬à¬¿à¬ ପàଲ ସàଷàà¬à¬¿ à¬à¬°à¬¨àତà"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr "à¬àà¬à¬¿à¬ ପàଲ ସàଷàà¬à¬¿ à¬à¬°à¬¨àତà."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr "à¬àà¬à¬¿à¬ XML ପàଲ ବିବରଣà ଧାରଣ à¬à¬°à¬¿à¬¥à¬¿à¬¬à¬¾ ଫାà¬à¬²"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, c-format
msgid "Pool %s created from %s\n"
msgstr "ପàଲ %s %s ରà ସàଷàà¬à¬¿\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr "%s ରà ପàଲ ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr "ପàଲର ନାମ"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr "ପàଲର ପàରà¬à¬¾à¬°"
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr "ନିମàନଲିà¬à¬¿à¬¤ à¬à¬£àଡାର ପାà¬à¬ à¬à¬¤àସ-à¬à¬§à¬¾à¬°"
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr "ନିମàନଲିà¬à¬¿à¬¤ à¬à¬£àଡାର ପାà¬à¬ à¬à¬¤àସ ପଥ"
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr "ନିମàନଲିà¬à¬¿à¬¤ à¬à¬£àଡାର ପାà¬à¬ à¬à¬¤àସ à¬à¬ªà¬à¬°à¬£"
-#: src/virsh.c:2881
+#: src/virsh.c:2931
#, fuzzy
msgid "source name for underlying storage"
msgstr "ନିମàନଲିà¬à¬¿à¬¤ à¬à¬£àଡାର ପାà¬à¬ à¬à¬¤àସ ପଥ"
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr "ନିମàନଲିà¬à¬¿à¬¤ à¬à¬£àଡାର ପାà¬à¬ ଲà¬àଷàà"
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
msgid "Failed to allocate XML buffer"
msgstr "XML ବଫର ବାଣàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr "à¬àà¬à¬¿à¬ args ସàà¬à¬°à ପàଲ ସàଷàà¬à¬¿ à¬à¬°à¬¨àତà"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr "ପàଲ %s ନିରàମିତ\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr "ପàଲ %s ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr "à¬àà¬à¬¿à¬ XML ଫାà¬à¬²à¬°à à¬àà¬à¬¿à¬ ପàଲ ବàଯାà¬àଯ à¬à¬°à¬¨àତà (à¬à¬¿à¬¨àତà ପàରାରମàଠà¬à¬°à¬¨àତà ନାହିà¬)"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr "à¬àà¬à¬¿à¬ ପàଲà¬à ବàଯାà¬àଯା à¬à¬°à¬¨àତà."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "%s ପàଲà¬à %s ରà ବàଯାà¬àଯା à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr "%s ରà ପàଲà¬à ବàଯାà¬àଯା à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr "à¬àà¬à¬¿à¬ ପàଲà¬à args ସàà¬à¬°à ବàଯାà¬àଯା à¬à¬°à¬¨àତà"
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr "ପàଲ %s à¬à ବàଯାà¬àଯା à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr "ପàଲ %s à¬à ବààାà¬ààା à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr "à¬àà¬à¬¿à¬ ପàଲ ନିରàମାଣ à¬à¬°à¬¨àତà"
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr "à¬àà¬à¬¿à¬ ପàରଦତàତ ପàଲ ନିରàମାଣ à¬à¬°à¬¨àତà."
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "ପàଲ %s ନିରàମିତ ହàà¬à¬à¬¿\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, c-format
msgid "Failed to build pool %s"
msgstr "ପàଲ %s ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr "à¬àà¬à¬¿à¬ ପàଲà¬à ନଷàଠà¬à¬°à¬¿à¬¦à¬¿à¬
ନàତà"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr "à¬àà¬à¬¿à¬ ପàରଦତàତ ପàଲà¬à ନଷàଠà¬à¬°à¬¨àତà."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr "ପàଲ %s à¬à ନଷàଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, c-format
msgid "Failed to destroy pool %s"
msgstr "ପàଲ %s à¬à ନଷàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr "à¬àà¬à¬¿à¬ ପàଲà¬à à¬
ପସାରଣà¬à¬°à¬¨àତà"
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr "à¬àà¬à¬¿à¬ ପàରଦତàତ ପàଲà¬à à¬
ପସାରଣ à¬à¬°à¬¨àତà."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr "ପàଲ %s à¬à à¬
ପସାରଣ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, c-format
msgid "Failed to delete pool %s"
msgstr "ପàଲ %s à¬à à¬
ପସାରଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr "à¬àà¬à¬¿à¬ ପàଲà¬à ସତàଠà¬à¬°à¬¨àତà"
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr "à¬àà¬à¬¿à¬ ପàରଦତàତ ପàଲà¬à ସତàଠà¬à¬°à¬¨àତà."
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr "ପàଲ %s à¬à ସତàଠà¬à¬°à¬¾à¬à¬²à¬¾\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr "ପàଲ %s à¬à ସତàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr "XML ରà ପàଲର ସàà¬à¬¨à¬¾"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr "ପàଲର ସàà¬à¬¨à¬¾à¬à stdout ରà à¬àà¬à¬¿à¬ XML ବà¬àଯବସàତà à¬à¬¾à¬¬à¬°à ନିରàà¬à¬® à¬à¬°à¬¨àତà."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr "ପàଲମାନà¬àà¬à ତାଲିà¬à¬¾à¬àà¬àତ à¬à¬°à¬¨àତà"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
msgid "Returns list of pools."
msgstr "ପàଲମାନà¬àà¬à¬° ତାଲିà¬à¬¾à¬à ଫàରସàତ à¬à¬°à¬¨àତà."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr "ନିଷàà¬àରିà ପàଲମାନà¬àà¬à ତାଲିà¬à¬¾à¬àà¬àତ à¬à¬°à¬¨àତà"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
msgid "list inactive & active pools"
msgstr "ନିଷàà¬àରିà à¬à¬¬à¬ ସà¬àରିà ପàଲମାନà¬àà¬à ତାଲିà¬à¬¾à¬àà¬àତ à¬à¬°à¬¨àତà"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
msgid "Failed to list active pools"
msgstr "ସà¬àରିà ପàଲମାନà¬àà¬à ତାଲିà¬à¬¾à¬àà¬àତ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
msgid "Failed to list inactive pools"
msgstr "ନିଷàà¬àରିà ପàଲମାନà¬àà¬à ତାଲିà¬à¬¾à¬àà¬àତ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "%s ରà à¬
ବàଧ à¬à¬£àଡାର ପàଲ ସàà¬à¬ à¬
à¬à¬¿"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "ବହàସà¬à¬àଯଠà¬à¬£àଡାର ପàଲà¬àଡ଼ିଠà¬àରହଣ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "ସàମàତି ବାହାରà"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "ପàଲ %s à¬à ବààାà¬ààା à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "ବହàସà¬à¬àଯଠà¬à¬£àଡାର ପàଲà¬àଡ଼ିଠà¬àରହଣ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
msgid "storage pool information"
msgstr "à¬à¬£àଡାର ପàଲ ସàà¬à¬¨à¬¾"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr "à¬à¬£àଡାର ପàଲ ବିଷàରà ମàଳିଠସàà¬à¬¨à¬¾ ପàରଦାନ à¬à¬°à¬¿à¬¥à¬¾à¬."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr "ନିରàମାଣ à¬à¬°àà¬
à¬à¬¿"
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "à¬à¬¾à¬²àà¬
à¬à¬¿"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr "ପଦà¬àààତ ହàଲା"
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr "à¬àଷମତା:"
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr "à¬à¬¬à¬£àà¬à¬¨:"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr "à¬à¬ªà¬²à¬¬àଧ:"
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr "à¬àà¬à¬¿à¬ ପàଲ UUID à¬à ପàଲ ନାମରà ବଦଳାନàତà"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr "ପàଲ uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr "(ପàରàବରà ବàଯାà¬àଯା à¬à¬°à¬¾à¬¯à¬¾à¬à¬¥à¬¿à¬¬à¬¾) à¬àà¬à¬¿à¬ ନିଷàà¬àରିà ପàଲà¬à ପàରାରମàଠà¬à¬°à¬¨àତà"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr "à¬àà¬à¬¿à¬ ପàଲà¬à ପàରାରମàଠà¬à¬°à¬¨àତà."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr "ନିଷàà¬àରିà ପàଲର ନାମ"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr "ପàଲ %s ପàରାରମàଠà¬à¬°à¬¾à¬à¬²à¬¾\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, c-format
msgid "Failed to start pool %s"
msgstr "ପàଲ %s à¬à ପàରାରମàଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr "à¬àà¬à¬¿à¬ arg ସàà¬à¬°à à¬à¬à¬¾à¬° ସàଷàà¬à¬¿ à¬à¬°à¬¨àତà"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr "à¬àà¬à¬¿à¬ vol ସàଷàà¬à¬¿ à¬à¬°à¬¨àତà."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr "ପàଲର ନାମ"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr "à¬à¬à¬¾à¬°à¬° ନାମ"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr "à¬à¬àà¬à¬¾à¬§àନ k,M,G,T à¬
ନàଲà¬àନ ସହିତ vol ର à¬à¬à¬¾à¬°"
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr "à¬à¬àà¬à¬¾à¬§à¬¿à¬¨ k,M,G,T à¬
ନàଲà¬àନ ସହିତ ପàରାରମàà¬à¬¿à¬ ବଣàà¬à¬¨ à¬à¬à¬¾à¬°"
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr "ଫାà¬à¬² ଶàଳà ପàରà¬à¬¾à¬° raw,bochs,qcow,qcow2,vmdk"
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr "ତàରàà¬à¬¿à¬¯àà¬àତ à¬à¬à¬¾à¬° %s"
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr "Vol %s ସàଷàà¬à¬¿à¬¹àଲା\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, c-format
msgid "Failed to create vol %s"
msgstr "vol %s ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
msgid "undefine an inactive pool"
msgstr "à¬àà¬à¬¿à¬ ନିଷàà¬àରିà ପàଲà¬à ସà¬àà¬à¬¾ ବିହàନ à¬à¬°à¬¨àତà"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
msgid "Undefine the configuration for an inactive pool."
msgstr "à¬àà¬à¬¿à¬ ନିଷàà¬àରିà ପàଲ ପାà¬à¬ ବିନàଯାସà¬à ସà¬àà¬à¬¾ ବିହàନ à¬à¬°à¬¨àତà."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr "ପàଲ %s ନାମà¬à ସà¬àà¬à¬¾ ବିହàନ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, c-format
msgid "Failed to undefine pool %s"
msgstr "ପàଲ %s à¬à ସà¬àà¬à¬¾ ବିହàନ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
msgid "convert a pool name to pool UUID"
msgstr "à¬àà¬à¬¿à¬ ପàଲ ନାମà¬à ପàଲ UUID à¬à¬¾à¬¬à¬°à ବଦଳାନàତà"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
msgid "failed to get pool UUID"
msgstr "ପàଲ UUID à¬à ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
msgid "create a vol from an XML file"
msgstr "XML ଫାà¬à¬²à¬°à à¬àà¬à¬¿à¬ vol ସàଷàà¬à¬¿ à¬à¬°à¬¨àତà"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
msgid "file containing an XML vol description"
msgstr "XML vol ବିବରଣà ଧାରଣ à¬à¬°à¬¿à¬¥à¬¿à¬¬à¬¾ ଫାà¬à¬²"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, c-format
msgid "Vol %s created from %s\n"
msgstr "%s ରà ନିରàମିତ Vol %s \n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, c-format
msgid "Failed to create vol from %s"
msgstr "%s ରà vol ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr "à¬àà¬à¬¿à¬ volà¬à à¬
ପସାରଣ à¬à¬°à¬¨àତà"
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr "à¬àà¬à¬¿à¬ ପàରଦତàତ volà¬à à¬
ପସାରଣ à¬à¬°à¬¨àତà."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr "vol ନାମ, à¬à¬¿ à¬à¬¿à¬®àବା ପଥ"
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr "Vol %s à¬
ପସାରିତ\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, c-format
msgid "Failed to delete vol %s"
msgstr "vol %s à¬à à¬
ପସାରଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
msgid "storage vol information"
msgstr "à¬à¬£àଡାର vol ସàà¬à¬¨à¬¾"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr "à¬à¬£àଡାର ପàଲ ବିଷàରà ମàଳିଠସàà¬à¬¨à¬¾ ପàରଦାନ à¬à¬°à¬¿à¬¥à¬¾à¬."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
msgid "Type:"
msgstr "ପàରà¬à¬¾à¬°:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr "ଫାà¬à¬²"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr "à¬à¬¬à¬¦àଧ"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
msgid "vol information in XML"
msgstr "XML ରà vol ସàà¬à¬¨à¬¾"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
msgid "Output the vol information as an XML dump to stdout."
msgstr "vol ସàà¬à¬¨à¬¾à¬à stdout ରà à¬àà¬à¬¿à¬ XML ବà¬àଯବସàତà à¬à¬¾à¬¬à¬°à ନିରàà¬à¬® à¬à¬°à¬¨àତà."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
msgid "list vols"
msgstr "vol ମାନà¬àà¬à ସàà¬àବଦàଧ à¬à¬°à¬¨àତà"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
msgid "Returns list of vols by pool."
msgstr "ପàଲ ଦàà±à¬¾à¬°à¬¾ vol ମାନà¬àà¬à¬° ତାଲିà¬à¬¾à¬à ଫàରସàତ à¬à¬°à¬¨àତà."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
msgid "Failed to list active vols"
msgstr "ସà¬àରିà vol ମାନà¬àà¬à ସàà¬àବଦàଧ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr "ପଥ"
-#: src/virsh.c:4145
+#: src/virsh.c:4205
msgid "convert a vol UUID to vol name"
msgstr "à¬àà¬à¬¿à¬ vol UUID à¬à vol ନାମରà ବଦଳାନàତà"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr "vol à¬à¬¿ à¬à¬¿à¬®àବା ପଥ"
-#: src/virsh.c:4178
+#: src/virsh.c:4238
msgid "convert a vol UUID to vol key"
msgstr "à¬àà¬à¬¿à¬ vol UUID à¬à vol à¬à¬¿à¬°à ବଦଳାନàତà"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
msgid "vol uuid"
msgstr "vol uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
msgid "convert a vol UUID to vol path"
msgstr "à¬àà¬à¬¿à¬ vol UUID à¬à vol ପଥରà ବଦଳାନàତà"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr "vol ନାମ à¬à¬¿à¬®àବା à¬à¬¿"
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "ସà¬à¬¸àà¬à¬°à¬£ ପàରଦରàଶନ à¬à¬°à¬¨àତà"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "ତନàତàର ସà¬à¬¸àà¬à¬°à¬£ ସàà¬à¬¨à¬¾à¬à ପàରଦରàଶନ à¬à¬°à¬¨àତà।"
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "hypervisor ପàରà¬à¬¾à¬°à¬à ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "ଲାà¬à¬¬àରàରà ସହିତ ତàଳନା à¬à¬°à¬¿ ସà¬àà¬à¬³à¬¨ à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "ଲାà¬à¬¬àରàରà ସà¬à¬¸àà¬à¬°à¬£ ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "ଲାà¬à¬¬àରàରà ବàଯବହାର à¬à¬°àà¬
à¬à¬¿: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "API ବàଯବହାର à¬à¬°àà¬
à¬à¬¿: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "hypervisor ସà¬à¬¸àà¬à¬°à¬£ ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "%s hypervisor à¬à¬³à¬¨àତି ସà¬à¬¸àà¬à¬°à¬£à¬à à¬à¬¾à¬¢à¬¿à¬ªà¬¾à¬°à¬¿à¬¬ ନାହିà¬\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "hypervisor à¬à à¬à¬³à¬¾à¬à¬à¬¿: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "NUMA à¬à¬¹à¬¿ à¬à¬§à¬¾à¬°à¬°à ସମରàଥିତ ନàହà¬"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "ଦà¬àଷତା"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "hypervisor ସହିତ ସà¬à¬¯àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "ନିଷàà¬àରିà ପରିସର ମାନà¬àà¬à ସàà¬àବଦàଧ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "vol ସàà¬à¬¨à¬¾à¬à stdout ରà à¬àà¬à¬¿à¬ XML ବà¬àଯବସàତà à¬à¬¾à¬¬à¬°à ନିରàà¬à¬® à¬à¬°à¬¨àତà."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "à¬à¬ªà¬à¬°à¬£"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "ନàତନ ଡିସàଠà¬à¬ªà¬à¬°à¬£ ଯàଠà¬à¬°à¬¨àତà"
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "%s ପରିସରà¬à ନଷàଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "%s ରà à¬à¬ªà¬à¬°à¬£à¬à ପàଥଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "ନàତନ ଡିସàଠà¬à¬ªà¬à¬°à¬£ ଯàଠà¬à¬°à¬¨àତà"
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "%s ରà à¬à¬ªà¬à¬°à¬£ ସà¬à¬²à¬àନ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "ଡିସàଠà¬à¬ªà¬à¬°à¬£à¬° ଲà¬àଷàଯ"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "à¬àà¬à¬¿à¬ à¬à¬³à¬¨àତି ପରିସର ପାà¬à¬ à¬à¬ªà¬à¬°à¬£ à¬à¬£àଡ à¬
ବସàଥିତି ପାà¬à¬¨àତà।"
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "%s ପରିସରà¬à ପàନà¬à¬ªàରାରମàଠà¬à¬°à¬¾à¬à¬²à¬¾\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "ଲଠଫାà¬à¬² %sà¬à ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "hypervisor à¬à¬§à¬¾à¬° ନାମà¬à ମàଦàରଣ à¬à¬°à¬¨àତà"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "à¬à¬§à¬¾à¬° ନାମ ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "hypervisor ବିହିତ àà.à¬à¬°.à¬à¬. ମàଦàରଣ à¬à¬°à¬¨àତà"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "àà.à¬à¬°.à¬à¬. ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc ପàରଦରàଶନ"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "VNC ପàରଦରàଶନ ପାà¬à¬ à¬à¬.ପି. ଠିà¬à¬£à¬¾ à¬à¬¬à¬ ସà¬à¬¯àà¬à¬¿à¬à ସà¬à¬àଯା ପàରଦାନ à¬à¬°à¬¨àତà।"
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty à¬àନଶàଲ"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "TTY à¬àନଶàଲ ପାà¬à¬ à¬à¬ªà¬à¬°à¬£à¬à ନିରàà¬à¬® à¬à¬°à¬¨àତà।"
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "à¬àà¬à¬¿à¬ XML ଫାà¬à¬²à¬°à à¬àà¬à¬¿à¬ à¬à¬ªà¬à¬°à¬£ ସà¬à¬²à¬àନ à¬à¬°à¬¨àତà"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "à¬àà¬à¬¿à¬ XML <file> ରà à¬àà¬à¬¿à¬ à¬à¬ªà¬à¬°à¬£ ସà¬à¬²à¬àନ à¬à¬°à¬¨àତà।"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML ଫାà¬à¬²"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr "ସà¬à¬²à¬àନ-à¬à¬ªà¬à¬°à¬£: à¬
ନàପସàଥିତ <ଫାà¬à¬²> ବିà¬à¬³àପ"
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "%s ରà à¬à¬ªà¬à¬°à¬£ ସà¬à¬²à¬àନ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "à¬àà¬à¬¿à¬ XML ଫାà¬à¬²à¬°à à¬à¬ªà¬à¬°à¬£à¬à ପàଥଠà¬à¬°à¬¨àତà"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "à¬àà¬à¬¿à¬ XML <file> ରà à¬à¬ªà¬à¬°à¬£à¬à ପàଥଠà¬à¬°à¬¨àତà"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr "ବିà¬àà¬à¬¿à¬¨àନ-à¬à¬ªà¬à¬°à¬£: à¬
ନàପସàଥିତ <ଫାà¬à¬²> ବିà¬à¬³àପ"
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "%s ରà à¬à¬ªà¬à¬°à¬£à¬à ପàଥଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "ନàà¬à±à¬¾à¬°àଠà¬
ନàତରାପàଷàଠଯàଠà¬à¬°à¬¨àତà"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "ନàà¬à±à¬¾à¬°àଠà¬
ନàତରାପàଷàଠଯàଠà¬à¬°à¬¨àତà।"
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "ନàà¬à±à¬¾à¬°àଠà¬
ନàତରାପàଷàଠପàରà¬à¬¾à¬°"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "ନàà¬à±à¬¾à¬°àଠà¬
ନàତରାପàଷàଠର à¬à¬¤àସ"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "ଲà¬àଷàଯସàଥ ନàà¬à±à¬¾à¬°àଠନାମ"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
msgid "MAC address"
msgstr "MAC ଠିà¬à¬£à¬¾"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "ନàà¬à±à¬¾à¬°àଠà¬
ନàତରାପàଷàଠà¬à ସà¬à¬¯àଠà¬à¬°à¬¿à¬¬à¬¾ ପାà¬à¬ ବàଯବହàତ ସàà¬àରପàà¬"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "'attach-interface' ନିରàଦàଦàଶରà à¬àଣସି %s ସମରàଥନ ନାହିà¬"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "ନàà¬à±à¬¾à¬°àଠà¬
ନàତରାପàଷàଠà¬à à¬
ଲà¬à¬¾ à¬à¬°à¬¨àତà"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "ନàà¬à±à¬¾à¬°àଠà¬
ନàତରାପàଷàଠà¬à à¬
ଲà¬à¬¾ à¬à¬°à¬¨àତà।"
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "à¬
ନàତରାପàଷàଠସàà¬à¬¨à¬¾ ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "%s ପàରà¬à¬¾à¬°à¬° à¬àଣସି à¬
ନàତରାପàଷàଠମିଳିଲା ନାହିà¬"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "%s MAC ଠିà¬à¬£à¬¾ ଥିବା à¬àଣସି à¬
ନàତରାପàଷàଠମିଳିଲା ନାହିà¬"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "ସàମàତି ବାଣàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "XML ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "ଡିସàଠà¬à¬ªà¬à¬°à¬£ ଯàଠà¬à¬°à¬¨àତà"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "ନàତନ ଡିସàଠà¬à¬ªà¬à¬°à¬£ ଯàଠà¬à¬°à¬¨àତà"
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "ଡିସàଠà¬à¬ªà¬à¬°à¬£à¬° à¬à¬¤àସ"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "ଡିସàଠà¬à¬ªà¬à¬°à¬£à¬° ଲà¬àଷàଯ"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "ଡିସàଠà¬à¬ªà¬à¬°à¬£à¬° ଡàରାà¬à¬à¬° (à¬à¬¾à¬³à¬)"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "ଡିସàଠà¬à¬ªà¬à¬°à¬£à¬° ସବ-ଡàରାà¬à¬à¬° (à¬à¬ªà¬à¬¾à¬³à¬)"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "ଲà¬àଷàଯ à¬à¬ªà¬à¬°à¬£ ପàରà¬à¬¾à¬°"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "à¬à¬ªà¬à¬°à¬£ ପଠନ à¬à¬¬à¬ ଲିà¬à¬¨à¬° ଧାରା"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "'attach-disk' ନିରàଦàଦàଶରà à¬àଣସି %s ସମରàଥନ ନାହିà¬"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "ଡିସàଠà¬à¬ªà¬à¬°à¬£à¬à à¬
ଲà¬à¬¾ à¬à¬°à¬¨àତà"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "ଡିସàଠà¬à¬ªà¬à¬°à¬£à¬à à¬
ଲà¬à¬¾ à¬à¬°à¬¨àତà।"
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "ଡିସàଠସàà¬à¬¨à¬¾ ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "%s ଲà¬àଷàଯ ଥିବା à¬àଣସି ଡିସàଠମିଳିଲା ନାହିà¬"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "init ବାà¬àଯà¬à¬£àଡ ପାà¬à¬ ସàମàତି ସàଥାନ calloc à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "%s: ଲଠଫାà¬à¬² ଲàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "%s: ଲଠଫାà¬à¬² ଲàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "%s: ଲଠଫାà¬à¬² ଲàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "%s ନିଷàà¬àରିà ପରିସରà¬à ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "lvs ନିରàଦàଦàଶ ବିଫଳ"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, fuzzy, c-format
msgid "%s: command exited with non-zero status"
msgstr "lvs ନିରàଦàଦàଶ ପàରସàଥାନ ସàଥିତି %d ସହିତ ବିଫଳ ହàଲା"
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: ଲଠଫାà¬à¬² ଲàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "à¬àà¬à¬¿à¬ ନିଷàà¬àରିà ପରିସର ପାà¬à¬ ବିନàଯାସà¬à ସà¬àà¬à¬¾ ବିହàନ à¬à¬°à¬¨àତà।"
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "à¬àà¬à¬¿à¬ ନିଷàà¬àରିà ପରିସର ପାà¬à¬ ବିନàଯାସà¬à ସà¬àà¬à¬¾ ବିହàନ à¬à¬°à¬¨àତà।"
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "ବିନàଯାସ ଫାà¬à¬²à¬à ପଢିବାରà ବିଫଳ"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "à¬àà¬à¬¿à¬ ନିଷàà¬àରିà ନàà¬à±à¬¾à¬°àଠପାà¬à¬ ବିନàଯାସà¬à ସà¬àà¬à¬¾ ବିହàନ à¬à¬°à¬¨àତà।"
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "à¬àà¬à¬¿à¬ ନିଷàà¬àରିà ନàà¬à±à¬¾à¬°àଠପାà¬à¬ ବିନàଯାସà¬à ସà¬àà¬à¬¾ ବିହàନ à¬à¬°à¬¨àତà।"
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "à¬àà¬à¬¿à¬ ନିଷàà¬àରିà ପàଲ ପାà¬à¬ ବିନàଯାସà¬à ସà¬àà¬à¬¾ ବିହàନ à¬à¬°à¬¨àତà."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "à¬àà¬à¬¿à¬ ନିଷàà¬àରିà ପàଲ ପାà¬à¬ ବିନàଯାସà¬à ସà¬àà¬à¬¾ ବିହàନ à¬à¬°à¬¨àତà."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "à¬à¬¹à¬¿ ପାରସàପରିଠà¬àରିàାà¬àଷମ à¬à¬°àମିନାଲà¬à ବନàଦ à¬à¬°à¬¨àତà"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "'%s' ନିରàଦàଦàଶ <%s> ବିà¬à¬³àପ à¬à¬¬à¬¶àଯଠà¬à¬°à¬¿à¬¥à¬¾à¬"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "'%s' ନିରàଦàଦàଶ --%s ବିà¬à¬³àପ à¬à¬¬à¬¶àଯଠà¬à¬°à¬¿à¬¥à¬¾à¬"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "'%s' ନିରàଦàଦàଶ à¬
ବସàଥିତ ନାହିà¬"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " ନାମ\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6423,17 +7006,17 @@ msgstr ""
"\n"
" ସାରାà¬à¬¶\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6441,7 +7024,7 @@ msgstr ""
"\n"
" ବରàଣàଣନା\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6449,58 +7032,58 @@ msgstr ""
"\n"
" ବିà¬à¬³àପ\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "à¬
ପରିà¬à¬¾à¬·à¬¿à¬¤ ପରିସର ନାମ à¬à¬¿à¬®àବା ପରିà¬à"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "'%s' ପରିà¬àà¬à ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "à¬
ପରିà¬à¬¾à¬·à¬¿à¬¤ ନàà¬à±à¬¾à¬°àଠନାମ"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "'%s' ନàà¬à±à¬¾à¬°àà¬à¬à ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
msgid "undefined pool name"
msgstr "à¬
ପରିà¬à¬¾à¬·à¬¿à¬¤ ପàଲ ନାମ"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, c-format
msgid "failed to get pool '%s'"
msgstr "ପàଲ '%s' à¬à ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
msgid "undefined vol name"
msgstr "à¬
ପରିà¬à¬¾à¬·à¬¿à¬¤ vol ନାମ"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, c-format
msgid "failed to get vol '%s'"
msgstr "'%s' vol à¬à ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6511,129 +7094,129 @@ msgstr ""
"(ସମà: %.3f ମିଲି-ସàà¬àଣàଡ)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "\" à¬
ନàପସàଥିତ"
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "à¬
ପàରତàଯାଶିତ à¬àà¬àନ (ନିରàଦàଦàଶ ନାମ): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "à¬
à¬à¬£à¬¾ ନିରàଦàଦàଶ: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "'%s' ନିରàଦàଦàଶ --%s ବିà¬à¬³àପ ପାà¬à¬ ସହାàଠନàହàà¬"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "ପàରତàଯାଶିତ ବାà¬àଯ ବିନàଯାସ: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "ସà¬à¬àଯା"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "ବାà¬àଯà¬à¬£àଡ"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "à¬
ପàରତàଯାଶିତ ତଥàଯ '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "ବିà¬à¬³àପ"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "ତଥàଯ"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
#, fuzzy
msgid "idle"
msgstr "ଫାà¬à¬²"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "à¬à¬¿à¬à¬¿ ସମà ପାà¬à¬ à¬
à¬à¬à¬¿à¬à¬¿"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "ବନàଦହàବା à¬
ବସàଥାରà"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "ବନàଦ à¬à¬°à¬¨àତà"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "ହଠାତ à¬
à¬à¬³ ହàà¬à¬à¬²à¬¾"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "à¬
ଫ ଲାà¬à¬¨"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "à¬àଣସି ବàଧ ସà¬à¬¯àଠନାହିà¬"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: ତàà¬à¬¿: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "ତàà¬à¬¿: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: %d ବାà¬à¬à¬à ବାଣàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: %lu ବାà¬à¬ ମାନà¬àà¬à ବାଣàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "hypervisor à¬à ସà¬à¬¯àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "ଲଠଫାà¬à¬² ସàà¬à¬¨à¬¾ ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "ଲଠପଥà¬à¬¿ à¬àà¬à¬¿à¬ ଫାà¬à¬² ନàହàà¬"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "ଲଠଫାà¬à¬²à¬à à¬àଲିବାରà ବିଫଳ, ଲଠଫାà¬à¬²à¬° ପଥà¬à ଯାà¬àଠà¬à¬°à¬¨àତà"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "ଲଠଫାà¬à¬² ଲàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: ଲଠଫାà¬à¬² ଲàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
msgid "failed to disconnect from the hypervisor"
msgstr "ହାà¬à¬ªà¬°à¬à¬¾à¬à¬à¬°à¬°à ସà¬à¬¯àଠବିà¬àà¬à¬¿à¬¨àନ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6666,7 +7249,7 @@ msgstr ""
"\n"
" ନିରàଦàଦàଶ à¬àଡିଠ(ପାରସàପରିଠà¬àରିàାà¬àଷମ ବିହàନ ଧାରା):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6676,24 +7259,24 @@ msgstr ""
" (ନିରàଦàଦàଶ ବିଷàରà ବିସàତàତ ବିବରଣà ପାà¬à¬¬à¬¾ ପାà¬à¬ help <command> ନିରàଦàଦିଷàଠà¬à¬°à¬¨àତà)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "à¬
ସମରàଥ ବିà¬à¬³àପ '-%c'.--help ନିରàଦàଦàଶà¬à à¬à¬³à¬¾à¬ ଦàà¬à¬¨àତà।"
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
msgstr "%s, à¬à¬à¬¾à¬¸àà¬à¬°à¬£ ପାରସàପରିଠà¬àରିàାତàମଠà¬à¬°àମିନାଲରà à¬à¬ªà¬£à¬àଠସàବାà¬à¬¤à¬®à¥¤\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6703,462 +7286,476 @@ msgstr ""
" ବନàଦ à¬à¬°à¬¿à¬¬à¬¾ ପାà¬à¬ 'quit'\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "à¬
à¬à¬£à¬¾ ତàରàà¬à¬¿"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "à¬àତାବନà"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "ତàà¬à¬¿"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "à¬àଣସି ତàà¬à¬¿ ସନàଦàଶ ପàରଦାନ à¬à¬°à¬¾à¬¯à¬¾à¬ ନାହିà¬"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "à¬à¬àଯନàତରàଣ ତàà¬à¬¿ %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "à¬à¬àଯନàତରàଣ ତàà¬à¬¿"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "ସàମàତି ବାହାରà"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "à¬à¬¹à¬¿ ପàରà¬àରିàା hypervisor ଦàବାରା ସମରàଥିତ ନàହàà¬"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "à¬à¬¹à¬¿ ପàରà¬àରିàା hypervisor ଦàବାରା ସମରàଥିତ ନàହàà¬: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "hypervisor ସହିତ ସà¬à¬¯àଠà¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬²à¬¾ ନାହିà¬"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "%s ସହିତ ସà¬à¬¯àଠà¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬²à¬¾ ନାହିà¬"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "à¬à¬ ାରà à¬
ବàଧ ସà¬à¬¯àà¬"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "%s ରà à¬
ବàଧ ସà¬à¬¯àà¬"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "à¬à¬ ାରà à¬
ବàଧ ପରିସର ସàà¬à¬"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "%s ରà à¬
ବàଧ ପରିସର ସàà¬à¬"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "à¬à¬ ାରà à¬
ବàଧ ସàବତନàତàରà¬à¬°"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "%s ରà à¬
ବàଧ ସàବତନàତàରà¬à¬°"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "ପàରà¬àରିàା ବିଫଳ: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "ପàରà¬àରିàା ବିଫଳ"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET ପàରà¬àରିàା ବିଫଳ: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET ପàରà¬àରିàା ବିଫଳ"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST ପàରà¬àରିàା ବିଫଳ: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST ପàରà¬àରିàା ବିଫଳ"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "à¬
à¬à¬£à¬¾ HTTP ତàà¬à¬¿ ସନàଦàଶ %d ପାà¬à¬²à¬¾"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "à¬
à¬à¬£à¬¾ à¬à¬§à¬¾à¬° %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "à¬
à¬à¬£à¬¾ à¬à¬§à¬¾à¬°"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "S-Expr à¬à à¬àରମାନàବàରà ପàରସାରିତ à¬à¬°à¬¿à¬¬à¬¾ ସମàରà ବିଫଳ: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "S-Expr à¬à à¬àରମାନàବàରà ପàରସାରିତ à¬à¬°à¬¿à¬¬à¬¾ ସମàରà ବିଫଳ"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "à¬àନ hypervisor ପàରବିଷàà¬à¬¿à¬à ବàଯବହାର à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬²à¬¾ ନାହିà¬"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "à¬àନ hypervisor ପàରବିଷàà¬à¬¿ %s à¬à ବàଯବହାର à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬²à¬¾ ନାହିà¬"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "à¬àନ à¬à¬£àଡାର ସହିତ ସà¬à¬¯àଠà¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬²à¬¾ ନାହିà¬"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "à¬àନ à¬à¬£àଡାର %s ସହିତ ସà¬à¬¯àଠà¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬²à¬¾ ନାହିà¬"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "à¬àନ syscall %s %d ବିଫଳ"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "à¬
à¬à¬£à¬¾ ପàରà¬à¬¾à¬³à¬¨ ତନàତàର ପàରà¬à¬¾à¬°"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "à¬
à¬à¬£à¬¾ ପàରà¬à¬¾à¬³à¬¨ ତନàତàର ପàରà¬à¬¾à¬° %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "à¬
ନàପସàଥିତ à¬à¬°àଣàଣଲ ସàà¬à¬¨à¬¾"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "à¬
ନàପସàଥିତ ରàଠà¬à¬ªà¬à¬°à¬£ ସàà¬à¬¨à¬¾"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "%s ରà à¬
ନàପସàଥିତ ରàଠà¬à¬ªà¬à¬°à¬£ ସàà¬à¬¨à¬¾"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "à¬à¬ªà¬à¬°à¬£ ପାà¬à¬ à¬
ନàପସàଥିତ à¬à¬¤àସ ସàà¬à¬¨à¬¾"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "%s à¬à¬ªà¬à¬°à¬£ ପାà¬à¬ à¬
ନàପସàଥିତ à¬à¬¤àସ ସàà¬à¬¨à¬¾"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "à¬à¬ªà¬à¬°à¬£ ପାà¬à¬ à¬
ନàପସàଥିତ ଲà¬àଷàଯସàଥଳ ସàà¬à¬¨à¬¾"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "%s à¬à¬ªà¬à¬°à¬£ ପାà¬à¬ à¬
ନàପସàଥିତ ଲà¬àଷàଯସàଥଳ ସàà¬à¬¨à¬¾"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "à¬
ନàପସàଥିତ ପରିସର ନାମ ସàà¬à¬¨à¬¾"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "%s ରà à¬
ନàପସàଥିତ ପରିସର ନାମ ସàà¬à¬¨à¬¾"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "à¬
ନàପସàଥିତ ପàରà¬à¬¾à¬³à¬¨ ତନàତàର ସàà¬à¬¨à¬¾"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "%s ପାà¬à¬ à¬
ନàପସàଥିତ ପàରà¬à¬¾à¬³à¬¨ ତନàତàର ସàà¬à¬¨à¬¾"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "à¬
ନàପସàଥିତ à¬à¬ªà¬à¬°à¬£ ସàà¬à¬¨à¬¾"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "%s ପାà¬à¬ à¬
ନàପସàଥିତ à¬à¬ªà¬à¬°à¬£ ସàà¬à¬¨à¬¾"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "à¬
ନàଠଡàରାà¬à¬à¬° ପà¬àà¬à¬¿à¬àତ ହàà¬à¬à¬¨àତି"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "%s ରà à¬
ନàଠଡàରାà¬à¬à¬° ପà¬àà¬à¬¿à¬àତ ହàà¬à¬à¬¨àତି"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "ଲାà¬à¬¬àରàରà ଡାà¬à¬°à¬¾ ବିଫଳ, ସମàà¬à¬¬à¬¤à¬ ସମରàଥିତ ନàହàà¬"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "%s ଲାà¬à¬¬àରàରà ଡାà¬à¬°à¬¾ ବିଫଳ, ସମàà¬à¬¬à¬¤à¬ ସମରàଥିତ ନàହàà¬"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML ବରàଣàଣନା ସଠିଠà¬à¬¾à¬¬à¬°à à¬à¬ ନ à¬à¬°à¬¾à¬¯à¬¾à¬ ନାହିଠà¬à¬¿à¬®àବା à¬à¬¹à¬¾ à¬
ବàଧ à¬
à¬à"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "%s ପାà¬à¬ XML ବରàଣàଣନା ସଠିଠà¬à¬¾à¬¬à¬°à à¬à¬ ନ à¬à¬°à¬¾à¬¯à¬¾à¬ ନାହିଠà¬à¬¿à¬®àବା à¬à¬¹à¬¾ à¬
ବàଧ à¬
à¬à"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "à¬à¬¹à¬¿ ପରିସରà¬à¬¿ ପàରàବରà ରହିà¬à¬¿"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "%s ପରିସରà¬à¬¿ ପàରàବରà ରହିà¬à¬¿"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "ପàରà¬àରିàାà¬à¬¿ à¬àବଳ ପଠନàà à¬
à¬à¬¿à¬à¬® ପାà¬à¬ ନିଷିଦàଧ"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "%s ପàରà¬àରିàାà¬à¬¿ à¬àବଳ ପଠନàà à¬
à¬à¬¿à¬à¬® ପାà¬à¬ ନିଷିଦàଧ"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "ପଢିବା ପାà¬à¬ ବିନàଯାସ ଫାà¬à¬²à¬à à¬àଲିବାରà ବିଫଳ"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "ପଢିବା ପାà¬à¬ %s à¬à à¬àଲିବାରà ବିଫଳ"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "ବିନàଯାସ ଫାà¬à¬²à¬à ପଢିବାରà ବିଫଳ"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "ବିନàଯାସ ଫାà¬à¬² %s à¬à ପଢିବାରà ବିଫଳ"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "ବିନàଯାସ ଫାà¬à¬²à¬à ବିଶàଳàଷଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "%s ବିନàଯାସ ଫାà¬à¬²à¬à ବିଶàଳàଷଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "ବିନàଯାସ ଫାà¬à¬² ବାà¬àଯ ବିନàଯାସ ତàà¬à¬¿"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "ବିନàଯାସ ଫାà¬à¬² ବାà¬àଯ ବିନàଯାସ ତàà¬à¬¿: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "ବିନàଯାସ ଫାà¬à¬²à¬à ଲàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "ବିନàଯାସ ଫାà¬à¬²à¬à ଲàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "ବିଶàଳàଷଣ ତàà¬à¬¿"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "à¬à¬ ାରà à¬
ବàଧ ନàà¬à±à¬¾à¬°àଠସàà¬à¬ à¬
à¬à¬¿"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "%s ରà à¬
ବàଧ ନàà¬à±à¬¾à¬°àଠସàà¬à¬ à¬
à¬à¬¿"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "à¬à¬¹à¬¿ ନàà¬à±à¬¾à¬°àଠପàରàବରà ରହିà¬à¬¿"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "%s ନàà¬à±à¬¾à¬°àଠପàରàବରà ରହିà¬à¬¿"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "system call ତàà¬à¬¿"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC ତàà¬à¬¿"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "GNUTLS call ତàà¬à¬¿"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "ନàà¬à±à¬¾à¬°àà¬à¬à à¬àà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "ନàà¬à±à¬¾à¬°àà¬à¬à à¬àà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "ପରିସର ମିଳିଲା ନାହିà¬"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "ପରିସର ମିଳିଲା ନାହିà¬: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "ନàà¬à±à¬¾à¬°àଠମିଳିଲା ନାହିà¬"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "ନàà¬à±à¬¾à¬°àଠମିଳିଲା ନାହିà¬: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
msgid "invalid MAC address"
msgstr "à¬
ବàଧ MAC ଠିà¬à¬£à¬¾"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, c-format
msgid "invalid MAC address: %s"
msgstr "à¬
ବàଧ MAC ଠିà¬à¬£à¬¾: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "ପàରମାଣàà¬à¬°à¬£ ବିଫଳ"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "ପàରମାଣàà¬à¬°à¬£ ବିଫଳ: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
msgid "Storage pool not found"
msgstr "à¬à¬£àଡାର ପàଲ ମିଳିଲା ନାହିà¬"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, c-format
msgid "Storage pool not found: %s"
msgstr "à¬à¬£àଡାର ପàଲ ମିଳିଲା ନାହିà¬: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
msgid "Storage volume not found"
msgstr "à¬à¬£àଡାର à¬à¬à¬¾à¬° ମିଳିଲା ନାହିà¬"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, c-format
msgid "Storage volume not found: %s"
msgstr "à¬à¬£àଡାର à¬à¬à¬¾à¬° ମିଳିଲା ନାହିà¬: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
msgid "invalid storage pool pointer in"
msgstr "à¬à¬ ାରà à¬
ବàଧ à¬à¬£àଡାର ପàଲ ସàà¬à¬ à¬
à¬à¬¿"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr "%s ରà à¬
ବàଧ à¬à¬£àଡାର ପàଲ ସàà¬à¬ à¬
à¬à¬¿"
-#: src/virterror.c:937
+#: src/virterror.c:973
msgid "invalid storage volume pointer in"
msgstr "à¬à¬ ାରà à¬
ବàଧ à¬à¬£àଡାର à¬à¬à¬¾à¬° ସàà¬à¬ à¬
à¬à¬¿"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr "%s ରà à¬
ବàଧ à¬à¬£àଡାର à¬à¬à¬¾à¬° ସàà¬à¬ à¬
à¬à¬¿"
-#: src/virterror.c:943
+#: src/virterror.c:979
msgid "Failed to find a storage driver"
msgstr "à¬à¬£àଡାର ଡàରାà¬à¬à¬°à¬à à¬àà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr "à¬à¬£àଡାର ଡàରାà¬à¬à¬°à¬à à¬àà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "à¬à¬£àଡାର ଡàରାà¬à¬à¬°à¬à à¬àà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "à¬à¬£àଡାର ଡàରାà¬à¬à¬°à¬à à¬àà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "à¬à¬ ାରà à¬
ବàଧ à¬à¬£àଡାର à¬à¬à¬¾à¬° ସàà¬à¬ à¬
à¬à¬¿"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "%s ରà à¬
ବàଧ ପରିସର ସàà¬à¬"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "à¬à¬ªà¬à¬°à¬£ ମିଳିଲା ନାହିà¬: %s (%s)"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "à¬à¬ªà¬à¬°à¬£ ମିଳିଲା ନାହିà¬: %s (%s)"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "à¬à¬£àଡାର ପàଲ ମିଳିଲା ନାହିà¬"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "à¬à¬£àଡାର ପàଲ ମିଳିଲା ନାହିà¬: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "ସàà±à¬¤à¬¨àତàରà¬à¬° ବଫରà¬à¬¿ à¬àବ à¬àà¬"
@@ -7229,7 +7826,7 @@ msgstr "ଶàରàà ନିରàà¬à¬£àà¬à¬ à¬à¬à¬¨ ପାରାମି
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "ଶàରàà ନିରàà¬à¬£àà¬à¬ à¬àଯାପ ପାରାମିà¬à¬° (%d) ପରିସର (à¦-à¬à«à«à©à«) ବାହାରà à¬
à¬à¬¿à¥¤"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "%s à¬à ପଢ଼ିପାରିବà ନାହିà¬: %s"
@@ -7282,7 +7879,7 @@ msgstr "ପରିସର ସàà¬à¬¨à¬¾ à¬àଲ domid ସà¬à¬àଯାତà
msgid "domain information incomplete, missing uuid"
msgstr "ପରିସର ସàà¬à¬¨à¬¾ à¬
ସମàପàରàଣàଣ, uuid à¬
ନàପସàଥିତ "
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "ପରିସର ସàà¬à¬¨à¬¾ à¬
ସମàପàରàଣàଣ, domid à¬
ନàପସàଥିତ "
@@ -7324,215 +7921,222 @@ msgstr "vbd ଫାà¬à¬² ନାମà¬à ବିଶàଳàଷଣ à¬à¬°à¬¿à¬ª
msgid "cannot parse vbd filename, missing driver type"
msgstr "vbd ଫାà¬à¬² ନାମà¬à ବିଶàଳàଷଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬ ନାହିà¬, ଡàରାà¬à¬à¬° ପàରà¬à¬¾à¬° à¬
ନàପସàଥିତ"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "à¬
ବàଧ MAC ଠିà¬à¬£à¬¾: %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "à¬
ପàରତàଯାଶିତ dict ନàଡ"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "à¬
à¬à¬£à¬¾ auth ପàରà¬à¬¾à¬° '%s'"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "ପରିସର ସàà¬à¬¨à¬¾ à¬
ସମàପàରàଣàଣ à¬
à¬à, ପରିà¬à à¬
ନàପସàଥିତ"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "à¬
ବàଧ MAC ଠିà¬à¬£à¬¾: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "à¬
à¬à¬£à¬¾ ପàରà¬à¬¾à¬³à¬¨ ତନàତàର ପàରà¬à¬¾à¬° %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "ରàପରàà¬à¬¾ ବାà¬àଯ ବିନàଯାସ ତàà¬à¬¿"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "Xend ପରିସର ସàà¬à¬¨à¬¾à¬à ବିଶàଳàଷଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "ପରିସର à¬à¬¾à¬²àନାହିà¬"
+
+#: src/xend_internal.c:3219
#, fuzzy
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr "xenDaemonDomainDumpXMLByName à¬à¬¹à¬¿ ପରିସରà¬à ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "ପàଲ %s ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "ନିବàଶ à¬à¬ªà¬à¬°à¬£ ପàରà¬à¬¾à¬° %s à¬
ସମରàଥିତ"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr "xenDaemonGetAutostart à¬à¬¹à¬¿ ପରିସରà¬à à¬àà¬à¬¿à¬ªà¬¾à¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr "xenDaemonSetAutostart à¬à¬¹à¬¿ ପରିସରà¬à à¬àà¬à¬¿à¬ªà¬¾à¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
msgid "unexpected value from on_xend_start"
msgstr "on_xend_start ରà à¬
ପàରତàଯାଶିତ ମàଲàଯ"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
msgid "no memory"
msgstr "ସàମàତିସàଥାନ ନାହିà¬"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
msgid "sexpr2string failed"
msgstr "sexpr2string ବିଫଳ"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
msgid "Failed to redefine sexpr"
msgstr "sexpr à¬à ପàନଠବààାà¬ààା à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr "sexpr ରà on_xend_start à¬à¬ªà¬¸àଥିତ ନାହିà¬"
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "tty %s à¬à à¬àଲିବାରà à¬
ସମରàଥ: %s\n"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
"xenDaemonDomainMigrate: Xen ପàରବାସନ ସମàରà ପରିସରର ନାମ ପରିବରàତàତନà¬à ସମରàଥନ à¬à¬°à ନାହିà¬"
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr "xenDaemonDomainMigrate: Xen ପàରବାସନ ସମàରà ବààାଣàଡà±à¬¿à¬¡à¬¥ ସàମାà¬à ସମରàଥନ à¬à¬°à ନାହିà¬"
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr "xenDaemonDomainMigrate: à¬
ସମରàଥିତ ଫàଲାà¬"
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr "xenDaemonDomainMigrate: à¬
ବàଧ URI"
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr "xenDaemonDomainMigrate: à¬àବଳ xenmigr:// ପàରବାସନà¬àଡ଼ିଠXen ଦàà±à¬¾à¬°à¬¾ ସମରàଥିତ"
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr "xenDaemonDomainMigrate: URI ରà ନିଶàà¬à¬¿à¬¤ ରàପà à¬àà¬à¬¿à¬ à¬à¬§à¬¾à¬°à¬¨à¬¾à¬® ନିରàଦàଦିଷàଠହàବା à¬à¬à¬¿à¬¤"
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "xenDaemonDomainMigrate: à¬
ବàଧ ସà¬à¬¯àà¬à¬¿à¬à ସà¬à¬ààା"
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
msgid "failed to parse domain description"
msgstr "ପରିସର ବରàଣàଣନା ବିଶàଳàଷଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "%s ନିଷàà¬àରିà ପରିସରà¬à ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr "xendConfigVersion < 4 ରà à¬
ସମରàଥିତ"
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
msgid "node information incomplete, missing scheduler name"
msgstr "ନàଡ ସàà¬à¬¨à¬¾ à¬
ସମàପàରàଣàଣ, à¬
ନàସàà¬à¬ ନାମ à¬
ନàପସàଥିତ"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr "strdup ବିଫଳ"
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr "à¬
à¬à¬£à¬¾ ନିààà¬à¬"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
msgid "Failed to get a scheduler name"
msgstr "à¬àà¬à¬¿à¬ à¬
ନàସàà¬à¬ ନାମ ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
msgid "domain information incomplete, missing cpu_weight"
msgstr "ପରିସର ସàà¬à¬¨à¬¾ à¬
ସମàପàରàଣàଣ, cpu_weight à¬
ନàପସàଥିତ"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
msgid "domain information incomplete, missing cpu_cap"
msgstr "ପରିସର ସàà¬à¬¨à¬¾ à¬
ସମàପàରàଣàଣ, cpu_cap à¬
ନàପସàଥିତ "
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr "dom0 ପାà¬à¬ domainBlockPeek à¬
ସମରàଥିତ"
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr "%s: à¬
ବàଧ ପଥ"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "ପଢିବା ପାà¬à¬ à¬àଲିବାରà ବିଫଳ: %s: %s"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "ଫାà¬à¬²à¬°à lseek à¬à¬¿à¬®àବା ପଢ଼ିବାରà ବିଫଳ: %s: %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "à¬
ପàରତààାଶିତ ପରିସର ପàରà¬à¬¾à¬° %d"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "à¬
ପàରତàଯାଶିତ mime ପàରà¬à¬¾à¬°"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "à¬
ସମରàଥିତ à¬à¬£àଡାର vol ପàରà¬à¬¾à¬° %d"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "à¬
ପàରତàଯାଶିତ ମàଲàଯ ନàଡ"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr "à¬àଣସି HVM ପରିସର ଧାରଠନାହିà¬"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "aisocktype ସମରàଥିତ ନàହଠ(_s)"
@@ -7608,45 +8212,45 @@ msgstr "ପରିସର ପାà¬à¬ config ଫାà¬à¬² ପàନରàଦà
msgid "unexpected lifecycle action %d"
msgstr "à¬
ପàରତàଯାଶିତ dict ନàଡ"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr "ନବଲିà¬à¬¨ à¬à¬°à¬¿à¬¬à¬¾à¬à ପରିସର ପାà¬à¬ config ଫାà¬à¬²à¬¨à¬¾à¬®à¬à ପàନରàଦàଧାର à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr "ନବଲିà¬à¬¨ à¬à¬°à¬¿à¬¬à¬¾à¬à ପରିସର ପାà¬à¬ config à¬à¬°à¬£à¬à ପàନରàଦàଧାର à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
msgid "failed to remove old domain from config map"
msgstr "config ମààାପରà ପàରàଣା ପରିସରà¬à à¬
ପସାରଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr "config ଫାà¬à¬²à¬¨à¬¾à¬®à¬à¬¿ ବହàତ ବଡ଼"
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
msgid "unable to get current time"
msgstr "ବରàତàତମାନ ସମà ପାà¬à¬¬à¬¾à¬°à à¬
ସମରàଥ."
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
msgid "unable to store config file handle"
msgstr "ବିନàଯାସ ଫାà¬à¬² ନିàନàତàରà¬à¬à ସà¬à¬°à¬àଷଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
msgid "unknown device"
msgstr "à¬
à¬à¬£à¬¾ ଯନàତàର"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "ଲଠଫାà¬à¬² %sà¬à ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "ଲଠଫାà¬à¬² %sà¬à ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
@@ -7655,19 +8259,34 @@ msgstr "ଲଠଫାà¬à¬² %sà¬à ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à
msgid "Invalid parameter to virXPathString()"
msgstr "virXPathString() ପାà¬à¬ à¬
ବàଧ ପàରାà¬à¬³"
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr "virXPathNumber() ପାà¬à¬ à¬
ବàଧ ପàରାà¬à¬³"
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "virXPathString() ପାà¬à¬ à¬
ବàଧ ପàରାà¬à¬³"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "virXPathString() ପାà¬à¬ à¬
ବàଧ ପàରାà¬à¬³"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr "virXPathBoolean() ପାà¬à¬ à¬
ବàଧ ପàରାà¬à¬³"
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr "virXPathNode() ପାà¬à¬ à¬
ବàଧ ପàରାà¬à¬³"
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "virXPathNodeSet() ପାà¬à¬ à¬
ବàଧ ପàରାà¬à¬³"
@@ -7693,16 +8312,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "ପàଲà¬à¬¿ ପàରàବରà ସà¬àରିà à¬
à¬à¬¿"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "ପରିସର ବାଣàà¬àà¬
à¬à¬¿"
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "%s '%s' ମଧàଯରà ପàରବàଶ à¬à¬°à¬¿à¬¹àବ ନାହିà¬: %s (%d)"
+
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "ଠିà¬à¬£à¬¾ %dà¬à ପାà¬à¬¬à¬¾à¬°à ବିଫଳ (%s)"
+
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "ସାଥି ଠିà¬à¬£à¬¾ %dà¬à ପାà¬à¬¬à¬¾à¬°à ବିଫଳ (%s)"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "à¬
à¬à¬à¬¾à¬à¬¨à¬¥à¬¿à¬¬à¬¾ ଫାà¬à¬² ନିରàପଠଫàଲାଠବିନààାସ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
+
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "ଲଠଫାà¬à¬² %sà¬à ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "VM ଲà¬à¬«à¬¾à¬à¬² close-on-exec ଫàଲାଠ%s à¬à ବିନààାସ à¬à¬°à¬¿à¬¬à¬¾à¬°à à¬
ସମରàଥ"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup: ସàମàତିସàଥାନର à¬
à¬à¬¾à¬¬"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "ଲଠଫାà¬à¬² %dà¬à ବନàଦà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
+
#~ msgid "allocating configuration"
#~ msgstr "ବିନàଯାସ ବାଣàà¬àà¬
à¬à¬¿"
@@ -7750,9 +8397,6 @@ msgstr "ପରିସର ବାଣàà¬àà¬
à¬à¬¿"
#~ msgid "failed to mount %s at %s for container: %s"
#~ msgstr "%s à¬à %s ଠାରà ଧାରଣ ପାତàର ପାà¬à¬ ସàଥାପନ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "à¬àଲିବା(%s) ବିଫଳ: %s"
-
#~ msgid "clone() failed, %s"
#~ msgstr "clone() ବିଫଳ, %s"
@@ -8176,12 +8820,6 @@ msgstr "ପରିସର ବାଣàà¬àà¬
à¬à¬¿"
#~ msgid "cannot write tty pid file %s: %s"
#~ msgstr "tty pid ଫାà¬à¬² %sà¬à ଲàà¬à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬: %s"
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "tty pid ଫାà¬à¬² %sà¬à à¬àଲିପାରିବà ନାହିà¬: %s"
-
-#~ msgid "cannot read tty pid file %s: %s"
-#~ msgstr "tty pid ଫାà¬à¬² %sà¬à ପଢ଼ିପାରିବà ନାହିà¬: %s"
-
#~ msgid "execl failed to exec init: %s"
#~ msgstr "execl init à¬à exec à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ ହàଲା: %s"
@@ -8299,9 +8937,6 @@ msgstr "ପରିସର ବାଣàà¬àà¬
à¬à¬¿"
#~ msgid "missing sound model"
#~ msgstr "ଧàà±à¬¨à ମଡàଲ à¬
ନàପସàଥିତ"
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "à¬
ବàଧ ଧàà±à¬¨à ମଡàଲ '%s'"
-
#~ msgid "domain name length too long"
#~ msgstr "ପରିସର ନାମ à¬à¬à¬¾à¬°à¬à¬¿ à¬àବ ବଡ଼"
diff --git a/po/pa.gmo b/po/pa.gmo
index 0b1db85..72b0949 100644
Binary files a/po/pa.gmo and b/po/pa.gmo differ
diff --git a/po/pa.po b/po/pa.po
index c61fa8a..54012fb 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pa\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2007-09-11 15:12+0530\n"
"Last-Translator: Jaswinder Singh <jsingh at redhat.com>\n"
"Language-Team: Punjabi <fedora-trans-pa at redhat.com>\n"
@@ -99,241 +99,241 @@ msgstr ""
msgid "Unknown error"
msgstr "à¨
ਣà¨à¨¾à¨£"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "à¨à©à©±à¨¨ ਡà©à¨®à¨¨ ਤà©à¨ ਪà©à©à¨¹à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "ਸੰਰà¨à¨¨à¨¾ à¨à¨¾à¨°à© à¨à©à¨¤à© à¨à¨¾ ਰਹ੠ਹà©"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "ਮà©à¨®à©à¨°à© ਨਿਰਧਾਰਤ à¨à¨°à¨¨ ਵਿੱਠà¨à¨²à¨¤à©: %s"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "à¨
à¨à¨¾à¨¨à¨ ਮà©à©±à¨² ਨà©à¨¡"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "ਮà©à¨®à©à¨°à© ਨਿਰਧਾਰਤ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "ਸਾà¨à¨ %d ਪà©à©à¨¹à¨¨ ਲਠਫà©à¨²\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "ਮà©à¨®à©à¨°à© ਨਿਰਧਾਰਤ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨà©à©° ਲੱà¨à¨£ ਵਿੱਠਫà©à¨²à©à¨¹ ਹà©à¨à¨: %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨà©à©° ਲੱà¨à¨£ ਵਿੱਠਫà©à¨²à©à¨¹ ਹà©à¨à¨: %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° ਨਾਲ à¨à©à©à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -341,453 +341,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "à¨à©°à¨à¨°à¨«à©à¨¸ à¨à¨¾à¨£à¨à¨¾à¨°à© %s %s ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ %s ਸ਼à©à¨°à© à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "à¨à¨¾à¨°à© ਮà©à¨®à©à¨°à© ਬਦਲà©"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "à¨
ਣà¨à¨¾à¨£ mime à¨à¨¿à¨¸à¨®"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "XML ਬਣਾà¨à¨£ ਲਠਫà©à¨²"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "XML ਬਣਾà¨à¨£ ਲਠਫà©à¨²"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "ਸਾà¨à¨ %d ਲਿà¨à¨£ ਲਠà¨
ਸਫ਼ਲ\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "ਮà©à¨®à©à¨°à© ਨਿਰਧਾਰਤ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "ਮà©à¨®à©à¨°à© ਨਿਰਧਾਰਤ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "ਮà©à¨®à©à¨°à© ਨਿਰਧਾਰਤ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "ਡà©à¨®à©à¨¨ %s ਮà©à©-ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "XML ਬਣਾà¨à¨£ ਲਠਫà©à¨²"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨਾਠà¨à¨¾à¨ uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "à¨
ਣà¨à¨¾à¨£ HTTP à¨à¨²à¨¤à© à¨à©à¨¡ %d ਮਿਲਿà¨"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "ਸਰਵਰ à¨à¨µà¨¾à¨¬ ਪਾਰਸ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "à¨à¨¸ ਵਿੱਠà¨à¨²à¨¤ à¨à©à¨¨à©à¨à¨¸à¨¼à¨¨ à¨à¨¸à¨¼à¨¾à¨°à¨¾"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "ਮà©à¨®à©à¨°à© à¨à¨¤à¨® ਹ੠à¨à¨"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨®"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "ਵਰਤਮਾਨ ਮà©à¨®à¨°à©-à¨
à¨à¨¾à¨° à¨à¨¾à¨à¨ à¨à¨°à¨¨ ਵਿੱਠà¨
ਸਮਰਥ"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "ਵਰਤਮਾਨ ਮà©à¨®à¨°à©-à¨
à¨à¨¾à¨° à¨à¨¾à¨à¨ à¨à¨°à¨¨ ਵਿੱਠà¨
ਸਮਰਥ"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "ਬਲਾਠਹਾਲਤ %s %s ਪਤਾ à¨à¨°à¨¨ ਵਿੱਠਫà©à¨² ਹà©à¨à¨"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "à¨à©°à¨à¨°à¨«à©à¨¸ à¨à¨¾à¨£à¨à¨¾à¨°à© %s %s ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "ਮà©à¨®à©à¨°à© à¨à¨¤à¨® ਹ੠à¨à¨"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ %s ਬਣਾà¨à¨£ ਲਠà¨
ਸਫ਼ਲ ਹà©\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ %s ਬਣਾà¨à¨£ ਲਠà¨
ਸਫ਼ਲ ਹà©\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "ਡà©à¨®à©à¨¨ ਨਹà©à¨ ਲੱà¨à¨¿à¨"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "à¨
à¨à¨¾à¨¨à¨ dict ਨà©à¨¡"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -908,534 +924,535 @@ msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨà©à©° à¨à©à¨¨à©à¨à¨¸à¨¼à¨¨ ਹà©à¨¸à¨¼
msgid "dev missing from connection hash table"
msgstr "à¨à©à¨¨à©à¨à¨¸à¨¼à¨¨ ਹà©à¨¸à¨¼ ਸਾਰਣ੠ਵਿੱà¨à©à¨ ਡà©à¨®à©à¨¨ à¨à©à©°à¨® ਹà©"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "ਡਿਸਠà¨à©°à¨¤à¨° ਦਾ ਸਰà©à¨¤"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "ਡਿਸਠà¨à©°à¨¤à¨° ਦਾ ਸਰà©à¨¤"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "à¨à©°à¨¤à¨° ਲਠਸਰà©à¨¤ à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "à¨à©°à¨¤à¨° ਲਠਸਰà©à¨¤ à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "à¨à©°à¨¤à¨° ਲਠਸਰà©à¨¤ à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "à¨à¨¾à¨°à¨à¨¿à¨ à¨à©°à¨¤à¨° à¨à¨¿à¨¸à¨®"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "ਰà©à¨ (root) à¨à©°à¨¤à¨° à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ à¨à¨®à¨¾à¨à¨¡: '%s'"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "à¨à¨¾à¨°à¨à¨¿à¨ à¨à©°à¨¤à¨° à¨à¨¿à¨¸à¨®"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "à¨à©à©°à¨® \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "à¨à©à©°à¨® \""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "à¨à¨¾à¨°à¨à¨¿à¨ à¨à©°à¨¤à¨° à¨à¨¿à¨¸à¨®"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "%s ਨਾਲ à¨à©à© ਨਹà©à¨ ਸà¨à¨¿à¨"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "%s ਨਾਲ à¨à©à© ਨਹà©à¨ ਸà¨à¨¿à¨"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ ਮà©à¨à¨¼à¨¬à¨¾à¨¨ %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ ਮà©à¨à¨¼à¨¬à¨¾à¨¨ %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "à¨à©°à¨¤à¨° ਲਠਨਿਯਤ à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "à¨
ਣà¨à¨¾à¨£ ਮà©à¨à¨¼à¨¬à¨¾à¨¨ %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "ਰà©à¨ (root) à¨à©°à¨¤à¨° à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨®"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "ਡà©à¨®à©à¨¨ ਨਾਠà¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "%s ਵਿੱਠà¨à¨²à¨¤ ਡà©à¨®à©à¨¨ ਬਿੰਦà©"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ UUID ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "à¨
ਣà¨à¨¾à¨£ ਡਾà¨à¨¾ '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨®"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "à¨à©°à¨à¨°à¨«à©à¨¸ à¨à©°à¨¤à¨°"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "ਰà©à¨ (root) à¨à©°à¨¤à¨° à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ ਮà©à¨à¨¼à¨¬à¨¾à¨¨ %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "ਡਿਸਠà¨à©°à¨¤à¨° à¨à©à©à©"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ à¨à©°à¨à¨°à¨«à©à¨¸ à¨à©à©à©"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "à¨à©°à¨à¨°à¨«à©à¨¸ à¨à©°à¨¤à¨°"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "ਡਿਸਠà¨à©°à¨¤à¨° à¨à©à©à©"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "ਡਿਸਠà¨à©°à¨¤à¨° à¨à©à©à©"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "ਡਿਸਠà¨à©°à¨¤à¨° à¨à©à©à©"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "ਡਿਸਠà¨à©°à¨¤à¨° à¨à©à©à©"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "à¨à¨¾à¨ ਸੰà¨à¨¾à¨²à¨£ ਲਠà¨
ਸਫ਼ਲ ਹà©"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "à¨
ਣà¨à¨¾à¨£ mime à¨à¨¿à¨¸à¨®"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "à¨
ਣà¨à¨¾à¨£ mime à¨à¨¿à¨¸à¨®"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "à¨
à¨à¨¾à¨¨à¨ dict ਨà©à¨¡"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "à¨
à¨à¨¾à¨¨à¨ dict ਨà©à¨¡"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "à¨
à¨à¨¾à¨¨à¨ dict ਨà©à¨¡"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "à¨
ਣà¨à¨¾à¨£ mime à¨à¨¿à¨¸à¨®"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "à¨
ਣà¨à¨¾à¨£ mime à¨à¨¿à¨¸à¨®"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "à¨
ਣà¨à¨¾à¨£ mime à¨à¨¿à¨¸à¨®"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "à¨
à¨à¨¾à¨¨à¨ dict ਨà©à¨¡"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "à¨
ਣà¨à¨¾à¨£ mime à¨à¨¿à¨¸à¨®"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "à¨
ਣà¨à¨¾à¨£ mime à¨à¨¿à¨¸à¨®"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "à¨
à¨à¨¾à¨¨à¨ dict ਨà©à¨¡"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "à¨
ਣà¨à¨¾à¨£ mime à¨à¨¿à¨¸à¨®"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "à¨
ਣà¨à¨¾à¨£ mime à¨à¨¿à¨¸à¨®"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "à¨
ਣà¨à¨¾à¨£ mime à¨à¨¿à¨¸à¨®"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "à¨
à¨à¨¾à¨¨à¨ ਮà©à©±à¨² ਨà©à¨¡"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਲਿà¨à¨£ ਲਠà¨
ਸਫ਼ਲ: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਲਿà¨à¨£ ਲਠà¨
ਸਫ਼ਲ: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਲਿà¨à¨£ ਲਠà¨
ਸਫ਼ਲ: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਲਿà¨à¨£ ਲਠà¨
ਸਫ਼ਲ: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਲਿà¨à¨£ ਲਠà¨
ਸਫ਼ਲ: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨®"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "XML ਬਣਾà¨à¨£ ਲਠਫà©à¨²"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "XML ਬਣਾà¨à¨£ ਲਠਫà©à¨²"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "ਸਾà¨à¨ %d ਲਿà¨à¨£ ਲਠà¨
ਸਫ਼ਲ\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "%s ਤà©à¨ ਨà©à©±à¨à¨µà¨°à¨ ਬਣਾà¨à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©à¨²à©à¨¹"
@@ -1445,57 +1462,57 @@ msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "%s ਨਾਲ à¨à©à© ਨਹà©à¨ ਸà¨à¨¿à¨"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ à¨à©°à¨à¨°à¨«à©à¨¸ à¨à©à©à©"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "ਵਰਤਮਾਨ ਮà©à¨®à¨°à©-à¨
à¨à¨¾à¨° à¨à¨¾à¨à¨ à¨à¨°à¨¨ ਵਿੱਠà¨
ਸਮਰਥ"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "ਡà©à¨®à©à¨¨ à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à¨²à¨¤ ਹà©, domid à¨
à©°à¨à© ਨਹà©à¨ ਹà©"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "ਡà©à¨®à©à¨¨ à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à¨²à¨¤ ਹà©, domid à¨
à©°à¨à© ਨਹà©à¨ ਹà©"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1538,12 +1555,12 @@ msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ %s ਬਣਾà¨à¨£ ਲਠà¨
ਸ
msgid "failed to bind new root %s"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨà©à©° ਲੱà¨à¨£ ਵਿੱਠਫà©à¨²à©à¨¹ ਹà©à¨à¨: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "XML ਬਣਾà¨à¨£ ਲਠਫà©à¨²"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©à¨²à©à¨¹"
@@ -1716,23 +1733,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "ਡà©à¨®à©à¨¨ id à¨à¨¾à¨ uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਦਾ ਨਾà¨"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਨਾ-ਪਰà¨à¨¾à¨¸à¨¼à¨¿à¨¤"
@@ -1787,7 +1804,7 @@ msgstr "à¨à¨¸ ਵਿੱਠà¨à¨²à¨¤ ਡà©à¨®à©à¨¨ à¨à¨¸à¨¼à¨¾à¨°à¨¾"
msgid "failed to kill pid %d"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
@@ -1822,225 +1839,235 @@ msgstr "ਡà©à¨®à©à¨¨ ਨਾà¨"
msgid "no domain with id %d"
msgstr "node domain list"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "à¨
ਣà¨à¨¾à¨£ ਮà©à¨à¨¼à¨¬à¨¾à¨¨ %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "ਡà©à¨®à©à¨¨ %s ਮà©à©-ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "%s ਵਿੱਠà¨à¨²à¨¤ ਮà©à©±à¨²"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "à¨à¨¸ ਵਿੱਠà¨à¨²à¨¤ ਮà©à©±à¨²"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "à¨à¨²à¨¤ MAC ਸਿਰਨਾਵਾà¨: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਲਿà¨à¨£ ਲਠà¨
ਸਫ਼ਲ: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "ਡà©à¨®à©à¨¨ %s ਪਹਿਲਾਠਹ੠ਮà©à¨à©à¨¦ ਹà©"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ %s ਸ਼à©à¨°à© à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "ਮà©à¨®à©à¨°à© à¨à¨¤à¨® ਹ੠à¨à¨"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "%s ਤà©à¨ ਨà©à©±à¨à¨µà¨°à¨ ਬਣਾà¨à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "ਡà©à¨®à©à¨¨ ਪਹਿਲਾਠਹ੠ਸਰà¨à¨°à¨® ਹà©"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਲਿà¨à¨£ ਲਠà¨
ਸਫ਼ਲ: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "%s ਨà©à©° ਪà©à©à¨¹à¨¨ ਵਾਸਤ੠à¨à©à¨²à©à¨¹à¨£ ਲਠà¨
ਸਫ਼ਲ"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ '%s' ਲà©à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਹਾਲ੠ਵ੠à¨à©±à¨² ਰਹ੠ਹà©"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "XML ਵਿੱਠਨà©à©±à¨à¨µà¨°à¨ à¨à¨¾à¨£à¨à¨¾à¨°à©"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "ਨà©à©±à¨à¨µà¨°à¨ %s ਸ਼à©à¨°à© à¨à©à¨¤à¨¾ à¨à¨¿à¨ ਹà©\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "%s ਤà©à¨ ਨà©à©±à¨à¨µà¨°à¨ ਬਣਾà¨à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
@@ -2050,7 +2077,267 @@ msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "à¨à¨¾à¨°à¨à¨¿à¨ à¨à©°à¨¤à¨° à¨à¨¿à¨¸à¨®"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "ਨà©à©±à¨à¨µà¨°à¨ à¨à©°à¨à¨°à¨«à©à¨¸ à¨à¨¿à¨¸à¨®"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "%s ਵਿੱਠà¨à¨²à¨¤ ਨà©à©±à¨à¨µà¨°à¨ ਪà©à¨à¨à©°à¨à¨° ਹà©"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "%s ਵਿੱਠà¨à¨²à¨¤ ਨà©à©±à¨à¨µà¨°à¨ ਪà©à¨à¨à©°à¨à¨° ਹà©"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "%s ਵਿੱਠà¨à¨²à¨¤ ਡà©à¨®à©à¨¨ ਬਿੰਦà©"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "%s ਵਿੱਠà¨à¨²à¨¤ ਡà©à¨®à©à¨¨ ਬਿੰਦà©"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "%s ਵਿੱਠà¨à¨²à¨¤ à¨à©à¨¨à©à¨à¨¸à¨¼à¨¨ à¨à¨¸à¨¼à¨¾à¨°à¨¾"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "ਰà©à¨ (root) à¨à©°à¨¤à¨° à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
@@ -2210,7 +2497,7 @@ msgstr ""
msgid "Could not read container config"
msgstr "%s ਨਾਲ à¨à©à© ਨਹà©à¨ ਸà¨à¨¿à¨"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
@@ -2224,6 +2511,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "%s ਨਾਲ à¨à©à© ਨਹà©à¨ ਸà¨à¨¿à¨"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "à¨à©à©±à¨¨ ਡà©à¨®à¨¨ ਤà©à¨ ਪà©à©à¨¹à¨¨ ਲਠà¨
ਸਫ਼ਲ"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "%s ਤà©à¨ à¨à©°à¨¤à¨° à¨à©à©à¨¨ ਲਠਫà©à¨²à©à¨¹"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° ਨਾਲ à¨à©à©à¨¨ ਲਠਫà©à¨²à©à¨¹"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "%s ਤà©à¨ à¨à©°à¨¤à¨° à¨à©à©à¨¨ ਲਠਫà©à¨²à©à¨¹"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "%s ਤà©à¨ ਡà©à¨®à©à¨¨ ਬਣਾà¨à¨£ ਲਠਫà©à¨²à©à¨¹"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨà©à©° ਲੱà¨à¨£ ਵਿੱਠਫà©à¨²à©à¨¹ ਹà©à¨à¨: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "%s ਤà©à¨ ਡà©à¨®à©à¨¨ ਬਣਾà¨à¨£ ਲਠਫà©à¨²à©à¨¹"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2268,708 +2620,780 @@ msgstr "ਪਰਾà¨à¨¸à© ਨਾਲ ਸੰà¨à¨¾à¨° à¨à¨²à¨¤à©: ਨਿà¨à¨¾
msgid "got asynchronous packet number %d\n"
msgstr "ਨਾ-ਸਮà¨à¨¾à¨²à© ਪà©à¨à¨ ਨੰਬਰ %d ਮਿਲਿà¨\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨਹà©à¨ ਲੱà¨à¨¿à¨"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ %s ਸ਼à©à¨°à© à¨à©à¨¤à¨¾ à¨à¨¿à¨ ਹà©\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "à¨à©°à¨à¨°à¨«à©à¨¸ à¨à¨¾à¨£à¨à¨¾à¨°à© %s %s ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° ਲਠਸਹਾà¨à¨ ਨਹà©à¨"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ ਡਾà¨à¨¾ '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ ਡਾà¨à¨¾ '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "%s ਵਿੱਠà¨à¨²à¨¤ ਡà©à¨®à©à¨¨ ਬਿੰਦà©"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "à¨à¨¸ ਵਿੱਠà¨à¨²à¨¤ ਮà©à©±à¨²"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "ਲਾਠਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "ਲਾਠਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "ਲਾਠਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "ਸਾà¨à¨ %d ਬੰਦ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹\n"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "ਬਲਾਠਹਾਲਤ %s %s ਪਤਾ à¨à¨°à¨¨ ਵਿੱਠਫà©à¨² ਹà©à¨à¨"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "%s ਤà©à¨ ਡà©à¨®à©à¨¨ ਬਣਾà¨à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "%s ਤà©à¨ ਨà©à©±à¨à¨µà¨°à¨ ਬਣਾà¨à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "ਵਰਤਮਾਨ ਮà©à¨®à¨°à©-à¨
à¨à¨¾à¨° à¨à¨¾à¨à¨ à¨à¨°à¨¨ ਵਿੱਠà¨
ਸਮਰਥ"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "ਮà©à¨®à©à¨°à© à¨à¨¤à¨® ਹ੠à¨à¨"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "ਸਾà¨à¨ %d ਬੰਦ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹\n"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "ਸਾà¨à¨ %d ਬੰਦ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "ਡà©à¨®à©à¨¨ '%s' ਲà©à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "ਵਰਤਮਾਨ ਮà©à¨®à¨°à©-à¨
à¨à¨¾à¨° à¨à¨¾à¨à¨ à¨à¨°à¨¨ ਵਿੱਠà¨
ਸਮਰਥ"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "ਡà©à¨®à©à¨¨ ਪਹਿਲਾਠਹ੠ਸਰà¨à¨°à¨® ਹà©"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "ਲਾਠਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "ਲਾਠਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "ਲਾਠਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "ਡà©à¨®à©à¨¨ %s ਬੰਦ à¨à©à¨¤à© à¨à¨¾ ਰਹ੠ਹà©\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "ਸਾà¨à¨ %d ਬੰਦ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹\n"
+msgid "Failed to remove domain status for %s"
+msgstr "%s ਤà©à¨ ਡà©à¨®à©à¨¨ ਬਣਾà¨à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "ਵਰਤ੠ਮà©à¨®à©à¨°à©:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "ਮà©à©à¨¬à¨¾à¨¨ ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "ਡà©à¨®à©à¨¨ %s ਪਹਿਲਾਠਹ੠ਮà©à¨à©à¨¦ ਹà©"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "ਡà©à¨®à©à¨¨ %s ਪਹਿਲਾਠਹ੠ਮà©à¨à©à¨¦ ਹà©"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "ਡà©à¨®à©à¨¨ ਹਾਲ੠ਵ੠à¨à©±à¨² ਰਹ੠ਹà©"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਦਾ ਨਾà¨"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "ਡà©à¨®à©à¨¨ UUID ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "XML ਬਣਾà¨à¨£ ਲਠਫà©à¨²"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "ਲਾਠਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "ਲਾਠਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "ਸਾà¨à¨ %d ਬੰਦ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹\n"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "ਮà©à¨®à©à¨°à© à¨à¨¤à¨® ਹ੠à¨à¨"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਲਠਸੰਰà¨à¨¨à¨¾ ਨਾ-ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਹà©à¥¤"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਨਾ-ਪਰà¨à¨¾à¨¸à¨¼à¨¿à¨¤"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "à¨à¨¾à¨°à¨à¨¿à¨ à¨à©°à¨¤à¨° à¨à¨¿à¨¸à¨®"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "node domain list"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "ਵਰਤਮਾਨ ਮà©à¨®à¨°à©-à¨
à¨à¨¾à¨° à¨à¨¾à¨à¨ à¨à¨°à¨¨ ਵਿੱਠà¨
ਸਮਰਥ"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "à¨à©à©±à¨¨ ਡà©à¨®à¨¨ ਤà©à¨ ਪà©à©à¨¹à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "XML ਬਣਾà¨à¨£ ਲਠਫà©à¨²"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "XML ਬਣਾà¨à¨£ ਲਠਫà©à¨²"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "ਡà©à¨®à©à¨¨ ਪਹਿਲਾਠਹ੠ਸਰà¨à¨°à¨® ਹà©"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ UUID ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "ਡà©à¨®à©à¨¨ %s ਸ਼à©à¨°à© à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "ਡà©à¨®à©à¨¨ %s ਮà©à©-ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "%s ਨਾਲ à¨à©à© ਨਹà©à¨ ਸà¨à¨¿à¨"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "ਲਾਠਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "ਡà©à¨®à©à¨¨ %s ਪਹਿਲਾਠਹ੠ਮà©à¨à©à¨¦ ਹà©"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "ਮà©à¨à¨¼à¨¬à¨¾à¨¨ ਪà©à¨°à©à¨à¨¾à¨¸à¨¼à¨¾ ਫਾà¨à¨² ਲà©à¨¡ à¨à©à¨¤à© à¨à¨¾ ਰਹ੠ਹà©"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "ਡਿਸਠà¨à©°à¨¤à¨° à¨à©à©à©"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "ਮà©à¨à¨¼à¨¬à¨¾à¨¨ ਪà©à¨°à©à¨à¨¾à¨¸à¨¼à¨¾ ਫਾà¨à¨² ਲà©à¨¡ à¨à©à¨¤à© à¨à¨¾ ਰਹ੠ਹà©"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਨਾ-ਪਰà¨à¨¾à¨¸à¨¼à¨¿à¨¤"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "ਡà©à¨®à©à¨¨ ਨਹà©à¨ ਲੱà¨à¨¿à¨"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "ਨà©à¨¡ à¨à¨¾à¨£à¨à¨¾à¨°à© ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "%s ਤà©à¨ à¨à©°à¨¤à¨° ਹà¨à¨¾à¨à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਨਾ-ਪਰà¨à¨¾à¨¸à¨¼à¨¿à¨¤"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ à¨à¨à©-ਸà¨à¨¾à¨°à¨ à¨à¨°à©"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "%s ਤà©à¨ ਨà©à©±à¨à¨µà¨°à¨ ਬਣਾà¨à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "%s ਵਿੱਠà¨à¨²à¨¤ ਮà©à©±à¨²"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "ਡà©à¨®à©à¨¨ ਨਹà©à¨ ਲੱà¨à¨¿à¨: %s"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² %s ਪà©à©à¨¹à¨¨ ਲਠà¨
ਸਫ਼ਲ"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "à¨à¨¸ ਵਿੱਠà¨à¨²à¨¤ ਮà©à©±à¨²"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨: %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "ਲਾਠਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "node domain list"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "ਡà©à¨®à©à¨¨ UUID ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "ਡà©à¨®à©à¨¨ %s ਸ਼à©à¨°à© à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "ਡà©à¨®à©à¨¨ %s ਮà©à©-ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -2980,510 +3404,591 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "%s ਨਾਲ à¨à©à© ਨਹà©à¨ ਸà¨à¨¿à¨"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "ਸਾà¨à¨ %d ਪà©à©à¨¹à¨¨ ਲਠਫà©à¨²\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "ਸਾà¨à¨ %d ਪà©à©à¨¹à¨¨ ਲਠਫà©à¨²\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "ਸਾà¨à¨ %d ਪà©à©à¨¹à¨¨ ਲਠਫà©à¨²\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "ਸਾà¨à¨ %d ਬੰਦ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹\n"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "URI ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
#, fuzzy
msgid "Error allocating callbacks list"
msgstr "ਮà©à¨®à©à¨°à© ਨਿਰਧਾਰਤ à¨à¨°à¨¨ ਵਿੱਠà¨à¨²à¨¤à©: %s"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "ਡà©à¨®à©à¨¨ à¨à¨¾à¨°à© à¨à©à¨¤à© à¨à¨¾ ਰਹ੠ਹà©"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "à¨à©±à¨ ਨà©à¨¡ à¨à¨¾à¨°à© à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "ਵਰਤਮਾਨ ਮà©à¨®à¨°à©-à¨
à¨à¨¾à¨° à¨à¨¾à¨à¨ à¨à¨°à¨¨ ਵਿੱਠà¨
ਸਮਰਥ"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "ਵਰਤਮਾਨ ਮà©à¨®à¨°à©-à¨
à¨à¨¾à¨° à¨à¨¾à¨à¨ à¨à¨°à¨¨ ਵਿੱਠà¨
ਸਮਰਥ"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "ਮà©à¨®à©à¨°à© à¨à¨à¨¾à¨° ਲਠ%d à¨à¨²à¨¤ ਮà©à©±à¨² ਹà©"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਲਿà¨à¨£ ਲਠà¨
ਸਫ਼ਲ: %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "ਬਹà©à¨¤ à¨à¨¼à¨¿à¨à¨¦à¨¾ ਡà©à¨®à©à¨¨à¨¾à¨"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "ਬਹà©à¨¤ à¨à¨¼à¨¿à¨à¨¦à¨¾ ਡà©à¨®à©à¨¨à¨¾à¨"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "à¨à¨¾à¨°à© ਮà©à¨®à©à¨°à© ਬਦਲà©"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨®"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "ਬਹà©à¨¤ à¨à¨¼à¨¿à¨à¨¦à¨¾ ਨà©à©±à¨à¨µà¨°à¨"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "ਬਹà©à¨¤ à¨à¨¼à¨¿à¨à¨¦à¨¾ ਡਰਾà¨à¨µà¨° ਰà¨à¨¿à¨¸à¨à¨° ਹਨ"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "ਬਹà©à¨¤ à¨à¨¼à¨¿à¨à¨¦à¨¾ ਡਰਾà¨à¨µà¨° ਰà¨à¨¿à¨¸à¨à¨° ਹਨ"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "ਬਹà©à¨¤ à¨à¨¼à¨¿à¨à¨¦à¨¾ ਡਰਾà¨à¨µà¨° ਰà¨à¨¿à¨¸à¨à¨° ਹਨ"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "ਬਹà©à¨¤ à¨à¨¼à¨¿à¨à¨¦à¨¾ ਡਰਾà¨à¨µà¨° ਰà¨à¨¿à¨¸à¨à¨° ਹਨ"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "ਬਹà©à¨¤ à¨à¨¼à¨¿à¨à¨¦à¨¾ ਡਰਾà¨à¨µà¨° ਰà¨à¨¿à¨¸à¨à¨° ਹਨ"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "ਬਹà©à¨¤ à¨à¨¼à¨¿à¨à¨¦à¨¾ ਡਰਾà¨à¨µà¨° ਰà¨à¨¿à¨¸à¨à¨° ਹਨ"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "ਬਹà©à¨¤ à¨à¨¼à¨¿à¨à¨¦à¨¾ ਡਰਾà¨à¨µà¨° ਰà¨à¨¿à¨¸à¨à¨° ਹਨ"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨: %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "S-Expr ਨà©à©° ਲà©à©à¨¬à©±à¨§ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹: %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "ਬਲਾਠਹਾਲਤ %s %s ਪਤਾ à¨à¨°à¨¨ ਵਿੱਠਫà©à¨² ਹà©à¨à¨"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "à¨à©°à¨à¨°à¨«à©à¨¸ à¨à¨¾à¨£à¨à¨¾à¨°à© %s %s ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ %s ਬਣਾà¨à¨£ ਲਠà¨
ਸਫ਼ਲ ਹà©\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° ਲਠਸਹਾà¨à¨ ਨਹà©à¨"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "ਡà©à¨®à©à¨¨ %s ਸ਼à©à¨°à© à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "à¨à¨¾à¨ ਸੰà¨à¨¾à¨²à¨£ ਲਠà¨
ਸਫ਼ਲ ਹà©"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "ਡà©à¨®à©à¨¨ %s ਸ਼à©à¨°à© à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° ਨਾਲ à¨à©à©à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "ਸਾà¨à¨ %d ਪà©à©à¨¹à¨¨ ਲਠਫà©à¨²\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "ਸਿਰਫ਼ ਪà©à©à¨¹à¨¨ ਲਠà¨à©à¨¨à©à¨à¨¸à¨¼à¨¨"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "XML ਬਣਾà¨à¨£ ਲਠਫà©à¨²"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ '%s' ਲà©à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "%s ਵਿੱਠà¨à¨²à¨¤ ਮà©à©±à¨²"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "ਡà©à¨®à©à¨¨ %s ਸ਼à©à¨°à© à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3514,45 +4019,45 @@ msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਲਿà¨à¨£ ਲਠà¨
ਸਫ਼ਲ: %s"
msgid "cannot read beginning of file '%s'"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਲਿà¨à¨£ ਲਠà¨
ਸਫ਼ਲ: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "à¨à¨²à¨¤ MAC ਸਿਰਨਾਵਾà¨: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "ਡà©à¨®à©à¨¨ %s ਸ਼à©à¨°à© à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "à¨
ੰਦਰà©à¨¨à© à¨à¨²à¨¤à© %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3666,7 +4171,7 @@ msgid "cannot extend file '%s'"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
@@ -3699,17 +4204,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
@@ -3820,11 +4325,7 @@ msgstr "à¨à¨¾à¨°à¨à¨¿à¨ à¨à©°à¨¤à¨° à¨à¨¿à¨¸à¨®"
msgid "cannot remove PV device '%s'"
msgstr "à¨à¨¾à¨°à¨à¨¿à¨ à¨à©°à¨¤à¨° à¨à¨¿à¨¸à¨®"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
@@ -3837,162 +4338,167 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨਾਠà¨à¨¾à¨ uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "%s à¨à©°à¨¤à¨° ਲਠਸਰà©à¨¤ à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "à¨
ਣà¨à¨¾à¨£ mime à¨à¨¿à¨¸à¨®"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "ਰà©à¨ (root) à¨à©°à¨¤à¨° à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ ਮà©à¨à¨¼à¨¬à¨¾à¨¨ %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "à¨
ਣà¨à¨¾à¨£ ਮà©à¨à¨¼à¨¬à¨¾à¨¨ %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "ਡà©à¨®à©à¨¨ ਨਾਠà¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਲਿà¨à¨£ ਲਠà¨
ਸਫ਼ਲ: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "XML ਬਣਾà¨à¨£ ਲਠਫà©à¨²"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਲਿà¨à¨£ ਲਠà¨
ਸਫ਼ਲ: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਲਿà¨à¨£ ਲਠà¨
ਸਫ਼ਲ: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਲਿà¨à¨£ ਲਠà¨
ਸਫ਼ਲ: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਸੰà¨à©à¨à¨¸ à¨à¨²à¨¤à©: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4000,17 +4506,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4018,64 +4524,64 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "ਡà©à¨®à©à¨¨ ਪਹਿਲਾਠਹ੠ਸਰà¨à¨°à¨® ਹà©"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "ਡà©à¨®à©à¨¨ ਪਹਿਲਾਠਹ੠ਸਰà¨à¨°à¨® ਹà©"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
#, fuzzy
msgid "storage pool is not active"
msgstr "ਲਾਠਮਾਰਠà¨à©±à¨ ਫਾà¨à¨² ਨਹà©à¨ ਹà©"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "ਦਿਨ ਦਾ ਸਮਾਠਲਿਠà¨à¨¾ ਰਿਹਾ ਹà©"
@@ -4132,154 +4638,154 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "ਡà©à¨®à©à¨¨ ਫਾà¨à¨² ਨਾਠਹੱਲ à¨à©à¨¤à¨¾ à¨à¨¾ ਰਿਹਾ ਹà©"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਫਾà¨à¨² ਨਾਠਹੱਲ à¨à©à¨¤à¨¾ à¨à¨¾ ਰਿਹਾ ਹà©"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "ਡà©à¨®à©à¨¨ ਫਾà¨à¨² ਨਾਠਹੱਲ à¨à©à¨¤à¨¾ à¨à¨¾ ਰਿਹਾ ਹà©"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: supply a path or use test:///default"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "ਡà©à¨®à©à¨¨ %s ਪਹਿਲਾਠਹ੠ਮà©à¨à©à¨¦ ਹà©"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "ਡà©à¨®à©à¨¨ ਹਾਲ੠ਵ੠à¨à©±à¨² ਰਹ੠ਹà©"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "à¨à©±à¨ ਨà©à¨¡ à¨à¨¾à¨°à© à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਹਾਲਤ à¨à©±à¨ ਫਾà¨à¨² ਵਿੱਠਸੰà¨à¨¾à¨²à©"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਹਾਲਤ à¨à©±à¨ ਫਾà¨à¨² ਵਿੱਠਸੰà¨à¨¾à¨²à©"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "à¨à©à©±à¨¨ ਡà©à¨®à¨¨ ਤà©à¨ ਪà©à©à¨¹à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ ਡਾà¨à¨¾ '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "ਡà©à¨®à©à¨¨ %s %s à¨à©±à¨¤à© ਸੰà¨à¨¾à¨²à© à¨à¨ ਹà©\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "ਲਾਠਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "ਡà©à¨®à©à¨¨ %s %s à¨à©±à¨¤à© ਸੰà¨à¨¾à¨²à© à¨à¨ ਹà©\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "ਡà©à¨®à©à¨¨ ਪਹਿਲਾਠਹ੠à¨à©±à¨² ਰਹ੠ਹà©"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "ਡà©à¨®à©à¨¨ ਹਾਲ੠ਵ੠à¨à©±à¨² ਰਹ੠ਹà©"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਹਾਲ੠ਵ੠à¨à©±à¨² ਰਹ੠ਹà©"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਪਹਿਲਾਠਹ੠à¨à©±à¨² ਰਹ੠ਹà©"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "ਡà©à¨®à©à¨¨ ਪਹਿਲਾਠਹ੠ਸਰà¨à¨°à¨® ਹà©"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4293,151 +4799,155 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "%s ਤà©à¨ ਨà©à©±à¨à¨µà¨°à¨ ਬਣਾà¨à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "ਮà©à¨®à©à¨°à© à¨à¨¤à¨® ਹ੠à¨à¨"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "node cpu sockets"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "node cpu sockets"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "à¨
ਣà¨à¨¾à¨£ à¨à¨®à¨¾à¨à¨¡: '%s'"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "à¨
ਣà¨à¨¾à¨£ à¨à¨®à¨¾à¨à¨¡: '%s'"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "%s ਨਾਲ à¨à©à© ਨਹà©à¨ ਸà¨à¨¿à¨"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "ਸਾà¨à¨ %d ਲਿà¨à¨£ ਲਠà¨
ਸਫ਼ਲ\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "%s ਨਾਲ à¨à©à© ਨਹà©à¨ ਸà¨à¨¿à¨"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਦਾ ਨਾà¨"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "à¨à¨¾à¨°à¨à¨¿à¨ à¨à©°à¨¤à¨° à¨à¨¿à¨¸à¨®"
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "XML ਬਣਾà¨à¨£ ਲਠਫà©à¨²"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "XML ਬਣਾà¨à¨£ ਲਠਫà©à¨²"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "node cpu sockets"
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² %s ਪਾਰਸ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² %s ਪਾਰਸ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "ਡà©à¨®à©à¨¨ %s ਨà©à©° ਨਾ-ਪਰà¨à¨¾à¨¸à¨¼à¨¿à¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "%s ਨਾਲ à¨à©à© ਨਹà©à¨ ਸà¨à¨¿à¨"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "à¨à¨²à¨¤à©: "
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨà©à©° ਲੱà¨à¨£ ਵਿੱਠਫà©à¨²à©à¨¹ ਹà©à¨à¨: %s"
@@ -4447,19 +4957,24 @@ msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨà©à©° ਲੱà¨à¨£ ਵਿੱਠਫà©à¨²à©
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "à¨
ਣà¨à¨¾à¨£"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "ਸਹਾà¨à¨¤à¨¾ à¨à¨¾à¨ªà©"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "à¨à¨²à©à¨¬à¨² ਸਹਾà¨à¨¤à¨¾ à¨à¨¾à¨ à¨à¨¾à¨¸ à¨à¨®à¨¾à¨à¨¡ ਸਹਾà¨à¨¤à¨¾ à¨à¨¾à¨ªà©à¥¤"
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "à¨à¨®à¨¾à¨à¨¡ ਦਾ ਨਾà¨"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4467,2020 +4982,2090 @@ msgstr ""
"à¨à¨®à¨¾à¨à¨¡à¨¾à¨:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ à¨à¨à©-ਸà¨à¨¾à¨°à¨ à¨à¨°à©"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਨà©à©° ਬà©à¨ ਸਮà©à¨ à¨à¨à©à¨®à©à¨à¨¿à¨ ਸ਼à©à¨°à© à¨à¨°à¨¨ ਲਠਸੰਰà¨à¨¨à¨¾ à¨à¨°à©à¥¤"
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "ਡà©à¨®à©à¨¨ ਨਾà¨, id à¨à¨¾à¨ uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "à¨à¨à©-ਸà¨à¨¾à¨°à¨ à¨à¨°à¨¨à¨¾ à¨à¨¯à©à¨"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° à¨à¨à©-ਸà¨à¨¾à¨°à¨ ਮਾਰਠà¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹ ਹà©à¨à¨"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "ਡà©à¨®à©à¨¨ %s ਨà©à©° à¨à¨à©-ਸà¨à¨¾à¨°à¨ ਤà©à¨° ਤ੠ਨਾ-ਮਾਰਠà¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹ ਹà©à¨à¨"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "ਡà©à¨®à©à¨¨ %s à¨à¨à©à¨¸à¨à¨¾à¨°à¨ à¨à¨°à¨¨ ਲਠਮਾਰਠà¨à©à¨¤à© à¨à¨ ਹà©\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "ਡà©à¨®à©à¨¨ %s à¨à¨à©à¨¸à¨à¨¾à¨°à¨ à¨à¨°à¨¨ ਲਠਨਾ-ਮਾਰਠà¨à©à¨¤à¨¾ à¨à¨¿à¨ ਹà©\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° ਨਾਲ (ਮà©à©-)à¨à©à©à©"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr "ਲà©à¨à¨² ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° ਨਾਲ à¨à©à©à©à¥¤ à¨à¨¹ ਸ਼à©à©±à¨² ਮà©à©-à¨à¨¾à¨²à© ਹà©à¨£ ਨਾਲ ਵਿà¨à©-ਸ਼ਾਮਿਲ à¨à¨®à¨¾à¨à¨¡ ਬਣ à¨à¨¾à¨µà©à¨à©à¥¤"
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° à¨à©à¨¨à©à¨à¨¸à¨¼à¨° URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "ਸਿਰਫ਼ ਪà©à©à¨¹à¨¨ ਲਠà¨à©à¨¨à©à¨à¨¸à¨¼à¨¨"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° ਨਾਲ à¨à©à¨¨à©à¨à¨¸à¨¼à¨¨ ਬੰਦ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° ਨਾਲ à¨à©à©à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "à¨à©à©±à¨¸à¨ à¨à¨¨à¨¸à©à¨à¨² ਨਾਲ à¨à©à©à©"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "à¨à©à¨¸à¨ ਲਠਵà©à¨°à¨à©à¨
ਲ ਸà©à¨°à©à¨
ਲ à¨à¨¨à¨¸à©à¨² à¨à©à©à©"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "ਡà©à¨®à©à¨¨ ਲਠà¨à©à¨ à¨à¨¨à¨¸à©à¨à¨² à¨à¨ªà¨²à©±à¨¬à¨§ ਹà©\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "ਡà©à¨®à©à¨¨ ਸà©à¨à©"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "ਡà©à¨®à©à¨¨à¨¾à¨ ਦ੠ਸà©à¨à© ਦਿੰਦ੠ਹà©à¥¤"
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਸà©à¨à©"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® à¨
ਤ੠ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨à¨¾à¨ ਦ੠ਸà©à¨à©"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨à¨¾à¨ ਦ੠ਸà©à¨à© ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨à¨¾à¨ ਦ੠ਸà©à¨à© ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "ਨਾà¨"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "ਹਾਲਤ"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "à¨à©à¨ ਹਾਲਤ ਨਹà©à¨"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "ਡà©à¨®à©à¨¨ ਹਾਲਤ"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "à¨à©±à¨ à¨à©±à¨²à¨¦à© ਡà©à¨®à©à¨¨ ਬਾਰ੠ਹਾਲਤ ਦੱਸਦ੠ਹà©à¥¤"
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "ਡà©à¨®à©à¨¨ ਲਠà¨à©°à¨¤à¨° ਬਲਾਠਹਾਲਤ ਪਤਾ à¨à¨°à©"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "à¨à©°à¨¤à¨° ਬਲਾਠਪਤਾ à¨à¨°à© à¨à© à¨à©±à¨ à¨à©±à¨²à¨¦à© ਡà©à¨®à©à¨¨ ਬਾਰ੠ਦੱਸਦਾ ਹà©à¥¤"
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "ਬਲਾਠà¨à©°à¨¤à¨°"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "ਬਲਾਠਹਾਲਤ %s %s ਪਤਾ à¨à¨°à¨¨ ਵਿੱਠਫà©à¨² ਹà©à¨à¨"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਲਠਨà©à©±à¨à¨µà¨°à¨ à¨à©°à¨à¨°à¨«à©à¨¸ ਹਾਲਤ ਪਤਾ à¨à¨°à©"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "à¨à©±à¨ à¨à©±à¨²à¨¦à© ਡà©à¨®à©à¨¨ ਬਾਰ੠ਨà©à©±à¨à¨µà¨°à¨ à¨à©°à¨à¨°à¨«à©à¨¸ ਹਾਲਤ ਪਤਾ à¨à¨°à©à¥¤"
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "à¨à©°à¨à¨°à¨«à©à¨¸ à¨à©°à¨¤à¨°"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "à¨à©°à¨à¨°à¨«à©à¨¸ à¨à¨¾à¨£à¨à¨¾à¨°à© %s %s ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਮà©à¨
ੱਤਲ à¨à¨°à©"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "à¨à©±à¨ à¨à©±à¨²à¨¦à© ਡà©à¨®à©à¨¨ ਨà©à©° ਮà©à¨
ੱਤਲ à¨à¨°à¨¦à© ਹà©à¥¤"
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "ਡà©à¨®à©à¨¨ %s ਮà©à¨
ੱਤਲ à¨à©à¨¤à© à¨à¨ ਹà©\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "ਡà©à¨®à©à¨¨ %s ਮà©à¨
ੱਤਲ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹ ਹà©"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "à¨à©±à¨ XML ਫਾà¨à¨² ਤà©à¨ ਡà©à¨®à©à¨¨ ਫਾà¨à¨² ਬਣਾà¨"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਬਣਾà¨:"
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "ਫਾà¨à¨² à¨à¨¿à¨¸ ਵਿੱਠà¨à©±à¨ XML ਡà©à¨®à©à¨¨ ਵà©à¨°à¨µà¨¾ ਹà©"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "ਡà©à¨®à©à¨¨ %s %s ਤà©à¨ ਬਣਾਠà¨à¨ ਹà©\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "%s ਤà©à¨ ਡà©à¨®à©à¨¨ ਬਣਾà¨à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "à¨à©±à¨ XML ਫਾà¨à¨² ਤà©à¨ à¨à©±à¨ ਡà©à¨®à©à¨¨ ਪà©à¨°à©à¨à¨¾à¨¸à¨¼à¨¿à¨¤ à¨à¨°à© (ਪਰ ਸ਼à©à¨°à© ਨਹà©à¨)"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਦਿà¨à¥¤"
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "%s ਡà©à¨®à©à¨¨ %s ਤà©à¨ ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਹà©\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "%s ਤà©à¨ ਡà©à¨®à©à¨¨ ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਨਾ-ਪਰà¨à¨¾à¨¸à¨¼à¨¿à¨¤"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਲਠਸੰਰà¨à¨¨à¨¾ ਨਾ-ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਹà©à¥¤"
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "ਡà©à¨®à©à¨¨ ਨਾਠà¨à¨¾à¨ uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "ਡà©à¨®à©à¨¨ %s ਨਾ-ਪਰà¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਹà©\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "ਡà©à¨®à©à¨¨ %s ਨà©à©° ਨਾ-ਪਰà¨à¨¾à¨¸à¨¼à¨¿à¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® (ਪਹਿਲਾਠਪਰà¨à¨¾à¨¸à¨¼à¨¿à¨¤) ਡà©à¨®à©à¨¨ ਸ਼à©à¨°à©"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਸ਼à©à¨°à© à¨à¨°à©à¥¤"
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਦਾ ਨਾà¨"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "ਡà©à¨®à©à¨¨ ਪਹਿਲਾਠਹ੠ਸਰà¨à¨°à¨® ਹà©"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "ਡà©à¨®à©à¨¨ %s ਸ਼à©à¨°à© à¨à©à¨¤à© à¨à¨ ਹà©\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "ਡà©à¨®à©à¨¨ %s ਸ਼à©à¨°à© à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਹਾਲਤ à¨à©±à¨ ਫਾà¨à¨² ਵਿੱਠਸੰà¨à¨¾à¨²à©"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "à¨à©±à¨ à¨à©±à¨²à¨¦à© ਡà©à¨®à©à¨¨ ਸੰà¨à¨¾à¨²à©à¥¤"
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "ਡਾà¨à¨¾ à¨à¨¿à©±à¨¥à© ਸੰà¨à¨¾à¨²à¨£à¨¾ ਹà©"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "ਡà©à¨®à©à¨¨ %s %s à¨à©±à¨¤à© ਸੰà¨à¨¾à¨²à© à¨à¨ ਹà©\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "ਸਮਾà¨-ਤਹਿ ਪà©à¨°à¨¾à¨®à©à¨à¨° ਵà©à¨à¨¾à¨/ਸà©à©±à¨-à¨à¨°à©"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "ਸਮਾà¨-ਤਹਿ ਪà©à¨°à¨¾à¨®à©à¨à¨° ਵà©à¨à¨¾à¨/ਸà©à©±à¨-à¨à¨°à©à¥¤"
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "XEN_CREDIT ਲਠਮà©à©±à¨²"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "XEN_CREDIT ਲਠà¨à©à¨ª"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
#, fuzzy
msgid "Invalid value of weight"
msgstr "ਮà©à¨®à©à¨°à© à¨à¨à¨¾à¨° ਲਠ%d à¨à¨²à¨¤ ਮà©à©±à¨² ਹà©"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
#, fuzzy
msgid "Invalid value of cap"
msgstr "ਮà©à¨®à©à¨°à© à¨à¨à¨¾à¨° ਲਠ%d à¨à¨²à¨¤ ਮà©à©±à¨² ਹà©"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "ਮà©à¨®à©à¨°à© à¨à¨à¨¾à¨° ਲਠ%d à¨à¨²à¨¤ ਮà©à©±à¨² ਹà©"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "ਸਮਾà¨-ਤਹਿ"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "à¨
ਣà¨à¨¾à¨£"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "à¨à©±à¨ ਫਾà¨à¨² ਵਿੱਠà¨à©±à¨ ਸੰà¨à¨¾à¨²à© ਹਾਲਤ ਤà©à¨ à¨à©±à¨ ਡà©à¨®à©à¨¨ ਮà©à©-ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à©"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਮà©à©-ਪà©à¨°à¨¾à¨ªà¨¤"
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "ਮà©à©-ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਹਾਲਤ"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "%s ਤà©à¨ ਡà©à¨®à©à¨¨ ਮà©à©-ਪà©à¨°à¨¾à¨ªà¨¤ à¨à©à¨¤à© à¨à¨\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "%s ਤà©à¨ ਡà©à¨®à©à¨¨ ਮà©à©-ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "à¨à©à¨° ਨà©à©° à¨à©±à¨ ਡà©à¨®à©à¨¨ 'ਠਫਾà¨à¨² ਸਿਸà¨à¨® à¨à¨¾à¨à¨ ਲਠਸੰà¨à¨¾à¨²à©"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "à¨à©à¨° ਡੰਪ à¨à©±à¨ ਡà©à¨®à©à¨¨ ਹà©à¥¤"
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "à¨à¨¿à©±à¨¥à© ਡੰਪ à¨à©à¨° ਹà©"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "ਡà©à¨®à©à¨¨ %s %s à¨à©±à¨¤à© ਸੰà¨à¨¾à¨²à© à¨à¨ ਹà©\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਮà©à©-ਪà©à¨°à¨¾à¨ªà¨¤"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "à¨à©±à¨ ਪਹਿਲਾਠਮà©à¨
ੱਤਲ ਡà©à¨®à©à¨¨ ਮà©à©-ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à©à¥¤"
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "ਡà©à¨®à©à¨¨ %s ਮà©à©-ਪà©à¨°à¨¾à¨ªà¨¤ à¨à©à¨¤à© à¨à¨\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "ਡà©à¨®à©à¨¨ %s ਮà©à©-ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਧਿà¨à¨¨ ਨਾਲ ਬੰਦ à¨à¨°à©"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "ਨਿਸ਼ਾਨਾ ਡà©à¨®à©à¨¨ ਵਿੱਠਬੰਦ à¨à¨°à¨¨à¨¾ à¨à¨²à¨¾à¨à¥¤"
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "ਡà©à¨®à©à¨¨ %s ਬੰਦ à¨à©à¨¤à© à¨à¨¾ ਰਹ੠ਹà©\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "ਡà©à¨®à©à¨¨ %s ਬੰਦ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਮà©à©-à¨à¨¾à¨²à©"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "ਨਿਸ਼ਾਨਾ ਡà©à¨®à©à¨¨ ਵਿੱਠਮà©à©-à¨à¨¾à¨²à© à¨à¨®à¨¾à¨à¨¡ à¨à¨²à¨¾à¨à¥¤"
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "ਡà©à¨®à©à¨¨ %s ਮà©à©-à¨à¨¾à¨²à© à¨à©à¨¤à© à¨à¨¾à¨µà©à¨à©\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "ਡà©à¨®à©à¨¨ %s ਨà©à©° ਮà©à©-à¨à¨¾à¨²à© à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ à¨à¨¤à¨® à¨à¨°à©"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "à¨à©±à¨ ਦਿੱਤ੠ਡà©à¨®à©à¨¨ à¨à¨¤à¨® à¨à¨°à©à¥¤"
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "ਡà©à¨®à©à¨¨ %s à¨à¨¤à¨® à¨à©à¨¤à© à¨à¨ ਹà©\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "ਡà©à¨®à©à¨¨ %s à¨à¨¤à¨® à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "ਡà©à¨®à©à¨¨ à¨à¨¾à¨£à¨à¨¾à¨°à©"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "ਡà©à¨®à©à¨¨ ਬਾਰ੠à¨à©±à¨ ਮà©à©±à¨¢à¨²à© à¨à¨¾à¨£à¨à¨¾à¨°à© ਵਾਪਿਸ à¨à©à¨¤à©à¥¤"
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "ਨਾà¨:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS à¨à¨¿à¨¸à¨®:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "ਹਾਲਤ:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU ਸਮਾà¨:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "ਵੱਧà©-ਵੱਧ ਮà©à¨®à©à¨°à©:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "à¨à©à¨ ਸà©à¨®à¨¾ ਨਹà©à¨"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "ਵਰਤ੠ਮà©à¨®à©à¨°à©:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "à¨à¨à©-ਸà¨à¨¾à¨°à¨"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "ਵਰਤ੠ਮà©à¨®à©à¨°à©:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA ਸà©à©±à¨²:"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "ਡà©à¨®à©à¨¨ vcpu à¨à¨¾à¨£à¨à¨¾à¨°à©"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "ਡà©à¨®à©à¨¨ ਫ਼ਰà¨à¨¼à© CPU ਬਾਰ੠ਮà©à©±à¨¢à¨²à© à¨à¨¾à¨£à¨à¨¾à¨°à© ਵਾਪਿਸ à¨à©à¨¤à© à¨à¨ ਹà©à¥¤"
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU à¨à¨«à©à¨à¨à©:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "ਡà©à¨®à©à¨¨ ਬੰਦ à¨à¨°à©, ਵਰà¨à©à¨
ਲ CPUs ਮà©à¨à©à¨¦ ਨਹà©à¨ ਹà©à¥¤"
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "à¨à©°à¨à¨°à©à¨² ਡà©à¨®à©à¨¨ vcpu à¨à¨«à©à¨à¨à©"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "ਮà©à¨à¨¼à¨¬à¨¾à¨¨ à¨à©à¨¤à¨¿à¨ CPU ਲਠਡà©à¨®à©à¨¨ VCPU ਹਨ।"
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu à¨à¨¿à¨£à¨¤à©"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "ਮà©à¨à¨¼à¨¬à¨¾à¨¨ cpu à¨à¨¿à¨£à¨¤à© (à¨à¨¾à¨®à¨¿à¨à¨ ਨਾਲ ਵੱਠà¨à©à¨¤à©)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "ਨà©à¨¡ à¨à¨¾à¨£à¨à¨¾à¨°à© ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: à¨à¨²à¨¤ ਫਾਰਮà©à¨à¥¤ à¨à¨¾à¨²à© ਸਤਰ।"
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr "cpulist: %s: à¨à¨²à¨¤ ਫਾਰਮà©à¨à¥¤ ਡਿà©à¨¿à¨ ਨà©à©° %d ਸਥਿਤ੠ਤ੠ਹà©à¨£à¨¾ à¨à¨¾à¨¹à©à¨¦à¨¾ ਹ੠('%c' ਦ੠ਨà©à©à©)।"
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr "cpulist: %s: à¨à¨²à¨¤ ਫਾਰਮà©à¨à¥¤ ਡਿà©à¨¿à¨ à¨à¨¾à¨ à¨à¨¾à¨®à¨¾ %d ਸਥਿਤ੠ਤ੠ਹà©à¨£à© à¨à¨¾à¨¹à©à¨¦à© ('%c' ਦ੠ਨà©à©à©)।"
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: à¨à¨²à¨¤ ਫਾਰਮà©à¨à¥¤ à¨à¨¾à¨®à© ਨà©à©° %d ਸਥਿਤ੠ਦ੠ਪਿੱà¨à© ਰੱà¨à¨¿à¨ à¨à¨¾à¨à¨¦à¨¾ ਹà©à¥¤"
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "à¨à©à¨¤à¨¿à¨ CPU %d ਮà©à¨à©à¨¦ ਨਹà©à¨ ਹà©à¥¤"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "ਵà©à¨°à¨à©à¨
ਲ CPU ਦ੠à¨à¨¿à¨£à¨¤à© ਤਬਦà©à¨²"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "à¨à©à¨¸à¨ ਡà©à¨®à©à¨¨ ਵਿੱਠਵà©à¨°à¨à©à¨
ਲ CPU ਦ੠à¨à¨¿à¨£à¨¤à© ਤਬਦà©à¨² à¨à¨°à©à¥¤"
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "ਵà©à¨°à¨à©à¨
ਲ CPU ਦ੠à¨à¨¿à¨£à¨¤à©"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "ਵਰà¨à©à¨
ਲ CPUs ਦ੠à¨à¨²à¨¤ à¨à¨¿à¨£à¨¤à©"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "ਬਹà©à¨¤ ਸਾਰ੠ਵà©à¨°à¨à©à¨
ਲ CPU ਹਨ।"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "à¨à¨¾à¨°à© ਮà©à¨®à©à¨°à© ਬਦਲà©"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "à¨à©à¨¸à¨ ਡà©à¨®à©à¨¨ ਵਿੱਠਮà©à¨à©à¨¦à¨¾ à¨à¨¾à¨°à© ਮà©à¨®à©à¨°à© ਬਦਲà©à¥¤"
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "ਮà©à¨®à©à¨°à© ਦ੠à¨à¨¿à¨²à©à¨¬à¨¾à¨à¨à¨¾à¨ ਦ੠à¨à¨¿à¨£à¨¤à©"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "ਮà©à¨®à©à¨°à© à¨à¨à¨¾à¨° ਲਠ%d à¨à¨²à¨¤ ਮà©à©±à¨² ਹà©"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "MaxMemorySize ਦ੠à¨à¨¾à¨à¨ à¨à¨°à¨¨ ਵਿੱਠà¨
ਸਮਰਥ"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "ਵੱਧ ਤà©à¨ ਵੱਧ ਮà©à¨®à©à¨°à© ਸà©à¨®à¨¾ ਤਬਦà©à¨²"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "ਮਹਿਮਾਨ ਡà©à¨®à©à¨¨ 'ਠਵੱਧ ਤà©à¨ ਵੱਧ ਮà©à¨®à©à¨°à© à¨à¨¾à¨°à© ਸà©à¨®à¨¾ ਬਦਲà©à¥¤"
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "ਵੱਧ ਤà©à¨ ਵੱਧ ਮà©à¨®à©à¨°à© ਸà©à¨®à¨¾ à¨à¨¿à¨²à©à¨¬à¨¾à¨à¨ ਵਿੱà¨"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "ਵਰਤਮਾਨ ਮà©à¨®à¨°à©-à¨
à¨à¨¾à¨° à¨à¨¾à¨à¨ à¨à¨°à¨¨ ਵਿੱਠà¨
ਸਮਰਥ"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "ਮà©à¨à©à¨¦à¨¾ ਮà©à¨®à©à¨°à© à¨
à¨à¨¾à¨° à¨à¨à¨¾à¨à¨£ ਵਿੱਠà¨
ਸਮਰਥ"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "MaxMemorySize ਨà©à©° ਤਬਦà©à¨² à¨à¨°à¨¨ ਵਿੱਠà¨
ਸਮਰਥ"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "ਨà©à¨¡ à¨à¨¾à¨£à¨à¨¾à¨°à©"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "ਨà©à¨¡ ਬਾਰ੠ਮà©à©±à¨¢à¨²à© à¨à¨¾à¨£à¨à¨¾à¨°à© ਵਾਪਿਸ à¨à¨°à¨¦à© ਹà©à¥¤"
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "ਨà©à¨¡ à¨à¨¾à¨£à¨à¨¾à¨°à© ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU ਮਾਡਲ:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU ਫਰà©à¨à¨¿à¨à¨à¨¸à©:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU ਸਾà¨à¨:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "à¨à©à¨° ਪà©à¨°à¨¤à© ਸਾà¨à¨:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "ਥਰਿੱਡ ਪà©à¨°à¨¤à© à¨à©à¨°:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA ਸà©à©±à¨²:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "ਮà©à¨®à©à¨°à© à¨à¨à¨¾à¨°:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "à¨
ਨà©à¨à©à¨²à¨¤à¨¾"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨¿à¨°/ਡਰਾà¨à¨µà¨° ਦ੠à¨
ਨà©à¨à©à¨²à¨¤à¨¾ ਵਾਪਿਸ à¨à¨°à¨¦à© ਹà©à¥¤"
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "à¨
ਨà©à¨à©à¨²à¨¤à¨¾ ਲà©à¨£ ਲਠਫà©à¨²à©à¨¹ ਹà©"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "XML ਵਿੱਠਡà©à¨®à©à¨¨ à¨à¨¾à¨£à¨à¨¾à¨°à©"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "à¨à©±à¨ XML ਡੰਪ ਤà©à¨ stdout ਵਾà¨à¨ ਡà©à¨®à©à¨¨ à¨à¨¾à¨£à¨à¨¾à¨°à© ਨà©à©° à¨à¨à¨à¨ªà©à©±à¨ ਵà©à¨à¨¾à¨à¥¤"
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਸà©à¨à©"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ id à¨à¨¾à¨ UUID ਤà©à¨ ਡà©à¨®à©à¨¨ ਨਾਠਬਦਲà©"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "ਡà©à¨®à©à¨¨ id à¨à¨¾à¨ uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਨਾਠà¨à¨¾à¨ UUID ਤà©à¨ ਡà©à¨®à©à¨¨ id ਬਦਲà©"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਨਾਠà¨à¨¾à¨ id ਤà©à¨ ਡà©à¨®à©à¨¨ UUID ਬਦਲà©"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "ਡà©à¨®à©à¨¨ id à¨à¨¾à¨ ਨਾà¨"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "ਡà©à¨®à©à¨¨ UUID ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "ਡà©à¨®à©à¨¨ ਨà©à©° ਹà©à¨° ਹà©à¨¸à¨ ਤ੠ਮਾà¨à¨à¨°à©à¨ à¨à¨°à©"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr "ਡà©à¨®à©à¨¨ ਨà©à©° ਹà©à¨° ਹà©à¨¸à¨ ਤ੠ਮਾà¨à¨à¨°à©à¨ à¨à¨°à©à¥¤ ਲਾà¨à¨µ ਮਾà¨à¨à¨°à©à¨¶à¨¨ ਲਠ--live ਸ਼ਾਮਿਲ à¨à¨°à©à¥¤"
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "ਲਾà¨à¨µ ਮਾà¨à¨à¨°à©à¨¶à¨¨"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "ਨà©à¨¯à¨¤ ਹà©à¨¸à¨ ਦਾ à¨à©à¨¨à©à¨à¨¶à¨¨ URI"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "ਮਾà¨à¨à¨°à©à¨¶à¨¨ URI, à¨à¨® ਤà©à¨° ਤ੠ਹà¨à¨¾à¨à¨ à¨à¨¾ ਸà¨à¨¦à¨¾ ਹà©"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "ਮਾà¨à¨à¨°à©à¨: ਨਾ-ਮà©à¨à©à¨¦ desturi"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "à¨à©±à¨ ਨà©à©±à¨à¨µà¨°à¨ à¨à¨à©-ਸà¨à¨¾à¨°à¨"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "ਬà©à¨ ਸਮà©à¨ à¨à¨à©à¨®à©à¨à¨¿à¨ à¨à©±à¨ ਨà©à©±à¨à¨µà¨°à¨ ਸੰਰà¨à¨¨à¨¾ ਸ਼à©à¨°à© à¨à¨°à©à¥¤"
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨਾਠà¨à¨¾à¨ uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ %s ਨà©à©° à¨à¨à©-ਸà¨à¨¾à¨°à¨ ਮਾਰਠà¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ %s ਨà©à©° à¨à¨à©-ਸà¨à¨¾à¨°à¨ ਨਾ-ਮਾਰਠà¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ %s ਨà©à©° à¨à¨à©-ਸà¨à¨¾à¨°à¨ ਲਠਮਾਰਠà¨à©à¨¤à¨¾\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ %s ਨà©à©° à¨à¨à©-ਸà¨à¨¾à¨°à¨ ਲਠਨਾ-ਮਾਰਠà¨à©à¨¤à¨¾\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "à¨à©±à¨ XML ਫਾà¨à¨² ਤà©à¨ à¨à©±à¨ ਨà©à©±à¨à¨µà¨°à¨ ਬਣਾà¨"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "à¨à©±à¨ ਨà©à©±à¨à¨µà¨°à¨ ਬਣਾà¨à¥¤"
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "ਫਾà¨à¨² 'ਠà¨à©±à¨ XML ਨà©à©±à¨à¨µà¨°à¨ ਵà©à¨°à¨µà¨¾ ਹà©"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "%2$s ਤà©à¨ ਨà©à©±à¨à¨µà¨°à¨ %1$s ਬਣਾà¨à¨ à¨à¨¿à¨\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "%s ਤà©à¨ ਨà©à©±à¨à¨µà¨°à¨ ਬਣਾà¨à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "à¨à©±à¨ XML ਫਾà¨à¨² ਤà©à¨ à¨à©±à¨ ਨà©à©±à¨à¨µà¨°à¨ ਪà©à¨°à©à¨à¨¾à¨¸à¨¼à¨¿à¨¤ à¨à¨°à© (ਪਰ ਸ਼à©à¨°à© ਨਹà©à¨)"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "à¨à©±à¨ ਨà©à©±à¨à¨µà¨°à¨ ਦਿà¨à¥¤"
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "%2$s ਤà©à¨ ਨà©à©±à¨à¨µà¨°à¨ %1$s ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਹà©\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "%s ਤà©à¨ ਨà©à©±à¨à¨µà¨°à¨ ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "à¨à©±à¨ ਨà©à©±à¨à¨µà¨°à¨ à¨à¨¤à¨® à¨à¨°à©"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "à¨à©±à¨ ਦਿੱਤਾ ਨà©à©±à¨à¨µà¨°à¨ à¨à¨¤à¨® à¨à¨°à©à¥¤"
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨਾà¨, id à¨à¨¾à¨ uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ %s à¨à¨¤à¨® à¨à©à¨¤à¨¾ à¨à¨¿à¨\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ %s à¨à¨¤à¨® à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "XML ਵਿੱਠਨà©à©±à¨à¨µà¨°à¨ à¨à¨¾à¨£à¨à¨¾à¨°à©"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "à¨à©±à¨ XML ਡੰਪ ਤà©à¨ stdout ਵਾà¨à¨ ਨà©à©±à¨à¨µà¨°à¨ à¨à¨¾à¨£à¨à¨¾à¨°à© ਨà©à©° à¨à¨à¨à¨ªà©à©±à¨ ਵà©à¨à¨¾à¨à¥¤"
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਵà©à¨à¨¾à¨"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਦ੠ਲਿਸà¨à¨® ਮਿਲਦ੠ਹà©à¥¤"
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਨà©à©±à¨à¨µà¨°à¨à¨¾à¨ ਦ੠ਲਿਸà¨"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® à¨
ਤ੠ਸਰà¨à¨°à¨® ਨà©à©±à¨à¨µà¨°à¨à¨¾à¨ ਦ੠ਲਿਸà¨"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "ਸਰà¨à¨°à¨® ਨà©à©±à¨à¨µà¨°à¨ ਦ੠ਲਿਸਠਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਨà©à©±à¨à¨µà¨°à¨à¨¾à¨ ਦ੠ਲਿਸਠਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "à¨à¨à©-ਸà¨à¨¾à¨°à¨"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "à¨à¨à©-ਸà¨à¨¾à¨°à¨ ਨਹà©à¨"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "ਸਰà¨à¨°à¨®"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "ਨਾ-ਸਰà¨à¨°à¨®"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ id à¨à¨¾à¨ UUID ਤà©à¨ ਨà©à©±à¨à¨µà¨°à¨ ਨਾਠਬਦਲà©"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ uuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® (ਪਹਿਲਾਠਪਰà¨à¨¾à¨¸à¨¼à¨¿à¨¤) ਨà©à©±à¨à¨µà¨°à¨ ਸ਼à©à¨°à© à¨à¨°à©"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "à¨à©±à¨ ਨà©à©±à¨à¨µà¨°à¨ ਸ਼à©à¨°à© à¨à¨°à©à¥¤"
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਨà©à©±à¨à¨µà¨°à¨ ਦਾ ਨਾà¨"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ %s ਸ਼à©à¨°à© à¨à©à¨¤à¨¾ à¨à¨¿à¨ ਹà©\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ %s ਸ਼à©à¨°à© à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® ਨà©à©±à¨à¨µà¨°à¨ ਨਾ-ਪਰà¨à¨¾à¨¸à¨¼à¨¿à¨¤"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® ਨà©à©±à¨à¨µà¨°à¨ ਲਠਸੰਰà¨à¨¨à¨¾ ਨਾ-ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਹà©à¥¤"
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ %s ਨਾ-ਪਰà¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਹà©\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ %s ਨà©à©° ਨਾ-ਪਰà¨à¨¾à¨¸à¨¼à¨¿à¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "à¨à©±à¨ ਨà©à©±à¨à¨µà¨°à¨ ਨਾਠà¨à¨¾à¨ id ਤà©à¨ ਨà©à©±à¨à¨µà¨°à¨ UUID ਬਦਲà©"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨਾà¨"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ UUID ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ à¨à¨à©-ਸà¨à¨¾à¨°à¨ à¨à¨°à©"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
#, fuzzy
msgid "Configure a pool to be automatically started at boot."
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਨà©à©° ਬà©à¨ ਸਮà©à¨ à¨à¨à©à¨®à©à¨à¨¿à¨ ਸ਼à©à¨°à© à¨à¨°à¨¨ ਲਠਸੰਰà¨à¨¨à¨¾ à¨à¨°à©à¥¤"
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "ਡà©à¨®à©à¨¨ ਨਾਠà¨à¨¾à¨ uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ %s ਨà©à©° à¨à¨à©-ਸà¨à¨¾à¨°à¨ ਮਾਰਠà¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ %s ਨà©à©° à¨à¨à©-ਸà¨à¨¾à¨°à¨ ਨਾ-ਮਾਰਠà¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "ਡà©à¨®à©à¨¨ %s à¨à¨à©à¨¸à¨à¨¾à¨°à¨ à¨à¨°à¨¨ ਲਠਮਾਰਠà¨à©à¨¤à© à¨à¨ ਹà©\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "ਡà©à¨®à©à¨¨ %s à¨à¨à©à¨¸à¨à¨¾à¨°à¨ à¨à¨°à¨¨ ਲਠਨਾ-ਮਾਰਠà¨à©à¨¤à¨¾ à¨à¨¿à¨ ਹà©\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "à¨à©±à¨ XML ਫਾà¨à¨² ਤà©à¨ ਡà©à¨®à©à¨¨ ਫਾà¨à¨² ਬਣਾà¨"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਬਣਾà¨:"
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "ਫਾà¨à¨² à¨à¨¿à¨¸ ਵਿੱਠà¨à©±à¨ XML ਡà©à¨®à©à¨¨ ਵà©à¨°à¨µà¨¾ ਹà©"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "ਡà©à¨®à©à¨¨ %s %s ਤà©à¨ ਬਣਾਠà¨à¨ ਹà©\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "%s ਤà©à¨ ਡà©à¨®à©à¨¨ ਬਣਾà¨à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਦਾ ਨਾà¨"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "ਬਫਰ ਨਿਰਧਾਰਤ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "à¨à©±à¨ XML ਫਾà¨à¨² ਤà©à¨ ਡà©à¨®à©à¨¨ ਫਾà¨à¨² ਬਣਾà¨"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "ਡà©à¨®à©à¨¨ %s %s ਤà©à¨ ਬਣਾਠà¨à¨ ਹà©\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "%s ਤà©à¨ ਡà©à¨®à©à¨¨ ਬਣਾà¨à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "à¨à©±à¨ XML ਫਾà¨à¨² ਤà©à¨ à¨à©±à¨ ਡà©à¨®à©à¨¨ ਪà©à¨°à©à¨à¨¾à¨¸à¨¼à¨¿à¨¤ à¨à¨°à© (ਪਰ ਸ਼à©à¨°à© ਨਹà©à¨)"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਦਿà¨à¥¤"
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "%s ਡà©à¨®à©à¨¨ %s ਤà©à¨ ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਹà©\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "%s ਤà©à¨ ਡà©à¨®à©à¨¨ ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "%s ਡà©à¨®à©à¨¨ %s ਤà©à¨ ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਹà©\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "ਡà©à¨®à©à¨¨ %s ਨà©à©° ਨਾ-ਪਰà¨à¨¾à¨¸à¨¼à¨¿à¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "ਡà©à¨®à©à¨¨ %s à¨à¨¤à¨® à¨à©à¨¤à© à¨à¨ ਹà©\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "ਡà©à¨®à©à¨¨ %s ਮà©à¨
ੱਤਲ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹ ਹà©"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ à¨à¨¤à¨® à¨à¨°à©"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "à¨à©±à¨ ਦਿੱਤ੠ਡà©à¨®à©à¨¨ à¨à¨¤à¨® à¨à¨°à©à¥¤"
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "ਡà©à¨®à©à¨¨ %s à¨à¨¤à¨® à¨à©à¨¤à© à¨à¨ ਹà©\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "ਡà©à¨®à©à¨¨ %s à¨à¨¤à¨® à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "à¨à©±à¨ ਦਿੱਤ੠ਡà©à¨®à©à¨¨ à¨à¨¤à¨® à¨à¨°à©à¥¤"
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "ਡà©à¨®à©à¨¨ %s à¨à¨¤à¨® à¨à©à¨¤à© à¨à¨ ਹà©\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "ਡà©à¨®à©à¨¨ %s à¨à¨¤à¨® à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "ਡà©à¨®à©à¨¨ %s ਮà©à©-ਪà©à¨°à¨¾à¨ªà¨¤ à¨à©à¨¤à© à¨à¨\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "ਡà©à¨®à©à¨¨ %s ਮà©à©-ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "XML ਵਿੱਠਡà©à¨®à©à¨¨ à¨à¨¾à¨£à¨à¨¾à¨°à©"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "à¨à©±à¨ XML ਡੰਪ ਤà©à¨ stdout ਵਾà¨à¨ ਡà©à¨®à©à¨¨ à¨à¨¾à¨£à¨à¨¾à¨°à© ਨà©à©° à¨à¨à¨à¨ªà©à©±à¨ ਵà©à¨à¨¾à¨à¥¤"
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "ਡà©à¨®à©à¨¨ ਸà©à¨à©"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "ਡà©à¨®à©à¨¨à¨¾à¨ ਦ੠ਸà©à¨à© ਦਿੰਦ੠ਹà©à¥¤"
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਸà©à¨à©"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® à¨
ਤ੠ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨à¨¾à¨ ਦ੠ਸà©à¨à©"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨à¨¾à¨ ਦ੠ਸà©à¨à© ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨à¨¾à¨ ਦ੠ਸà©à¨à© ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "ਮà©à¨®à©à¨°à© à¨à¨¤à¨® ਹ੠à¨à¨"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "%s ਡà©à¨®à©à¨¨ ਨà©à©° %s ਲਠਸੰà¨à¨¾à¨²à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "ਨà©à¨¡ à¨à¨¾à¨£à¨à¨¾à¨°à©"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "ਨà©à¨¡ ਬਾਰ੠ਮà©à©±à¨¢à¨²à© à¨à¨¾à¨£à¨à¨¾à¨°à© ਵਾਪਿਸ à¨à¨°à¨¦à© ਹà©à¥¤"
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "à¨à©±à¨² ਰਿਹਾ ਹà©"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "ਡà©à¨®à©à¨¨ à¨à¨¾à¨°à© à¨à©à¨¤à© à¨à¨¾ ਰਹ੠ਹà©"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ id à¨à¨¾à¨ UUID ਤà©à¨ ਨà©à©±à¨à¨µà¨°à¨ ਨਾਠਬਦਲà©"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "ਡà©à¨®à©à¨¨ uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® (ਪਹਿਲਾਠਪਰà¨à¨¾à¨¸à¨¼à¨¿à¨¤) ਡà©à¨®à©à¨¨ ਸ਼à©à¨°à©"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਸ਼à©à¨°à© à¨à¨°à©à¥¤"
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਦਾ ਨਾà¨"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "ਡà©à¨®à©à¨¨ %s ਸ਼à©à¨°à© à¨à©à¨¤à© à¨à¨ ਹà©\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "ਡà©à¨®à©à¨¨ %s ਸ਼à©à¨°à© à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "à¨à©±à¨ XML ਫਾà¨à¨² ਤà©à¨ ਡà©à¨®à©à¨¨ ਫਾà¨à¨² ਬਣਾà¨"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ ਬਣਾà¨:"
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "ਡà©à¨®à©à¨¨ ਨਾà¨"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਦਾ ਨਾà¨"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "ਡà©à¨®à©à¨¨ %s %s ਤà©à¨ ਬਣਾਠà¨à¨ ਹà©\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "XML ਬਣਾà¨à¨£ ਲਠਫà©à¨²"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਨਾ-ਪਰà¨à¨¾à¨¸à¨¼à¨¿à¨¤"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਲਠਸੰਰà¨à¨¨à¨¾ ਨਾ-ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਹà©à¥¤"
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "ਡà©à¨®à©à¨¨ %s ਨਾ-ਪਰà¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਹà©\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "ਡà©à¨®à©à¨¨ %s ਨà©à©° ਨਾ-ਪਰà¨à¨¾à¨¸à¨¼à¨¿à¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "à¨à©±à¨ ਨà©à©±à¨à¨µà¨°à¨ ਨਾਠà¨à¨¾à¨ id ਤà©à¨ ਨà©à©±à¨à¨µà¨°à¨ UUID ਬਦਲà©"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "ਡà©à¨®à©à¨¨ UUID ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "à¨à©±à¨ XML ਫਾà¨à¨² ਤà©à¨ ਡà©à¨®à©à¨¨ ਫਾà¨à¨² ਬਣਾà¨"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "ਫਾà¨à¨² à¨à¨¿à¨¸ ਵਿੱਠà¨à©±à¨ XML ਡà©à¨®à©à¨¨ ਵà©à¨°à¨µà¨¾ ਹà©"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "ਡà©à¨®à©à¨¨ %s %s ਤà©à¨ ਬਣਾਠà¨à¨ ਹà©\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "%s ਤà©à¨ ਡà©à¨®à©à¨¨ ਬਣਾà¨à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "à¨à©±à¨ ਦਿੱਤ੠ਡà©à¨®à©à¨¨ à¨à¨¤à¨® à¨à¨°à©à¥¤"
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "ਡà©à¨®à©à¨¨ %s à¨à¨¤à¨® à¨à©à¨¤à© à¨à¨ ਹà©\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "ਡà©à¨®à©à¨¨ %s à¨à¨¤à¨® à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "ਨà©à¨¡ à¨à¨¾à¨£à¨à¨¾à¨°à©"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "ਨà©à¨¡ ਬਾਰ੠ਮà©à©±à¨¢à¨²à© à¨à¨¾à¨£à¨à¨¾à¨°à© ਵਾਪਿਸ à¨à¨°à¨¦à© ਹà©à¥¤"
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS à¨à¨¿à¨¸à¨®:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "file"
msgstr "XML ਫਾà¨à¨²"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "ਬਲਾਠਹà©"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "XML ਵਿੱਠਡà©à¨®à©à¨¨ à¨à¨¾à¨£à¨à¨¾à¨°à©"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "à¨à©±à¨ XML ਡੰਪ ਤà©à¨ stdout ਵਾà¨à¨ ਡà©à¨®à©à¨¨ à¨à¨¾à¨£à¨à¨¾à¨°à© ਨà©à©° à¨à¨à¨à¨ªà©à©±à¨ ਵà©à¨à¨¾à¨à¥¤"
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "ਡà©à¨®à©à¨¨ ਸà©à¨à©"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "ਡà©à¨®à©à¨¨à¨¾à¨ ਦ੠ਸà©à¨à© ਦਿੰਦ੠ਹà©à¥¤"
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨à¨¾à¨ ਦ੠ਸà©à¨à© ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ id à¨à¨¾à¨ UUID ਤà©à¨ ਨà©à©±à¨à¨µà¨°à¨ ਨਾਠਬਦਲà©"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ id à¨à¨¾à¨ UUID ਤà©à¨ ਨà©à©±à¨à¨µà¨°à¨ ਨਾਠਬਦਲà©"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "ਡà©à¨®à©à¨¨ uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "à¨à©±à¨ ਡà©à¨®à©à¨¨ id à¨à¨¾à¨ UUID ਤà©à¨ ਨà©à©±à¨à¨µà¨°à¨ ਨਾਠਬਦਲà©"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "ਵਰà¨à¨¨ ਵà©à¨à¨¾à¨"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "ਸਿਸà¨à¨® ਵਰà¨à¨¨ à¨à¨¾à¨£à¨à¨¾à¨°à© ਵà©à¨à¨¾à¨"
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° à¨à¨¿à¨¸à¨® ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "ਲਾà¨à¨¬à¨°à©à¨°à© ਵਰà¨à¨¨ ਨਾਲ à¨à©°à¨ªà¨¾à¨à¨²: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "ਲਾà¨à¨¬à¨°à©à¨°à© ਵਰà¨à¨¨ ਲà©à¨£ ਲਠà¨
ਸਫ਼ਲ"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "ਲਾà¨à¨¬à¨°à©à¨°à© ਰਾਹà©à¨: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "API ਰਾਹà©à¨: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° ਵਰà¨à¨¨ ਲà©à¨£ ਲਠà¨
ਸਫ਼ਲ"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "à¨à©±à¨² ਰਿਹਾ %s ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° ਵਰà¨à¨¨ à¨à©à¨²à©à¨¹ ਨਹà©à¨ ਸà¨à¨¦à¨¾\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "à¨à©±à¨² ਰਿਹਾ ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨°: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "ਡà©à¨®à©à¨¨ ਨà©à©° ਹà©à¨° ਹà©à¨¸à¨ ਤ੠ਮਾà¨à¨à¨°à©à¨ à¨à¨°à©"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "à¨
ਨà©à¨à©à¨²à¨¤à¨¾"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° ਨਾਲ à¨à©à©à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨à¨¾à¨ ਦ੠ਸà©à¨à© ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "à¨à©±à¨ XML ਡੰਪ ਤà©à¨ stdout ਵਾà¨à¨ ਨà©à©±à¨à¨µà¨°à¨ à¨à¨¾à¨£à¨à¨¾à¨°à© ਨà©à©° à¨à¨à¨à¨ªà©à©±à¨ ਵà©à¨à¨¾à¨à¥¤"
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "ਨਵਾਠਡਿਸਠà¨à©°à¨¤à¨° à¨à©à©à©à¥¤"
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "ਡà©à¨®à©à¨¨ %s à¨à¨¤à¨® à¨à©à¨¤à© à¨à¨ ਹà©\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "%s ਤà©à¨ à¨à©°à¨¤à¨° ਹà¨à¨¾à¨à¨£ ਲਠਫà©à¨²à©à¨¹"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "ਨਵਾਠਡਿਸਠà¨à©°à¨¤à¨° à¨à©à©à©à¥¤"
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "%s ਤà©à¨ à¨à©°à¨¤à¨° à¨à©à©à¨¨ ਲਠਫà©à¨²à©à¨¹"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "ਡਿਸਠà¨à©°à¨¤à¨° ਦਾ à¨à¨¾à¨°à¨à¨¿à¨"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "à¨à©°à¨¤à¨° ਬਲਾਠਪਤਾ à¨à¨°à© à¨à© à¨à©±à¨ à¨à©±à¨²à¨¦à© ਡà©à¨®à©à¨¨ ਬਾਰ੠ਦੱਸਦਾ ਹà©à¥¤"
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "ਡà©à¨®à©à¨¨ %s ਮà©à©-ਪà©à¨°à¨¾à¨ªà¨¤ à¨à©à¨¤à© à¨à¨\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "%s ਤà©à¨ à¨à©°à¨¤à¨° à¨à©à©à¨¨ ਲਠਫà©à¨²à©à¨¹"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° ਮà©à©à¨¬à¨¾à¨¨ ਨਾਠਪà©à¨°à¨¿à©°à¨ à¨à¨°à©"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "ਮà©à©à¨¬à¨¾à¨¨ ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° à¨à©à¨¨à©à¨¨à©à¨à¨² URI ਪà©à¨°à¨¿à©°à¨ à¨à¨°à©"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "URI ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc display"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "VNC ਡਿਸਪਲà©à¨
ਲਠIP ਸਿਰਨਾਵਾਠà¨
ਤ੠ਪà©à¨°à¨ ਨੰਬਰ ਨà©à©° à¨à¨à¨à¨ªà©à©±à¨ ਵà©à¨à¨¾à¨à¥¤"
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty à¨à©°à¨¸à©à¨²"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "TTY à¨à©°à¨¸à©à¨² ਲਠà¨à©°à¨¤à¨° ਵà©à¨à¨¾à¨à¥¤"
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "à¨à©±à¨ XML ਫਾà¨à¨² ਤà©à¨ à¨à©°à¨¤à¨° à¨à©à©à©"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "à¨à©±à¨ XML ਫਾà¨à¨² ਤà©à¨ à¨à©°à¨¤à¨° à¨à©°à¨¤à¨° à¨à©à©à© <file>।"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML ਫਾà¨à¨²"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "%s ਤà©à¨ à¨à©°à¨¤à¨° à¨à©à©à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "à¨à©±à¨ XML ਫਾà¨à¨² ਤà©à¨ à¨à©°à¨¤à¨° ਹà¨à¨¾à¨"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "à¨à©±à¨ XML ਫਾà¨à¨² ਤà©à¨ à¨à©°à¨¤à¨° ਹà¨à¨¾à¨ <file>"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "%s ਤà©à¨ à¨à©°à¨¤à¨° ਹà¨à¨¾à¨à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ à¨à©°à¨à¨°à¨«à©à¨¸ à¨à©à©à©"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "ਨਵਾਠਨà©à©±à¨à¨µà¨°à¨ à¨à©°à¨à¨°à¨«à©à¨¸ à¨à©à©à©à¥¤"
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ à¨à©°à¨à¨°à¨«à©à¨¸ à¨à¨¿à¨¸à¨®"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ à¨à©°à¨à¨°à¨«à©à¨¸ ਦਾ ਸਰà©à¨¤"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "ਨà©à¨¯à¨¤ ਨà©à©±à¨à¨µà¨°à¨ ਨਾà¨"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "MAC ਸਿਰਨਾਵਾà¨"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "ਬਰਿੱਠਨà©à©±à¨à¨µà¨°à¨ à¨à©°à¨à¨°à¨«à©à¨¸ ਵਰਤਣ ਲਠਸà¨à¨°à¨¿à¨ªà¨"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "à¨à¨®à¨¾à¨à¨¡ 'attach-interface' ਵਿੱਠà¨à©à¨ %s ਸਹਿਯà©à¨ ਨਹà©à¨ ਹà©à¥¤"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ à¨à©°à¨à¨°à¨«à©à¨¸ ਹà¨à¨¾à¨"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "ਨà©à©±à¨à¨µà¨°à¨ à¨à©°à¨à¨°à¨«à©à¨¸ ਹà¨à¨¾à¨à¥¤"
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "à¨à©°à¨à¨°à¨«à©à¨¸ à¨à¨¾à¨£à¨à¨¾à¨°à© ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "%s à¨à¨¿à¨¸à¨® ਦਾ à¨à©à¨ à¨à©°à¨à¨°à¨«à©à¨¸ ਨਹà©à¨ ਲੱà¨à¨¿à¨"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "MAC ਸਿਰਨਾਵà©à¨ %s ਵਾਲਾ à¨à©à¨ à¨à©°à¨à¨°à¨«à©à¨¸ ਨਹà©à¨ ਲੱà¨à¨¿à¨"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "ਮà©à¨®à©à¨°à© ਨਿਰਧਾਰਤ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "XML ਬਣਾà¨à¨£ ਲਠਫà©à¨²"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "ਡਿਸਠà¨à©°à¨¤à¨° à¨à©à©à©"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "ਨਵਾਠਡਿਸਠà¨à©°à¨¤à¨° à¨à©à©à©à¥¤"
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "ਡਿਸਠà¨à©°à¨¤à¨° ਦਾ ਸਰà©à¨¤"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "ਡਿਸਠà¨à©°à¨¤à¨° ਦਾ à¨à¨¾à¨°à¨à¨¿à¨"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "ਡਿਸਠà¨à©°à¨¤à¨° ਦਾ ਡਰਾà¨à¨µà¨°"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "ਡਿਸਠà¨à©°à¨¤à¨° ਦਾ ਸਬ-ਡਰਾà¨à¨µà¨°"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "à¨à¨¾à¨°à¨à¨¿à¨ à¨à©°à¨¤à¨° à¨à¨¿à¨¸à¨®"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "à¨à©°à¨¤à¨° ਪà©à¨¨ à¨
ਤ੠ਲਿà¨à¨£ ਵਾਲਾ ਮà©à¨¡"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "à¨à¨®à¨¾à¨à¨¡ 'attach-disk' ਵਿੱਠà¨à©à¨ %s ਸਹਿਯà©à¨ ਨਹà©à¨ ਹà©"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "ਡਿਸਠà¨à©°à¨¤à¨° ਹà¨à¨¾à¨"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "ਡਿਸਠà¨à©°à¨¤à¨° ਹà¨à¨¾à¨à¥¤"
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "ਡਿਸਠà¨à¨¾à¨£à¨à¨¾à¨°à© ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "%s à¨à¨¾à¨°à¨à¨¿à¨ ਵਾਲ੠à¨à©à¨ ਡਿਸਠਨਹà©à¨ ਲੱà¨à©"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "à¨à©±à¨ ਨà©à¨¡ à¨à¨¾à¨°à© à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "ਲਾਠਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "ਲਾਠਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "ਲਾਠਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ %s ਬਣਾà¨à¨£ ਲਠà¨
ਸਫ਼ਲ ਹà©\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "ਲਾਠਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "ਲਾਠਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਲਠਸੰਰà¨à¨¨à¨¾ ਨਾ-ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਹà©à¥¤"
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਲਠਸੰਰà¨à¨¨à¨¾ ਨਾ-ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਹà©à¥¤"
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਪà©à©à¨¹à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® ਨà©à©±à¨à¨µà¨°à¨ ਲਠਸੰਰà¨à¨¨à¨¾ ਨਾ-ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਹà©à¥¤"
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® ਨà©à©±à¨à¨µà¨°à¨ ਲਠਸੰਰà¨à¨¨à¨¾ ਨਾ-ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਹà©à¥¤"
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਲਠਸੰਰà¨à¨¨à¨¾ ਨਾ-ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਹà©à¥¤"
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "à¨à©±à¨ ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ ਲਠਸੰਰà¨à¨¨à¨¾ ਨਾ-ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਹà©à¥¤"
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "à¨à¨¹ à¨à©°à¨à¨°-à¨à¨à¨à¨¿à¨µ à¨à¨°à¨®à©à¨¨à¨² ਬੰਦ à¨à¨°à©"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "à¨à¨®à¨¾à¨à¨¡ '%s' ਲਠ<%s> à¨à©à¨£ à¨à¨¾à¨¹à©à¨¦à© ਹà©"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "à¨à¨®à¨¾à¨à¨¡ '%s' ਲਠ--%s à¨à©à¨£ à¨à¨¾à¨¹à©à¨¦à© ਹà©"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "à¨à¨®à¨¾à¨à¨¡ '%s' ਮà©à¨à©à¨¦ ਨਹà©à¨ ਹà©"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " ਵà©à¨°à¨µà¨¾\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6488,17 +7073,17 @@ msgstr ""
"\n"
" SYNOPSIS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6506,7 +7091,7 @@ msgstr ""
"\n"
" ਵà©à¨°à¨µà¨¾\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6514,60 +7099,60 @@ msgstr ""
"\n"
" à¨à©à¨£à¨¾à¨\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "ਨਾ-ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਡà©à¨®à©à¨¨ ਨਾਠà¨à¨¾à¨ id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "ਡà©à¨®à©à¨¨ '%s' ਲà©à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "ਨਾ-ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਨà©à©±à¨à¨µà¨°à¨ ਨਾਠà¨à¨¾à¨ id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ '%s' ਲà©à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "ਨਾ-ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਨà©à©±à¨à¨µà¨°à¨ ਨਾਠà¨à¨¾à¨ id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "ਡà©à¨®à©à¨¨ '%s' ਲà©à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "ਨਾ-ਪà©à¨°à¨à¨¾à¨¸à¨¼à¨¿à¨¤ ਨà©à©±à¨à¨µà¨°à¨ ਨਾਠà¨à¨¾à¨ id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "ਡà©à¨®à©à¨¨ '%s' ਲà©à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6578,129 +7163,129 @@ msgstr ""
"(ਸਮਾà¨: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "à¨à©à©°à¨® \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ à¨à©à¨à¨£ (à¨à¨®à¨¾à¨à¨¡ ਨਾà¨): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ à¨à¨®à¨¾à¨à¨¡: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "à¨à¨®à¨¾à¨à¨¡ '%s' à¨à©à¨£ --%s ਲਠਸਹਿਯà©à¨à© ਨਹà©à¨ ਹà©"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "ਲà©à©à©à¨¦à¨¾ ਸੰà¨à©à¨à¨¸: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "ਨੰਬਰ"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "ਸਤਰ"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ ਡਾà¨à¨¾ '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "à¨à©à¨£"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "ਡਾà¨à¨¾"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "ਵਿਰਾਮ ਹà©"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "ਬੰਦ à¨à¨°à¨¨ ਵਿੱà¨"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "ਬੰਦ à¨à¨°à©"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "ਨਸ਼ਠਹà©à¨à¨"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "à¨à¨«à¨²à¨¾à¨à¨¨"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "à¨à©à¨ ਠà©à¨ à¨à©à¨¨à©à¨à¨¸à¨¼à¨¨ ਨਹà©à¨ ਹà©"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: à¨à¨²à¨¤à©: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "à¨à¨²à¨¤à©: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: ਬਾà¨à¨ %d à¨à¨¾à¨°à© à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: %lu ਬਾà¨à¨ à¨à¨¾à¨°à© à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° ਨਾਲ à¨à©à©à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "ਲਾਠਫਾà¨à¨² à¨à¨¾à¨£à¨à¨¾à¨°à© ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "ਲਾਠਮਾਰਠà¨à©±à¨ ਫਾà¨à¨² ਨਹà©à¨ ਹà©"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "ਲਾਠਫਾà¨à¨² à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ। ਲਾਠਫਾà¨à¨² ਦ੠ਮਾਰਠਦ੠à¨à¨¾à¨à¨ à¨à¨°à©"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "ਲਾਠਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "ਲਾਠਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° ਨਾਲ à¨à©à¨¨à©à¨à¨¸à¨¼à¨¨ ਬੰਦ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6733,7 +7318,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6743,17 +7328,17 @@ msgstr ""
" (à¨à¨®à¨¾à¨à¨¡ ਬਾਰ੠ਵà©à¨°à¨µà¨¾ ਵà©à¨à¨£ ਲਠhelp <command> ਦਿà¨)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "ਨਾ-ਸਹਾà¨à¨ à¨à©à¨£à¨¾à¨ '-%c' ਹà©à¥¤ --help ਵà©à¨à©"
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6762,7 +7347,7 @@ msgstr ""
"%s, ਵà©à¨°à¨à©à¨²à¨¾à¨à¨à¨¼à©à¨¸à¨¼à¨¨ à¨à¨°à¨®à©à¨¨à¨² ਹà©, ਵਲà©à¨ à¨à© à¨à¨à¨à¨ ਨà©à©°à¥¤\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6772,469 +7357,483 @@ msgstr ""
" ਬਾਹਰ à¨à¨¾à¨£ ਲਠ'quit'\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "à¨
ਣà¨à¨¾à¨£"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "à¨à©à¨¤à¨¾à¨µà¨¨à©"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "à¨à¨²à¨¤à©"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "à¨à©à¨ à¨à¨²à¨¤à© ਸà©à¨¨à©à¨¹à¨¾ ਨਹà©à¨ ਦਿੱਤਾ à¨à¨¿à¨"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "à¨
ੰਦਰà©à¨¨à© à¨à¨²à¨¤à© %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "à¨
ੰਦਰà©à¨¨à© à¨à¨²à¨¤à©"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "ਮà©à¨®à©à¨°à© à¨à¨¤à¨® ਹ੠à¨à¨"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° ਲਠਸਹਾà¨à¨ ਨਹà©à¨"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "à¨à¨¸ ਫੰà¨à¨¶à¨¨ ਨà©à©° ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° ਦà©à¨à¨°à¨¾ ਸਹਿਯà©à¨ ਨਹà©à¨ ਹà©: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° ਨਾਲ à¨à©à© ਨਹà©à¨ ਸà¨à¨¿à¨"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "%s ਨਾਲ à¨à©à© ਨਹà©à¨ ਸà¨à¨¿à¨"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "à¨à¨¸ ਵਿੱਠà¨à¨²à¨¤ à¨à©à¨¨à©à¨à¨¸à¨¼à¨¨ à¨à¨¸à¨¼à¨¾à¨°à¨¾"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "%s ਵਿੱਠà¨à¨²à¨¤ à¨à©à¨¨à©à¨à¨¸à¨¼à¨¨ à¨à¨¸à¨¼à¨¾à¨°à¨¾"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "à¨à¨¸ ਵਿੱਠà¨à¨²à¨¤ ਡà©à¨®à©à¨¨ à¨à¨¸à¨¼à¨¾à¨°à¨¾"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "%s ਵਿੱਠà¨à¨²à¨¤ ਡà©à¨®à©à¨¨ ਬਿੰਦà©"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "à¨à¨¸ ਵਿੱਠà¨à¨²à¨¤ ਮà©à©±à¨²"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "%s ਵਿੱਠà¨à¨²à¨¤ ਮà©à©±à¨²"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "à¨
ਣà¨à¨¾à¨£ HTTP à¨à¨²à¨¤à© à¨à©à¨¡ %d ਮਿਲਿà¨"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "à¨
ਣà¨à¨¾à¨£ ਮà©à¨à¨¼à¨¬à¨¾à¨¨ %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "à¨
ਣà¨à¨¾à¨£ ਮà©à¨à¨¼à¨¬à¨¾à¨¨"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "S-Expr ਨà©à©° ਲà©à©à¨¬à©±à¨§ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "S-Expr ਨà©à©° ਲà©à©à¨¬à©±à¨§ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "à¨à¨¼à©à©±à¨¨ (Xen) ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° à¨à©°à¨¦à¨°à¨¾à¨à¨¼ ਨਹà©à¨ ਵਰਤਿਠà¨à¨¾ ਸà¨à¨¿à¨"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "à¨à¨¼à©à©±à¨¨ ਹਾà¨à¨ªà¨°à¨µà©à¨à¨¼à¨° à¨à©°à¨¦à¨°à¨¾à¨à¨¼ %s ਨਹà©à¨ ਵਰਤਿਠà¨à¨¾ ਸà¨à¨¿à¨"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "à¨à¨¼à©à©±à¨¨ ਸà¨à©à¨° ਨਾਲ à¨à©à©à¨¿à¨ ਨਹà©à¨ à¨à¨¾ ਸà¨à¨¿à¨"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "à¨à¨¼à©à©±à¨¨ ਸà¨à©à¨° %s ਨਾਲ à¨à©à©à¨¿à¨ ਨਹà©à¨ à¨à¨¾ ਸà¨à¨¿à¨"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "Xen syscall %s %d ਫà©à¨²à©à¨¹ ਹà©à¨"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨®"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "à¨à¨°à¨¨à¨² à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "ਰà©à¨ (root) à¨à©°à¨¤à¨° à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "%s ਵਿੱਠਰà©à¨ (root) à¨à©°à¨¤à¨° à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "à¨à©°à¨¤à¨° ਲਠਸਰà©à¨¤ à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "%s à¨à©°à¨¤à¨° ਲਠਸਰà©à¨¤ à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "à¨à©°à¨¤à¨° ਲਠਨਿਯਤ à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "%s à¨à©°à¨¤à¨° ਲਠਨਿਯਤ à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "ਡà©à¨®à©à¨¨ ਨਾਠà¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "%s ਵਿੱਠਡà©à¨®à©à¨¨ à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "à¨à¨ªà¨°à©à¨à¨¿à©°à¨ ਸਿਸà¨à¨® à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "%s ਵਿੱਠà¨à¨ªà¨°à©à¨à¨¿à©°à¨ ਸਿਸà¨à¨® à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "à¨à©°à¨¤à¨° à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "%s ਲਠà¨à©°à¨¤à¨° à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à©à©°à¨® ਹà©"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "ਬਹà©à¨¤ à¨à¨¼à¨¿à¨à¨¦à¨¾ ਡਰਾà¨à¨µà¨° ਰà¨à¨¿à¨¸à¨à¨° ਹਨ"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "%s ਵਿੱਠਬਹà©à¨¤ à¨à¨¼à¨¿à¨à¨¦à¨¾ ਡਰਾà¨à¨µà¨° ਰà¨à¨¿à¨¸à¨à¨° ਹਨ"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "ਲਾà¨à¨¬à©à¨°à©à¨°à© à¨à¨¾à¨² à¨
ਸਫ਼ਲ ਹà©, ਸੰà¨à¨µ ਤà©à¨° à¨à©±à¨¤à© ਸਹਾà¨à¨ ਨਹà©à¨ ਹà©"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "ਲਾà¨à¨¬à©à¨°à©à¨°à© à¨à¨¾à¨² %s à¨
ਸਫ਼ਲ ਹà©, ਸੰà¨à¨µ ਤà©à¨° à¨à©±à¨¤à© ਸਹਾà¨à¨ ਨਹà©à¨ ਹà©"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML ਵà©à¨°à¨µà¨¾ ਠà©à¨ ਰà©à¨ª ਵਿੱਠਨਹà©à¨ à¨à¨¾à¨ à¨à¨²à¨¤ ਹà©"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "%s ਲਠXML ਵà©à¨°à¨µà¨¾ ਠà©à¨ ਰà©à¨ª ਵਿੱਠਨਹà©à¨ à¨à¨¾à¨ à¨à¨²à¨¤ ਹà©"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "à¨à¨¹ ਡà©à¨®à©à¨¨ ਪਹਿਲਾਠਹ੠ਮà©à¨à©à¨¦ ਹà©"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "ਡà©à¨®à©à¨¨ %s ਪਹਿਲਾਠਹ੠ਮà©à¨à©à¨¦ ਹà©"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਸਿਰਫ਼ ਪà©à©à¨¹à¨¨ ਲਠਹ੠ਲà©à¨à¨µà©à¨ ਹà©"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "%s à¨à¨¾à¨°à¨µà¨¾à¨ ਸਿਰਫ਼ ਪà©à©à¨¹à¨¨ ਲਠਹ੠ਲà©à¨à¨µà©à¨ ਹà©"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "ਪà©à©à¨¹à¨¨ ਵਾਸਤ੠ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² à¨à©à¨²à©à¨¹à¨£ ਲਠà¨
ਸਫ਼ਲ ਹà©"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "%s ਨà©à©° ਪà©à©à¨¹à¨¨ ਵਾਸਤ੠à¨à©à¨²à©à¨¹à¨£ ਲਠà¨
ਸਫ਼ਲ"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਪà©à©à¨¹à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² %s ਪà©à©à¨¹à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਪਾਰਸ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² %s ਪਾਰਸ à¨à¨°à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਸੰà¨à©à¨à¨¸ à¨à¨²à¨¤à©"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਸੰà¨à©à¨à¨¸ à¨à¨²à¨¤à©: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਲਿà¨à¨£ ਲਠà¨
ਸਫ਼ਲ: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "ਪਾਰਸਰ à¨à¨²à¨¤à©"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "à¨à¨²à¨¤ ਨà©à¨à¨µà¨°à¨ ਪà©à¨à¨à©°à¨à¨° ਹà©"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "%s ਵਿੱਠà¨à¨²à¨¤ ਨà©à©±à¨à¨µà¨°à¨ ਪà©à¨à¨à©°à¨à¨° ਹà©"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "à¨à¨¹ ਨà©à©±à¨à¨µà¨°à¨ ਪਹਿਲਾਠਹ੠ਮà©à¨à©à¨¦ ਹà©"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ %s ਪਹਿਲਾਠਹ੠ਮà©à¨à©à¨¦ ਹà©"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "ਸਿਸà¨à¨® à¨à¨¾à¨² à¨à¨²à¨¤à©"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC à¨à¨²à¨¤à©"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "GNUTLS à¨à¨¾à¨² à¨à¨²à¨¤à©"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨà©à©° ਲੱà¨à¨£ ਵਿੱਠਫà©à¨²à©à¨¹ ਹà©à¨à¨"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨà©à©° ਲੱà¨à¨£ ਵਿੱਠਫà©à¨²à©à¨¹ ਹà©à¨à¨: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "ਡà©à¨®à©à¨¨ ਨਹà©à¨ ਲੱà¨à¨¿à¨"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "ਡà©à¨®à©à¨¨ ਨਹà©à¨ ਲੱà¨à¨¿à¨: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨਹà©à¨ ਲੱà¨à¨¿à¨"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨਹà©à¨ ਲੱà¨à¨¿à¨: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "à¨à¨²à¨¤ MAC ਸਿਰਨਾਵਾà¨"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "à¨à¨²à¨¤ MAC ਸਿਰਨਾਵਾà¨: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨਹà©à¨ ਲੱà¨à¨¿à¨"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨਹà©à¨ ਲੱà¨à¨¿à¨: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨਹà©à¨ ਲੱà¨à¨¿à¨"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨਹà©à¨ ਲੱà¨à¨¿à¨: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "à¨à¨²à¨¤ ਨà©à¨à¨µà¨°à¨ ਪà©à¨à¨à©°à¨à¨° ਹà©"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "%s ਵਿੱਠà¨à¨²à¨¤ ਨà©à©±à¨à¨µà¨°à¨ ਪà©à¨à¨à©°à¨à¨° ਹà©"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "à¨à¨²à¨¤ ਨà©à¨à¨µà¨°à¨ ਪà©à¨à¨à©°à¨à¨° ਹà©"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "%s ਵਿੱਠà¨à¨²à¨¤ ਨà©à©±à¨à¨µà¨°à¨ ਪà©à¨à¨à©°à¨à¨° ਹà©"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨà©à©° ਲੱà¨à¨£ ਵਿੱਠਫà©à¨²à©à¨¹ ਹà©à¨à¨"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨà©à©° ਲੱà¨à¨£ ਵਿੱਠਫà©à¨²à©à¨¹ ਹà©à¨à¨: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨà©à©° ਲੱà¨à¨£ ਵਿੱਠਫà©à¨²à©à¨¹ ਹà©à¨à¨"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨà©à©° ਲੱà¨à¨£ ਵਿੱਠਫà©à¨²à©à¨¹ ਹà©à¨à¨: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "à¨à¨¸ ਵਿੱਠà¨à¨²à¨¤ ਡà©à¨®à©à¨¨ à¨à¨¸à¨¼à¨¾à¨°à¨¾"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "%s ਵਿੱਠà¨à¨²à¨¤ ਡà©à¨®à©à¨¨ ਬਿੰਦà©"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "ਡà©à¨®à©à¨¨ ਨਹà©à¨ ਲੱà¨à¨¿à¨"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "ਡà©à¨®à©à¨¨ ਨਹà©à¨ ਲੱà¨à¨¿à¨: %s"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨਹà©à¨ ਲੱà¨à¨¿à¨"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "ਨà©à©±à¨à¨µà¨°à¨ ਨਹà©à¨ ਲੱà¨à¨¿à¨: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "à¨
ੰਦਰà©à¨¨à© à¨à¨²à¨¤à© %s"
@@ -7303,7 +7902,7 @@ msgstr "à¨à¨°à©à¨¡à¨¿à¨ ਸਮਾà¨-ਤਹਿ ਮà©à©±à¨² ਪà©à¨°à¨¾à¨®
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "à¨à¨°à©à¨¡à¨¿à¨ ਸਮਾà¨-ਤਹਿ à¨à©à¨ª ਪà©à¨°à¨¾à¨®à©à¨à¨° (%d) ਰà©à¨à¨ ਤà©à¨ ਬਾਹਰ (0-65535) ਹà©"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "à¨à¨¾à¨°à¨à¨¿à¨ à¨à©°à¨¤à¨° à¨à¨¿à¨¸à¨®"
@@ -7357,7 +7956,7 @@ msgstr "ਡà©à¨®à©à¨¨ à¨à¨¾à¨£à¨à¨¾à¨°à© à¨à¨²à¨¤ ਹà©, domid à¨
à©°à¨
msgid "domain information incomplete, missing uuid"
msgstr "ਡà©à¨®à©à¨¨ à¨à¨¾à¨£à¨à¨¾à¨°à© à¨
ਧà©à¨°à© ਹà©, uuid à¨à©à©°à¨® ਹà©"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "ਡà©à¨®à©à¨¨ à¨à¨¾à¨£à¨à¨¾à¨°à© à¨
ਧà©à¨°à© ਹà©, ਨਾਠਨਹà©à¨ ਹà©"
@@ -7401,225 +8000,232 @@ msgstr "vbd ਫਾà¨à¨² ਨਾਠਪਾਰਸ ਨਹà©à¨ à¨à©à¨¤à¨¾ à¨à¨¾
msgid "cannot parse vbd filename, missing driver type"
msgstr "vbd ਫਾà¨à¨² ਨਾਠਪਾਰਸ ਨਹà©à¨ à¨à©à¨¤à¨¾ à¨à¨¾ ਸà¨à¨¿à¨, ਡਰਾà¨à¨µà¨° à¨à¨¿à¨¸à¨® ਨਹà©à¨ ਹà©"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "à¨
à¨à¨¾à¨¨à¨ dict ਨà©à¨¡"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "ਡà©à¨®à©à¨¨ à¨à¨¾à¨£à¨à¨¾à¨°à© à¨
ਧà©à¨°à© ਹà©, id à¨à©à©°à¨® ਹà©"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "à¨à¨²à¨¤ MAC ਸਿਰਨਾਵਾà¨: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨® %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² ਸੰà¨à©à¨à¨¸ à¨à¨²à¨¤à©"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "Xend ਡà©à¨®à©à¨¨ à¨à¨¾à¨£à¨¾à¨à¨°à© ਪਾਰਸ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "ਡà©à¨®à©à¨¨ ਹਾਲ੠ਵ੠à¨à©±à¨² ਰਹ੠ਹà©"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "S-Expr ਨà©à©° ਲà©à©à¨¬à©±à¨§ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "à¨à¨¾à¨°à¨à¨¿à¨ à¨à©°à¨¤à¨° à¨à¨¿à¨¸à¨®"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "à¨
à¨à¨¾à¨¨à¨ ਮà©à©±à¨² ਨà©à¨¡"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "ਨà©à©±à¨à¨µà¨°à¨ %s ਨà©à©° ਨਾ-ਪਰà¨à¨¾à¨¸à¨¼à¨¿à¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "Xend ਡà©à¨®à©à¨¨ à¨à¨¾à¨£à¨¾à¨à¨°à© ਪਾਰਸ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "ਨਾ-ਸਰà¨à¨°à¨® ਡà©à¨®à©à¨¨ %s ਬਣਾà¨à¨£ ਲਠà¨
ਸਫ਼ਲ ਹà©\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "ਡà©à¨®à©à¨¨ à¨à¨¾à¨£à¨à¨¾à¨°à© à¨
ਧà©à¨°à© ਹà©, ਨਾਠਨਹà©à¨ ਹà©"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "ਸਮਾà¨-ਤਹਿ"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "ਮà©à©à¨¬à¨¾à¨¨ ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "ਡà©à¨®à©à¨¨ à¨à¨¾à¨£à¨à¨¾à¨°à© à¨
ਧà©à¨°à© ਹà©, uuid à¨à©à©°à¨® ਹà©"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "ਡà©à¨®à©à¨¨ à¨à¨¾à¨£à¨à¨¾à¨°à© à¨
ਧà©à¨°à© ਹà©, uuid à¨à©à©°à¨® ਹà©"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "%s ਨà©à©° ਪà©à©à¨¹à¨¨ ਵਾਸਤ੠à¨à©à¨²à©à¨¹à¨£ ਲਠà¨
ਸਫ਼ਲ"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² %s ਪà©à©à¨¹à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "à¨
ਣà¨à¨¾à¨£ mime à¨à¨¿à¨¸à¨®"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "à¨
ਣà¨à¨¾à¨£ mime à¨à¨¿à¨¸à¨®"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "à¨
à¨à¨¾à¨¨à¨ ਮà©à©±à¨² ਨà©à¨¡"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7696,49 +8302,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "à¨
à¨à¨¾à¨¨à¨ dict ਨà©à¨¡"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "%s ਤà©à¨ ਡà©à¨®à©à¨¨ ਮà©à©-ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "ਵਰਤਮਾਨ ਮà©à¨®à¨°à©-à¨
à¨à¨¾à¨° à¨à¨¾à¨à¨ à¨à¨°à¨¨ ਵਿੱਠà¨
ਸਮਰਥ"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "ਸੰਰà¨à¨¨à¨¾ ਫਾà¨à¨² %s ਪà©à©à¨¹à¨¨ ਲਠà¨
ਸਫ਼ਲ"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "à¨
ਣà¨à¨¾à¨£ OS à¨à¨¿à¨¸à¨®"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "%s ਤà©à¨ ਡà©à¨®à©à¨¨ ਬਣਾà¨à¨£ ਲਠਫà©à¨²à©à¨¹"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
@@ -7747,19 +8353,34 @@ msgstr "'%s' ਨà©à©° à¨à©à¨²à¨£ ਵਿੱਠà¨
ਸਫਲ: %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "à¨à¨¸ ਵਿੱਠà¨à¨²à¨¤ ਮà©à©±à¨²"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "à¨à¨¸ ਵਿੱਠà¨à¨²à¨¤ ਮà©à©±à¨²"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7785,15 +8406,39 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "ਡà©à¨®à©à¨¨ à¨à¨¾à¨°à© à¨à©à¨¤à© à¨à¨¾ ਰਹ੠ਹà©"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "ਬਲਾਠਹਾਲਤ %s %s ਪਤਾ à¨à¨°à¨¨ ਵਿੱਠਫà©à¨² ਹà©à¨à¨"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "à¨à©°à¨à¨°à¨«à©à¨¸ à¨à¨¾à¨£à¨à¨¾à¨°à© %s %s ਪà©à¨°à¨¾à¨ªà¨¤ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "ਲਾਠਫਾà¨à¨² ਲਿà¨à¨£ ਦà©à¨°à¨¾à¨¨ à¨à¨²à¨¤à©"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "ਸਾà¨à¨ %d ਬੰਦ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹\n"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "ਮà©à¨®à©à¨°à© à¨à¨¤à¨® ਹ੠à¨à¨"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "ਸਾà¨à¨ %d ਬੰਦ à¨à¨°à¨¨ ਲਠਫà©à¨²à©à¨¹\n"
+
#~ msgid "allocating configuration"
#~ msgstr "ਸੰਰà¨à¨¨à¨¾ à¨à¨¾à¨°à© à¨à©à¨¤à© à¨à¨¾ ਰਹ੠ਹà©"
@@ -7839,10 +8484,6 @@ msgstr "ਡà©à¨®à©à¨¨ à¨à¨¾à¨°à© à¨à©à¨¤à© à¨à¨¾ ਰਹ੠ਹà©"
#~ msgstr "%s ਨà©à©° ਪà©à©à¨¹à¨¨ ਵਾਸਤ੠à¨à©à¨²à©à¨¹à¨£ ਲਠà¨
ਸਫ਼ਲ"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "à¨à¨¾à¨°à¨µà¨¾à¨ ਫà©à¨²à©à¨¹ ਹà©à¨: %s"
diff --git a/po/pl.gmo b/po/pl.gmo
index 2cbeefa..f0a2ff1 100644
Binary files a/po/pl.gmo and b/po/pl.gmo differ
diff --git a/po/pl.po b/po/pl.po
index 7245436..e0b83e7 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -5,8 +5,8 @@ msgid ""
msgstr ""
"Project-Id-Version: pl\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
-"PO-Revision-Date: 2009-01-23 15:53+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
+"PO-Revision-Date: 2009-02-26 22:34+0100\n"
"Last-Translator: Piotr DrÄ
g <piotrdrag at gmail.com>\n"
"Language-Team: Polish <pl at li.org>\n"
"MIME-Version: 1.0\n"
@@ -89,241 +89,241 @@ msgstr "ÅaÅcuch parametru nie jest poprawnie zakodowany"
msgid "Unknown error"
msgstr "Nieznany bÅÄ
d"
-#: qemud/qemud.c:234
+#: qemud/qemud.c:240
#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr "Nie można uzyskaÄ dostÄpu do %s \"%s\": %s (%d)"
+msgid "Cannot access %s '%s': %s"
+msgstr "Nie można uzyskaÄ dostÄpu do %s \"%s\": %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Odczytanie z sygnaÅu potoku nie powiodÅo siÄ: %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "Ponowne wczytywanie konfiguracji po SIGHUP"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "BÅÄ
d podczas ponownego wczytywania sterowników"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "WyÅÄ
czanie po sygnale %d"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, c-format
msgid "Received unexpected signal %d"
msgstr "Otrzymano nieoczekiwany sygnaÅ %d"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "Ustawienie flagi deskryptora pliku \"close-on-exec\" nie powiodÅo siÄ"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "Ustawienie nieblokujÄ
cej flagi deskryptora pliku nie powiodÅo siÄ"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Otwarcie pliku PID \"%s\" nie powiodÅo siÄ: %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Wykonanie fdopen na pliku PID \"%s\" nie powiodÅo siÄ: %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Zapisanie do pliku PID \"%s\" nie powiodÅo siÄ: %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "ZamkniÄcie pliku PID \"%s\" nie powiodÅo siÄ: %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "Przydzielenie pamiÄci dla agregacji qemud_socket nie powiodÅo siÄ"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "Utworzenie gniazda nie powiodÅo siÄ: %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "DowiÄ
zanie gniazda do \"%s\" nie powiodÅo siÄ: %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "NasÅuchiwanie poÅÄ
czeÅ na \"%s\" nie powiodÅo siÄ: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr "Dodanie wywoÅania zwrotnego zdarzenia serwera nie powiodÅo siÄ"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "gniazdo: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "dowiÄ
zanie: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "nasÅuchiwanie: %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: wywoÅanie zwrotne: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: nasÅuchiwanie: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr "Åcieżka wynikowa jest za dÅuga dla bufora w qemudInitPaths()"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "Przydzielenie struct qemud_server nie powiodÅo siÄ"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr "nie można zainicjowaÄ muteksa"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr "nie można zainicjowaÄ zmiennej warunkowej"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
msgid "Failed to initialize event system"
msgstr "Zainicjowanie systemu zdarzeÅ nie powiodÅo siÄ"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Zainicjowanie uwierzytelniania SASL %s nie powiodÅo siÄ"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr ""
"PoÅÄ
czenie z magistralÄ
systemowÄ
dla uwierzytelniania PolicyKit nie "
"powiodÅo siÄ: %s"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: nie powiodÅo siÄ: klient DN jest %s"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate: sprawdzenie nie powiodÅo siÄ: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr "remoteCheckCertificate: certyfikat klienta nie jest zaufany."
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
"remoteCheckCertificate: certyfikat klienta posiada nieznanego wystawcÄ."
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate: certyfikat klienta zostaÅ odrzucony."
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
"remoteCheckCertificate: certyfikat klienta używa niebezpiecznego algorytmu."
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate: certyfikat nie jest X.509"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate: brak równych"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: gnutls_x509_crt_init nie powiodÅo siÄ"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate: certyfikat klienta wygasÅ"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
"remoteCheckCertificate: certyfikat klienta nie zostaÅ jeszcze aktywowany"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -335,12 +335,12 @@ msgstr ""
"certyfikatklienta.pem -text\", aby wyÅwietliÄ pole rozróżnionej nazwy w "
"certyfikacie klienta lub uruchom tego demona z opcjÄ
--verbose."
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
"remoteCheckCertificate: sprawdzenie certyfikatu klienta nie powiodÅo siÄ"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
@@ -348,438 +348,460 @@ msgstr ""
"remoteCheckCertificate: tls_no_verify_certificate jest ustawione, wiÄc "
"bÅÄdny certyfikat zostaÅ zignorowany"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
+"klient posiadaÅ nieoczekiwane dane oczekujÄ
ce tx po sprawdzeniu dostÄpu"
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "Sprawdzenie danych uwierzytelniajÄ
cych klienta nie powiodÅo siÄ: %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "Zaakceptowanie poÅÄ
czenia nie powiodÅo siÄ: %s"
-#: qemud/qemud.c:1179
-#, fuzzy, c-format
+#: qemud/qemud.c:1238
+#, c-format
msgid "Too many active clients (%d), dropping connection"
-msgstr "Za dużo aktywnych klientów, porzucanie poÅÄ
czenia"
+msgstr "Za dużo aktywnych klientów (%d), porzucanie poÅÄ
czenia"
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
msgid "Out of memory allocating clients"
msgstr "Brak pamiÄci podczas przydzielania klientów"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr "WyÅÄ
cz uwierzytelnianie PolicyKit dla uprawnionego klienta %d"
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "NawiÄ
zanie TLS nie powiodÅo siÄ: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
-#, fuzzy, c-format
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
+#, c-format
msgid "unexpected negative length request %lld"
-msgstr "nieoczekiwany typ sieci %d"
+msgstr "nieoczekiwane żÄ
danie ujemnej dÅugoÅci %lld"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "odczytaj: %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
-#, fuzzy, c-format
+#: qemud/qemud.c:1622
+#, c-format
msgid "failed to decode SASL data %s"
-msgstr "utworzenie \"%s\" nie powiodÅo siÄ"
+msgstr "rozkodowanie danych SASL %s nie powiodÅo siÄ"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "zapisz: %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
-#, fuzzy, c-format
+#: qemud/qemud.c:1830
+#, c-format
msgid "failed to encode SASL data %s"
-msgstr "utworzenie \"%s\" nie powiodÅo siÄ"
+msgstr "zakodowanie danych SASL %s nie powiodÅo siÄ"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr "ObsÅuga sygnaÅu zgÅosiÅa %d bÅÄdów: ostatni bÅÄ
d: %s"
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+msgid "Failed to register shutdown timeout"
+msgstr "Zarejestrowanie czasu oczekiwania na wyÅÄ
czenie nie powiodÅo siÄ"
+
+#: qemud/qemud.c:2139
msgid "Failed to allocate workers"
msgstr "Przydzielenie pracowników nie powiodÅo siÄ"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
-msgstr "Przydzielenie pamiÄci dla listy konfiguracji %s nie powiodÅo siÄ"
+msgstr "przydzielenie pamiÄci dla listy konfiguracji %s nie powiodÅo siÄ"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr ""
-"Przydzielenie pamiÄci dla wartoÅci listy konfiguracji %s nie powiodÅo siÄ"
+"przydzielenie pamiÄci dla wartoÅci listy konfiguracji %s nie powiodÅo siÄ"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr "remoteReadConfigFile: %s: %s: musi byÄ ÅaÅcuchem lub listÄ
ÅaÅcuchów\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
"remoteReadConfigFile: %s: %s: nieprawidÅowy typ: otrzymano %s; oczekiwano %"
"s\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr "remoteReadConfigFile: %s: %s: nieobsÅugiwane uwierzytelnianie %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "Nie można ustawiÄ grupy, nie bÄdÄ
c uruchomionym jako root"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr "Wyszukanie grupy \"%s\" nie powiodÅo siÄ"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "Przeanalizowanie trybu \"%s\" nie powiodÅo siÄ"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Rozdzielenie jako demon nie powiodÅo siÄ: %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "Utworzenie potoku nie powiodÅo siÄ: %s"
-#: qemud/qemud.c:2792
-#, fuzzy
+#: qemud/qemud.c:2882
msgid "unable to create rundir"
-msgstr "nie można utworzyÄ UUID"
+msgstr "nie można utworzyÄ folderu uruchamiania"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr "Zmiana wÅaÅciciela grupy %s nie powiodÅa siÄ"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr "Zarejestrowanie wywoÅania zwrotnego nie powiodÅo siÄ"
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr "program nie zgadza siÄ (jest %x, oczekiwano %x)"
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "wersja nie zgadza siÄ (jest %x, oczekiwano %x)"
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "kierunek (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "stan (%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "uwierzytelnienie jest wymagane"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "nieznana procedura: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "przeanalizowanie parametrów nie powiodÅo siÄ"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr "poÅÄ
czenie jest już otwarte"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "poÅÄ
czenie nie jest otwarte"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr "brak pamiÄci w strdup"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_NODE_MAX_CELLS"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr "nparams jest za duże"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "nieznany typ"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr "rozmiar > maksymalny rozmiar bufora"
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "nie można uzyskaÄ obecnego czasu"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "nie można uzyskaÄ obecnego czasu"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Nie można rozwiÄ
zaÄ adresu %d: %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "klient spróbowaÅ nieprawidÅowe żÄ
danie inicjowania SASL"
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, c-format
-msgid "failed to get sock address %d (%s)"
-msgstr "uzyskanie adresu gniazda %d nie powiodÅo siÄ (%s)"
+msgid "failed to get sock address: %s"
+msgstr "uzyskanie adresu gniazda nie powiodÅo siÄ: %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, c-format
-msgid "failed to get peer address %d (%s)"
-msgstr "uzyskanie adresu peera %d nie powiodÅo siÄ (%s)"
+msgid "failed to get peer address: %s"
+msgstr "uzyskanie adresu peera nie powiodÅo siÄ: %s"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "ustawienie kontekstu SASL nie powiodÅo siÄ %d (%s)"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr "TLS nie może uzyskaÄ rozmiaru szyfru"
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr "nie można ustawiÄ zewnÄtrznego SSF SASL %d (%s)"
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr "nie można ustawiÄ podparcia bezpieczeÅstwa SASL %d (%s)"
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "nie można wyÅwietliÄ listy mechanizmów SASL %d (%s)"
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "nie można przydzieliÄ listy mechanizmów"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "nie można odpytaÄ SSF SASL na poÅÄ
czeniu %d (%s)"
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "wynegocjowane SSF %d nie byÅo wystarczajÄ
co silne"
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
-msgstr "nie można odpytaÄ nazwy użytkownika na poÅÄ
czeniu %d (%s)"
+msgstr "nie można odpytaÄ nazwy użytkownika SASL na poÅÄ
czeniu %d (%s)"
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "nie znaleziono nazwy użytkownika klienta"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "brak pamiÄci podczas kopiowania nazwy użytkownika"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "klient SASL %s nie znajduje siÄ na liÅci dozwolonych"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr "klient spróbowaÅ nieprawidÅowego żÄ
dania uruchomienia SASL"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "uruchomienie SASL nie powiodÅo siÄ %d (%s)"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr "dane odpowiedzi uruchomienia SASL sÄ
za dÅugie %d"
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "krok SASL nie powiódÅ siÄ %d (%s)"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr "dane odpowiedzi kroku SASL sÄ
za dÅugie %d"
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr "klient spróbowaÅ nieobsÅugiwanego żÄ
dania inicjowania SASL"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr "klient spróbowaÅ nieobsÅugiwanego żÄ
dania uruchomienia SASL"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "klient spróbowaÅ nieobsÅugiwanego żÄ
dania kroku SASL"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr "klient spróbowaÅ nieprawidÅowego żÄ
dania inicjowania PolicyKit"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "nie można uzyskaÄ tożsamoÅci równego gniazda"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "Sprawdzanie PID-u %d uruchomionego jako %d"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr "Wyszukanie wywoÅania PolicyKit nie powiodÅo siÄ: %s"
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Utworzenie dziaÅania PolicyKit %s nie powiodÅo siÄ\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Utworzenie kontekstu PolicyKit %s nie powiodÅo siÄ\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "Sprawdzenie upoważnienia %d %s przez PolicyKit nie powiodÅo siÄ"
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr "PolicyKit zabroniÅ dziaÅania %s z PID %d, UID %d, wynik: %s\n"
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr "PolicyKit zezwoliÅ na dziaÅanie %s z PID %d, UID %d, wynik %s"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr "klient spróbowaÅ nieobsÅugiwanego żÄ
dania inicjowania PolicyKit"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
msgid "node_device not found"
msgstr "nie znaleziono node_device"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
msgid "unexpected async event method call"
msgstr "nieoczekiwane wywoÅanie metody zdarzenia asynchronicznego"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
+"IFF_VNET_HDR nie zostanie wÅÄ
czone; ioctl() TUNGETFEATURES nie jest "
+"zaimplementowane"
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
+"IFF_VNET_HDR nie zostanie wÅÄ
czone; ioctl() TUNGETFEATURES zgÅasza brak "
+"IFF_VNET_HDR"
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
+"IFF_VNET_HDR nie zostanie wÅÄ
czone; ioctl() TUNGETIFF nie jest "
+"zaimplementowane"
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
-msgstr ""
+msgstr "WÅÄ
czanie IFF_VNET_HDR"
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
+"IFF_VNET_HDR nie zostanie wÅÄ
czone; zostaÅo wyÅÄ
czone w czasie budowania"
#: src/conf.c:349
msgid "unterminated number"
@@ -894,517 +916,520 @@ msgstr "dodanie urzÄ
dzenia wÄzÅa do tablicy hashów poÅÄ
czenia nie powiodÅ
msgid "dev missing from connection hash table"
msgstr "brak urzÄ
dzenia w tablicy hashów poÅÄ
czenia"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, c-format
msgid "unknown disk type '%s'"
msgstr "nieznany typ dysku \"%s\""
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, c-format
msgid "unknown disk device '%s'"
msgstr "nieznane urzÄ
dzenie dysku \"%s\""
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "NieprawidÅowa nazwa urzÄ
dzenia dyskietki: %s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "NieprawidÅowa nazwa urzÄ
dzenia dysku twardego: %s"
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, c-format
msgid "unknown disk bus type '%s'"
msgstr "nieznany typ magistrali dysku \"%s\""
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "NieprawidÅowy typ magistrali \"%s\" dla dyskietki"
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "NieprawidÅowy typ magistrali \"%s\" dla dysku"
-#: src/domain_conf.c:727
-#, fuzzy, c-format
+#: src/domain_conf.c:751
+#, c-format
msgid "unknown disk cache mode '%s'"
-msgstr "nieznane urzÄ
dzenie dysku \"%s\""
+msgstr "nieznany tryb pamiÄci podrÄcznej dysku \"%s\""
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, c-format
msgid "unknown filesystem type '%s'"
msgstr "nieznany typ systemu plików \"%s\""
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, c-format
msgid "unknown interface type '%s'"
msgstr "nieznany typ interfejsu \"%s\""
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
"Brak atrybutu <source> \"network\" okreÅlonego za pomocÄ
<interface "
"type='network'/>"
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
"Brak atrybutu <source> \"dev\" okreÅlonego za pomocÄ
<interface "
"type='bridge'/>"
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
"Brak atrybutu <source> \"port\" okreÅlonego za pomocÄ
interfejsu gniazda"
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
"Nie można przeanalizowaÄ atrybutu <source> \"port\" za pomocÄ
interfejsu "
"gniazda"
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
"Brak atrybutu <source> \"address\" okreÅlonego za pomocÄ
interfejsu gniazda"
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr "Nazwa modelu zawiera nieprawidÅowe znaki"
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
msgid "Missing source path attribute for char device"
msgstr "Brak atrybutu Åcieżki źródÅowej dla urzÄ
dzenia znakowego"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
msgid "Missing source host attribute for char device"
msgstr "Brak atrybutu hosta źródÅowego dla urzÄ
dzenia znakowego"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr "Brak atrybutu usÅugi źródÅowej dla urzÄ
dzenia znakowego"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr "brak typu urzÄ
dzenia wejÅciowego"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, c-format
msgid "unknown input device type '%s'"
msgstr "nieznany typ urzÄ
dzenia wejÅciowego \"%s\""
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, c-format
msgid "unknown input bus type '%s'"
msgstr "nieznany typ magistrali wejÅciowego \"%s\""
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "magistrala ps2 nie obsÅuguje urzÄ
dzenia wejÅciowego %s"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "nieobsÅugiwana magistrala wejÅciowa %s"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr "magistrala Xena nie obsÅuguje urzÄ
dzenia wejÅciowego %s"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
msgid "missing graphics device type"
msgstr "brak typu urzÄ
dzenia graficznego"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, c-format
msgid "unknown graphics device type '%s'"
msgstr "nieznany typ urzÄ
dzenia graficznego \"%s\""
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr "nie można przeanalizowaÄ portu VNC %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, c-format
msgid "unknown fullscreen value '%s'"
msgstr "nieznana wartoÅÄ peÅnego ekranu \"%s\""
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, c-format
msgid "unknown sound model '%s'"
msgstr "nieznany modelu dźwiÄku \"%s\""
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr "nie można przeanalizowaÄ identyfikatora producenta %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr "producent USB wymaga identyfikatora"
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr "nie można przeanalizowaÄ produktu %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr "produkt USB wymaga identyfikatora"
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr "nie można przeanalizowaÄ magistrali %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr "adres USB wymaga identyfikatora magistrali"
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, c-format
msgid "cannot parse device %s"
msgstr "nie można przeanalizowaÄ urzÄ
dzenia %s"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr "adres USB wymaga identyfikatora urzÄ
dzenia"
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, c-format
msgid "unknown usb source type '%s'"
msgstr "nieznany typ źródÅa USB \"%s\""
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
msgid "missing vendor"
msgstr "brak producenta"
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
msgid "missing product"
msgstr "brak produktu"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, c-format
msgid "cannot parse domain %s"
msgstr "nie można przeanalizowaÄ domeny %s"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr "adres PCI wymaga identyfikatora magistrali"
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, c-format
msgid "cannot parse slot %s"
msgstr "nie można przeanalizowaÄ gniazda %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr "adres PCI wymaga identyfikatora gniazda"
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, c-format
msgid "cannot parse function %s"
msgstr "nie można przeanalizowaÄ funkcji %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr "adres PCI wymaga identyfikatora funkcji"
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, c-format
msgid "unknown pci source type '%s'"
msgstr "nieznany typ źródÅa PCI \"%s\""
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, c-format
msgid "unknown hostdev mode '%s'"
msgstr "nieznany tryb urzÄ
dzenia hosta \"%s\""
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, c-format
msgid "unknown host device type '%s'"
msgstr "nieznany typ urzÄ
dzenia hosta \"%s\""
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
msgid "missing type in hostdev"
msgstr "brak typu w urzÄ
dzeniu hosta"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, c-format
msgid "unknown node %s"
msgstr "nieznany wÄzeÅ %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr "nieznane dziaÅanie cyklu życia %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "brak elementu roota"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "nieznany typ urzÄ
dzenia"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "brak atrybutu typu domeny"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, c-format
msgid "invalid domain type %s"
msgstr "nieprawidÅowy typ domeny %s"
-#: src/domain_conf.c:1947 src/network_conf.c:334
-#, fuzzy
+#: src/domain_conf.c:2031 src/network_conf.c:335
msgid "Failed to generate UUID"
-msgstr "Utworzenie UUID nie powiodÅo siÄ: %s"
+msgstr "Utworzenie UUID nie powiodÅo siÄ"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "bÅÄdnie sformatowany element UUID"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr "brak elementu pamiÄci"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, c-format
msgid "unexpected feature %s"
msgstr "nieoczekiwana funkcja %s"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "brak typu systemu operacyjnego"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
+"kombinacja typu systemu operacyjnego \"%s\" i architektury \"%s\" nie jest "
+"obsÅugiwana"
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr "brak nieobsÅugiwanej architektury dla typu systemu operacyjnego \"%s\""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
msgid "cannot extract boot device"
msgstr "nie można wydobyÄ urzÄ
dzenia startowego"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
msgid "missing boot device"
msgstr "brak urzÄ
dzenia startowego"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr "nieznane urzÄ
dzenie startowe \"%s\""
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
msgid "cannot extract disk devices"
msgstr "nie można wydobyÄ urzÄ
dzeŠdysków"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr "nie można wydobyÄ urzÄ
dzeŠsystemów plików"
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
msgid "cannot extract network devices"
msgstr "nie można wydobyÄ urzÄ
dzeÅ sieciowych"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr "nie można wydobyÄ urzÄ
dzeÅ równolegÅych"
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
msgid "cannot extract serial devices"
msgstr "nie można wydobyÄ urzÄ
dzeÅ szeregowych"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
msgid "cannot extract input devices"
msgstr "nie można wydobyÄ urzÄ
dzeÅ wejÅciowych"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
msgid "cannot extract graphics devices"
msgstr "nie można wydobyÄ urzÄ
dzeÅ graficznych"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
msgid "cannot extract sound devices"
msgstr "nie można wydobyÄ urzÄ
dzeÅ dźwiÄkowych"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr "nie można wydobyÄ urzÄ
dzeÅ hosta"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr "w wierszu %d: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
msgid "failed to parse xml document"
msgstr "przeanalizowanie dokumentu XML nie powiodÅo siÄ"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr "niepoprawny element roota"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "bÅÄ
d skÅadni topologii cpuset"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, c-format
msgid "unexpected lifecycle type %d"
msgstr "nieoczekiwany typ cyklu życia %d"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, c-format
msgid "unexpected disk type %d"
msgstr "nieoczekiwany typ dysku %d"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, c-format
msgid "unexpected disk device %d"
msgstr "nieoczekiwany urzÄ
dzenie dysku %d"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, c-format
msgid "unexpected disk bus %d"
msgstr "nieoczekiwana magistrala dysku %d"
-#: src/domain_conf.c:2794
-#, fuzzy, c-format
+#: src/domain_conf.c:2881
+#, c-format
msgid "unexpected disk cache mode %d"
-msgstr "nieoczekiwany urzÄ
dzenie dysku %d"
+msgstr "nieoczekiwany tryb pamiÄci podrÄcznej dysku %d"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, c-format
msgid "unexpected filesystem type %d"
msgstr "nieoczekiwany typ systemu plików %d"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, c-format
msgid "unexpected net type %d"
msgstr "nieoczekiwany typ sieci %d"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, c-format
msgid "unexpected char type %d"
msgstr "nieoczekiwany typ urzÄ
dzenia znakowego %d"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, c-format
msgid "unexpected sound model %d"
msgstr "nieoczekiwany model dźwiÄku %d"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, c-format
msgid "unexpected input type %d"
msgstr "nieoczekiwany typ wejÅcia %d"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, c-format
msgid "unexpected input bus type %d"
msgstr "nieoczekiwany typ magistrali wejÅcia %d"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, c-format
msgid "unexpected hostdev mode %d"
msgstr "nieoczekiwany tryb urzÄ
dzenia hosta %d"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, c-format
msgid "unexpected hostdev type %d"
msgstr "nieoczekiwany typ urzÄ
dzenia wejÅcia %d"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr "nieoczekiwany typ domeny %d"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, c-format
msgid "unexpected boot device type %d"
msgstr "nieoczekiwany typ urzÄ
dzenia startowego %d"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, c-format
msgid "unexpected feature %d"
msgstr "nieoczekiwana funkcja %d"
-#: src/domain_conf.c:3455 src/network_conf.c:656
-#, fuzzy, c-format
+#: src/domain_conf.c:3566 src/network_conf.c:657
+#, c-format
msgid "cannot create config directory '%s'"
-msgstr "nie można utworzyÄ folderu konfiguracji %s: %s"
+msgstr "nie można utworzyÄ folderu konfiguracji \"%s\""
-#: src/domain_conf.c:3464 src/network_conf.c:665
-#, fuzzy, c-format
+#: src/domain_conf.c:3575 src/network_conf.c:666
+#, c-format
msgid "cannot create config file '%s'"
-msgstr "nie można utworzyÄ pliku konfiguracji %s: %s"
+msgstr "nie można utworzyÄ pliku konfiguracji \"%s\""
-#: src/domain_conf.c:3472 src/network_conf.c:673
-#, fuzzy, c-format
+#: src/domain_conf.c:3583 src/network_conf.c:674
+#, c-format
msgid "cannot write config file '%s'"
-msgstr "nie można zapisaÄ pliku konfiguracji %s: %s"
+msgstr "nie można zapisaÄ pliku konfiguracji \"%s\""
-#: src/domain_conf.c:3479 src/network_conf.c:680
-#, fuzzy, c-format
+#: src/domain_conf.c:3590 src/network_conf.c:681
+#, c-format
msgid "cannot save config file '%s'"
-msgstr "nie można zapisaÄ pliku konfiguracji %s: %s"
+msgstr "nie można zapisaÄ pliku konfiguracji \"%s\""
-#: src/domain_conf.c:3580 src/network_conf.c:775
-#, fuzzy, c-format
+#: src/domain_conf.c:3691 src/network_conf.c:783
+#, c-format
msgid "Failed to open dir '%s'"
-msgstr "Otwarcie folderu \"%s\" nie powiodÅo siÄ: %s"
+msgstr "Otwarcie folderu \"%s\" nie powiodÅo siÄ"
-#: src/domain_conf.c:3634
-#, fuzzy, c-format
+#: src/domain_conf.c:3745
+#, c-format
msgid "cannot remove config %s"
-msgstr "nie można usunÄ
Ä konfiguracji dla %s"
+msgstr "nie można usunÄ
Ä konfiguracji %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "nieznany typ wirtualizacji"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
"brak emulatora dla domeny %s typu systemu operacyjnego %s na architekturze %s"
-#: src/iptables.c:102
-msgid "Failed to run '"
-msgstr "Nie powiodÅo siÄ uruchomienie \""
+#: src/iptables.c:103
+#, c-format
+msgid "Failed to run '%s %s': %s"
+msgstr "Uruchomienie \"%s %s\" nie powiodÅo siÄ: %s"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "Nie powiodÅo siÄ odczytanie "
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "Nie powiodÅo siÄ zapisanie "
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "Utworzenie folderu %s nie powiodÅo siÄ: %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Zapisanie reguÅ iptables do %s nie powiodÅo siÄ: %s"
@@ -1416,168 +1441,151 @@ msgstr ""
"UsuniÄcie reguÅy iptables \"%s\" z ÅaÅcucha \"%s\" w tablicy \"%s\" nie "
"powiodÅo siÄ: %s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
"Dodanie reguÅy iptables \"%s\" do ÅaÅcucha \"%s\" w tablicy \"%s\" nie "
"powiodÅo siÄ: %s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "nie można przeanalizowaÄ URI poÅÄ
czenia"
-#: src/libvirt.c:2041
-#, fuzzy
+#: src/libvirt.c:2048
msgid "cannot get working directory"
-msgstr "nie można utworzyÄ folderu dziennika %s"
+msgstr "nie można uzyskaÄ folderu roboczego"
-#: src/libvirt.c:2048 src/libvirt.c:2124
-#, fuzzy
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
-msgstr "nparams jest za duże"
+msgstr "Åcieżka jest za dÅuga"
-#: src/libvirt.c:2117
-#, fuzzy
+#: src/libvirt.c:2124
msgid "cannot get current directory"
-msgstr "nie można uzyskaÄ bieżÄ
cego czasu: %s"
+msgstr "nie można uzyskaÄ bieżÄ
cego folderu"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare nie ustawiÅo URI"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
msgid "domainMigratePrepare2 did not set uri"
msgstr "domainMigratePrepare2 nie ustawiÅo URI"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr "Åcieżka jest PUSTA"
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr "flagi muszÄ
byÄ zerem"
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr "bufor jest PUSTY"
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr "parametry flag muszÄ
byÄ VIR_MEMORY_VIRTUAL"
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr "bufor jest PUSTY, ale rozmiar nie wynosi zero"
#: src/lxc_container.c:124
-#, fuzzy
msgid "setsid failed"
-msgstr "setsid nie powiodÅo siÄ: %s"
+msgstr "setsid nie powiodÅo siÄ"
#: src/lxc_container.c:130
-#, fuzzy
msgid "ioctl(TIOCSTTY) failed"
-msgstr "ioctl(TIOCSTTY) nie powiodÅo siÄ: %s"
+msgstr "ioctl(TIOCSTTY) nie powiodÅo siÄ"
#: src/lxc_container.c:143
-#, fuzzy
msgid "dup2(stdin) failed"
-msgstr "dup2(stdin) nie powiodÅo siÄ: %s"
+msgstr "dup2(stdin) nie powiodÅo siÄ"
#: src/lxc_container.c:149
-#, fuzzy
msgid "dup2(stdout) failed"
-msgstr "dup2(stdout) nie powiodÅo siÄ: %s"
+msgstr "dup2(stdout) nie powiodÅo siÄ"
#: src/lxc_container.c:155
-#, fuzzy
msgid "dup2(stderr) failed"
-msgstr "dup2(stderr) nie powiodÅo siÄ: %s"
+msgstr "dup2(stderr) nie powiodÅo siÄ"
#: src/lxc_container.c:183
-#, fuzzy
msgid "unable to send container continue message"
-msgstr "nie można wysÅaÄ komunikatu kontynuacji kontenera: %s"
+msgstr "nie można wysÅaÄ komunikatu kontynuacji kontenera"
#: src/lxc_container.c:212
-#, fuzzy
msgid "Failed to read the container continue message"
-msgstr "Odczytanie komunikatu kontynuacji kontenera nie powiodÅo siÄ: %s"
+msgstr "Odczytanie komunikatu kontynuacji kontenera nie powiodÅo siÄ"
#: src/lxc_container.c:276
-#, fuzzy, c-format
+#, c-format
msgid "failed to bind new root %s"
-msgstr "dowiÄ
zanie nowego roota %s nie powiodÅo siÄ: %s"
+msgstr "dowiÄ
zanie nowego roota %s nie powiodÅo siÄ"
-#: src/lxc_container.c:289 src/lxc_container.c:395
-#, fuzzy, c-format
+#: src/lxc_container.c:288 src/lxc_container.c:395
+#, c-format
msgid "failed to create %s"
-msgstr "utworzenie \"%s\" nie powiodÅo siÄ"
+msgstr "utworzenie %s nie powiodÅo siÄ"
-#: src/lxc_container.c:299
-#, fuzzy, c-format
+#: src/lxc_container.c:298
+#, c-format
msgid "failed to pivot root %s to %s"
-msgstr "obrócenie roota %s na %s nie powiodÅo siÄ: %s"
+msgstr "obrócenie roota %s na %s nie powiodÅo siÄ"
#: src/lxc_container.c:333
-#, fuzzy
msgid "cannot create /dev/"
-msgstr "nie można utworzyÄ potoku: %s"
+msgstr "nie można utworzyÄ /dev/"
#: src/lxc_container.c:338
-#, fuzzy
msgid "failed to mount /dev tmpfs"
-msgstr "zamontowanie tmpfs /dev dla kontenera nie powiodÅo siÄ: %s"
+msgstr "zamontowanie tmpfs /dev nie powiodÅo siÄ"
#: src/lxc_container.c:349
-#, fuzzy
msgid "cannot create /dev/pts"
-msgstr "nie można utworzyÄ potoku: %s"
+msgstr "nie można utworzyÄ /dev/pts"
#: src/lxc_container.c:355
-#, fuzzy
msgid "failed to move /dev/pts into container"
-msgstr "przeniesienie /dev/pts dla kontenera nie powiodÅo siÄ: %s"
+msgstr "przeniesienie /dev/pts do kontenera nie powiodÅo siÄ"
#: src/lxc_container.c:365
-#, fuzzy, c-format
+#, c-format
msgid "failed to make device %s"
-msgstr "utworzenie urzÄ
dzenia %s nie powiodÅo siÄ: %s"
+msgstr "utworzenie urzÄ
dzenia %s nie powiodÅo siÄ"
#: src/lxc_container.c:403 src/lxc_container.c:510
-#, fuzzy, c-format
+#, c-format
msgid "failed to mount %s at %s"
-msgstr "odmontowanie %s nie powiodÅo siÄ: %s"
+msgstr "odmontowanie %s na %s nie powiodÅo siÄ"
#: src/lxc_container.c:426
-#, fuzzy
msgid "failed to read /proc/mounts"
-msgstr "odczytanie /proc/mounts nie powiodÅo siÄ: %s"
+msgstr "odczytanie /proc/mounts nie powiodÅo siÄ"
#: src/lxc_container.c:452
-#, fuzzy, c-format
+#, c-format
msgid "failed to unmount '%s'"
-msgstr "odmontowanie %s nie powiodÅo siÄ: %s"
+msgstr "odmontowanie \"%s\" nie powiodÅo siÄ"
#: src/lxc_container.c:477 src/lxc_container.c:520
-#, fuzzy
msgid "failed to mount /proc"
-msgstr "odmontowanie %s nie powiodÅo siÄ: %s"
+msgstr "zamontowanie /proc nie powiodÅo siÄ"
#: src/lxc_container.c:565
msgid "lxcChild() passed invalid vm definition"
msgstr "lxcChild() przekazaÅ nieprawidÅowÄ
definicjÄ maszyny wirtualnej"
#: src/lxc_container.c:575
-#, fuzzy, c-format
+#, c-format
msgid "failed to open %s"
-msgstr "otwarcie %s nie powiodÅo siÄ: %s"
+msgstr "otwarcie %s nie powiodÅo siÄ"
#: src/lxc_container.c:637
-#, fuzzy
msgid "failed to run clone container"
-msgstr "zamontowanie /proc dla kontenera nie powiodÅo siÄ: %s"
+msgstr "uruchomienie klona kontenera nie powiodÅo siÄ"
#: src/lxc_controller.c:85
#, c-format
@@ -1585,50 +1593,46 @@ msgid "Unable to create cgroup for %s\n"
msgstr "Nie można utworzyÄ cgroup dla %s\n"
#: src/lxc_controller.c:115
-#, fuzzy
msgid "Failed to set lxc resources"
-msgstr "Ustawienie zasobów LXC nie powiodÅo siÄ: %s\n"
+msgstr "Ustawienie zasobów LXC nie powiodÅo siÄ"
#: src/lxc_controller.c:141
-#, fuzzy, c-format
+#, c-format
msgid "failed to create server socket '%s'"
-msgstr "utworzenie gniazda serwera %s nie powiodÅo siÄ: %s"
+msgstr "utworzenie gniazda serwera \"%s\" nie powiodÅo siÄ"
#: src/lxc_controller.c:153
-#, fuzzy, c-format
+#, c-format
msgid "failed to bind server socket '%s'"
-msgstr "dowiÄ
zanie gniazda serwera %s nie powiodÅo siÄ: %s"
+msgstr "dowiÄ
zanie gniazda serwera \"%s\" nie powiodÅo siÄ"
#: src/lxc_controller.c:159
-#, fuzzy, c-format
+#, c-format
msgid "failed to listen server socket %s"
-msgstr "nasÅuchiwanie gniazda serwera %s nie powiodÅo siÄ: %s"
+msgstr "nasÅuchiwanie gniazda serwera %s nie powiodÅo siÄ"
#: src/lxc_controller.c:193
-#, fuzzy, c-format
+#, c-format
msgid "read of fd %d failed"
-msgstr "odczytanie fd %d nie powiodÅo siÄ: %s"
+msgstr "odczytanie fd %d nie powiodÅo siÄ"
#: src/lxc_controller.c:200
-#, fuzzy, c-format
+#, c-format
msgid "write to fd %d failed"
-msgstr "zapisanie fd %d nie powiodÅo siÄ: %s"
+msgstr "zapisanie fd %d nie powiodÅo siÄ"
#: src/lxc_controller.c:252
-#, fuzzy
msgid "epoll_create(2) failed"
-msgstr "epoll_create(2) nie powiodÅo siÄ: %s"
+msgstr "epoll_create(2) nie powiodÅo siÄ"
#: src/lxc_controller.c:262
-#, fuzzy
msgid "epoll_ctl(appPty) failed"
-msgstr "epoll_ctl(appPty) nie powiodÅo siÄ: %s"
+msgstr "epoll_ctl(appPty) nie powiodÅo siÄ"
#: src/lxc_controller.c:268 src/lxc_controller.c:276 src/lxc_controller.c:284
#: src/lxc_controller.c:304 src/lxc_controller.c:310
-#, fuzzy
msgid "epoll_ctl(contPty) failed"
-msgstr "epoll_ctl(contPty) nie powiodÅo siÄ: %s"
+msgstr "epoll_ctl(contPty) nie powiodÅo siÄ"
#: src/lxc_controller.c:327
#, c-format
@@ -1636,9 +1640,8 @@ msgid "error event %d"
msgstr "zdarzenie bÅÄdu %d"
#: src/lxc_controller.c:348
-#, fuzzy
msgid "epoll_wait() failed"
-msgstr "epoll_wait() nie powiodÅo siÄ: %s"
+msgstr "epoll_wait() nie powiodÅo siÄ"
#: src/lxc_controller.c:398
#, c-format
@@ -1651,34 +1654,29 @@ msgid "failed to delete veth: %s"
msgstr "usuniÄcie veth nie powiodÅo siÄ: %s"
#: src/lxc_controller.c:446
-#, fuzzy
msgid "sockpair failed"
-msgstr "sockpair nie powiodÅo siÄ: %s"
+msgstr "sockpair nie powiodÅo siÄ"
#: src/lxc_controller.c:454 src/lxc_driver.c:864
-#, fuzzy
msgid "failed to allocate tty"
-msgstr "przydzielenie TTY nie powiodÅo siÄ: %s"
+msgstr "przydzielenie TTY nie powiodÅo siÄ"
#: src/lxc_controller.c:622
-#, fuzzy, c-format
+#, c-format
msgid "Unable to write pid file '%s/%s.pid'"
-msgstr "Nie można zapisaÄ pliku PID: %s\n"
+msgstr "Nie można zapisaÄ pliku PID \"%s/%s.pid\""
#: src/lxc_controller.c:636
-#, fuzzy
msgid "Unable to change to root dir"
-msgstr "Nie można zmieniÄ na folder roota: %s\n"
+msgstr "Nie można zmieniÄ na folder roota"
#: src/lxc_controller.c:642
-#, fuzzy
msgid "Unable to become session leader"
-msgstr "Nie można przeÅÄ
czyÄ na przywódcÄ sesji: %s\n"
+msgstr "Nie można przeÅÄ
czyÄ na przywódcÄ sesji"
#: src/lxc_controller.c:650
-#, fuzzy
msgid "Failed connection from LXC driver"
-msgstr "PoÅÄ
czenie ze sterownika LXC nie powiodÅo siÄ: %s\n"
+msgstr "PoÅÄ
czenie ze sterownika LXC nie powiodÅo siÄ"
#: src/lxc_driver.c:288 src/lxc_driver.c:969 src/lxc_driver.c:1008
msgid "System lacks NETNS support"
@@ -1688,28 +1686,28 @@ msgstr "W systemie brak obsÅugi NETNS"
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr "brak domeny pasujÄ
cej do UUID"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr "nie można usunÄ
Ä aktywnej domeny"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
msgid "cannot undefine transient domain"
msgstr "nie można usunÄ
Ä okreÅlenia domeny przejÅciowej"
#: src/lxc_driver.c:475
-#, fuzzy, c-format
+#, c-format
msgid "waitpid failed to wait for container %d: %d"
-msgstr "oczekiwanie waitpid na kontener %d nie powiodÅo siÄ: %d %s"
+msgstr "oczekiwanie waitpid na kontener %d nie powiodÅo siÄ: %d"
#: src/lxc_driver.c:557
msgid "failed to get bridge for interface"
@@ -1725,24 +1723,21 @@ msgid "failed to allocate veth names"
msgstr "przydzielenie nazw veth nie powiodÅo siÄ"
#: src/lxc_driver.c:587
-#, fuzzy, c-format
+#, c-format
msgid "failed to add %s device to %s"
-msgstr "dodanie urzÄ
dzenia %s do %s nie powiodÅo siÄ: %s"
+msgstr "dodanie urzÄ
dzenia %s do %s nie powiodÅo siÄ"
#: src/lxc_driver.c:594
-#, fuzzy
msgid "failed to enable parent ns veth device"
-msgstr "wÅÄ
czenie nadrzÄdnego urzÄ
dzenia ns veth nie powiodÅo siÄ: %d"
+msgstr "wÅÄ
czenie nadrzÄdnego urzÄ
dzenia ns veth nie powiodÅo siÄ"
#: src/lxc_driver.c:624
-#, fuzzy
msgid "failed to create client socket"
-msgstr "utworzenie gniazda klienta nie powiodÅo siÄ: %s"
+msgstr "utworzenie gniazda klienta nie powiodÅo siÄ"
#: src/lxc_driver.c:634
-#, fuzzy
msgid "failed to connect to client socket"
-msgstr "poÅÄ
czenie siÄ z gniazdem klienta nie powiodÅo siÄ: %s"
+msgstr "poÅÄ
czenie siÄ z gniazdem klienta nie powiodÅo siÄ"
#: src/lxc_driver.c:659
#, c-format
@@ -1750,14 +1745,14 @@ msgid "invalid PID %d for container"
msgstr "nieprawidÅowy PID %d dla kontenera"
#: src/lxc_driver.c:666
-#, fuzzy, c-format
+#, c-format
msgid "failed to kill pid %d"
-msgstr "zniszczenie PID %d nie powiodÅo siÄ: %s"
+msgstr "zniszczenie PID %d nie powiodÅo siÄ"
-#: src/lxc_driver.c:795 src/util.c:605
-#, fuzzy, c-format
+#: src/lxc_driver.c:795 src/util.c:628
+#, c-format
msgid "cannot wait for '%s'"
-msgstr "nie można oczekiwaÄ na \"%s\": %s"
+msgstr "nie można oczekiwaÄ na \"%s\""
#: src/lxc_driver.c:802
#, c-format
@@ -1765,19 +1760,19 @@ msgid "container '%s' unexpectedly shutdown during startup"
msgstr "kontener \"%s\" zostaÅ nieoczekiwanie wyÅÄ
czony podczas uruchamiania"
#: src/lxc_driver.c:850
-#, fuzzy, c-format
+#, c-format
msgid "cannot create log directory '%s'"
-msgstr "nie można utworzyÄ folderu dziennika %s"
+msgstr "nie można utworzyÄ folderu dziennika \"%s\""
#: src/lxc_driver.c:887
-#, fuzzy, c-format
+#, c-format
msgid "failed to open '%s'"
-msgstr "otwarcie %s nie powiodÅo siÄ: %s"
+msgstr "otwarcie \"%s\" nie powiodÅo siÄ"
#: src/lxc_driver.c:907
-#, fuzzy, c-format
+#, c-format
msgid "Failed to read pid file %s/%s.pid"
-msgstr "Odczytanie pliku PID %s/%s.pid nie powiodÅo siÄ: %s"
+msgstr "Odczytanie pliku PID %s/%s.pid nie powiodÅo siÄ"
#: src/lxc_driver.c:963
#, c-format
@@ -1789,254 +1784,517 @@ msgstr "brak domeny o nazwie %s"
msgid "no domain with id %d"
msgstr "brak domeny o identyfikatorze %d"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, c-format
msgid "Unknown release: %s"
msgstr "Nieznane wydanie: %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, c-format
msgid "No such domain %s"
msgstr "Brak domeny %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, c-format
msgid "Invalid parameter `%s'"
msgstr "NieprawidÅowy parametr `%s'"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
msgid "Invalid parameter count"
msgstr "NieprawidÅowy licznik parametrów"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, c-format
msgid "cannot parse MAC address '%s'"
msgstr "nie można przeanalizowaÄ adresu MAC \"%s\""
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr "nie można użyÄ nazwy adresu \"%s\""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr "nie można przeanalizowaÄ adresu IP \"%s\""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr "nie można przeanalizowaÄ maski sieci \"%s\""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr "ZażÄ
dano przekazywania, ale nie podano adresu/maski sieciowej IPv4"
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, c-format
msgid "unknown forwarding type '%s'"
msgstr "nieznany typ przekierowywania \"%s\""
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
"Nazwa pliku konfiguracji sieci \"%s\" nie zgadza siÄ z nazwÄ
sieci \"%s\""
-#: src/network_conf.c:823
-#, fuzzy, c-format
+#: src/network_conf.c:831
+#, c-format
msgid "cannot remove config file '%s'"
-msgstr "nie można usunÄ
Ä konfiguracji dla %s"
+msgstr "nie można usunÄ
Ä konfiguracji \"%s\""
+
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domena \"%s\" jest już okreÅlona"
-#: src/network_driver.c:182
+#: src/network_driver.c:177
#, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Automatyczne uruchomienie sieci \"%s\" nie powiodÅo siÄ: %s\n"
-#: src/network_driver.c:250
-#, fuzzy
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
-msgstr "nie można zainicjowaÄ obsÅugi mostka: %s"
+msgstr "nie można zainicjowaÄ obsÅugi mostka"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
msgid "networkStartup: out of memory\n"
msgstr "networkStartup: brak pamiÄci\n"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr "Ponowne wczytywanie reguÅ iptables\n"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr "nie można uruchomiÄ demona DHCP bez adresu IP serwera"
-#: src/network_driver.c:527 src/network_driver.c:533
-#, fuzzy, c-format
+#: src/network_driver.c:522 src/network_driver.c:528
+#, c-format
msgid "cannot create directory %s"
-msgstr "nie można utworzyÄ folderu dziennika %s"
+msgstr "nie można utworzyÄ folderu %s"
-#: src/network_driver.c:586
-#, fuzzy, c-format
+#: src/network_driver.c:581
+#, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr ""
"dodanie reguÅy iptables pozwalajÄ
cej na przekazywanie z \"%s\" nie powiodÅo "
-"siÄ: %s\n"
+"siÄ"
-#: src/network_driver.c:597
-#, fuzzy, c-format
+#: src/network_driver.c:592
+#, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr ""
"dodanie reguÅy iptables pozwalajÄ
cej na przekazywanie do \"%s\" nie powiodÅo "
-"siÄ: %s\n"
+"siÄ"
-#: src/network_driver.c:607
-#, fuzzy, c-format
+#: src/network_driver.c:602
+#, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
-msgstr "dodanie reguÅy iptables wÅÄ
czajÄ
cej maskaradÄ nie powiodÅo siÄ: %s\n"
+msgstr ""
+"dodanie reguÅy iptables wÅÄ
czajÄ
cej maskaradÄ na \"%s\" nie powiodÅo siÄ\n"
-#: src/network_driver.c:639
-#, fuzzy, c-format
+#: src/network_driver.c:634
+#, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr ""
-"dodanie reguÅy iptables pozwalajÄ
cej na routowanie z \"%s\" nie powiodÅo "
-"siÄ: %s\n"
+"dodanie reguÅy iptables pozwalajÄ
cej na trasowanie z \"%s\" nie powiodÅo siÄ"
-#: src/network_driver.c:650
-#, fuzzy, c-format
+#: src/network_driver.c:645
+#, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr ""
-"dodanie reguÅy iptables pozwalajÄ
cej na routowanie do \"%s\" nie powiodÅo "
-"siÄ: %s\n"
+"dodanie reguÅy iptables pozwalajÄ
cej na trasowanie do \"%s\" nie powiodÅo siÄ"
-#: src/network_driver.c:676 src/network_driver.c:683
-#, fuzzy, c-format
+#: src/network_driver.c:671 src/network_driver.c:678
+#, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr ""
"dodanie reguÅy iptables pozwalajÄ
cej na żÄ
dania DHCP z \"%s\" nie powiodÅo "
-"siÄ: %s"
+"siÄ"
-#: src/network_driver.c:691 src/network_driver.c:698
-#, fuzzy, c-format
+#: src/network_driver.c:686 src/network_driver.c:693
+#, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr ""
-"dodanie reguÅy iptables pozwalajÄ
cej na żÄ
dania DNS z \"%s\" nie powiodÅo "
-"siÄ: %s"
+"dodanie reguÅy iptables pozwalajÄ
cej na żÄ
dania DNS z \"%s\" nie powiodÅo siÄ"
-#: src/network_driver.c:708
-#, fuzzy, c-format
+#: src/network_driver.c:703
+#, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr ""
-"dodanie reguÅy iptables blokujÄ
cej ruch wychodzÄ
cy z \"%s\" nie powiodÅo "
-"siÄ: %s"
+"dodanie reguÅy iptables blokujÄ
cej ruch wychodzÄ
cy z \"%s\" nie powiodÅo siÄ"
-#: src/network_driver.c:715
-#, fuzzy, c-format
+#: src/network_driver.c:710
+#, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr ""
"dodanie reguÅy iptables blokujÄ
cej ruch przychodzÄ
cy do \"%s\" nie powiodÅo "
-"siÄ: %s"
+"siÄ"
-#: src/network_driver.c:723
-#, fuzzy, c-format
+#: src/network_driver.c:718
+#, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr ""
"dodanie reguÅy iptables pozwalajÄ
cej na ruch miÄdzy mostkami na \"%s\" nie "
-"powiodÅo siÄ: %s"
+"powiodÅo siÄ"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "sieÄ jest już aktywna"
-#: src/network_driver.c:839
-#, fuzzy, c-format
+#: src/network_driver.c:812
+#, c-format
msgid "cannot create bridge '%s'"
-msgstr "nie można utworzyÄ mostka \"%s\": %s"
+msgstr "nie można utworzyÄ mostka \"%s\""
-#: src/network_driver.c:853
-#, fuzzy, c-format
+#: src/network_driver.c:826
+#, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
-msgstr "nie można ustawiÄ adresu IP na mostku \"%s\" na \"%s\": %s"
+msgstr "nie można ustawiÄ adresu IP na mostku \"%s\" na \"%s\""
-#: src/network_driver.c:861
-#, fuzzy, c-format
+#: src/network_driver.c:834
+#, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
-msgstr "nie można ustawiÄ maski sieciowej na mostku \"%s\" na \"%s\": %s"
+msgstr "nie można ustawiÄ maski sieciowej na mostku \"%s\" na \"%s\""
-#: src/network_driver.c:869
-#, fuzzy, c-format
+#: src/network_driver.c:842
+#, c-format
msgid "failed to bring the bridge '%s' up"
-msgstr "podniesienie mostku \"%s\" nie powiodÅo siÄ: %s"
+msgstr "podniesienie mostku \"%s\" nie powiodÅo siÄ"
-#: src/network_driver.c:880
-#, fuzzy
+#: src/network_driver.c:853
msgid "failed to enable IP forwarding"
-msgstr "wÅÄ
czenie przekazywania IP nie powiodÅo siÄ: %s"
+msgstr "wÅÄ
czenie przekazywania IP nie powiodÅo siÄ"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Opuszczanie mostku \"%s\" nie powiodÅo siÄ: %s\n"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "UsuniÄcie mostku \"%s\" nie powiodÅo siÄ: %s\n"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, c-format
msgid "Shutting down network '%s'\n"
msgstr "WyÅÄ
czanie sieci \"%s\"\n"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr "brak sieci pasujÄ
cej do UUID"
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr "brak sieci pasujÄ
cej do nazwy"
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
msgid "network is still active"
msgstr "sieÄ jest ciÄ
gle aktywna"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr "brak sieci pasujÄ
cej do identyfikatora"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, c-format
msgid "network '%s' does not have a bridge name."
msgstr "sieÄ \"%s\" nie posiada nazwy mostka."
-#: src/network_driver.c:1392
-#, fuzzy, c-format
+#: src/network_driver.c:1376
+#, c-format
msgid "cannot create autostart directory '%s'"
-msgstr "nie można utworzyÄ folderu automatycznego uruchamiania %s: %s"
+msgstr "nie można utworzyÄ folderu automatycznego uruchamiania \"%s\""
-#: src/network_driver.c:1399 src/storage_driver.c:941
-#, fuzzy, c-format
+#: src/network_driver.c:1383 src/storage_driver.c:943
+#, c-format
msgid "Failed to create symlink '%s' to '%s'"
-msgstr ""
-"Utworzenie dowiÄ
zania symbolicznego \"%s\" do \"%s\" nie powiodÅo siÄ: %s"
+msgstr "Utworzenie dowiÄ
zania symbolicznego \"%s\" do \"%s\" nie powiodÅo siÄ"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
-#, fuzzy, c-format
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
+#, c-format
msgid "Failed to delete symlink '%s'"
-msgstr "UsuniÄcie dowiÄ
zania symbolicznego \"%s\" nie powiodÅo siÄ: %s"
+msgstr "UsuniÄcie dowiÄ
zania symbolicznego \"%s\" nie powiodÅo siÄ"
#: src/node_device.c:125 src/node_device.c:150 src/node_device.c:175
#: src/node_device.c:204 src/node_device.c:234
msgid "no node device with matching name"
msgstr "brak urzÄ
dzenia wÄzÅa pasujÄ
cego do nazwy"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
-#, fuzzy, c-format
+#: src/node_device_conf.c:436
+#, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "nie podano Åcieżki do urzÄ
dzenia blokowego dla \"%s\""
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr "bÅÄ
d podczas analizowania możliwoÅci pamiÄci masowej dla \"%s\""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "brak typu możliwoÅci pamiÄci masowej dla \"%s\""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr "nie podano rozmiaru noÅnika wymiennego dla \"%s\""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr "podano nieprawidÅowy rozmiar noÅnika wymiennego dla \"%s\""
+
+#: src/node_device_conf.c:489
+#, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "nieznany typ możliwoÅci pamiÄci masowej \"%s\" dla \"%s\""
+
+#: src/node_device_conf.c:501
+#, c-format
+msgid "no size supplied for '%s'"
+msgstr "nie podano rozmiaru \"%s\""
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "podano nieprawidÅowy rozmiar \"%s\""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr "nie podano identyfikatora hosta SCSI dla \"%s\""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr "podano nieprawidÅowy identyfikator hosta SCSI dla \"%s\""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr "nie podano identyfikatora magistrali SCSI dla \"%s\""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr "podano nieprawidÅowy identyfikator magistrali SCSI dla \"%s\""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr "nie podano identyfikatora docelowego SCSI dla \"%s\""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr "podano nieprawidÅowy identyfikator docelowy SCSI dla \"%s\""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr "nie podano identyfikatora LUN SCSI dla \"%s\""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr "nieprawidÅowy identyfikator LUN SCSI dla \"%s\""
+
+#: src/node_device_conf.c:601
+#, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "nie podano interfejsu sieciowego dla \"%s\""
+
+#: src/node_device_conf.c:616
+#, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "podano nieprawidÅowy typ sieci dla \"%s\""
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr "nie podano numeru interfejsu USB dla \"%s\""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "podano nieprawidÅowy numer interfejsu USB dla \"%s\""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr "nie podano klasy interfejsu USB dla \"%s\""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "podano nieprawidÅowÄ
klasÄ interfejsu USB dla \"%s\""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr "nie podano podklasy interfejsu USB dla \"%s\""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "podano nieprawidÅowÄ
podklasÄ interfejsu USB dla \"%s\""
+
+#: src/node_device_conf.c:662
+#, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "nie podano protokoÅu interfejsu USB dla \"%s\""
+
+#: src/node_device_conf.c:663
+#, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "podano nieprawidÅowy protokóŠinterfejsu USB dla \"%s\""
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr "nie podano numeru magistrali USB dla \"%s\""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr "podano nieprawidÅowy numer magistrali USB dla \"%s\""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr "nie podano numeru urzÄ
dzenia USB dla \"%s\""
+
+#: src/node_device_conf.c:720
+#, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "podano nieprawidÅowy numer urzÄ
dzenia USB dla \"%s\""
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr "nie podano identyfikatora producenta USB dla \"%s\""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr "podano nieprawidÅowy identyfikator producenta USB dla \"%s\""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr "nie podano identyfikatora produktu USB dla \"%s\""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr "podano nieprawidÅowy identyfikator produktu USB dla \"%s\""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr "nie podano identyfikatora domeny PCI dla \"%s\""
+
+#: src/node_device_conf.c:760
+#, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "podano nieprawidÅowy identyfikator domeny PCI dla \"%s\""
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr "nie podano identyfikatora magistrali PCI dla \"%s\""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "podano nieprawidÅowy identyfikator magistrali PCI dla \"%s\""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr "nie podano identyfikatora gniazda PCI dla \"%s\""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "podano nieprawidÅowy identyfikator gniazda PCI dla \"%s\""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr "nie podano identyfikatora funkcji PCI dla \"%s\""
+
+#: src/node_device_conf.c:778
+#, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "podano nieprawidÅowy identyfikator funkcji PCI dla \"%s\""
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr "nie podano identyfikatora producenta PCI dla \"%s\""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr "podano nieprawidÅowy identyfikator producenta PCI dla \"%s\""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr "nie podano identyfikatora produktu PCI dla \"%s\""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr "podano nieprawidÅowy identyfikator produktu PCI dla \"%s\""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr "nie podano UUID systemu dla \"%s\""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "bÅÄdnie sformatowany element UUID dla \"%s\""
+
+#: src/node_device_conf.c:865
+msgid "missing capability type"
+msgstr "brak typu możliwoÅci"
+
+#: src/node_device_conf.c:871
+#, c-format
+msgid "unknown capability type '%s'"
+msgstr "nieznany typ możliwoÅci \"%s\""
+
+#: src/node_device_conf.c:905
+#, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "nieznany typ możliwoÅci \"%d\" dla \"%s\""
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr "brak możliwoÅci urzÄ
dzenia \"%s\""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
+#, c-format
msgid "cannot open %s"
-msgstr "nie można otworzyÄ %s: %s"
+msgstr "nie można otworzyÄ %s"
#: src/openvz_conf.c:131
msgid "Cound not extract vzctl version"
@@ -2182,7 +2440,7 @@ msgstr "domena nie jest wyÅÄ
czona"
msgid "Could not read container config"
msgstr "Nie można odczytaÄ konfiguracji kontenera"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr "nieznany typ \"%s\""
@@ -2196,6 +2454,71 @@ msgstr "Wirtualne procesory powinny wynosiÄ >= 1"
msgid "Could not parse VPS ID %s"
msgstr "Nie można przeanalizowaÄ identyfikatora VPS %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Otwarcie pliku PID \"%s\" nie powiodÅo siÄ: %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Odczytanie z sygnaÅu potoku nie powiodÅo siÄ: %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Zapisanie do pliku PID \"%s\" nie powiodÅo siÄ: %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Otwarcie pliku PID \"%s\" nie powiodÅo siÄ: %s"
+
+#: src/pci.c:612
+#, fuzzy, c-format
+msgid "No PCI reset capability available for %s"
+msgstr "brak możliwoÅci urzÄ
dzenia \"%s\""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operacja nie powiodÅa siÄ: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "dodanie urzÄ
dzenia %s do %s nie powiodÅo siÄ"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Policzenie urzÄ
dzeÅ wÄzÅów nie powiodÅo siÄ"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "dodanie urzÄ
dzenia %s do %s nie powiodÅo siÄ"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Utworzenie woluminu z %s nie powiodÅo siÄ"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Znalezienie rekordu użytkownika dla UID \"%d\" nie powiodÅo siÄ"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Utworzenie puli z %s nie powiodÅo siÄ"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2207,14 +2530,12 @@ msgid "Failed to write to socket %d\n"
msgstr "Zapisanie do gniazda nie powiodÅo siÄ %d\n"
#: src/proxy_internal.c:390
-#, fuzzy
msgid "failed to write proxy request"
-msgstr "Nie powiodÅo siÄ zapisanie "
+msgstr "zapisanie żÄ
dania poÅrednika nie powiodÅo siÄ"
#: src/proxy_internal.c:401 src/proxy_internal.c:424
-#, fuzzy
msgid "failed to read proxy reply"
-msgstr "Nie powiodÅo siÄ odczytanie "
+msgstr "odczytanie odpowiedzi poÅrednika nie powiodÅo siÄ"
#: src/proxy_internal.c:406 src/proxy_internal.c:429 src/proxy_internal.c:447
#, c-format
@@ -2240,411 +2561,423 @@ msgstr "BÅÄ
d komunikacji z poÅrednikiem: niesformowany pakiet\n"
msgid "got asynchronous packet number %d\n"
msgstr "uzyskano niesynchroniczny pakiet o numerze %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "Nieoczekiwany stan wyjÅcia z QEMU %d, PID %lu"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
"Nieoczekiwany stan wyjÅcia \"%d\", QEMU prawdopodobnie siÄ nie powiodÅo"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Nie można znaleÅºÄ pliku binarnego QEMU %s: %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "Nie znaleziono sieci \"%s\""
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr "Typ sieci %d jest nieobsÅugiwany"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr "nie można zainicjowaÄ obsÅugi mostka: %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
"Dodanie interfejsu TAP do mostka nie powiodÅo siÄ. %s nie jest urzÄ
dzeniem "
"mostka"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Dodanie interfejsu TAP \"%s\" do mostka \"%s\" nie powiodÅo siÄ: %s"
-#: src/qemu_conf.c:748
-#, fuzzy
+#: src/qemu_conf.c:757
msgid "TCP migration is not supported with this QEMU binary"
-msgstr "\"migrate\" jest nieobsÅugiwane przez to QEMU"
+msgstr "Migracja TCP jest nieobsÅugiwana przez ten plik binarny QEMU"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
-#, fuzzy
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
-msgstr "\"migrate\" jest nieobsÅugiwane przez to QEMU"
+msgstr ""
+"Migracja standardowego wejÅcia jest nieobsÅugiwana przez ten plik "
+"wykonywalny QEMU"
-#: src/qemu_conf.c:972
-#, fuzzy, c-format
+#: src/qemu_conf.c:981
+#, c-format
msgid "unsupported driver name '%s' for disk '%s'"
-msgstr "NieobsÅugiwane mapowanie nazwy dysku dla magistrali \"%s\""
+msgstr "nieobsÅugiwana nazwa sterownika \"%s\" dla dysku \"%s\""
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "nieobsÅugiwany typ dysku USB dla \"%s\""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr "NieobsÅugiwany typ dysku \"%s\""
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "nieprawidÅowy model dźwiÄku"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
msgid "invalid domain state"
msgstr "nieprawidÅowy stan domeny"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
msgid "invalid pid"
msgstr "nieprawidÅowy PID"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr "brak Åcieżki do monitora"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
msgid "no domain config"
msgstr "brak konfiguracji domeny"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-"Ustawienie flagi deskryptora pliku \"close-on-exec\" nie powiodÅo siÄ\n"
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "Ustawienie nieblokujÄ
cej flagi deskryptora pliku nie powiodÅo siÄ\n"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
-#, fuzzy, c-format
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
+#, c-format
msgid "failed to create logfile %s"
-msgstr "utworzenie pliku dziennika %s nie powiodÅo siÄ: %s"
+msgstr "utworzenie pliku dziennika %s nie powiodÅo siÄ"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
-#, fuzzy
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-"Nie można ustawiÄ flagi pliku dziennika maszyny wirtualnej close-on-exec %s"
+"Nie można ustawiÄ flagi pliku dziennika maszyny wirtualnej close-on-exec"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "zbudowanie nazwy pliku dziennika %s/%s.log nie powiodÅo siÄ"
-#: src/qemu_driver.c:211
+#: src/qemu_driver.c:194
#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "utworzenie pliku dziennika %s nie powiodÅo siÄ: %s"
+msgid "Unable to seek to %lld in %s"
+msgstr "Nie można przejÅÄ do %lld w %s"
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr ""
-"Nie można ustawiÄ flagi pliku dziennika maszyny wirtualnej close-on-exec %s"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
-msgstr "Nie można otworzyÄ %s: %s\n"
-
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr ""
"Automatyczne uruchomienie maszyny wirtualnej \"%s\" nie powiodÅo siÄ: %s\n"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, c-format
msgid "Failed to unlink status file %s"
msgstr "UsuniÄcie dowiÄ
zania do pliku stanu %s nie powiodÅo siÄ"
-#: src/qemu_driver.c:339
-#, fuzzy, c-format
+#: src/qemu_driver.c:309
+#, c-format
msgid "Failed to read domain status for %s\n"
-msgstr "Utworzenie domeny z %s nie powiodÅo siÄ"
+msgstr "Odczytanie stanu domeny dla %s nie powiodÅo siÄ\n"
-#: src/qemu_driver.c:349
-#, fuzzy, c-format
+#: src/qemu_driver.c:319
+#, c-format
msgid "Failed to parse domain status for %s\n"
-msgstr "Zapisanie domeny %s do %s nie powiodÅo siÄ"
+msgstr "Przeanalizowanie stanu domeny dla %s nie powiodÅo siÄ\n"
-#: src/qemu_driver.c:355
-#, fuzzy, c-format
+#: src/qemu_driver.c:325
+#, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
-msgstr "Utworzenie folderu monitorowania %s nie powiodÅo siÄ: %s"
+msgstr "Ponowne poÅÄ
czenie monitora dla %s nie powiodÅo siÄ: %d\n"
+
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "nie można uzyskaÄ obecnego czasu"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "Przeanalizowanie trybu \"%s\" nie powiodÅo siÄ"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Przeanalizowanie trybu \"%s\" nie powiodÅo siÄ"
+
+#: src/qemu_driver.c:476
#, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "Utworzenie folderu stanu \"%s\" nie powiodÅo siÄ: %s\n"
-#: src/qemu_driver.c:497
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup: brak pamiÄci\n"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr "Odczytanie wyjÅcia uruchamiania %s nie powiodÅo siÄ"
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr "Przekroczono czas podczas odczytywania wyjÅcia uruchamiania %s"
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr "Brak przestrzeni podczas odczytywania wyjÅcia uruchamiania %s"
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr "Brak przestrzeni podczas odczytywania wyjÅcia dziennika %s"
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr "Odczytanie wyjÅcia dziennika %s nie powiodÅo siÄ"
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr "Przekroczono czas podczas odczytywania wyjÅcia dziennika %s"
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr "Nie można otworzyÄ Åcieżki do monitora %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr "Nie można ustawiÄ flagi monitora close-on-exec"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr "Nie można umieÅciÄ monitora w trybie nie blokowania"
-#: src/qemu_driver.c:880
-#, fuzzy, c-format
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
+#, c-format
msgid "Unable to close logfile: %s\n"
-msgstr "Nie można zamknÄ
Ä pliku dziennika %d: %s\n"
+msgstr "Nie można zamknÄ
Ä pliku dziennika: %s\n"
-#: src/qemu_driver.c:891
-#, fuzzy, c-format
+#: src/qemu_driver.c:969
+#, c-format
msgid "unable to start guest: %s"
-msgstr "nie można ustawiÄ atrybutów TTY: %s\n"
+msgstr "nie można uruchomiÄ goÅcia: %s"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
"nie można uruchomiÄ polecenia monitora, aby przechwyciÄ informacji o wÄ
tkach "
"procesora"
-#: src/qemu_driver.c:1025
-#, fuzzy
+#: src/qemu_driver.c:1103
msgid "failed to set CPU affinity"
-msgstr "ustawienie pokrewieÅstwa procesora %s nie powiodÅo siÄ"
+msgstr "ustawienie pokrewieÅstwa procesora nie powiodÅo siÄ"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr "operacja wznowienia nie powiodÅa siÄ"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
-msgstr ""
+msgstr "ustawienie hasÅa VNC nie powiodÅo siÄ"
+
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "nie można uzyskaÄ obecnego czasu"
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "Maszyna wirtualna jest już aktywna"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr "Nie można znaleÅºÄ nieużywanego portu VNC"
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr "nie można utworzyÄ folderu dziennika %s"
-#: src/qemu_driver.c:1176
-#, fuzzy, c-format
+#: src/qemu_driver.c:1367
+#, c-format
msgid "Cannot find QEMU binary %s"
-msgstr "Nie można znaleÅºÄ pliku binarnego QEMU %s: %s"
+msgstr "Nie można znaleÅºÄ pliku binarnego QEMU %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Nie można ustaliÄ skÅadni argv QEMU %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
-msgstr "Nie można zapisaÄ envv do pliku dziennika %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
+msgstr "Nie można zapisaÄ envv do pliku dziennika: %s\n"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
-msgstr "Nie można zapisaÄ argv do pliku dziennika %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
+msgstr "Nie można zapisaÄ argv do pliku dziennika: %s\n"
-#: src/qemu_driver.c:1225
-#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
-msgstr "Nie można zapisaÄ envv do pliku dziennika %d: %s\n"
+#: src/qemu_driver.c:1419
+#, c-format
+msgid "Unable to seek to end of logfile: %s\n"
+msgstr "Nie można przejÅÄ do koÅca pliku dziennika: %s\n"
-#: src/qemu_driver.c:1251
-#, fuzzy, c-format
+#: src/qemu_driver.c:1447
+#, c-format
msgid "Domain %s didn't show up\n"
-msgstr "Domena %s jest wyÅÄ
czana\n"
+msgstr "Domena %s nie pokazaÅa siÄ\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
-msgstr ""
+msgstr "Nie można utworzyÄ demona procesu QEMU"
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr "WyÅÄ
czanie maszyny wirtualnej \"%s\"\n"
-#: src/qemu_driver.c:1303
-#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
-msgstr "DowiÄ
zanie gniazda do \"%s\" nie powiodÅo siÄ: %s"
+#: src/qemu_driver.c:1503
+#, c-format
+msgid "Failed to send SIGTERM to %s (%d)"
+msgstr "WysÅanie SIGTERM do %s (%d) nie powiodÅo siÄ"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "Nie można zamknÄ
Ä pliku dziennika %d: %s\n"
+msgid "Failed to remove domain status for %s"
+msgstr "UsuniÄcie stanu domeny dla %s nie powiodÅo siÄ"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
-msgstr ""
+msgstr "nieobsÅużone zdarzenie fd %d dla %s"
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "Nie można zapisaÄ danych konsoli maszyny wirtualnej w dzienniku: %s\n"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, c-format
-msgid "Unable to open %s: %s\n"
-msgstr "Nie można otworzyÄ %s: %s\n"
+msgid "Unable to open %s"
+msgstr "Nie można otworzyÄ %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr "NUMA jest nieobsÅugiwane na tym hoÅcie"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr "Odpytanie wolnej pamiÄci NUMA nie powiodÅo siÄ"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+msgid "failed to determine host name"
+msgstr "ustalenie nazwy hosta nie powiodÅo siÄ"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, c-format
msgid "domain '%s' is already defined"
msgstr "domena \"%s\" jest już okreÅlona"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domena o UUID \"%s\" jest już okreÅlona"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "brak domeny pasujÄ
cej do identyfikatora %d"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
-msgstr "Domena nie jest uruchomiona"
+msgstr "domena nie jest uruchomiona"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr "operacja uÅpienia nie powiodÅa siÄ"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr "operacja wyÅÄ
czenia nie powiodÅa siÄ"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "brak domeny pasujÄ
cej do UUID \"%s\""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr "nie można ustawiÄ maksymalnej pamiÄci poniżej obecnej pamiÄci"
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr "nie można ustawiÄ pamiÄci aktywnej domeny"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr "nie można ustawiÄ pamiÄci powyżej maksymalnej pamiÄci"
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr "uzyskanie XML-a domeny nie powiodÅo siÄ"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr "utworzenie \"%s\" nie powiodÅo siÄ"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
msgstr "zapisanie nagÅówka nie powiodÅo siÄ"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr "zapisanie XML-a nie powiodÅo siÄ"
-#: src/qemu_driver.c:2433
-#, fuzzy, c-format
+#: src/qemu_driver.c:2655
+#, c-format
msgid "unable to save file %s"
-msgstr "nie można zapisaÄ pliku %s %s"
-
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "brak pamiÄci"
+msgstr "nie można zapisaÄ pliku %s"
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr "operacja migracji nie powiodÅa siÄ"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr "\"migrate\" jest nieobsÅugiwane przez to QEMU"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr "nie można zmieniÄ licznika wirtualnych procesorów aktywnej domeny"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
-msgstr "nie można okreÅliÄ maksymalnych wirtualnych procesorów dla domeny"
+msgstr "nie można ustaliÄ maksymalnych wirtualnych procesorów dla domeny"
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
@@ -2652,96 +2985,109 @@ msgstr ""
"żÄ
dane procesory wirtualne sÄ
wiÄksze od maksymalnych dostÄpnych wirtualnych "
"procesorów dla domeny: %d > %d"
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
msgid "cannot pin vcpus on an inactive domain"
msgstr "nie można przypiÄ
Ä wirtualnych procesorów do nieaktywnej domeny"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "numer wirtualnego procesora jest poza zakresem %d > %d"
-#: src/qemu_driver.c:2596
-#, fuzzy
+#: src/qemu_driver.c:2816
msgid "cannot set affinity"
-msgstr "nie można ustawiÄ pokrewieÅstwa: %s"
+msgstr "nie można ustawiÄ pokrewieÅstwa"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr "pokrewieÅstwo procesora jest nieobsÅugiwane"
-#: src/qemu_driver.c:2665
-#, fuzzy
+#: src/qemu_driver.c:2885
msgid "cannot get affinity"
-msgstr "nie można uzyskaÄ pokrewieÅstwa: %s"
+msgstr "nie można uzyskaÄ pokrewieÅstwa"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr "pokrewieÅstwo procesora jest niedostÄpne"
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "nieznany typ wirtualizacji w definicji domeny \"%d\""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "nie można uzyskaÄ obecnego czasu"
+
+#: src/qemu_driver.c:3014
+#, fuzzy, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr "licznik wirtualnych procesorów przekracza maksimum: %d > %d"
+
+#: src/qemu_driver.c:3023
+#, fuzzy, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr "licznik wirtualnych procesorów przekracza maksimum: %d > %d"
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr "nie można odczytaÄ obrazu domeny"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr "odczytanie nagÅówka QEMU nie powiodÅo siÄ"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr "magia obrazu jest niepoprawna"
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "wersja obrazu jest nieobsÅugiwana (%d > %d)"
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr "odczytanie XML-a nie powiodÅo siÄ"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr "przeanalizowanie XML-a nie powiodÅo siÄ"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr "domena jest już aktywna jako \"%s\""
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
msgid "failed to assign new VM"
msgstr "przydzielenie nowej maszyny wirtualnej nie powiodÅo siÄ"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr "uruchomienie maszyny wirtualnej nie powiodÅo siÄ"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
msgid "failed to resume domain"
msgstr "wznowienie domeny nie powiodÅo siÄ"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "nie można przekonwertowaÄ dysku \"%s\" na indeks magistrali/urzÄ
dzenia"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "NieobsÅugiwane mapowanie nazwy dysku dla magistrali \"%s\""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr "Brak urzÄ
dzenia o magistrali \"%s\" i celu \"%s\""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
@@ -2750,179 +3096,221 @@ msgstr ""
"Wersja emulatora nie obsÅuguje noÅników wymiennych dla urzÄ
dzenia \"%s\" i "
"celu \"%s\""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
msgid "could not change cdrom media"
msgstr "nie można zmieniÄ noÅnika CD-ROM"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, c-format
msgid "changing cdrom media failed: %s"
msgstr "zmienienie noÅnika CD-ROM nie powiodÅo siÄ: %s"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr "cel %s już istnieje"
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr "nie można podÅÄ
czyÄ dysku %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr "Nie można przeanalizowaÄ numeru gniazda\n"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, c-format
msgid "adding %s disk failed"
msgstr "dodanie dysku %s nie powiodÅo siÄ"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr "nie można podÅÄ
czyÄ dysku USB"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
msgid "adding usb disk failed"
msgstr "dodanie dysku USB nie powiodÅo siÄ"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
msgid "cannot attach usb device"
msgstr "nie można podÅÄ
czyÄ urzÄ
dzenia USB"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
msgid "adding usb device failed"
msgstr "dodanie urzÄ
dzenia USB nie powiodÅo siÄ"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr "nie można podÅÄ
czyÄ urzÄ
dzenia do nieaktywnej domeny"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, fuzzy, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr "tego typu urzÄ
dzenia dysku nie można podÅÄ
czaÄ"
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, fuzzy, c-format
+msgid "device type '%s' cannot be attached"
msgstr "tego typu urzÄ
dzenia nie można podÅÄ
czaÄ"
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, c-format
msgid "disk %s not found"
msgstr "nie znaleziono dysku %s"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr "nie można odÅÄ
czyÄ dysku %s - nieprawidÅowy numer gniazda %d"
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, c-format
msgid "failed to execute detach disk %s command"
msgstr "wykonanie polecenia odÅÄ
czenia dysku %s nie powiodÅo siÄ"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "odÅÄ
czenie dysku %s nie powiodÅo siÄ: nieprawidÅowe gniazdo %d"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
msgid "cannot detach device on inactive domain"
msgstr "nie można odÅÄ
czyÄ urzÄ
dzenia na nieaktywnej domenie"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr "tylko urzÄ
dzenia dysków SCSI lub virtio można odÅÄ
czaÄ dynamicznie"
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
msgid "cannot set autostart for transient domain"
msgstr "nie można ustawiÄ automatycznego uruchamiania domeny przejÅciowej"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
-#, fuzzy, c-format
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
+#, c-format
msgid "cannot create autostart directory %s"
-msgstr "nie można utworzyÄ folderu automatycznego uruchamiania %s: %s"
+msgstr "nie można utworzyÄ folderu automatycznego uruchamiania %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
-#, fuzzy, c-format
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
+#, c-format
msgid "Failed to create symlink '%s to '%s'"
-msgstr ""
-"Utworzenie dowiÄ
zania symbolicznego \"%s do \"%s\" nie powiodÅo siÄ: %s"
+msgstr "Utworzenie dowiÄ
zania symbolicznego \"%s do \"%s\" nie powiodÅo siÄ"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "nieprawidÅowa Åcieżka: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr "polecenie \"info blockstats\" nie powiodÅo siÄ"
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "\"info blockstats\" jest nieobsÅugiwane przez to QEMU"
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "nie znaleziono urzÄ
dzenia: %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr "NULL lub pusta Åcieżka"
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "nieprawidÅowa Åcieżka, \"%s\" nie jest znanym interfejsem"
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, c-format
+msgid "%s: failed to open"
+msgstr "%s: otwarcie nie powiodÅo siÄ"
+
+#: src/qemu_driver.c:4259
+#, c-format
+msgid "%s: failed to seek or read"
+msgstr "%s: wykonanie seek lub odczytanie nie powiodÅo siÄ"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "nieprawidÅowa Åcieżka"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr "Sterownik QEMU obsÅuguje tylko adresy pamiÄci wirtualnej"
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "mkstemp(\"%s\") nie powiodÅo siÄ"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr "polecenie \"memsave\" nie powiodÅo siÄ"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr ""
+"odczytanie pliku tymczasowego utworzonego za pomocÄ
szablonu %s nie powiodÅo "
+"siÄ"
+
+#: src/qemu_driver.c:4471
msgid "no domain XML passed"
msgstr "nie przekazani XML-a domeny"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr "dla migracji KVM obsÅugiwane sÄ
tylko URI tcp"
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr "URI nie posiada \":port\" na koÅcu"
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
msgid "could not generate random UUID"
msgstr "nie można utworzyÄ losowego UUID"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "domena o takiej samej nazwie lub UUID już istnieje jako \"%s\""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
msgid "failed to start listening VM"
msgstr "uruchomienie nasÅuchiwania maszyny wirtualnej nie powiodÅo siÄ"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, c-format
msgid "migrate failed: %s"
msgstr "migracja nie powiodÅa siÄ: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Wznowienie domeny %s nie powiodÅo siÄ"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr "brak domeny pasujÄ
cej do nazwy %s"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
msgstr "znalezienie pliku binarnego libvirtd nie powiodÅo siÄ"
@@ -2934,220 +3322,230 @@ msgstr ""
"remote_open: przesyÅ w URL nie zostaÅ rozpoznany (powinien byÄ tls|unix|ssh|"
"ext|tcp)"
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open: dla przesyÅu \"ext\" wymagane jest polecenie"
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "nie można rozwiÄ
zaÄ nazwy hosta \"%s\": %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
-#, fuzzy, c-format
+#: src/remote_internal.c:589 src/remote_internal.c:665
+#, c-format
msgid "unable to connect to '%s'"
-msgstr "nie można poÅÄ
czyÄ siÄ z \"%s\": %s"
+msgstr "nie można poÅÄ
czyÄ siÄ z \"%s\""
-#: src/remote_internal.c:644
-#, fuzzy
+#: src/remote_internal.c:641
msgid "unable to create socket"
-msgstr "nie można utworzyÄ gniazda %s"
+msgstr "nie można utworzyÄ gniazda"
-#: src/remote_internal.c:727
-#, fuzzy
+#: src/remote_internal.c:728
msgid "unable to create socket pair"
-msgstr "nie można utworzyÄ pary gniazd %s"
+msgstr "nie można utworzyÄ pary gniazd"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr "metody przesyÅu unix, ssh i ext nie sÄ
obsÅugiwane w Windows"
-#: src/remote_internal.c:755
-#, fuzzy
+#: src/remote_internal.c:756
msgid "unable to make socket non-blocking"
-msgstr "nie można utworzyÄ gniazda %s"
+msgstr "nie można utworzyÄ nieblokujÄ
cego gniazda"
-#: src/remote_internal.c:761
-#, fuzzy
+#: src/remote_internal.c:762
msgid "unable to make pipe"
-msgstr "nie można zapisaÄ pliku %s %s"
+msgstr "nie można utworzyÄ potoku"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
msgid "unable to auto-detect URI"
msgstr "nie można automatycznie wykryÄ URI"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr "BÅÄ
d podczas przydzielania listy wywoÅaÅ zwrotnych"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
msgid "Error allocating domainEvents"
msgstr "BÅÄ
d podczas przydzielania domainEvents"
-#: src/remote_internal.c:1044
-#, fuzzy, c-format
+#: src/remote_internal.c:1041
+#, c-format
msgid "Cannot access %s '%s'"
-msgstr "Nie można uzyskaÄ dostÄpu do %s \"%s\": %s (%d)"
+msgstr "Nie można uzyskaÄ dostÄpu do %s \"%s\""
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "nie można przydzieliÄ danych uwierzytelniajÄ
cych TLS: %s"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
-msgstr "Nie można wczytaÄ certyfikatu CA: %s"
+msgstr "nie można wczytaÄ certyfikatu CA: %s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr "nie można wczytaÄ klucza prywatnego/certyfikatu: %s"
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr "nie można zainicjowaÄ klienta TLS: %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "nie można ustawiÄ priorytetu algorytmu TLS: %s"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr "nie można priorytetu certyfikatu: %s"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr "nie można ustawiÄ danych uwierzytelniajÄ
cych sesji: %s"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "nie można zakoÅczyÄ nawiÄ
zania TLS: %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr "nie można zakoÅczyÄ inicjowania TLS: %s"
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr "sprawdzenie serwera (certyfikatu lub adresu IP) nie powiodÅo siÄ\n"
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, c-format
msgid "unable to verify server certificate: %s"
msgstr "nie można sprawdziÄ certyfikatu serwera: %s"
-#: src/remote_internal.c:1233
-#, fuzzy
+#: src/remote_internal.c:1230
msgid "cannot get current time"
-msgstr "nie można uzyskaÄ bieżÄ
cego czasu: %s"
+msgstr "nie można uzyskaÄ bieżÄ
cego czasu"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr "NieprawidÅowy certyfikat"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr "Certyfikat nie jest zaufany."
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr "Certyfikat klienta posiada nieznanego wystawcÄ."
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr "Certyfikat zostaÅ odrzucony."
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
-msgstr "Certyfikat klienta używa niebezpiecznego algorytmu."
+msgstr "Certyfikat klienta używa niebezpiecznego algorytmu"
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr "sprawdzenie certyfikatu serwera nie powiodÅo siÄ: %s"
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "Typ certyfikatu nie jest X.509"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "gnutls_certificate_get_peers nie powiodÅo siÄ"
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr "nie można zainicjowaÄ certyfikatu: %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, c-format
msgid "unable to import certificate: %s"
msgstr "nie można zaimportowaÄ certyfikatu: %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "Certyfikat wygasÅ"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "Certyfikat nie zostaÅ aktywowany"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr "WÅaÅciciel certyfikatu nie zgadza siÄ z nazwÄ
hosta (%s)"
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "za dużo komórek NUMA: %d > %d"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "za dużo identyfikatorów zdalnych domen: %d > %d"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr "dÅugoÅÄ mapy jest wiÄksza niż maksimum: %d > %d"
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "licznik wirtualnych procesorów przekracza maksimum: %d > %d"
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
"dÅugoÅÄ mapy buforów wirtualnych procesorów przekracza maksimum: %d > %d"
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "host zgÅasza za dużo wirtualnych procesorów: %d > %d"
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
"host zgÅasza, że dÅugoÅÄ mapy buforów wirtualnych procesorów przekracza "
"maksimum: %d > %d"
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, fuzzy, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr "licznik wirtualnych procesorów przekracza maksimum: %d > %d"
+
+#: src/remote_internal.c:2352
+#, fuzzy, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr "licznik wirtualnych procesorów przekracza maksimum: %d > %d"
+
+#: src/remote_internal.c:2361
+#, fuzzy, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr "licznik wirtualnych procesorów przekracza maksimum: %d > %d"
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr "za dużo nazw zdalnych domen: %d > %d"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
@@ -3155,352 +3553,408 @@ msgstr ""
"remoteDomainGetSchedulerParameters: zwrócono liczbÄ parametrów "
"przekraczajÄ
cych ograniczenie"
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "remoteDomainGetSchedulerParameters: nieznany typ parametru"
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "brak pamiÄci podczas przydzielania tablicy"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "nieznany typ parametru"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
"żÄ
danie zerkniÄcia blokowego jest za duże dla zdalnego protokoÅu, %zi > %d"
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr "zwrócony bufor nie ma żÄ
danego rozmiaru"
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
"żÄ
danie zerkniÄcia pamiÄci jest za duże dla zdalnego protokoÅu, %zi > %d"
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "za dużo zdalnych sieci: %d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr "zażÄ
dano za dużo pul pamiÄci masowej"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr "otrzymano za dużo pul pamiÄci masowej"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr "zażÄ
dano za dużo woluminów pamiÄci masowej"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr "otrzymano za dużo woluminów pamiÄci masowej"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
msgid "too many device names requested"
msgstr "zażÄ
dano za dużo nazw urzÄ
dzeÅ"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
msgid "too many device names received"
msgstr "otrzymano za dużo nazw urzÄ
dzeÅ"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
msgid "too many capability names requested"
msgstr "zażÄ
dano za dużo nazw możliwoÅci"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr "otrzymano za dużo nazw możliwoÅci"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "nieznany typ uwierzytelniania %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr "żÄ
dany typ uwierzytelniania %s zostaÅ odrzucony"
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "nieobsÅugiwany typ uwierzytelniania %d"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "zainicjowanie biblioteki SASL nie powiodÅo siÄ: %d (%s)"
-#: src/remote_internal.c:5165
-#, fuzzy
+#: src/remote_internal.c:5307
msgid "failed to get sock address"
-msgstr "uzyskanie adresu gniazda %d nie powiodÅo siÄ (%s)"
+msgstr "uzyskanie adresu gniazda nie powiodÅo siÄ"
-#: src/remote_internal.c:5175
-#, fuzzy
+#: src/remote_internal.c:5317
msgid "failed to get peer address"
-msgstr "uzyskanie adresu peera %d nie powiodÅo siÄ (%s)"
+msgstr "uzyskanie adresu peera nie powiodÅo siÄ"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Utworzenie kontekstu klienta SASL nie powiodÅo siÄ: %d (%s)"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr "nieprawidÅowy rozmiar szyfru dla sesji TLS"
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "nie można ustawiÄ zewnÄtrznego SSF %d (%s)"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr "nie można ustawiÄ podparcia bezpieczeÅstwa %d (%s)"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "mechanizm SASL %s jest nieobsÅugiwany przez serwer"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Uruchomienie negocjacji SASL nie powiodÅo siÄ: %d (%s)"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr "Utworzenie danych uwierzytelniajÄ
cych nie powiodÅo siÄ"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr "dane negocjacji SASL sÄ
za dÅugie: %d bajtów"
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Krok SASL nie powiódÅ siÄ: %d (%s)"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr "negocjacja SSF %d nie byÅa wystarczajÄ
co silna"
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr "Zgromadzenie danych uwierzytelniajÄ
cych nie powiodÅo siÄ"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr "brak obsÅugi zdarzeÅ"
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr "dodawanie cb do listy"
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr "usuwanie cb z listy"
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr "xdr_remote_message_header nie powiodÅo siÄ"
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr "porzÄ
dkowanie parametrów"
-#: src/remote_internal.c:5656
-#, fuzzy
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
-msgstr "xdr_int (dÅugoÅÄ wyrazu)"
+msgstr "xdr_u_int (dÅugoÅÄ wyrazu)"
-#: src/remote_internal.c:5702
-#, fuzzy
+#: src/remote_internal.c:5842
msgid "cannot send data"
-msgstr "nie można odczytaÄ fd"
+msgstr "nie można wysÅaÄ danych"
-#: src/remote_internal.c:5733
-#, fuzzy, c-format
+#: src/remote_internal.c:5873
+#, c-format
msgid "failed to read from TLS socket %s"
-msgstr "Odczytanie z gniazda %d nie powiodÅo siÄ\n"
+msgstr "odczytanie z gniazda TLS nie powiodÅo siÄ %s"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
-#, fuzzy
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
msgid "server closed connection"
-msgstr "poÅÄ
czenie tylko do odczytu"
+msgstr "serwer zamknÄ
Å poÅÄ
czenie"
-#: src/remote_internal.c:5752
-#, fuzzy
+#: src/remote_internal.c:5892
msgid "cannot recv data"
-msgstr "nie można odczytaÄ fd"
+msgstr "nie można przywróciÄ danych"
-#: src/remote_internal.c:5785
-#, fuzzy, c-format
+#: src/remote_internal.c:5925
+#, c-format
msgid "failed to encode SASL data: %s"
-msgstr "utworzenie %s nie powiodÅo siÄ: %s"
+msgstr "zakodowanie danych SASL nie powiodÅo siÄ: %s"
-#: src/remote_internal.c:5883
-#, fuzzy, c-format
+#: src/remote_internal.c:6023
+#, c-format
msgid "failed to decode SASL data: %s"
-msgstr "usuniÄcie veth nie powiodÅo siÄ: %s"
+msgstr "rozkodowanie danych SASL nie powiodÅo siÄ: %s"
-#: src/remote_internal.c:5957
-#, fuzzy
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
-msgstr "xdr_int (dÅugoÅÄ wyrazu, odpowiedź)"
+msgstr "xdr_u_int (dÅugoÅÄ wyrazu, odpowiedź)"
-#: src/remote_internal.c:5964
-#, fuzzy
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
-msgstr "pakiet odebrany od serwera jest za duży"
+msgstr "pakiet odebrany od serwera jest za maÅy"
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr "pakiet odebrany od serwera jest za duży"
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr "nieprawidÅowy nagÅówek w odpowiedzi"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr "nieznany program (otrzymano %x, oczekiwano %x)"
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr "nieznana wersja protokoÅu (otrzymano %x, oczekiwano %x)"
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
-msgstr ""
+msgstr "otrzymano nieoczekiwane wywoÅanie RPC %d od serwera"
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
-msgstr ""
+msgstr "brak wywoÅaÅ oczekujÄ
cych na odpowiedź za pomocÄ
portu szeregowego %d"
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr "nieznana procedura (otrzymano %x, oczekiwano %x)"
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr "zmienianie porzÄ
dku ret"
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr "zmienianie porzÄ
dku remote_error"
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr "nieznany stan (otrzymano %x)"
-#: src/remote_internal.c:6200
-#, fuzzy
+#: src/remote_internal.c:6340
msgid "poll on socket failed"
-msgstr "popen nie powiodÅo siÄ"
+msgstr "sondaż na gnieździe nie powiódÅ siÄ"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
-msgstr ""
+msgstr "otrzymano zdarzenie zawieszenia/bÅÄdu na gnieździe"
-#: src/remote_internal.c:6351
-#, fuzzy
+#: src/remote_internal.c:6503
msgid "failed to wait on condition"
-msgstr "oczekiwanie na polecenie nie powiodÅo siÄ: %s"
+msgstr "oczekiwanie na warunek nie powiodÅo siÄ"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr "remoteDomainProcessEvent: usuwanie uporzÄ
dkowania ret"
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "nie można uzyskaÄ kontekstu pliku \"%s\""
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, fuzzy, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr "licznik wirtualnych procesorów przekracza maksimum: %d > %d"
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "nie można rozwiÄ
zaÄ nazwy hosta \"%s\": %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "nie można rozwiÄ
zaÄ nazwy hosta \"%s\": %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
msgstr "brak zaplecza dla typu puli %d"
#: src/storage_backend.c:111 src/storage_backend_fs.c:295
-#, fuzzy, c-format
+#, c-format
msgid "cannot open volume '%s'"
-msgstr "nie można otworzyÄ woluminu \"%s\": %s"
+msgstr "nie można otworzyÄ woluminu \"%s\""
#: src/storage_backend.c:194
-#, fuzzy, c-format
+#, c-format
msgid "cannot stat file '%s'"
-msgstr "nie można wykonaÄ stat na pliku \"%s\": %s"
+msgstr "nie można wykonaÄ stat na pliku \"%s\""
#: src/storage_backend.c:227
-#, fuzzy, c-format
+#, c-format
msgid "cannot seek to end of file '%s'"
-msgstr "nie można znaleÅºÄ koÅca pliku \"%s\": %s"
+msgstr "nie można przejÅÄ do koÅca pliku \"%s\""
#: src/storage_backend.c:249
-#, fuzzy, c-format
+#, c-format
msgid "cannot seek to beginning of file '%s'"
-msgstr "nie można znaleÅºÄ poczÄ
tku pliku \"%s\": %s"
+msgstr "nie można przejÅÄ do poczÄ
tku pliku \"%s\""
#: src/storage_backend.c:256
-#, fuzzy, c-format
+#, c-format
msgid "cannot read beginning of file '%s'"
-msgstr "nie można odczytaÄ poczÄ
tku pliku \"%s\": %s"
+msgstr "nie można odczytaÄ poczÄ
tku pliku \"%s\""
-#: src/storage_backend.c:282
-#, fuzzy, c-format
+#: src/storage_backend.c:283
+#, c-format
msgid "cannot get file context of '%s'"
-msgstr "nie można uzyskaÄ kontekstu pliku %s: %s"
+msgstr "nie można uzyskaÄ kontekstu pliku \"%s\""
-#: src/storage_backend.c:375
-#, fuzzy, c-format
+#: src/storage_backend.c:376
+#, c-format
msgid "cannot read dir '%s'"
-msgstr "nie można odczytaÄ folderu %s: %s"
+msgstr "nie można odczytaÄ folderu \"%s\""
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr "Skompilowanie wyrażenia regularnego %s nie powiodÅo siÄ"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "nie można odczytaÄ fd"
-#: src/storage_backend.c:568 src/storage_backend.c:686
-#, fuzzy, c-format
+#: src/storage_backend.c:569 src/storage_backend.c:687
+#, c-format
msgid "failed to wait for command '%s'"
-msgstr "oczekiwanie na polecenie nie powiodÅo siÄ: %s"
+msgstr "oczekiwanie na polecenie \"%s\" nie powiodÅo siÄ"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr "polecenie nie zostaÅo poprawnie wyÅÄ
czone"
-#: src/storage_backend.c:665
-#, fuzzy, c-format
+#: src/storage_backend.c:666
+#, c-format
msgid "read error on pipe to '%s'"
-msgstr "bÅÄ
d podczas odczytywania: %s"
+msgstr "bÅÄ
d odczytywanie na potoku do \"%s\""
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr "stan wyjÅcia nie bÄdÄ
cy zerem od polecenia %d"
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr "%s nie jest zaimplementowane na Win32"
@@ -3518,9 +3972,9 @@ msgid "no large enough free extent"
msgstr "brak wystarczajÄ
co dużego wolnego obszaru"
#: src/storage_backend_disk.c:372
-#, fuzzy, c-format
+#, c-format
msgid "Couldn't read volume target path '%s'"
-msgstr "Nie można odczytaÄ Åcieżki docelowej \"%s\". %s"
+msgstr "Nie można odczytaÄ Åcieżki docelowej woluminu \"%s\""
#: src/storage_backend_disk.c:387
#, c-format
@@ -3535,9 +3989,9 @@ msgid "cannot parse partition number from target '%s'"
msgstr "nie można przeanalizowaÄ numeru partycji z celu \"%s\""
#: src/storage_backend_fs.c:309
-#, fuzzy, c-format
+#, c-format
msgid "cannot read header '%s'"
-msgstr "nie można odczytaÄ nagÅówka \"%s\": %s"
+msgstr "nie można odczytaÄ nagÅówka \"%s\""
#: src/storage_backend_fs.c:449
#, c-format
@@ -3558,9 +4012,9 @@ msgid "missing <host> in <source> spec"
msgstr "brak <hosta> w specyfikacji <źródÅa>"
#: src/storage_backend_fs.c:572
-#, fuzzy, c-format
+#, c-format
msgid "cannot read mount list '%s'"
-msgstr "nie można odczytaÄ %s: %s"
+msgstr "nie można odczytaÄ listy montowania \"%s\""
#: src/storage_backend_fs.c:642 src/storage_backend_fs.c:709
#: src/storage_backend_iscsi.c:585
@@ -3582,40 +4036,40 @@ msgstr "brak folderu źródÅowego"
#: src/storage_backend_fs.c:787 src/storage_backend_fs.c:1013
#: src/storage_backend_fs.c:1052
-#, fuzzy, c-format
+#, c-format
msgid "cannot create path '%s'"
-msgstr "nie można utworzyÄ Åcieżki \"%s\": %s"
+msgstr "nie można utworzyÄ Åcieżki \"%s\""
#: src/storage_backend_fs.c:811
-#, fuzzy, c-format
+#, c-format
msgid "cannot open path '%s'"
-msgstr "nie można otworzyÄ Åcieżki \"%s\": %s"
+msgstr "nie można otworzyÄ Åcieżki \"%s\""
#: src/storage_backend_fs.c:907
-#, fuzzy, c-format
+#, c-format
msgid "cannot statvfs path '%s'"
-msgstr "nie można wykonaÄ statvfs na Åcieżce \"%s\": %s"
+msgstr "nie można wykonaÄ statvfs na Åcieżce \"%s\""
#: src/storage_backend_fs.c:973
-#, fuzzy, c-format
+#, c-format
msgid "cannot unlink path '%s'"
-msgstr "nie można usunÄ
Ä dowiÄ
zania do Åcieżki \"%s\": %s"
+msgstr "nie można usunÄ
Ä dowiÄ
zania do Åcieżki \"%s\""
#: src/storage_backend_fs.c:1030
-#, fuzzy, c-format
+#, c-format
msgid "cannot fill file '%s'"
-msgstr "nie można wypeÅniÄ pliku \"%s\": %s"
+msgstr "nie można wypeÅniÄ pliku \"%s\""
#: src/storage_backend_fs.c:1043
-#, fuzzy, c-format
+#, c-format
msgid "cannot extend file '%s'"
-msgstr "nie można rozszerzyÄ pliku \"%s\": %s"
+msgstr "nie można rozszerzyÄ pliku \"%s\""
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
-#, fuzzy, c-format
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
+#, c-format
msgid "cannot read path '%s'"
-msgstr "nie można odczytaÄ Åcieżki \"%s\": %s"
+msgstr "nie można odczytaÄ Åcieżki \"%s\""
#: src/storage_backend_fs.c:1081
#, c-format
@@ -3623,14 +4077,14 @@ msgid "unknown storage vol type %d"
msgstr "nieznany typ woluminu pamiÄci masowej %d"
#: src/storage_backend_fs.c:1090
-#, fuzzy, c-format
+#, c-format
msgid "unknown storage vol backing store type %d"
-msgstr "nieznany typ woluminu pamiÄci masowej %d"
+msgstr "nieznany typ zapasowego woluminu pamiÄci masowej %d"
#: src/storage_backend_fs.c:1096
#, c-format
msgid "inaccessible backing store volume %s"
-msgstr ""
+msgstr "niedostÄpny zapasowy wolumin pamiÄci podrÄcznej %s"
#: src/storage_backend_fs.c:1129
#, c-format
@@ -3638,33 +4092,34 @@ msgid "unsupported storage vol type %d"
msgstr "nieobsÅugiwany typ woluminu pamiÄci masowej %d"
#: src/storage_backend_fs.c:1135
-#, fuzzy
msgid "copy-on-write image not supported with qcow-create"
-msgstr "utworzenie niesurowych obrazów jest nieobsÅugiwane bez qemu-img"
+msgstr ""
+"obraz typu \"kopiuj w czasie zapisu\" jest nieobsÅugiwany za pomocÄ
qcow-"
+"create"
#: src/storage_backend_fs.c:1162
msgid "creation of non-raw images is not supported without qemu-img"
msgstr "utworzenie niesurowych obrazów jest nieobsÅugiwane bez qemu-img"
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
-#, fuzzy, c-format
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
+#, c-format
msgid "cannot set file owner '%s'"
-msgstr "nie można ustawiÄ wÅaÅciciela pliku \"%s\": %s"
+msgstr "nie można ustawiÄ wÅaÅciciela pliku \"%s\""
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
-#, fuzzy, c-format
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
+#, c-format
msgid "cannot set file mode '%s'"
-msgstr "nie można ustawiÄ trybu pliku \"%s\": %s"
+msgstr "nie można ustawiÄ trybu pliku \"%s\""
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
-#, fuzzy, c-format
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
+#, c-format
msgid "cannot close file '%s'"
-msgstr "nie można zamknÄ
Ä pliku \"%s\": %s"
+msgstr "nie można zamknÄ
Ä pliku \"%s\""
#: src/storage_backend_fs.c:1222
-#, fuzzy, c-format
+#, c-format
msgid "cannot unlink file '%s'"
-msgstr "nie można usunÄ
Ä dowiÄ
zania symbolicznego do pliku \"%s\": %s"
+msgstr "nie można usunÄ
Ä dowiÄ
zania symbolicznego do pliku \"%s\""
#: src/storage_backend_iscsi.c:64
#, c-format
@@ -3686,15 +4141,15 @@ msgid "cannot find session"
msgstr "nie można znaleÅºÄ sesji"
#: src/storage_backend_iscsi.c:213
-#, fuzzy, c-format
+#, c-format
msgid "cannot open '%s'"
-msgstr "nie można otworzyÄ %s: %s"
+msgstr "nie można otworzyÄ \"%s\""
#: src/storage_backend_iscsi.c:335 src/storage_backend_iscsi.c:419
#: src/storage_backend_iscsi.c:455
-#, fuzzy, c-format
+#, c-format
msgid "Failed to opendir sysfs path '%s'"
-msgstr "Otwarcie folderu Åcieżki do sysfs %s nie powiodÅo siÄ: %s"
+msgstr "Otwarcie folderu Åcieżki do sysfs \"%s\" nie powiodÅo siÄ"
#: src/storage_backend_iscsi.c:348
#, c-format
@@ -3702,14 +4157,14 @@ msgid "Failed to parse target from sysfs path %s/%s"
msgstr "Przeanalizowanie celu ze Åcieżki sysfs %s/%s nie powiodÅo siÄ"
#: src/storage_backend_iscsi.c:367
-#, fuzzy, c-format
+#, c-format
msgid "Failed to find any LUNs for session '%s'"
-msgstr "Znalezienie LUN dla sesji %s nie powiodÅo siÄ: %s"
+msgstr "Znalezienie LUN dla sesji \"%s\" nie powiodÅo siÄ"
#: src/storage_backend_iscsi.c:396
#, c-format
msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN"
-msgstr "OkreÅlenie, czy %u:%u:%u:%u jest Direct-Access LUN nie powiodÅo siÄ"
+msgstr "Ustalenie, czy %u:%u:%u:%u jest Direct-Access LUN nie powiodÅo siÄ"
#: src/storage_backend_iscsi.c:441
#, c-format
@@ -3747,33 +4202,29 @@ msgid "failed to get source from sourceList"
msgstr "uzyskanie źródÅa z sourceList nie powiodÅo siÄ"
#: src/storage_backend_logical.c:412
-#, fuzzy, c-format
+#, c-format
msgid "cannot open device '%s'"
-msgstr "nie można otworzyÄ urzÄ
dzenia %s"
+msgstr "nie można otworzyÄ urzÄ
dzenia \"%s\""
#: src/storage_backend_logical.c:418
-#, fuzzy, c-format
+#, c-format
msgid "cannot clear device header of '%s'"
-msgstr "nie można wyczyÅciÄ nagÅówka urzÄ
dzenia %s"
+msgstr "nie można wyczyÅciÄ nagÅówka urzÄ
dzenia \"%s\""
#: src/storage_backend_logical.c:425
-#, fuzzy, c-format
+#, c-format
msgid "cannot close device '%s'"
-msgstr "nie można zamknÄ
Ä urzÄ
dzenia %s"
+msgstr "nie można zamknÄ
Ä urzÄ
dzenia \"%s\""
#: src/storage_backend_logical.c:550
-#, fuzzy, c-format
+#, c-format
msgid "cannot remove PV device '%s'"
-msgstr "nie można usunÄ
Ä urzÄ
dzenia PV %s: %s"
+msgstr "nie można usunÄ
Ä urzÄ
dzenia PV \"%s\""
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
-#, fuzzy, c-format
+#: src/storage_backend_logical.c:643
+#, c-format
msgid "cannot find newly created volume '%s'"
-msgstr "nie można znaleÅºÄ nowo utworzonego woluminu \"%s\": %s"
+msgstr "nie można znaleÅºÄ nowo utworzonego woluminu \"%s\""
#: src/storage_conf.c:358
msgid "missing auth host attribute"
@@ -3783,157 +4234,162 @@ msgstr "brak atrybutu uwierzytelniania hosta"
msgid "missing auth passwd attribute"
msgstr "brak atrybutu passwd hosta"
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr "bÅÄdnie sformatowany tryb ósemkowy"
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr "bÅÄdnie sformatowany element wÅaÅciciela"
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr "bÅÄdnie sformatowany grupy"
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr "nieznany element roota dla puli pamiÄci podrÄcznej"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, c-format
msgid "unknown storage pool type %s"
msgstr "nieznany typ puli pamiÄci masowej %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr "brak elementu nazwy źródÅa puli"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr "nie można utworzyÄ UUID"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, c-format
msgid "unknown pool format type %s"
msgstr "nieznany typ formatu puli %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr "brak nazwy hosta źródÅowego puli pamiÄci podrÄcznej"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr "nie można wydobyÄ urzÄ
dzeŠźródÅowych puli pamiÄci podrÄcznej"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
msgid "missing storage pool source device path"
msgstr "brak Åcieżki do urzÄ
dzenia źródÅowego puli pamiÄci podrÄcznej"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr "brak Åcieżki źródÅowej puli pamiÄci podrÄcznej"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr "nieznany typ uwierzytelniania \"%s\""
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr "brak Åcieżki docelowej puli pamiÄci podrÄcznej"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr "nieznany numer formatu puli %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr "nieoczekiwany typ puli"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr "brak elementu wÅaÅciciela"
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "brak elementu roota"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr "nieznane jednostki rozmiaru \"%s\""
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr "bÅÄdnie sformatowany element pojemnoÅci"
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr "wartoÅÄ elementu pojemnoÅci jest za duża"
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr "nieznany element roota"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
msgid "missing volume name element"
msgstr "brak elementu nazwy woluminu"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr "brak elementu pojemnoÅci"
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, c-format
msgid "unknown volume format type %s"
msgstr "nieznany typ formatu woluminu %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr "nieznany numer formatu woluminu %d"
-#: src/storage_conf.c:1450
-#, fuzzy, c-format
+#: src/storage_conf.c:1453
+#, c-format
msgid "cannot create config directory %s"
-msgstr "nie można utworzyÄ folderu konfiguracji %s: %s"
+msgstr "nie można utworzyÄ folderu konfiguracji %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "nie można skonstruowaÄ Åcieżki do pliku konfiguracji"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
"nie można skonstruowaÄ Åcieżki do dowiÄ
zania automatycznego uruchamiania"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr "utworzenie XML-a nie powiodÅo siÄ"
-#: src/storage_conf.c:1491
-#, fuzzy, c-format
+#: src/storage_conf.c:1494
+#, c-format
msgid "cannot create config file %s"
-msgstr "nie można utworzyÄ pliku konfiguracji %s: %s"
+msgstr "nie można utworzyÄ pliku konfiguracji %s"
-#: src/storage_conf.c:1499
-#, fuzzy, c-format
+#: src/storage_conf.c:1502
+#, c-format
msgid "cannot write config file %s"
-msgstr "nie można zapisaÄ pliku konfiguracji %s: %s"
+msgstr "nie można zapisaÄ pliku konfiguracji %s"
-#: src/storage_conf.c:1506
-#, fuzzy, c-format
+#: src/storage_conf.c:1509
+#, c-format
msgid "cannot save config file %s"
-msgstr "nie można zapisaÄ pliku konfiguracji %s: %s"
+msgstr "nie można zapisaÄ pliku konfiguracji %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "brak pliku konfiguracji dla %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "nie można usunÄ
Ä konfiguracji dla %s"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr "brak puli pasujÄ
cej do UUID"
@@ -3941,17 +4397,17 @@ msgstr "brak puli pasujÄ
cej do UUID"
msgid "no pool with matching name"
msgstr "brak puli pasujÄ
cej do nazwy"
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr "pula pamiÄci masowej już istnieje"
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr "brak puli pamiÄci masowej pasujÄ
cej do UUID"
@@ -3959,68 +4415,68 @@ msgstr "brak puli pamiÄci masowej pasujÄ
cej do UUID"
msgid "pool is still active"
msgstr "pula jest ciÄ
gle aktywna"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr "pula jest już aktywna"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr "pula pamiÄci masowej jest już aktywna"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr "pula pamiÄci masowej jest nieaktywna"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr "pula pamiÄci masowej jest ciÄ
gle aktywna"
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr "pula nie obsÅuguje usuwania woluminów"
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "pula nie posiada pliku konfiguracji"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr "brak woluminu pamiÄci masowej pasujÄ
cego do nazwy"
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr "brak woluminu pamiÄci masowej pasujÄ
cego do klucza"
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr "brak woluminu pamiÄci masowej pasujÄ
cego do Åcieżki"
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr "wolumin pamiÄci masowej już istnieje"
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr "pula pamiÄci masowej nie obsÅuguje tworzenia woluminów"
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr "pula pamiÄci masowej nie obsÅuguje usuwania woluminów"
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "uzyskiwanie obecnego czasu"
#: src/test.c:376
-#, fuzzy, c-format
+#, c-format
msgid "loading host definition file '%s'"
-msgstr "wczytywanie pliku definicji hosta \"%s\": %s"
+msgstr "wczytywanie pliku definicji hosta \"%s\""
#: src/test.c:384
msgid "host"
@@ -4070,155 +4526,153 @@ msgstr "wÄzeÅ domena lista"
msgid "resolving domain filename"
msgstr "rozwiÄ
zywanie nazw plików domeny"
-#: src/test.c:517
+#: src/test.c:516
msgid "node network list"
msgstr "wÄzeÅ sieÄ lista"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "rozwiÄ
zywanie nazw plików sieci"
-#: src/test.c:553
+#: src/test.c:551
msgid "node pool list"
msgstr "wÄzeÅ pula lista"
-#: src/test.c:565
+#: src/test.c:563
msgid "resolving pool filename"
msgstr "rozwiÄ
zywanie nazw plików puli"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOtwórz: podaj ÅcieżkÄ lub użyj test:///domyÅlna"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
-#, fuzzy
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
-msgstr "nie można zablokowaÄ sygnaÅów: %s"
+msgstr "nie można wyszukaÄ nazwy hosta"
-#: src/test.c:963
+#: src/test.c:960
#, c-format
msgid "domain '%s' not paused"
msgstr "domena \"%s\" nie jest wstrzymana"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, c-format
msgid "domain '%s' not running"
msgstr "domena \"%s\" nie jest uruchomiona"
-#: src/test.c:1205
-#, fuzzy, c-format
+#: src/test.c:1202
+#, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr ""
"podczas zapisywania domeny \"%s\" nie powiodÅo siÄ przydzielenie przestrzeni "
-"dla metadanych: %s"
+"dla metadanych"
-#: src/test.c:1212
-#, fuzzy, c-format
+#: src/test.c:1209
+#, c-format
msgid "saving domain '%s' to '%s': open failed"
-msgstr "zapisywanie domeny \"%s\" do \"%s\": otwarcie nie powiodÅo siÄ: %s"
+msgstr "zapisywanie domeny \"%s\" do \"%s\": otwarcie nie powiodÅo siÄ"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
-#, fuzzy, c-format
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
+#, c-format
msgid "saving domain '%s' to '%s': write failed"
-msgstr "zapisywanie domeny \"%s\" do \"%s\": zapisanie nie powiodÅo siÄ: %s"
+msgstr "zapisywanie domeny \"%s\" do \"%s\": zapisanie nie powiodÅo siÄ"
-#: src/test.c:1289
-#, fuzzy, c-format
+#: src/test.c:1286
+#, c-format
msgid "cannot read domain image '%s'"
-msgstr "nie można odczytaÄ obrazu domeny"
+msgstr "nie można odczytaÄ obrazu domeny \"%s\""
-#: src/test.c:1295
-#, fuzzy, c-format
+#: src/test.c:1292
+#, c-format
msgid "incomplete save header in '%s'"
-msgstr "niekompletny nagÅówek zapisu"
+msgstr "niekompletny nagÅówek zapisu w \"%s\""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr "nagÅówek magii nie zgadza siÄ"
-#: src/test.c:1306
-#, fuzzy, c-format
+#: src/test.c:1303
+#, c-format
msgid "failed to read metadata length in '%s'"
-msgstr "odczytanie dÅugoÅci metadanych nie powiodÅo siÄ"
+msgstr "odczytanie dÅugoÅci metadanych w \"%s\" nie powiodÅo siÄ"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr "dÅugoÅÄ metadanych jest poza zakresem"
-#: src/test.c:1321
-#, fuzzy, c-format
+#: src/test.c:1318
+#, c-format
msgid "incomplete metdata in '%s'"
-msgstr "niekompletne metadane"
+msgstr "niekompletne metadane w \"%s\""
-#: src/test.c:1378
-#, fuzzy, c-format
+#: src/test.c:1375
+#, c-format
msgid "domain '%s' coredump: failed to open %s"
-msgstr "zrzut core domeny \"%s\": otwarcie %s nie powiodÅo siÄ: %s"
+msgstr "zrzut core domeny \"%s\": otwarcie %s nie powiodÅo siÄ"
-#: src/test.c:1384
-#, fuzzy, c-format
+#: src/test.c:1381
+#, c-format
msgid "domain '%s' coredump: failed to write header to %s"
-msgstr ""
-"zrzut core domeny \"%s\": zapisanie nagÅówka do %s nie powiodÅo siÄ: %s"
+msgstr "zrzut core domeny \"%s\": zapisanie nagÅówka do %s nie powiodÅo siÄ"
-#: src/test.c:1390
-#, fuzzy, c-format
+#: src/test.c:1387
+#, c-format
msgid "domain '%s' coredump: write failed: %s"
-msgstr "zrzut core domeny \"%s\": zapisanie nie powiodÅo siÄ: %s: %s"
+msgstr "zrzut core domeny \"%s\": zapisanie nie powiodÅo siÄ: %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr "Zakres przekracza dostÄpne komórki"
-#: src/test.c:1693
+#: src/test.c:1690
#, c-format
msgid "Domain '%s' is already running"
msgstr "Domena \"%s\" jest już uruchomiona"
-#: src/test.c:1730
+#: src/test.c:1727
#, c-format
msgid "Domain '%s' is still running"
msgstr "Domena \"%s\" jest ciÄ
gle uruchomiona"
-#: src/test.c:2115
+#: src/test.c:2108
#, c-format
msgid "Network '%s' is still running"
msgstr "SieÄ \"%s\" jest ciÄ
gle uruchomiona"
-#: src/test.c:2148
+#: src/test.c:2141
#, c-format
msgid "Network '%s' is already running"
msgstr "SieÄ \"%s\" jest już uruchomiona"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, c-format
msgid "storage pool '%s' is already active"
msgstr "pula pamiÄci masowej \"%s\" jest już aktywna"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr "pula pamiÄci masowej \"%s\" jest nieaktywna"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr "brak woluminu pamiÄci masowej pasujÄ
cego do nazwy \"%s\""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr "brak woluminu pamiÄci masowej pasujÄ
cego do klucza \"%s\""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr "brak woluminu pamiÄci masowej pasujÄ
cego do Åcieżki \"%s\""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr "Brak wystarczajÄ
cej wolnej przestrzeni w puli dla woluminu \"%s\""
@@ -4232,158 +4686,151 @@ msgstr "dla urzÄ
dzeÅ znakowych obsÅugiwane jest tylko nasÅuchiwanie TCP"
msgid "unsupported chr device type %d"
msgstr "nieobsÅugiwany typ urzÄ
dzenia znakowego %d"
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+"Ustawienie flagi deskryptora pliku \"close-on-exec\" nie powiodÅo siÄ\n"
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr "nie można zainicjowaÄ inotify"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Utworzenie folderu monitorowania %s nie powiodÅo siÄ: %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
msgid "umlStartup: out of memory\n"
msgstr "umlStartup: brak pamiÄci\n"
-#: src/uml_driver.c:559
-#, fuzzy, c-format
+#: src/uml_driver.c:560
+#, c-format
msgid "failed to read pid: %s"
-msgstr "odczytanie PID nie powiodÅo siÄ: %s: %s"
+msgstr "odczytanie PID nie powiodÅo siÄ: %s"
-#: src/uml_driver.c:607
-#, fuzzy
+#: src/uml_driver.c:608
msgid "cannot open socket"
-msgstr "nie można otworzyÄ gniazda %s"
+msgstr "nie można otworzyÄ gniazda"
-#: src/uml_driver.c:615
-#, fuzzy
+#: src/uml_driver.c:616
msgid "cannot bind socket"
-msgstr "nie można dowiÄ
zaÄ gniazda %s"
+msgstr "nie można dowiÄ
zaÄ gniazda"
-#: src/uml_driver.c:668
-#, fuzzy, c-format
+#: src/uml_driver.c:669
+#, c-format
msgid "cannot send too long command %s (%d bytes)"
-msgstr "nie można wysÅaÄ za dÅugiego polecenia %s: %s"
+msgstr "nie można wysÅaÄ za dÅugiego polecenia %s (%d bajtów)"
-#: src/uml_driver.c:678
-#, fuzzy, c-format
+#: src/uml_driver.c:679
+#, c-format
msgid "cannot send command %s"
-msgstr "nie można wysÅaÄ polecenia %s: %s"
+msgstr "nie można wysÅaÄ polecenia %s"
-#: src/uml_driver.c:688
-#, fuzzy, c-format
+#: src/uml_driver.c:689
+#, c-format
msgid "cannot read reply %s"
-msgstr "nie można odczytaÄ odpowiedzi %s: %s"
+msgstr "nie można odczytaÄ odpowiedzi %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr "nie podano jÄ
dra"
-#: src/uml_driver.c:749
-#, fuzzy, c-format
+#: src/uml_driver.c:751
+#, c-format
msgid "Cannot find UML kernel %s"
-msgstr "Nie można znaleÅºÄ jÄ
dra UML %s: %s"
+msgstr "Nie można znaleÅºÄ jÄ
dra UML %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "oczekiwanie na proces nie powiodÅo siÄ: %d: %s\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "Otrzymano nieoczekiwany PID %d != %d\n"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, c-format
msgid "cannot parse version %s"
msgstr "nie można przeanalizowaÄ wersji %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
msgid "cannot read cputime for domain"
msgstr "nie można odczytaÄ czasu procesora dla domeny"
-#: src/uml_driver.c:1800
-#, fuzzy, c-format
+#: src/uml_driver.c:1802
+#, c-format
msgid "cannot read %s"
-msgstr "nie można odczytaÄ %s: %s"
+msgstr "nie można odczytaÄ %s"
-#: src/util.c:222
-#, fuzzy
+#: src/util.c:225
msgid "cannot block signals"
-msgstr "nie można zablokowaÄ sygnaÅów: %s"
+msgstr "nie można zablokowaÄ sygnaÅów"
-#: src/util.c:237
-#, fuzzy
+#: src/util.c:240
msgid "cannot create pipe"
-msgstr "nie można utworzyÄ potoku: %s"
+msgstr "nie można utworzyÄ potoku"
-#: src/util.c:268
-#, fuzzy
+#: src/util.c:271
msgid "Failed to create pipe"
-msgstr "Utworzenie potoku nie powiodÅo siÄ: %s"
+msgstr "Utworzenie potoku nie powiodÅo siÄ"
-#: src/util.c:297 src/util.c:383
-#, fuzzy
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
-msgstr "nie można rozdzieliÄ procesu potomnego: %s"
+msgstr "nie można rozdzieliÄ procesu potomnego"
-#: src/util.c:316 src/util.c:353
-#, fuzzy
+#: src/util.c:319 src/util.c:356
msgid "cannot unblock signals"
-msgstr "nie można odblokowaÄ sygnaÅów: %s"
+msgstr "nie można odblokowaÄ sygnaÅów"
-#: src/util.c:370
-#, fuzzy
+#: src/util.c:373
msgid "cannot become session leader"
-msgstr "nie można przeÅÄ
czyÄ na przywódcÄ sesji: %s"
+msgstr "nie można przeÅÄ
czyÄ na przywódcÄ sesji"
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr "nie można zmieniÄ na folder roota: %s"
-#: src/util.c:394
-#, fuzzy
+#: src/util.c:397
msgid "failed to setup stdin file handle"
-msgstr "ustawienie obsÅugi plików standardowego wejÅcia nie powiodÅo siÄ: %s"
+msgstr "ustawienie obsÅugi plików standardowego wejÅcia nie powiodÅo siÄ"
-#: src/util.c:400
-#, fuzzy
+#: src/util.c:403
msgid "failed to setup stdout file handle"
-msgstr "ustawienie obsÅugi plików standardowego wyjÅcia nie powiodÅo siÄ: %s"
+msgstr "ustawienie obsÅugi plików standardowego wyjÅcia nie powiodÅo siÄ"
-#: src/util.c:406
-#, fuzzy
+#: src/util.c:409
msgid "failed to setup stderr file handle"
msgstr ""
-"ustawienie obsÅugi plików standardowego wyjÅcia bÅÄdów nie powiodÅo siÄ: %s"
+"ustawienie obsÅugi plików standardowego wyjÅcia bÅÄdów nie powiodÅo siÄ"
-#: src/util.c:425
-#, fuzzy, c-format
+#: src/util.c:431
+#, c-format
msgid "cannot execute binary %s"
-msgstr "nie można wykonaÄ pliku binarnego \"%s\": %s"
+msgstr "nie można wykonaÄ pliku binarnego %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr "Nieznana odpowiedź sondażu."
-#: src/util.c:541
-#, fuzzy
+#: src/util.c:564
msgid "poll error"
-msgstr "bÅÄ
d sondażu: %s"
+msgstr "bÅÄ
d sondażu"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
"polecenie \"%s\" zostaÅo zakoÅczone ze stanem %d nie bÄdÄ
cym zerem i "
"sygnaÅem %d: %s"
-#: src/util.c:1497
-#, fuzzy, c-format
+#: src/util.c:1546
+#, c-format
msgid "Failed to find user record for uid '%d'"
-msgstr "Znalezienie rekordu użytkownika dla UID \"%d\" nie powiodÅo siÄ: %s"
+msgstr "Znalezienie rekordu użytkownika dla UID \"%d\" nie powiodÅo siÄ"
#: src/uuid.c:104
#, c-format
@@ -4392,19 +4839,23 @@ msgstr ""
"Przywracanie do pseudolosowego UUID, utworzenie losowych bajtów nie powiodÅo "
"siÄ: %s"
-#: src/virsh.c:334
+#: src/virsh.c:337
+msgid "unknown error"
+msgstr "nieznany bÅÄ
d"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "wyÅwietl pomoc"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "WyÅwietl pomoc globalnÄ
lub okreÅlonÄ
dla polecenia."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "nazwa polecenia"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4412,246 +4863,246 @@ msgstr ""
"Polecenia:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "automatycznie uruchom domenÄ"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
"Skonfiguruj domenÄ tak, aby byÅa automatycznie startowana po uruchomieniu."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "nazwa domeny, identyfikator lub UUID"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "wyÅÄ
cz automatyczne uruchamianie"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Oznaczenie domeny %s jako automatycznie uruchamianej nie powiodÅo siÄ"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Odznaczenie domeny %s jako automatycznie uruchamianej nie powiodÅo siÄ"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domena %s zostaÅa oznaczona jako automatycznie uruchamiana\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domena %s zostaÅa odznaczona jako automatycznie uruchamiana\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
-msgstr "ponownie poÅÄ
cz siÄ z nadzorcÄ
"
+msgstr "(ponownie) poÅÄ
cz siÄ z nadzorcÄ
"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"PoÅÄ
cz siÄ z lokalnym nadzorcÄ
. Jest to wbudowane polecenie po uruchomieniu "
"powÅoki."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "URI poÅÄ
czenia nadzorcÄ
"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "poÅÄ
czenie tylko do odczytu"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "RozÅÄ
czenie od nadzorcy nie powiodÅo siÄ"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "PoÅÄ
czenie z nadzorcÄ
nie powiodÅo siÄ"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "poÅÄ
cz siÄ z konsolÄ
goÅcia"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "PoÅÄ
cz wirtualnÄ
konsolÄ szeregowÄ
dla goÅcia"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "Brak konsoli dostÄpnych dla domeny\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "konsola nie jest zaimplementowana na tej platformie"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "lista domen"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Zwraca listÄ domen."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "lista nieaktywnych domen"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "lista nieaktywnych i aktywnych domen"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "WyÅwietlenie listy aktywnych domen nie powiodÅo siÄ"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "WyÅwietlenie listy aktywnych domen nie powiodÅo siÄ"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Identyfikator"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Nazwa"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "Stan"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "brak stanu"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "stan domeny"
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr "Zwraca stan domeny."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "uzyskaj statystyki urzÄ
dzenia blokowego domeny"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "Uzyskaj statystyki urzÄ
dzenia blokowego uruchomionej domeny."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "urzÄ
dzenie blokowe"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "Uzyskanie statystyk urzÄ
dzenia blokowego %s %s nie powiodÅo siÄ"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "uzyskaj statystyki interfejsu sieciowego domeny"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "Uzyskaj statystyki interfejsu sieciowego uruchomionej domeny."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "interfejs urzÄ
dzenia"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "Uzyskanie informacji o statystykach interfejsu %s %s nie powiodÅo siÄ"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "uÅpij domenÄ"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "UÅpij uruchomionÄ
domenÄ."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domena %s zostaÅa uÅpiona\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "UÅpienie domeny %s nie powiodÅo siÄ"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "utwórz domenÄ z pliku XML"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Utwórz domenÄ."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "plik zawierajÄ
cy opis XML domeny"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domena %s zostaÅa utworzona z %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Utworzenie domeny z %s nie powiodÅo siÄ"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "okreÅl (ale nie uruchamiaj) domenÄ z pliku XML"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "OkreÅl domenÄ."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domena %s zostaÅa okreÅlona z %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "OkreÅlenie domeny z %s nie powiodÅo siÄ"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "usuÅ okreÅlenie nieaktywnej domeny"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "UsuÅ okreÅlenie konfiguracji dla nieaktywnej domeny."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "nazwa lub UUID domeny"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
@@ -4661,362 +5112,374 @@ msgstr ""
"aby usunÄ
Ä okreÅlenie, najpierw wyÅÄ
cz, a potem usuÅ okreÅlenie używajÄ
c jej "
"nazwy lub UUID"
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "OkreÅlenie domeny %s zostaÅo usuniÄte\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "UsuniÄcie okreÅlenia domeny %s nie powiodÅo siÄ"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "uruchom (wczeÅniej okreÅlonÄ
) nieaktywnÄ
domenÄ"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Uruchom domenÄ."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "nazwa nieaktywnej domeny"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domena jest już aktywna"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domena %s zostaÅa uruchomiona\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Uruchomienie domeny %s nie powiodÅo siÄ"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "zapisz stan domey do pliku"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Zapisz uruchomionÄ
domenÄ."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "gdzie zapisaÄ dane"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domena %s zostaÅa zapisana do %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Zapisanie domeny %s do %s nie powiodÅo siÄ"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "wyÅwietl/ustaw parametry planisty"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "WyÅwietl/ustaw parametry planisty."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr "parametr=wartoÅÄ"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "waga XEN_CREDIT"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "nakrycie XEN_CREDIT"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "NieprawidÅowa wartoÅÄ szerokoÅci"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "NieprawidÅowa wartoÅÄ nakrycia"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr "BÅÄ
d podczas otrzymywania parametru"
-#: src/virsh.c:1162
+#: src/virsh.c:1186
msgid "Invalid value of param"
msgstr "NieprawidÅowa wartoÅÄ parametru"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "Planista"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "Nieznany"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "przywrÃ³Ä domenÄ z zapisanego stanu w pliku"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "PrzywrÃ³Ä domenÄ."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "stan do przywrócenia"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domena zostaÅa przywrócona z %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Przywrócenie domeny z %s nie powiodÅo siÄ"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "zrzuÄ core domeny do pliku do analiz"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "ZrzuÄ core domeny."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "gdzie zrzuciÄ core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domena %s zostaÅa zrzucona do %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Zrzucanie core domeny %s do %s nie powiodÅo siÄ"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "wznów domenÄ"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Wznów wczeÅniej uÅpionÄ
domenÄ."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domena %s zostaÅa wznowiona\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Wznowienie domeny %s nie powiodÅo siÄ"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "stosownie wyÅÄ
cz domenÄ"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Wykonaj shutdown w docelowej domenie."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domena %s jest wyÅÄ
czana\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "WyÅÄ
czenie domeny %s nie powiodÅo siÄ"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "uruchom ponownie domenÄ"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Wykonaj polecenie reboot w docelowej domenie."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domena %s jest ponownie uruchamiana\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Ponowne uruchomienie domeny %s nie powiodÅo siÄ"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "zniszcz domenÄ"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Zniszcz podanÄ
domenÄ."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domena %s zostaÅa zniszczona\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Zniszczenie domeny %s nie powiodÅo siÄ"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "informacje o domenie"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Zwraca podstawowe informacje o domenie."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Identyfikator:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Nazwa:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "Typ systemu operacyjnego:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "Stan:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "Procesory:"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "Czas procesora:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Maksymalna pamiÄÄ:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "brak limitu"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Użyta pamiÄÄ:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
msgid "Autostart:"
msgstr "Automatyczne uruchamianie:"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr "wÅÄ
cz"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr "wyÅÄ
cz"
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "Wolna pamiÄÄ NUMA"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "wyÅwietl dostÄpnÄ
wolnÄ
pamiÄÄ dla komórki NUMA."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "Numer komórki NUMA"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "Razem"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domena wirtualny procesor informacja"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Zwraca podstawowe informacje o wirtualnych procesorach domeny."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "Wirtualny procesor:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "Procesor:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "PokrewieÅstwo procesorów:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "Domena jest wyÅÄ
czona, nie ma wirtualnych procesorów."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "kontrola domena wirtualny procesor pokrewieÅstwo"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Przypnij wirtualny procesor domeny do fizycznego procesora hosta."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "liczba wirtualnych procesorów"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "liczby procesorów hosta (oddzielne przecinkami)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr "vcpupin: nieprawidÅowa lub brakujÄ
ca liczba wirtualnych procesorów."
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr "vcpupin: brak cpulist"
-#: src/virsh.c:1765
+#: src/virsh.c:1814
msgid "vcpupin: failed to get domain informations."
msgstr "vcpupin: uzyskanie informacji o domenie nie powiodÅo siÄ."
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin: nieprawidÅowa liczba wirtualnych procesorów."
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: nieprawidÅowy format. Pusty ÅaÅcuch."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
@@ -5024,7 +5487,7 @@ msgstr ""
"cpulist: %s: nieprawidÅowy format. Oczekiwana cyfra na pozycji %d (blisko \"%"
"c\")."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5033,1242 +5496,1299 @@ msgstr ""
"cpulist: %s: nieprawidÅowy format. Oczekiwana cyfra lub przecinek na pozycji "
"%d (blisko \"%c\")."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
"cpulist: %s: nieprawidÅowy format. WyÅledzenie przecinka na pozycji %d."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "Fizyczny procesor %d nie istnieje."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "zmieÅ liczbÄ wirtualnych procesorów"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "ZmieÅ liczbÄ wirtualnych procesorów w domenie goÅcia."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "liczba wirtualnych procesorów"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "NieprawidÅowa liczba wirtualnych procesorów."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "Za dużo wirtualnych procesorów."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "zmieÅ przydziaÅ pamiÄci"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "ZmieÅ obecny przydziaÅ pamiÄci w domenie goÅcia."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "liczba kilobajtów pamiÄci"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "NieprawidÅowa wartoÅÄ %d dla rozmiaru pamiÄci"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "Nie można sprawdziÄ MaxMemorySize"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "zmieÅ maksymalny limit pamiÄci"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "ZmieÅ maksymalny limit przydziaÅu pamiÄci w domenie goÅcia."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "maksymalny limit pamiÄci w kilobajtach"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "Nie można sprawdziÄ obecnego MemorySize"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "Nie można zmniejszyÄ obecnego MemorySize"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "Nie można zmieniÄ MaxMemorySize"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "informacje o wÄźle"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Zwraca podstawowe informacje o wÄźle."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "uzyskanie informacji o wÄźle nie powiodÅo siÄ"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "Model procesora:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CzÄstotliwoÅÄ procesora:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "Gniazda procesora:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Rdzeni na gniazdo:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "WÄ
tków na rdzeÅ:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "Komórki NUMA:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Rozmiar pamiÄci:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "możliwoÅci"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "Zwraca możliwoÅci nadzorcy/sterownika."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "uzyskanie możliwoÅci nie powiodÅo siÄ"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "informacje o domenie w XML-u"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "Przekaż informacje o domenie jako zrzut XML na standardowe wyjÅcie."
-#: src/virsh.c:2082
-#, fuzzy
+#: src/virsh.c:2131
msgid "show inactive defined XML"
-msgstr "nieaktywne domeny"
+msgstr "wyÅwietl nieaktywny okreÅlony XML"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
-msgstr ""
+msgstr "zawieraj prywatne informacje w zrzucie XML"
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "przekonwertuj identyfikator lub UUID domeny do nazwy domeny"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
-msgstr "ID lub UUID domeny"
+msgstr "identyfikator lub UUID domeny"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "przekonwertuj nazwÄ domeny lub UUID na identyfikator domeny"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "przekonwertuj nazwÄ lub identyfikator domeny na UUID domeny"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "identyfikator lub nazwa domeny"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "uzyskanie UUID domeny nie powiodÅo siÄ"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "migruj domenÄ do innego hosta"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr "Migruj domenÄ do innego hosta. Dodaj --live, aby migrowaÄ na żywo."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "migracja na żywo"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "URI poÅÄ
czenia z hostem docelowym"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "URI migracji, zwykle można pominÄ
Ä"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr "zmieÅ nazwÄ na nowÄ
podczas migracji (jeÅli jest obsÅugiwane)"
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "migracja: brak URI docelowego"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "automatycznie uruchom sieÄ"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
"Skonfiguruj sieÄ tak, aby byÅa automatycznie startowana po uruchomieniu."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "nazwa sieci lub UUID"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "oznaczenie sieci %s jako automatycznie uruchamianej nie powiodÅo siÄ"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "odznaczenie sieci %s jako automatycznie uruchamianej nie powiodÅo siÄ"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "SieÄ %s zostaÅa oznaczona jako automatycznie uruchamiana\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "SieÄ %s zostaÅa odznaczona jako automatycznie uruchamiana\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "utwórz sieÄ z pliku XML"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "Utwórz sieÄ."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "plik zawierajÄ
cy opis XML sieci"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "SieÄ %s zostaÅa utworzona z %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "Utworzenie sieci z %s nie powiodÅo siÄ"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "okreÅl (ale nie uruchamiaj) sieÄ z pliku XML"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "OkreÅl sieÄ."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "SieÄ %s zostaÅa okreÅlona z %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "OkreÅlenie sieci z %s nie powiodÅo siÄ"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "zniszcz sieÄ"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "Zniszcz podanÄ
sieÄ."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "nazwa sieci, identyfikator lub UUID"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "SieÄ %s zostaÅa zniszczona\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "Zniszczenie sieci %s nie powiodÅo siÄ"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "informacje o sieci w XML-u"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "Przekaż informacje o sieci jako zrzut XML na standardowe wyjÅcie."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "lista sieci"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "Zwraca listÄ sieci."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "lista nieaktywnych sieci"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "lista nieaktywnych i aktywnych sieci"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "WyÅwietlenie listy aktywnych sieci nie powiodÅo siÄ"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "WyÅwietlenie listy nieaktywnych sieci nie powiodÅo siÄ"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "Automatyczne uruchamianie"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "brak automatycznego uruchamiania"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "aktywne"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "nieaktywne"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "przekonwertuj identyfikator lub UUID sieci do nazwy sieci"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "UUID sieci"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "uruchom (wczeÅniej okreÅlonÄ
) nieaktywnÄ
sieÄ"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "Uruchom sieÄ."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "nazwa nieaktywnej sieci"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "SieÄ %s zostaÅa uruchomiona\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "Uruchomienie sieci %s nie powiodÅo siÄ"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "usuÅ okreÅlenie nieaktywnej sieci"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "UsuÅ okreÅlenie konfiguracji dla nieaktywnej sieci."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "OkreÅlenie sieci %s zostaÅo usuniÄte\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "UsuniÄcie okreÅlenia sieci %s nie powiodÅo siÄ"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "przekonwertuj nazwÄ sieci na UUID sieci"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "nazwa sieci"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "uzyskanie UUID sieci nie powiodÅo siÄ"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
msgid "autostart a pool"
msgstr "automatycznie uruchom pulÄ"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
"Skonfiguruj pulÄ tak, aby byÅa automatycznie startowana po uruchomieniu."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr "nazwa lub UUID puli"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "oznaczenie puli %s jako automatycznie uruchamianej nie powiodÅo siÄ"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "odznaczenie puli %s jako automatycznie uruchamianej nie powiodÅo siÄ"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Pula %s zostaÅa oznaczona jako automatycznie uruchamiana\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Pula %s zostaÅa odznaczona jako automatycznie uruchamiana\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr "utwórz pulÄ z pliku XML"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr "Utwórz pulÄ."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr "plik zawierajÄ
cy opis XML puli"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, c-format
msgid "Pool %s created from %s\n"
msgstr "Utworzono pulÄ %s z %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr "Utworzenie puli z %s nie powiodÅo siÄ"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr "nazwa puli"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr "typ puli"
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr "host źródÅowy dla podstawowej pamiÄci masowej"
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr "Åcieżka źródÅowa dla podstawowej pamiÄci masowej"
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr "urzÄ
dzenie źródÅowe dla podstawowej pamiÄci masowej"
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr "nazwa źródÅowa dla podstawowej pamiÄci masowej"
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr "cel podstawowej pamiÄci masowej"
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
msgid "Failed to allocate XML buffer"
msgstr "Przydzielenie bufora XML-a nie powiodÅo siÄ"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr "utwórz pulÄ z zestawu parametrów"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr "Utworzono pulÄ %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr "Utworzenie puli %s nie powiodÅo siÄ"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr "okreÅl (ale nie uruchamiaj) puli z pliku XML"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr "OkreÅl pulÄ."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "OkreÅlono pulÄ %s z %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr "OkreÅlenie puli z %s nie powiodÅo siÄ"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr "okreÅl pulÄ z zestawu parametrów"
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr "OkreÅlono pulÄ %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr "OkreÅlenia puli %s nie powiodÅo siÄ"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr "zbuduj pulÄ"
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr "Zbuduj podanÄ
pulÄ."
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, c-format
msgid "Pool %s built\n"
msgstr "Zbudowano pulÄ %s\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, c-format
msgid "Failed to build pool %s"
msgstr "Zbudowanie puli %s nie powiodÅo siÄ"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr "zniszcz pulÄ"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr "Zniszcz podanÄ
pulÄ."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr "Zniszczono pulÄ %s\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, c-format
msgid "Failed to destroy pool %s"
msgstr "Zniszczenie puli %s nie powiodÅo siÄ"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr "usuÅ pulÄ"
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr "UsuÅ podanÄ
pulÄ."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr "UsuniÄto pulÄ %s\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, c-format
msgid "Failed to delete pool %s"
msgstr "UsuniÄcie puli %s nie powiodÅo siÄ"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr "odÅwież pulÄ"
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr "OdÅwież podanÄ
pulÄ."
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr "OdÅwieżono pulÄ %s\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr "OdÅwieżenie puli %s nie powiodÅo siÄ"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr "informacje o puli w XML-u"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr "Przekaż informacje o puli jako zrzut XML na standardowe wyjÅcie."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr "lista pul"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
msgid "Returns list of pools."
msgstr "Zwraca listÄ pul."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr "lista nieaktywnych pul"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
msgid "list inactive & active pools"
msgstr "lista nieaktywnych i aktywnych pul"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
msgid "Failed to list active pools"
msgstr "WyÅwietlenie listy aktywnych pul nie powiodÅo siÄ"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
msgid "Failed to list inactive pools"
msgstr "WyÅwietlenie listy nieaktywnych pul nie powiodÅo siÄ"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr "znajdź potencjalne źródÅa puli pamiÄci masowej"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr "Zwraca dokument <źródÅowy> XML."
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr "typ źródeÅ puli pamiÄci masowej do wyszukania"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr "opcjonalny host do odpytania"
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr "opcjonalny port do odpytania"
-#: src/virsh.c:3437
+#: src/virsh.c:3497
msgid "Out of memory"
msgstr "Brak pamiÄci"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr "virAsprintf nie powiodÅo siÄ (errno %d)"
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, c-format
msgid "Failed to find any %s pool sources"
msgstr "Znalezienie źródeÅ pul %s nie powiodÅo siÄ"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr "wykryj potencjalne źródÅa puli pamiÄci masowej"
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr "typ źródeÅ puli pamiÄci masowej do wykrycia"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr "opcjonalny plik źródÅowy XML do odpytania dla pul"
-#: src/virsh.c:3535
+#: src/virsh.c:3595
msgid "storage pool information"
msgstr "informacje o puli pamiÄci masowej"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr "Zwraca podstawowe informacje o puli pamiÄci masowej."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr "budowanie"
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "uruchamianie"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr "zdegradowano"
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr "PojemnoÅÄ:"
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr "PrzydziaÅ:"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr "DostÄpne:"
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr "przekonwertuj UUID puli do nazwy puli"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr "UUID puli"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr "uruchom (wczeÅniej okreÅlonÄ
) nieaktywnÄ
pulÄ"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr "Uruchom pulÄ."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr "nazwa nieaktywnej puli"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr "Uruchomiono pulÄ %s\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, c-format
msgid "Failed to start pool %s"
msgstr "Uruchomienie puli %s nie powiodÅo siÄ"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr "utwórz wolumin z zestawu parametrów"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr "Utwórz wolumin."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr "nazwa puli"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr "nazwa woluminu"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr "rozmiar woluminu z opcjonalnym przyrostkiem k, M, G, T"
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr "poczÄ
tkowo przydzielony rozmiar z opcjonalnym przyrostkiem k, M, G, T"
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr "typ formatu pliku raw, bochs, qcow, qcow2, vmdk"
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr "BÅÄdnie sformatowany rozmiar %s"
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr "Wolumin %s zostaÅa utworzony\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, c-format
msgid "Failed to create vol %s"
msgstr "Utworzenie woluminu %s nie powiodÅo siÄ"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
msgid "undefine an inactive pool"
msgstr "usuÅ okreÅlenie nieaktywnej puli"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
msgid "Undefine the configuration for an inactive pool."
msgstr "UsuÅ okreÅlenie konfiguracji dla nieaktywnej puli."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr "OkreÅlenie puli %s zostaÅo usuniÄte\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, c-format
msgid "Failed to undefine pool %s"
msgstr "UsuniÄcie okreÅlenia puli %s nie powiodÅo siÄ"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
msgid "convert a pool name to pool UUID"
msgstr "przekonwertuj nazwÄ puli na UUID puli"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
msgid "failed to get pool UUID"
msgstr "uzyskanie UUID puli nie powiodÅo siÄ"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
msgid "create a vol from an XML file"
msgstr "utwórz wolumin z pliku XML"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
msgid "file containing an XML vol description"
msgstr "plik zawierajÄ
cy opis XML woluminu"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, c-format
msgid "Vol %s created from %s\n"
msgstr "Wolumin %s zostaÅ utworzony z %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, c-format
msgid "Failed to create vol from %s"
msgstr "Utworzenie woluminu z %s nie powiodÅo siÄ"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr "usuÅ wolumin"
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr "UsuÅ podany wolumin."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr "nazwa, klucz lub Åcieżka woluminu"
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr "UsuniÄto wolumin %s\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, c-format
msgid "Failed to delete vol %s"
msgstr "UsuniÄcie woluminu %s nie powiodÅo siÄ"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
msgid "storage vol information"
msgstr "informacje o woluminie pamiÄci masowej"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr "Zwraca podstawowe informacje o woluminie pamiÄci masowej."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
msgid "Type:"
msgstr "Typ:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr "plik"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr "zablokuj"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
msgid "vol information in XML"
msgstr "informacje o woluminie w XML-u"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
msgid "Output the vol information as an XML dump to stdout."
msgstr "Przekaż informacje o woluminie jako zrzut XML na standardowe wyjÅcie."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
msgid "list vols"
msgstr "lista woluminów"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
msgid "Returns list of vols by pool."
msgstr "Zwraca listÄ woluminów po pulach."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
msgid "Failed to list active vols"
msgstr "WyÅwietlenie listy aktywnych woluminów nie powiodÅo siÄ"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr "Åcieżka"
-#: src/virsh.c:4145
+#: src/virsh.c:4205
msgid "convert a vol UUID to vol name"
msgstr "przekonwertuj UUID woluminu do nazwy woluminu"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr "klucz lub Åcieżka woluminu"
-#: src/virsh.c:4178
+#: src/virsh.c:4238
msgid "convert a vol UUID to vol key"
msgstr "przekonwertuj UUID woluminu do klucza woluminu"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
msgid "vol uuid"
msgstr "UUID woluminu"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
msgid "convert a vol UUID to vol path"
msgstr "przekonwertuj UUID woluminu do Åcieżki woluminu"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr "nazwa lub klucz woluminu"
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "wyÅwietl wersjÄ"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "WyÅwietl informacje o wersji systemu."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "uzyskanie typu nadzorcy nie powiodÅo siÄ"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Skompilowano z bibliotekÄ
: libvirt %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "uzyskanie wersji biblioteki nie powiodÅo siÄ"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Używa biblioteki: libvirt %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Używa API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "uzyskanie wersji nadzorcy nie powiodÅo siÄ"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Nie można wydobyÄ wersji uruchomionego nadzorcy %s\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Uruchamianie nadzorcy: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr "wylicz urzÄ
dzenia na tym hoÅcie"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr "nazwa możliwoÅci"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
msgid "Failed to count node devices"
msgstr "Policzenie urzÄ
dzeÅ wÄzÅów nie powiodÅo siÄ"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
msgid "Failed to list node devices"
msgstr "WyÅwietlenie listy urzÄ
dzeÅ wÄzÅów nie powiodÅo siÄ"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr "szczegóÅy urzÄ
dzenia wÄzÅa w XML-u"
-#: src/virsh.c:4381
+#: src/virsh.c:4441
msgid "Output the node device details as an XML dump to stdout."
msgstr ""
"Przekaż szczegóÅy urzÄ
dzenia wÄzÅa jako zrzut XML na standardowe wyjÅcie."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr "klucz urzÄ
dzenia"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr "Nie można znaleÅºÄ pasujÄ
cego urzÄ
dzenia"
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "DoÅÄ
cz nowe urzÄ
dzenie dyskowe."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "PomyÅlnie odÅÄ
czono urzÄ
dzenie\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "OdÅÄ
czenie urzÄ
dzenia z %s nie powiodÅo siÄ"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "DoÅÄ
cz nowe urzÄ
dzenie dyskowe."
+
+#: src/virsh.c:4544
+#, fuzzy, c-format
+msgid "Device %s re-attached\n"
+msgstr "PomyÅlnie podÅÄ
czono urzÄ
dzenie\n"
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "DoÅÄ
czenie urzÄ
dzenia z %s nie powiodÅo siÄ"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "cel urzÄ
dzenia dyskowego"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Uzyskaj statystyki urzÄ
dzenia blokowego uruchomionej domeny."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domena %s zostaÅa wznowiona\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "utworzenie urzÄ
dzenia %s nie powiodÅo siÄ"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "wyÅwietl nazwÄ hosta nadzorcy"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "uzyskanie nazwy hosta nie powiodÅo siÄ"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "wyÅwietl kanoniczne URI nadzorcy"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "uzyskanie URI nie powiodÅo siÄ"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
-msgstr "Ekran VNC"
+msgstr "ekran VNC"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "Przekaż adres IP i numer portu do ekranu VNC."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "konsola TTY"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "WyjÅcie urzÄ
dzenia na konsolÄ TTY."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "doÅÄ
cz urzÄ
dzenie z pliku XML"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "DoÅÄ
cz urzÄ
dzenie z <pliku> XML."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "Plik XML"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr "attach-device: brak opcji <file>"
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "DoÅÄ
czenie urzÄ
dzenia z %s nie powiodÅo siÄ"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr "PomyÅlnie podÅÄ
czono urzÄ
dzenie\n"
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "odÅÄ
cz urzÄ
dzenie z pliku XML"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "OdÅÄ
cz urzÄ
dzenie z <pliku> XML"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr "detach-device: brak opcji <file>"
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "OdÅÄ
czenie urzÄ
dzenia z %s nie powiodÅo siÄ"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr "PomyÅlnie odÅÄ
czono urzÄ
dzenie\n"
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "doÅÄ
cz interfejs sieciowy"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "DoÅÄ
cz nowy interfejs sieciowy."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "typ interfejsu sieciowego"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "źródÅo interfejsu sieciowego"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "nazwa sieci docelowej"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
msgid "MAC address"
msgstr "Adres MAC"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "skrypt użyty do mostkowania interfejsu sieciowego"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "Brak obsÅugi %s przez polecenie \"attach-interface\""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr "PomyÅlnie podÅÄ
czono interfejs\n"
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "odÅÄ
cz interfejs sieciowy"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "OdÅÄ
cz interfejs sieciowy."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "Uzyskanie informacji o interfejsie nie powiodÅo siÄ"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "Nie znaleziono interfejsu o typie %s"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "Nie znaleziono interfejsu o adresie MAC %s"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "Przydzielenie pamiÄci nie powiodÅo siÄ"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "Utworzenie XML nie powiodÅo siÄ"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr "PomyÅlnie odÅÄ
czono interfejs\n"
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "doÅÄ
cz urzÄ
dzenie dyskowe"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "DoÅÄ
cz nowe urzÄ
dzenie dyskowe."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "źródÅo urzÄ
dzenia dyskowego"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "cel urzÄ
dzenia dyskowego"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "sterownik urzÄ
dzenia dyskowego"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "podsterownik urzÄ
dzenia dyskowego"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "typ urzÄ
dzenia docelowego"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "tryb odczytywania i zapisywania urzÄ
dzenia"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "Brak obsÅugi %s przez polecenie \"attach-disk\""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr "PomyÅlnie podÅÄ
czono dysk\n"
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "odÅÄ
cz urzÄ
dzenie dyskowe"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "OdÅÄ
cz urzÄ
dzenie dyskowe."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "Uzyskanie informacji o dysku nie powiodÅo siÄ"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "Nie znaleziono dysku o celu %s"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr "PomyÅlnie odÅÄ
czono dysk\n"
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "malloc: przydzielenie tymczasowej nazwy pliku nie powiodÅo siÄ: %s"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "mkstemp: utworzenie pliku tymczaswego nie powiodÅo siÄ: %s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "write: %s: zapisanie do pliku tymczasowego nie powiodÅo siÄ: %s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr ""
"close: %s: zapisanie lub zamkniÄcie pliku tymczasowego nie powiodÅo siÄ: %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
@@ -6277,7 +6797,7 @@ msgstr ""
"%s: zmienna Årodowiskowa $EDITOR zawiera powÅokÄ meta lub inne "
"nieakceptowalne znaki"
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
@@ -6286,88 +6806,88 @@ msgstr ""
"%s: tymczasowa nazwa pliku zawiera powÅokÄ meta lub inne nieakceptowalne "
"znaki ($TMPDIR jest bÅÄdne?)"
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "virAsprintf: nie można utworzyÄ polecenia modyfikowania: %s"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, c-format
msgid "%s: edit command failed: %s"
msgstr "%s: polecenie modyfikacji nie powiodÅo siÄ: %s"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr "%s: polecenie zostaÅo zakoÅczone ze stanem nie bÄdÄ
cym zerem"
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: odczytanie pliku tymczasowego nie powiodÅo siÄ: %s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
msgid "edit XML configuration for a domain"
msgstr "zmodyfikuj konfiguracjÄ XML dla domeny"
-#: src/virsh.c:5355
+#: src/virsh.c:5538
msgid "Edit the XML configuration for a domain."
msgstr "Zmodyfikuj konfiguracjÄ XML dla domeny."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr "Konfiguracja XML domeny %s nie zostaÅa zmieniona.\n"
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr "BÅÄD: konfiguracja XML zostaÅa zmieniona przez innego użytkownika"
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "Konfiguracja XML domeny %s zostaÅa zmodyfikowana.\n"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
msgid "edit XML configuration for a network"
msgstr "zmodyfikuj konfiguracjÄ XML dla sieci"
-#: src/virsh.c:5457
+#: src/virsh.c:5641
msgid "Edit the XML configuration for a network."
msgstr "Zmodyfikuj konfiguracjÄ XML dla sieci."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
msgid "edit XML configuration for a storage pool"
msgstr "zmodyfikuj konfiguracjÄ XML dla puli pamiÄci masowej"
-#: src/virsh.c:5474
+#: src/virsh.c:5658
msgid "Edit the XML configuration for a storage pool."
msgstr "Zmodyfikuj konfiguracjÄ XML dla puli pamiÄci masowej."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "zakoÅcz ten interaktywny terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "polecenie \"%s\" wymaga opcji <%s>"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "polecenie \"%s\" wymaga opcji --%s"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "polecenie \"%s\" nie istnieje"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAZWA\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6375,17 +6895,17 @@ msgstr ""
"\n"
" STRESZCZENIE\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, c-format
msgid "[--%s <number>]"
msgstr "[--%s <liczba>]"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, c-format
msgid "[--%s <string>]"
msgstr "[--%s <ÅaÅcuch>]"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6393,7 +6913,7 @@ msgstr ""
"\n"
" OPIS\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6401,58 +6921,58 @@ msgstr ""
"\n"
" OPCJE\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <liczba>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <ÅaÅcuch>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr "wewnÄtrzny bÅÄ
d: virsh %s: brak opcji %s VSH_OT_DATA"
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "nieokreÅlona nazwa domeny lub identyfikator"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "uzyskanie domeny \"%s\" nie powiodÅo siÄ"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "nieokreÅlona nazwa sieci"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "uzyskanie sieci \"%s\" nie powiodÅo siÄ"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
msgid "undefined pool name"
msgstr "nieokreÅlona nazwa puli"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, c-format
msgid "failed to get pool '%s'"
msgstr "uzyskanie puli \"%s\" nie powiodÅo siÄ"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
msgid "undefined vol name"
msgstr "nieokreÅlona nazwa woluminu"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, c-format
msgid "failed to get vol '%s'"
msgstr "uzyskanie woluminu \"%s\" nie powiodÅo siÄ"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6463,129 +6983,129 @@ msgstr ""
"(Czas: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "brak \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "nieoczekiwany token (nazwa polecenia): \"%s\""
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "nieznane polecenie: \"%s\""
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "polecenie \"%s\" nie obsÅuguje opcji --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "nieoczekiwana skÅadnia: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "liczba"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "ÅaÅcuch"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "nieoczekiwane dane \"%s\""
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPCJA"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DANE"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr "bezczynne"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "wstrzymane"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "wyÅÄ
cza siÄ"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "wyÅÄ
czone"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "zawieszone"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "brak prawidÅowego poÅÄ
czenia"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: bÅÄ
d: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "bÅÄ
d: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: przydzielenie %d bajtów nie powiodÅo siÄ"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: przydzielenie %lu bajtów nie powiodÅo siÄ"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "poÅÄ
czenie siÄ z nadzorcÄ
nie powiodÅo siÄ"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "uzyskanie informacji o pliku dziennika nie powiodÅo siÄ"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "Åcieżka do dziennika nie jest plikiem"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
"otwarcie pliku dziennika nie powiodÅo siÄ. sprawdź ÅcieżkÄ do pliku dziennika"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "zapisanie pliku dziennika nie powiodÅo siÄ"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: zapisanie pliku dziennika nie powiodÅo siÄ: %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
msgid "failed to disconnect from the hypervisor"
msgstr "rozÅÄ
czenie od nadzorcy nie powiodÅo siÄ"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6618,7 +7138,7 @@ msgstr ""
"\n"
" polecenia (tryb nieinteraktywny):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6628,17 +7148,17 @@ msgstr ""
" (podaj help <polecenie>, aby uzyskaÄ szczegóÅy o poleceniu)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "nieobsÅugiwana opcja \"-%c\". Zobacz --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr "dodatkowy parametr \"%s\". Zobacz --help."
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6647,7 +7167,7 @@ msgstr ""
"Witaj w %s, interaktywnym terminalu wirtualizacji.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6657,464 +7177,476 @@ msgstr ""
" \"quit\", aby zakoÅczyÄ\n"
"\n"
-#: src/virterror.c:192
-#, fuzzy
+#: src/virterror.c:195
msgid "Unknown failure"
-msgstr "Nieznany bÅÄ
d"
+msgstr "Nieznane niepowodzenie"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "ostrzeżenie"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "bÅÄ
d"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "Nie podano komunikatu bÅÄdu"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "wewnÄtrzny bÅÄ
d %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "wewnÄtrzny bÅÄ
d"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "brak pamiÄci"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "ta funkcja jest nieobsÅugiwana przez nadzorcÄ"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "ta funkcja jest nieobsÅugiwana przez nadzorcÄ: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "nie można poÅÄ
czyÄ siÄ z nadzorcÄ
"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "nie można poÅÄ
czyÄ siÄ z %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "nieprawidÅowy wskaźnik poÅÄ
czenia w"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "nieprawidÅowy wskaźnik poÅÄ
czenia w %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "nieprawidÅowy wskaźnik domeny w"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "nieprawidÅowy wskaźnik domeny w %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "nieprawidÅowy parametr w"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "nieprawidÅowy parametr w %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operacja nie powiodÅa siÄ: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operacja nie powiodÅa siÄ"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "operacja GET nie powiodÅa siÄ: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "operacja GET nie powiodÅa siÄ"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "operacja POST nie powiodÅa siÄ: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "operacja POST nie powiodÅa siÄ"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "otrzymano nieznany kod bÅÄdu HTTP %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "nieznany host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "nieznany host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "uszeregowanie S-Expr nie powiodÅo siÄ: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "uszeregowanie S-Expr nie powiodÅo siÄ"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "nie można użyÄ wpisu nadzorcy Xen"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "nie można użyÄ wpisu nadzorcy Xen %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "nie można poÅÄ
czyÄ siÄ z Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "nie można poÅÄ
czyÄ siÄ z Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, c-format
msgid "failed Xen syscall %s"
msgstr "wywoÅanie systemowe Xena nie powiodÅo siÄ %s"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "nieznany typ systemu operacyjnego"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "nieznany typ systemu operacyjnego %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "brak informacji o jÄ
drze"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "brak informacji o urzÄ
dzeniu root"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "brak informacji o urzÄ
dzeniu root w %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "brak informacji źródÅowych dla urzÄ
dzenia"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "brak informacji źródÅowych dla urzÄ
dzenia %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "brak informacji docelowej dla urzÄ
dzenia"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "brak informacji docelowej dla urzÄ
dzenia %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "brak informacji o nazwie domeny"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "brak informacji o nazwie domeny w %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "brak informacji o systemie operacyjnym"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "brak informacji o systemie operacyjnym %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "brak informacji o urzÄ
dzeniach"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "brak informacji o urzÄ
dzeniach dla %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "zarejestrowano za dużo sterowników"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "zarejestrowano za dużo sterowników w %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr ""
"wywoÅanie biblioteki nie powiodÅo siÄ, prawdopodobnie jest nieobsÅugiwana"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr ""
"wywoÅanie biblioteki %s nie powiodÅo siÄ, prawdopodobnie jest nieobsÅugiwana"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "opis XML nie jest dobrze sformuÅowany lub jest nieprawidÅowy"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "opis XML dla %s nie jest dobrze sformuÅowany lub jest nieprawidÅowy"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "ta domena już istnieje"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domena %s już istnieje"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operacja jest zabroniona z powodu uprawnieÅ tylko do odczytu"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operacja %s jest zabroniona z powodu uprawnieÅ tylko do odczytu"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "otwarcie pliku konfiguracji do odczytania nie powiodÅo siÄ"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "otwarcie %s do odczytania nie powiodÅo siÄ"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "odczytanie pliku konfiguracji nie powiodÅo siÄ"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "odczytanie pliku konfiguracji %s nie powiodÅo siÄ"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "przeanalizowanie pliku konfiguracji nie powiodÅo siÄ"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "przeanalizowanie pliku konfiguracji %s nie powiodÅo siÄ"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "bÅÄ
d skÅadni pliku konfiguracji"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "bÅÄ
d skÅadni pliku konfiguracji: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "zapisanie pliku konfiguracji nie powiodÅo siÄ"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "zapisanie pliku konfiguracji nie powiodÅo siÄ: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "bÅÄ
d parsera"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "nieprawidÅowy wskaźnik sieciowy w"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "nieprawidÅowy wskaźnik sieciowy w %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "ta sieÄ już istnieje"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "sieÄ %s już istnieje"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "bÅÄ
d wywoÅania systemowego"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "bÅÄ
d RPC"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "bÅÄ
d wywoÅania GNUTLS"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "Znalezienie sieci nie powiodÅo siÄ"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "Znalezienie sieci nie powiodÅo siÄ: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "Nie znaleziono domeny"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "Nie znaleziono domeny: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "Nie znaleziono sieci"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "Nie znaleziono sieci: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
msgid "invalid MAC address"
msgstr "nieprawidÅowy adres MAC"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, c-format
msgid "invalid MAC address: %s"
msgstr "nieprawidÅowy adres MAC: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "uwierzytelnienie nie powiodÅo siÄ"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "uwierzytelnienie nie powiodÅo siÄ: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
msgid "Storage pool not found"
msgstr "Nie znaleziono puli pamiÄci masowej"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, c-format
msgid "Storage pool not found: %s"
msgstr "Nie znaleziono puli pamiÄci masowej: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
msgid "Storage volume not found"
msgstr "Nie znaleziono woluminu pamiÄci masowej"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, c-format
msgid "Storage volume not found: %s"
msgstr "Nie znaleziono woluminu pamiÄci masowej: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
msgid "invalid storage pool pointer in"
msgstr "nieprawidÅowy wskaźnik puli pamiÄci masowej w"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr "nieprawidÅowy wskaźnik puli pamiÄci masowej w %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
msgid "invalid storage volume pointer in"
msgstr "nieprawidÅowy wskaźnik woluminu pamiÄci masowej w"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr "nieprawidÅowy wskaźnik woluminu pamiÄci masowej w %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
msgid "Failed to find a storage driver"
msgstr "Znalezienie sterownika pamiÄci masowej nie powiodÅo siÄ"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Znalezienie sterownika pamiÄci masowej nie powiodÅo siÄ: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
msgid "Failed to find a node driver"
msgstr "Znalezienie sterownika wÄzÅa nie powiodÅo siÄ"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, c-format
msgid "Failed to find a node driver: %s"
msgstr "Znalezienie sterownika wÄzÅa nie powiodÅo siÄ: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
msgid "invalid node device pointer"
msgstr "nieprawidÅowy wskaźnik urzÄ
dzenia wÄzÅa"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, c-format
msgid "invalid node device pointer in %s"
msgstr "nieprawidÅowy wskaźnik urzÄ
dzenia wÄzÅa w %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
msgid "Node device not found"
msgstr "Nie znaleziono urzÄ
dzenia wÄzÅa"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, c-format
msgid "Node device not found: %s"
msgstr "Nie znaleziono urzÄ
dzenia wÄzÅa: %s"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
#, fuzzy
+msgid "Security model not found"
+msgstr "Nie znaleziono puli pamiÄci masowej"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Nie znaleziono puli pamiÄci masowej: %s"
+
+#: src/virterror.c:1068
msgid "internal error: buffer too small"
-msgstr "Bufor parametrów jest za maÅy"
+msgstr "wewnÄtrzny bÅÄ
d: bufor jest za maÅy"
#: src/xen_inotify.c:133 src/xen_inotify.c:208
#, c-format
@@ -7151,9 +7683,9 @@ msgid "failed to allocate configInfoList"
msgstr "przydzielenie configInfoList nie powiodÅo siÄ"
#: src/xen_inotify.c:409
-#, fuzzy, c-format
+#, c-format
msgid "cannot open directory: %s"
-msgstr "nie można otworzyÄ urzÄ
dzenia %s"
+msgstr "nie można otworzyÄ folderu: %s"
#: src/xen_inotify.c:427
msgid "Error adding file to config list"
@@ -7176,15 +7708,14 @@ msgstr "Zaufany parametr wagi planisty (%d) jest poza zakresem (1-65535)"
#: src/xen_internal.c:1310
#, c-format
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
-msgstr "Zaufany parametr nakrycia planisty (%d) jest poza zakresem (1-65535)"
+msgstr "Zaufany parametr nakrycia planisty (%d) jest poza zakresem (0-65535)"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
-#, fuzzy, c-format
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
+#, c-format
msgid "cannot read file %s"
-msgstr "nie można odczytaÄ %s: %s"
+msgstr "nie można odczytaÄ pliku %s"
#: src/xen_unified.c:269
-#, fuzzy
msgid "cannot initialise mutex"
msgstr "nie można zainicjowaÄ muteksa"
@@ -7211,9 +7742,9 @@ msgid "xend_post: error from xen daemon: %s"
msgstr "xend_post: bÅÄ
d demona Xen: %s"
#: src/xend_internal.c:846
-#, fuzzy, c-format
+#, c-format
msgid "unable to connect to '%s:%s'"
-msgstr "nie można poÅÄ
czyÄ siÄ z \"%s\": %s"
+msgstr "nie można poÅÄ
czyÄ siÄ z \"%s:%s\""
#: src/xend_internal.c:956
msgid "failed to urlencode the create S-Expr"
@@ -7231,7 +7762,7 @@ msgstr "informacje o domenie sÄ
nieprawidÅowe, domid nie jest numeryczne"
msgid "domain information incomplete, missing uuid"
msgstr "informacje o domenie sÄ
niekompletne, brak UUID"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "informacje o domenie sÄ
niekompletne, brak nazwy"
@@ -7273,213 +7804,220 @@ msgstr "nie można przeanalizowaÄ nazwy pliku vbd, brak nazwy sterownika"
msgid "cannot parse vbd filename, missing driver type"
msgstr "nie można przeanalizowaÄ nazwy pliku vbd, brak typu sterownika"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr "bÅÄdnie sformatowany adres MAC \"%s\""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, c-format
msgid "unexpected sound model %s"
msgstr "nieoczekiwany model dźwiÄku %s"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, c-format
msgid "unknown graphics type '%s'"
msgstr "nieznany typ grafiki \"%s\""
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "informacje o domenie sÄ
niekompletne, brak identyfikatora"
-#: src/xend_internal.c:2241
-#, fuzzy, c-format
+#: src/xend_internal.c:2242
+#, c-format
msgid "invalid CPU mask %s"
-msgstr "nieprawidÅowy adres MAC: %s"
+msgstr "nieprawidÅowa maska procesora %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, c-format
msgid "unknown lifecycle type %s"
msgstr "nieznany typ cyklu życiowego %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "bÅÄ
d skÅadni topologii"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "przeanalizowanie informacji o domenie Xend nie powiodÅo siÄ"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, c-format
+msgid "Domain %s isn't running."
+msgstr "Domena %s nie jest uruchomiona."
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr "znalezienie tej domeny przez xenDaemonDomainFetch nie powiodÅo siÄ"
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
msgid "failed to build sexpr"
msgstr "zbudowanie sexpr nie powiodÅo siÄ"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
msgid "unsupported device type"
msgstr "nieobsÅugiwany typ urzÄ
dzenia"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr "znalezienie tej domeny przez xenDaemonGetAutostart nie powiodÅo siÄ"
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr "znalezienie tej domeny przez xenDaemonSetAutostart nie powiodÅo siÄ"
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
msgid "unexpected value from on_xend_start"
msgstr "nieoczekiwana wartoÅÄ z on_xend_start"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
msgid "no memory"
msgstr "brak pamiÄci"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
msgid "sexpr2string failed"
msgstr "sexpr2string nie powiodÅo siÄ"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
msgid "Failed to redefine sexpr"
msgstr "Ponowne okreÅlenia sexpr nie powiodÅo siÄ"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr "brak on_xend_start w sexpr"
-#: src/xend_internal.c:4122
-#, fuzzy, c-format
+#: src/xend_internal.c:4162
+#, c-format
msgid "unable to resolve name %s"
-msgstr "nie można rozwiÄ
zaÄ nazwy hosta \"%s\": %s"
+msgstr "nie można rozwiÄ
zaÄ nazwy %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
"xenDaemonDomainMigrate: Xen nie obsÅuguje zmieniania domen podczas migracji"
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
"xenDaemonDomainMigrate: Xen nie obsÅuguje ograniczeÅ pasma podczas migracji"
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr "xenDaemonDomainMigrate: nieobsÅugiwana flaga"
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr "xenDaemonDomainMigrate: nieprawidÅowe URI"
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
"xenDaemonDomainMigrate: tylko migracje xenmigr:// sÄ
obsÅugiwane przez Xena"
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr "xenDaemonDomainMigrate: nazwa hosta musi zostaÄ podana w URI"
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "xenDaemonDomainMigrate: nieprawidÅowy numer portu"
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
msgid "failed to parse domain description"
msgstr "przeanalizowanie opisu domeny nie powiodÅo siÄ"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Utworzenie nieaktywnej domeny %s nie powiodÅo siÄ\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr "nieobsÅugiwane w xendConfigVersion < 4"
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
msgid "node information incomplete, missing scheduler name"
msgstr "informacje o wÄźle sÄ
niekompletne, brak nazwy planisty"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr "strdup nie powiodÅo siÄ"
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr "Nieznany planista"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
msgid "Failed to get a scheduler name"
msgstr "Uzyskanie nazwy planisty nie powiodÅo siÄ"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
msgid "domain information incomplete, missing cpu_weight"
msgstr "informacje o domenie sÄ
niekompletne, brak cpu_weight"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
msgid "domain information incomplete, missing cpu_cap"
msgstr "informacje o domenie sÄ
niekompletne, brak cpu_cap"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr "domainBlockPeek jest nieobsÅugiwane przez dom0"
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr "%s: nieprawidÅowa Åcieżka"
-#: src/xend_internal.c:4762
-#, fuzzy, c-format
+#: src/xend_internal.c:4804
+#, c-format
msgid "failed to open for reading: %s"
-msgstr "otwarcie do odczytania nie powiodÅo siÄ: %s: %s"
+msgstr "otwarcie do odczytania nie powiodÅo siÄ: %s"
-#: src/xend_internal.c:4774
-#, fuzzy, c-format
+#: src/xend_internal.c:4816
+#, c-format
msgid "failed to lseek or read from file: %s"
-msgstr "wykonanie lseek lub odczytanie z pliku nie powiodÅo siÄ: %s: %s"
+msgstr "wykonanie lseek lub odczytanie z pliku nie powiodÅo siÄ: %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, c-format
msgid "unexpected graphics type %d"
msgstr "nieoczekiwany typ grafiki %d"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
msgid "unexpected chr device type"
msgstr "nieoczekiwany typ urzÄ
dzenia znakowego"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
-msgstr ""
+msgstr "Nie można bezpoÅrednio podÅÄ
czyÄ dyskietki %s"
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
-msgstr ""
+msgstr "Nie można bezpoÅrednio podÅÄ
czyÄ CD-ROM-u %s"
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr "nieobsÅugiwany typ sieci %d"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, c-format
msgid "unexpected lifecycle value %d"
msgstr "nieoczekiwana wartoÅÄ cyklu życiowego %d"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr "brak wczytywania domeny HVM"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr "podÅÄ
czanie tego typu urzÄ
dzenia podczas pracy jest nieobsÅugiwane"
@@ -7500,23 +8038,22 @@ msgid "config value %s was not a string"
msgstr "wartoÅÄ konfiguracji %s nie jest ÅaÅcuchem"
#: src/xm_internal.c:393
-#, fuzzy, c-format
+#, c-format
msgid "cannot stat: %s"
-msgstr "nie można wykonaÄ stat %s: %s"
+msgstr "nie można wykonaÄ stat: %s"
#: src/xm_internal.c:451
msgid "xenXMConfigCacheRefresh: virHashAddEntry"
msgstr "xenXMConfigCacheRefresh: virHashAddEntry"
#: src/xm_internal.c:490
-#, fuzzy
msgid "cannot get time of day"
-msgstr "uzyskiwanie obecnego czasu"
+msgstr "nie można uzyskaÄ czasu"
#: src/xm_internal.c:503
-#, fuzzy, c-format
+#, c-format
msgid "cannot read directory %s"
-msgstr "nie można utworzyÄ folderu dziennika %s"
+msgstr "nie można odczytaÄ folderu %s"
#: src/xm_internal.c:786
#, c-format
@@ -7554,66 +8091,79 @@ msgstr "nie można pobraÄ pliku konfiguracji dla domeny"
msgid "unexpected lifecycle action %d"
msgstr "nieoczekiwane dziaÅanie cyklu życia %d"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr "nie można pobraÄ nazwy pliku konfiguracji dla domeny do zastÄ
pienia"
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr "nie można pobraÄ wpisu konfiguracji dla domeny do zastÄ
pienia"
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
msgid "failed to remove old domain from config map"
msgstr "usuniÄcie starej domeny z mapy konfiguracji nie powiodÅo siÄ"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr "nazwa pliku konfiguracji jest za dÅuga"
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
msgid "unable to get current time"
msgstr "nie można uzyskaÄ obecnego czasu"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
msgid "unable to store config file handle"
msgstr "nie można przechowaÄ obsÅugi pliku konfiguracji"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
msgid "unknown device"
msgstr "nieznane urzÄ
dzenie"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
-msgstr ""
+msgstr "nie można sprawdziÄ odnoÅnika %s wskazujÄ
cego na konfiguracjÄ %s"
-#: src/xm_internal.c:2860
-#, fuzzy, c-format
+#: src/xm_internal.c:2859
+#, c-format
msgid "failed to create link %s to %s"
-msgstr "utworzenie dowiÄ
zania %s nie powiodÅo siÄ: %s"
+msgstr "utworzenie dowiÄ
zania %s do %s nie powiodÅo siÄ"
-#: src/xm_internal.c:2868
-#, fuzzy, c-format
+#: src/xm_internal.c:2867
+#, c-format
msgid "failed to remove link %s"
-msgstr "usuniÄcie dowiÄ
zania %s nie powiodÅo siÄ: %s"
+msgstr "usuniÄcie dowiÄ
zania %s nie powiodÅo siÄ"
#: src/xml.c:60
msgid "Invalid parameter to virXPathString()"
msgstr "NieprawidÅowy parametr virXPathString()"
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr "NieprawidÅowy parametr virXPathNumber()"
-#: src/xml.c:256
+#: src/xml.c:162
+msgid "Invalid parameter to virXPathLong()"
+msgstr "NieprawidÅowy parametr virXPathLong()"
+
+#: src/xml.c:249 src/xml.c:347
+msgid "Invalid parameter to virXPathULong()"
+msgstr "NieprawidÅowy parametr virXPathULong()"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr "NieprawidÅowy parametr virXPathBoolean()"
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr "NieprawidÅowy parametr virXPathNode()"
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "NieprawidÅowy parametr virXPathNodeSet()"
@@ -7637,300 +8187,10 @@ msgstr "dodawanie obserwacji @releaseDomain"
msgid "adding watch @introduceDomain"
msgstr "dodawanie obserwacji @introduceDomain"
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr "obserwacja jest już Åledzona"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
msgid "reallocating list"
msgstr "ponowne przydzielanie listy"
-
-#~ msgid "allocating configuration"
-#~ msgstr "przydzielanie konfiguracji"
-
-#~ msgid "allocate buffer"
-#~ msgstr "przydziel bufor"
-
-#~ msgid "allocating connection"
-#~ msgstr "przydzielanie poÅÄ
czenia"
-
-#~ msgid "allocating domain"
-#~ msgstr "przydzielanie domeny"
-
-#~ msgid "allocating network"
-#~ msgstr "przydzielanie sieci"
-
-#~ msgid "allocating storage pool"
-#~ msgstr "przydzielanie puli pamiÄci masowej"
-
-#~ msgid "allocating storage vol"
-#~ msgstr "przydzielanie woluminu pamiÄci masowej"
-
-#~ msgid "allocating node dev"
-#~ msgstr "przydzielanie urzÄ
dzenia wÄzÅa"
-
-#~ msgid "copying node dev name"
-#~ msgstr "kopiowanie nazwy urzÄ
dzenia wÄzÅa"
-
-#~ msgid "failed to allocate space for xmlXPathContext"
-#~ msgstr "przydzielenie przestrzeni dla xmlXPathContext nie powiodÅo siÄ"
-
-#~ msgid "cannot remove config for %s: %s"
-#~ msgstr "nie można usunÄ
Ä konfiguracji dla %s: %s"
-
-#~ msgid "unable to open connection"
-#~ msgstr "nie można otworzyÄ poÅÄ
czenia"
-
-#~ msgid "while loading LXC driver config"
-#~ msgstr "podczas wczytywania konfiguracji sterownika LXC"
-
-#~ msgid "failed to mount %s at %s for container: %s"
-#~ msgstr "zamontowanie %s na %s dla kontenera nie powiodÅo siÄ: %s"
-
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "open(%s) nie powiodÅo siÄ: %s"
-
-#~ msgid "clone() failed, %s"
-#~ msgstr "clone() nie powiodÅo siÄ, %s"
-
-#~ msgid "failed to allocate space for VM name string"
-#~ msgstr ""
-#~ "przydzielenie przestrzeni dla ÅaÅcucha nazwy maszyny wirtualnej nie "
-#~ "powiodÅo siÄ"
-
-#~ msgid "cannot create log directory %s: %s"
-#~ msgstr "nie można utworzyÄ folderu dziennika %s: %s"
-
-#~ msgid "uname(): %s"
-#~ msgstr "uname(): %s"
-
-#~ msgid "Failed to find user record for uid '%d': %s\n"
-#~ msgstr ""
-#~ "Znalezienie rekordu użytkownika dla UID \"%d\" nie powiodÅo siÄ: %s\n"
-
-#~ msgid "failed to allocate space for dnsmasq argv"
-#~ msgstr "przydzielenie przestrzeni dla dnsmasq argv nie powiodÅo siÄ"
-
-#~ msgid "failed to allocate space for IP tables support"
-#~ msgstr "przydzielenie przestrzeni dla obsÅugi iptables nie powiodÅo siÄ"
-
-#~ msgid "Got unexpected pid for dnsmasq\n"
-#~ msgstr "Otrzymano nieoczekiwany PID dla dnsmasq\n"
-
-#~ msgid "failed to allocate space for network bridge string"
-#~ msgstr ""
-#~ "przydzielenie przestrzeni dla ÅaÅcucha mostka sieci nie powiodÅo siÄ"
-
-#~ msgid "failed to allocate vncListen"
-#~ msgstr "przydzielenie vncListen nie powiodÅo siÄ"
-
-#~ msgid "failed to allocate vncTLSx509certdir"
-#~ msgstr "przydzielenie vncTLSx509certdir nie powiodÅo siÄ"
-
-#~ msgid "failed to allocate vnc_listen"
-#~ msgstr "przydzielenie vnc_listen nie powiodÅo siÄ"
-
-#~ msgid "failed to allocate space for tapfds string"
-#~ msgstr "przydzielenie przestrzeni dla ÅaÅcucha tapfds nie powiodÅo siÄ"
-
-#~ msgid "failed to allocate space for argv string"
-#~ msgstr "Przydzielenie przestrzeni dla ÅaÅcucha argv nie powiodÅo siÄ"
-
-#~ msgid "failed to allocate space for vm status"
-#~ msgstr ""
-#~ "przydzielenie przestrzeni dla stanu maszyny wirtualnej nie powiodÅo siÄ"
-
-#~ msgid "failed to allocate space for status file"
-#~ msgstr "przydzielenie przestrzeni dla stanu pliku nie powiodÅo siÄ"
-
-#~ msgid ""
-#~ "QEMU quit during %s startup\n"
-#~ "%s"
-#~ msgstr ""
-#~ "ZakoÅczono QEMU podczas uruchamiania %s\n"
-#~ "%s"
-
-#~ msgid "Failure while reading %s startup output: %s"
-#~ msgstr "Odczytanie wyjÅcia uruchamiania %s nie powiodÅo siÄ: %s"
-
-#~ msgid "failed to allocate space for monitor path"
-#~ msgstr "przydzielenie przestrzeni dla Åcieżki do monitora nie powiodÅo siÄ"
-
-#~ msgid "allocate cpumap"
-#~ msgstr "przydziel mapy procesora"
-
-#~ msgid "Got unexpected pid, damn\n"
-#~ msgstr "Otrzymano nieoczekiwany PID, cholera\n"
-
-#~ msgid "failed to allocate space for capabilities support"
-#~ msgstr "przydzielenie przestrzeni dla obsÅugi możliwoÅci nie powiodÅo siÄ"
-
-#~ msgid "failed to allocate space for ostype"
-#~ msgstr ""
-#~ "przydzielenie przestrzeni dla typu systemu operacyjnego nie powiodÅo siÄ"
-
-#~ msgid "failed to pause domain"
-#~ msgstr "wstrzymanie domeny nie powiodÅo siÄ"
-
-#~ msgid "unable to lookup user '%d': %s"
-#~ msgstr "nie można wyszukaÄ użytkownika \"%d\": %s"
-
-#~ msgid "struct private_data"
-#~ msgstr "agregacja private_data"
-
-#~ msgid "unknown direction (received %x, expected %x)"
-#~ msgstr "nieznany kierunek (otrzymano %x, oczekiwano %x)"
-
-#~ msgid "unknown serial (received %x, expected %x)"
-#~ msgstr "nieznany szeregowy (otrzymano %x, oczekiwano %x)"
-
-#~ msgid "socket closed unexpectedly"
-#~ msgstr "gniazdo zostaÅo nieoczekiwanie zamkniÄte"
-
-#~ msgid "error reading buffer from memory"
-#~ msgstr "bÅÄ
d podczas odczytywania bufora z pamiÄci"
-
-#~ msgid "invalid header in event firing"
-#~ msgstr "nieprawidÅowy nagÅówek w uruchamianiu zdarzenia"
-
-#~ msgid "invalid proc in event firing"
-#~ msgstr "nieprawidÅowy proces w uruchamianiu zdarzenia"
-
-#~ msgid "failed to allocate a node"
-#~ msgstr "przydzielenie wÄzÅa nie powiodÅo siÄ"
-
-#~ msgid "failed to copy a string"
-#~ msgstr "skopiowanie ÅaÅcucha nie powiodÅo siÄ"
-
-#~ msgid "context"
-#~ msgstr "kontekst"
-
-#~ msgid "path"
-#~ msgstr "Åcieżka"
-
-#~ msgid "dup path"
-#~ msgstr "podwójna Åcieżka"
-
-#~ msgid "regex"
-#~ msgstr "wyrażenie regularne"
-
-#~ msgid "regex groups"
-#~ msgstr "grupy wyrażeŠregularnych"
-
-#~ msgid "n_columns too large"
-#~ msgstr "n_columns jest za duże"
-
-#~ msgid "volume"
-#~ msgstr "wolumin"
-
-#~ msgid "volume extents"
-#~ msgstr "obszary woluminu"
-
-#~ msgid "extents"
-#~ msgstr "obszary"
-
-#~ msgid "xpath_ctxt"
-#~ msgstr "xpath_ctxt"
-
-#~ msgid "retval"
-#~ msgstr "wartoÅÄ ret"
-
-#~ msgid "source"
-#~ msgstr "źródÅo"
-
-#~ msgid "target"
-#~ msgstr "cel"
-
-#~ msgid "storage vol key"
-#~ msgstr "klucz woluminu pamiÄci masowej"
-
-#~ msgid "session"
-#~ msgstr "sesja"
-
-#~ msgid "name"
-#~ msgstr "nazwa"
-
-#~ msgid "devpath"
-#~ msgstr "Åcieżka do urzÄ
dzenia"
-
-#~ msgid "key"
-#~ msgstr "klucz"
-
-#~ msgid "Failed allocating memory for scsidev"
-#~ msgstr "Przydzielenie pamiÄci dla scsidev nie powiodÅo siÄ"
-
-#~ msgid "portal"
-#~ msgstr "portal"
-
-#~ msgid "allocating pvname or vgname"
-#~ msgstr "przydzielanie pvname lub vgname"
-
-#~ msgid "allocating new source"
-#~ msgstr "przydzielanie nowego źródÅa"
-
-#~ msgid "allocating new device"
-#~ msgstr "przydzielanie nowego urzÄ
dzenia"
-
-#~ msgid "command line"
-#~ msgstr "wiersz poleceÅ"
-
-#~ msgid "cannot allocate storage pool"
-#~ msgstr "nie można przydzieliÄ puli pamiÄci masowej"
-
-#~ msgid "device"
-#~ msgstr "urzÄ
dzenie"
-
-#~ msgid "xmlXPathContext"
-#~ msgstr "xmlXPathContext"
-
-#~ msgid "xml"
-#~ msgstr "XML"
-
-#~ msgid "cannot allocate storage vol"
-#~ msgstr "nie można przydzieliÄ woluminu pamiÄci masowej"
-
-#~ msgid "pool"
-#~ msgstr "pula"
-
-#~ msgid "configFile"
-#~ msgstr "plik konfiguracji"
-
-#~ msgid "config file"
-#~ msgstr "plik konfiguracji"
-
-#~ msgid "names"
-#~ msgstr "nazwy"
-
-#~ msgid "command debug string"
-#~ msgstr "ÅaÅcuch polecenia debugowania"
-
-#~ msgid "allocating %d domain info"
-#~ msgstr "przydzielanie %d informacji o domenie"
-
-#~ msgid "allocate new buffer"
-#~ msgstr "przydziel nowy bufor"
-
-#~ msgid "gethostbyname failed: %s"
-#~ msgstr "gethostbyname nie powiodÅo siÄ: %s"
-
-#~ msgid "no memory for char device config"
-#~ msgstr "brak pamiÄci dla konfiguracji urzÄ
dzenia znakowego"
-
-#~ msgid "gethostname failed: %s"
-#~ msgstr "gethostname nie powiodÅo siÄ: %s"
-
-#~ msgid "failed to strdup hostname: %s"
-#~ msgstr "wykonanie strdup na nazwie hosta nie powiodÅo siÄ: %s"
-
-#~ msgid "config"
-#~ msgstr "konfiguracja"
-
-#~ msgid "failed to check autostart link %s: %s"
-#~ msgstr ""
-#~ "sprawdzenie automatycznie uruchamianego dowiÄ
zania %s nie powiodÅo siÄ: %s"
-
-#~ msgid "allocate string array size %lu"
-#~ msgstr "przydziel rozmiar tablicy ÅaÅcuchów %lu"
-
-#~ msgid "failed to allocate domids"
-#~ msgstr "przydzielenie identyfikatorów dom nie powiodÅo siÄ"
diff --git a/po/pt.gmo b/po/pt.gmo
index 7cc0f4e..6022443 100644
Binary files a/po/pt.gmo and b/po/pt.gmo differ
diff --git a/po/pt.po b/po/pt.po
index c2b2291..3d3501b 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2007-12-21 18:54+0000\n"
"Last-Translator: José Nuno Coelho Pires <jncp at netcabo.pt>\n"
"Language-Team: pt <kde-i18n-pt at kde.org>\n"
@@ -96,241 +96,241 @@ msgstr ""
msgid "Unknown error"
msgstr "Desconhecido"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Não foi possÃvel ler o ficheiro de descrição %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "a reservar a configuração"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "Erro ao reservar memória: %s"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "nó inesperado do valor"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "Não foi possÃvel reservar memória"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Não foi possÃvel ler do 'socket' %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "Não foi possÃvel reservar memória"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Não foi possÃvel encontrar a rede: %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Não foi possÃvel encontrar a rede: %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Não foi possÃvel ligar ao supervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "a autenticação falhou: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -338,453 +338,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "Não foi possÃvel obter o estado da interface %s %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Não foi possÃvel iniciar a rede %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "mudar a reserva de memória"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "A operação GET falhou: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "tipo MIME inesperado"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Não foi possÃvel criar o XML"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Não foi possÃvel criar o XML"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Não foi possÃvel escrever no 'socket' %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "Não foi possÃvel reservar memória"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "Não foi possÃvel reservar memória"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "Não foi possÃvel reservar memória"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Não foi possÃvel prosseguir com o domÃnio %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Não foi possÃvel criar o XML"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "nome ou UUID da rede"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Não foi possÃvel gravar o 'core' do domÃnio %s em %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "a autenticação falhou"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "obteve-se um código de erro de HTTP desconhecido %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "a resposta processada pelo servidor falhou"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "ponteiro de ligação inválido em"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "sem memória"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "tipo de SO desconhecido"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "Não é possÃvel verificar o Tamanho de Memória actual"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "Não é possÃvel verificar o Tamanho de Memória actual"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Não foi possÃvel obter o estado do bloco %s %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "Não foi possÃvel obter o estado da interface %s %s"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "sem memória"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Não foi possÃvel criar o domÃnio inactivo %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Não foi possÃvel criar o domÃnio inactivo %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "O domÃnio não foi encontrado"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "nó inesperado do dicionário"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -905,534 +921,535 @@ msgstr "não foi possÃvel adicionar a rede à lista de ligações"
msgid "dev missing from connection hash table"
msgstr "falta o domÃnio na lista de ligações"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "tipo de SO desconhecido %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "origem do dispositivo de disco"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "tipo de SO desconhecido %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "origem do dispositivo de disco"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "tipo de SO desconhecido %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "tipo de SO desconhecido %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "falta a informação de origem do dispositivo"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "falta a informação de origem do dispositivo"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "falta a informação de origem do dispositivo"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "tipo do dispositivo de destino"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "tipo de SO desconhecido %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "tipo de SO desconhecido %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "falta a informação do dispositivo de raiz"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "tipo de SO desconhecido %s"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "tipo de SO desconhecido %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "comando desconhecido: '%s'"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "tipo do dispositivo de destino"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "tipo de SO desconhecido %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "falta o \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "falta o \""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "tipo do dispositivo de destino"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "não foi possÃvel processar o URI da ligação"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "não foi possÃvel processar o URI da ligação"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "tipo de SO desconhecido %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "máquina desconhecida %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "máquina desconhecida %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "falta a informação do destino do dispositivo"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "máquina desconhecida %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "falta a informação do dispositivo de raiz"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "tipo de SO desconhecido"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "falta a informação do nome do domÃnio"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "ponteiro do domÃnio inválido em %s"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "não foi possÃvel obter o UUID da rede"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "dados '%s' inesperados"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "tipo de SO desconhecido"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "dispositivo da interface"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "falta a informação do dispositivo de raiz"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "máquina desconhecida %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "anexar um dispositivo em disco"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "anexar a interface de rede"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "dispositivo da interface"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "anexar um dispositivo em disco"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "anexar um dispositivo em disco"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "anexar um dispositivo em disco"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "anexar um dispositivo em disco"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "não foi possÃvel gravar o conteúdo"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "erro de sintaxe no conjunto de CPU's da topologia"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "tipo MIME inesperado"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "tipo MIME inesperado"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "nó inesperado do dicionário"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "nó inesperado do dicionário"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "nó inesperado do dicionário"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "tipo MIME inesperado"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "tipo MIME inesperado"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "tipo MIME inesperado"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "nó inesperado do dicionário"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "tipo MIME inesperado"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "tipo MIME inesperado"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "nó inesperado do dicionário"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "tipo MIME inesperado"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "tipo MIME inesperado"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "tipo MIME inesperado"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "nó inesperado do valor"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "não foi possÃvel gravar o ficheiro de configuração: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "não foi possÃvel gravar o ficheiro de configuração: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "não foi possÃvel gravar o ficheiro de configuração: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "não foi possÃvel gravar o ficheiro de configuração: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "não foi possÃvel gravar o ficheiro de configuração: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "tipo de SO desconhecido"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Não foi possÃvel criar o XML"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Não foi possÃvel criar o XML"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Não foi possÃvel escrever no 'socket' %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Não foi possÃvel criar a rede a partir do %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Não foi possÃvel gravar o domÃnio %s em %s"
@@ -1442,56 +1459,56 @@ msgstr "Não foi possÃvel gravar o domÃnio %s em %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "não foi possÃvel processar o URI da ligação"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "anexar a interface de rede"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Não é possÃvel verificar o Tamanho de Memória actual"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "informação do domÃnio incompleta, o 'domid' não é numérico"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "informação do domÃnio incompleta, o 'domid' não é numérico"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1534,12 +1551,12 @@ msgstr "Não foi possÃvel criar o domÃnio inactivo %s\n"
msgid "failed to bind new root %s"
msgstr "Não foi possÃvel encontrar a rede: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Não foi possÃvel criar o XML"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Não foi possÃvel gravar o domÃnio %s em %s"
@@ -1712,23 +1729,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "ID ou UUID do domÃnio"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "nome do domÃnio inactivo"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "remover a definição de um domÃnio inactivo"
@@ -1783,7 +1800,7 @@ msgstr "ponteiro do domÃnio inválido em"
msgid "failed to kill pid %d"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Não foi possÃvel aceder ao '%s': %s"
@@ -1818,225 +1835,235 @@ msgstr "nome do domÃnio"
msgid "no domain with id %d"
msgstr "lista de domÃnios do nó"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "máquina desconhecida %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Não foi possÃvel prosseguir com o domÃnio %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "argumento inválido em %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "argumento inválido em"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "endereço MAC inválido: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "tipo de SO desconhecido %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "não foi possÃvel gravar o ficheiro de configuração: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "o domÃnio %s já existe"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Não foi possÃvel iniciar a rede %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "sem memória"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "Não foi possÃvel criar a rede a partir do %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Não foi possÃvel gravar o domÃnio %s em %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Não foi possÃvel gravar o domÃnio %s em %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Não foi possÃvel gravar o domÃnio %s em %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Não foi possÃvel gravar o domÃnio %s em %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Não foi possÃvel gravar o domÃnio %s em %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Não foi possÃvel gravar o domÃnio %s em %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Não foi possÃvel gravar o domÃnio %s em %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Não foi possÃvel gravar o domÃnio %s em %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Não foi possÃvel gravar o domÃnio %s em %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Não foi possÃvel gravar o domÃnio %s em %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "O domÃnio já está activo"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "não foi possÃvel gravar o ficheiro de configuração: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "não foi possÃvel aceder ao %s para leitura"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "não foi possÃvel obter a rede '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "A rede ainda está em execução"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "informação da rede em XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "A rede %s foi iniciada\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "Não foi possÃvel criar a rede a partir do %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Não foi possÃvel gravar o domÃnio %s em %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Não foi possÃvel aceder ao '%s': %s"
@@ -2046,7 +2073,267 @@ msgstr "Não foi possÃvel aceder ao '%s': %s"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "tipo do dispositivo de destino"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "tipo de SO desconhecido %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Não foi possÃvel aceder ao '%s': %s"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "tipo da interface de rede"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "ponteiro de rede inválido em %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "tipo de SO desconhecido %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "ponteiro de rede inválido em %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "ponteiro do domÃnio inválido em %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "ponteiro do domÃnio inválido em %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "ponteiro de ligação inválido em %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "falta a informação do dispositivo de raiz"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "tipo de SO desconhecido %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "tipo de SO desconhecido %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Não foi possÃvel aceder ao '%s': %s"
@@ -2206,7 +2493,7 @@ msgstr ""
msgid "Could not read container config"
msgstr "não foi possÃvel processar o URI da ligação"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "tipo de SO desconhecido %s"
@@ -2220,6 +2507,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "não foi possÃvel processar o URI da ligação"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Não foi possÃvel aceder ao '%s': %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Não foi possÃvel ler o ficheiro de descrição %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Não foi possÃvel aceder ao '%s': %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Não foi possÃvel aceder ao '%s': %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "a operação falhou: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Não foi possÃvel associar o dispositivo a partir de %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Não foi possÃvel ligar ao supervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Não foi possÃvel associar o dispositivo a partir de %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Não foi possÃvel criar o domÃnio do %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Não foi possÃvel encontrar a rede: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Não foi possÃvel criar o domÃnio do %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2266,708 +2618,780 @@ msgstr "Erro de comunicação com o 'proxy': pacote inválido\n"
msgid "got asynchronous packet number %d\n"
msgstr "foi obtido um número de pacote assÃncrono %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "A rede não foi encontrada"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "A rede %s foi iniciada\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Não foi possÃvel obter o estado da interface %s %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "esta função não é suportada pelo supervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "dados '%s' inesperados"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "dados '%s' inesperados"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "ponteiro do domÃnio inválido em %s"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "argumento inválido em"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "lista de domÃnios do nó"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "%s: não foi possÃvel gravar o ficheiro de registo: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "%s: não foi possÃvel gravar o ficheiro de registo: %s"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "%s: não foi possÃvel gravar o ficheiro de registo: %s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "Não foi possÃvel fechar o 'socket' %d\n"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Não foi possÃvel obter o estado do bloco %s %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Não foi possÃvel criar o domÃnio do %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Não foi possÃvel gravar o domÃnio %s em %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Não foi possÃvel criar a rede a partir do %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "Não é possÃvel verificar o Tamanho de Memória actual"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "sem memória"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Não foi possÃvel aceder ao '%s': %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "Não foi possÃvel fechar o 'socket' %d\n"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "Não foi possÃvel fechar o 'socket' %d\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "não foi possÃvel obter o domÃnio '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "a operação falhou"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "Não é possÃvel verificar o Tamanho de Memória actual"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "O domÃnio já está activo"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "%s: não foi possÃvel gravar o ficheiro de registo: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "%s: não foi possÃvel gravar o ficheiro de registo: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "%s: não foi possÃvel gravar o ficheiro de registo: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "O domÃnio %s está a ser encerrado\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "Não foi possÃvel fechar o 'socket' %d\n"
+msgid "Failed to remove domain status for %s"
+msgstr "Não foi possÃvel criar o domÃnio do %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Memória livre do NUMA"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "não foi possÃvel obter o nome da máquina"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "o domÃnio %s já existe"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "o domÃnio %s já existe"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "O domÃnio ainda está em execução"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "a operação falhou"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "a operação falhou"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "nome do domÃnio inactivo"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "não foi possÃvel obter o UUID do domÃnio"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Não foi possÃvel criar o XML"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "não foi possÃvel gravar o ficheiro de registo"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "não foi possÃvel gravar o ficheiro de registo"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "Não foi possÃvel fechar o 'socket' %d\n"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "sem memória"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "a operação falhou"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "Remover a definição da configuração de um domÃnio inactivo."
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "remover a definição de um domÃnio inactivo"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "tipo do dispositivo de destino"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "lista de domÃnios do nó"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "Não é possÃvel verificar o Tamanho de Memória actual"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "lista de domÃnios do nó"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "não foi possÃvel ler do Servidor do Xen"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Não foi possÃvel criar o XML"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Não foi possÃvel criar o XML"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "O domÃnio já está activo"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "não foi possÃvel obter o UUID da rede"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Não foi possÃvel iniciar o domÃnio %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Não foi possÃvel prosseguir com o domÃnio %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "não foi possÃvel ligar a %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "%s: não foi possÃvel gravar o ficheiro de registo: %s"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "o domÃnio %s já existe"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "a carregar o ficheiro de definição da rede"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "anexar um dispositivo em disco"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "a carregar o ficheiro de definição da rede"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "remover a definição de um domÃnio inactivo"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "O domÃnio não foi encontrado"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "não foi possÃvel obter a informação do nó"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Não foi possÃvel remover a associação do dispositivo de %s"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "remover a definição de um domÃnio inactivo"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "iniciar automaticamente um domÃnio"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "Não foi possÃvel criar a rede a partir do %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Não foi possÃvel gravar o domÃnio %s em %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "argumento inválido em %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "O domÃnio não foi encontrado: %s"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Não foi possÃvel aceder ao '%s': %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "não foi possÃvel ler o ficheiro de configuração %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "argumento inválido em"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "a operação falhou: %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s: não foi possÃvel gravar o ficheiro de registo: %s"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "lista de domÃnios do nó"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "não foi possÃvel obter o UUID do domÃnio"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Não foi possÃvel iniciar o domÃnio %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "a operação falhou: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Não foi possÃvel prosseguir com o domÃnio novo %s\n"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -2978,510 +3402,591 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "não foi possÃvel ligar a %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Não foi possÃvel ler do 'socket' %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Não foi possÃvel ler do 'socket' %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Não foi possÃvel ler do 'socket' %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "Não foi possÃvel fechar o 'socket' %d\n"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "não foi possÃvel obter o URI"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
#, fuzzy
msgid "Error allocating callbacks list"
msgstr "Erro ao reservar memória: %s"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "a reservar o domÃnio"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "não foi possÃvel reservar um nó"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "Não é possÃvel verificar o Tamanho de Memória actual"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Não é possÃvel verificar o Tamanho de Memória actual"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "Foi usado um limite inválido"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "não foi possÃvel gravar o ficheiro de configuração: %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "demasiados domÃnios"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "demasiados domÃnios"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "mudar a reserva de memória"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "tipo de SO desconhecido"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "demasiadas redes"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "estão demasiados controladores registados"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "estão demasiados controladores registados"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "estão demasiados controladores registados"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "estão demasiados controladores registados"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "estão demasiados controladores registados"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "estão demasiados controladores registados"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "estão demasiados controladores registados"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "a autenticação falhou: %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "a autenticação falhou"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "não foi possÃvel serializar a Expr-S: %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Não foi possÃvel obter o estado do bloco %s %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "Não foi possÃvel obter o estado da interface %s %s"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Não foi possÃvel criar o domÃnio inactivo %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "esta função não é suportada pelo supervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Não foi possÃvel iniciar o domÃnio %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "não foi possÃvel gravar o conteúdo"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Não foi possÃvel iniciar o domÃnio %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "Não foi possÃvel ligar ao supervisor"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "lista de domÃnios do nó"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Não foi possÃvel ler do 'socket' %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "ligação apenas para leitura"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "lista de domÃnios do nó"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Não foi possÃvel criar o XML"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "não foi possÃvel obter a rede '%s'"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "argumento inválido em %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "a operação falhou"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Não foi possÃvel iniciar o domÃnio %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Não foi possÃvel aceder ao '%s': %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Não foi possÃvel aceder ao '%s': %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Não foi possÃvel aceder ao '%s': %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3512,45 +4017,45 @@ msgstr "não foi possÃvel gravar o ficheiro de configuração: %s"
msgid "cannot read beginning of file '%s'"
msgstr "não foi possÃvel gravar o ficheiro de configuração: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "endereço MAC inválido: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Não foi possÃvel iniciar o domÃnio %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "erro interno %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "a consola não está implementada nesta plataforma"
@@ -3664,7 +4169,7 @@ msgid "cannot extend file '%s'"
msgstr "Não foi possÃvel aceder ao '%s': %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Não foi possÃvel aceder ao '%s': %s"
@@ -3697,17 +4202,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Não foi possÃvel aceder ao '%s': %s"
@@ -3818,11 +4323,7 @@ msgstr "tipo do dispositivo de destino"
msgid "cannot remove PV device '%s'"
msgstr "tipo do dispositivo de destino"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Não foi possÃvel aceder ao '%s': %s"
@@ -3835,162 +4336,167 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "tipo de SO desconhecido %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "nome ou UUID da rede"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "tipo de SO desconhecido %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "falta a informação de origem do dispositivo %s"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "tipo de SO desconhecido %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "tipo MIME inesperado"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "falta a informação do dispositivo de raiz"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "máquina desconhecida %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "máquina desconhecida %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "falta a informação do nome do domÃnio"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "tipo de SO desconhecido %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "não foi possÃvel gravar o ficheiro de configuração: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Não foi possÃvel criar o XML"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "não foi possÃvel gravar o ficheiro de configuração: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "não foi possÃvel gravar o ficheiro de configuração: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "não foi possÃvel gravar o ficheiro de configuração: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "erro de sintaxe no ficheiro de configuração: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3998,17 +4504,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4016,64 +4522,64 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "O domÃnio já está activo"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "O domÃnio já está activo"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
#, fuzzy
msgid "storage pool is not active"
msgstr "a localização do registo não é um ficheiro"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "a obter a data de hoje"
@@ -4130,154 +4636,154 @@ msgstr "lista de domÃnios do nó"
msgid "resolving domain filename"
msgstr "a resolver o ficheiro do domÃnio"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "lista de domÃnios do nó"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "a resolver o ficheiro da rede"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "lista de domÃnios do nó"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "a resolver o ficheiro do domÃnio"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: Indique uma localização ou use a 'test:///default'"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "o domÃnio %s já existe"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "O domÃnio ainda está em execução"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "não foi possÃvel reservar um nó"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "gravar o estado de um domÃnio num ficheiro"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "gravar o estado de um domÃnio num ficheiro"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "lista de domÃnios do nó"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "não foi possÃvel ler do Servidor do Xen"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "dados '%s' inesperados"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "O domÃnio %s foi gravado em %s\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "%s: não foi possÃvel gravar o ficheiro de registo: %s"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "O domÃnio %s foi gravado em %s\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "O domÃnio já está em execução"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "O domÃnio ainda está em execução"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "A rede ainda está em execução"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "A rede já está em execução"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "O domÃnio já está activo"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4291,151 +4797,155 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Não foi possÃvel criar a rede a partir do %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "sem memória"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "'sockets' do CPU do nó"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "'sockets' do CPU do nó"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "comando desconhecido: '%s'"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "comando desconhecido: '%s'"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "não foi possÃvel processar o URI da ligação"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Não foi possÃvel escrever no 'socket' %d\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "não foi possÃvel processar o URI da ligação"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "nome do domÃnio inactivo"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "tipo do dispositivo de destino"
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Não foi possÃvel criar o XML"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Não foi possÃvel criar o XML"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "'sockets' do CPU do nó"
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "não foi possÃvel processar o ficheiro de configuração %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "não foi possÃvel processar o ficheiro de configuração %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "Não foi possÃvel remover a definição do domÃnio %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "não foi possÃvel processar o URI da ligação"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "erro: "
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Não foi possÃvel encontrar a rede: %s"
@@ -4445,19 +4955,24 @@ msgstr "Não foi possÃvel encontrar a rede: %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "Desconhecido"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "imprimir a ajuda"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Imprime a ajuda global ou uma especÃfica por cada comando."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "nome do comando"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4465,611 +4980,623 @@ msgstr ""
"Comandos:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "iniciar automaticamente um domÃnio"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "Configurar um domÃnio para se iniciar automaticamente no arranque."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "nome, 'id' ou 'uuid' do domÃnio"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "desactivar o arranque automático"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Não foi possÃvel marcar o domÃnio %s como de arranque automático"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Não foi possÃvel desmarcar o domÃnio %s como de arranque automático"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "O domÃnio %s foi marcado como de arranque automático\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "O domÃnio %s foi desmarcado como de arranque automático\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "ligar (de novo) ao supervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Ligar ao supervisor local. Este é um comando incorporado após o arranque da "
"linha de comandos."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "URI de ligação ao supervisor"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "ligação apenas para leitura"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Não foi possÃvel desligar do supervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Não foi possÃvel ligar ao supervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "ligar à consola-convidada"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "Ligar à consola série virtual do sistema convidado"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "Não está nenhuma consola disponÃvel para o domÃnio\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "a consola não está implementada nesta plataforma"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "listar os domÃnios"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Devolve a lista de domÃnios."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "listar os domÃnios inactivos"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "listar os domÃnios activos e inactivos"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Não foi possÃvel listar os domÃnios activos"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Não foi possÃvel listar os domÃnios inactivos"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Nome"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "Estado"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "sem estado"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "estado do domÃnio"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Devolve o estado de um domÃnio em execução."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "obter as estatÃsticas do bloco do dispositivo para um domÃnio"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "Devolve o estado do bloco do dispositivo de um domÃnio em execução."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "dispositivo em bloco"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "Não foi possÃvel obter o estado do bloco %s %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "obter a interface de rede de um domÃnio"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "Obter o estado de uma interface de rede para um domÃnio em execução."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "dispositivo da interface"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "Não foi possÃvel obter o estado da interface %s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspender um domÃnio"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspender um domÃnio em execução."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "DomÃnio %s suspenso\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Não foi possÃvel suspender o domÃnio %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "criar um domÃnio a partir de um ficheiro XML"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Criar um domÃnio."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "ficheiro que contém uma descrição em XML do domÃnio"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "O domÃnio %s foi criado a partir do %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Não foi possÃvel criar o domÃnio do %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "definir (mas não iniciar) um domÃnio a partir de um ficheiro XML"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Definir um domÃnio."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "DomÃnio %s definido a partir do %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Não foi possÃvel definir o domÃnio a partir do %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "remover a definição de um domÃnio inactivo"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Remover a definição da configuração de um domÃnio inactivo."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "nome ou UUID do domÃnio"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "O domÃnio %s ficou indefinido\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Não foi possÃvel remover a definição do domÃnio %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "iniciar um domÃnio inactivo (previamente definido)"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Iniciar um domÃnio."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "nome do domÃnio inactivo"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "O domÃnio já está activo"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "O domÃnio %s foi iniciado\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Não foi possÃvel iniciar o domÃnio %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "gravar o estado de um domÃnio num ficheiro"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Gravar um domÃnio em execução."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "onde gravar os dados"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "O domÃnio %s foi gravado em %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Não foi possÃvel gravar o domÃnio %s em %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "mostrar/alterar os parâmetros de escalonamento"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "Mostra/altera os parâmetros de escalonamento."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "peso no XEN_CREDIT"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "valor do XEN_CREDIT"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "Foi indicado um peso inválido"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "Foi usado um limite inválido"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "Foi usado um limite inválido"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "Escalonamento"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "Desconhecido"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "repor um domÃnio a partir de um estado gravado em ficheiro"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Repor um domÃnio."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "o estado a repor"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "O domÃnio foi reposto a partir do %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Não foi possÃvel repor o domÃnio a partir de %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "colocar o núcleo de um domÃnio num ficheiro para análise"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Gerar o 'core' de um domÃnio."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "onde gravar o 'core'"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "O domÃnio %s foi gravado em %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Não foi possÃvel gravar o 'core' do domÃnio %s em %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "prosseguir um domÃnio"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Repor em funcionamento um domÃnio previamente suspenso."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "O domÃnio %s foi reposto em execução\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Não foi possÃvel prosseguir com o domÃnio %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "terminar um domÃnio ordeiramente"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Executar o encerramento no domÃnio-alvo."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "O domÃnio %s está a ser encerrado\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Não foi possÃvel encerrar o domÃnio %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reiniciar um domÃnio"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Executar um comando de reinÃcio no domÃnio-alvo."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "O domÃnio %s está a ser reiniciado\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Não foi possÃvel reiniciar o domÃnio %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destruir um domÃnio"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destruir um domÃnio indicado."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "O domÃnio %s foi destruÃdo\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Não foi possÃvel destruir o domÃnio %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "informação do domÃnio"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Devolve a informação básica acerca do domÃnio."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Nome:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "Tipo de SO:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "Estado:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "Tempo de CPU:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Memória máx:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "sem limite"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Memória usada:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "Arranque automático"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "Memória livre do NUMA"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "mostrar a memória livre para a célula NUMA."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "Número da célula NUMA"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "Total"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "informação do vCPU do domÃnio"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Devolve a informação básica acerca dos CPUs virtuais do domÃnio."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "Afinidade do CPU:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "DomÃnio desligado, os CPUs virtuais não estão presentes."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "controlar a afinidade do vCPU do domÃnio"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Fixar os VCPUs do domÃnio nos CPUs fÃsicos do anfitrião."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "número do vCPU"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "números de CPU do anfitrião (separados por vÃrgulas)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "não foi possÃvel obter a informação do nó"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: Formato inválido. Texto em branco."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
@@ -5077,7 +5604,7 @@ msgstr ""
"cpulist: %s: Formato inválido. Espera-se um algarismo na posição %d (perto "
"do '%c')."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5086,1403 +5613,1461 @@ msgstr ""
"cpulist: %s: Formato inválido. Espera-se um algarismo ou uma vÃrgula na "
"posição %d (perto do '%c')."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: Formato inválido. Apareceu uma vÃrgula na posição %d."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "o CPU fÃsico %d não existe."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "mudar o número de CPUs virtuais"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Mudar o número de CPUs virtuais activos no domÃnio convidado."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "número de CPUs virtuais"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "Número de CPUs virtuais inválido."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "Existem demasiados CPU's virtuais."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "mudar a reserva de memória"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Mudar a reserva de memória actual no domÃnio convidado."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "número de quilobytes de memória"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "Foi usado um valor inválido %d no tamanho da memória"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "Não é possÃvel verificar o Tamanho Máximo de Memória"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "mudar o limite máximo de memória"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Mudar o limite de memória reservada para o domÃnio convidado."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "limite máximo de memória em quilobytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "Não é possÃvel verificar o Tamanho de Memória actual"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "Não é possÃvel encolher a memória actual"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "Não é possÃvel alterar o Tamanho Máximo de Memória"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "informação do nó"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Devolve informações básicas acerca do nó."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "não foi possÃvel obter a informação do nó"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "Modelo do CPU:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "Frequência do CPU:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "'Sockets' do CPU:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Núcleos por 'socket':"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Tarefas por núcleo:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "Células NUMA:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Tamanho da memória:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "capacidades"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "Devolve as capacidades do supervisor/controlador."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "não foi possÃvel obter as capacidades"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "informação do domÃnio em XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "Envia a informação do domÃnio em XML para o 'stdout'."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "listar os domÃnios inactivos"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "converter um ID ou UUID do domÃnio para um nome"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "ID ou UUID do domÃnio"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "converter um nome ou UUID de um domÃnio para um ID"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "converter um nome ou ID de um domÃnio para um UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "ID ou nome do domÃnio"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "não foi possÃvel obter o UUID do domÃnio"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "migrar o domÃnio para outra máquina"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
"Migrar o domÃnio para outra máquina. Adicione --live para uma migração em "
"tempo-real."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "migração em tempo-real"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "o URI da ligação da máquina de destino"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "O URI da migração, que poderá estar em branco"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "migrar: Falta o URI de destino"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "iniciar automaticamente uma rede"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "Configurar uma rede para se iniciar automaticamente no arranque."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "nome ou UUID da rede"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "não foi possÃvel marcar a rede %s como iniciada automaticamente"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "não foi possÃvel desmarcar a rede %s como iniciada automaticamente"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "A rede %s foi marcada como de arranque automático\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "A rede %s foi desmarcada como de arranque automático\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "criar uma rede a partir de um ficheiro XML"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "Criar uma rede."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "ficheiro que contém uma descrição em XML da rede"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "A rede %s foi criada a partir do %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "Não foi possÃvel criar a rede a partir do %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "definir (mas não iniciar) uma rede a partir de um ficheiro XML"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "Definir uma rede."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "Rede %s definida a partir do %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "Não foi possÃvel definir a rede a partir do %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "destruir uma rede"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "Destruir uma rede indicada."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "nome, 'id' ou 'uuid' da rede"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "A rede %s foi destruÃda\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "Não foi possÃvel destruir a rede %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "informação da rede em XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "Envia a informação da rede em XML para o 'stdout'."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "listar as redes"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "Devolve a lista de redes."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "listar as redes inactivas"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "listar as redes activas e inactivas"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "Não foi possÃvel listar as redes activas"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "Não foi possÃvel listar as redes inactivas"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "Arranque automático"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "sem arranque automático"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "activo"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "inactivo"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "converter um UUID de rede para um nome de rede"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "UUID da rede"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "iniciar uma rede inactiva (previamente definida)"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "Iniciar uma rede."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "nome da rede inactiva"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "A rede %s foi iniciada\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "Não foi possÃvel iniciar a rede %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "remover a definição de uma rede inactiva"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "Remover a definição da configuração de uma rede inactiva."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "A rede %s ficou indefinida\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "Não foi possÃvel remover a definição da rede %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "converter um nome ou ID de uma rede para um UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "nome da rede"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "não foi possÃvel obter o UUID da rede"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "iniciar automaticamente um domÃnio"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
#, fuzzy
msgid "Configure a pool to be automatically started at boot."
msgstr "Configurar um domÃnio para se iniciar automaticamente no arranque."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "nome ou UUID do domÃnio"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "não foi possÃvel marcar a rede %s como iniciada automaticamente"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "não foi possÃvel desmarcar a rede %s como iniciada automaticamente"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "O domÃnio %s foi marcado como de arranque automático\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "O domÃnio %s foi desmarcado como de arranque automático\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "criar um domÃnio a partir de um ficheiro XML"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Criar um domÃnio."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "ficheiro que contém uma descrição em XML do domÃnio"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "O domÃnio %s foi criado a partir do %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Não foi possÃvel criar o domÃnio do %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "nome do domÃnio inactivo"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "não foi possÃvel reservar o 'buffer'"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "criar um domÃnio a partir de um ficheiro XML"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "O domÃnio %s foi criado a partir do %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Não foi possÃvel criar o domÃnio do %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "definir (mas não iniciar) um domÃnio a partir de um ficheiro XML"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Definir um domÃnio."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "DomÃnio %s definido a partir do %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Não foi possÃvel definir o domÃnio a partir do %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "DomÃnio %s definido a partir do %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Não foi possÃvel remover a definição do domÃnio %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "O domÃnio %s foi destruÃdo\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Não foi possÃvel suspender o domÃnio %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destruir um domÃnio"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destruir um domÃnio indicado."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "O domÃnio %s foi destruÃdo\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Não foi possÃvel destruir o domÃnio %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destruir um domÃnio indicado."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "O domÃnio %s foi destruÃdo\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Não foi possÃvel destruir o domÃnio %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "O domÃnio %s foi reposto em execução\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Não foi possÃvel prosseguir com o domÃnio %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "informação do domÃnio em XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Envia a informação do domÃnio em XML para o 'stdout'."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "listar os domÃnios"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Devolve a lista de domÃnios."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "listar os domÃnios inactivos"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "listar os domÃnios activos e inactivos"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Não foi possÃvel listar os domÃnios activos"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Não foi possÃvel listar os domÃnios inactivos"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "sem memória"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Não foi possÃvel gravar o domÃnio %s em %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "informação do nó"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Devolve informações básicas acerca do nó."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "em execução"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "a reservar o domÃnio"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "converter um UUID de rede para um nome de rede"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "UUID do domÃnio"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "iniciar um domÃnio inactivo (previamente definido)"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Iniciar um domÃnio."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "nome do domÃnio inactivo"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "O domÃnio %s foi iniciado\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Não foi possÃvel iniciar o domÃnio %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "criar um domÃnio a partir de um ficheiro XML"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Criar um domÃnio."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "nome do domÃnio"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "nome do domÃnio inactivo"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "O domÃnio %s foi criado a partir do %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Não foi possÃvel criar o XML"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "remover a definição de um domÃnio inactivo"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Remover a definição da configuração de um domÃnio inactivo."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "O domÃnio %s ficou indefinido\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Não foi possÃvel remover a definição do domÃnio %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "converter um nome ou ID de uma rede para um UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "não foi possÃvel obter o UUID do domÃnio"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "criar um domÃnio a partir de um ficheiro XML"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "ficheiro que contém uma descrição em XML do domÃnio"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "O domÃnio %s foi criado a partir do %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Não foi possÃvel criar o domÃnio do %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destruir um domÃnio indicado."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "O domÃnio %s foi destruÃdo\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Não foi possÃvel destruir o domÃnio %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "informação do nó"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Devolve informações básicas acerca do nó."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "Tipo de SO:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "file"
msgstr "ficheiro XML"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "bloqueado"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "informação do domÃnio em XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Envia a informação do domÃnio em XML para o 'stdout'."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "listar os domÃnios"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Devolve a lista de domÃnios."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Não foi possÃvel listar os domÃnios activos"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "converter um UUID de rede para um nome de rede"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "converter um UUID de rede para um nome de rede"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "UUID do domÃnio"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "converter um UUID de rede para um nome de rede"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "mostrar a versão"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Mostrar a informação da versão do sistema."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "não foi possÃvel obter o tipo de supervisor"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compilado com a biblioteca: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "não foi possÃvel obter a versão da biblioteca"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "A usar a biblioteca: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "A usar a API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "não foi possÃvel obter a versão do supervisor"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Não é possÃvel extrair a versão do supervisor %s em execução\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "A executar o supervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "migrar o domÃnio para outra máquina"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "capacidades"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Não foi possÃvel ligar ao supervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Não foi possÃvel listar os domÃnios inactivos"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Envia a informação da rede em XML para o 'stdout'."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "Anexar um dispositivo em disco novo."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "O domÃnio %s foi destruÃdo\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Não foi possÃvel remover a associação do dispositivo de %s"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "Anexar um dispositivo em disco novo."
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Não foi possÃvel associar o dispositivo a partir de %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "destino do dispositivo de disco"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Devolve o estado do bloco do dispositivo de um domÃnio em execução."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "O domÃnio %s foi reposto em execução\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Não foi possÃvel associar o dispositivo a partir de %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "imprimir o nome da máquina supervisora"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "não foi possÃvel obter o nome da máquina"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "imprimir o URI canónico do supervisor"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "não foi possÃvel obter o URI"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "visualização de VNC"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "Devolve o endereço IP e o número de porto da consola de VNC."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "consola TTY"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "Mostra o dispositivo para a consola TTY."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "associar um dispositivo a partir de um ficheiro XML"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "Associa um dispositivo a partir de um <ficheiro> em XML."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "ficheiro XML"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "Não foi possÃvel associar o dispositivo a partir de %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "remover a associação do dispositivo ao ficheiro XML"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "Remove a associação do dispositivo ao <ficheiro> XML"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "Não foi possÃvel remover a associação do dispositivo de %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "anexar a interface de rede"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "Anexar uma interface de rede nova."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "tipo da interface de rede"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "origem da interface de rede"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "nome da rede de destino"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "Endereço MAC"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "programa usado para interligar a interface de rede"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "Não existe o %s de suporte no comando 'attach-interface'"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "desligar a interface de rede"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "Desligar a interface de rede."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "Não foi possÃvel obter a informação da interface"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "Não foi encontrada nenhuma interface com o tipo %s"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "Não foi encontrada nenhuma interface com o endereço MAC %s"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "Não foi possÃvel reservar memória"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "Não foi possÃvel criar o XML"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "anexar um dispositivo em disco"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "Anexar um dispositivo em disco novo."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "origem do dispositivo de disco"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "destino do dispositivo de disco"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "controlador do dispositivo de disco"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "sub-controlador do dispositivo de disco"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "tipo do dispositivo de destino"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "modo de leitura e escrita do dispositivo"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "Não existe o %s como suporte no comando 'attach-disk'"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "desligar o dispositivo de disco"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "Desligar o dispositivo de disco."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "Não foi possÃvel obter a informação do disco"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "Não foi encontrado o disco com o destino %s"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "não foi possÃvel reservar um nó"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "%s: não foi possÃvel gravar o ficheiro de registo: %s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "%s: não foi possÃvel gravar o ficheiro de registo: %s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "%s: não foi possÃvel gravar o ficheiro de registo: %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Não foi possÃvel criar o domÃnio inactivo %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "%s: não foi possÃvel gravar o ficheiro de registo: %s"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: não foi possÃvel gravar o ficheiro de registo: %s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Remover a definição da configuração de um domÃnio inactivo."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Remover a definição da configuração de um domÃnio inactivo."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "não foi possÃvel ler o ficheiro de configuração"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Remover a definição da configuração de uma rede inactiva."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Remover a definição da configuração de uma rede inactiva."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Remover a definição da configuração de um domÃnio inactivo."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Remover a definição da configuração de um domÃnio inactivo."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "sair deste terminal interactivo"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "o comando '%s' precisa da opção <%s>"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "o comando '%s' precisa da opção --%s"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "o comando '%s' não existe"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NOME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6490,17 +7075,17 @@ msgstr ""
"\n"
" RESUMO\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <número>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <texto>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6508,7 +7093,7 @@ msgstr ""
"\n"
" DESCRIÃÃO\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6516,60 +7101,60 @@ msgstr ""
"\n"
" OPÃÃES\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <número>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <texto>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "nome ou ID do domÃnio indefinido"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "não foi possÃvel obter o domÃnio '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "nome da rede indefinido"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "não foi possÃvel obter a rede '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "nome da rede indefinido"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "não foi possÃvel obter o domÃnio '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "nome da rede indefinido"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "não foi possÃvel obter o domÃnio '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6580,131 +7165,131 @@ msgstr ""
"(Tempo: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "falta o \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "item inesperado (nome do comando): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "comando desconhecido: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "o comando '%s' não suporta a opção --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "sintaxe esperada: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "número"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "texto"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "dados '%s' inesperados"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPÃÃO"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DADOS"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "em pausa"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "em encerramento"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "desligado"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "estoirado"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "inacessÃvel"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "sem ligação válida"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: erro: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "erro: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: não foi possÃvel reservar %d 'bytes'"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: não foi possÃvel reservar %lu 'bytes'"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "não foi possÃvel ligar ao supervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "não foi possÃvel obter a informação do ficheiro de registo"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "a localização do registo não é um ficheiro"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
"não é possÃvel aceder ao ficheiro de registo. Verifique a localização do "
"registo"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "não foi possÃvel gravar o ficheiro de registo"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: não foi possÃvel gravar o ficheiro de registo: %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Não foi possÃvel desligar do supervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6737,7 +7322,7 @@ msgstr ""
"\n"
" comandos (modo não-interactivo):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6747,17 +7332,17 @@ msgstr ""
" (indique help <comando> para saber mais detalhes do comando)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "a opção '-%c' não é suportada. Veja o --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6766,7 +7351,7 @@ msgstr ""
"Bem-vindo ao %s, o terminal interactivo de virtualização.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6776,468 +7361,482 @@ msgstr ""
" 'quit' para sair\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "Desconhecido"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "atenção"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "erro"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "Não foi indicada nenhuma mensagem de erro"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "erro interno %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "erro interno"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "sem memória"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "esta função não é suportada pelo supervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "esta função não é suportada pelo supervisor: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "não foi possÃvel ligar ao supervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "não foi possÃvel ligar a %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "ponteiro de ligação inválido em"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "ponteiro de ligação inválido em %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "ponteiro do domÃnio inválido em"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "ponteiro do domÃnio inválido em %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "argumento inválido em"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "argumento inválido em %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "a operação falhou: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "a operação falhou"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "A operação GET falhou: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "A operação GET falhou"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "A operação POST falhou: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "A operação POST falhou"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "obteve-se um código de erro de HTTP desconhecido %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "máquina desconhecida %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "máquina desconhecida"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "não foi possÃvel serializar a Expr-S: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "não foi possÃvel serializar a Expr-S"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "não foi possÃvel usar o item do supervisor do Xen"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "não foi possÃvel usar o item %s do supervisor do Xen"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "não foi possÃvel ligar ao Armazém do Xen"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "não foi possÃvel ligar ao Armazém do Xen %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "a chamada %s %d do Xen falhou"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "tipo de SO desconhecido"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "tipo de SO desconhecido %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "falta a informação do 'kernel'"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "falta a informação do dispositivo de raiz"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "falta a informação do dispositivo de raiz em %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "falta a informação de origem do dispositivo"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "falta a informação de origem do dispositivo %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "falta a informação do destino do dispositivo"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "falta a informação do destino do dispositivo %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "falta a informação do nome do domÃnio"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "falta a informação do nome do domÃnio em %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "falta a informação do sistema operativo"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "falta a informação do sistema operativo em %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "falta a informação dos dispositivos"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "falta a informação dos dispositivos em %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "estão demasiados controladores registados"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "estão demasiados controladores registados em %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "a chamada da biblioteca falhou, talvez por não ser suportada"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "a chamada da biblioteca %s falhou, talvez por não ser suportada"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "a descrição em XML não está bem formatada ou é inválida"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "a descrição em XML do %s não está bem formatada ou é inválida"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "este domÃnio já existe"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "o domÃnio %s já existe"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "a operação é proibida para o acesso apenas para leitura"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "a operação %s é proibida para o acesso apenas para leitura"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "não foi possÃvel aceder ao ficheiro de configuração para leitura"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "não foi possÃvel aceder ao %s para leitura"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "não foi possÃvel ler o ficheiro de configuração"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "não foi possÃvel ler o ficheiro de configuração %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "não foi possÃvel processar o ficheiro de configuração"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "não foi possÃvel processar o ficheiro de configuração %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "erro de sintaxe no ficheiro de configuração"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "erro de sintaxe no ficheiro de configuração: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "não foi possÃvel gravar o ficheiro de configuração"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "não foi possÃvel gravar o ficheiro de configuração: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "erro de processamento"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "ponteiro de rede inválido em"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "ponteiro de rede inválido em %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "esta rede já existe"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "a rede %s já existe"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "erro na chamada do sistema"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "erro de RPC"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "erro na chamada do GNUTLS"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "Não foi possÃvel encontrar a rede"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "Não foi possÃvel encontrar a rede: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "O domÃnio não foi encontrado"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "O domÃnio não foi encontrado: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "A rede não foi encontrada"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "A rede não foi encontrada: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "endereço MAC inválido"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "endereço MAC inválido: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "a autenticação falhou"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "a autenticação falhou: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "A rede não foi encontrada"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "A rede não foi encontrada: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "A rede não foi encontrada"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "A rede não foi encontrada: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "ponteiro de rede inválido em"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "ponteiro de rede inválido em %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "ponteiro de rede inválido em"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "ponteiro de rede inválido em %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Não foi possÃvel encontrar a rede"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Não foi possÃvel encontrar a rede: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Não foi possÃvel encontrar a rede"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Não foi possÃvel encontrar a rede: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "ponteiro do domÃnio inválido em"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "ponteiro do domÃnio inválido em %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "O domÃnio não foi encontrado"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "O domÃnio não foi encontrado: %s"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "A rede não foi encontrada"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "A rede não foi encontrada: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "erro interno %s"
@@ -7310,7 +7909,7 @@ msgstr ""
"O parâmetro de limite do escalonamento por créditos (%d) está fora do "
"intervalo (0-65535)"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "tipo do dispositivo de destino"
@@ -7364,7 +7963,7 @@ msgstr "informação do domÃnio incompleta, o 'domid' não é numérico"
msgid "domain information incomplete, missing uuid"
msgstr "informação do domÃnio incompleta, falta o 'uuid'"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "informação do domÃnio incompleta, falta o nome"
@@ -7413,224 +8012,231 @@ msgstr ""
"não é possÃvel processar o nome do ficheiro 'vbd', falta o tipo do "
"controlador"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "nó inesperado do dicionário"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "tipo de SO desconhecido %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "informação do domÃnio incompleta, falta o ID"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "endereço MAC inválido: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "tipo de SO desconhecido %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "erro de sintaxe da topologia"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "não foi possÃvel processar a informação do domÃnio do Xend"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "O domÃnio ainda está em execução"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "não foi possÃvel serializar a Expr-S"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "tipo do dispositivo de destino"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "nó inesperado do valor"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "memória do nó"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "a operação falhou"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Não foi possÃvel remover a definição da rede %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Não foi possÃvel aceder ao '%s': %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "não foi possÃvel processar a informação do domÃnio do Xend"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Não foi possÃvel criar o domÃnio inactivo %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "informação do domÃnio incompleta, falta o nome"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "Escalonamento"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "não foi possÃvel obter o nome da máquina"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "informação do domÃnio incompleta, falta o 'uuid'"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "informação do domÃnio incompleta, falta o 'uuid'"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "não foi possÃvel aceder ao %s para leitura"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "não foi possÃvel ler o ficheiro de configuração %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "tipo MIME inesperado"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "tipo MIME inesperado"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "nó inesperado do valor"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "lista de domÃnios do nó"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7707,49 +8313,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "nó inesperado do dicionário"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Não foi possÃvel repor o domÃnio a partir de %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "Não é possÃvel verificar o Tamanho de Memória actual"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "não foi possÃvel ler o ficheiro de configuração %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "tipo de SO desconhecido"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Não foi possÃvel criar o domÃnio do %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Não foi possÃvel aceder ao '%s': %s"
@@ -7758,19 +8364,34 @@ msgstr "Não foi possÃvel aceder ao '%s': %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "argumento inválido em"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "argumento inválido em"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7796,15 +8417,39 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "a reservar o local"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Não foi possÃvel obter o estado do bloco %s %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "Não foi possÃvel obter o estado da interface %s %s"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "%s: não foi possÃvel gravar o ficheiro de registo: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "Não foi possÃvel fechar o 'socket' %d\n"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "sem memória"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "Não foi possÃvel fechar o 'socket' %d\n"
+
#~ msgid "allocating configuration"
#~ msgstr "a reservar a configuração"
@@ -7849,10 +8494,6 @@ msgstr "a reservar o local"
#~ msgstr "não foi possÃvel aceder ao %s para leitura"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "a operação falhou: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "a operação falhou: %s"
@@ -8147,6 +8788,3 @@ msgstr "a reservar o local"
#~ msgid "file conatining an XML network description"
#~ msgstr "ficheiro que contém uma descrição em XML da rede"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Não foi possÃvel prosseguir com o domÃnio novo %s\n"
diff --git a/po/pt_BR.gmo b/po/pt_BR.gmo
index d2ef28d..d3fba84 100644
Binary files a/po/pt_BR.gmo and b/po/pt_BR.gmo differ
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 75d98d0..0a58a18 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
-"PO-Revision-Date: 2009-01-29 23:40-0200\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
+"PO-Revision-Date: 2009-03-01 15:41-0300\n"
"Last-Translator: Mario Italo Filizzola Junior <marioitalo at yahoo.com.br>\n"
"Language-Team: Brazilian Portuguese <fedora-trans-pt_br at redhat.com>\n"
"MIME-Version: 1.0\n"
@@ -101,240 +101,240 @@ msgstr "A string de parâmetros não está codificada corretamente"
msgid "Unknown error"
msgstr "Erro desconhecido"
-#: qemud/qemud.c:234
+#: qemud/qemud.c:240
#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr "ImpossÃvel acessar %s \"%s\": %s (%d)"
+msgid "Cannot access %s '%s': %s"
+msgstr "Não foi possÃvel acessar %s \"%s\": %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Falhou na leitura do pipe de sinais: %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "Recarregando a configuração devido ao SIGHUP"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "Erro ao recarregar os drivers"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "Encerrando ao sinal %d"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, c-format
msgid "Received unexpected signal %d"
msgstr "Sinal inesperado %d recebido"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "Falha ao definir a flag close-on-exec para o descritor do arquivo "
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "Falha ao definir a flag non-blocking para o descritor do arquivo "
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Falha ao abrir o arquivo pid \"%s\" : %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Falha ao executar fdopen no arquivo pid \"%s\" : %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Falha ao gravar no arquivo pid \"%s\" : %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Falha ao fechar o arquivo pid \"%s\" : %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "Falha ao alocar memória para a qemud_socket da estrutura"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "Falha ao criar socket: %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Falha ao associar o socket ao \"%s\": %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Falha ao escutar as conexões em \"%s\": %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr "Falha ao adicionar retorno de chamada de evento do servidor"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "socket: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "bind: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "escutar: %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: calloc: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: escutar: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr "Caminho resultante muito longo para o buffer no qemudInitPaths()"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "Falha ao alocar a qemud_server da estrutura"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr "não foi possÃvel inicializar o mutex"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr "não foi possÃvel inicializar a variável de condição"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
msgid "Failed to initialize event system"
msgstr "Falha ao inicializar o sistema de eventos"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Falha ao inicializar a autenticação SASL %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr ""
"Falha ao conectar ao barramento do sistema para a autorização do PolicyKit: %"
"s"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: falhou: o DN do cliente é %s"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate: verificação falhou: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr "remoteCheckCertificate: o certificado do cliente não é confiável."
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
"remoteCheckCertificate: o certificado do cliente tem emissor desconhecido."
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate: o certificado do cliente foi revogado."
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
"remoteCheckCertificate: o certificado do cliente usa um algoritmo não seguro."
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate: o certificado não é X.509"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate: não há pares"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: gnutls_x509_crt_init falhou"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate: o certificado do cliente expirou"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr "remoteCheckCertificate: o certificado do cliente ainda não está ativo "
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -346,11 +346,11 @@ msgstr ""
"clientcert.pem -text\" para ver o campo Distinguished Name no certificado do "
"cliente, ou execute este daemon com a opção --verbose."
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr "remoteCheckCertificate: falhou em verificar certificado do cliente"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
@@ -358,439 +358,457 @@ msgstr ""
"remoteCheckCertificate: tls_no_verify_certificate está ajustado para que um "
"certificado ruim seja ignorado"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
+"o cliente obteve tx de dados pendentes inesperados após a verificação de "
+"acesso"
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "Falha ao verificar as credenciais do cliente: %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "Falha ao aceitar a conexão: %s"
-#: qemud/qemud.c:1179
-#, fuzzy, c-format
+#: qemud/qemud.c:1238
+#, c-format
msgid "Too many active clients (%d), dropping connection"
-msgstr "Muitos clientes ativos, abandonando a conexão"
+msgstr "Muitos clientes ativos (%d), abandonando a conexão"
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
msgid "Out of memory allocating clients"
msgstr "Excedidos os limites da memória na alocação dos clientes"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr "Desliga a autenticação do polkit para cliente privilegiado %d"
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "Falha na negociação TLS: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
-#, fuzzy, c-format
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
+#, c-format
msgid "unexpected negative length request %lld"
-msgstr "tipo de rede %d inesperado"
+msgstr "requisição de comprimento negativo inesperado %lld"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "ler: %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
-#, fuzzy, c-format
+#: qemud/qemud.c:1622
+#, c-format
msgid "failed to decode SASL data %s"
-msgstr "falha ao criar \"%s\""
+msgstr "falha ao decodificar dados SASL %s"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "gravar: %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
-#, fuzzy, c-format
+#: qemud/qemud.c:1830
+#, c-format
msgid "failed to encode SASL data %s"
-msgstr "falha ao criar \"%s\""
+msgstr "falha ao codificar dado SASL %s"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr "O manipulador de sinal relatou %d erros: último erro: %s"
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+msgid "Failed to register shutdown timeout"
+msgstr "Falha ao registrar o tempo limite do desligamento"
+
+#: qemud/qemud.c:2139
msgid "Failed to allocate workers"
msgstr "Falha ao alocar trabalhadores"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "falha ao alocar memória para lista de configuração %s"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "falha ao alocar memória para o valor da lista de configuração %s"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
"remoteReadConfigFile: %s: %s: deve ser uma string ou uma lista de strings\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
"remoteReadConfigFile: %s: %s: tipo inválido: obtido %s; esperava-se %s\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr "remoteReadConfigFile: %s: %s: não há suporte para auth %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
"Não é possÃvel definir um grupo quando não se está executando como root"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr "Falha ao procurar grupo \"%s\""
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "Falha ao analisar o modo \"%s\""
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Falha ao realizar fork como daemon: %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "Falha ao criar pipe: %s"
-#: qemud/qemud.c:2792
-#, fuzzy
+#: qemud/qemud.c:2882
msgid "unable to create rundir"
-msgstr "não foi possÃvel gerar o uuid"
+msgstr "não foi possÃvel criar o rundir"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr "Falha ao mudar a propriedade do grupo de %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr "Falha ao registrar o retorno de chamada para o pipe de sinal"
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr "os programas não coincidem (real %x, esperado %x)"
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "as versões não coincidem (real %x, esperada %x)"
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "direction (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "status (%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "autenticação requerida"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "procedimento desconhecido: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "falha na análise dos argumentos"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr "a conexão já está aberta"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "a conexão não está aberta"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr "excedidos os limites da memória em strdup"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr "nparams grande demais"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "tipo desconhecido "
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr "tamanho > tamanho máximo do buffer"
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "não foi possÃvel obter a hora atual"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "não foi possÃvel obter a hora atual"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Não foi possÃvel resolver o endereço %d: %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "o cliente tentou uma requisição de init SASL inválida"
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, c-format
-msgid "failed to get sock address %d (%s)"
-msgstr "falha ao obter o endereço do socket %d (%s)"
+msgid "failed to get sock address: %s"
+msgstr "falha ao obter o endereço do sock: %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, c-format
-msgid "failed to get peer address %d (%s)"
-msgstr "falha ao obter o endereço do par %d (%s)"
+msgid "failed to get peer address: %s"
+msgstr "falha ao obter o endereço do ponto: %s"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "falha na configuração do contexto sasl %d (%s)"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr "O TLS não consegue obter o tamanho da cifra"
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr "não foi possÃvel definir SSF externo %d (%s) para a SASL "
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr "não foi possÃvel indicar as propriedades %d (%s) de segurança do SASL "
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "não foi possÃvel listar os mecanismos do SASL %d (%s)"
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "não foi possÃvel alocar a mechlist"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "não foi possÃvel fazer a consulta ao ssf SASL sobre a conexão %d (%s)"
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "o SSF %d negociado não foi suficientemente robusto"
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
"não foi possÃvel consultar o nome de usuário do SASL na conexão %d (%s)"
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "nome de usuário do cliente não localizado"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "excedidos os limites da memória ao copiar o nome do usuário"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "o cliente SASL %s não está autorizado na lista branca (whitelist)"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr "o cliente tentou uma requisição de inÃcio de SASL inválida"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "falha na inicialização do sasl %d (%s)"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr "os dados de resposta da inicialização do sasl são muito longos %d"
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "falha no passo sasl %d (%s)"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr "a resposta do passo sasl é longa demais %d"
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr "o cliente tentou realizar uma requisição não suportada de SASL init"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr "o cliente tentou uma requisição não suportada de inicialização SASL"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "o cliente tentou uma requisição não suportada de passo SASL"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr "o cliente tentou uma requisição de init do PolicyKit inválida"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "não foi possÃvel obter a identidade do socket do par"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "Verificando se o PID %d está em execução como %d"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr "Falha ao procurar o policy kit de quem chamou: %s"
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Falha ao criar ação do polkit %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Falha ao criar o contexto do polkit %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "O Policy kit falhou em verificar a autorização %d %s"
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr "O Policy kit negou a ação %s do pid %d, uid %d, resultado: %s\n"
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr "O Policy kit permitiu a ação %s do pid %d, uid %d, resultado %s"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr "O cliente tentou uma requisição não suportada ao init do PolicyKit"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
msgid "node_device not found"
msgstr "node_device não localizado"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
msgid "unexpected async event method call"
msgstr "chamada de método de evento assÃncrona inesperado"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
-msgstr ""
+msgstr "Desabilitando IFF_VNET_HDR; TUNGETFEATURES ioctl() não implementado"
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
+"Desabilitando IFF_VNET_HDR; TUNGETFEATURES ioctl() reporta que não há "
+"IFF_VNET_HDR"
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
-msgstr ""
+msgstr "Desabilitando IFF_VNET_HDR; TUNGETIFF ioctl() não implementado"
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
-msgstr ""
+msgstr "Habilitando IFF_VNET_HDR"
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
-msgstr ""
+msgstr "Desabilitando IFF_VNET_HDR; desabilitado no momento da construção"
#: src/conf.c:349
msgid "unterminated number"
@@ -902,517 +920,519 @@ msgstr "falha ao adicionar o dev do node na tabela hash de conexões"
msgid "dev missing from connection hash table"
msgstr "falta o dev na tabela hash de conexões"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, c-format
msgid "unknown disk type '%s'"
msgstr "tipo desconhecido de disco \"%s\""
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, c-format
msgid "unknown disk device '%s'"
msgstr "dispositivo de disco desconhecido \"%s\""
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "Nome do dispositivo de disquete inválido: %s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "Nome do dispositivo de disco rÃgido inválido: %s"
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, c-format
msgid "unknown disk bus type '%s'"
msgstr "tipo de barramento de disco desconhecido \"%s\""
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "Tipo de barramento inválido \"%s\" para drive de disquete"
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "Tipo de barramento inválido \"%s\" para disco"
-#: src/domain_conf.c:727
-#, fuzzy, c-format
+#: src/domain_conf.c:751
+#, c-format
msgid "unknown disk cache mode '%s'"
-msgstr "dispositivo de disco desconhecido \"%s\""
+msgstr "modo de cache de disco desconhecido \"%s\""
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, c-format
msgid "unknown filesystem type '%s'"
msgstr "tipo de sistema de arquivos desconhecido \"%s\""
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, c-format
msgid "unknown interface type '%s'"
msgstr "tipo de interface desconhecida \"%s\""
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
"Não foi especificado o atributo da \"rede\" <source> com o <interface "
"type='network'/>"
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
"Não foi especificado o atributo do \"dispositivo\" <source> com a <interface "
"type='bridge'/>"
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
"Não foi especificado o atributo \"porta\" <source> com a interface do socket"
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
"Não foi possÃvel analisar o atributo \"porta\" <source> com a interface do "
"socket"
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
"Não foi especificado o atributo do \"endereço\" <source> com a interface do "
"socket"
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr "O nome do modelo contém caracteres inválidos"
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
msgid "Missing source path attribute for char device"
msgstr "Falta o atributo do caminho da origem para o dispositivo char"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
msgid "Missing source host attribute for char device"
msgstr "Falta o atributo da máquina de origem para o dispositivo de caractere"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr "Falta o atributo da fonte do dispositivo de caractere"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr "falta o tipo de dispositivo de entrada"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, c-format
msgid "unknown input device type '%s'"
msgstr "tipo de dispositivo de entrada desconhecido \"%s\""
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, c-format
msgid "unknown input bus type '%s'"
msgstr "tipo de barramento de entrada desconhecido \"%s\""
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "O barramento ps2 não dá suporte ao dispositivo de entrada %s"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "não há suporte para o barramento de entrada %s"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr "O barramento do xen não dá suporte ao dispositivo de entrada %s"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
msgid "missing graphics device type"
msgstr "falta o tipo de dispositivo de vÃdeo"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, c-format
msgid "unknown graphics device type '%s'"
msgstr "tipo de dispositivo de vÃdeo desconhecido \"%s\""
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr "não foi possÃvel analisar a porta vnc %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, c-format
msgid "unknown fullscreen value '%s'"
msgstr "valor \"%s\" de tela cheia desconhecido"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, c-format
msgid "unknown sound model '%s'"
msgstr "modelo de som \"%s\" desconhecido"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr "Não foi possÃvel analisar a id do fornecedor %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr "o fornecedor usb necessita do id"
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr "não foi possÃvel analisar o produto %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr "produto usb necessita da id"
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr "não foi possÃvel analisar o barramento %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr "o endereço usb necessita do id do barramento"
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, c-format
msgid "cannot parse device %s"
msgstr "não foi possÃvel analisar o dispositivo %s"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr "o endereço usb necessita do id do dispositivo"
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, c-format
msgid "unknown usb source type '%s'"
msgstr "tipo \"%s\" de origem usb desconhecido"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
msgid "missing vendor"
msgstr "falta o fornecedor"
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
msgid "missing product"
msgstr "falta o produto"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, c-format
msgid "cannot parse domain %s"
msgstr "não foi possÃvel analisar o domÃnio %s"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr "o endereço pci necessita do id do barramento"
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, c-format
msgid "cannot parse slot %s"
msgstr "não foi possÃvel analisar o slot %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr "o endereço pci necessita do id do slot"
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, c-format
msgid "cannot parse function %s"
msgstr "não foi possÃvel analisar a função %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr "o endereço pci necessita do id da função"
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, c-format
msgid "unknown pci source type '%s'"
msgstr "tipo \"%s\" de origem pci desconhecido"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, c-format
msgid "unknown hostdev mode '%s'"
msgstr "modo \"%s\" de hostdev desconhecido"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, c-format
msgid "unknown host device type '%s'"
msgstr "tipo \"%s\" de dispositivo hospedeiro desconhecido"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
msgid "missing type in hostdev"
msgstr "falta o tipo no hostdev"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, c-format
msgid "unknown node %s"
msgstr "nó %s desconhecido"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr "ação de ciclo de vida %s desconhecida"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "falta o elemento root"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "tipo de dispositivo desconhecido"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "falta o atributo do tipo do domÃnio"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, c-format
msgid "invalid domain type %s"
msgstr "tipo %s de domÃnio inválido"
-#: src/domain_conf.c:1947 src/network_conf.c:334
-#, fuzzy
+#: src/domain_conf.c:2031 src/network_conf.c:335
msgid "Failed to generate UUID"
-msgstr "Falha ao gerar o UUID: %s"
+msgstr "Falha ao gerar o UUID"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "elemento uuid inválido"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr "falta elemento de memória"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, c-format
msgid "unexpected feature %s"
msgstr "recurso %s inesperado"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "não há tipo de SO"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
+"não há suporte para a combinação tipo de so \"%s\" & arquitetura \"%s\""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr "não há arquitetura suportada para o tipo de SO \"%s\""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
msgid "cannot extract boot device"
msgstr "não foi possÃvel extrair o dispositivo de inicialização"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
msgid "missing boot device"
msgstr "falta o dispositivo de inicialização"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr "dispositivo de inicialização \"%s\" desconhecido"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
msgid "cannot extract disk devices"
msgstr "não foi possÃvel extrair os dispositivos de disco"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr "não foi possÃvel extrair os dispositivos de sistema de arquivos"
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
msgid "cannot extract network devices"
msgstr "não foi possÃvel extrair os dispositivos de rede"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr "não foi possÃvel extrair os dispositivos paralelos"
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
msgid "cannot extract serial devices"
msgstr "não foi possÃvel extrair os dispositivos seriais"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
msgid "cannot extract input devices"
msgstr "não foi possÃvel extrair os dispositivos de entrada"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
msgid "cannot extract graphics devices"
msgstr "não foi possÃvel extrair os dispositivos de vÃdeo"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
msgid "cannot extract sound devices"
msgstr "não foi possÃvel extrair os dispositivos de som"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr "não foi possÃvel extrair os dispositivos do hospedeiro"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr "na linha %d: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
msgid "failed to parse xml document"
msgstr "falha ao analisar o documento xml"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr "elemento root incorreto"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "erro de sintaxe na topologia da cpuset"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, c-format
msgid "unexpected lifecycle type %d"
msgstr "tipo de ciclo de vida %d inesperado"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, c-format
msgid "unexpected disk type %d"
msgstr "tipo de disco %d inesperado"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, c-format
msgid "unexpected disk device %d"
msgstr "dispositivo de disco %d inesperado"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, c-format
msgid "unexpected disk bus %d"
msgstr "barramento de disco %d inesperado"
-#: src/domain_conf.c:2794
-#, fuzzy, c-format
+#: src/domain_conf.c:2881
+#, c-format
msgid "unexpected disk cache mode %d"
-msgstr "dispositivo de disco %d inesperado"
+msgstr "modo de cache de disco %d inesperado"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, c-format
msgid "unexpected filesystem type %d"
msgstr "tipo de sistema de arquivos %d inesperado"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, c-format
msgid "unexpected net type %d"
msgstr "tipo de rede %d inesperado"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, c-format
msgid "unexpected char type %d"
msgstr "tipo de caractere %d inesperado"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, c-format
msgid "unexpected sound model %d"
msgstr "modelo de som %d inesperado"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, c-format
msgid "unexpected input type %d"
msgstr "tipo de entrada %d inesperado"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, c-format
msgid "unexpected input bus type %d"
msgstr "tipo de barramento de entrada %d inesperado"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, c-format
msgid "unexpected hostdev mode %d"
msgstr "modo hostdev %d inesperado"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, c-format
msgid "unexpected hostdev type %d"
msgstr "tipo de hostdev %d inesperado"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr "tipo de domÃnio %d inesperado"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, c-format
msgid "unexpected boot device type %d"
msgstr "tipo de dispositivo de inicialização %d inesperado"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, c-format
msgid "unexpected feature %d"
msgstr "recurso %d inesperado"
-#: src/domain_conf.c:3455 src/network_conf.c:656
-#, fuzzy, c-format
+#: src/domain_conf.c:3566 src/network_conf.c:657
+#, c-format
msgid "cannot create config directory '%s'"
-msgstr "não foi possÃvel criar o diretório de configuração %s: %s"
+msgstr "não foi possÃvel criar o diretório de configuração \"%s\""
-#: src/domain_conf.c:3464 src/network_conf.c:665
-#, fuzzy, c-format
+#: src/domain_conf.c:3575 src/network_conf.c:666
+#, c-format
msgid "cannot create config file '%s'"
-msgstr "não foi possÃvel criar o arquivo de configuração %s: %s"
+msgstr "não foi possÃvel criar o arquivo de configuração \"%s\""
-#: src/domain_conf.c:3472 src/network_conf.c:673
-#, fuzzy, c-format
+#: src/domain_conf.c:3583 src/network_conf.c:674
+#, c-format
msgid "cannot write config file '%s'"
-msgstr "não foi possÃvel gravar o arquivo de configuração %s: %s"
+msgstr "não foi possÃvel gravar o arquivo de configuração \"%s\""
-#: src/domain_conf.c:3479 src/network_conf.c:680
-#, fuzzy, c-format
+#: src/domain_conf.c:3590 src/network_conf.c:681
+#, c-format
msgid "cannot save config file '%s'"
-msgstr "não foi possÃvel salvar o arquivo de configuração %s: %s"
+msgstr "não foi possÃvel salvar o arquivo de configuração \"%s\""
-#: src/domain_conf.c:3580 src/network_conf.c:775
-#, fuzzy, c-format
+#: src/domain_conf.c:3691 src/network_conf.c:783
+#, c-format
msgid "Failed to open dir '%s'"
-msgstr "Falha ao abrir o dir \"%s\": %s"
+msgstr "Falha ao abrir o diretório \"%s\""
-#: src/domain_conf.c:3634
-#, fuzzy, c-format
+#: src/domain_conf.c:3745
+#, c-format
msgid "cannot remove config %s"
-msgstr "não foi possÃvel remover a configuração para %s"
+msgstr "não foi possÃvel remover a configuração para \"%s\""
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "tipo de virt desconhecido"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr "nenhum emulador para o domÃnio %s, tipo de SO %s na arquitetura %s"
-#: src/iptables.c:102
-msgid "Failed to run '"
-msgstr "Falha ao executar"
+#: src/iptables.c:103
+#, c-format
+msgid "Failed to run '%s %s': %s"
+msgstr "Falha ao executar \"%s %s\": %s"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "Falha na leitura"
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "Falha ao gravar"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "Falha ao criar o diretório %s : %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Falha ao salvar as regras do iptables em %s : %s"
@@ -1424,168 +1444,151 @@ msgstr ""
"Falha ao remover a regra \"%s\" do iptables da cadeia \"%s\" na tabela \"%s"
"\": %s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
"Falha ao adicionar a regra \"%s\" do iptables na cadeia \"%s\" na tabela \"%s"
"\": %s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "não foi possÃvel analisar a URI da conexão"
-#: src/libvirt.c:2041
-#, fuzzy
+#: src/libvirt.c:2048
msgid "cannot get working directory"
-msgstr "não foi possÃvel criar o diretório de log %s"
+msgstr "não foi possÃvel obter o diretório de trabalho"
-#: src/libvirt.c:2048 src/libvirt.c:2124
-#, fuzzy
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
-msgstr "caminho para o kernel longo demais"
+msgstr "caminho longo demais"
-#: src/libvirt.c:2117
-#, fuzzy
+#: src/libvirt.c:2124
msgid "cannot get current directory"
-msgstr "não foi possÃvel obter o horário atual: %s"
+msgstr "não foi possÃvel obter o diretório atual"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "o domainMigratePrepare não definiu a uri"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
msgid "domainMigratePrepare2 did not set uri"
msgstr "o domainMigratePrepare2 não definiu a uri"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr "o caminho é NULL"
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr "as flags devem ter valor zero"
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr "o buffer é NULL"
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr "o parâmetro das flags deve ser VIR_MEMORY_VIRTUAL"
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr "o buffer é NULL mas o tamanho não é zero"
#: src/lxc_container.c:124
-#, fuzzy
msgid "setsid failed"
-msgstr "falha no setsid: %s"
+msgstr "falha no setsid"
#: src/lxc_container.c:130
-#, fuzzy
msgid "ioctl(TIOCSTTY) failed"
-msgstr "falha no ioctl(TIOCSTTY): %s"
+msgstr "falha no ioctl(TIOCSTTY)"
#: src/lxc_container.c:143
-#, fuzzy
msgid "dup2(stdin) failed"
-msgstr "falha no dup2(stdin): %s"
+msgstr "falha no dup2(stdin)"
#: src/lxc_container.c:149
-#, fuzzy
msgid "dup2(stdout) failed"
-msgstr "falha no dup2(stdout): %s"
+msgstr "falha no dup2(stdout)"
#: src/lxc_container.c:155
-#, fuzzy
msgid "dup2(stderr) failed"
-msgstr "falha no dup2(stderr): %s"
+msgstr "falha no dup2(stderr)"
#: src/lxc_container.c:183
-#, fuzzy
msgid "unable to send container continue message"
-msgstr "não foi possÃvel enviar a mensagem de continuidade do contêiner: %s"
+msgstr "não foi possÃvel enviar a mensagem de continuidade do contêiner"
#: src/lxc_container.c:212
-#, fuzzy
msgid "Failed to read the container continue message"
-msgstr "Falha ao ler a mensagem de continuidade do contêiner: %s"
+msgstr "Falha ao ler a mensagem de continuidade do contêiner"
#: src/lxc_container.c:276
-#, fuzzy, c-format
+#, c-format
msgid "failed to bind new root %s"
-msgstr "Falha ao associar nova raiz %s: %s"
+msgstr "falha ao associar nova raiz \"%s\""
-#: src/lxc_container.c:289 src/lxc_container.c:395
-#, fuzzy, c-format
+#: src/lxc_container.c:288 src/lxc_container.c:395
+#, c-format
msgid "failed to create %s"
-msgstr "falha ao criar \"%s\""
+msgstr "falha ao criar %s"
-#: src/lxc_container.c:299
-#, fuzzy, c-format
+#: src/lxc_container.c:298
+#, c-format
msgid "failed to pivot root %s to %s"
-msgstr "Falha ao encaixar %s raiz em %s: %s"
+msgstr "Falha ao encaixar %s raiz em %s"
#: src/lxc_container.c:333
-#, fuzzy
msgid "cannot create /dev/"
-msgstr "não foi possÃvel criar o pipe: %s"
+msgstr "não foi possÃvel criar /dev/"
#: src/lxc_container.c:338
-#, fuzzy
msgid "failed to mount /dev tmpfs"
-msgstr "falha ao montar tmpfs /dev para o contêiner: %s"
+msgstr "falha ao montar tmpfs /dev"
#: src/lxc_container.c:349
-#, fuzzy
msgid "cannot create /dev/pts"
-msgstr "não foi possÃvel criar o pipe: %s"
+msgstr "não foi possÃvel criar /dev/pts"
#: src/lxc_container.c:355
-#, fuzzy
msgid "failed to move /dev/pts into container"
-msgstr "falha ao mover /dev/pts para o contêiner: %s"
+msgstr "falha ao mover /dev/pts para o contêiner"
#: src/lxc_container.c:365
-#, fuzzy, c-format
+#, c-format
msgid "failed to make device %s"
-msgstr "falha na criação do dispositivo %s: %s"
+msgstr "falha na criação do dispositivo %s"
#: src/lxc_container.c:403 src/lxc_container.c:510
-#, fuzzy, c-format
+#, c-format
msgid "failed to mount %s at %s"
-msgstr "falha ao desmontar %s: %s"
+msgstr "falha ao montar %s em %s"
#: src/lxc_container.c:426
-#, fuzzy
msgid "failed to read /proc/mounts"
-msgstr "falha ao ler /proc/mounts: %s"
+msgstr "falha ao ler /proc/mounts"
#: src/lxc_container.c:452
-#, fuzzy, c-format
+#, c-format
msgid "failed to unmount '%s'"
-msgstr "falha ao desmontar %s: %s"
+msgstr "falha ao desmontar \"%s\""
#: src/lxc_container.c:477 src/lxc_container.c:520
-#, fuzzy
msgid "failed to mount /proc"
-msgstr "falha ao desmontar %s: %s"
+msgstr "falha ao montar /proc"
#: src/lxc_container.c:565
msgid "lxcChild() passed invalid vm definition"
msgstr "lxcChild() passou uma definição da mv inválida"
#: src/lxc_container.c:575
-#, fuzzy, c-format
+#, c-format
msgid "failed to open %s"
-msgstr "falha ao abrir %s: %s"
+msgstr "falha ao abrir %s"
#: src/lxc_container.c:637
-#, fuzzy
msgid "failed to run clone container"
-msgstr "falha ao montar /proc para o contêiner: %s"
+msgstr "falha ao executar o contêiner clone"
#: src/lxc_controller.c:85
#, c-format
@@ -1593,50 +1596,46 @@ msgid "Unable to create cgroup for %s\n"
msgstr "não foi possÃvel criar cgroup para %s\n"
#: src/lxc_controller.c:115
-#, fuzzy
msgid "Failed to set lxc resources"
-msgstr "Falha ao definir os recursos lxc: %s\n"
+msgstr "Falha ao definir os recursos lxc"
#: src/lxc_controller.c:141
-#, fuzzy, c-format
+#, c-format
msgid "failed to create server socket '%s'"
-msgstr "falha na criação do socket %s do servidor: %s"
+msgstr "falha na criação do socket \"%s\" do servidor"
#: src/lxc_controller.c:153
-#, fuzzy, c-format
+#, c-format
msgid "failed to bind server socket '%s'"
-msgstr "falha ao associar o socket %s do servidor: %s"
+msgstr "falha ao associar o socket \"%s\" do servidor"
#: src/lxc_controller.c:159
-#, fuzzy, c-format
+#, c-format
msgid "failed to listen server socket %s"
-msgstr "falha ao escutar o socket %s do servidor: %s"
+msgstr "falha ao escutar o socket \"%s\" do servidor"
#: src/lxc_controller.c:193
-#, fuzzy, c-format
+#, c-format
msgid "read of fd %d failed"
-msgstr "Falha na leitura de %d do fd: %s"
+msgstr "Falha na leitura de \"%d\" do fd"
#: src/lxc_controller.c:200
-#, fuzzy, c-format
+#, c-format
msgid "write to fd %d failed"
-msgstr "falha na escrita de %d do fd: %s"
+msgstr "falha na escrita de \"%d\" do fd"
#: src/lxc_controller.c:252
-#, fuzzy
msgid "epoll_create(2) failed"
-msgstr "falha em epoll_create(2): %s"
+msgstr "falha em epoll_create(2)"
#: src/lxc_controller.c:262
-#, fuzzy
msgid "epoll_ctl(appPty) failed"
-msgstr "falha em epoll_ctl(appPty): %s"
+msgstr "falha em epoll_ctl(appPty)"
#: src/lxc_controller.c:268 src/lxc_controller.c:276 src/lxc_controller.c:284
#: src/lxc_controller.c:304 src/lxc_controller.c:310
-#, fuzzy
msgid "epoll_ctl(contPty) failed"
-msgstr "falha em epoll_ctl(contPty): %s"
+msgstr "falha em epoll_ctl(contPty)"
#: src/lxc_controller.c:327
#, c-format
@@ -1644,9 +1643,8 @@ msgid "error event %d"
msgstr "evento de erro %d"
#: src/lxc_controller.c:348
-#, fuzzy
msgid "epoll_wait() failed"
-msgstr "falha em epoll_wait(): %s"
+msgstr "falha em epoll_wait()"
#: src/lxc_controller.c:398
#, c-format
@@ -1659,34 +1657,29 @@ msgid "failed to delete veth: %s"
msgstr "falha ao excluir o veth: %s"
#: src/lxc_controller.c:446
-#, fuzzy
msgid "sockpair failed"
-msgstr "falha no sockpair: %s"
+msgstr "falha no sockpair"
#: src/lxc_controller.c:454 src/lxc_driver.c:864
-#, fuzzy
msgid "failed to allocate tty"
-msgstr "falha ao alocar o tty: %s"
+msgstr "falha ao alocar o tty"
#: src/lxc_controller.c:622
-#, fuzzy, c-format
+#, c-format
msgid "Unable to write pid file '%s/%s.pid'"
-msgstr "Não foi possÃvel gravar o arquivo pid: %s\n"
+msgstr "Não foi possÃvel gravar o arquivo pid: \"%s/%s.pid\""
#: src/lxc_controller.c:636
-#, fuzzy
msgid "Unable to change to root dir"
-msgstr "Não foi possÃvel mudar para o diretório raiz: %s\n"
+msgstr "Não foi possÃvel mudar para o diretório raiz"
#: src/lxc_controller.c:642
-#, fuzzy
msgid "Unable to become session leader"
-msgstr "Não foi possÃvel tornar-se o lÃder da sessão: %s\n"
+msgstr "Não foi possÃvel tornar-se o lÃder da sessão"
#: src/lxc_controller.c:650
-#, fuzzy
msgid "Failed connection from LXC driver"
-msgstr "Falha na conexão do driver LXC: %s\n"
+msgstr "Falha na conexão do driver LXC"
#: src/lxc_driver.c:288 src/lxc_driver.c:969 src/lxc_driver.c:1008
msgid "System lacks NETNS support"
@@ -1696,28 +1689,28 @@ msgstr "Sistema não possui suporte a NETNS"
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr "não existe domÃnio associado ao uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr "não foi possÃvel excluir o domÃnio ativo"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
msgid "cannot undefine transient domain"
msgstr "não foi possÃvel tornar domÃnio transitório indefinido"
#: src/lxc_driver.c:475
-#, fuzzy, c-format
+#, c-format
msgid "waitpid failed to wait for container %d: %d"
-msgstr "waitpid falhou em esperar pelo contêiner %d: %d %s"
+msgstr "waitpid falhou em esperar pelo contêiner %d: %d"
#: src/lxc_driver.c:557
msgid "failed to get bridge for interface"
@@ -1733,24 +1726,21 @@ msgid "failed to allocate veth names"
msgstr "falha na alocação de nomes veth"
#: src/lxc_driver.c:587
-#, fuzzy, c-format
+#, c-format
msgid "failed to add %s device to %s"
-msgstr "falha ao adicionar o dispositivo %s para %s: %s"
+msgstr "falha ao adicionar o dispositivo %s para %s"
#: src/lxc_driver.c:594
-#, fuzzy
msgid "failed to enable parent ns veth device"
-msgstr "falha ao habilitar dispositivo veth ns pai: %d"
+msgstr "falha ao habilitar dispositivo veth ns pai"
#: src/lxc_driver.c:624
-#, fuzzy
msgid "failed to create client socket"
-msgstr "falha ao criar socket cliente: %s"
+msgstr "falha ao criar socket cliente"
#: src/lxc_driver.c:634
-#, fuzzy
msgid "failed to connect to client socket"
-msgstr "falha ao conectar com o socket cliente: %s"
+msgstr "falha ao conectar com o socket cliente"
#: src/lxc_driver.c:659
#, c-format
@@ -1758,14 +1748,14 @@ msgid "invalid PID %d for container"
msgstr "PID %d inválido para o contêiner"
#: src/lxc_driver.c:666
-#, fuzzy, c-format
+#, c-format
msgid "failed to kill pid %d"
-msgstr "falha ao matar pid %d: %s"
+msgstr "falha ao matar pid %d"
-#: src/lxc_driver.c:795 src/util.c:605
-#, fuzzy, c-format
+#: src/lxc_driver.c:795 src/util.c:628
+#, c-format
msgid "cannot wait for '%s'"
-msgstr "não foi possÃvel esperar por \"%s\": %s"
+msgstr "não foi possÃvel esperar por \"%s\""
#: src/lxc_driver.c:802
#, c-format
@@ -1773,19 +1763,19 @@ msgid "container '%s' unexpectedly shutdown during startup"
msgstr "contêiner \"%s\" desligado inesperadamente ao iniciar"
#: src/lxc_driver.c:850
-#, fuzzy, c-format
+#, c-format
msgid "cannot create log directory '%s'"
-msgstr "não foi possÃvel criar o diretório de log %s"
+msgstr "não foi possÃvel criar o diretório de log \"%s\""
#: src/lxc_driver.c:887
-#, fuzzy, c-format
+#, c-format
msgid "failed to open '%s'"
-msgstr "falha ao abrir %s: %s"
+msgstr "falha ao abrir \"%s\""
#: src/lxc_driver.c:907
-#, fuzzy, c-format
+#, c-format
msgid "Failed to read pid file %s/%s.pid"
-msgstr "Falha ao ler arquivo pid %s/%s.pid: %s"
+msgstr "Falha ao ler arquivo pid %s/%s.pid"
#: src/lxc_driver.c:963
#, c-format
@@ -1797,258 +1787,524 @@ msgstr "nenhum domÃnio de nome %s"
msgid "no domain with id %d"
msgstr "não existe domÃnio com o id %d"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, c-format
msgid "Unknown release: %s"
msgstr "Versão desconhecida: %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, c-format
msgid "No such domain %s"
msgstr "Não há tal domÃnio %s "
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, c-format
msgid "Invalid parameter `%s'"
msgstr "Parâmetro inválido \"%s\""
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
msgid "Invalid parameter count"
msgstr "Contagem inválida de parâmetros"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, c-format
msgid "cannot parse MAC address '%s'"
msgstr "não foi possÃvel analisar o endereço MAC \"%s\""
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr "não foi possÃvel usar endereço de nome \"%s\""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr "não foi possÃvel analisar o endereço IP \"%s\""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr "não foi possÃvel analisar a máscara de rede \"%s\""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
"Encaminhamento requisitado, mas não foi fornecido o endereço IPv4/máscara de "
"rede"
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, c-format
msgid "unknown forwarding type '%s'"
msgstr "tipo de encaminhamento \"%s\" desconhecido"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
"O nome do arquivo de configuração da rede \"%s\" não corresponde ao nome da "
"rede \"%s\""
-#: src/network_conf.c:823
-#, fuzzy, c-format
+#: src/network_conf.c:831
+#, c-format
msgid "cannot remove config file '%s'"
-msgstr "não foi possÃvel remover a configuração para %s"
+msgstr "não foi possÃvel remover o arquivo de configuração \"%s\""
+
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "o domÃnio \"%s\" já está definido"
-#: src/network_driver.c:182
+#: src/network_driver.c:177
#, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Falha ao auto inicializar a rede \"%s\": %s\n"
-#: src/network_driver.c:250
-#, fuzzy
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
-msgstr "não foi possÃvel inicializar o suporte para a ponte: %s"
+msgstr "não foi possÃvel inicializar o suporte à ponte"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
msgid "networkStartup: out of memory\n"
msgstr "networkStartup: excedido o limite da memória\n"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr "Recarregando as regras do iptables\n"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr "não é possÃvel iniciar o daemon do dhcp sem o endereço IP do servidor"
-#: src/network_driver.c:527 src/network_driver.c:533
-#, fuzzy, c-format
+#: src/network_driver.c:522 src/network_driver.c:528
+#, c-format
msgid "cannot create directory %s"
-msgstr "não foi possÃvel criar o diretório de log %s"
+msgstr "não foi possÃvel criar o diretório %s"
-#: src/network_driver.c:586
-#, fuzzy, c-format
+#: src/network_driver.c:581
+#, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr ""
"falha ao adicionar a regra do iptables para permitir o encaminhamento de \"%s"
-"\" : %s\n"
+"\""
-#: src/network_driver.c:597
-#, fuzzy, c-format
+#: src/network_driver.c:592
+#, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr ""
"falha ao adicionar a regra do iptables para permitir o encaminhamento para "
-"\"%s\" : %s\n"
+"\"%s\""
-#: src/network_driver.c:607
-#, fuzzy, c-format
+#: src/network_driver.c:602
+#, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr ""
-"falha ao adicionar a regra do iptables para permitir o mascaramento : %s\n"
+"falha ao adicionar a regra do iptables para permitir o mascaramento para \"%s"
+"\"\n"
-#: src/network_driver.c:639
-#, fuzzy, c-format
+#: src/network_driver.c:634
+#, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr ""
-"falha ao adicionar a regra do iptables para permitir o roteamento de \"%s"
-"\" : %s\n"
+"falha ao adicionar a regra do iptables para permitir o roteamento de \"%s\""
-#: src/network_driver.c:650
-#, fuzzy, c-format
+#: src/network_driver.c:645
+#, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr ""
-"falha ao adicionar a regra do iptables para permitir o roteamento para \"%s"
-"\" : %s\n"
+"falha ao adicionar a regra do iptables para permitir o roteamento para \"%s\""
-#: src/network_driver.c:676 src/network_driver.c:683
-#, fuzzy, c-format
+#: src/network_driver.c:671 src/network_driver.c:678
+#, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr ""
"falha ao adicionar a regra do iptables para permitir requisições DHCP de \"%s"
-"\" : %s"
+"\""
-#: src/network_driver.c:691 src/network_driver.c:698
-#, fuzzy, c-format
+#: src/network_driver.c:686 src/network_driver.c:693
+#, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr ""
"falha ao adicionar a regra do iptables para permitir requisições de DNS de "
-"\"%s\" : %s"
+"\"%s\""
-#: src/network_driver.c:708
-#, fuzzy, c-format
+#: src/network_driver.c:703
+#, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr ""
"falha ao adicionar a regra do iptables para bloquear o tráfego para o "
-"exterior de \"%s\" : %s"
+"exterior de \"%s\""
-#: src/network_driver.c:715
-#, fuzzy, c-format
+#: src/network_driver.c:710
+#, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr ""
"falha ao adicionar a regra do iptables para bloquear o tráfego para o "
-"interior de \"%s\" : %s"
+"interior de \"%s\""
-#: src/network_driver.c:723
-#, fuzzy, c-format
+#: src/network_driver.c:718
+#, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr ""
"falha ao adicionar a regra do iptables para permitir o tráfego através da "
-"ponte em \"%s\" : %s"
+"ponte em \"%s\""
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "a rede já está ativa"
-#: src/network_driver.c:839
-#, fuzzy, c-format
+#: src/network_driver.c:812
+#, c-format
msgid "cannot create bridge '%s'"
-msgstr "não foi possÃvel criar a ponte \"%s\" : %s"
+msgstr "não foi possÃvel criar a ponte \"%s\""
-#: src/network_driver.c:853
-#, fuzzy, c-format
+#: src/network_driver.c:826
+#, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
-msgstr "não foi possÃvel definir o endereço IP na ponte \"%s\" a \"%s\" : %s"
+msgstr "não foi possÃvel definir o endereço IP na ponte \"%s\" a \"%s\""
-#: src/network_driver.c:861
-#, fuzzy, c-format
+#: src/network_driver.c:834
+#, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
-msgstr ""
-"não foi possÃvel definir a mascara de rede na ponte \"%s\" a \"%s\" : %s"
+msgstr "não foi possÃvel definir a mascara de rede na ponte \"%s\" a \"%s\""
-#: src/network_driver.c:869
-#, fuzzy, c-format
+#: src/network_driver.c:842
+#, c-format
msgid "failed to bring the bridge '%s' up"
-msgstr "falha ao iniciar a ponte \"%s\": %s"
+msgstr "falha ao iniciar a ponte \"%s\""
-#: src/network_driver.c:880
-#, fuzzy
+#: src/network_driver.c:853
msgid "failed to enable IP forwarding"
-msgstr "falha ao habilitar o encaminhamento de IP : %s"
+msgstr "falha ao habilitar o encaminhamento de IP"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Falha ao desativar a ponte \"%s\" : %s\n"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Falha ao excluir a ponte \"%s\" : %s\n"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, c-format
msgid "Shutting down network '%s'\n"
msgstr "Desligando a rede \"%s\"\n"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr "não existe rede que corresponda com o uuid"
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr "não existe rede que corresponda com o nome"
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
msgid "network is still active"
msgstr "a rede ainda está ativa"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr "não existe rede que corresponda com o id"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, c-format
msgid "network '%s' does not have a bridge name."
msgstr "A rede \"%s\" não tem um nome de ponte."
-#: src/network_driver.c:1392
-#, fuzzy, c-format
+#: src/network_driver.c:1376
+#, c-format
msgid "cannot create autostart directory '%s'"
-msgstr "não foi possÃvel criar o diretório de inÃcio automático %s: %s"
+msgstr "não foi possÃvel criar o diretório de inÃcio automático \"%s\""
-#: src/network_driver.c:1399 src/storage_driver.c:941
-#, fuzzy, c-format
+#: src/network_driver.c:1383 src/storage_driver.c:943
+#, c-format
msgid "Failed to create symlink '%s' to '%s'"
-msgstr "Falha ao criar o link simbólico \"%s\" para \"%s\": %s"
+msgstr "Falha ao criar o link simbólico \"%s\" para \"%s\""
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
-#, fuzzy, c-format
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
+#, c-format
msgid "Failed to delete symlink '%s'"
-msgstr "Falha ao excluir o link simbólico \"%s\": %s"
+msgstr "Falha ao excluir o link simbólico \"%s\""
#: src/node_device.c:125 src/node_device.c:150 src/node_device.c:175
#: src/node_device.c:204 src/node_device.c:234
msgid "no node device with matching name"
msgstr "não existe dispositivo de nó que corresponda ao nome"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "nenhum caminho de dispositivo de bloco fornecido para \"%s\""
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "falta o tipo de capacidade de armazenamento para \"%s\""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "tipo de capacidade de armazenamento desconhecido \"%s\" para \"%s\""
+
+#: src/node_device_conf.c:501
+#, c-format
+msgid "no size supplied for '%s'"
+msgstr "nenhum tamanho fornecido para \"%s\""
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "tamanho fornecido inválido para \"%s\""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "nenhuma interface de rede fornecida para \"%s\""
+
+#: src/node_device_conf.c:616
+#, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "tipo de rede fornecido inválido para \"%s\""
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "nenhum protocolo de interface USB fornecido para \"%s\""
+
+#: src/node_device_conf.c:663
+#, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "protocolo de interface USB fornecido inválido para \"%s\""
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "número do dispositivo USB fornecido inválido para \"%s\""
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "ponteiro do domÃnio inválido em %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "modelo de som inválido %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "modelo de som inválido %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "ponteiro de conexão inválido em %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "elemento uuid inválido"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "falta o elemento capacidade"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "tipo de autenticação desconhecido \"%s\""
+
+#: src/node_device_conf.c:905
#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "tipo de autenticação desconhecido \"%s\""
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
+#, c-format
msgid "cannot open %s"
-msgstr "não foi possÃvel abrir %s: %s"
+msgstr "não foi possÃvel abrir \"%s\""
#: src/openvz_conf.c:131
msgid "Cound not extract vzctl version"
@@ -2196,7 +2452,7 @@ msgstr "o domÃnio não está no estado desligado"
msgid "Could not read container config"
msgstr "Não foi possÃvel ler a configuração do contêiner"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr "tipo desconhecido \"%s\""
@@ -2210,6 +2466,71 @@ msgstr "VCPUs deveriam ser >= 1"
msgid "Could not parse VPS ID %s"
msgstr "Não foi possÃvel analisar o ID %s do VPS"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Falha ao abrir o arquivo pid \"%s\" : %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Falhou na leitura do pipe de sinais: %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Falha ao gravar no arquivo pid \"%s\" : %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Falha ao abrir o arquivo pid \"%s\" : %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "falha na operação: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "falha ao adicionar o dispositivo %s para %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Falha ao contar os dispositivos do nó"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "falha ao adicionar o dispositivo %s para %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Falha ao criar um volume a partir de %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Falha ao localizar registro do usuário para o uid \"%d\""
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Falha ao criar o pool a partir de %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2221,14 +2542,12 @@ msgid "Failed to write to socket %d\n"
msgstr "Falha na gravação do socket %d\n"
#: src/proxy_internal.c:390
-#, fuzzy
msgid "failed to write proxy request"
-msgstr "Falha ao gravar"
+msgstr "Falha ao gravar a requisição de proxy"
#: src/proxy_internal.c:401 src/proxy_internal.c:424
-#, fuzzy
msgid "failed to read proxy reply"
-msgstr "Falha na leitura"
+msgstr "Falha na leitura da resposta do proxy"
#: src/proxy_internal.c:406 src/proxy_internal.c:429 src/proxy_internal.c:447
#, c-format
@@ -2254,411 +2573,422 @@ msgstr "Erro de comunicação com o proxy: pacote inválido\n"
msgid "got asynchronous packet number %d\n"
msgstr "foi obtido um número assÃncrono de pacotes %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "Status de saÃda não esperado do qemu %d pid %lu"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr "Status de saÃda não esperado \"%d\", o qemu provavelmente falhou"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Não foi possÃvel encontrar o executável do QEMU %s: %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "Rede \"%s\" não encontrada"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr "Não há suporte para o tipo %d de rede"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr "não foi possÃvel inicializar o suporte para a ponte: %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
"Falha ao adicionar a interface tap à ponte. %s não é um dispositivo de ponte"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Falha ao adicionar a interface tap \"%s\" Ã ponte \"%s\" : %s"
-#: src/qemu_conf.c:748
-#, fuzzy
+#: src/qemu_conf.c:757
msgid "TCP migration is not supported with this QEMU binary"
-msgstr "não há suporte a \"migrate\" neste qemu"
+msgstr "não há suporte à migração de TCP com este binário do QEMU"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
-#, fuzzy
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
-msgstr "não há suporte a \"migrate\" neste qemu"
+msgstr "não há suporte à migração de STDIO com este binário do QEMU"
-#: src/qemu_conf.c:972
-#, fuzzy, c-format
+#: src/qemu_conf.c:981
+#, c-format
msgid "unsupported driver name '%s' for disk '%s'"
-msgstr "Mapeamento de nome de disco não suportado para o barramento \"%s\""
+msgstr "não há suporte ao nome de driver \"%s\" para o disco \"%s\""
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "não há suporte ao tipo de disco usb para \"%s\""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr "não há suporte para o tipo de disco \"%s\""
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "modelo de som inválido"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
msgid "invalid domain state"
msgstr "status do domÃnio inválido"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
msgid "invalid pid"
msgstr "pid inválido"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr "sem caminho do monitor"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
msgid "no domain config"
msgstr "sem configuração do domÃnio"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "Falha ao definir a flag close-on-exec do descritor do arquivo\n"
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "Falha ao ajustar a flag non-blocking do descritor do arquivo\n"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
-#, fuzzy, c-format
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
+#, c-format
msgid "failed to create logfile %s"
-msgstr "falha na criação do arquivo de log %s: %s"
+msgstr "falha na criação do arquivo de log %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
-#, fuzzy
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
-msgstr ""
-"Não foi possÃvel definir a flag close-on-exec %s do arquivo de log da MV "
+msgstr "Não foi possÃvel definir a flag close-on-exec do arquivo de log da MV "
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "falha na criação do nome do arquivo de log %s/%s.log"
-#: src/qemu_driver.c:211
-#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "falha na criação do arquivo de log %s: %s"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr ""
-"Não foi possÃvel definir a flag close-on-exec %s do arquivo de log da MV "
+msgid "Unable to seek to %lld in %s"
+msgstr "Não foi possÃvel buscar o %lld em %s: %s"
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
-msgstr "Não foi possÃvel abrir %s: %s\n"
-
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Falha ao auto inicializar a MV \"%s\": %s\n"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, c-format
msgid "Failed to unlink status file %s"
msgstr "Falha ao desconectar do arquivo de status %s"
-#: src/qemu_driver.c:339
-#, fuzzy, c-format
+#: src/qemu_driver.c:309
+#, c-format
msgid "Failed to read domain status for %s\n"
-msgstr "Falha ao criar domÃnio a partir de %s"
+msgstr "Falha ao ler o status do domÃnio para %s\n"
-#: src/qemu_driver.c:349
-#, fuzzy, c-format
+#: src/qemu_driver.c:319
+#, c-format
msgid "Failed to parse domain status for %s\n"
-msgstr "Falha ao salvar o domÃnio %s em %s"
+msgstr "Falha ao analisar o status do domÃnio para %s\n"
-#: src/qemu_driver.c:355
-#, fuzzy, c-format
+#: src/qemu_driver.c:325
+#, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
-msgstr "Falha ao criar o diretório de monitoramento %s: %s"
+msgstr "Falha ao reconectar o monitor para %s: %d\n"
+
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "não foi possÃvel obter a hora atual"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "Falha ao analisar o modo \"%s\""
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Falha ao analisar o modo \"%s\""
+
+#: src/qemu_driver.c:476
#, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "Falha ao criar o diretório de status \"%s\":%s\n"
-#: src/qemu_driver.c:497
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup: excedido o limite da memória\n"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr "Falha enquanto era lida a saÃda inicial do %s"
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr "O tempo expirou enquanto era lida a saÃda inicial do %s"
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr "Excedido o espaço enquanto era lida a saÃda inicial do %s"
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, fuzzy, c-format
+msgid "Out of space while reading %s log output"
+msgstr "Excedido o espaço enquanto era lida a saÃda inicial do %s"
+
+#: src/qemu_driver.c:757
+#, fuzzy, c-format
+msgid "Failure while reading %s log output"
+msgstr "Falha enquanto era lida a saÃda inicial do %s"
+
+#: src/qemu_driver.c:771
+#, fuzzy, c-format
+msgid "Timed out while reading %s log output"
+msgstr "O tempo expirou enquanto era lida a saÃda inicial do %s"
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr "Não foi possÃvel abrir o caminho do monitor %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr "Não foi possÃvel definir a flag close-on-exec do monitor"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr "Não foi possÃvel colocar o monitor no modo non-blocking"
-#: src/qemu_driver.c:880
-#, fuzzy, c-format
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
+#, c-format
msgid "Unable to close logfile: %s\n"
-msgstr "Não foi possÃvel fechar o arquivo de log %d: %s\n"
+msgstr "Não foi possÃvel fechar o arquivo de log: %s\n"
-#: src/qemu_driver.c:891
-#, fuzzy, c-format
+#: src/qemu_driver.c:969
+#, c-format
msgid "unable to start guest: %s"
-msgstr "não foi possÃvel definir os atributos do tty: %s\n"
+msgstr "não foi possÃvel iniciar o convidado: %s"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
"não foi possÃvel executar o comando de monitoração para trazer a informação "
"da thread da CPU"
-#: src/qemu_driver.c:1025
-#, fuzzy
+#: src/qemu_driver.c:1103
msgid "failed to set CPU affinity"
-msgstr "falha ao estabelecer a afinidade da CPU %s"
+msgstr "falha ao definir a afinidade da CPU"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr "falha ao retomar a operação"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
-msgstr ""
+msgstr "falha ao definir a senha VNC"
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "não foi possÃvel obter a hora atual"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "A MV já está ativa"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr "Não foi possÃvel localizar uma porta VNC disponÃvel"
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr "não foi possÃvel criar o diretório de log %s"
-#: src/qemu_driver.c:1176
-#, fuzzy, c-format
+#: src/qemu_driver.c:1367
+#, c-format
msgid "Cannot find QEMU binary %s"
-msgstr "Não foi possÃvel encontrar o executável do QEMU %s: %s"
+msgstr "Não foi possÃvel encontrar o binário do QEMU %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Não foi possÃvel determinar sintaxe argv do QEMU %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
-#, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
+#, fuzzy, c-format
+msgid "Unable to write envv to logfile: %s\n"
msgstr "Não foi possÃvel gravar o envv no arquivo log %d: %s\n"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
-#, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
+#, fuzzy, c-format
+msgid "Unable to write argv to logfile: %s\n"
msgstr "Não foi possÃvel gravar o argv no arquivo log %d: %s\n"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
-msgstr "Não foi possÃvel gravar o envv no arquivo log %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
+msgstr "Não foi possÃvel buscar o final do arquivo de log %d: %s\n"
-#: src/qemu_driver.c:1251
-#, fuzzy, c-format
+#: src/qemu_driver.c:1447
+#, c-format
msgid "Domain %s didn't show up\n"
-msgstr "O domÃnio %s está sendo desligado\n"
+msgstr "O domÃnio %s não apareceu\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
-msgstr ""
+msgstr "Não foi possÃvel daemonisar o processo QRMU"
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr "Desligando a MV \"%s\"\n"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
-msgstr "Falha ao associar o socket ao \"%s\": %s"
+msgid "Failed to send SIGTERM to %s (%d)"
+msgstr "Falha ao enviar sinal SIGTERM ao %s (%d): %s\n"
-#: src/qemu_driver.c:1312
-#, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "Não foi possÃvel fechar o arquivo de log %d: %s\n"
+#: src/qemu_driver.c:1536
+#, fuzzy, c-format
+msgid "Failed to remove domain status for %s"
+msgstr "Falha ao ler o status do domÃnio para %s\n"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
-msgstr ""
+msgstr "evento de fd %d para %s não manipulado"
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "Não foi possÃvel registrar os dados do console da MV: %s\n"
-#: src/qemu_driver.c:1596
-#, c-format
-msgid "Unable to open %s: %s\n"
+#: src/qemu_driver.c:1816
+#, fuzzy, c-format
+msgid "Unable to open %s"
msgstr "Não foi possÃvel abrir %s: %s\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr "Não há suporte para NUMA neste hospedeiro"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr "Falha ao consultar a memória livre da NUMA"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "falha ao obter o nome de máquina"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, c-format
msgid "domain '%s' is already defined"
msgstr "o domÃnio \"%s\" já está definido"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "um domÃnio com uuid \"%s\" já está definido"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "não existe domÃnio em correspondência com o id %d"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "o domÃnio não está executando"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr "falha ao suspender a operação"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr "falha na operação de desligamento"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "não existe domÃnio que corresponda ao uuid \"%s\""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
"não foi possÃvel ajustar o valor máximo da memória para que seja menor do "
"que a memória atual"
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr "não foi possÃvel ajustar a memória de um domÃnio ativo"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
"não foi possÃvel ajustar a memória para um valor maior do que a memória "
"máxima"
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr "falha ao obter o xml do domÃnio"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr "falha ao criar \"%s\""
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
msgstr "falha ao gravar o cabeçalho salvar"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr "falha ao gravar xml"
-#: src/qemu_driver.c:2433
-#, fuzzy, c-format
+#: src/qemu_driver.c:2655
+#, c-format
msgid "unable to save file %s"
-msgstr "não foi possÃvel salvar o arquivo %s %s"
+msgstr "não foi possÃvel salvar o arquivo %s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "excedido o limite da memória"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr "falha na operação de migração"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr "não há suporte a \"migrate\" neste qemu"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr "não foi possÃvel alterar a contagem de vcpu em um domÃnio ativo"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr "não foi possÃvel determinar o número máximo de vcpus para o domÃnio"
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
@@ -2666,98 +2996,111 @@ msgstr ""
"quantidade de vcpus requeridos é maior do que o máximo de vcpus permitidos "
"para o domÃnio: %d > %d"
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
msgid "cannot pin vcpus on an inactive domain"
msgstr "não é possÃvel ligar um vcpus a um domÃnio inativo"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "o número do vcpu está fora da faixa %d > %d"
-#: src/qemu_driver.c:2596
-#, fuzzy
+#: src/qemu_driver.c:2816
msgid "cannot set affinity"
-msgstr "não foi possÃvel estabelecer a afinidade: %s"
+msgstr "não foi possÃvel definir a afinidade"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr "não há suporte para afinidade de cpu"
-#: src/qemu_driver.c:2665
-#, fuzzy
+#: src/qemu_driver.c:2885
msgid "cannot get affinity"
-msgstr "não foi possÃvel obter a afinidade: %s"
+msgstr "não foi possÃvel obter a afinidade"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr "a afinidade da cpu não está disponÃvel"
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "tipo de virt desconhecido na definição do domÃnio \"%d\""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "não foi possÃvel obter a hora atual"
+
+#: src/qemu_driver.c:3014
+#, fuzzy, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr "a contagem de vCPU excede o máximo: %d > %d"
+
+#: src/qemu_driver.c:3023
+#, fuzzy, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr "a contagem de vCPU excede o máximo: %d > %d"
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr "não foi possÃvel ler a imagem do domÃnio"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr "falha ao ler o cabeçalho do qemu"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr "o image magic está incorreto"
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "não há suporte para a versão da imagem (%d > %d)"
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr "falha ao ler o XML"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr "falha ao analisar o XML"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr "o domÃnio já está ativo como \"%s\""
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
msgid "failed to assign new VM"
msgstr "falha ao atribuir nova MV"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr "falha ao iniciar a MV"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
msgid "failed to resume domain"
msgstr "falha ao retomar o domÃnio"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
"não foi possÃvel converter o disco \"%s\" para o Ãndice de barramento/"
"dispositivo"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "Mapeamento de nome de disco não suportado para o barramento \"%s\""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr "Não há dispositivo com barramento \"%s\" e alvo \"%s\""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
@@ -2766,180 +3109,221 @@ msgstr ""
"A versão do emulador não suporta mÃdia removÃvel para o dispositivo \"%s\" e "
"alvo \"%s\""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
msgid "could not change cdrom media"
msgstr "não foi possÃvel alterar a mÃdia de cdrom"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, c-format
msgid "changing cdrom media failed: %s"
msgstr "falha ao alterar a mÃdia de cdrom: %s"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr "o alvo %s já existe"
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr "não foi possÃvel conectar o disco %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr "Não foi possÃvel analisar o número do slot\n"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, c-format
msgid "adding %s disk failed"
msgstr "falha ao adicionar o disco %s"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr "não foi possÃvel conectar disco usb"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
msgid "adding usb disk failed"
msgstr "falha ao adicionar o disco usb"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
msgid "cannot attach usb device"
msgstr "não foi possÃvel conectar o dispositivo usb"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
msgid "adding usb device failed"
msgstr "falha ao adicionar dispositivo usb"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr "não foi possÃvel conectar o dispositivo a um domÃnio inativo"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, fuzzy, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr "esse tipo de dispositivo de disco não pode ser conectado"
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, fuzzy, c-format
+msgid "device type '%s' cannot be attached"
msgstr "esse tipo de dispositivo não pode ser conectado"
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, c-format
msgid "disk %s not found"
msgstr "disco %s não localizado"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr "disco %s não pôde ser desconectado - número de slot %d inválido"
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, c-format
msgid "failed to execute detach disk %s command"
msgstr "falha ao executar comando de desconexão do disco %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "falha ao desconectar disco %s: slot %d inválido"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
msgid "cannot detach device on inactive domain"
msgstr "não foi possÃvel desconectar o dispositivo do domÃnio inativo"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
"somente dispositivos de disco virtio ou SCSI podem ser desconectados "
"dinamicamente"
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
msgid "cannot set autostart for transient domain"
msgstr "não foi possÃvel definir auto inÃcio para domÃnio transitório"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
-#, fuzzy, c-format
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
+#, c-format
msgid "cannot create autostart directory %s"
-msgstr "não foi possÃvel criar o diretório de inÃcio automático %s: %s"
+msgstr "não foi possÃvel criar o diretório de inÃcio automático %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
-#, fuzzy, c-format
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
+#, c-format
msgid "Failed to create symlink '%s to '%s'"
-msgstr "Falha ao criar link simbólico \"%s\" para \"%s\": %s"
+msgstr "Falha ao criar link simbólico \"%s\" para \"%s\""
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "Caminho inválido: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr "o comando \"info blockstats\" falhou"
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "o \"info blockstats\" não é suportado por este qemu"
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "dispositivo não localizado: %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr "caminho NULL (nulo) ou vazio "
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "caminho inválido, \"%s\" não é uma interface conhecida"
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "falha ao abrir %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "falha ao realizar lseek ou ler o arquivo: %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "caminho inválido"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr "o driver do QEMU só dá suporte a endereços de memória virtuais"
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "falha em open(%s): %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr "falha no comando \"memsave\""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s: falha ao ler o arquivo temporário: %s"
+
+#: src/qemu_driver.c:4471
msgid "no domain XML passed"
msgstr "nenhum domÃnio XML aprovado"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr "para migrações KVM, somente há suporte a URIs de tcp"
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr "URI não possui \":port\" ao final"
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
msgid "could not generate random UUID"
msgstr "não foi possÃvel gerar o UUID aleatório"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "domÃnio com o mesmo nome ou UUID já existe como \"%s\""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
msgid "failed to start listening VM"
msgstr "falhou em começar a escutar a MV"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, c-format
msgid "migrate failed: %s"
msgstr "falha ao migrar: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Falha ao retomar o domÃnio %s "
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr "nenhum domÃnio com nome correspondente a %s"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
msgstr "falha ao localizar o executável do libvirtd"
@@ -2951,221 +3335,231 @@ msgstr ""
"remote_open: transporte em URL não reconhecido (deveria ser tls|unix|ssh|ext|"
"tcp)"
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open: para o transporte \"ext\", é necessário um comando"
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "não foi possÃvel resolver o nome de máquina \"%s\": %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
-#, fuzzy, c-format
+#: src/remote_internal.c:589 src/remote_internal.c:665
+#, c-format
msgid "unable to connect to '%s'"
-msgstr "não foi possÃvel conectar a \"%s\": %s"
+msgstr "não foi possÃvel conectar a \"%s\""
-#: src/remote_internal.c:644
-#, fuzzy
+#: src/remote_internal.c:641
msgid "unable to create socket"
-msgstr "não foi possÃvel criar o socket %s"
+msgstr "não foi possÃvel criar o socket"
-#: src/remote_internal.c:727
-#, fuzzy
+#: src/remote_internal.c:728
msgid "unable to create socket pair"
-msgstr "não foi possÃvel criar par de sockets %s"
+msgstr "não foi possÃvel criar par de sockets"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
"os métodos de transporte unix, ssh e ext não têm suporte no ambiente Windows"
-#: src/remote_internal.c:755
-#, fuzzy
+#: src/remote_internal.c:756
msgid "unable to make socket non-blocking"
-msgstr "não foi possÃvel criar o socket %s"
+msgstr "não foi possÃvel criar o socket sem blocagem"
-#: src/remote_internal.c:761
-#, fuzzy
+#: src/remote_internal.c:762
msgid "unable to make pipe"
-msgstr "não foi possÃvel salvar o arquivo %s %s"
+msgstr "não foi possÃvel criar o pipe"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
msgid "unable to auto-detect URI"
msgstr "não foi possÃvel auto detectar URI"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr "Erro ao alocar lista de retorno de chamada"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
msgid "Error allocating domainEvents"
msgstr "Erro ao alocar domainEvents"
-#: src/remote_internal.c:1044
-#, fuzzy, c-format
+#: src/remote_internal.c:1041
+#, c-format
msgid "Cannot access %s '%s'"
-msgstr "ImpossÃvel acessar %s \"%s\": %s (%d)"
+msgstr "ImpossÃvel acessar %s \"%s\""
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "não foi possÃvel alocar as credenciais TLS: %s"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr "não foi possÃvel carregar o certificado CA: %s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr "não foi possÃvel carregar a chave/certificado privado: %s"
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr "não foi possÃvel inicializar o cliente TLS: %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "não foi possÃvel definir a prioridade do algoritmo TLS: %s"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr "não foi possÃvel definir a prioridade do certificado: %s"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr "não foi possÃvel definir as credenciais da sessão: %s"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "não foi possÃvel completar a negociação TLS: %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr "não foi possÃvel completar a inicialização do TLS: %s"
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
"falha na verificação do servidor (do nosso certificado ou do endereço IP)\n"
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, c-format
msgid "unable to verify server certificate: %s"
msgstr "não foi possÃvel verificar o certificado do servidor: %s"
-#: src/remote_internal.c:1233
-#, fuzzy
+#: src/remote_internal.c:1230
msgid "cannot get current time"
-msgstr "não foi possÃvel obter o horário atual: %s"
+msgstr "não foi possÃvel obter o horário atual"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr "Certificado inválido"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr "O certificado não é confiável."
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr "O certificado não possui um emissor conhecido."
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr "O certificado foi revogado."
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr "O certificado usa um algoritmo inseguro"
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr "certificado do servidor falhou na validação: %s"
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "O tipo de certificado não é X.509"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "falha em gnutls_certificate_get_peers"
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr "não foi possÃvel inicializar o certificado: %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, c-format
msgid "unable to import certificate: %s"
msgstr "não foi possÃvel importar o certificado: %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "O certificado expirou"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "O certificado ainda não está ativo"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr "O proprietário do certificado não corresponde ao nome de máquina (%s)"
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "quantidade excessiva de células NUMA: %d > %d"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "quantidade excessiva de IDs de domÃnios remotos: %d > %d"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr "o tamanho do mapeamento é maior do que o máximo: %d > %d"
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "a contagem de vCPU excede o máximo: %d > %d"
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr "o buffer de mapeamento de vCPU excede o máximo: %d > %d"
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "o hospedeiro relata vCPUs demais: %d > %d"
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
"o hospedeiro relata que o mapeamento do tamanho do buffer excede o valor "
"máximo: %d > %d"
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, fuzzy, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr "a contagem de vCPU excede o máximo: %d > %d"
+
+#: src/remote_internal.c:2352
+#, fuzzy, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr "a contagem de vCPU excede o máximo: %d > %d"
+
+#: src/remote_internal.c:2361
+#, fuzzy, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr "a contagem de vCPU excede o máximo: %d > %d"
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr "excesso de nomes de domÃnios remotos: %d > %d"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
@@ -3173,354 +3567,410 @@ msgstr ""
"remoteDomainGetSchedulerParameters: retornou um número de parâmetros que "
"excede o limite "
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "remoteDomainGetSchedulerParameters: tipo de parâmetro desconhecido"
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "excedidos os limites da memória na alocação da matriz"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "tipo de parâmetro desconhecido"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
"requisição de consulta de blocos é grande demais para o protocolo remoto, %"
"zi > %d"
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr "buffer retornado não tem o mesmo tamanho que foi requisitado"
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
"requisição de consulta de memória é grande demais para o protocolo remoto, %"
"zi > %d"
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "quantidade excessiva de redes remotas: %d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr "número excessivo de requisições de pools de armazenamento"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr "quantidade excessiva de pools de armazenamento recebida"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr "foram requeridos volumes de armazenamento em demasia"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr "foram recebidos volumes de armazenamento em demasia"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
msgid "too many device names requested"
msgstr "foram requeridos nomes de dispositivo em demasia"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
msgid "too many device names received"
msgstr "foram recebidos nomes de dispositivo em demasia"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
msgid "too many capability names requested"
msgstr "foram requeridos nomes de capacidade em demasia"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr "foram recebidos nomes de capacidade em demasia"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "tipo de autenticação desconhecido %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr "o tipo %s requerido de autenticação foi rejeitado"
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "não há suporte para o tipo %d de autenticação "
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "falha ao inicializar a biblioteca SASL: %d (%s)"
-#: src/remote_internal.c:5165
-#, fuzzy
+#: src/remote_internal.c:5307
msgid "failed to get sock address"
-msgstr "falha ao obter o endereço do socket %d (%s)"
+msgstr "falha ao obter o endereço do socket"
-#: src/remote_internal.c:5175
-#, fuzzy
+#: src/remote_internal.c:5317
msgid "failed to get peer address"
-msgstr "falha ao obter o endereço do par %d (%s)"
+msgstr "falha ao obter o endereço do ponto"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Falha ao criar o contexto do cliente SASL: %d (%s)"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr "tamanho da cifra para a sessão TLS inválido"
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "não foi possÃvel definir o SSF externo %d (%s)"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr "não foi possÃvel definir as propriedades de segurança %d (%s)"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "O servidor não suporta o mecanismo SASL %s"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Falha ao iniciar a negociação SASL: %d (%s)"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr "Falha ao criar as credenciais de autorização"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr "Os dados da negociação do SASL são longos demais: %d bytes"
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Falha no passo do SASL: %d (%s)"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr "A negociação SSF %d não foi suficientemente forte"
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr "Falha ao coletar credenciais de autenticação"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr "não há suporte ao evento"
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr "adicionando cb à lista"
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr "removendo cb da lista"
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr "falha em xdr_remote_message_header"
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr "enfileirando args"
-#: src/remote_internal.c:5656
-#, fuzzy
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
-msgstr "xdr_int (tamanho da palavra)"
+msgstr "xdr_u_int (tamanho da palavra)"
-#: src/remote_internal.c:5702
-#, fuzzy
+#: src/remote_internal.c:5842
msgid "cannot send data"
-msgstr "os dados do domÃnio não puderam ser salvos"
+msgstr "não foi possÃvel enviar dados"
-#: src/remote_internal.c:5733
-#, fuzzy, c-format
+#: src/remote_internal.c:5873
+#, c-format
msgid "failed to read from TLS socket %s"
-msgstr "Falha na leitura do socket %d\n"
+msgstr "Falha na leitura do socket TLS %s"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
-#, fuzzy
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
msgid "server closed connection"
-msgstr "conexão somente leitura"
+msgstr "conexão de servidor fechada"
-#: src/remote_internal.c:5752
-#, fuzzy
+#: src/remote_internal.c:5892
msgid "cannot recv data"
-msgstr "não pode ser escrito o metadata"
+msgstr "não foi possÃvel receber dados"
-#: src/remote_internal.c:5785
-#, fuzzy, c-format
+#: src/remote_internal.c:5925
+#, c-format
msgid "failed to encode SASL data: %s"
-msgstr "falha ao criar %s: %s"
+msgstr "falha ao codificar dados SASL: %s"
-#: src/remote_internal.c:5883
-#, fuzzy, c-format
+#: src/remote_internal.c:6023
+#, c-format
msgid "failed to decode SASL data: %s"
-msgstr "falha ao excluir o veth: %s"
+msgstr "falha ao decodificar dados SASL: %s"
-#: src/remote_internal.c:5957
-#, fuzzy
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
-msgstr "xdr_int (comprimento da palavra, resposta)"
+msgstr "xdr_u_int (comprimento da palavra, resposta)"
-#: src/remote_internal.c:5964
-#, fuzzy
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
-msgstr "o pacote recebido do servidor é grande demais"
+msgstr "o pacote recebido do servidor é pequeno demais"
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr "o pacote recebido do servidor é grande demais"
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr "cabeçalho inválido na resposta"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr "programa desconhecido (recebido %x, esperado %x)"
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr "versão do protocolo desconhecida (recebido %x, esperado %x)"
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
-msgstr ""
+msgstr "obteve chamada de RPC inesperada %d do servidor "
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
-msgstr ""
+msgstr "não há chamada à espera de resposta com o serial %d"
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr "procedimento desconhecido (recebido %x, esperado %x)"
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr "desenfileirando ret"
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr "desenfileirando remote_error"
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr "status desconhecido (recebido %x)"
-#: src/remote_internal.c:6200
-#, fuzzy
+#: src/remote_internal.c:6340
msgid "poll on socket failed"
-msgstr "falha no calloc"
+msgstr "falha ao pesquisar no socket"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
-msgstr ""
+msgstr "recebido evento de erro / desligamento no socket"
-#: src/remote_internal.c:6351
-#, fuzzy
+#: src/remote_internal.c:6503
msgid "failed to wait on condition"
-msgstr "falha ao esperar o comando: %s"
+msgstr "falha ao esperar a condição"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr "remoteDomainProcessEvent: desenfileirando ret"
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "não foi possÃvel abrir o arquivo tty pid %s: %s"
+
+#: src/security_selinux.c:120
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr "não foi possÃvel ler o arquivo tty pid %s: %s"
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "não foi possÃvel abrir o arquivo tty pid %s: %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "não foi possÃvel ler o arquivo tty pid %s: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "não foi possÃvel obter o contexto do arquivo de \"%s\""
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, fuzzy, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr "a contagem de vCPU excede o máximo: %d > %d"
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "não foi possÃvel resolver o nome de máquina \"%s\": %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "não foi possÃvel resolver o nome de máquina \"%s\": %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
msgstr "falta backend para o tipo de pool %d"
#: src/storage_backend.c:111 src/storage_backend_fs.c:295
-#, fuzzy, c-format
+#, c-format
msgid "cannot open volume '%s'"
-msgstr "não foi possÃvel abrir o volume \"%s\": %s"
+msgstr "não foi possÃvel abrir o volume \"%s\""
#: src/storage_backend.c:194
-#, fuzzy, c-format
+#, c-format
msgid "cannot stat file '%s'"
-msgstr "não foi possÃvel iniciar o arquivo \"%s\": %s "
+msgstr "não foi possÃvel realizar stat no arquivo \"%s\""
#: src/storage_backend.c:227
-#, fuzzy, c-format
+#, c-format
msgid "cannot seek to end of file '%s'"
-msgstr "não foi possÃvel achar o fim do arquivo \"%s\":%s"
+msgstr "não foi possÃvel achar o fim do arquivo \"%s\""
#: src/storage_backend.c:249
-#, fuzzy, c-format
+#, c-format
msgid "cannot seek to beginning of file '%s'"
-msgstr "não foi possÃvel achar o inÃcio do arquivo \"%s\":%s"
+msgstr "não foi possÃvel achar o inÃcio do arquivo \"%s\""
#: src/storage_backend.c:256
-#, fuzzy, c-format
+#, c-format
msgid "cannot read beginning of file '%s'"
-msgstr "não foi possÃvel ler o inÃcio do arquivo \"%s\":%s"
+msgstr "não foi possÃvel ler o inÃcio do arquivo \"%s\""
-#: src/storage_backend.c:282
-#, fuzzy, c-format
+#: src/storage_backend.c:283
+#, c-format
msgid "cannot get file context of '%s'"
-msgstr "não foi possÃvel obter o contexto do arquivo de %s: %s"
+msgstr "não foi possÃvel obter o contexto do arquivo de \"%s\""
-#: src/storage_backend.c:375
-#, fuzzy, c-format
+#: src/storage_backend.c:376
+#, c-format
msgid "cannot read dir '%s'"
-msgstr "não foi possÃvel ler o dir %s: %s"
+msgstr "não foi possÃvel ler o dir \"%s\""
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr "Falha ao compilar regex %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "não foi possÃvel ler fd"
-#: src/storage_backend.c:568 src/storage_backend.c:686
-#, fuzzy, c-format
+#: src/storage_backend.c:569 src/storage_backend.c:687
+#, c-format
msgid "failed to wait for command '%s'"
-msgstr "falha ao esperar o comando: %s"
+msgstr "falha ao esperar o comando \"%s\""
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr "o comando não saiu corretamente"
-#: src/storage_backend.c:665
-#, fuzzy, c-format
+#: src/storage_backend.c:666
+#, c-format
msgid "read error on pipe to '%s'"
-msgstr "erro de leitura: %s"
+msgstr "erro de leitura no pipe para \"%s\""
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr "status de saÃda do comando %d diferente de zero"
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr "%s não implementado no Win32"
@@ -3538,9 +3988,9 @@ msgid "no large enough free extent"
msgstr "extensão livre não é grande o suficiente"
#: src/storage_backend_disk.c:372
-#, fuzzy, c-format
+#, c-format
msgid "Couldn't read volume target path '%s'"
-msgstr "Não foi possÃvel ler o caminho alvo do volume \"%s\": %s"
+msgstr "Não foi possÃvel ler o caminho alvo do volume \"%s\""
#: src/storage_backend_disk.c:387
#, c-format
@@ -3555,9 +4005,9 @@ msgid "cannot parse partition number from target '%s'"
msgstr "não foi possÃvel analisar o número da partição do alvo \"%s\""
#: src/storage_backend_fs.c:309
-#, fuzzy, c-format
+#, c-format
msgid "cannot read header '%s'"
-msgstr "não foi possÃvel ler o cabeçalho \"%s\": %s"
+msgstr "não foi possÃvel ler o cabeçalho \"%s\""
#: src/storage_backend_fs.c:449
#, c-format
@@ -3578,9 +4028,9 @@ msgid "missing <host> in <source> spec"
msgstr "falta <host> na especificação <source>"
#: src/storage_backend_fs.c:572
-#, fuzzy, c-format
+#, c-format
msgid "cannot read mount list '%s'"
-msgstr "não foi possÃvel ler %s: %s"
+msgstr "não foi possÃvel ler a lista de montagem \"%s\""
#: src/storage_backend_fs.c:642 src/storage_backend_fs.c:709
#: src/storage_backend_iscsi.c:585
@@ -3602,40 +4052,40 @@ msgstr "falta o diretório da origem"
#: src/storage_backend_fs.c:787 src/storage_backend_fs.c:1013
#: src/storage_backend_fs.c:1052
-#, fuzzy, c-format
+#, c-format
msgid "cannot create path '%s'"
-msgstr "não foi possÃvel criar o caminho \"%s\": %s"
+msgstr "não foi possÃvel criar o caminho \"%s\""
#: src/storage_backend_fs.c:811
-#, fuzzy, c-format
+#, c-format
msgid "cannot open path '%s'"
-msgstr "não foi possÃvel abrir o caminho \"%s\": %s"
+msgstr "não foi possÃvel abrir o caminho \"%s\""
#: src/storage_backend_fs.c:907
-#, fuzzy, c-format
+#, c-format
msgid "cannot statvfs path '%s'"
-msgstr "não foi possÃvel realizar a statvfs do caminho \"%s\": %s"
+msgstr "não foi possÃvel realizar a statvfs do caminho \"%s\""
#: src/storage_backend_fs.c:973
-#, fuzzy, c-format
+#, c-format
msgid "cannot unlink path '%s'"
-msgstr "não foi possÃvel desvincular o caminho \"%s\": %s"
+msgstr "não foi possÃvel desvincular o caminho \"%s\""
#: src/storage_backend_fs.c:1030
-#, fuzzy, c-format
+#, c-format
msgid "cannot fill file '%s'"
-msgstr "não foi possÃvel preencher o arquivo \"%s\": %s"
+msgstr "não foi possÃvel preencher o arquivo \"%s\""
#: src/storage_backend_fs.c:1043
-#, fuzzy, c-format
+#, c-format
msgid "cannot extend file '%s'"
-msgstr "não foi possÃvel estender o arquivo \"%s\": %s"
+msgstr "não foi possÃvel estender o arquivo \"%s\""
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
-#, fuzzy, c-format
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
+#, c-format
msgid "cannot read path '%s'"
-msgstr "não foi possÃvel ler o caminho \"%s\": %s"
+msgstr "não foi possÃvel ler o caminho \"%s\""
#: src/storage_backend_fs.c:1081
#, c-format
@@ -3643,14 +4093,14 @@ msgid "unknown storage vol type %d"
msgstr "tipo do volume de armazenamento desconhecido %d"
#: src/storage_backend_fs.c:1090
-#, fuzzy, c-format
+#, c-format
msgid "unknown storage vol backing store type %d"
-msgstr "é desconhecido o tipo de armazenamento de backend %d "
+msgstr "tipo de volume de memória secundária desconhecido %d "
#: src/storage_backend_fs.c:1096
#, c-format
msgid "inaccessible backing store volume %s"
-msgstr ""
+msgstr "volume de memória secundária %s não acessÃvel"
#: src/storage_backend_fs.c:1129
#, c-format
@@ -3658,33 +4108,32 @@ msgid "unsupported storage vol type %d"
msgstr "não há suporte ao tipo do volume de armazenamento %d"
#: src/storage_backend_fs.c:1135
-#, fuzzy
msgid "copy-on-write image not supported with qcow-create"
-msgstr "a criação de imagens não-brutas não é suportada sem o qemu-img"
+msgstr "não há suporte à imagem copy-on-write com qcow-create"
#: src/storage_backend_fs.c:1162
msgid "creation of non-raw images is not supported without qemu-img"
msgstr "a criação de imagens não-brutas não é suportada sem o qemu-img"
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
-#, fuzzy, c-format
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
+#, c-format
msgid "cannot set file owner '%s'"
-msgstr "não foi possÃvel identificar o dono do arquivo \"%s\": %s"
+msgstr "não foi possÃvel definir o dono do arquivo \"%s\""
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
-#, fuzzy, c-format
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
+#, c-format
msgid "cannot set file mode '%s'"
-msgstr "não foi possÃvel definir o modo do arquivo \"%s\": %s"
+msgstr "não foi possÃvel definir o modo do arquivo \"%s\""
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
-#, fuzzy, c-format
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
+#, c-format
msgid "cannot close file '%s'"
-msgstr "não foi possÃvel fechar o arquivo \"%s\": %s"
+msgstr "não foi possÃvel fechar o arquivo \"%s\""
#: src/storage_backend_fs.c:1222
-#, fuzzy, c-format
+#, c-format
msgid "cannot unlink file '%s'"
-msgstr "não foi possÃvel desvincular o arquivo \"%s\": %s"
+msgstr "não foi possÃvel desvincular o arquivo \"%s\""
#: src/storage_backend_iscsi.c:64
#, c-format
@@ -3706,15 +4155,15 @@ msgid "cannot find session"
msgstr "não foi possÃvel localizar a sessão"
#: src/storage_backend_iscsi.c:213
-#, fuzzy, c-format
+#, c-format
msgid "cannot open '%s'"
-msgstr "não foi possÃvel abrir %s: %s"
+msgstr "não foi possÃvel abrir \"%s\""
#: src/storage_backend_iscsi.c:335 src/storage_backend_iscsi.c:419
#: src/storage_backend_iscsi.c:455
-#, fuzzy, c-format
+#, c-format
msgid "Failed to opendir sysfs path '%s'"
-msgstr "Falha ao abrir o diretório caminho do sysfs %s: %s"
+msgstr "Falha ao abrir o diretório caminho do sysfs \"%s\""
#: src/storage_backend_iscsi.c:348
#, c-format
@@ -3722,9 +4171,9 @@ msgid "Failed to parse target from sysfs path %s/%s"
msgstr "Falha ao analisar o alvo a partir do caminho sysfs %s/%s"
#: src/storage_backend_iscsi.c:367
-#, fuzzy, c-format
+#, c-format
msgid "Failed to find any LUNs for session '%s'"
-msgstr "Falha ao localizar algum LUN para a sessão %s: %s"
+msgstr "Falha ao localizar algum LUN para a sessão \"%s\""
#: src/storage_backend_iscsi.c:396
#, c-format
@@ -3767,33 +4216,29 @@ msgid "failed to get source from sourceList"
msgstr "falha ao obter origem de sourceList"
#: src/storage_backend_logical.c:412
-#, fuzzy, c-format
+#, c-format
msgid "cannot open device '%s'"
-msgstr "não foi possÃvel abrir o dispositivo %s"
+msgstr "não foi possÃvel abrir o dispositivo \"%s\""
#: src/storage_backend_logical.c:418
-#, fuzzy, c-format
+#, c-format
msgid "cannot clear device header of '%s'"
-msgstr "não foi possÃvel limpar o cabeçalho do dispositivo %s"
+msgstr "não foi possÃvel limpar o cabeçalho do dispositivo \"%s\""
#: src/storage_backend_logical.c:425
-#, fuzzy, c-format
+#, c-format
msgid "cannot close device '%s'"
-msgstr "não foi possÃvel fechar o dispositivo %s"
+msgstr "não foi possÃvel fechar o dispositivo \"%s\""
#: src/storage_backend_logical.c:550
-#, fuzzy, c-format
+#, c-format
msgid "cannot remove PV device '%s'"
-msgstr "não foi possÃvel remover o dispositivo PV %s: %s"
-
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
+msgstr "não foi possÃvel remover o dispositivo PV \"%s\""
-#: src/storage_backend_logical.c:649
-#, fuzzy, c-format
+#: src/storage_backend_logical.c:643
+#, c-format
msgid "cannot find newly created volume '%s'"
-msgstr "não foi possÃvel localizar o volume recém criado \"%s\": %s"
+msgstr "não foi possÃvel localizar o volume recém criado \"%s\""
#: src/storage_conf.c:358
msgid "missing auth host attribute"
@@ -3803,157 +4248,162 @@ msgstr "falta atributo de autenticação do hospedeiro"
msgid "missing auth passwd attribute"
msgstr "falta o atributo de autenticação da senha"
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr "modo octal mal formado"
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr "elemento do proprietário mal formado"
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr "elemento do grupo mal formado"
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr "elemento raiz para pool de armazenamento desconhecido"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, c-format
msgid "unknown storage pool type %s"
msgstr "tipo de pool de armazenamento desconhecido %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr "falta o elemento do nome da origem do pool"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr "não foi possÃvel gerar o uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, c-format
msgid "unknown pool format type %s"
msgstr "tipo de formato de pool desconhecido %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr "falta o nome de máquina da origem do pool de armazenamento"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
"não foi possÃvel extrair os dispositivos origem do pool de armazenamento"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
msgid "missing storage pool source device path"
msgstr "falta o caminho do dispositivo de origem do pool de armazenamento"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr "falta o caminho da origem do pool de armazenamento"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr "tipo de autenticação desconhecido \"%s\""
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr "falta o caminho alvo do pool de armazenamento"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr "número de formato do pool desconhecido %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr "tipo de pool não esperado"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr "falta o elemento proprietário"
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "falta o elemento root"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr "unidades de tamanho desconhecidas \"%s\""
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr "elemento de capacidade inválido"
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr "valor do elemento da capacidade é muito grande"
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr "elemento raiz desconhecido"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
msgid "missing volume name element"
msgstr "falta o elemento nome do volume"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr "falta o elemento capacidade"
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, c-format
msgid "unknown volume format type %s"
msgstr "tipo de formato de volume desconhecido %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr "número de formato do volume desconhecido %d"
-#: src/storage_conf.c:1450
-#, fuzzy, c-format
+#: src/storage_conf.c:1453
+#, c-format
msgid "cannot create config directory %s"
-msgstr "não foi possÃvel criar o diretório de configuração %s: %s"
+msgstr "não foi possÃvel criar o diretório de configuração %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "o caminho do arquivo de configuração não pode ser construÃdo"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr "não foi possÃvel construir o caminho do atalho para o auto inÃcio"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr "falha ao gerar o XML"
-#: src/storage_conf.c:1491
-#, fuzzy, c-format
+#: src/storage_conf.c:1494
+#, c-format
msgid "cannot create config file %s"
-msgstr "não foi possÃvel criar o arquivo de configuração %s: %s"
+msgstr "não foi possÃvel criar o arquivo de configuração %s"
-#: src/storage_conf.c:1499
-#, fuzzy, c-format
+#: src/storage_conf.c:1502
+#, c-format
msgid "cannot write config file %s"
-msgstr "não foi possÃvel gravar o arquivo de configuração %s: %s"
+msgstr "não foi possÃvel gravar o arquivo de configuração %s"
-#: src/storage_conf.c:1506
-#, fuzzy, c-format
+#: src/storage_conf.c:1509
+#, c-format
msgid "cannot save config file %s"
-msgstr "não foi possÃvel salvar o arquivo de configuração %s: %s"
+msgstr "não foi possÃvel salvar o arquivo de configuração %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "não há arquivo de configuração para %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "não foi possÃvel remover a configuração para %s"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr "não existe pool que corresponda ao uuid"
@@ -3961,17 +4411,17 @@ msgstr "não existe pool que corresponda ao uuid"
msgid "no pool with matching name"
msgstr "não existe pool que corresponda ao nome"
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr "o pool de armazenamento já existe"
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr "não existe pool de armazenamento que corresponda ao uuid"
@@ -3979,68 +4429,68 @@ msgstr "não existe pool de armazenamento que corresponda ao uuid"
msgid "pool is still active"
msgstr "o pool ainda está ativo"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr "o pool já está ativo"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr "o pool de armazenamento já está ativo"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr "o pool de armazenamento não está ativo"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr "o pool de armazenamento ainda está ativo"
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr "o pool não dá suporte à exclusão do volume"
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "o pool não tem arquivo de configuração"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr "não existe volume de armazenamento que corresponda ao nome"
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr "não existe volume de armazenamento com a chave correspondente"
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr "não há volume de armazenamento que coincida com o caminho "
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr "o volume de armazenamento já existe"
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr "o pool de armazenamento não tem suporte para a criação de volume"
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr "o pool de armazenamento não tem suporte para remoção do volume"
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "obtendo a hora"
#: src/test.c:376
-#, fuzzy, c-format
+#, c-format
msgid "loading host definition file '%s'"
-msgstr "carregando o arquivo de definições do hospedeiro \"%s\": %s"
+msgstr "carregando o arquivo de definições do hospedeiro \"%s\""
#: src/test.c:384
msgid "host"
@@ -4090,153 +4540,152 @@ msgstr "nó da lista de domÃnios"
msgid "resolving domain filename"
msgstr "resolvendo o nome de arquivo do domÃnio"
-#: src/test.c:517
+#: src/test.c:516
msgid "node network list"
msgstr "lista de redes de nós"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "resolvendo o nome do arquivo de rede"
-#: src/test.c:553
+#: src/test.c:551
msgid "node pool list"
msgstr "lista de pools de nós"
-#: src/test.c:565
+#: src/test.c:563
msgid "resolving pool filename"
msgstr "resolvendo o nome de arquivo do pool"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: forneça um caminho ou use test:///default"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
-#, fuzzy
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
-msgstr "não foi possÃvel bloquear sinais: %s"
+msgstr "não foi possÃvel procurar o nome do host"
-#: src/test.c:963
+#: src/test.c:960
#, c-format
msgid "domain '%s' not paused"
msgstr "o domÃnio \"%s\" não está pausado"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, c-format
msgid "domain '%s' not running"
msgstr "o domÃnio \"%s\" não está em execução"
-#: src/test.c:1205
-#, fuzzy, c-format
+#: src/test.c:1202
+#, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr ""
-"o salvamento do domÃnio \"%s\" falhou ao alocar espaço para os meta dados: %s"
+"o salvamento do domÃnio \"%s\" falhou ao alocar espaço para os meta dados"
-#: src/test.c:1212
-#, fuzzy, c-format
+#: src/test.c:1209
+#, c-format
msgid "saving domain '%s' to '%s': open failed"
-msgstr "salvando domÃnio \"%s\" em \"%s\": falha ao abrir: %s"
+msgstr "salvando domÃnio \"%s\" em \"%s\": falha ao abrir"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
-#, fuzzy, c-format
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
+#, c-format
msgid "saving domain '%s' to '%s': write failed"
-msgstr "salvando domÃnio \"%s\" em \"%s\": falha ao gravar: %s"
+msgstr "salvando domÃnio \"%s\" em \"%s\": falha ao gravar"
-#: src/test.c:1289
-#, fuzzy, c-format
+#: src/test.c:1286
+#, c-format
msgid "cannot read domain image '%s'"
-msgstr "não foi possÃvel ler a imagem do domÃnio"
+msgstr "não foi possÃvel ler a imagem do domÃnio \"%s\""
-#: src/test.c:1295
-#, fuzzy, c-format
+#: src/test.c:1292
+#, c-format
msgid "incomplete save header in '%s'"
-msgstr "cabeçalho de salvamento incompleto"
+msgstr "cabeçalho de salvamento incompleto em \"%s\""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr "header magic não coincide"
-#: src/test.c:1306
-#, fuzzy, c-format
+#: src/test.c:1303
+#, c-format
msgid "failed to read metadata length in '%s'"
-msgstr "falha ao ler comprimento dos meta dados"
+msgstr "falha ao ler comprimento dos meta dados em \"%s\""
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr "comprimento dos meta dados fora do intervalo"
-#: src/test.c:1321
-#, fuzzy, c-format
+#: src/test.c:1318
+#, c-format
msgid "incomplete metdata in '%s'"
-msgstr "meta dados incompletos"
+msgstr "meta dados incompletos em \"%s\""
-#: src/test.c:1378
-#, fuzzy, c-format
+#: src/test.c:1375
+#, c-format
msgid "domain '%s' coredump: failed to open %s"
-msgstr "descarga do domÃnio \"%s\": falha ao abrir %s: %s"
+msgstr "descarga do domÃnio \"%s\": falha ao abrir %s"
-#: src/test.c:1384
-#, fuzzy, c-format
+#: src/test.c:1381
+#, c-format
msgid "domain '%s' coredump: failed to write header to %s"
-msgstr "descarga do domÃnio \"%s\": falha ao gravar o cabeçalho em %s: %s"
+msgstr "descarga do domÃnio \"%s\": falha ao gravar o cabeçalho em %s"
-#: src/test.c:1390
-#, fuzzy, c-format
+#: src/test.c:1387
+#, c-format
msgid "domain '%s' coredump: write failed: %s"
-msgstr "coredump do domÃnio \"%s\": escrita falhou: %s: %s"
+msgstr "coredump do domÃnio \"%s\": falha ao gravar: %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr "O intervalo excede as células disponÃveis"
-#: src/test.c:1693
+#: src/test.c:1690
#, c-format
msgid "Domain '%s' is already running"
msgstr "O domÃnio \"%s\" já está em execução"
-#: src/test.c:1730
+#: src/test.c:1727
#, c-format
msgid "Domain '%s' is still running"
msgstr "O domÃnio \"%s\" ainda está em execução"
-#: src/test.c:2115
+#: src/test.c:2108
#, c-format
msgid "Network '%s' is still running"
msgstr "A rede \"%s\" ainda está em execução"
-#: src/test.c:2148
+#: src/test.c:2141
#, c-format
msgid "Network '%s' is already running"
msgstr "A rede \"%s\" já está em execução"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, c-format
msgid "storage pool '%s' is already active"
msgstr "o pool de armazenamento \"%s\" já está ativo"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr "o pool de armazenamento \"%s\" não está ativo"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr "não existe volume de armazenamento que corresponda ao nome \"%s\""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr "não há volume de armazenamento com chave \"%s\" compatÃvel"
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr "não há volume de armazenamento que coincida com o caminho \"%s\""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr "Não há espaço livre no pool para o volume \"%s\""
@@ -4250,155 +4699,147 @@ msgstr "para dispositivo chr, somente há suporte à escuta TCP "
msgid "unsupported chr device type %d"
msgstr "não há suporte para o tipo %d de dispositivo chr"
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "Falha ao definir a flag close-on-exec do descritor do arquivo\n"
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr "não foi possÃvel inicializar o inotify"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Falha ao criar o diretório de monitoramento %s: %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
msgid "umlStartup: out of memory\n"
msgstr "umlStartup: excedido o limite da memória\n"
-#: src/uml_driver.c:559
-#, fuzzy, c-format
+#: src/uml_driver.c:560
+#, c-format
msgid "failed to read pid: %s"
-msgstr "falha ao ler o pid: %s: %s"
+msgstr "falha ao ler o pid: %s"
-#: src/uml_driver.c:607
-#, fuzzy
+#: src/uml_driver.c:608
msgid "cannot open socket"
-msgstr "não foi possÃvel abrir o socket %s"
+msgstr "não foi possÃvel abrir o socket"
-#: src/uml_driver.c:615
-#, fuzzy
+#: src/uml_driver.c:616
msgid "cannot bind socket"
-msgstr "não foi possÃvel associar o socket %s"
+msgstr "não foi possÃvel associar o socket"
-#: src/uml_driver.c:668
-#, fuzzy, c-format
+#: src/uml_driver.c:669
+#, c-format
msgid "cannot send too long command %s (%d bytes)"
-msgstr "não foi possÃvel enviar comando muito longo %s: %s"
+msgstr "não foi possÃvel enviar comando muito longo %s (%d bytes)"
-#: src/uml_driver.c:678
-#, fuzzy, c-format
+#: src/uml_driver.c:679
+#, c-format
msgid "cannot send command %s"
-msgstr "não foi possÃvel enviar o comando %s: %s"
+msgstr "não foi possÃvel enviar o comando %s"
-#: src/uml_driver.c:688
-#, fuzzy, c-format
+#: src/uml_driver.c:689
+#, c-format
msgid "cannot read reply %s"
-msgstr "não foi possÃvel ler resposta %s: %s"
+msgstr "não foi possÃvel ler a resposta %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr "nenhum kernel especificado"
-#: src/uml_driver.c:749
-#, fuzzy, c-format
+#: src/uml_driver.c:751
+#, c-format
msgid "Cannot find UML kernel %s"
-msgstr "não foi possÃvel localizar o kernel UML %s: %s"
+msgstr "Não foi possÃvel localizar o kernel UML %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "falha ao esperar pelo processo: %d: %s\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "Um pid inesperado foi obtido %d != %d\n"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, c-format
msgid "cannot parse version %s"
msgstr "não foi possÃvel analisar a versão %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
msgid "cannot read cputime for domain"
msgstr "não foi possÃvel ler o cputime para o domÃnio"
-#: src/uml_driver.c:1800
-#, fuzzy, c-format
+#: src/uml_driver.c:1802
+#, c-format
msgid "cannot read %s"
-msgstr "não foi possÃvel ler %s: %s"
+msgstr "não foi possÃvel ler %s"
-#: src/util.c:222
-#, fuzzy
+#: src/util.c:225
msgid "cannot block signals"
-msgstr "não foi possÃvel bloquear sinais: %s"
+msgstr "não foi possÃvel bloquear sinais"
-#: src/util.c:237
-#, fuzzy
+#: src/util.c:240
msgid "cannot create pipe"
-msgstr "não foi possÃvel criar o pipe: %s"
+msgstr "não foi possÃvel criar o pipe"
-#: src/util.c:268
-#, fuzzy
+#: src/util.c:271
msgid "Failed to create pipe"
-msgstr "Falha ao criar pipe: %s"
+msgstr "Falha ao criar pipe"
-#: src/util.c:297 src/util.c:383
-#, fuzzy
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
-msgstr "não foi possÃvel criar um fork do processo filho: %s"
+msgstr "não foi possÃvel criar um fork do processo filho"
-#: src/util.c:316 src/util.c:353
-#, fuzzy
+#: src/util.c:319 src/util.c:356
msgid "cannot unblock signals"
-msgstr "não foi possÃvel desbloquear sinais: %s"
+msgstr "não foi possÃvel desbloquear sinais"
-#: src/util.c:370
-#, fuzzy
+#: src/util.c:373
msgid "cannot become session leader"
-msgstr "não foi possÃvel tornar-se o lÃder da sessão: %s"
+msgstr "não foi possÃvel tornar-se o lÃder da sessão"
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr "não foi possÃvel alterar para o diretório raiz: %s"
-#: src/util.c:394
-#, fuzzy
+#: src/util.c:397
msgid "failed to setup stdin file handle"
-msgstr "falha ao configurar o descritor stdin: %s"
+msgstr "falha ao configurar o identificador de arquivo stdin"
-#: src/util.c:400
-#, fuzzy
+#: src/util.c:403
msgid "failed to setup stdout file handle"
-msgstr "falha ao configurar o descritor stdout: %s"
+msgstr "falha ao configurar o identificador de arquivo stdout"
-#: src/util.c:406
-#, fuzzy
+#: src/util.c:409
msgid "failed to setup stderr file handle"
-msgstr "falha ao configurar o descritor stderr: %s"
+msgstr "falha ao configurar o identificador de arquivo stderr"
-#: src/util.c:425
-#, fuzzy, c-format
+#: src/util.c:431
+#, c-format
msgid "cannot execute binary %s"
-msgstr "não foi possÃvel executar o binário \"%s\": %s"
+msgstr "não foi possÃvel executar o binário %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr "Resposta da pesquisa desconhecida."
-#: src/util.c:541
-#, fuzzy
+#: src/util.c:564
msgid "poll error"
-msgstr "erro de pesquisa: %s"
+msgstr "erro de pesquisa"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr "\"%s\" terminou com status diferente de zero %d e sinal %d: %s"
-#: src/util.c:1497
-#, fuzzy, c-format
+#: src/util.c:1546
+#, c-format
msgid "Failed to find user record for uid '%d'"
-msgstr "Falha ao localizar registro do usuário para o uid \"%d\": %s"
+msgstr "Falha ao localizar registro do usuário para o uid \"%d\""
#: src/uuid.c:104
#, c-format
@@ -4406,19 +4847,24 @@ msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
"Retornando ao UUID pseudo-aleatório, falha ao gerar bytes aleatórios: %s"
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "Erro desconhecido"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "exibe a ajuda"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Exibe a ajuda global ou ajuda especÃfica para um comando."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "nome do comando"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4426,249 +4872,249 @@ msgstr ""
"Comandos:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "auto inicia um domÃnio"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
"Configura um domÃnio para ser carregado automaticamente na inicialização."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "nome do domÃnio, id ou uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "auto-inicialização desabilitada"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Falha ao marcar o domÃnio %s como auto-iniciado"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Falha ao desmarcar o domÃnio %s como auto-iniciado"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "DomÃnio %s marcado como auto-iniciado\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "DomÃnio %s desmarcado como auto-iniciado\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)conectar ao hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Conectar ao hypervisor local. Este é um comando embutido depois da "
"inicialização do shell."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "URI da conexão com o hypervisor"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "conexão do tipo somente leitura"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Falha ao desconectar do hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Falha ao conectar com o hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "conectar ao console do convidado"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "Conectar ao console serial para o convidado"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "Não existe console disponÃvel para o domÃnio\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "o console não foi implementado nesta plataforma"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "lista os domÃnios"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Retorna a lista dos domÃnios."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "lista os domÃnios inativos"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "lista os domÃnios ativos & inativos"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Falha ao listar os domÃnios ativos"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Falha ao listar os domÃnios inativos"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Nome"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "Estado"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "sem estado"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "estado do domÃnio"
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr "Retorna o estado do domÃnio."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "obtém as estatÃsticas dos blocos dos dispositivos para um domÃnio"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr ""
"Obtém as estatÃsticas dos blocos dos dispositivos para um domÃnio em "
"execução."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "dispositivo de bloco"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "Falha ao obter a estatÃstica dos blocos %s %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "obtém as estatÃsticas da interface de rede para um domÃnio"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr ""
"Obtém as estatÃsticas da interface de rede para um domÃnio em execução."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "dispositivo de interface"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "Falha ao obter as estatÃsticas da interface %s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspende um domÃnio"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspende um domÃnio em execução."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "DomÃnio %s suspenso\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Falha ao suspender domÃnio %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "cria um domÃnio a partir de um arquivo XML"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Cria um domÃnio."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "arquivo contendo uma descrição XML de um domÃnio"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "DomÃnio %s criado a partir de %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Falha ao criar domÃnio a partir de %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "um domÃnio foi definido (mas não iniciado) a partir de um arquivo XML"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define um domÃnio."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "DomÃnio %s definido a partir de %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Falha ao definir um domÃnio a partir de %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "indefine um domÃnio inativo"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Indefine a configuração para um domÃnio inativo."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "nome do domÃnio ou uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
@@ -4678,362 +5124,374 @@ msgstr ""
"para indefinir, primeiro desligue e depois então o indefina usando seu nome "
"ou UUID"
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "O domÃnio %s foi indefinido\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Falha ao indefinir o domÃnio %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "inicia um (previamente definido) domÃnio inativo"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Inicia um domÃnio."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "nome do domÃnio inativo"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "O domÃnio já está ativo"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "DomÃnio %s iniciado\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Falha ao iniciar o domÃnio %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "salva o estado do domÃnio em um arquivo"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Salva um domÃnio em execução."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "onde salvar os dados"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "DomÃnio %s salvo em %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Falha ao salvar o domÃnio %s em %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "mostra/ajusta os parâmetros do escalonador"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "Mostra/ajusta os parâmetros do escalonador"
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr "parameter=valor"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "carga para o XEN_CREDIT"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "cap para o XEN_CREDIT"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "Valor inválido para a carga"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "Valor do cap inválido"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr "Erro ao capturar o parâmetro"
-#: src/virsh.c:1162
+#: src/virsh.c:1186
msgid "Invalid value of param"
msgstr "Valor do parâmetro inválido"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "Escalonador"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "Desconhecido"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restaura um domÃnio a partir de um estado salvo em arquivo"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restaura um domÃnio."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "o estado para restaurar"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "DomÃnio restaurado a partir de %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Falha ao restaurar o domÃnio a partir de %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "descarga do núcleo de um domÃnio para um arquivo para análise"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Descarga do núcleo de um domÃnio"
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "onde descarregar o núcleo"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, c-format
msgid "Domain %s dumped to %s\n"
msgstr "DomÃnio %s descarregado em %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Falha ao descarregar o núcleo do domÃnio %s em %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "retoma um domÃnio"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Retoma um domÃnio previamente suspenso."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "DomÃnio %s retomado\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Falha ao retomar o domÃnio %s "
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "desliga elegantemente um domÃnio"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Executa o desligamento no domÃnio alvo"
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "O domÃnio %s está sendo desligado\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Falha ao desligar o domÃnio %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reinicia o domÃnio"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Executa um comando de reinicialização no domÃnio alvo"
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "O domÃnio %s está sendo reinicializado\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Falha ao reinicializar o domÃnio %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destrói um domÃnio"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destrói um domÃnio dado."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "O domÃnio %s foi destruÃdo\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Falha ao destruir o domÃnio %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "informações do domÃnio"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Retorna informações básicas sobre o domÃnio."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Nome:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "Tipo de SO:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "Estado:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "Tempo de CPU:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Memória máxima:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "sem limite"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Memória utilizada:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
msgid "Autostart:"
msgstr "Auto-iniciar:"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr "habilitar"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr "desabilitar"
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "Memória NUMA livre"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "exibe a memória livre disponÃvel para a célula NUMA."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "número da célula NUMA"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "Total"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "informações da vcpu do domÃnio"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Retorna informações básicas sobre as CPUs virtuais do domÃnio."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "Afinidade da CPU:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "DomÃnio desligado, CPUs virtuais não estão presentes."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "controle da afinidade da vcpu do domÃnio"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Associa o domÃnio das VCPUs à s CPUs fÃsicas do hospedeiro."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "número da vcpu"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "número(s) da(s) cpu(s) do hospedeiro (separados por vÃrgulas)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr "vcpupin: número da vCPU inválido ou ausente."
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr "vcpupin: falta a lista das cpus"
-#: src/virsh.c:1765
+#: src/virsh.c:1814
msgid "vcpupin: failed to get domain informations."
msgstr "vcpupin: falha ao obter informações do domÃnio"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin: número da vCPU inválido."
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: Formato inválido. String vazia."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
@@ -5041,7 +5499,7 @@ msgstr ""
"cpulist: %s: Formato inválido. Esperava-se um dÃgito na posição %d (próximo "
"a \"%c\")."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5050,1243 +5508,1302 @@ msgstr ""
"cpulist: %s: Formato inválido. Esperava-se um digito ou vÃrgula na posição %"
"d (próximo a \"%c\")."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: Formato inválido. VÃrgula solta na posição %d."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "A CPU fÃsica %d não existe."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "altera o número de CPUs virtuais"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Altera o número de CPUs virtuais no domÃnio do convidado."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "número de CPUs virtuais"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "Número inválido de CPUs virtuais."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "Excesso de CPUs virtuais."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "altera a alocação de memória"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Altera a alocação de memória atual no domÃnio convidado."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "número de kilobytes de memória"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "Valor inválido do %d para o tamanho da memória"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "Não foi possÃvel verificar o MaxMemorySize"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "altera o limite máximo de memória"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Altera o limite máximo de alocação de memória no domÃnio convidado."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "limite máximo de memória em kilobytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "Não foi possÃvel verificar o MemorySize atual"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "Não foi possÃvel de diminuir o MemorySize atual"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "Não foi possÃvel alterar o MaxMemorySize"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "informações do nó"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Retorna informações básicas sobre o nó."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "falha ao obter informações do nó"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "Modelo de CPU:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "Freqüência da CPU:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "socket(s) da CPU:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Núcleo(s) por socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) por núcleo:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "célula(s) NUMA:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Tamanho de memória:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "capacidades"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "Retorna as capacidades do hypervisor/driver."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "falha ao obter as capacidades"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "informações do domÃnio em XML."
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "SaÃda da informação do domÃnio como uma descarga em XML para o stdout."
-#: src/virsh.c:2082
-#, fuzzy
+#: src/virsh.c:2131
msgid "show inactive defined XML"
-msgstr "domÃnio não inativo"
+msgstr "exibir XML inativo definido"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
-msgstr ""
+msgstr "incluir informação de segurança sensÃvel na descarga XML"
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "converte a id ou UUID de um domÃnio em nome do domÃnio"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "id ou UUID do domÃnio"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "converte um nome do domÃnio ou UUID em id do domÃnio"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "converte um nome ou id do domÃnio para o UUID do domÃnio"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "id ou nome do domÃnio"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "falha ao obter UUID do domÃnio"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "migra o domÃnio para outro hospedeiro"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
"Migra o domÃnio para outro hospedeiro. Adicione --live para migração ativa."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "migração ativa"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "URI da conexão do hospedeiro de destino"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "URI da migração, usualmente pode ser omitida"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr "renomear para novo nome durante a migração (se suportado)"
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "migração: falta o desturi"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "auto inicia uma rede"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "Configura uma rede para ser iniciada automaticamente na inicialização"
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "nome da rede ou uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "falha ao marcar a rede %s como auto-iniciada"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "falha ao desmarcar a rede %s como auto-iniciada"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "A rede %s foi marcada como auto-iniciada\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "A rede %s foi desmarcada como auto-iniciada\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "cria uma rede a partir de um arquivo XML"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "Cria uma rede."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "arquivo contendo uma descrição XML de uma rede"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "Rede %s criada a partir de %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "Falha ao criar uma rede a partir de %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "define (mas não inicia) uma rede a partir de um arquivo XML"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "Define uma rede."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "Rede %s definida a partir de %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "Falha ao definir a rede a partir de %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "destrói uma rede"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "Destrói uma rede dada."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "id, uuid ou nome da rede"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "A rede %s foi destruÃda\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "Falha ao destruir a rede %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "informações da rede em XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "Dá saÃda à s informações da rede como descarga em XML para o stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "lista as redes"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "Retorna a lista das redes."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "lista as redes inativas"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "lista redes ativas & inativas"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "Falha ao listar as redes ativas"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "Falha ao listar as redes inativas"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "Auto-iniciar"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "sem auto-iniciar"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "ativo"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "inativo"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "converte um UUID de uma rede para um nome de rede"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "uuid da rede"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "inicia uma (previamente definida) rede inativa"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "Inicia uma rede."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "nome da rede inativa"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "Rede %s iniciada\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "Falha ao iniciar a rede %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "indefine uma rede inativa"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "Indefine a configuração para uma rede inativa."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "A rede %s foi indefinida\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "Falha ao indefinir a rede %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "converte um nome de rede em UUID de rede"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "nome da rede"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "falha ao obter o UUID da rede"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
msgid "autostart a pool"
msgstr "auto-inicia um pool"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr "Configura um pool para ser iniciado automaticamente na inicialização."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr "nome ou uuid do pool"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "falha ao marcar o pool %s como auto-iniciado"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "falha ao desmarcar o pool %s como auto-iniciado"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "O pool %s foi marcado como auto-iniciado\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "O pool %s foi desmarcado como auto-iniciado\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr "cria um pool a partir de um arquivo XML"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr "Cria um pool."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr "arquivo contendo uma descrição XML de um pool"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, c-format
msgid "Pool %s created from %s\n"
msgstr "O pool %s foi criado a partir de %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr "Falha ao criar o pool a partir de %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr "nome do pool"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr "tipo do pool"
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr "hospedeiro-fonte para o armazenamento subjacente"
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr "caminho de origem para o armazenamento subjacente"
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr "dispositivo de origem para armazenamento subjacente"
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr "nome de origem para o armazenamento subjacente"
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr "alvo para o armazenamento subjacente"
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
msgid "Failed to allocate XML buffer"
msgstr "falha ao alocar buffer XML"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr "cria um pool a partir de um conjunto de args"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr "O pool %s foi criado\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr "Falha ao criar o pool %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr "define (mas não inicia) um pool a partir de um arquivo XML"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr "Define um pool."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "O pool %s é definido a partir de %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr "Falha ao definir o pool a partir de %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr "define um pool a partir de um conjunto de argumentos"
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr "O pool %s foi definido\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr "Falha ao definir o pool %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr "constrói um pool"
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr "Constrói um dado pool."
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, c-format
msgid "Pool %s built\n"
msgstr "Pool %s construÃdo\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, c-format
msgid "Failed to build pool %s"
msgstr "Falha ao construir o pool %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr "destrói um pool"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr "Destrói um dado pool."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr "O pool %s foi destruÃdo\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, c-format
msgid "Failed to destroy pool %s"
msgstr "Falha ao destruir o pool %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr "excluir um pool"
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr "Exclui um dado pool."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr "O pool %s foi excluÃdo\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, c-format
msgid "Failed to delete pool %s"
msgstr "Falha ao excluir o pool %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr "atualiza um pool"
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr "Atualiza um dado pool."
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr "O pool %s foi atualizado\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr "Falha ao atualizar o pool %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr "informações sobre o pool em XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr ""
"Dá saÃda à s informações do pool como um arquivo de descarga XML para o "
"stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr "lista os pools"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
msgid "Returns list of pools."
msgstr "Retorna a lista de pools."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr "lista os pools inativos"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
msgid "list inactive & active pools"
msgstr "lista os pools ativos & inativos"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
msgid "Failed to list active pools"
msgstr "Falha ao listar os pools ativos"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
msgid "Failed to list inactive pools"
msgstr "Falha ao listar os pools inativos"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr "localiza origens potenciais de pools de armazenamento"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr "Retorna o documento <sources> XML."
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr "tipo de origem de pool de armazenamento a localizar"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr "hospedeiro opcional a ser consultado"
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr "porta opcional a ser consultada"
-#: src/virsh.c:3437
+#: src/virsh.c:3497
msgid "Out of memory"
msgstr "Excedido o limite da memória"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr "falha em virAsprintf (erro n° %d)"
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, c-format
msgid "Failed to find any %s pool sources"
msgstr "Falha ao localizar qualquer origem de pool %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr "descobre origens potenciais para pools de armazenamento"
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr "tipo de origem de pool de armazenamento a descobrir"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr "arquivo de origem xml para solicitar pools opcional"
-#: src/virsh.c:3535
+#: src/virsh.c:3595
msgid "storage pool information"
msgstr "informações sobre o pool de armazenamento"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr "Retorna informações básicas sobre o pool de armazenamento."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr "construindo"
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "executando"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr "degradado"
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr "Capacidade:"
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr "Alocação:"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr "DisponÃvel:"
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr "converte o UUID de um pool em um nome de pool"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr "uuid de um pool"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr "inicia um (previamente definido) pool inativo"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr "Inicia um pool."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr "nome do pool inativo"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr "O pool %s foi iniciado\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, c-format
msgid "Failed to start pool %s"
msgstr "Falha ao iniciar o pool %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr "cria um volume a partir de um conjunto de args"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr "Cria um volume."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr "nome do pool"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr "nome do volume"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr "tamanho do volume com os sufixos k,M,G,T opcionais"
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr "tamanho inicial de alocação com sufixos k,M,G,T opcionais"
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr "tipo de formato de arquivo raw,bochs,qcow,qcow2,vmdk"
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr "Tamanho %s mal formado"
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr "O volume %s foi criado\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, c-format
msgid "Failed to create vol %s"
msgstr "Falha ao criar volume %s"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
msgid "undefine an inactive pool"
msgstr "indefine um pool inativo"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
msgid "Undefine the configuration for an inactive pool."
msgstr "Indefine a configuração para um pool inativo."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr "O pool %s foi indefinido\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, c-format
msgid "Failed to undefine pool %s"
msgstr "Falha ao indefinir o pool %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
msgid "convert a pool name to pool UUID"
msgstr "converte o nome de um pool em UUID de um pool"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
msgid "failed to get pool UUID"
msgstr "falha ao obter o UUID do pool"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
msgid "create a vol from an XML file"
msgstr "cria um volume a partir de um arquivo XML"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
msgid "file containing an XML vol description"
msgstr "arquivo contendo uma descrição XML de um volume"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, c-format
msgid "Vol %s created from %s\n"
msgstr "Volume %s foi criado a partir de %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, c-format
msgid "Failed to create vol from %s"
msgstr "Falha ao criar um volume a partir de %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr "apaga um volume"
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr "Exclui um dado volume."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr "nome, chave ou caminho do volume"
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr "O volume %s foi excluÃdo\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, c-format
msgid "Failed to delete vol %s"
msgstr "Falha ao excluir o volume %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
msgid "storage vol information"
msgstr "informação do volume de armazenamento"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr "Retorna informações básicas sobre o volume de armazenamento."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
msgid "Type:"
msgstr "Tipo:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr "arquivo"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr "bloco"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
msgid "vol information in XML"
msgstr "informação do volume em XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
msgid "Output the vol information as an XML dump to stdout."
msgstr ""
"SaÃda da informação do volume como um arquivo de descarga XML para o stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
msgid "list vols"
msgstr "lista os volumes"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
msgid "Returns list of vols by pool."
msgstr "Retorna a lista de volumes por pool."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
msgid "Failed to list active vols"
msgstr "Falha ao listar os volumes ativos"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr "Caminho"
-#: src/virsh.c:4145
+#: src/virsh.c:4205
msgid "convert a vol UUID to vol name"
msgstr "converte um UUID de um volume em nome de volume"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr "chave ou caminho do volume"
-#: src/virsh.c:4178
+#: src/virsh.c:4238
msgid "convert a vol UUID to vol key"
msgstr "converte uma UUID de um volume para chave de volume"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
msgid "vol uuid"
msgstr "uuid de volume"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
msgid "convert a vol UUID to vol path"
msgstr "converte o UUID de um volume para o caminho do volume"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr "nome ou chave do volume"
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "mostra a versão"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Apresenta informações sobre a versão do sistema."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "falha ao obter o tipo de hypervisor"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compilado usando a biblioteca: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "falha ao obter a versão da biblioteca"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Usando a biblioteca: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Usando a API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "falha ao obter a versão do hypervisor"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Não foi possÃvel extrair a versão do hypervisor %s em execução\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Hypervisor em execução: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr "enumera dispositivos neste hospedeiro"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr "nome da capacidade"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
msgid "Failed to count node devices"
msgstr "Falha ao contar os dispositivos do nó"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
msgid "Failed to list node devices"
msgstr "Falha ao listar os dispositivos do nó"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr "detalhes do dispositivo do nó em XML"
-#: src/virsh.c:4381
+#: src/virsh.c:4441
msgid "Output the node device details as an XML dump to stdout."
msgstr ""
"SaÃda dos detalhes dos dispositivos do nó como um arquivo de descarga XML "
"para o stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr "chave do dispositivo"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr "Não foi possÃvel localizar um dispositivo correspondente"
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "Conecta um novo dispositivo de disco."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Dispositivo desconectado com sucesso\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Falha ao desconectar o dispositivo a partir de %s"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "Conecta um novo dispositivo de disco."
+
+#: src/virsh.c:4544
+#, fuzzy, c-format
+msgid "Device %s re-attached\n"
+msgstr "Dispositivo conectado com sucesso\n"
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Falha ao conectar o dispositivo a partir de %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "alvo para o dispositivo de disco"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr ""
+"Obtém as estatÃsticas dos blocos dos dispositivos para um domÃnio em "
+"execução."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "DomÃnio %s retomado\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "falha na criação do dispositivo %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "exibe o nome de máquina do hypervisor"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "falha ao obter o nome de máquina"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "exibe a forma canônica da URI do hypervisor"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "falha ao obter a URI"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "exibição do vnc"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "Dá saÃda ao endereço IP e número da porta para a exibição do VNC."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "console tty"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "Dá saÃda ao dispositivo para o console TTY."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "conecta um dispositivo a partir de um arquivo XML"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "Conecta um dispositivo a partir de um <file> XML."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "arquivo XML "
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr "attach-device: Falta a opção do <file>"
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "Falha ao conectar o dispositivo a partir de %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr "Dispositivo conectado com sucesso\n"
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "desconecta o dispositivo a partir de um arquivo XML"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "Desconecta um dispositivo a partir de um <file> XML"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr "detach-device: Falta a opção <file>"
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "Falha ao desconectar o dispositivo a partir de %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr "Dispositivo desconectado com sucesso\n"
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "conecta uma interface de rede"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "Conecta uma nova interface de rede."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "tipo de interface de rede"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "origem da interface de rede"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "nome de rede alvo"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
msgid "MAC address"
msgstr "Endereço MAC"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "script usado para fazer a ponte da interface de rede"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "Não há suporte %s para o comando \"atach-interface\""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr "Interface conectada com sucesso\n"
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "desconecta a interface de rede"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "Desconecta a interface de rede."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "Falha ao obter informações da interface"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "Não foi localizada a interface cujo tipo é %s"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "Não foi localizada a interface cujo endereço MAC é %s"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "Falha ao alocar a memória"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "Falha ao criar XML"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr "Interface desconectada com sucesso\n"
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "conecta o dispositivo de disco"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "Conecta um novo dispositivo de disco."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "origem do dispositivo de disco"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "alvo para o dispositivo de disco"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "driver do dispositivo de disco"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "subdriver do dispositivo de disco"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "tipo do dispositivo alvo"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "modo de leitura e escrita do dispositivo"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "Não há suporte %s no comando \"attach-disk\""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr "Disco conectado com sucesso\n"
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "desconectar o dispositivo de disco"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "Desconectar o dispositivo de disco."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "Falha ao obter informações do disco"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "Não foi localizado o disco cujo alvo é %s"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr "Disco desconectado com sucesso\n"
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "malloc: falha ao alocar nome de arquivo temporário: %s"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "mkstemp: falha ao criar o arquivo temporário: %s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "write: %s: falha ao escrever no arquivo temporário: %s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "close: %s: falha ao fechar ou escrever no arquivo temporário: %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
@@ -6295,7 +6812,7 @@ msgstr ""
"%s: variável de ambiente $EDITOR contém meta caractere do shell ou outros "
"caracteres inaceitáveis"
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
@@ -6304,88 +6821,88 @@ msgstr ""
"%s: nome de arquivo temporário contém um meta caractere do shell ou outros "
"caracteres inaceitáveis (o $TMPDIR está incorreto?)"
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "virAsprintf: não foi possÃvel criar comando de edição: %s"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, c-format
msgid "%s: edit command failed: %s"
msgstr "%s: falha no comando de edição: %s"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr "%s: o comando finalizou com status diferente de zero"
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: falha ao ler o arquivo temporário: %s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
msgid "edit XML configuration for a domain"
msgstr "edita configuração XML para um domÃnio"
-#: src/virsh.c:5355
+#: src/virsh.c:5538
msgid "Edit the XML configuration for a domain."
msgstr "Edita a configuração XML para um domÃnio."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr "A configuração do domÃnio XML %s não foi alterada.\n"
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr "ERRO: a configuração XML foi alterada por outro usuário"
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "Configuração XML do domÃnio %s editada.\n"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
msgid "edit XML configuration for a network"
msgstr "edita configuração XML para uma rede"
-#: src/virsh.c:5457
+#: src/virsh.c:5641
msgid "Edit the XML configuration for a network."
msgstr "Edita a configuração XML para uma rede."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
msgid "edit XML configuration for a storage pool"
msgstr "edita configuração XML para um pool de armazenamento"
-#: src/virsh.c:5474
+#: src/virsh.c:5658
msgid "Edit the XML configuration for a storage pool."
msgstr "Edita a configuração XML para um pool de armazenamento."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "sai deste terminal interativo"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "o comando \"%s\" requer a opção <%s>"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "o comando \"%s\" requer a opção --%s"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "o comando \"%s\" não existe"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr "NOME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6393,17 +6910,17 @@ msgstr ""
"\n"
" SINOPSE\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, c-format
msgid "[--%s <number>]"
msgstr "[--%s <number>]"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, c-format
msgid "[--%s <string>]"
msgstr "[--%s <string>]"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6411,7 +6928,7 @@ msgstr ""
"\n"
" DESCRIÃÃO\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6419,58 +6936,58 @@ msgstr ""
"\n"
" OPÃÃES\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr "erro interno: virsh %s: sem opção %s VSH_OT_DATA"
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "nome ou id do domÃnio indefinido"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "falha ao obter domÃnio \"%s\""
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "nome de rede indefinido"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "falha ao obter rede \"%s\""
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
msgid "undefined pool name"
msgstr "nome do pool indefinido"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, c-format
msgid "failed to get pool '%s'"
msgstr "falha ao obter o pool \"%s\""
-#: src/virsh.c:6043
+#: src/virsh.c:6230
msgid "undefined vol name"
msgstr "nome do volume indefinido"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, c-format
msgid "failed to get vol '%s'"
msgstr "falha ao obter volume \"%s\""
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6481,128 +6998,128 @@ msgstr ""
"(Tempo: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "falta \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "token inesperado (nome do comando): \"%s\""
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "comando desconhecido: \"%s\""
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "o comando \"%s\" não dá suporte à opção --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "sintaxe esperada: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "número"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "dado \"%s\" inesperado"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPÃÃO"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DADO"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr "inativo"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "pausado"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "em desligamento"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "desligado"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "falhou"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "não há conexão válida"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: erro: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "erro:"
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: falha ao alocar %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: falha ao alocar %lu bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "falha ao conectar com o hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "falha ao obter as informações do arquivo de log"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "o caminho do log não é um arquivo"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "falha ao abrir o arquivo de log. Verifique o caminho do arquivo de log"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "falha ao escrever no arquivo de log"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: falha ao escrever no arquivo de log: %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
msgid "failed to disconnect from the hypervisor"
msgstr "falha ao desconectar com o hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6635,7 +7152,7 @@ msgstr ""
"\n"
" comandos (modo não interativo):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6645,17 +7162,17 @@ msgstr ""
" (especifique help <command> para detalhes sobre o comando)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "opção sem suporte \"-%c\". Veja --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr "argumento extra '%s'. Consulte --help."
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6664,7 +7181,7 @@ msgstr ""
"Bem vindo ao %s, terminal interativo de virtualização.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6674,462 +7191,474 @@ msgstr ""
" \"quit\" para sair\n"
"\n"
-#: src/virterror.c:192
-#, fuzzy
+#: src/virterror.c:195
msgid "Unknown failure"
-msgstr "Erro desconhecido"
+msgstr "Falha desconhecida"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "aviso"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "erro"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "Não foi fornecida mensagem de erro"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "erro interno %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "erro interno"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "excedido o limite da memória"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "o hypervisor não dá suporte a esta função"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "o hypervisor não dá suporte a esta função: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "não foi possÃvel conectar ao hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "não foi possÃvel conectar com %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "ponteiro de conexão inválido em"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "ponteiro de conexão inválido em %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "ponteiro do domÃnio inválido em"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "ponteiro do domÃnio inválido em %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "argumento inválido em"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "argumento inválido em %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "falha na operação: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "a operação falhou"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "operação GET falhou: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "a operação GET falhou"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "a operação POST falhou: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "a operação POST falhou"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "foi obtido um erro HTTP de código desconhecido %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "hospedeiro desconhecido %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "hospedeiro desconhecido"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "falha ao serializar S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "falha ao serializar S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "não foi possÃvel utilizar a entrada do hypervisor Xen"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "não foi possÃvel utilizar a entrada do hypervisor Xen %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "não foi possÃvel conectar ao Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "não foi possÃvel conectar ao Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, c-format
msgid "failed Xen syscall %s"
msgstr "falha na chamada de sistema %s do Xen"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "tipo de SO desconhecido"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "tipo de SO desconhecido %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "falta a informação sobre o kernel"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "falta a informação sobre o dispositivo raiz"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "falta a informação sobre o dispositivo raiz em %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "falta a informação sobre a fonte do dispositivo"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "falta a informação sobre a fonte do dispositivo %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "falta a informação sobre o alvo para o dispositivo"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "falta a informação sobre o alvo para o dispositivo %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "falta a informação sobre o nome do domÃnio"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "falta a informação sobre o nome do domÃnio em %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "falta a informação sobre o sistema operacional"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "falta a informação sobre o sistema operacional em %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "falta informação sobre os dispositivos"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "falta informação sobre os dispositivos para %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "quantidade excessiva de drivers registrados"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "quantidade excessiva de drivers registrados em %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "falha na chamada à biblioteca, possivelmente não há suporte"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "falha na chamada à biblioteca %s, possivelmente não há suporte"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "a descrição XML não é bem formada ou é inválida"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "a descrição XML para %s não é bem formada ou é inválida"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "este domÃnio já existe"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "o domÃnio %s já existe"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operação proibida para acesso no modo somente leitura"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operação %s proibida para acesso no modo somente leitura"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "falha ao abrir o arquivo de configuração para leitura"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "falha ao abrir %s para leitura"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "falha ao ler o arquivo de configuração "
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "falha ao ler o arquivo de configuração %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "falha ao analisar o arquivo de configuração "
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "falha ao analisar o arquivo de configuração %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "erro de sintaxe no arquivo de configuração"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "erro de sintaxe no arquivo de configuração: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "falha ao gravar o arquivo de configuração"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "falha ao gravar o arquivo de configuração: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "erro do analisador"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "ponteiro para rede inválido em"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "ponteiro para rede inválido em %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "esta rede já existe"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "a rede %s já existe"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "erro de chamada do sistema"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "erro de RPC"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "erro de chamada do GNUTLS"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "Falha ao localizar a rede"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "Falha ao localizar a rede: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "DomÃnio não localizado"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "DomÃnio não localizado: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "Rede não localizada"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "Rede não localizada: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
msgid "invalid MAC address"
msgstr "endereço MAC inválido"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, c-format
msgid "invalid MAC address: %s"
msgstr "endereço MAC inválido: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "falha de autenticação"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "falha de autenticação: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
msgid "Storage pool not found"
msgstr "Pool de armazenamento não localizado"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, c-format
msgid "Storage pool not found: %s"
msgstr "Pool de armazenamento não localizado: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
msgid "Storage volume not found"
msgstr "Volume de armazenamento não localizado"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, c-format
msgid "Storage volume not found: %s"
msgstr "Volume de armazenamento não localizado: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
msgid "invalid storage pool pointer in"
msgstr "ponteiro para o pool de armazenamento inválido em"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr "ponteiro para o pool de armazenamento inválido em %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
msgid "invalid storage volume pointer in"
msgstr "ponteiro para o volume de armazenamento inválido em"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr "ponteiro para o volume de armazenamento inválido em %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
msgid "Failed to find a storage driver"
msgstr "Falha ao localizar um driver de armazenamento"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Falha ao localizar um driver de armazenamento: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
msgid "Failed to find a node driver"
msgstr "Falha ao localizar um driver do nó"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, c-format
msgid "Failed to find a node driver: %s"
msgstr "Falhou ao localizar um driver do nó: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
msgid "invalid node device pointer"
msgstr "ponteiro para o dispositivo do nó inválido"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, c-format
msgid "invalid node device pointer in %s"
msgstr "ponteiro para o dispositivo do nó inválido %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
msgid "Node device not found"
msgstr "Dispositivo do nó não localizado"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, c-format
msgid "Node device not found: %s"
msgstr "Dispositivo do nó não localizado: %s"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
#, fuzzy
+msgid "Security model not found"
+msgstr "Pool de armazenamento não localizado"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Pool de armazenamento não localizado: %s"
+
+#: src/virterror.c:1068
msgid "internal error: buffer too small"
-msgstr "O buffer para o argumento é pequeno demais"
+msgstr "erro interno: o buffer é pequeno demais"
#: src/xen_inotify.c:133 src/xen_inotify.c:208
#, c-format
@@ -7166,9 +7695,9 @@ msgid "failed to allocate configInfoList"
msgstr "falha ao alocar configInfoList"
#: src/xen_inotify.c:409
-#, fuzzy, c-format
+#, c-format
msgid "cannot open directory: %s"
-msgstr "não foi possÃvel abrir o dispositivo %s"
+msgstr "não foi possÃvel abrir o diretório: %s"
#: src/xen_inotify.c:427
msgid "Error adding file to config list"
@@ -7197,13 +7726,12 @@ msgstr ""
"O parâmetro das capacidades do escalonador de créditos (%d) está fora da "
"faixa (0-65535)"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
-#, fuzzy, c-format
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
+#, c-format
msgid "cannot read file %s"
-msgstr "não foi possÃvel ler %s: %s"
+msgstr "não foi possÃvel ler o arquivo %s"
#: src/xen_unified.c:269
-#, fuzzy
msgid "cannot initialise mutex"
msgstr "não foi possÃvel inicializar o mutex"
@@ -7230,9 +7758,9 @@ msgid "xend_post: error from xen daemon: %s"
msgstr "xend_post: erro do daemon do xen: %s"
#: src/xend_internal.c:846
-#, fuzzy, c-format
+#, c-format
msgid "unable to connect to '%s:%s'"
-msgstr "não foi possÃvel conectar a \"%s\": %s"
+msgstr "não foi possÃvel conectar a \"%s:%s\""
#: src/xend_internal.c:956
msgid "failed to urlencode the create S-Expr"
@@ -7250,7 +7778,7 @@ msgstr "informação do domÃnio incorreta, domid não é numérico"
msgid "domain information incomplete, missing uuid"
msgstr "informação do domÃnio incompleta, falta o uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "informação do domÃnio incompleta, falta o nome"
@@ -7296,89 +7824,96 @@ msgid "cannot parse vbd filename, missing driver type"
msgstr ""
"não foi possÃvel analisar o nome do arquivo vbd, falta o tipo do driver"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr "endereço MAC \"%s\" inválido"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, c-format
msgid "unexpected sound model %s"
msgstr "modelo de som %s inesperado"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, c-format
msgid "unknown graphics type '%s'"
msgstr "tipo de vÃdeo \"%s\" desconhecido"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "informação do domÃnio incompleta, falta a id"
-#: src/xend_internal.c:2241
-#, fuzzy, c-format
+#: src/xend_internal.c:2242
+#, c-format
msgid "invalid CPU mask %s"
-msgstr "endereço MAC inválido: %s"
+msgstr "máscara de CPU inválida %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, c-format
msgid "unknown lifecycle type %s"
msgstr "tipo de ciclo de vida %s desconhecido"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "erro de sintaxe da topologia"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "falha ao analisar a informação do domÃnio do Xend"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "o domÃnio \"%s\" não está em execução"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr "xenDaemonDomainFetch falha ao localizar esse domÃnio"
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
msgid "failed to build sexpr"
msgstr "falha ao construir sexpr"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
msgid "unsupported device type"
msgstr "tipo de dispositivo não suportado"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr "xenDaemonGetAutostart falha ao localizar esse domÃnio"
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr "xenDaemonSetAutostart falhou ao localizar esse domÃnio"
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
msgid "unexpected value from on_xend_start"
msgstr "valor de retorno inesperado do on_xend_start"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
msgid "no memory"
msgstr "não há memória"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
msgid "sexpr2string failed"
msgstr "falha na sexpr2string"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
msgid "Failed to redefine sexpr"
msgstr "Falha ao redefinir o sexpr"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr "on_xend_start não está presente em sexpr"
-#: src/xend_internal.c:4122
-#, fuzzy, c-format
+#: src/xend_internal.c:4162
+#, c-format
msgid "unable to resolve name %s"
-msgstr "não foi possÃvel resolver o nome de máquina \"%s\": %s"
+msgstr "não foi possÃvel resolver o nome %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
@@ -7386,7 +7921,7 @@ msgstr ""
"xenDaemonDomainMigrate: Xen não dá suporte à renomeação de domÃnios durante "
"a migração"
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
@@ -7394,117 +7929,117 @@ msgstr ""
"xenDaemonDomainMigrate: Xen não dá suporte aos limites de banda durante a "
"migração"
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr "xenDaemonDomainMigrate: não há suporte para a flag"
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr "xenDaemonDomainMigrate: URI inválida"
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr "xenDaemonDomainMigrate: apenas migrações xenmigr:// têm suporte no Xen"
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
"xenDaemonDomainMigrate: um nome de máquina deve ser especificado na URI"
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "xenDaemonDomainMigrate: número de porta inválido"
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
msgid "failed to parse domain description"
msgstr "falha ao analisar a descrição do domÃnio"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Falha ao criar domÃnio inativo %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr "não suportado no xendConfigVersion < 4"
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
msgid "node information incomplete, missing scheduler name"
msgstr "informação do nó incompleta, falta o nome do escalonador"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr "falha ao realizar strdup"
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr "Escalonador desconhecido"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
msgid "Failed to get a scheduler name"
msgstr "Falha ao obter um nome do escalonador"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
msgid "domain information incomplete, missing cpu_weight"
msgstr "informação do domÃnio incompleta, falta o cpu_weight"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
msgid "domain information incomplete, missing cpu_cap"
msgstr "informação do domÃnio incompleta, falta cpu_cap"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr "domainBlockPeek não é suportado pelo dom0"
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr "%s: caminho inválido"
-#: src/xend_internal.c:4762
-#, fuzzy, c-format
+#: src/xend_internal.c:4804
+#, c-format
msgid "failed to open for reading: %s"
-msgstr "falha ao abrir para leitura: %s: %s"
+msgstr "falha ao abrir para leitura: %s"
-#: src/xend_internal.c:4774
-#, fuzzy, c-format
+#: src/xend_internal.c:4816
+#, c-format
msgid "failed to lseek or read from file: %s"
-msgstr "falha ao realizar lseek ou ler o arquivo: %s: %s"
+msgstr "falha ao realizar lseek ou ler o arquivo: %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, c-format
msgid "unexpected graphics type %d"
msgstr "tipo de vÃdeo %d inesperado"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
msgid "unexpected chr device type"
msgstr "tipo de dispositivo de caractere inesperado"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
-msgstr ""
+msgstr "Não foi possÃvel conectar diretamente o disquete %s"
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
-msgstr ""
+msgstr "Não foi possÃvel conectar diretamente o CDROM %s"
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr "não há suporte ao tipo de rede %d"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, c-format
msgid "unexpected lifecycle value %d"
msgstr "valor %d do ciclo de vida inesperado"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr "não há carregador de domÃnio HVM"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr "não há suporte para hotplug deste tipo de dispositivo"
@@ -7525,23 +8060,22 @@ msgid "config value %s was not a string"
msgstr "valor de configuração %s não era um string"
#: src/xm_internal.c:393
-#, fuzzy, c-format
+#, c-format
msgid "cannot stat: %s"
-msgstr "não foi possÃvel realizar stat em %s: %s"
+msgstr "não foi possÃvel realizar stat: %s"
#: src/xm_internal.c:451
msgid "xenXMConfigCacheRefresh: virHashAddEntry"
msgstr "xenXMConfigCacheRefresh: virHashAddEntry"
#: src/xm_internal.c:490
-#, fuzzy
msgid "cannot get time of day"
-msgstr "obtendo a hora"
+msgstr "não foi possÃvel obter a hora do dia"
#: src/xm_internal.c:503
-#, fuzzy, c-format
+#, c-format
msgid "cannot read directory %s"
-msgstr "não foi possÃvel criar o diretório de log %s"
+msgstr "não foi possÃvel ler o diretório %s"
#: src/xm_internal.c:786
#, c-format
@@ -7579,70 +8113,86 @@ msgstr "não foi possÃvel recuperar o arquivo de configuração para o domÃnio
msgid "unexpected lifecycle action %d"
msgstr "ação inesperada %d do ciclo de vida"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
"não foi possÃvel recuperar o nome do arquivo de configuração para o domÃnio "
"para sobrescrevê-lo"
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
"não foi possÃvel recuperar a entrada de configuração para o domÃnio para "
"sobrescrevê-la"
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
msgid "failed to remove old domain from config map"
msgstr "falha ao remover o antigo domÃnio do mapa de configuração"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr "o nome do arquivo de configuração é muito grande"
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
msgid "unable to get current time"
msgstr "não foi possÃvel obter a hora atual"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
msgid "unable to store config file handle"
-msgstr "não foi possÃvel armazenar o manipulador do arquivo de configuração"
+msgstr "não foi possÃvel armazenar o identificador do arquivo de configuração"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
msgid "unknown device"
msgstr "dispositivo desconhecido"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
+"não foi possÃvel verificar os pontos %s de ligação para %s de configuração"
-#: src/xm_internal.c:2860
-#, fuzzy, c-format
+#: src/xm_internal.c:2859
+#, c-format
msgid "failed to create link %s to %s"
-msgstr "falha ao criar o link %s: %s"
+msgstr "falha ao criar o link %s para %s"
-#: src/xm_internal.c:2868
-#, fuzzy, c-format
+#: src/xm_internal.c:2867
+#, c-format
msgid "failed to remove link %s"
-msgstr "falha ao remover o link %s: %s"
+msgstr "falha ao remover o link %s"
#: src/xml.c:60
msgid "Invalid parameter to virXPathString()"
msgstr "Parâmetro inválido para virXPathString()"
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr "Parâmetro inválido para virXPathNumber()"
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "Parâmetro inválido para virXPathString()"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "Parâmetro inválido para virXPathString()"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr "Parâmetro inválido para virXPathBoolean()"
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr "Parâmetro inválido para virXPathNode()"
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "Parâmetro inválido para virXPathNodeSet()"
@@ -7666,14 +8216,43 @@ msgstr "adicionando observador @releaseDomain"
msgid "adding watch @introduceDomain"
msgstr "adicionando observador @introduceDomain"
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr "observador já rastreado"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
msgid "reallocating list"
msgstr "realocando a lista"
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "ImpossÃvel acessar %s \"%s\": %s (%d)"
+
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "falha ao obter o endereço do socket %d (%s)"
+
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "falha ao obter o endereço do par %d (%s)"
+
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "Falha ao ajustar a flag non-blocking do descritor do arquivo\n"
+
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "falha na criação do arquivo de log %s: %s"
+
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr ""
+#~ "Não foi possÃvel definir a flag close-on-exec do arquivo de log da MV: \"%"
+#~ "s\""
+
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup: excedido o limite da memória\n"
+
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "Não foi possÃvel fechar o arquivo de log %d: %s\n"
+
+#~ msgid "LVM snapshots must be backed by another LVM volume"
+#~ msgstr "Snapshots LVM precisam ser guardados por outro volume LVM"
+
#~ msgid "allocating configuration"
#~ msgstr "alocando a configuração"
@@ -7716,9 +8295,6 @@ msgstr "realocando a lista"
#~ msgid "failed to mount %s at %s for container: %s"
#~ msgstr "falha ao montar %s em %s para o contêiner: %s"
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "falha em open(%s): %s"
-
#~ msgid "clone() failed, %s"
#~ msgstr "falha em clone(), %s"
@@ -8124,12 +8700,6 @@ msgstr "realocando a lista"
#~ msgid "cannot write tty pid file %s: %s"
#~ msgstr "não foi possÃvel escrever no tty pid file %s: %s"
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "não foi possÃvel abrir o arquivo tty pid %s: %s"
-
-#~ msgid "cannot read tty pid file %s: %s"
-#~ msgstr "não foi possÃvel ler o arquivo tty pid %s: %s"
-
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "falha na alocação de memória para a init string: %s"
@@ -8251,9 +8821,6 @@ msgstr "realocando a lista"
#~ msgid "missing sound model"
#~ msgstr "falta o modelo de som"
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "modelo de som inválido %s"
-
#~ msgid "domain name length too long"
#~ msgstr "o tamanho do nome do domÃnio é muito grande"
diff --git a/po/ro.gmo b/po/ro.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/ro.gmo and b/po/ro.gmo differ
diff --git a/po/ro.po b/po/ro.po
index 81435e0..a38ec32 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/ru.gmo b/po/ru.gmo
index 82bbe79..65b2763 100644
Binary files a/po/ru.gmo and b/po/ru.gmo differ
diff --git a/po/ru.po b/po/ru.po
index 355982a..590e3ad 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt.HEAD.ru\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-10-17 15:08+1100\n"
"Last-Translator: Yulia Poyarkova <yulia.poyarkova at redhat.com>\n"
"Language-Team: \n"
@@ -102,242 +102,242 @@ msgstr "ÐевеÑное кодиÑование ÑÑÑоки паÑамеÑÑо
msgid "Unknown error"
msgstr "ÐеизвеÑÑÐ½Ð°Ñ Ð¾Ñибка"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
msgstr "Ðе ÑдаеÑÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ Ð´Ð¾ÑÑÑп к %s '%s': %s (%d)"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "ÐÑибка ÑÑÐµÐ½Ð¸Ñ ÐºÐ°Ð½Ð°Ð»Ð° Ñигналов: %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "ÐеÑезагÑÑзка конÑигÑÑаÑии пÑи SIGHUP"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "ÐÑибка пÑи пеÑезагÑÑзке дÑайвеÑов"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "ÐавеÑÑение ÑабоÑÑ Ð¿Ð¾ ÑÐ¸Ð³Ð½Ð°Ð»Ñ %d"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "непÑедвиденнÑй Ñзел знаÑений"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "Ðе ÑдалоÑÑ ÑÑÑановиÑÑ Ñлаг Ñайлового деÑкÑипÑоÑа close-on-exec"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "Ðе ÑдалоÑÑ ÑÑÑановиÑÑ Ñлаг Ñайлового деÑкÑипÑоÑа non-blocking"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Ðе ÑдалоÑÑ Ð¾ÑкÑÑÑÑ Ñайл pid '%s' : %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "ÐÑибка пÑи попÑÑке вÑÐ¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ fdopen Ð´Ð»Ñ Ñайла PID '%s' : %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Ðе ÑдалоÑÑ Ð²ÑполниÑÑ Ð·Ð°Ð¿Ð¸ÑÑ Ð² Ñайл PID '%s' : %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Ðе ÑдалоÑÑ Ð·Ð°ÐºÑÑÑÑ Ñайл PID '%s' : %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "Ðе ÑдалоÑÑ Ð²ÑделиÑÑ Ð¿Ð°Ð¼ÑÑÑ Ð´Ð»Ñ Ð¾ÑганизаÑии qemud_socket"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "Ðе ÑдалоÑÑ ÑоздаÑÑ ÑокеÑ: %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Ðе ÑдалоÑÑ Ð¿ÑивÑзаÑÑ ÑÐ¾ÐºÐµÑ Ðº '%s': %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Ðе ÑдаеÑÑÑ Ð¿ÑоÑлÑÑиваÑÑ Ð²Ñ
одÑÑие подклÑÑÐµÐ½Ð¸Ñ Ð½Ð° '%s': %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr "Ðе ÑдалоÑÑ Ð´Ð¾Ð±Ð°Ð²Ð¸ÑÑ Ð¾Ð±ÑаÑнÑй вÑзов ÑобÑÑий ÑеÑвеÑа"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "ÑокеÑ: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "пÑивÑзка: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "пÑоÑлÑÑиваÑÑ: %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: calloc: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: listen: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr "Ðлина полÑÑенного пÑÑи ÑлиÑком велика Ð´Ð»Ñ Ð±ÑÑеÑа в qemudInitPaths()"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "Ðе ÑдалоÑÑ Ð²ÑделиÑÑ struct qemud_server"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "не ÑдаеÑÑÑ Ð¸Ð½Ð¸ÑиализиÑоваÑÑ Ð¿Ð¾Ð´Ð´ÐµÑÐ¶ÐºÑ Ð¼Ð¾ÑÑа: %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "не ÑдаеÑÑÑ Ð¸Ð½Ð¸ÑиализиÑоваÑÑ Ð¿Ð¾Ð´Ð´ÐµÑÐ¶ÐºÑ Ð¼Ð¾ÑÑа: %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Ðе ÑдалоÑÑ Ð¸Ð½Ð¸ÑилизиÑоваÑÑ Ð°ÑÑенÑиÑикаÑÐ¸Ñ SASL %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Ðе ÑдалоÑÑ Ð¸Ð½Ð¸ÑилизиÑоваÑÑ Ð°ÑÑенÑиÑикаÑÐ¸Ñ SASL %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr ""
"Ðе ÑдалоÑÑ Ð¿Ð¾Ð´ÐºÐ»ÑÑиÑÑÑÑ Ðº ÑиÑÑемной Ñине Ð´Ð»Ñ Ð²ÑÐ¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ Ð°ÑÑенÑиÑикаÑии "
"PolicyKit %s"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: Ñбой: DN клиенÑа -- %s"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate: пÑовеÑка не ÑдалаÑÑ: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr "remoteCheckCertificate: ÑеÑÑиÑÐ¸ÐºÐ°Ñ ÐºÐ»Ð¸ÐµÐ½Ñа не ÑвлÑеÑÑÑ Ð´Ð¾Ð²ÐµÑеннÑм."
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr "remoteCheckCertificate: издаÑÐµÐ»Ñ ÑеÑÑиÑикаÑа клиенÑа неизвеÑÑен."
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate: ÑеÑÑиÑÐ¸ÐºÐ°Ñ ÐºÐ»Ð¸ÐµÐ½Ñа аннÑлиÑован."
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
"remoteCheckCertificate: ÑеÑÑиÑÐ¸ÐºÐ°Ñ ÐºÐ»Ð¸ÐµÐ½Ñа иÑполÑзÑÐµÑ Ð½ÐµÐ±ÐµÐ·Ð¾Ð¿Ð°ÑнÑй алгоÑиÑм."
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate: Ñип ÑеÑÑиÑикаÑа не ÑвлÑеÑÑÑ X.509"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate: Ð½ÐµÑ Ñзлов"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: Ñбой gnutls_x509_crt_init"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate: ÑÑок дейÑÑÐ²Ð¸Ñ ÑеÑÑиÑикаÑа иÑÑек"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr "remoteCheckCertificate: ÑеÑÑиÑÐ¸ÐºÐ°Ñ ÐºÐ»Ð¸ÐµÐ½Ñа не бÑл акÑивиÑован"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -349,13 +349,13 @@ msgstr ""
"in clientcert.pem -text Ð´Ð»Ñ Ð¿ÑоÑмоÑÑа Ð¿Ð¾Ð»Ñ Distinguished Name в ÑеÑÑиÑикаÑе "
"клиенÑа или же пÑоÑÑо запÑÑÑиÑе ÑÑÐ¾Ñ Ð´ÐµÐ¼Ð¾Ð½ Ñ ÐºÐ»ÑÑом --verbose."
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
"remoteCheckCertificate: не ÑдалоÑÑ Ð¿Ð¾Ð´ÑвеÑдиÑÑ Ð¿Ð¾Ð´Ð»Ð¸Ð½Ð½Ð¾ÑÑÑ ÑеÑÑиÑикаÑа "
"клиенÑа"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
@@ -363,442 +363,458 @@ msgstr ""
"remoteCheckCertificate: ÑÑÑановлен Ñлаг tls_no_verify_certificate, поÑÑÐ¾Ð¼Ñ "
"невеÑнÑе ÑеÑÑиÑикаÑÑ Ð±ÑдÑÑ Ð¸Ð³Ð½Ð¾ÑиÑоваÑÑÑÑ"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "Ðе ÑдалоÑÑ Ð¿Ð¾Ð´Ð²ÐµÑдиÑÑ Ð¿Ð¾Ð´Ð»Ð¸Ð½Ð½Ð¾ÑÑÑ ÑÑеÑнÑÑ
даннÑÑ
клиенÑа: %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "Ðе ÑдаеÑÑÑ Ð¿ÑинÑÑÑ Ñоединение: %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "недоÑÑаÑоÑно памÑÑи пÑи вÑделении маÑÑива"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr "ÐÑклÑÑиÑе аÑÑенÑиÑикаÑÐ¸Ñ polkit Ð´Ð»Ñ Ð¿ÑивилегиÑованного клиенÑа %d"
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "Сбой иниÑиализаÑии TLS: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "непÑедвиденнÑй Ñип домена %d"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "не ÑдалоÑÑ ÑоздаÑÑ '%s'"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "не ÑдалоÑÑ ÑоздаÑÑ '%s'"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr "ÐбÑабоÑÑик Ñигналов заÑегиÑÑÑиÑовал %d оÑибок. ÐоÑледнÑÑ Ð¾Ñибка: %s"
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Ðе ÑдалоÑÑ Ð¾ÑÑÑеÑÑвиÑÑ Ð·Ð°Ð¿Ð¸ÑÑ Ð² "
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "оÑибка вÑÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ñзла"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "не ÑдалоÑÑ Ð²ÑделиÑÑ Ð¿Ð°Ð¼ÑÑÑ Ð´Ð»Ñ ÑпиÑка конÑигÑÑаÑии %s"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "не ÑдалоÑÑ Ð²ÑделиÑÑ Ð¿Ð°Ð¼ÑÑÑ Ð´Ð»Ñ Ð·Ð½Ð°ÑÐµÐ½Ð¸Ñ ÑпиÑка конÑигÑÑаÑии %s"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
"remoteReadConfigFile: %s: %s: должен пÑедÑÑавлÑÑÑ Ñобой ÑÑÑÐ¾ÐºÑ Ð¸Ð»Ð¸ Ð½Ð°Ð±Ð¾Ñ "
"ÑÑÑок\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
"remoteReadConfigFile: %s: %s: невеÑнÑй Ñип: полÑÑено %s; ожидаеÑÑÑ %s\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr "remoteReadConfigFile: %s: %s: %s не поддеÑживаеÑÑÑ\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "Ðе ÑдаеÑÑÑ Ð¾Ð¿ÑеделиÑÑ Ð³ÑÑÐ¿Ð¿Ñ Ð² Ñежиме не-root"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr "Ðе ÑдаеÑÑÑ Ð½Ð°Ð¹Ñи гÑÑÐ¿Ð¿Ñ '%s'"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "Ðе ÑдалоÑÑ Ð¾Ð±ÑабоÑаÑÑ Ñежим '%s'"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Ðе ÑдалоÑÑ Ð¾ÑделиÑÑ ÐºÐ°Ðº демон: %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "Ðе ÑдалоÑÑ ÑоздаÑÑ ÐºÐ°Ð½Ð°Ð»: %s"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "не ÑдаеÑÑÑ ÑгенеÑиÑоваÑÑ UUID"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr "Ðе ÑдалоÑÑ Ð¸Ð·Ð¼ÐµÐ½Ð¸ÑÑ Ð¿Ñава Ð²Ð»Ð°Ð´ÐµÐ½Ð¸Ñ Ð³ÑÑÐ¿Ð¿Ñ %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr "неÑооÑвеÑÑÑвие пÑогÑÐ°Ð¼Ð¼Ñ (пÑиÑÑÑÑÑвÑÐµÑ %x, ожидаеÑÑÑ %x)"
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "неÑооÑвеÑÑÑвие веÑÑий (пÑиÑÑÑÑÑвÑÐµÑ %x, ожидаеÑÑÑ %x)"
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "direction (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "status (%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "ÑÑебÑеÑÑÑ Ð°Ð²ÑоÑизаÑиÑ"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "неизвеÑÑÐ½Ð°Ñ Ð¿ÑоÑедÑÑа: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "не ÑдалоÑÑ ÑазобÑаÑÑ Ð°ÑгÑменÑÑ"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr "Ñоединение Ñже оÑкÑÑÑо"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "Ñоединение не оÑкÑÑÑо"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "недоÑÑаÑоÑно памÑÑи"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_NODE_MAX_CELLS"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr "ÑÐ°Ð·Ð¼ÐµÑ nparams ÑлиÑком велик"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "неизвеÑÑнÑй Ñип"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr "ÑÐ°Ð·Ð¼ÐµÑ > макÑималÑнÑй ÑÐ°Ð·Ð¼ÐµÑ Ð±ÑÑеÑа"
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "не ÑдаеÑÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ ÑекÑÑее вÑемÑ"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "не ÑдаеÑÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ ÑекÑÑее вÑемÑ"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Ðе ÑдаеÑÑÑ ÑазÑеÑиÑÑ Ð°Ð´ÑÐµÑ %d: %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "ÐºÐ»Ð¸ÐµÐ½Ñ Ð¿ÑÑалÑÑ Ð²ÑполниÑÑ Ð½ÐµÐ´Ð¾Ð¿ÑÑÑимÑй запÑÐ¾Ñ init SASL"
-#: qemud/remote.c:2575
-#, c-format
-msgid "failed to get sock address %d (%s)"
+#: qemud/remote.c:2651
+#, fuzzy, c-format
+msgid "failed to get sock address: %s"
msgstr "не ÑдалоÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ Ð°Ð´ÑÐµÑ ÑокеÑа %d (%s)"
-#: qemud/remote.c:2586
-#, c-format
-msgid "failed to get peer address %d (%s)"
+#: qemud/remote.c:2663
+#, fuzzy, c-format
+msgid "failed to get peer address: %s"
msgstr "не ÑдалоÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ Ð°Ð´ÑÐµÑ Ñзла %d (%s)"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "не ÑдалоÑÑ Ð½Ð°ÑÑÑоиÑÑ ÐºÐ¾Ð½ÑекÑÑ SASL %d (%s)"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr "не ÑдаеÑÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ ÑÐ°Ð·Ð¼ÐµÑ ÐºÐ¾Ð´Ð° TLS"
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑзоваÑÐµÐ»Ñ Ð½Ðµ найдено"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "неÑ
ваÑка памÑÑи пÑи копиÑовании имени полÑзоваÑелÑ"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "ÐºÐ»Ð¸ÐµÐ½Ñ SASL %s не вклÑÑен в ÑпиÑок ÑазÑеÑений"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr "ÐºÐ»Ð¸ÐµÐ½Ñ Ð¿ÑÑалÑÑ Ð²ÑполниÑÑ Ð½ÐµÐ´Ð¾Ð¿ÑÑÑимÑй запÑÐ¾Ñ start SASL"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr "ÐºÐ»Ð¸ÐµÐ½Ñ Ð¿ÑÑалÑÑ Ð²ÑполниÑÑ Ð½ÐµÐ´Ð¾Ð¿ÑÑÑимÑй запÑÐ¾Ñ init SASL"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr "ÐºÐ»Ð¸ÐµÐ½Ñ Ð¿ÑÑалÑÑ Ð²ÑполниÑÑ Ð½ÐµÐ´Ð¾Ð¿ÑÑÑимÑй запÑÐ¾Ñ start SASL"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "ÐºÐ»Ð¸ÐµÐ½Ñ Ð¿ÑÑалÑÑ Ð²ÑполниÑÑ Ð½ÐµÐ´Ð¾Ð¿ÑÑÑимÑй запÑÐ¾Ñ step SASL"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr "ÐºÐ»Ð¸ÐµÐ½Ñ Ð¿ÑÑалÑÑ Ð²ÑполниÑÑ Ð½ÐµÐ´Ð¾Ð¿ÑÑÑимÑй запÑÐ¾Ñ init PolicyKit"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "не ÑдаеÑÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ Ð¸Ð´ÐµÐ½ÑиÑикаÑионнÑе даннÑе ÑокеÑа ÑоÑеднего Ñзла"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Сбой пÑи Ñоздании дейÑÑÐ²Ð¸Ñ polkit %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Сбой пÑи Ñоздании конÑекÑÑа polkit %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr "ÐолиÑика ÑазÑеÑила дейÑÑвие %s из pid %d, uid %d, ÑезÑлÑÑÐ°Ñ %s"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr "ÐºÐ»Ð¸ÐµÐ½Ñ Ð¿ÑÑалÑÑ Ð²ÑполниÑÑ Ð½ÐµÐ´Ð¾Ð¿ÑÑÑимÑй запÑÐ¾Ñ init PolicyKit"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
#, fuzzy
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "ÑÑÑÑойÑÑво не найдено: %s (%s)"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "непÑедвиденнÑй Ñзел dict"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -915,526 +931,528 @@ msgstr "не ÑдалоÑÑ Ð´Ð¾Ð±Ð°Ð²Ð¸ÑÑ Ñ
ÑанилиÑе vol в Ñ
ÑÑ-Ñ
msgid "dev missing from connection hash table"
msgstr "vol оÑÑÑÑÑÑвÑÐµÑ Ð² Ñ
ÑÑ-ÑаблиÑе Ñоединений"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "неизвеÑÑнÑй Ñип '%s'"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "неизвеÑÑное загÑÑзоÑное ÑÑÑÑойÑÑво '%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "ÐедопÑÑÑимое Ð¸Ð¼Ñ Ð´Ð¸Ñковода: %s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "ÐедопÑÑÑимое Ð¸Ð¼Ñ Ð¶ÐµÑÑкого диÑка: %s"
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "неизвеÑÑнÑй Ñип auth '%s'"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "ÐедопÑÑÑимÑй Ñип ÑÐ¸Ð½Ñ '%s' Ð´Ð»Ñ Ð´Ð¸Ñковода"
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "ÐедопÑÑÑимÑй Ñип ÑÐ¸Ð½Ñ '%s' Ð´Ð»Ñ Ð´Ð¸Ñковода"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "неизвеÑÑное загÑÑзоÑное ÑÑÑÑойÑÑво '%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "неизвеÑÑнÑй Ñип auth '%s'"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "неизвеÑÑнÑй Ñип auth '%s'"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr "ÐÐµÑ <source> аÑÑибÑÑа 'network' Ñ <interface type='network'/>"
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr "ÐÐµÑ <source> аÑÑибÑÑа 'dev' Ñ <interface type='bridge'/>"
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr "Ðевозможно ÑазобÑаÑÑ Ð°ÑÑибÑÑ <source> 'port' Ñ Ð¸Ð½ÑеÑÑейÑом ÑокеÑа"
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸ÑÑ
Ð¾Ð´Ð½Ð°Ñ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð´Ð»Ñ ÑÑÑÑойÑÑва"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸ÑÑ
Ð¾Ð´Ð½Ð°Ñ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð´Ð»Ñ ÑÑÑÑойÑÑва"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr "ÐÑÑÑÑÑÑвÑÐµÑ Ð¸ÑÑ
однÑй аÑÑибÑÑ ÑлÑÐ¶Ð±Ñ Ð´Ð»Ñ ÑимволÑного ÑÑÑÑойÑÑва"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ Ñипе ÑÑÑÑойÑÑва ввода"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "неизвеÑÑное загÑÑзоÑное ÑÑÑÑойÑÑво '%s'"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "неизвеÑÑнÑй Ñип auth '%s'"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "Ñина ps2 не поддеÑÐ¶Ð¸Ð²Ð°ÐµÑ ÑÑÑÑойÑÑво ввода %s"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "Ñина ввода %s не поддеÑживаеÑÑÑ"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr "Ñина xen не поддеÑÐ¶Ð¸Ð²Ð°ÐµÑ ÑÑÑÑойÑÑво ввода %s"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ Ñипе ÑÑÑÑойÑÑва ввода"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "неизвеÑÑнÑй Ñип ÑÑÑÑойÑÑва"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "не ÑдаеÑÑÑ ÑдалиÑÑ ÐºÐ¾Ð½ÑигÑÑаÑÐ¸Ñ Ð´Ð»Ñ %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "неизвеÑÑнÑй Ñип auth '%s'"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "неизвеÑÑнÑй Ñип модели звÑкового ÑÑÑÑойÑÑва"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "невозможно пÑоÑиÑаÑÑ ÐºÐ°Ñалог %s: %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "невозможно оÑкÑÑÑÑ ÑÑÑÑойÑÑво %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "невозможно пÑоÑиÑаÑÑ %s: %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "невозможно оÑкÑÑÑÑ ÑÑÑÑойÑÑво %s"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "неизвеÑÑнÑй Ñип auth '%s'"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "оÑÑÑÑÑÑвÑÐµÑ \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ñзел иÑÑоÑника"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "невозможно оÑкÑÑÑÑ ÑÑÑÑойÑÑво %s"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "невозможно пÑоÑиÑаÑÑ %s: %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "невозможно оÑкÑÑÑÑ ÑÑÑÑойÑÑво %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "неизвеÑÑнÑй Ñип auth '%s'"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "неизвеÑÑное загÑÑзоÑное ÑÑÑÑойÑÑво '%s'"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "неизвеÑÑное загÑÑзоÑное ÑÑÑÑойÑÑво '%s'"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ñзел иÑÑоÑника"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "неизвеÑÑнÑй Ñзел %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "неизвеÑÑнÑй Ñип аÑÑенÑиÑикаÑии %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ коÑневом ÑлеменÑе"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "неизвеÑÑнÑй Ñип ÑÑÑÑойÑÑва"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð°ÑÑибÑÑ Ñипа домена"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "недопÑÑÑимÑй Ñип домена"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Ðе ÑдалоÑÑ ÑгенеÑиÑоваÑÑ UUID: %s"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "невеÑно ÑÑоÑмиÑованнÑй ÑÐ»ÐµÐ¼ÐµÐ½Ñ uuid"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr "оÑÑÑÑÑÑвÑÐµÑ ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ð¿Ð°Ð¼ÑÑи"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "неожидаемÑе даннÑе '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "не Ñказан Ñип ÐС"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "неподдеÑÐ¶Ð¸Ð²Ð°ÐµÐ¼Ð°Ñ Ð°ÑÑ
иÑекÑÑÑа"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "невозможно полÑÑиÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± иÑÑ
однÑÑ
ÑÑÑÑойÑÑваÑ
"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸ÑÑ
одное ÑÑÑÑойÑÑво"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr "неизвеÑÑное загÑÑзоÑное ÑÑÑÑойÑÑво '%s'"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "невозможно полÑÑиÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± иÑÑ
однÑÑ
ÑÑÑÑойÑÑваÑ
"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
#, fuzzy
msgid "cannot extract filesystem devices"
msgstr "невозможно полÑÑиÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± иÑÑ
однÑÑ
ÑÑÑÑойÑÑваÑ
"
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "невозможно полÑÑиÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± иÑÑ
однÑÑ
ÑÑÑÑойÑÑваÑ
"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
#, fuzzy
msgid "cannot extract parallel devices"
msgstr "невозможно полÑÑиÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± иÑÑ
однÑÑ
ÑÑÑÑойÑÑваÑ
"
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "невозможно полÑÑиÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± иÑÑ
однÑÑ
ÑÑÑÑойÑÑваÑ
"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "невозможно полÑÑиÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± иÑÑ
однÑÑ
ÑÑÑÑойÑÑваÑ
"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "невозможно полÑÑиÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± иÑÑ
однÑÑ
ÑÑÑÑойÑÑваÑ
"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "невозможно полÑÑиÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± иÑÑ
однÑÑ
ÑÑÑÑойÑÑваÑ
"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "невозможно полÑÑиÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± иÑÑ
однÑÑ
ÑÑÑÑойÑÑваÑ
"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "пÑивÑзка: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "не ÑдалоÑÑ Ð¿ÑиоÑÑановиÑÑ Ð´Ð¾Ð¼ÐµÐ½"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr "невеÑнÑй коÑневой ÑлеменÑ"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "ÑинÑакÑиÑеÑÐºÐ°Ñ Ð¾Ñибка cpuset Ñопологии "
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "непÑедвиденнÑй Ñип домена %d"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "непÑедвиденнÑй Ñип домена %d"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "непÑедвиденнÑй Ñип домена %d"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "непÑедвиденнÑй Ñип домена %d"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "непÑедвиденнÑй Ñип домена %d"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "непÑедвиденнÑй Ñип домена %d"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "непÑедвиденнÑй Ñип домена %d"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "непÑедвиденнÑй Ñип домена %d"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "непÑедвиденнÑй Ñип домена %d"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "непÑедвиденнÑй Ñип домена %d"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "непÑедвиденнÑй Ñип домена %d"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "непÑедвиденнÑй Ñзел dict"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "непÑедвиденнÑй Ñип домена %d"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr "непÑедвиденнÑй Ñип домена %d"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "непÑедвиденнÑй Ñип домена %d"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "непÑедвиденнÑй Ñзел знаÑений"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "не ÑдаеÑÑÑ ÑоздаÑÑ ÐºÐ°Ñалог конÑигÑÑаÑии %s: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "не ÑдаеÑÑÑ ÑоздаÑÑ Ñайл конÑигÑÑаÑии %s: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "не ÑдаеÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑÑ Ñайл конÑигÑÑаÑии %s: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "не ÑдаеÑÑÑ ÑоÑ
ÑаниÑÑ Ñайл конÑигÑÑаÑии %s: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Ðе ÑдалоÑÑ Ð¾ÑкÑÑÑÑ ÐºÐ°Ñалог '%s': %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "не ÑдаеÑÑÑ ÑдалиÑÑ ÐºÐ¾Ð½ÑигÑÑаÑÐ¸Ñ Ð´Ð»Ñ %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "неизвеÑÑнÑй Ñип virt"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Ðе ÑдалоÑÑ Ð²ÑполниÑÑ '"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "Ðе ÑдалоÑÑ Ð¿ÑоÑиÑаÑÑ "
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "Ðе ÑдалоÑÑ Ð¾ÑÑÑеÑÑвиÑÑ Ð·Ð°Ð¿Ð¸ÑÑ Ð² "
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "Ðе ÑдалоÑÑ ÑоздаÑÑ ÐºÐ°Ñалог %s : %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Ðе ÑдалоÑÑ ÑоÑ
ÑаниÑÑ Ð¿Ñавила iptables в %s : %s"
@@ -1445,57 +1463,57 @@ msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
"Ðе ÑдалоÑÑ ÑдалиÑÑ Ð¿Ñавило iptables '%s' из ÑепоÑки '%s' в ÑаблиÑе '%s': %s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
"Ðе ÑдалоÑÑ Ð´Ð¾Ð±Ð°Ð²Ð¸ÑÑ Ð¿Ñавило iptables '%s' в ÑепоÑÐºÑ '%s' в ÑаблиÑе '%s': %s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "не ÑдаеÑÑÑ ÑазобÑаÑÑ URI подклÑÑениÑ"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "не ÑдаеÑÑÑ ÑоздаÑÑ ÐºÐ°Ñалог жÑÑналиÑÐ¾Ð²Ð°Ð½Ð¸Ñ %s: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "пÑÑÑ Ðº ÑдÑÑ ÑлиÑком длиннÑй"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "невозможно ÑоздаÑÑ ÐºÐ°Ð½Ð°Ð»: %s"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare не задал uri"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domainMigratePrepare не задал uri"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr "пÑÑÑой пÑÑÑ (NULL)"
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr "flags должен бÑÑÑ Ð½ÑлевÑм"
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr "бÑÑÐµÑ Ð¿ÑÑÑ (NULL)"
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr "паÑамеÑÑ flags должен бÑÑÑ ÑÑÑановлен в VIR_MEMORY_VIRTUAL"
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr "бÑÑÐµÑ Ð¿ÑÑÑ, но его ÑÐ°Ð·Ð¼ÐµÑ Ð½ÐµÐ½Ñлевой"
@@ -1539,12 +1557,12 @@ msgstr "ÐÑибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð½ÐµÐ°ÐºÑивного домена %s\n"
msgid "failed to bind new root %s"
msgstr "Ðе ÑдалоÑÑ Ð¿ÑивÑзаÑÑ ÑÐ¾ÐºÐµÑ Ðº '%s': %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "не ÑдалоÑÑ ÑоздаÑÑ '%s'"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Ðе ÑдалоÑÑ Ð¿ÑивÑзаÑÑ ÑÐ¾ÐºÐµÑ Ðº '%s': %s"
@@ -1717,21 +1735,21 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr "Ð½ÐµÑ Ð´Ð¾Ð¼ÐµÐ½Ð° Ñ ÑооÑвеÑÑÑвÑÑÑим UUID"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr "нелÑÐ·Ñ ÑдалиÑÑ Ð°ÐºÑивнÑй домен"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "нелÑÐ·Ñ ÑдалиÑÑ Ð°ÐºÑивнÑй домен"
@@ -1786,7 +1804,7 @@ msgstr "непÑавилÑнÑй ÑказаÑÐµÐ»Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° в"
msgid "failed to kill pid %d"
msgstr "не ÑдаеÑÑÑ Ð·Ð°ÐºÑÑÑÑ Ñайл pid tty %s: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "невозможно задаÑÑ Ð²Ð»Ð°Ð´ÐµÐ»ÑÑа Ñайлов '%s': %s"
@@ -1821,241 +1839,251 @@ msgstr "Ð¸Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°"
msgid "no domain with id %d"
msgstr "Ð½ÐµÑ Ð´Ð¾Ð¼ÐµÐ½Ð° Ñ Ð¸Ð´ÐµÐ½ÑиÑикаÑоÑом %d"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "неизвеÑÑÐ½Ð°Ñ Ð¿ÑоÑедÑÑа: %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "ÐÑибка Ð²Ð¾Ð·Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ ÑабоÑÑ Ð´Ð¾Ð¼ÐµÐ½Ð° %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "недопÑÑÑимÑй пÑÑÑ: %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "ÐедопÑÑÑимÑй паÑамеÑÑ Ð´Ð»Ñ virXPathNode()"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Ðе ÑдаеÑÑÑ ÑазÑеÑиÑÑ Ð°Ð´ÑÐµÑ %d: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Ðе ÑдаеÑÑÑ ÑазÑеÑиÑÑ Ð°Ð´ÑÐµÑ %d: %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Ðе ÑдаеÑÑÑ ÑазÑеÑиÑÑ Ð°Ð´ÑÐµÑ %d: %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "невозможно пÑоÑиÑаÑÑ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²Ð¾Ðº '%s': %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr "ÐеÑенапÑавление по запÑоÑÑ, но не Ñказан адÑÐµÑ IPv4 или маÑка ÑеÑи"
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "неизвеÑÑнÑй Ñип auth '%s'"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr "ÐÐ¼Ñ Ñайла конÑигÑÑаÑии ÑеÑи '%s' не ÑооÑвеÑÑÑвÑÐµÑ Ð¸Ð¼ÐµÐ½Ð¸ ÑеÑи '%s'"
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "не ÑдаеÑÑÑ ÑдалиÑÑ ÐºÐ¾Ð½ÑигÑÑаÑÐ¸Ñ Ð´Ð»Ñ %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "домен %s Ñже ÑÑÑеÑÑвÑеÑ"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Ðе ÑдалоÑÑ Ð°Ð²ÑомаÑиÑеÑки запÑÑÑиÑÑ ÑеÑÑ '%s': %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "не ÑдаеÑÑÑ Ð¸Ð½Ð¸ÑиализиÑоваÑÑ Ð¿Ð¾Ð´Ð´ÐµÑÐ¶ÐºÑ Ð¼Ð¾ÑÑа: %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "qemudStartup: недоÑÑаÑоÑно памÑÑи"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
#, fuzzy
msgid "Reloading iptables rules\n"
msgstr "ÐеÑезагÑÑжаÑÑÑÑ Ð¿Ñавила iptables"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr "не ÑдаеÑÑÑ Ð·Ð°Ð¿ÑÑÑиÑÑ Ð´ÐµÐ¼Ð¾Ð½ dhcp без IP-адÑеÑа Ð´Ð»Ñ ÑеÑвеÑа"
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "не ÑдаеÑÑÑ ÑоздаÑÑ ÐºÐ°Ñалог жÑÑналиÑÐ¾Ð²Ð°Ð½Ð¸Ñ %s: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr ""
"не ÑдалоÑÑ Ð´Ð¾Ð±Ð°Ð²Ð¸ÑÑ Ð¿Ñавило iptables Ð´Ð»Ñ ÑазÑеÑÐµÐ½Ð¸Ñ Ð¿ÐµÑенапÑÐ°Ð²Ð»ÐµÐ½Ð¸Ñ Ñ '%s' : "
"%s\n"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr ""
"не ÑдалоÑÑ Ð´Ð¾Ð±Ð°Ð²Ð¸ÑÑ Ð¿Ñавило iptables Ð´Ð»Ñ ÑазÑеÑÐµÐ½Ð¸Ñ Ð¿ÐµÑенапÑÐ°Ð²Ð»ÐµÐ½Ð¸Ñ Ðº '%s' : "
"%s\n"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "не ÑдалоÑÑ Ð´Ð¾Ð±Ð°Ð²Ð¸ÑÑ Ð¿Ñавило iptables Ð´Ð»Ñ Ð°ÐºÑиваÑии маÑкаÑадинга: %s\n"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr ""
"не ÑдалоÑÑ Ð´Ð¾Ð±Ð°Ð²Ð¸ÑÑ Ð¿Ñавило iptables Ð´Ð»Ñ ÑазÑеÑÐµÐ½Ð¸Ñ Ð¼Ð°ÑÑÑÑÑизаÑии Ñ '%s' : %"
"s\n"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr ""
"не ÑдалоÑÑ Ð´Ð¾Ð±Ð°Ð²Ð¸ÑÑ Ð¿Ñавило iptables Ð´Ð»Ñ ÑазÑеÑÐµÐ½Ð¸Ñ Ð¼Ð°ÑÑÑÑÑизаÑии на '%s' : %"
"s\n"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr ""
"не ÑдалоÑÑ Ð´Ð¾Ð±Ð°Ð²Ð¸ÑÑ Ð¿Ñавило iptables Ð´Ð»Ñ ÑазÑеÑÐµÐ½Ð¸Ñ Ð·Ð°Ð¿ÑоÑов DHCP Ñ '%s' : %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr ""
"не ÑдалоÑÑ Ð´Ð¾Ð±Ð°Ð²Ð¸ÑÑ Ð¿Ñавило iptables Ð´Ð»Ñ ÑазÑеÑÐµÐ½Ð¸Ñ Ð·Ð°Ð¿ÑоÑов DNS Ñ '%s' : %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr ""
"не ÑдалоÑÑ Ð´Ð¾Ð±Ð°Ð²Ð¸ÑÑ Ð¿Ñавило iptables Ð´Ð»Ñ Ð±Ð»Ð¾ÐºÐ¸ÑÐ¾Ð²Ð°Ð½Ð¸Ñ Ð¸ÑÑ
одÑÑего ÑÑаÑика Ñ '%"
"s' : %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr ""
"не ÑдалоÑÑ Ð´Ð¾Ð±Ð°Ð²Ð¸ÑÑ Ð¿Ñавило iptables Ð´Ð»Ñ Ð±Ð»Ð¾ÐºÐ¸ÑÐ¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ð¾ÑÑÑпаÑÑего ÑÑаÑика "
"на '%s' : %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr ""
"не ÑдалоÑÑ Ð´Ð¾Ð±Ð°Ð²Ð¸ÑÑ Ð¿Ñавило iptables Ð´Ð»Ñ ÑазÑеÑÐµÐ½Ð¸Ñ ÑÑаÑика Ð¼ÐµÐ¶Ð´Ñ Ð¼Ð¾ÑÑами на "
"'%s' : %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "ÑеÑÑ Ñже акÑивна"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "не ÑдаеÑÑÑ ÑоздаÑÑ Ð¼Ð¾ÑÑ '%s' : %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "не ÑдаеÑÑÑ Ð·Ð°Ð´Ð°ÑÑ IP-адÑÐµÑ Ð¼Ð¾ÑÑа '%s' как '%s' : %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "не ÑдаеÑÑÑ Ð·Ð°Ð´Ð°ÑÑ Ð¼Ð°ÑÐºÑ ÑеÑи моÑÑа '%s' как '%s' : %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "попÑÑка акÑиваÑии моÑÑа '%s' не ÑдалаÑÑ: %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "не ÑдалоÑÑ Ð°ÐºÑивиÑоваÑÑ Ð¿ÐµÑенапÑавление IP: %s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Ðе ÑдалоÑÑ Ð¾ÑклÑÑиÑÑ Ð¼Ð¾ÑÑ '%s' : %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Ðе ÑдалоÑÑ ÑдалиÑÑ Ð¼Ð¾ÑÑ '%s' : %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "ÐавеÑÑаеÑÑÑ ÑабоÑа ÑеÑи '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr "Ð½ÐµÑ ÑеÑи Ñ ÑооÑвеÑÑÑвÑÑÑим UUID"
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr "Ð½ÐµÑ ÑеÑи Ñ ÑовпадаÑÑим именем"
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "ÑеÑÑ Ñже акÑивна"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr "Ð½ÐµÑ ÑеÑи Ñ ÑовпадаÑÑим иденÑиÑикаÑоÑом"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "СеÑÑ '%s' не акÑивна"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "невозможно ÑоздаÑÑ ÐºÐ°Ñалог авÑозапÑÑка %s: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Ðе ÑдалоÑÑ ÑоздаÑÑ ÑимволÑнÑÑ ÑÑÑÐ»ÐºÑ '%s' к '%s': %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Ðе ÑдалоÑÑ ÑдалиÑÑ ÑимволÑнÑÑ ÑÑÑÐ»ÐºÑ '%s': %s"
@@ -2066,7 +2094,267 @@ msgstr "Ðе ÑдалоÑÑ ÑдалиÑÑ ÑимволÑнÑÑ ÑÑÑÐ»ÐºÑ '%s
msgid "no node device with matching name"
msgstr "Ð½ÐµÑ Ñома Ñ
ÑанилиÑа Ñ ÑовпадаÑÑим именем"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "невозможно оÑиÑÑиÑÑ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²Ð¾Ðº ÑÑÑÑойÑÑва %s"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸ÑÑ
однÑй пÑÑÑ"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "неизвеÑÑнÑй Ñип Ñома %d"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "невозможно задаÑÑ Ð²Ð»Ð°Ð´ÐµÐ»ÑÑа Ñайлов '%s': %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "недопÑÑÑÐ¸Ð¼Ð°Ñ Ð¼Ð¾Ð´ÐµÐ»Ñ Ð·Ð²Ñкового ÑÑÑÑойÑÑва '%s'"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "Ð¸Ð¼Ñ ÑеÑи"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "непÑавилÑнÑй ÑказаÑÐµÐ»Ñ ÑеÑи в %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "неизвеÑÑнÑй Ñип auth '%s'"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "непÑавилÑнÑй ÑказаÑÐµÐ»Ñ ÑеÑи в %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "непÑавилÑнÑй ÑказаÑÐµÐ»Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° в %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "непÑавилÑнÑй ÑказаÑÐµÐ»Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° в %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "недопÑÑÑÐ¸Ð¼Ð°Ñ Ð¼Ð¾Ð´ÐµÐ»Ñ Ð·Ð²Ñкового ÑÑÑÑойÑÑва '%s'"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "недопÑÑÑÐ¸Ð¼Ð°Ñ Ð¼Ð¾Ð´ÐµÐ»Ñ Ð·Ð²Ñкового ÑÑÑÑойÑÑва '%s'"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "непÑавилÑнÑй ÑказаÑÐµÐ»Ñ ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ð² %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "невеÑно ÑÑоÑмиÑованнÑй ÑÐ»ÐµÐ¼ÐµÐ½Ñ uuid"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "оÑÑÑÑÑÑвÑÐµÑ Ñип домена"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "неизвеÑÑнÑй Ñип auth '%s'"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "неизвеÑÑнÑй Ñип auth '%s'"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "невозможно оÑкÑÑÑÑ %s: %s"
@@ -2226,7 +2514,7 @@ msgstr "ÑабоÑа домена не завеÑÑена"
msgid "Could not read container config"
msgstr "не ÑдаеÑÑÑ ÑазобÑаÑÑ URI подклÑÑениÑ"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr "неизвеÑÑнÑй Ñип '%s'"
@@ -2240,6 +2528,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "не ÑдаеÑÑÑ ÑазобÑаÑÑ URI подклÑÑениÑ"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Ðе ÑдалоÑÑ Ð¾ÑкÑÑÑÑ Ñайл pid '%s' : %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "ÐÑибка ÑÑÐµÐ½Ð¸Ñ ÐºÐ°Ð½Ð°Ð»Ð° Ñигналов: %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Ðе ÑдалоÑÑ Ð²ÑполниÑÑ Ð·Ð°Ð¿Ð¸ÑÑ Ð² Ñайл PID '%s' : %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Ðе ÑдалоÑÑ Ð¾ÑкÑÑÑÑ Ñайл pid '%s' : %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "оÑибка дейÑÑвиÑ: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Ðе ÑдалоÑÑ Ð¿ÑивÑзаÑÑ ÑÐ¾ÐºÐµÑ Ðº '%s': %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "ÐÑибка подклÑÑÐµÐ½Ð¸Ñ Ðº гипеÑвизоÑÑ"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Ðе ÑдалоÑÑ Ð¿ÑивÑзаÑÑ ÑÐ¾ÐºÐµÑ Ðº '%s': %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "ÐÑибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° из %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Ðе найдена запиÑÑ Ð¿Ð¾Ð»ÑзоваÑÐµÐ»Ñ Ð´Ð»Ñ uid '%d': %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "ÐÑибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° из %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2284,411 +2637,425 @@ msgstr "ÐÑибка ÑвÑзи Ñ Ð¿ÑокÑи: плоÑ
о ÑÑоÑмиÑова
msgid "got asynchronous packet number %d\n"
msgstr "полÑÑен аÑинÑ
ÑоннÑй Ð½Ð¾Ð¼ÐµÑ Ð¿Ð°ÐºÐµÑа - %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "ÐеожиданнÑй ÑÑаÑÑÑ Ð²ÑÑ
ода qemu %d pid %lu"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr "ÐеожиданнÑй ÑÑаÑÑÑ Ð²ÑÑ
ода '%d', возможнÑй Ñбой qemu"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Ðе ÑдаеÑÑÑ Ð½Ð°Ð¹Ñи бинаÑнÑй ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÐµÐ½Ñ QEMU %s: %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "СеÑÑ '%s' не найдена"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr "Тип ÑеÑи %d не поддеÑживаеÑÑÑ"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr "не ÑдаеÑÑÑ Ð¸Ð½Ð¸ÑиализиÑоваÑÑ Ð¿Ð¾Ð´Ð´ÐµÑÐ¶ÐºÑ Ð¼Ð¾ÑÑа: %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Ðе ÑдалоÑÑ Ð´Ð¾Ð±Ð°Ð²Ð¸ÑÑ Ð¸Ð½ÑеÑÑÐµÐ¹Ñ '%s' к моÑÑÑ '%s' : %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Ðе ÑдалоÑÑ Ð´Ð¾Ð±Ð°Ð²Ð¸ÑÑ Ð¸Ð½ÑеÑÑÐµÐ¹Ñ '%s' к моÑÑÑ '%s' : %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "команда 'info blockstats' не поддеÑживаеÑÑÑ ÑÑим qemu"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
#, fuzzy
msgid "STDIO migration is not supported with this QEMU binary"
msgstr "команда 'info blockstats' не поддеÑживаеÑÑÑ ÑÑим qemu"
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "неподдеÑживаемÑй Ñип диÑка '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "неподдеÑживаемÑй Ñип диÑка '%s'"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr "неподдеÑживаемÑй Ñип диÑка '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "недопÑÑÑÐ¸Ð¼Ð°Ñ Ð¼Ð¾Ð´ÐµÐ»Ñ Ð·Ð²Ñкового ÑÑÑÑойÑÑва"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "недопÑÑÑимое Ð¸Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "недопÑÑÑимÑй пÑÑÑ"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Ðе ÑдаеÑÑÑ Ð¾ÑкÑÑÑÑ Ð¿ÑÑÑ %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "ÑпиÑок доменов Ñзла"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "Ðе ÑдалоÑÑ ÑÑÑановиÑÑ Ñлаг Ñайлового деÑкÑипÑоÑа close-on-exec"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "Ðе ÑдалоÑÑ ÑÑÑановиÑÑ Ñлаг Ñайлового деÑкÑипÑоÑа non-blocking"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "не ÑдалоÑÑ ÑоздаÑÑ Ñайл жÑÑнала %s: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "Ðевозможно ÑÑÑановиÑÑ Ñлаг close-on-exec %s жÑÑнала виÑÑÑалÑной маÑинÑ"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "не ÑдалоÑÑ ÑоздаÑÑ Ñайл жÑÑнала %s: %s"
-#: src/qemu_driver.c:211
-#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "не ÑдалоÑÑ ÑоздаÑÑ Ñайл жÑÑнала %s: %s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "Ðевозможно ÑÑÑановиÑÑ Ñлаг close-on-exec %s жÑÑнала виÑÑÑалÑной маÑинÑ"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "не ÑдаеÑÑÑ Ð¾ÑкÑÑÑÑ tty %s: %s\n"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Ðе ÑдалоÑÑ Ð°Ð²ÑомаÑиÑеÑки запÑÑÑиÑÑ Ð²Ð¸ÑÑÑалÑнÑÑ Ð¼Ð°ÑÐ¸Ð½Ñ '%s': %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Ðе ÑдалоÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ ÑÑаÑиÑÑÐ¸ÐºÑ Ð±Ð»Ð¾Ñного ÑÑÑÑойÑÑва %s %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "ÐÑибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° из %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "ÐÑибка ÑоÑ
ÑÐ°Ð½ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s в %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Ðе ÑдалоÑÑ ÑоздаÑÑ ÐºÐ°Ñалог %s : %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "не ÑдаеÑÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ ÑекÑÑее вÑемÑ"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "Ðе ÑдалоÑÑ Ð¾Ð±ÑабоÑаÑÑ Ñежим '%s'"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Ðе ÑдалоÑÑ Ð¾Ð±ÑабоÑаÑÑ Ñежим '%s'"
+
+#: src/qemu_driver.c:476
#, fuzzy, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "Ðе ÑдалоÑÑ Ð°Ð²ÑомаÑиÑеÑки запÑÑÑиÑÑ Ð²Ð¸ÑÑÑалÑнÑÑ Ð¼Ð°ÑÐ¸Ð½Ñ '%s': %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup: недоÑÑаÑоÑно памÑÑи"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr "Сбай пÑи ÑÑении вÑвода запÑÑка %s"
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr "ÐÑÐµÐ¼Ñ Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ Ð¸ÑÑело пÑи ÑÑении вÑвода запÑÑка %s"
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr "ÐедоÑÑаÑоÑно меÑÑа пÑи ÑÑении вÑвода запÑÑка %s"
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, fuzzy, c-format
+msgid "Out of space while reading %s log output"
+msgstr "ÐедоÑÑаÑоÑно меÑÑа пÑи ÑÑении вÑвода запÑÑка %s"
+
+#: src/qemu_driver.c:757
+#, fuzzy, c-format
+msgid "Failure while reading %s log output"
+msgstr "Сбай пÑи ÑÑении вÑвода запÑÑка %s"
+
+#: src/qemu_driver.c:771
+#, fuzzy, c-format
+msgid "Timed out while reading %s log output"
+msgstr "ÐÑÐµÐ¼Ñ Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ Ð¸ÑÑело пÑи ÑÑении вÑвода запÑÑка %s"
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr "Ðе ÑдаеÑÑÑ Ð¾ÑкÑÑÑÑ Ð¿ÑÑÑ %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr "Ðе ÑдаеÑÑÑ Ð·Ð°Ð´Ð°ÑÑ Ñлаг close-on-exec Ð´Ð»Ñ Ð¼Ð¾Ð½Ð¸ÑоÑа"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr "Ðе ÑдаеÑÑÑ Ð¿ÐµÑевеÑÑи мониÑÐ¾Ñ Ð² Ñежим без блокиÑованиÑ"
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "Ðе ÑдаеÑÑÑ Ð·Ð°ÐºÑÑÑÑ Ñайл жÑÑнала %d: %s"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "не ÑдаеÑÑÑ ÑÑÑановиÑÑ Ð°ÑÑибÑÑÑ: %s\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "оÑибка пÑи полÑÑении домена '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr "не ÑдалоÑÑ Ð²Ð¾Ð·Ð¾Ð±Ð½Ð¾Ð²Ð¸ÑÑ Ð¾Ð¿ÐµÑаÑиÑ"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "не ÑдаеÑÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ ÑекÑÑее вÑемÑ"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "ÐиÑÑÑалÑÐ½Ð°Ñ Ð¼Ð°Ñина Ñже акÑивна"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr "Ðе ÑдаеÑÑÑ Ð½Ð°Ð¹Ñи незанÑÑÑй поÑÑ VNC"
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "не ÑдаеÑÑÑ ÑоздаÑÑ ÐºÐ°Ñалог жÑÑналиÑÐ¾Ð²Ð°Ð½Ð¸Ñ %s: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Ðе ÑдаеÑÑÑ Ð½Ð°Ð¹Ñи бинаÑнÑй ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÐµÐ½Ñ QEMU %s: %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Ðе ÑдаеÑÑÑ Ð½Ð°Ð¹Ñи бинаÑнÑй ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÐµÐ½Ñ QEMU %s: %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "Ðе ÑдаеÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑÑ argv в жÑÑнал %d: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "Ðе ÑдаеÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑÑ argv в жÑÑнал %d: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "Ðе ÑдаеÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑÑ argv в жÑÑнал %d: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "ÐÑклÑÑение домена %s\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "ÐавеÑÑение ÑабоÑÑ Ð²Ð¸ÑÑÑалÑной маÑÐ¸Ð½Ñ '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Ðе ÑдалоÑÑ Ð¿ÑивÑзаÑÑ ÑÐ¾ÐºÐµÑ Ðº '%s': %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "Ðе ÑдаеÑÑÑ Ð·Ð°ÐºÑÑÑÑ Ñайл жÑÑнала %d: %s"
+msgid "Failed to remove domain status for %s"
+msgstr "ÐÑибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° из %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "ÐÑÑналиÑование даннÑÑ
конÑоли виÑÑÑалÑной маÑÐ¸Ð½Ñ Ð½Ðµ ÑдалоÑÑ: %s"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "не ÑдаеÑÑÑ Ð¾ÑкÑÑÑÑ tty %s: %s\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr "на ÑÑом Ñзле NUMA не поддеÑживаеÑÑÑ"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr "Ðе ÑдалоÑÑ Ð·Ð°Ð¿ÑоÑиÑÑ ÑвободнÑÑ Ð¿Ð°Ð¼ÑÑÑ NUMA"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ Ñипа гипеÑвизоÑа"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "домен %s Ñже ÑÑÑеÑÑвÑеÑ"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "домен %s Ñже ÑÑÑеÑÑвÑеÑ"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "Ð½ÐµÑ Ð´Ð¾Ð¼ÐµÐ½Ð° Ñ ÑовпадаÑÑим иденÑиÑикаÑоÑом %d"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "домен не вÑполнÑеÑÑÑ"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr "опеÑаÑÐ¸Ñ Ð¿ÑиоÑÑановки не ÑдалаÑÑ"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr "опеÑаÑÐ¸Ñ Ð·Ð°Ð²ÐµÑÑÐµÐ½Ð¸Ñ ÑабоÑÑ Ð½Ðµ ÑдалаÑÑ"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "Ð½ÐµÑ Ð´Ð¾Ð¼ÐµÐ½Ð° Ñ ÑовпадаÑÑим UUID '%s'"
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr "макÑималÑнÑй обÑем памÑÑи не Ð¼Ð¾Ð¶ÐµÑ Ð±ÑÑÑ Ð¼ÐµÐ½ÑÑе ÑекÑÑего обÑема"
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr "нелÑÐ·Ñ Ð·Ð°Ð´Ð°ÑÑ Ð¿Ð°Ð¼ÑÑÑ Ð´Ð»Ñ Ð°ÐºÑивного домена"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr "знаÑение обÑема памÑÑи не Ð¼Ð¾Ð¶ÐµÑ Ð¿ÑевÑÑаÑÑ Ð¼Ð°ÐºÑималÑнÑй обÑем"
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr "не ÑдалоÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ xml домена"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr "не ÑдалоÑÑ ÑоздаÑÑ '%s'"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
msgstr "не ÑдалоÑÑ Ð·Ð°Ð¿Ð¸ÑаÑÑ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²Ð¾Ðº"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr "оÑибка запиÑи Ñайла xml"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "Ðе ÑдаеÑÑÑ Ð·Ð°ÐºÑÑÑÑ Ñайл жÑÑнала %d: %s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "недоÑÑаÑоÑно памÑÑи"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr "попÑÑка мигÑаÑии завеÑÑилаÑÑ Ð½ÐµÑдаÑей"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
#, fuzzy
msgid "'migrate' not supported by this qemu"
msgstr "команда 'info blockstats' не поддеÑживаеÑÑÑ ÑÑим qemu"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr "нелÑÐ·Ñ Ð¸Ð·Ð¼ÐµÐ½Ð¸ÑÑ ÑÑеÑÑик VCPU Ð´Ð»Ñ Ð°ÐºÑивного домена"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
"не ÑдалоÑÑ Ð¾Ð¿ÑеделиÑÑ Ð¼Ð°ÐºÑималÑное ÑиÑло виÑÑÑалÑнÑÑ
пÑоÑеÑÑоÑов Ð´Ð»Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°"
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
@@ -2696,291 +3063,345 @@ msgstr ""
"запÑоÑенное ÑиÑло виÑÑÑалÑнÑÑ
доменов пÑевÑÑÐ°ÐµÑ Ð¼Ð°ÐºÑималÑно допÑÑÑимое "
"знаÑение Ð´Ð»Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°: %d > %d"
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
msgid "cannot pin vcpus on an inactive domain"
msgstr "нелÑÐ·Ñ Ð½Ð°Ð·Ð½Ð°ÑиÑÑ Ð²Ð¸ÑÑÑалÑнÑе пÑоÑеÑÑоÑÑ Ð½ÐµÐ°ÐºÑÐ¸Ð²Ð½Ð¾Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "ÑиÑло виÑÑÑалÑнÑÑ
пÑоÑеÑÑоÑов пÑевÑÑÐ°ÐµÑ Ð´Ð¾Ð¿ÑÑÑимÑй диапазон %d > %d"
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "невозможно ÑоÑ
ÑаниÑÑ Ð´Ð¾Ð¼ÐµÐ½"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "невозможно ÑоÑ
ÑаниÑÑ Ð´Ð¾Ð¼ÐµÐ½"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "неизвеÑÑнÑй Ñип virt в опÑеделении домена '%d'"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "не ÑдаеÑÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ ÑекÑÑее вÑемÑ"
+
+#: src/qemu_driver.c:3014
+#, fuzzy, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr "ÑиÑло VCPU пÑевÑÑÐ°ÐµÑ Ð¼Ð°ÐºÑималÑно допÑÑÑимое знаÑение: %d > %d"
+
+#: src/qemu_driver.c:3023
+#, fuzzy, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr "ÑиÑло VCPU пÑевÑÑÐ°ÐµÑ Ð¼Ð°ÐºÑималÑно допÑÑÑимое знаÑение: %d > %d"
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr "невозможно пÑоÑиÑаÑÑ Ð¾Ð±Ñаз домена"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr "оÑибка ÑÑÐµÐ½Ð¸Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ° qemu"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "веÑÑÐ¸Ñ Ð¾Ð±Ñаза не поддеÑживаеÑÑÑ (%d > %d)"
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr "оÑибка ÑÑÐµÐ½Ð¸Ñ XML"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr "оÑибка ÑазбоÑа XML"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr "домен Ñже акÑивен как '%s'"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "оÑибка пÑи полÑÑении ÑеÑи '%s'"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "ÐÑибка запÑÑка домена %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "ÐÑибка Ð²Ð¾Ð·Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ ÑабоÑÑ Ð´Ð¾Ð¼ÐµÐ½Ð° %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "неподдеÑживаемÑй Ñип диÑка '%s'"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "нелÑÐ·Ñ Ð¸Ð·Ð¼ÐµÐ½Ð¸ÑÑ Ð½Ð¾ÑиÑÐµÐ»Ñ CDROM"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "нелÑÐ·Ñ Ð¸Ð·Ð¼ÐµÐ½Ð¸ÑÑ Ð½Ð¾ÑиÑÐµÐ»Ñ CDROM"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, fuzzy, c-format
msgid "target %s already exists"
msgstr "пÑл Ñ
ÑÐ°Ð½Ð¸Ð»Ð¸Ñ Ñже ÑÑÑеÑÑвÑеÑ"
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "невозможно пÑоÑиÑаÑÑ %s: %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "домен %s Ñже ÑÑÑеÑÑвÑеÑ"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "невозможно полÑÑиÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± иÑÑ
однÑÑ
ÑÑÑÑойÑÑваÑ
"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "загÑÑзка Ñайла опÑÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ñ
оÑÑа"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "невозможно полÑÑиÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± иÑÑ
однÑÑ
ÑÑÑÑойÑÑваÑ
"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "загÑÑзка Ñайла опÑÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ñ
оÑÑа"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr "нелÑÐ·Ñ ÑопоÑÑавиÑÑ ÑÑÑÑойÑÑво неакÑÐ¸Ð²Ð½Ð¾Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ"
-#: src/qemu_driver.c:3451
-#, fuzzy
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, fuzzy, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr "можно пÑиÑоединиÑÑ ÑолÑко ÑÑÑÑойÑÑва CDROM"
-#: src/qemu_driver.c:3460
-#, fuzzy
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, fuzzy, c-format
+msgid "device type '%s' cannot be attached"
msgstr "можно пÑиÑоединиÑÑ ÑолÑко ÑÑÑÑойÑÑва CDROM"
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "домен не найден"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "ÐÑибка Ð²Ð¾Ð·Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ ÑабоÑÑ Ð´Ð¾Ð¼ÐµÐ½Ð° %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "ÐÑибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° из %s"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "нелÑÐ·Ñ ÑопоÑÑавиÑÑ ÑÑÑÑойÑÑво неакÑÐ¸Ð²Ð½Ð¾Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
#, fuzzy
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr "можно пÑиÑоединиÑÑ ÑолÑко ÑÑÑÑойÑÑва CDROM"
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "нелÑÐ·Ñ Ð·Ð°Ð´Ð°ÑÑ Ð¿Ð°Ð¼ÑÑÑ Ð´Ð»Ñ Ð°ÐºÑивного домена"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "невозможно ÑоздаÑÑ ÐºÐ°Ñалог авÑозапÑÑка %s: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Ðе ÑдалоÑÑ ÑоздаÑÑ ÑимволÑнÑÑ ÑÑÑÐ»ÐºÑ '%s' к '%s': %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "недопÑÑÑимÑй пÑÑÑ: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr "Ñбой ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ 'info blockstats'"
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "команда 'info blockstats' не поддеÑживаеÑÑÑ ÑÑим qemu"
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "ÑÑÑÑойÑÑво не найдено: %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr "пÑÑÑ NULL или пÑÑÑой"
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "недопÑÑÑимÑй пÑÑÑ, '%s' не ÑвлÑеÑÑÑ Ð¸Ð·Ð²ÐµÑÑнÑм инÑеÑÑейÑом"
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Ðе ÑдалоÑÑ Ð¾ÑкÑÑÑÑ ÐºÐ°Ñалог '%s': %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "оÑибка ÑÑÐµÐ½Ð¸Ñ Ñайла конÑигÑÑаÑии %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "недопÑÑÑимÑй пÑÑÑ"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr "ÐÑÐ°Ð¹Ð²ÐµÑ QEMU поддеÑÐ¶Ð¸Ð²Ð°ÐµÑ ÑолÑко адÑеÑа виÑÑÑалÑной памÑÑи"
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "Ñбой open(%s): %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "Ñбой ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ lvs"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "оÑибка запиÑи Ñайла конÑигÑÑаÑии"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "ÑпиÑок доменов Ñзла"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Ðе ÑдалÑÑ ÑгенеÑиÑоваÑÑ UUID"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "домен Ñже акÑивен как '%s'"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "ÐÑибка запÑÑка домена %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "оÑибка дейÑÑвиÑ: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "ÐÑибка Ð²Ð¾Ð·Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ ÑабоÑÑ Ð´Ð¾Ð¼ÐµÐ½Ð° %s"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "Ð½ÐµÑ Ð´Ð¾Ð¼ÐµÐ½Ð° Ñ ÑооÑвеÑÑÑвÑÑÑим именем"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
msgstr "бинаÑнÑй Ñайл libvirtd не найден"
@@ -2992,230 +3413,245 @@ msgstr ""
"remote_open: не ÑдалоÑÑ Ð¾Ð¿ÑеделиÑÑ ÑÑанÑпоÑÑнÑй пÑоÑокол в URL (должен бÑÑÑ "
"tls|unix|ssh|ext|tcp)"
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open: Ð´Ð»Ñ Ð¿ÑоÑокола 'ext' необÑ
одимо ÑказаÑÑ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ"
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "не ÑдаеÑÑÑ Ð¾ÑкÑÑÑÑ tty %s: %s\n"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "не ÑдаеÑÑÑ Ð¾ÑкÑÑÑÑ tty %s: %s\n"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Ðе ÑдалоÑÑ ÑоздаÑÑ ÑокеÑ: %s"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Ðе ÑдалоÑÑ ÑоздаÑÑ ÑокеÑ: %s"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr "ÑÑанÑпоÑÑнÑе меÑÐ¾Ð´Ñ unix, ssh и ext не поддеÑживаÑÑÑÑ Ð² Windows"
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Ðе ÑдалоÑÑ ÑоздаÑÑ ÑокеÑ: %s"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "Ðе ÑдаеÑÑÑ Ð·Ð°ÐºÑÑÑÑ Ñайл жÑÑнала %d: %s"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ UUID домена"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "вÑделение домена"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Ðе ÑдаеÑÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ Ð´Ð¾ÑÑÑп к %s '%s': %s (%d)"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "не ÑдаеÑÑÑ Ð²ÑделиÑÑ ÑÑек конÑейнеÑа"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "ÐÑÑналиÑование даннÑÑ
конÑоли виÑÑÑалÑной маÑÐ¸Ð½Ñ Ð½Ðµ ÑдалоÑÑ: %s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "оÑибка иниÑиализаÑии библиоÑеки SASL: %d (%s)"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, fuzzy, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "не ÑдаеÑÑÑ ÑÑÑановиÑÑ Ð°ÑÑибÑÑÑ: %s\n"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "не ÑдаеÑÑÑ ÑÑÑановиÑÑ Ð°ÑÑибÑÑÑ: %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "Ðе ÑдалоÑÑ Ð¿Ð¾Ð´Ð²ÐµÑдиÑÑ Ð¿Ð¾Ð´Ð»Ð¸Ð½Ð½Ð¾ÑÑÑ ÑÑеÑнÑÑ
даннÑÑ
клиенÑа: %s"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "не ÑдаеÑÑÑ Ð¾ÑкÑÑÑÑ tty %s: %s\n"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
"пÑовеÑка ÑеÑвеÑа (наÑего ÑеÑÑиÑикаÑа или IP-адÑеÑа) завеÑÑилаÑÑ Ð½ÐµÑдаÑей\n"
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "Ðе ÑдалоÑÑ Ð¿Ð¾Ð´Ð²ÐµÑдиÑÑ Ð¿Ð¾Ð´Ð»Ð¸Ð½Ð½Ð¾ÑÑÑ ÑÑеÑнÑÑ
даннÑÑ
клиенÑа: %s"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "невозможно ÑоздаÑÑ ÐºÐ°Ð½Ð°Ð»: %s"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "ÐедопÑÑÑимÑй Ñип ÑÑÑÑойÑÑва: %s"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
#, fuzzy
msgid "The certificate is not trusted."
msgstr "СеÑÑиÑÐ¸ÐºÐ°Ñ ÐµÑе не акÑивиÑован"
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
#, fuzzy
msgid "The certificate hasn't got a known issuer."
msgstr "remoteCheckCertificate: издаÑÐµÐ»Ñ ÑеÑÑиÑикаÑа клиенÑа неизвеÑÑен."
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
#, fuzzy
msgid "The certificate has been revoked."
msgstr "СÑок дейÑÑÐ²Ð¸Ñ ÑеÑÑиÑикаÑа иÑÑек"
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
#, fuzzy
msgid "The certificate uses an insecure algorithm"
msgstr ""
"remoteCheckCertificate: ÑеÑÑиÑÐ¸ÐºÐ°Ñ ÐºÐ»Ð¸ÐµÐ½Ñа иÑполÑзÑÐµÑ Ð½ÐµÐ±ÐµÐ·Ð¾Ð¿Ð°ÑнÑй алгоÑиÑм."
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "Тип ÑеÑÑиÑикаÑа не X.509"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "оÑибка gnutls_certificate_get_peers"
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Ðе ÑдалоÑÑ Ð¸Ð½Ð¸ÑилизиÑоваÑÑ Ð°ÑÑенÑиÑикаÑÐ¸Ñ SASL %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "не ÑдаеÑÑÑ Ð¾ÑкÑÑÑÑ tty %s: %s\n"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "СÑок дейÑÑÐ²Ð¸Ñ ÑеÑÑиÑикаÑа иÑÑек"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "СеÑÑиÑÐ¸ÐºÐ°Ñ ÐµÑе не акÑивиÑован"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr "ÐÐ»Ð°Ð´ÐµÐ»ÐµÑ ÑеÑÑиÑикаÑа не ÑооÑвеÑÑÑвÑÐµÑ Ð¸Ð¼ÐµÐ½Ð¸ Ñзла (%s)"
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "ÑлиÑком много ÑÑеек NUMA: %d > %d"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "ÑлиÑком много иденÑиÑикаÑоÑов ÑдаленнÑÑ
доменов: %d > %d"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr "длина ÑооÑвеÑÑÑÐ²Ð¸Ñ Ð¿ÑевÑÑÐ°ÐµÑ Ð¼Ð°ÐºÑималÑно допÑÑÑимое знаÑение: %d > %d"
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "ÑиÑло VCPU пÑевÑÑÐ°ÐµÑ Ð¼Ð°ÐºÑималÑно допÑÑÑимое знаÑение: %d > %d"
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
"длина бÑÑеÑа ÑооÑвеÑÑÑвий VCPU пÑевÑÑÐ°ÐµÑ Ð¼Ð°ÐºÑималÑно допÑÑÑимое знаÑение: %d "
"> %d"
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "Ñзел заÑегиÑÑÑиÑовал ÑлиÑком много виÑÑÑалÑнÑÑ
пÑоÑеÑÑоÑов: %d > %d"
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
"длина заÑегиÑÑÑиÑованного Ñзлом бÑÑеÑа ÑооÑвеÑÑÑвий пÑевÑÑÐ°ÐµÑ Ð¼Ð°ÐºÑималÑно "
"допÑÑÑимое знаÑение: %d > %d"
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, fuzzy, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr "ÑиÑло VCPU пÑевÑÑÐ°ÐµÑ Ð¼Ð°ÐºÑималÑно допÑÑÑимое знаÑение: %d > %d"
+
+#: src/remote_internal.c:2352
+#, fuzzy, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr "ÑиÑло VCPU пÑевÑÑÐ°ÐµÑ Ð¼Ð°ÐºÑималÑно допÑÑÑимое знаÑение: %d > %d"
+
+#: src/remote_internal.c:2361
+#, fuzzy, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr "ÑиÑло VCPU пÑевÑÑÐ°ÐµÑ Ð¼Ð°ÐºÑималÑно допÑÑÑимое знаÑение: %d > %d"
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr "ÑлиÑком много имен ÑдаленнÑÑ
доменов: %d > %d"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
@@ -3223,285 +3659,351 @@ msgstr ""
"remoteDomainGetSchedulerParameters: полÑÑенное ÑиÑло паÑамеÑÑов пÑевÑÑÐ°ÐµÑ "
"допÑÑÑимÑй лимиÑ"
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "remoteDomainGetSchedulerParameters: неизвеÑÑнÑй Ñип паÑамеÑÑа"
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "недоÑÑаÑоÑно памÑÑи пÑи вÑделении маÑÑива"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "неизвеÑÑнÑй Ñип паÑамеÑÑа"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr "ÑÐ°Ð·Ð¼ÐµÑ Ð¿Ð¾Ð»ÑÑенного в ÑезÑлÑÑаÑе бÑÑеÑа не Ñавен запÑоÑÐµÐ½Ð½Ð¾Ð¼Ñ ÑазмеÑÑ"
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "ÑлиÑком много ÑдаленнÑÑ
ÑеÑей: %d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr "запÑоÑено ÑлиÑком болÑÑое ÑиÑло пÑлов Ñ
ÑанениÑ"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr "полÑÑено ÑлиÑком много пÑлов Ñ
ÑанилиÑ"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr "запÑоÑено ÑлиÑком болÑÑое ÑиÑло Ñомов Ñ
ÑанилиÑ"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr "полÑÑено ÑлиÑком много Ñомов Ñ
ÑанилиÑ"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "запÑоÑено ÑлиÑком болÑÑое ÑиÑло Ñомов Ñ
ÑанилиÑ"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "полÑÑено ÑлиÑком много Ñомов Ñ
ÑанилиÑ"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "запÑоÑено ÑлиÑком болÑÑое ÑиÑло Ñомов Ñ
ÑанилиÑ"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "полÑÑено ÑлиÑком много Ñомов Ñ
ÑанилиÑ"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "неизвеÑÑнÑй Ñип аÑÑенÑиÑикаÑии %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr "оÑказ запÑоÑенного Ñипа аÑÑенÑиÑикаÑии %s"
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "Ñип аÑÑенÑиÑикаÑии %d не поддеÑживаеÑÑÑ"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "оÑибка иниÑиализаÑии библиоÑеки SASL: %d (%s)"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "не ÑдалоÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ Ð°Ð´ÑÐµÑ ÑокеÑа %d (%s)"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "не ÑдалоÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ Ð°Ð´ÑÐµÑ Ñзла %d (%s)"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "ÐÑибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÐºÐ¾Ð½ÑекÑÑа клиенÑа SASL: %d (%s)"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr "недопÑÑÑимÑй ÑÐ°Ð·Ð¼ÐµÑ ÐºÐ»ÑÑа Ð´Ð»Ñ ÑеÑÑии TLS"
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "невозможно задаÑÑ Ð²Ð½ÐµÑний SSF %d (%s)"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "меÑ
анизм SASL %s не поддеÑживаеÑÑÑ ÑеÑвеÑом"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Ðе ÑдалоÑÑ Ð·Ð°Ð¿ÑÑÑиÑÑ ÑоглаÑование SASL: %d (%s)"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr "Ðе ÑдалоÑÑ ÑоздаÑÑ Ð´Ð°Ð½Ð½Ñе аÑÑенÑиÑикаÑии"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr "СлиÑком длинÑе даннÑе ÑоглаÑÐ¾Ð²Ð°Ð½Ð¸Ñ SASL: %d байÑ"
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "ÐÑибка запÑÑка домена %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr "ÐÑибка ÑбоÑа даннÑÑ
аÑÑенÑиÑикаÑии"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr "Ñбой xdr_remote_message_header"
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
#, fuzzy
msgid "xdr_u_int (length word)"
msgstr "xdr_int (длина Ñлова)"
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "невозможно ÑоÑ
ÑаниÑÑ Ð´Ð°Ð½Ð½Ñе домена"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "ÐÑибка ÑÑÐµÐ½Ð¸Ñ ÑокеÑа %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "Ñоединение ÑолÑко Ð´Ð»Ñ ÑÑениÑ"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "невозможно запиÑаÑÑ Ð¼ÐµÑаданнÑе"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "не ÑдалоÑÑ ÑоздаÑÑ '%s'"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "ÐÑибка ÑазÑÑÑÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
#, fuzzy
msgid "xdr_u_int (length word, reply)"
msgstr "xdr_int (длина Ñлова)"
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
#, fuzzy
msgid "packet received from server too small"
msgstr "Ñ ÑеÑвеÑа полÑÑен ÑлиÑком длиннÑй пакеÑ"
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr "Ñ ÑеÑвеÑа полÑÑен ÑлиÑком длиннÑй пакеÑ"
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr "оÑÐ²ÐµÑ ÑодеÑÐ¶Ð¸Ñ Ð½ÐµÐ²ÐµÑнÑй заголовок"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr "неизвеÑÑÐ½Ð°Ñ Ð¿ÑогÑамма (полÑÑено %x, ожидаеÑÑÑ %x)"
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr "неизвеÑÑÐ½Ð°Ñ Ð²ÐµÑÑÐ¸Ñ Ð¿ÑоÑокола (полÑÑено %x, ожидаеÑÑÑ %x)"
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr "неизвеÑÑÐ½Ð°Ñ Ð¿ÑоÑедÑÑа (полÑÑено %x, ожидаеÑÑÑ %x)"
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr "неизвеÑÑнÑй ÑÑаÑÑÑ (полÑÑен %x)"
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "Ñбой calloc"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "оÑибка пÑи ожидании командÑ: %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "не ÑдаеÑÑÑ Ð¾ÑкÑÑÑÑ Ñайл pid tty %s: %s"
+
+#: src/security_selinux.c:120
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr "не ÑдаеÑÑÑ Ð¿ÑоÑиÑаÑÑ Ñайл pid tty %s: %s"
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "не ÑдаеÑÑÑ Ð¾ÑкÑÑÑÑ Ñайл pid tty %s: %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "не ÑдаеÑÑÑ Ð¿ÑоÑиÑаÑÑ Ñайл pid tty %s: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "не ÑдаеÑÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ ÐºÐ¾Ð½ÑекÑÑ Ñайла %s: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, fuzzy, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr "ÑиÑло VCPU пÑевÑÑÐ°ÐµÑ Ð¼Ð°ÐºÑималÑно допÑÑÑимое знаÑение: %d > %d"
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "не ÑдаеÑÑÑ Ð¾ÑкÑÑÑÑ tty %s: %s\n"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "не ÑдаеÑÑÑ Ð¾ÑкÑÑÑÑ tty %s: %s\n"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3532,45 +4034,45 @@ msgstr "не ÑдаеÑÑÑ Ð½Ð°Ð¹Ñи ÐºÐ¾Ð½ÐµÑ Ñайла '%s':%s"
msgid "cannot read beginning of file '%s'"
msgstr "не ÑдаеÑÑÑ Ð½Ð°Ð¹Ñи ÐºÐ¾Ð½ÐµÑ Ñайла '%s':%s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "не ÑдаеÑÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ ÐºÐ¾Ð½ÑекÑÑ Ñайла %s: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "невозможно пÑоÑиÑаÑÑ ÐºÐ°Ñалог %s: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr "Ðе ÑдалоÑÑ Ð²ÑполниÑÑ ÐºÐ¾Ð¼Ð¿Ð¸Ð»ÑÑÐ¸Ñ regex %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "невозможно пÑоÑиÑаÑÑ fd"
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "оÑибка пÑи ожидании командÑ: %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr "команда не завеÑÑила ÑабоÑÑ ÐºÐ¾ÑÑекÑно"
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "оÑибка ÑÑениÑ: %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr "ненÑлевой ÑÑаÑÑÑ Ð²ÑÑ
ода ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ %d"
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "%s: не Ñеализовано\n"
@@ -3681,7 +4183,7 @@ msgid "cannot extend file '%s'"
msgstr "невозможно ÑаÑÑиÑиÑÑ Ñайл '%s': %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "невозможно пÑоÑиÑаÑÑ Ð¿ÑÑÑ '%s': %s"
@@ -3714,17 +4216,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "невозможно задаÑÑ Ð²Ð»Ð°Ð´ÐµÐ»ÑÑа Ñайлов '%s': %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "невозможно задаÑÑ Ñежим Ñайла '%s': %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "невозможно закÑÑÑÑ Ñайл '%s': %s"
@@ -3835,11 +4337,7 @@ msgstr "невозможно закÑÑÑÑ ÑÑÑÑойÑÑво %s"
msgid "cannot remove PV device '%s'"
msgstr "не ÑдаеÑÑÑ ÑдалиÑÑ ttyPidFile %s: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "невозможно найÑи ÑолÑко ÑÑо ÑозданнÑй Ñом '%s': %s"
@@ -3852,164 +4350,169 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr "невеÑно ÑÑоÑмиÑованнÑй ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ð²Ð»Ð°Ð´ÐµÐ»ÑÑа"
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr "невеÑно ÑÑоÑмиÑованнÑй ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ð³ÑÑппÑ"
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "неизвеÑÑнÑй коÑневой ÑлеменÑ"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "неизвеÑÑнÑй Ñип Ñома %d"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "оÑÑÑÑÑÑвÑÐµÑ ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ð¸Ð¼ÐµÐ½Ð¸"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr "не ÑдаеÑÑÑ ÑгенеÑиÑоваÑÑ UUID"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "неизвеÑÑнÑй Ñип auth '%s'"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸Ð¼Ñ Ñзла иÑÑоÑника"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "невозможно полÑÑиÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± иÑÑ
однÑÑ
ÑÑÑÑойÑÑваÑ
"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¿ÑÑÑ Ðº иÑÑ
Ð¾Ð´Ð½Ð¾Ð¼Ñ ÑÑÑÑойÑÑвÑ"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸ÑÑ
однÑй пÑÑÑ"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr "неизвеÑÑнÑй Ñип auth '%s'"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¿ÑÑÑ Ð½Ð°Ð·Ð½Ð°ÑениÑ"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "ÑоÑÐ¼Ð°Ñ Ð¿Ñла не поддеÑживаеÑÑÑ: %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr "неожидаемÑй Ñип пÑла"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr "оÑÑÑÑÑÑвÑÐµÑ ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ð²Ð»Ð°Ð´ÐµÐ»ÑÑа"
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ коÑневом ÑлеменÑе"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr "неизвеÑÑнÑй ÑÐ°Ð·Ð¼ÐµÑ ÑлеменÑов '%s'"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr "невеÑно ÑÑоÑмиÑованнÑй ÑÐ»ÐµÐ¼ÐµÐ½Ñ ÐµÐ¼ÐºÐ¾ÑÑи"
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr "знаÑение ÑлеменÑа емкоÑÑи ÑлиÑком болÑÑое"
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr "неизвеÑÑнÑй коÑневой ÑлеменÑ"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "оÑÑÑÑÑÑвÑÐµÑ ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ð¸Ð¼ÐµÐ½Ð¸"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "неизвеÑÑнÑй Ñип auth '%s'"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, fuzzy, c-format
msgid "unknown volume format number %d"
msgstr "ÑоÑÐ¼Ð°Ñ Ñома не поддеÑживаеÑÑÑ: %d"
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "не ÑдаеÑÑÑ ÑоздаÑÑ ÐºÐ°Ñалог конÑигÑÑаÑии %s: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "не ÑдаеÑÑÑ ÑобÑаÑÑ Ð¿ÑÑÑ Ðº ÑÐ°Ð¹Ð»Ñ ÐºÐ¾Ð½ÑигÑÑаÑии"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr "не ÑдаеÑÑÑ ÑоздаÑÑ Ð¿ÑÑÑ Ðº ÑÑÑлке авÑоÑÑаÑÑа"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr "не ÑдалоÑÑ ÑгенеÑиÑоваÑÑ XML"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "не ÑдаеÑÑÑ ÑоздаÑÑ Ñайл конÑигÑÑаÑии %s: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "не ÑдаеÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑÑ Ñайл конÑигÑÑаÑии %s: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "не ÑдаеÑÑÑ ÑоÑ
ÑаниÑÑ Ñайл конÑигÑÑаÑии %s: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "Ð½ÐµÑ Ñайла конÑигÑÑаÑии Ð´Ð»Ñ %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "не ÑдаеÑÑÑ ÑдалиÑÑ ÐºÐ¾Ð½ÑигÑÑаÑÐ¸Ñ Ð´Ð»Ñ %s"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr "Ð½ÐµÑ Ð¿Ñла Ñ ÑооÑвеÑÑÑвÑÑÑим UUID"
@@ -4017,17 +4520,17 @@ msgstr "Ð½ÐµÑ Ð¿Ñла Ñ ÑооÑвеÑÑÑвÑÑÑим UUID"
msgid "no pool with matching name"
msgstr "Ð½ÐµÑ Ð¿Ñла Ñ ÑовпадаÑÑим именем"
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr "пÑл Ñ
ÑÐ°Ð½Ð¸Ð»Ð¸Ñ Ñже ÑÑÑеÑÑвÑеÑ"
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr "Ð½ÐµÑ Ð¿Ñла Ñ
ÑÐ°Ð½Ð¸Ð»Ð¸Ñ Ñ ÑовпадаÑÑим UUID"
@@ -4035,61 +4538,61 @@ msgstr "Ð½ÐµÑ Ð¿Ñла Ñ
ÑÐ°Ð½Ð¸Ð»Ð¸Ñ Ñ ÑовпадаÑÑим UUID"
msgid "pool is still active"
msgstr "пÑл вÑе еÑе акÑивен"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr "пÑл Ñже акÑивен"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr "пÑл Ñ
ÑÐ°Ð½Ð¸Ð»Ð¸Ñ Ñже акÑивен"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr "пÑл Ñ
ÑÐ°Ð½Ð¸Ð»Ð¸Ñ Ð½Ðµ акÑивен"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr "пÑл Ñ
ÑÐ°Ð½Ð¸Ð»Ð¸Ñ Ð²Ñе еÑе акÑивен"
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr "пÑл не поддеÑÐ¶Ð¸Ð²Ð°ÐµÑ Ñдаление Ñомов"
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "пÑл не вклÑÑÐ°ÐµÑ Ñайл конÑигÑÑаÑии"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr "Ð½ÐµÑ Ñома Ñ
ÑанилиÑа Ñ ÑовпадаÑÑим именем"
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr "не Ñома Ñ
ÑанилиÑа Ñ ÑовпадаÑÑим клÑÑом"
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr "не Ñома Ñ
ÑанилиÑа Ñ ÑовпадаÑÑим пÑÑем"
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "полÑÑение вÑемени днÑ"
@@ -4146,155 +4649,155 @@ msgstr "ÑпиÑок доменов Ñзла"
msgid "resolving domain filename"
msgstr "ÑазÑеÑение имени Ñайла домена"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "ÑпиÑок доменов Ñзла"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "ÑазÑеÑение имени Ñайла ÑеÑи"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "ÑпиÑок доменов Ñзла"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "ÑазÑеÑение имени Ñайла домена"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: ÑкажиÑе пÑÑÑ Ð¸Ð»Ð¸ иÑполÑзÑйÑе test:///default"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "невозможно закÑÑÑÑ Ñайл '%s': %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "домен не найден"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "домен не вÑполнÑеÑÑÑ"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "невозможно вÑделиÑÑ Ð¼ÐµÑÑо Ð´Ð»Ñ Ð¼ÐµÑаданнÑÑ
"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "ÑоÑ
ÑаниÑÑ ÑÑаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ð° в Ñайл"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "ÑоÑ
ÑаниÑÑ ÑÑаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ð° в Ñайл"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "невозможно пÑоÑиÑаÑÑ Ð¾Ð±Ñаз домена"
-#: src/test.c:1295
+#: src/test.c:1292
#, fuzzy, c-format
msgid "incomplete save header in '%s'"
msgstr "незавеÑÑеннÑй заголовок"
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "оÑибка ÑÑÐµÐ½Ð¸Ñ Ð´Ð»Ð¸Ð½Ñ Ð¼ÐµÑаданнÑÑ
"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr "длина меÑаданнÑÑ
вÑÑ
Ð¾Ð´Ð¸Ñ Ð·Ð° пÑÐµÐ´ÐµÐ»Ñ Ð´Ð¸Ð°Ð¿Ð°Ð·Ð¾Ð½Ð°"
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "незавеÑÑеннÑе меÑаданнÑе"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Ðамп домена %s ÑоÑ
Ñанен в %s\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "оÑибка запиÑи Ñайла конÑигÑÑаÑии"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Ðамп домена %s ÑоÑ
Ñанен в %s\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr "Ðиапазон пÑевÑÑÐ°ÐµÑ ÑиÑло доÑÑÑпнÑÑ
ÑÑеек"
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Ðомен Ñже ÑабоÑаеÑ"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Ðомен вÑе еÑе ÑабоÑаеÑ"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "СеÑÑ ÐµÑе ÑабоÑаеÑ"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "СеÑÑ Ñже ÑабоÑаеÑ"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "пÑл Ñ
ÑÐ°Ð½Ð¸Ð»Ð¸Ñ Ñже акÑивен"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "пÑл Ñ
ÑÐ°Ð½Ð¸Ð»Ð¸Ñ Ð½Ðµ акÑивен"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "Ð½ÐµÑ Ñома Ñ
ÑанилиÑа Ñ ÑовпадаÑÑим именем"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "не Ñома Ñ
ÑанилиÑа Ñ ÑовпадаÑÑим клÑÑом"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "не Ñома Ñ
ÑанилиÑа Ñ ÑовпадаÑÑим пÑÑем"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4309,155 +4812,160 @@ msgstr "не ÑдалоÑÑ Ð²ÑделиÑÑ Ð¼ÐµÑÑо Ð´Ð»Ñ ÑимволÑн
msgid "unsupported chr device type %d"
msgstr "неподдеÑживаемÑй Ñип ÑÑÑÑойÑÑва ввода: %s"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "Ðе ÑдалоÑÑ ÑÑÑановиÑÑ Ñлаг Ñайлового деÑкÑипÑоÑа close-on-exec"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "не ÑдаеÑÑÑ Ð¸Ð½Ð¸ÑиализиÑоваÑÑ Ð¿Ð¾Ð´Ð´ÐµÑÐ¶ÐºÑ Ð¼Ð¾ÑÑа: %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Ðе ÑдалоÑÑ ÑоздаÑÑ ÐºÐ°Ñалог %s : %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "qemudStartup: недоÑÑаÑоÑно памÑÑи"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "не ÑдалоÑÑ ÑоздаÑÑ Ñайл жÑÑнала %s: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "невозможно оÑкÑÑÑÑ %s: %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "невозможно найÑи ÑеÑÑиÑ"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "невозможно задаÑÑ Ñежим Ñайла '%s': %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "невозможно пÑоÑиÑаÑÑ %s: %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "невозможно пÑоÑиÑаÑÑ ÐºÐ°Ñалог %s: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Ðе ÑдаеÑÑÑ Ð½Ð°Ð¹Ñи бинаÑнÑй ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÐµÐ½Ñ QEMU %s: %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "оÑибка пÑи ожидании командÑ: %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "ÐолÑÑено неожиданное знаÑение PID"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "невозможно пÑоÑиÑаÑÑ %s: %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "нелÑÐ·Ñ ÑдалиÑÑ Ð°ÐºÑивнÑй домен"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "невозможно пÑоÑиÑаÑÑ %s: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "невозможно закÑÑÑÑ Ñайл '%s': %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "невозможно ÑоздаÑÑ ÐºÐ°Ð½Ð°Ð»: %s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Ðе ÑдалоÑÑ ÑоздаÑÑ ÐºÐ°Ð½Ð°Ð»: %s"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "невозможно оÑделиÑÑ Ð´Ð¾ÑеÑний пÑоÑеÑÑ: %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "невозможно ÑдалиÑÑ ÑвÑÐ·Ñ Ñ Ñайлом '%s': %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "невозможно оÑиÑÑиÑÑ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²Ð¾Ðº ÑÑÑÑойÑÑва %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "невозможно ÑоздаÑÑ ÐºÐ°Ñалог авÑозапÑÑка %s: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ Ñипа гипеÑвизоÑа"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ Ñипа гипеÑвизоÑа"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ Ñипа гипеÑвизоÑа"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "невозможно ÑаÑÑиÑиÑÑ Ñайл '%s': %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "оÑибка ÑÑениÑ: %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Ðе найдена запиÑÑ Ð¿Ð¾Ð»ÑзоваÑÐµÐ»Ñ Ð´Ð»Ñ uid '%d': %s"
@@ -4469,19 +4977,24 @@ msgstr ""
"ÐозвÑÐ°Ñ Ðº иÑполÑÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ñевдо-ÑлÑÑайного UUID, Ñак как не ÑдалоÑÑ "
"ÑгенеÑиÑоваÑÑ Ð±Ð°Ð¹ÑÑ ÑлÑÑайнÑм обÑазом: %s"
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "ÐеизвеÑÑÐ½Ð°Ñ Ð¾Ñибка"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "помоÑÑ Ð¿ÐµÑаÑи"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "РаÑпеÑаÑÑÐ²Ð°ÐµÑ Ð¾Ð±ÑÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¿Ð¾Ð¼Ð¾Ñи или помоÑÑ Ð´Ð»Ñ Ð¾ÑделÑнÑÑ
команд."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "Ð¸Ð¼Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4489,2049 +5002,2117 @@ msgstr ""
"ÐомандÑ:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "авÑозапÑÑк домена"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "ÐаÑÑÑоиÑÑ Ð´Ð¾Ð¼ÐµÐ½ на авÑомаÑиÑеÑкий запÑÑк пÑи загÑÑзке."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "Ð¸Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°, id или uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "оÑклÑÑиÑÑ Ð°Ð²ÑозапÑÑк"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "ÐÑибка оÑмеÑки домена %s как авÑозапÑÑкаемого"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "ÐÑибка оÑмеÑки домена %s как авÑозапÑÑкаемого"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Ðомен %s помеÑен как авÑозапÑÑкаемÑй\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Ðомен %s оÑмеÑен как не запÑÑкаемÑй авÑомаÑиÑеÑки\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(пеÑе)подклÑÑиÑÑÑÑ Ðº гипеÑвизоÑÑ"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"ÐодклÑÑиÑÑÑÑ Ðº локалÑÐ½Ð¾Ð¼Ñ Ð³Ð¸Ð¿ÐµÑвизоÑÑ. ÐÑа вÑÑÑÐ¾ÐµÐ½Ð½Ð°Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð° акÑивна поÑле "
"ÑÑаÑÑа оболоÑки."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "URI ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ð³Ð¸Ð¿ÐµÑвизоÑа"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "Ñоединение ÑолÑко Ð´Ð»Ñ ÑÑениÑ"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "ÐÑибка оÑклÑÑÐµÐ½Ð¸Ñ Ð¾Ñ Ð³Ð¸Ð¿ÐµÑвизоÑа"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "ÐÑибка подклÑÑÐµÐ½Ð¸Ñ Ðº гипеÑвизоÑÑ"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "подклÑÑиÑÑÑÑ Ðº гоÑÑевой конÑоли"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "ÐодклÑÑиÑÑÑÑ Ðº поÑледоваÑелÑной ÑиÑÑÑалÑной конÑоли в каÑеÑÑве гоÑÑÑ"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "ÐонÑÐ¾Ð»Ñ Ð½ÐµÐ´Ð¾ÑÑÑпна Ð´Ð»Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "на ÑÑой плаÑÑоÑме конÑÐ¾Ð»Ñ Ð½Ðµ Ñеализована"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "пÑоÑмоÑÑ Ð´Ð¾Ð¼ÐµÐ½Ð¾Ð²"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "ÐозвÑаÑÐ°ÐµÑ ÑпиÑок доменов."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "пÑоÑмоÑÑ Ð½ÐµÐ°ÐºÑивнÑÑ
доменов"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "пÑоÑмоÑÑ Ð½ÐµÐ°ÐºÑивнÑÑ
и акÑивнÑÑ
доменов"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "ÐÑибка оÑобÑÐ°Ð¶ÐµÐ½Ð¸Ñ ÑпиÑка акÑивнÑÑ
доменов"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "ÐÑибка оÑобÑÐ°Ð¶ÐµÐ½Ð¸Ñ ÑпиÑка неакÑивнÑÑ
доменов"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "ID"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "ÐмÑ"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "СÑаÑÑÑ"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "Ð½ÐµÑ ÑÑаÑÑÑа"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "ÑÑаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ð°"
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr "ÐозвÑаÑÐ°ÐµÑ ÑоÑÑоÑние домена."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "полÑÑиÑÑ ÑÑаÑиÑÑÐ¸ÐºÑ Ð±Ð»Ð¾ÐºÐ° ÑÑÑÑойÑÑв Ð´Ð»Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "ÐолÑÑиÑÑ ÑÑаÑиÑÑÐ¸ÐºÑ Ð±Ð»Ð¾ÐºÐ° ÑÑÑÑойÑÑв Ð´Ð»Ñ Ð²ÑполнÑÑÑегоÑÑ Ð´Ð¾Ð¼ÐµÐ½Ð°."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "блоÑное ÑÑÑÑойÑÑво"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "Ðе ÑдалоÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ ÑÑаÑиÑÑÐ¸ÐºÑ Ð±Ð»Ð¾Ñного ÑÑÑÑойÑÑва %s %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "полÑÑииÑÑ ÑÑаÑиÑÑÐ¸ÐºÑ ÑеÑевого инÑеÑÑейÑа Ð´Ð»Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "ÐолÑÑиÑÑ ÑÑаÑиÑÑÐ¸ÐºÑ ÑеÑевого инÑеÑÑейÑа Ð´Ð»Ñ Ð²ÑполнÑÑÑегоÑÑ Ð´Ð¾Ð¼ÐµÐ½Ð°."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "ÑÑÑÑойÑÑво инÑеÑÑейÑа"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "Ðе ÑдалоÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ ÑÑаÑиÑÑÐ¸ÐºÑ Ð¸Ð½ÑеÑÑейÑа %s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "пеÑевеÑÑи домен в ÑоÑÑоÑние ожиданиÑ"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "ÐеÑевеÑÑи вÑполнÑÑÑийÑÑ Ð´Ð¾Ð¼ÐµÐ½ в ÑоÑÑоÑние ожиданиÑ."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Ðомен %s пеÑеведен в ÑоÑÑоÑние Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ \n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "ÐÑибка пÑи пеÑеведении домена %s в ÑоÑÑоÑние ожиданиÑ"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "ÑоздаÑÑ Ð´Ð¾Ð¼ÐµÐ½ из Ñайла XML"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "СоздаÑÑ Ð´Ð¾Ð¼ÐµÐ½."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "Ñайл, ÑодеÑжаÑий XML опиÑание домена"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Ðомен %s Ñоздан из %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "ÐÑибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° из %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "опÑеделиÑÑ (но не запÑÑкаÑÑ) домен из Ñайла XML"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "ÐпÑеделиÑÑ Ð´Ð¾Ð¼ÐµÐ½."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Ðомен %s опÑеделен на оÑнове %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "ÐÑибка опÑÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° на оÑнове %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "оÑмениÑÑ Ð¾Ð¿Ñеделение неакÑивного домена"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "ÐÑмениÑÑ Ð½Ð°Ð·Ð½Ð°Ñение конÑигÑÑаÑии Ð´Ð»Ñ Ð½ÐµÐ°ÐºÑивного домена."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "Ð¸Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° или uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "ÐонÑигÑÑаÑÐ¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s оÑменена\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "ÐÑибка оÑÐ¼ÐµÐ½Ñ ÐºÐ¾Ð½ÑигÑÑаÑии домена %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "запÑÑÑиÑÑ Ñанее опÑеделеннÑй неакÑивнÑй домен"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "ÐапÑÑк домена."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "Ð¸Ð¼Ñ Ð½ÐµÐ°ÐºÑивного домена"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Ðомен Ñже акÑивен"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Ðомен %s запÑÑен\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "ÐÑибка запÑÑка домена %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "ÑоÑ
ÑаниÑÑ ÑÑаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ð° в Ñайл"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "СоÑ
ÑаниÑÑ Ð²ÑполнÑÑÑийÑÑ Ð´Ð¾Ð¼ÐµÐ½."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "где ÑоÑ
ÑаниÑÑ"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Ðомен %s ÑоÑ
Ñанен в %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "ÐÑибка ÑоÑ
ÑÐ°Ð½ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s в %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "пÑоÑмоÑÑеÑÑ/ ÑÑÑановиÑÑ Ð¿Ð°ÑамеÑÑÑ Ð¿Ð»Ð°Ð½Ð¸ÑовÑика"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "вÑделиÑÑ Ð¼Ð°ÑÑив Ð´Ð»Ñ Ð·Ð½Ð°Ñений"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
#, fuzzy
msgid "Invalid value of weight"
msgstr "ÐекоÑÑекÑное знаÑение Ð´Ð»Ñ Ð¾Ð±Ñема памÑÑи (%d)"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
#, fuzzy
msgid "Invalid value of cap"
msgstr "ÐекоÑÑекÑное знаÑение Ð´Ð»Ñ Ð¾Ð±Ñема памÑÑи (%d)"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "ÐекоÑÑекÑное знаÑение Ð´Ð»Ñ Ð¾Ð±Ñема памÑÑи (%d)"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "неизвеÑÑнÑй Ñзел"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "воÑÑÑановиÑÑ Ð´Ð¾Ð¼ÐµÐ½ из ÑоÑ
Ñаненного Ñайла ÑÑаÑÑÑа"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "ÐоÑÑÑановиÑÑ Ð´Ð¾Ð¼ÐµÐ½."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "воÑÑÑанавливаемÑй ÑÑаÑÑÑ"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Ðомен воÑÑÑановлен из %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "ÐÑибка воÑÑÑÐ°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° из %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "вÑполниÑÑ Ð´Ð°Ð¼Ð¿ ÑдÑа домена в Ñайл Ð´Ð»Ñ Ð°Ð½Ð°Ð»Ð¸Ð·Ð°"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Ðамп ÑдÑа домена."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "где ÑоÑ
ÑаниÑÑ Ð´Ð°Ð¼Ð¿ ÑдÑа"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Ðамп домена %s ÑоÑ
Ñанен в %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "ÐÑибка ÑоÑ
ÑÐ°Ð½ÐµÐ½Ð¸Ñ Ð´Ð°Ð¼Ð¿Ð° домена %s в %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "возобновиÑÑ Ð´Ð¾Ð¼ÐµÐ½"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "ÐозобновиÑÑ ÑабоÑÑ Ñанее пÑиоÑÑановленного домена."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "ÐÑполнение домена %s возобновлено\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "ÐÑибка Ð²Ð¾Ð·Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ ÑабоÑÑ Ð´Ð¾Ð¼ÐµÐ½Ð° %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "коÑекÑно оÑклÑÑиÑÑ Ð´Ð¾Ð¼ÐµÐ½"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "ÐÑполниÑÑ Ð¾ÑклÑÑение Ñелевого домена."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "ÐÑклÑÑение домена %s\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "ÐÑибка оÑклÑÑÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "пеÑезагÑÑзиÑÑ Ð´Ð¾Ð¼ÐµÐ½"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "ÐÑполниÑÑ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ reboot Ñелевого домена."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "ÐеÑезагÑÑзка домена %s\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "ÐÑибка пеÑезагÑÑзки домена %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "ÑазÑÑÑиÑÑ Ð´Ð¾Ð¼ÐµÐ½"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "РазÑÑÑиÑÑ Ð·Ð°Ð´Ð°Ð½Ð½Ñй домен."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Ðомен %s ÑазÑÑÑен\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "ÐÑибка ÑазÑÑÑÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "инÑоÑмаÑÐ¸Ñ Ð¾ домене"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "ÐозвÑаÑÐ°ÐµÑ Ð¾ÑновнÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ домене."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "ID:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "ÐмÑ:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "Тип ÐС:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "СÑаÑÑÑ:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU:"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "ÐÑÐµÐ¼Ñ CPU:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "ÐакÑ.памÑÑÑ:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "без огÑаниÑений"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "ÐанÑÑо памÑÑи:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "ÐвÑозапÑÑк"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "ÐанÑÑо памÑÑи:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "ЯÑейки NUMA:"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "даннÑе vcpu домена"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "ÐозвÑаÑÐ°ÐµÑ Ð¾ÑновнÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ виÑÑÑалÑнÑÑ
пÑоÑеÑÑоÑаÑ
домена."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "ÐÑивÑзка CPU:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "конÑÑолиÑÑÐµÑ Ð¿ÑинадлежноÑÑÑ Ð·Ð°Ð´Ð°Ñ Ð²Ð¸ÑÑÑалÑнÑм пÑоÑеÑÑоÑам домена"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "СопоÑÑавиÑÑ VCPU домена ÑизиÑеÑким CPU."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "ÑиÑло vcpu"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "номеÑа cpu Ñ
оÑÑа (ÑазделеннÑе запÑÑой)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ Ð´Ð°Ð½Ð½ÑÑ
Ñзла"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "ФизиÑеÑкий пÑоÑеÑÑÐ¾Ñ %d не ÑÑÑеÑÑвÑеÑ."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "измениÑÑ ÑиÑло виÑÑÑалÑнÑÑ
пÑоÑеÑÑоÑов"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "ÐзмениÑÑ ÑиÑло виÑÑÑалÑнÑÑ
пÑоÑеÑÑоÑов, акÑивнÑÑ
в гоÑÑевом домене."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "ÑиÑло виÑÑÑалÑнÑÑ
пÑоÑеÑÑоÑов"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "ÑиÑло виÑÑÑалÑнÑÑ
пÑоÑеÑÑоÑов"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "СлиÑком много виÑÑÑалÑнÑÑ
пÑоÑеÑÑоÑов."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "измениÑÑ Ð²Ñделение памÑÑи"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "ÐзмениÑÑ ÑаÑпÑеделение памÑÑи в гоÑÑевом домене."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "колиÑеÑÑво ÐºÐ¸Ð»Ð¾Ð±Ð°Ð¹Ñ Ð¿Ð°Ð¼ÑÑи"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "ÐекоÑÑекÑное знаÑение Ð´Ð»Ñ Ð¾Ð±Ñема памÑÑи (%d)"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "измениÑÑ Ð¼Ð°ÐºÑималÑнÑй Ð»Ð¸Ð¼Ð¸Ñ Ð¿Ð°Ð¼ÑÑи"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr ""
"ÐзмениÑÑ Ð¼Ð°ÐºÑималÑно допÑÑÑимÑй Ð»Ð¸Ð¼Ð¸Ñ Ð²ÑделÑемой памÑÑи в гоÑÑевом домене."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "макÑималÑнÑй Ð»Ð¸Ð¼Ð¸Ñ Ð¿Ð°Ð¼ÑÑи в килобайÑаÑ
"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "ÑекÑÑÐ°Ñ Ð¿Ð°Ð¼ÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ð°"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "инÑоÑмаÑÐ¸Ñ Ð¾Ð± Ñзле"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "ÐозвÑаÑÐ°ÐµÑ Ð¾Ð±ÑÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± Ñзле."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ Ð´Ð°Ð½Ð½ÑÑ
Ñзла"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "ÐÐ¾Ð´ÐµÐ»Ñ CPU:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "ЧаÑÑоÑа CPU:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "СокеÑ(Ñ) CPU:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Ð¯Ð´ÐµÑ Ð½Ð° ÑокеÑ:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "ÐоÑоков на ÑдÑо:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "ЯÑейки NUMA:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "ÐбÑем памÑÑи:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "возможноÑÑи"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "ÐозвÑаÑÐ°ÐµÑ Ð²Ð¾Ð·Ð¼Ð¾Ð¶Ð½Ð¾ÑÑи гипеÑвизоÑа/дÑайвеÑа."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "оÑибка запÑоÑа возможноÑÑей"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "инÑоÑмаÑÐ¸Ñ Ð¾ домене в XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "ÐÑвод инÑоÑмаÑии о домене в виде XML или на stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "пÑоÑмоÑÑ Ð½ÐµÐ°ÐºÑивнÑÑ
доменов"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "пÑеобÑазоваÑÑ ID домена или UUID в Ð¸Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "ID домена или UUID"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "пÑеобÑазоваÑÑ Ð¸Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° или UUID в ID домена"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "пÑеобÑазоваÑÑ Ð¸Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° или ID в UUID домена"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "ID домена или имÑ"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ UUID домена"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
#, fuzzy
msgid "live migration"
msgstr "инÑоÑмаÑÐ¸Ñ Ð¾Ð± Ñзле"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
#, fuzzy
msgid "connection URI of the destination host"
msgstr "подклÑÑиÑÑÑÑ Ðº гоÑÑевой конÑоли"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "авÑозапÑÑк ÑеÑи"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "ÐаÑÑÑоиÑÑ ÑеÑÑ Ð½Ð° авÑомаÑиÑеÑкий запÑÑк пÑи загÑÑзке."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "Ð¸Ð¼Ñ ÑеÑи или uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "оÑибка оÑмеÑки ÑеÑи %s как авÑозапÑÑкаемой"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "оÑибка оÑмеÑки ÑеÑи %s как не запÑÑкаемой авÑомаÑиÑеÑки"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "СеÑÑ %s помеÑена как авÑозапÑÑкаемаÑ\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "СеÑÑ %s помеÑена как не запÑÑÐºÐ°ÐµÐ¼Ð°Ñ Ð°Ð²ÑомаÑиÑеÑки\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "ÑоздаÑÑ ÑеÑÑ Ð¸Ð· Ñайла XML"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "СоздаÑÑ ÑеÑÑ."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "Ñайл, ÑодеÑжаÑий XML опиÑание ÑеÑи"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "СеÑÑ %s Ñоздана из %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "ÐÑибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÑеÑи из %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "опÑеделиÑÑ (но не запÑÑкаÑÑ) ÑеÑÑ Ð¸Ð· Ñайла XML"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "ÐпÑеделиÑÑ ÑеÑÑ."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "СеÑÑ %s опÑеделена на оÑнове %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "ÐÑибка опÑÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ ÑеÑи на оÑнове %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "ÑазÑÑÑиÑÑ ÑеÑÑ"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "РазÑÑÑиÑÑ Ð´Ð°Ð½Ð½ÑÑ ÑеÑÑ."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "Ð¸Ð¼Ñ ÑеÑи, id или uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "СеÑÑ %s ÑазÑÑÑена\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "ÐÑибка ÑазÑÑÑÐµÐ½Ð¸Ñ ÑеÑи %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "инÑоÑмаÑÐ¸Ñ Ð¾ ÑеÑи в XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "ÐÑвод инÑоÑмаÑии о ÑеÑи в виде XML на stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "пÑоÑмоÑÑ ÑеÑей"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "ÐозвÑаÑÐ°ÐµÑ ÑпиÑок ÑеÑей."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "пÑоÑмоÑÑ Ð½ÐµÐ°ÐºÑивнÑÑ
ÑеÑей"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "пÑоÑмоÑÑ Ð½ÐµÐ°ÐºÑивнÑÑ
и акÑивнÑÑ
ÑеÑей"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "ÐÑибка оÑобÑÐ°Ð¶ÐµÐ½Ð¸Ñ ÑпиÑка акÑивнÑÑ
ÑеÑей"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "ÐÑибка оÑобÑÐ°Ð¶ÐµÐ½Ð¸Ñ ÑпиÑка неакÑивнÑÑ
ÑеÑей"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "ÐвÑозапÑÑк"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "без авÑозапÑÑка"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "акÑивно"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "неакÑивен(-на)"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "пÑеобÑазоваÑÑ UUID в ÑеÑевое имÑ"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "uuid ÑеÑи"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "запÑÑÑиÑÑ Ñанее опÑеделеннÑÑ Ð½ÐµÐ°ÐºÑивнÑÑ ÑеÑÑ"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "ÐапÑÑк ÑеÑи."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "Ð¸Ð¼Ñ Ð½ÐµÐ°ÐºÑивной ÑеÑи"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "СеÑÑ %s запÑÑена\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "ÐÑибка запÑÑка ÑеÑи %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "оÑмениÑÑ Ð¾Ð¿Ñеделение неакÑивной ÑеÑи"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "ÐÑмениÑÑ Ð½Ð°Ð·Ð½Ð°Ñение конÑигÑÑаÑии Ð´Ð»Ñ Ð½ÐµÐ°ÐºÑивной ÑеÑи."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "ÐонÑигÑÑаÑÐ¸Ñ ÑеÑи %s оÑменена\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "ÐÑибка оÑÐ¼ÐµÐ½Ñ ÐºÐ¾Ð½ÑигÑÑаÑии ÑеÑи %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "пÑеобÑазоваÑÑ Ð¸Ð¼Ñ ÑеÑи в UUID ÑеÑи"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "Ð¸Ð¼Ñ ÑеÑи"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ UUID ÑеÑи"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "авÑозапÑÑк домена"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
#, fuzzy
msgid "Configure a pool to be automatically started at boot."
msgstr "ÐаÑÑÑоиÑÑ Ð´Ð¾Ð¼ÐµÐ½ на авÑомаÑиÑеÑкий запÑÑк пÑи загÑÑзке."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "Ð¸Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° или uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "оÑибка оÑмеÑки ÑеÑи %s как авÑозапÑÑкаемой"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "оÑибка оÑмеÑки ÑеÑи %s как не запÑÑкаемой авÑомаÑиÑеÑки"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Ðомен %s помеÑен как авÑозапÑÑкаемÑй\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Ðомен %s оÑмеÑен как не запÑÑкаемÑй авÑомаÑиÑеÑки\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "ÑоздаÑÑ Ð´Ð¾Ð¼ÐµÐ½ из Ñайла XML"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "СоздаÑÑ Ð´Ð¾Ð¼ÐµÐ½."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "Ñайл, ÑодеÑжаÑий XML опиÑание домена"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Ðомен %s Ñоздан из %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "ÐÑибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° из %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "Ð¸Ð¼Ñ Ð½ÐµÐ°ÐºÑивного домена"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "оÑибка вÑÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ñзла"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "ÑоздаÑÑ Ð´Ð¾Ð¼ÐµÐ½ из Ñайла XML"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Ðомен %s Ñоздан из %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "ÐÑибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° из %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "опÑеделиÑÑ (но не запÑÑкаÑÑ) домен из Ñайла XML"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "ÐпÑеделиÑÑ Ð´Ð¾Ð¼ÐµÐ½."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Ðомен %s опÑеделен на оÑнове %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "ÐÑибка опÑÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° на оÑнове %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Ðомен %s опÑеделен на оÑнове %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "ÐÑибка оÑÐ¼ÐµÐ½Ñ ÐºÐ¾Ð½ÑигÑÑаÑии домена %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Ðомен %s ÑазÑÑÑен\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "ÐÑибка пÑи пеÑеведении домена %s в ÑоÑÑоÑние ожиданиÑ"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "ÑазÑÑÑиÑÑ Ð´Ð¾Ð¼ÐµÐ½"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "РазÑÑÑиÑÑ Ð·Ð°Ð´Ð°Ð½Ð½Ñй домен."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Ðомен %s ÑазÑÑÑен\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "ÐÑибка ÑазÑÑÑÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "РазÑÑÑиÑÑ Ð·Ð°Ð´Ð°Ð½Ð½Ñй домен."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Ðомен %s ÑазÑÑÑен\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "ÐÑибка ÑазÑÑÑÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "ÐÑполнение домена %s возобновлено\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "ÐÑибка Ð²Ð¾Ð·Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ ÑабоÑÑ Ð´Ð¾Ð¼ÐµÐ½Ð° %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "инÑоÑмаÑÐ¸Ñ Ð¾ домене в XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "ÐÑвод инÑоÑмаÑии о домене в виде XML или на stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "пÑоÑмоÑÑ Ð´Ð¾Ð¼ÐµÐ½Ð¾Ð²"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "ÐозвÑаÑÐ°ÐµÑ ÑпиÑок доменов."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "пÑоÑмоÑÑ Ð½ÐµÐ°ÐºÑивнÑÑ
доменов"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "пÑоÑмоÑÑ Ð½ÐµÐ°ÐºÑивнÑÑ
и акÑивнÑÑ
доменов"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "ÐÑибка оÑобÑÐ°Ð¶ÐµÐ½Ð¸Ñ ÑпиÑка акÑивнÑÑ
доменов"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "ÐÑибка оÑобÑÐ°Ð¶ÐµÐ½Ð¸Ñ ÑпиÑка неакÑивнÑÑ
доменов"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "непÑавилÑнÑй ÑказаÑÐµÐ»Ñ ÑеÑи в %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "полÑÑено ÑлиÑком много пÑлов Ñ
ÑанилиÑ"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "недоÑÑаÑоÑно памÑÑи"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "ÐÑибка оÑÐ¼ÐµÐ½Ñ ÐºÐ¾Ð½ÑигÑÑаÑии домена %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "полÑÑено ÑлиÑком много пÑлов Ñ
ÑанилиÑ"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "инÑоÑмаÑÐ¸Ñ Ð¾Ð± Ñзле"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "ÐозвÑаÑÐ°ÐµÑ Ð¾Ð±ÑÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± Ñзле."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "вÑполнение"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "вÑделение домена"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "пÑеобÑазоваÑÑ UUID в ÑеÑевое имÑ"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "uuid домена"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "запÑÑÑиÑÑ Ñанее опÑеделеннÑй неакÑивнÑй домен"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "ÐапÑÑк домена."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "Ð¸Ð¼Ñ Ð½ÐµÐ°ÐºÑивного домена"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Ðомен %s запÑÑен\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "ÐÑибка запÑÑка домена %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "ÑоздаÑÑ Ð´Ð¾Ð¼ÐµÐ½ из Ñайла XML"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "СоздаÑÑ Ð´Ð¾Ð¼ÐµÐ½."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "Ð¸Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "Ð¸Ð¼Ñ Ð½ÐµÐ°ÐºÑивного домена"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Ðомен %s Ñоздан из %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "ÐÑибка ÑÑÐµÐ½Ð¸Ñ ÑокеÑа %d\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "оÑмениÑÑ Ð¾Ð¿Ñеделение неакÑивного домена"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "ÐÑмениÑÑ Ð½Ð°Ð·Ð½Ð°Ñение конÑигÑÑаÑии Ð´Ð»Ñ Ð½ÐµÐ°ÐºÑивного домена."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "ÐонÑигÑÑаÑÐ¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s оÑменена\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "ÐÑибка оÑÐ¼ÐµÐ½Ñ ÐºÐ¾Ð½ÑигÑÑаÑии домена %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "пÑеобÑазоваÑÑ Ð¸Ð¼Ñ ÑеÑи в UUID ÑеÑи"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ UUID домена"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "ÑоздаÑÑ Ð´Ð¾Ð¼ÐµÐ½ из Ñайла XML"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "Ñайл, ÑодеÑжаÑий XML опиÑание домена"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Ðомен %s Ñоздан из %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "ÐÑибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° из %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "РазÑÑÑиÑÑ Ð·Ð°Ð´Ð°Ð½Ð½Ñй домен."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Ðомен %s ÑазÑÑÑен\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "ÐÑибка ÑазÑÑÑÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "инÑоÑмаÑÐ¸Ñ Ð¾Ð± Ñзле"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "ÐозвÑаÑÐ°ÐµÑ Ð¾Ð±ÑÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± Ñзле."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "Тип ÐС:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "заблокиÑован"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "инÑоÑмаÑÐ¸Ñ Ð¾ домене в XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "ÐÑвод инÑоÑмаÑии о домене в виде XML или на stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "пÑоÑмоÑÑ Ð´Ð¾Ð¼ÐµÐ½Ð¾Ð²"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "ÐозвÑаÑÐ°ÐµÑ ÑпиÑок доменов."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "ÐÑибка оÑобÑÐ°Ð¶ÐµÐ½Ð¸Ñ ÑпиÑка акÑивнÑÑ
доменов"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "пÑеобÑазоваÑÑ UUID в ÑеÑевое имÑ"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "пÑеобÑазоваÑÑ UUID в ÑеÑевое имÑ"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "uuid домена"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "пÑеобÑазоваÑÑ UUID в ÑеÑевое имÑ"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "показаÑÑ Ð²ÐµÑÑиÑ"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "ÐÑобÑазиÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ веÑÑии ÑиÑÑемÑ"
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ Ñипа гипеÑвизоÑа"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "ÐÑполнена компилÑÑÐ¸Ñ Ð½Ð° базе библиоÑеки: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ Ð²ÐµÑÑии библиоÑеки"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "ÐÑполÑзÑеÑÑÑ Ð±Ð¸Ð±Ð»Ð¸Ð¾Ñека: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "ÐÑполÑзÑеÑÑÑ API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ Ð²ÐµÑÑии гипеÑвизоÑа"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Ðевозможно извлеÑÑ Ð²ÐµÑÑÐ¸Ñ Ð³Ð¸Ð¿ÐµÑвизоÑа, вÑполнÑÑÑего %s\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "ÐÑполнÑеÑÑÑ Ð³Ð¸Ð¿ÐµÑвизоÑ: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "на ÑÑом Ñзле NUMA не поддеÑживаеÑÑÑ"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "возможноÑÑи"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "ÐÑибка подклÑÑÐµÐ½Ð¸Ñ Ðº гипеÑвизоÑÑ"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "ÐÑибка оÑобÑÐ°Ð¶ÐµÐ½Ð¸Ñ ÑпиÑка неакÑивнÑÑ
доменов"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "ÐÑвод инÑоÑмаÑии о домене в виде XML или на stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "ÑÑÑÑойÑÑво"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Ðомен %s ÑазÑÑÑен\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "ÐÑибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° из %s"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "ÐÑибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° из %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "ÐÑибка оÑобÑÐ°Ð¶ÐµÐ½Ð¸Ñ ÑпиÑка неакÑивнÑÑ
доменов"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "ÐолÑÑиÑÑ ÑÑаÑиÑÑÐ¸ÐºÑ Ð±Ð»Ð¾ÐºÐ° ÑÑÑÑойÑÑв Ð´Ð»Ñ Ð²ÑполнÑÑÑегоÑÑ Ð´Ð¾Ð¼ÐµÐ½Ð°."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "ÐÑполнение домена %s возобновлено\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "не ÑдалоÑÑ ÑоздаÑÑ Ñайл жÑÑнала %s: %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ Ñипа гипеÑвизоÑа"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ Ñипа гипеÑвизоÑа"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "URI ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ð³Ð¸Ð¿ÐµÑвизоÑа"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ UUID домена"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "диÑплей vnc"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "ÐÑвод IP адÑеÑа и номеÑа поÑÑа на диÑплей VNC."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "ÑоздаÑÑ Ð´Ð¾Ð¼ÐµÐ½ из Ñайла XML"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "ÑоздаÑÑ Ð´Ð¾Ð¼ÐµÐ½ из Ñайла XML"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "ÐÑибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° из %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "ÑоздаÑÑ Ð´Ð¾Ð¼ÐµÐ½ из Ñайла XML"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "ÑоздаÑÑ Ð´Ð¾Ð¼ÐµÐ½ из Ñайла XML"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "ÐÑибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° из %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "Ð¸Ð¼Ñ ÑеÑи"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
#, fuzzy
msgid "network interface type"
msgstr "Ð¸Ð¼Ñ ÑеÑи"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "неопÑеделенное Ð¸Ð¼Ñ ÑеÑи"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Ð¸Ð¼Ñ ÑеÑи"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "невеÑнÑй аÑгÑÐ¼ÐµÐ½Ñ %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "Ð¸Ð¼Ñ ÑеÑи"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ Ð´Ð°Ð½Ð½ÑÑ
Ñзла"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "оÑибка вÑÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ñзла"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "ÐÑибка ÑÑÐµÐ½Ð¸Ñ ÑокеÑа %d\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ Ð´Ð°Ð½Ð½ÑÑ
Ñзла"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "оÑибка копиÑÐ¾Ð²Ð°Ð½Ð¸Ñ ÑÑÑоки"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "оÑибка запиÑи Ñайла конÑигÑÑаÑии"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "оÑибка запиÑи Ñайла конÑигÑÑаÑии"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "оÑибка запиÑи Ñайла конÑигÑÑаÑии"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "ÐÑибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð½ÐµÐ°ÐºÑивного домена %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "Ñбой ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ lvs"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, fuzzy, c-format
msgid "%s: command exited with non-zero status"
msgstr "Ñбой ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ lvs. ÑÑаÑÑÑ Ð²ÑÑ
ода: %d"
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "оÑибка запиÑи Ñайла конÑигÑÑаÑии"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "ÐÑмениÑÑ Ð½Ð°Ð·Ð½Ð°Ñение конÑигÑÑаÑии Ð´Ð»Ñ Ð½ÐµÐ°ÐºÑивного домена."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "ÐÑмениÑÑ Ð½Ð°Ð·Ð½Ð°Ñение конÑигÑÑаÑии Ð´Ð»Ñ Ð½ÐµÐ°ÐºÑивного домена."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "оÑибка ÑÑÐµÐ½Ð¸Ñ Ñайла конÑигÑÑаÑии"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "ÐÑмениÑÑ Ð½Ð°Ð·Ð½Ð°Ñение конÑигÑÑаÑии Ð´Ð»Ñ Ð½ÐµÐ°ÐºÑивной ÑеÑи."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "ÐÑмениÑÑ Ð½Ð°Ð·Ð½Ð°Ñение конÑигÑÑаÑии Ð´Ð»Ñ Ð½ÐµÐ°ÐºÑивной ÑеÑи."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "ÐÑмениÑÑ Ð½Ð°Ð·Ð½Ð°Ñение конÑигÑÑаÑии Ð´Ð»Ñ Ð½ÐµÐ°ÐºÑивного домена."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "ÐÑмениÑÑ Ð½Ð°Ð·Ð½Ð°Ñение конÑигÑÑаÑии Ð´Ð»Ñ Ð½ÐµÐ°ÐºÑивного домена."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "вÑйÑи из инÑеÑакÑивного ÑеÑминала"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "ÑоÑÐ¼Ð°Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ '%s' ÑÑебÑÐµÑ ÑÐºÐ°Ð·Ð°Ð½Ð¸Ñ Ð¾Ð¿Ñии <%s>"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "ÑоÑÐ¼Ð°Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ '%s' ÑÑебÑÐµÑ ÑÐºÐ°Ð·Ð°Ð½Ð¸Ñ Ð¾Ð¿Ñии --%s"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "команда '%s' не ÑÑÑеÑÑвÑеÑ"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " ÐÐЯ\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6540,17 +7121,17 @@ msgstr ""
"\n"
" ÐÐÐ ÐÐÐТРЫ\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <ÑиÑло>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <ÑÑÑока>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6558,7 +7139,7 @@ msgstr ""
"\n"
" ÐÐÐСÐÐÐÐ\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6566,60 +7147,60 @@ msgstr ""
"\n"
" ÐÐÐ ÐÐÐТРЫ\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <ÑиÑло>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <ÑÑÑока>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "неопÑеделенное Ð¸Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° или ID"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "оÑибка пÑи полÑÑении домена '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "неопÑеделенное Ð¸Ð¼Ñ ÑеÑи"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "оÑибка пÑи полÑÑении ÑеÑи '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "неопÑеделенное Ð¸Ð¼Ñ ÑеÑи"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "оÑибка пÑи полÑÑении домена '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "неопÑеделенное Ð¸Ð¼Ñ ÑеÑи"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "оÑибка пÑи полÑÑении домена '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6630,131 +7211,131 @@ msgstr ""
"(ÐÑемÑ: %.3f мÑ)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "оÑÑÑÑÑÑвÑÐµÑ \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "непÑедвиденнÑй пÑизнак (Ð¸Ð¼Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "неизвеÑÑÐ½Ð°Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð°: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "команда '%s' не поддеÑÐ¶Ð¸Ð²Ð°ÐµÑ Ð¾Ð¿Ñии --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "ожидаемÑй ÑоÑмаÑ: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "ÑиÑло"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "ÑÑÑока"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "неожидаемÑе даннÑе '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "ÐÐÐ ÐÐÐТР"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "ÐÐÐÐЫÐ"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "пÑиоÑÑановлен"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "оÑклÑÑаеÑÑÑ"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "оÑклÑÑиÑÑ"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "аваÑийнÑй Ñбой"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "авÑономнÑй Ñежим"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "Ð½ÐµÑ Ð´ÐµÐ¹ÑÑвиÑелÑного ÑоединениÑ"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: оÑибка: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "оÑибка: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "Сбой %s: %d: пÑи попÑÑке вÑÐ´ÐµÐ»ÐµÐ½Ð¸Ñ %d байÑ"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "Сбой %s: %d: пÑи попÑÑке вÑÐ´ÐµÐ»ÐµÐ½Ð¸Ñ %lu байÑ"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "оÑибка подклÑÑÐµÐ½Ð¸Ñ Ðº гипеÑвизоÑÑ"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ Ð´Ð°Ð½Ð½ÑÑ
Ñзла"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "оÑибка запиÑи Ñайла конÑигÑÑаÑии"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "оÑибка запиÑи Ñайла конÑигÑÑаÑии"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "ÐÑибка оÑклÑÑÐµÐ½Ð¸Ñ Ð¾Ñ Ð³Ð¸Ð¿ÐµÑвизоÑа"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6786,7 +7367,7 @@ msgstr ""
"\n"
" ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ (ÑекÑÑовÑй Ñежим):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6797,17 +7378,17 @@ msgstr ""
" (набеÑиÑе --help <команда> Ð´Ð»Ñ Ð¿Ð¾Ð´Ñобной инÑоÑмаÑии о команде)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "неподдеÑÐ¶Ð¸Ð²Ð°ÐµÐ¼Ð°Ñ Ð¾Ð¿ÑÐ¸Ñ '-%c'. ÐбÑаÑиÑеÑÑ Ðº --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6816,7 +7397,7 @@ msgstr ""
"ÐобÑо пожаловаÑÑ Ð² %s - инÑеÑакÑивнÑй ÑеÑминал виÑÑÑализаÑии.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6826,475 +7407,489 @@ msgstr ""
" 'quit' Ð´Ð»Ñ Ð²ÑÑ
ода\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "ÐеизвеÑÑÐ½Ð°Ñ Ð¾Ñибка"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "пÑедÑпÑеждение"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "оÑибка"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "Ðе Ñказано ÑообÑение об оÑибке"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "внÑÑÑеннÑÑ Ð¾Ñибка %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "внÑÑÑеннÑÑ Ð¾Ñибка"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "недоÑÑаÑоÑно памÑÑи"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "Ð½ÐµÑ Ð¿Ð¾Ð´Ð´ÐµÑжки гипеÑвизоÑа"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "Ð½ÐµÑ Ð¿Ð¾Ð´Ð´ÐµÑжки гипеÑвизоÑа %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "невозможно подклÑÑиÑÑÑÑ Ðº гипеÑвизоÑÑ"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "невозможно подклÑÑиÑÑÑÑ Ðº %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "непÑавилÑнÑй ÑказаÑÐµÐ»Ñ ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ð²"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "непÑавилÑнÑй ÑказаÑÐµÐ»Ñ ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ð² %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "непÑавилÑнÑй ÑказаÑÐµÐ»Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° в"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "непÑавилÑнÑй ÑказаÑÐµÐ»Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° в %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "невеÑнÑй аÑгÑÐ¼ÐµÐ½Ñ Ð²"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "невеÑнÑй аÑгÑÐ¼ÐµÐ½Ñ %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "оÑибка дейÑÑвиÑ: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "оÑибка дейÑÑвиÑ"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "ÐÑибка дейÑÑÐ²Ð¸Ñ GET: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "ÐÑибка дейÑÑÐ²Ð¸Ñ GET"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "ÐÑибка дейÑÑÐ²Ð¸Ñ POST: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "ÐÑибка дейÑÑÐ²Ð¸Ñ POST"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "неизвеÑÑнÑй код оÑибки HTTP %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "неизвеÑÑнÑй Ñзел %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "неизвеÑÑнÑй Ñзел"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "оÑибка пÑеобÑÐ°Ð·Ð¾Ð²Ð°Ð½Ð¸Ñ S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "оÑибка пÑеобÑÐ°Ð·Ð¾Ð²Ð°Ð½Ð¸Ñ S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "невозможно иÑполÑзоваÑÑ Ð·Ð°Ð¿Ð¸ÑÑ Xen гипеÑвизоÑа"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "невозможно иÑполÑзоваÑÑ Ð·Ð°Ð¿Ð¸ÑÑ Xen %s "
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "невозможно подклÑÑиÑÑÑÑ Ðº Ñ
ÑанилиÑÑ Xen"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "невозможно подклÑÑиÑÑÑÑ Ðº Ñ
ÑанилиÑÑ Xen %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "оÑибка Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "неизвеÑÑнÑй Ñип ÐС"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "неизвеÑÑнÑй Ñип ÐС %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ ÑдÑа"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ коÑневом ÑÑÑÑойÑÑве"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ коÑневом ÑÑÑÑойÑÑве %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸ÑÑ
Ð¾Ð´Ð½Ð°Ñ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð´Ð»Ñ ÑÑÑÑойÑÑва"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸ÑÑ
Ð¾Ð´Ð½Ð°Ñ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð´Ð»Ñ ÑÑÑÑойÑÑва %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "оÑÑÑÑÑÑвÑÐµÑ ÑÐµÐ»ÐµÐ²Ð°Ñ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð´Ð»Ñ ÑÑÑÑойÑÑва"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "оÑÑÑÑÑÑвÑÐµÑ ÑÐµÐ»ÐµÐ²Ð°Ñ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð´Ð»Ñ ÑÑÑÑойÑÑва %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± имени домена"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± имени домена в %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± ÐС"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± ÐС Ð´Ð»Ñ %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± ÑÑÑÑойÑÑваÑ
"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð± ÑÑÑÑойÑÑваÑ
Ð´Ð»Ñ %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "заÑегиÑÑÑиÑовано ÑлиÑком много дÑайвеÑов"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "заÑегиÑÑÑиÑовано ÑлиÑком много дÑайвеÑов в %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "оÑибка обÑаÑÐµÐ½Ð¸Ñ Ðº библиоÑеке, возможно не поддеÑживаеÑÑÑ"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "оÑибка обÑаÑÐµÐ½Ð¸Ñ %s к библиоÑеке, возможно не поддеÑживаеÑÑÑ"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "опиÑание XML непÑавилÑно ÑÑоÑмиÑовано или невеÑно"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "опиÑание XML Ð´Ð»Ñ %s непÑавилÑно ÑÑоÑмиÑовано или невеÑно"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "домен Ñже ÑÑÑеÑÑвÑеÑ"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "домен %s Ñже ÑÑÑеÑÑвÑеÑ"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "дейÑÑÐ²Ð¸Ñ Ð·Ð°Ð¿ÑеÑен доÑÑÑп в Ñежиме ÑÑениÑ"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "дейÑÑÐ²Ð¸Ñ %s запÑеÑен доÑÑÑп в Ñежиме ÑÑениÑ"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "оÑибка пÑи попÑÑке оÑкÑÑÑÑ Ñайл конÑигÑÑаÑии Ð´Ð»Ñ ÑÑениÑ"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "оÑибка пÑи попÑÑке оÑкÑÑÑÑ %s Ð´Ð»Ñ ÑÑениÑ"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "оÑибка ÑÑÐµÐ½Ð¸Ñ Ñайла конÑигÑÑаÑии"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "оÑибка ÑÑÐµÐ½Ð¸Ñ Ñайла конÑигÑÑаÑии %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "оÑибка ÑазбоÑа Ñайла конÑигÑÑаÑии"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "оÑибка ÑазбоÑа Ñайла конÑигÑÑаÑии %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "оÑибка ÑинÑакÑиÑа Ñайла конÑигÑÑаÑии"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "оÑибка ÑинÑакÑиÑа Ñайла конÑигÑÑаÑии: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "оÑибка запиÑи Ñайла конÑигÑÑаÑии"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "оÑибка запиÑи Ñайла конÑигÑÑаÑии: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "оÑибка ÑазбоÑа"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "непÑавилÑнÑй ÑказаÑÐµÐ»Ñ ÑеÑи в"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "непÑавилÑнÑй ÑказаÑÐµÐ»Ñ ÑеÑи в %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "ÑÑа ÑеÑÑ Ñже ÑÑÑеÑÑвÑеÑ"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "ÑеÑÑ %s Ñже ÑÑÑеÑÑвÑеÑ"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "оÑибка ÑиÑÑемного вÑзова"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "оÑибка"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "оÑибка ÑиÑÑемного вÑзова"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "ÐÑибка оÑÐ¼ÐµÐ½Ñ ÐºÐ¾Ð½ÑигÑÑаÑии ÑеÑи %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "ÐÑибка оÑÐ¼ÐµÐ½Ñ ÐºÐ¾Ð½ÑигÑÑаÑии ÑеÑи %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "инÑоÑмаÑÐ¸Ñ Ð¾ домене"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Ðомен воÑÑÑановлен из %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "Ð¸Ð¼Ñ ÑеÑи или uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "СеÑÑ %s Ñоздана из %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "невеÑнÑй аÑгÑÐ¼ÐµÐ½Ñ %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "невеÑнÑй аÑгÑÐ¼ÐµÐ½Ñ %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "оÑибка дейÑÑвиÑ"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "оÑибка дейÑÑвиÑ: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "Ð¸Ð¼Ñ ÑеÑи или uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "СеÑÑ %s Ñоздана из %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "Ð¸Ð¼Ñ ÑеÑи или uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "СеÑÑ %s Ñоздана из %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "непÑавилÑнÑй ÑказаÑÐµÐ»Ñ ÑеÑи в"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "непÑавилÑнÑй ÑказаÑÐµÐ»Ñ ÑеÑи в %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "непÑавилÑнÑй ÑказаÑÐµÐ»Ñ ÑеÑи в"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "непÑавилÑнÑй ÑказаÑÐµÐ»Ñ ÑеÑи в %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "ÐÑибка оÑÐ¼ÐµÐ½Ñ ÐºÐ¾Ð½ÑигÑÑаÑии ÑеÑи %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "ÐÑибка оÑÐ¼ÐµÐ½Ñ ÐºÐ¾Ð½ÑигÑÑаÑии ÑеÑи %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "ÐÑибка оÑÐ¼ÐµÐ½Ñ ÐºÐ¾Ð½ÑигÑÑаÑии ÑеÑи %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "ÐÑибка оÑÐ¼ÐµÐ½Ñ ÐºÐ¾Ð½ÑигÑÑаÑии ÑеÑи %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "непÑавилÑнÑй ÑказаÑÐµÐ»Ñ ÑеÑи в"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "непÑавилÑнÑй ÑказаÑÐµÐ»Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° в %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "ÑÑÑÑойÑÑво не найдено: %s (%s)"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "ÑÑÑÑойÑÑво не найдено: %s (%s)"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "Ð¸Ð¼Ñ ÑеÑи или uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "СеÑÑ %s Ñоздана из %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "ÐÑÑÐµÑ Ð°ÑгÑменÑов ÑлиÑком мал"
@@ -7365,7 +7960,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "невозможно пÑоÑиÑаÑÑ %s: %s"
@@ -7420,7 +8015,7 @@ msgstr "невеÑÐ½Ð°Ñ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°, domid должен
msgid "domain information incomplete, missing uuid"
msgstr "Ð½ÐµÐ¿Ð¾Ð»Ð½Ð°Ñ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°, оÑÑÑÑÑÑвÑÐµÑ uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "Ð½ÐµÐ¿Ð¾Ð»Ð½Ð°Ñ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°, оÑÑÑÑÑÑвÑÐµÑ Ð¸Ð¼Ñ"
@@ -7464,224 +8059,231 @@ msgstr "оÑибка ÑазбоÑа имени Ñайла vbd, оÑÑÑÑÑÑв
msgid "cannot parse vbd filename, missing driver type"
msgstr "оÑибка ÑазбоÑа имени Ñайла vbd, оÑÑÑÑÑÑвÑÐµÑ Ñип дÑайвеÑа"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "невеÑнÑй аÑгÑÐ¼ÐµÐ½Ñ %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "непÑедвиденнÑй Ñзел dict"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "неизвеÑÑнÑй Ñип auth '%s'"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "Ð½ÐµÐ¿Ð¾Ð»Ð½Ð°Ñ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°, оÑÑÑÑÑÑвÑÐµÑ id"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "невеÑнÑй аÑгÑÐ¼ÐµÐ½Ñ %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "неизвеÑÑнÑй Ñип ÐС %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "оÑибка ÑинÑакÑиÑа Ñайла конÑигÑÑаÑии"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "оÑибка ÑазбоÑа инÑоÑмаÑии домена Xend"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "домен не вÑполнÑеÑÑÑ"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "ÐÑибка пÑи пеÑеведении домена %s в ÑоÑÑоÑние ожиданиÑ"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "неподдеÑживаемÑй Ñип ÑÑÑÑойÑÑва ввода: %s"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "непÑедвиденнÑй Ñзел знаÑений"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "памÑÑÑ Ñзла"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "оÑибка дейÑÑвиÑ"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "ÐÑибка оÑÐ¼ÐµÐ½Ñ ÐºÐ¾Ð½ÑигÑÑаÑии ÑеÑи %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "не ÑдаеÑÑÑ Ð¾ÑкÑÑÑÑ tty %s: %s\n"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "оÑибка ÑазбоÑа инÑоÑмаÑии домена Xend"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "ÐÑибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð½ÐµÐ°ÐºÑивного домена %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "Ð½ÐµÐ¿Ð¾Ð»Ð½Ð°Ñ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°, оÑÑÑÑÑÑвÑÐµÑ Ð¸Ð¼Ñ"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr ""
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "оÑибка полÑÑÐµÐ½Ð¸Ñ Ñипа гипеÑвизоÑа"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "Ð½ÐµÐ¿Ð¾Ð»Ð½Ð°Ñ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°, оÑÑÑÑÑÑвÑÐµÑ uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "Ð½ÐµÐ¿Ð¾Ð»Ð½Ð°Ñ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°, оÑÑÑÑÑÑвÑÐµÑ Ð¸Ð¼Ñ"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "оÑибка пÑи попÑÑке оÑкÑÑÑÑ %s Ð´Ð»Ñ ÑÑениÑ"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "оÑибка ÑÑÐµÐ½Ð¸Ñ Ñайла конÑигÑÑаÑии %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "непÑедвиденнÑй Ñип домена %d"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "непÑедвиденнÑй Ñип mime"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "Ñип Ñома Ñ
ÑанилиÑа не поддеÑживаеÑÑÑ: %d"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "непÑедвиденнÑй Ñзел знаÑений"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "ÑпиÑок доменов Ñзла"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "ai_socktype не поддеÑживаеÑÑÑ"
@@ -7759,47 +8361,47 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "непÑедвиденнÑй Ñзел dict"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "ÐÑибка воÑÑÑÐ°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° из %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr "Ð¸Ð¼Ñ Ñайла конÑигÑÑаÑии ÑлиÑком длинное"
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
msgid "unable to get current time"
msgstr "не ÑдаеÑÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ ÑекÑÑее вÑемÑ"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "оÑибка ÑÑÐµÐ½Ð¸Ñ Ñайла конÑигÑÑаÑии %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
msgid "unknown device"
msgstr "неизвеÑÑное ÑÑÑÑойÑÑво"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "не ÑдалоÑÑ ÑоздаÑÑ Ñайл жÑÑнала %s: %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "не ÑдалоÑÑ ÑоздаÑÑ Ñайл жÑÑнала %s: %s"
@@ -7808,19 +8410,34 @@ msgstr "не ÑдалоÑÑ ÑоздаÑÑ Ñайл жÑÑнала %s: %s"
msgid "Invalid parameter to virXPathString()"
msgstr "ÐедопÑÑÑимÑй паÑамеÑÑ Ð´Ð»Ñ virXPathString()"
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr "ÐедопÑÑÑимÑй паÑамеÑÑ Ð´Ð»Ñ virXPathNumber()"
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "ÐедопÑÑÑимÑй паÑамеÑÑ Ð´Ð»Ñ virXPathString()"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "ÐедопÑÑÑимÑй паÑамеÑÑ Ð´Ð»Ñ virXPathString()"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr "ÐедопÑÑÑимÑй паÑамеÑÑ Ð´Ð»Ñ virXPathBoolean()"
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr "ÐедопÑÑÑимÑй паÑамеÑÑ Ð´Ð»Ñ virXPathNode()"
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "ÐедопÑÑÑимÑй паÑамеÑÑ Ð´Ð»Ñ virXPathNodeSet()"
@@ -7846,16 +8463,45 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "пÑл Ñже акÑивен"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "вÑделение домена"
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "Ðе ÑдаеÑÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ Ð´Ð¾ÑÑÑп к %s '%s': %s (%d)"
+
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "не ÑдалоÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ Ð°Ð´ÑÐµÑ ÑокеÑа %d (%s)"
+
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "не ÑдалоÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ Ð°Ð´ÑÐµÑ Ñзла %d (%s)"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "Ðе ÑдалоÑÑ ÑÑÑановиÑÑ Ñлаг Ñайлового деÑкÑипÑоÑа non-blocking"
+
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "не ÑдалоÑÑ ÑоздаÑÑ Ñайл жÑÑнала %s: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr ""
+#~ "Ðевозможно ÑÑÑановиÑÑ Ñлаг close-on-exec %s жÑÑнала виÑÑÑалÑной маÑинÑ"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup: недоÑÑаÑоÑно памÑÑи"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "Ðе ÑдаеÑÑÑ Ð·Ð°ÐºÑÑÑÑ Ñайл жÑÑнала %d: %s"
+
#~ msgid "allocating configuration"
#~ msgstr "назнаÑение конÑигÑÑаÑии"
@@ -7903,9 +8549,6 @@ msgstr "вÑделение домена"
#~ msgid "failed to mount %s at %s for container: %s"
#~ msgstr "не ÑдалоÑÑ ÑмонÑиÑоваÑÑ %s в %s Ð´Ð»Ñ ÐºÐ¾Ð½ÑейнеÑа: %s"
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "Ñбой open(%s): %s"
-
#~ msgid "clone() failed, %s"
#~ msgstr "Ñбой clone(), %s"
@@ -8280,9 +8923,6 @@ msgstr "вÑделение домена"
#~ msgid "invalid root element"
#~ msgstr "недопÑÑÑимÑй коÑневой ÑлеменÑ"
-#~ msgid "missing domain type"
-#~ msgstr "оÑÑÑÑÑÑвÑÐµÑ Ñип домена"
-
#~ msgid "invalid domain id"
#~ msgstr "недопÑÑÑимÑй ID домена"
@@ -8311,12 +8951,6 @@ msgstr "вÑделение домена"
#~ msgid "cannot write tty pid file %s: %s"
#~ msgstr "не ÑдаеÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑÑ Ñайл tty pid %s: %s"
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "не ÑдаеÑÑÑ Ð¾ÑкÑÑÑÑ Ñайл pid tty %s: %s"
-
-#~ msgid "cannot read tty pid file %s: %s"
-#~ msgstr "не ÑдаеÑÑÑ Ð¿ÑоÑиÑаÑÑ Ñайл pid tty %s: %s"
-
#~ msgid "execl failed to exec init: %s"
#~ msgstr "execl failed to exec init: %s"
@@ -8432,9 +9066,6 @@ msgstr "вÑделение домена"
#~ msgid "missing sound model"
#~ msgstr "оÑÑÑÑÑÑвÑÐµÑ Ð¼Ð¾Ð´ÐµÐ»Ñ Ð·Ð²Ñкового ÑÑÑÑойÑÑва"
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "недопÑÑÑÐ¸Ð¼Ð°Ñ Ð¼Ð¾Ð´ÐµÐ»Ñ Ð·Ð²Ñкового ÑÑÑÑойÑÑва '%s'"
-
#~ msgid "domain name length too long"
#~ msgstr "ÑлиÑком длинное Ð¸Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°"
diff --git a/po/si.gmo b/po/si.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/si.gmo and b/po/si.gmo differ
diff --git a/po/si.po b/po/si.po
index 81435e0..a38ec32 100644
--- a/po/si.po
+++ b/po/si.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/sk.gmo b/po/sk.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/sk.gmo and b/po/sk.gmo differ
diff --git a/po/sk.po b/po/sk.po
index 81435e0..a38ec32 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/sl.gmo b/po/sl.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/sl.gmo and b/po/sl.gmo differ
diff --git a/po/sl.po b/po/sl.po
index 81435e0..a38ec32 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/sq.gmo b/po/sq.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/sq.gmo and b/po/sq.gmo differ
diff --git a/po/sq.po b/po/sq.po
index 81435e0..a38ec32 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/sr.gmo b/po/sr.gmo
index da7e14e..d5687be 100644
Binary files a/po/sr.gmo and b/po/sr.gmo differ
diff --git a/po/sr.po b/po/sr.po
index bf22f09..006f551 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-10-21 22:22+0100\n"
"Last-Translator: MiloÅ¡ KomarÄeviÄ <kmilos at gmail.com>\n"
"Language-Team: Serbian (sr) <fedora-trans-sr at redhat.com>\n"
@@ -94,240 +94,240 @@ msgstr "СÑÑинг паÑамеÑÑа ниÑе пÑавилно обÑаÑен
msgid "Unknown error"
msgstr "ÐепознаÑа гÑеÑка"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° пÑиÑÑÑпим %s â%sâ: %s (%d)"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "ÐеÑÑпело ÑиÑаÑе из Ñеви Ñигнала: %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "Ðоново ÑÑиÑавам подеÑаваÑа SIGHUP"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "ÐÑеÑка Ñоком ÑÑиÑаваÑа ÑпÑавÑаÑкиÑ
пÑогÑама"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "ÐаÑеÑе Ñигнала %d"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "неоÑекиван ÑÐ²Ð¾Ñ Ð²ÑедноÑÑи"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "ÐеÑÑпело поÑÑавÑаÑе close-on-exec заÑÑавиÑе опиÑника даÑоÑека"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "ÐеÑÑпело поÑÑавÑаÑе неблокиÑаÑÑÑе заÑÑавиÑе опиÑника даÑоÑека"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "ÐеÑÑпело оÑваÑаÑе pid даÑоÑеке â%sâ: %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "ÐеÑÑпео fdopen pid даÑоÑеке â%sâ: %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "ÐеÑÑпело пиÑаÑе Ñ pid даÑоÑÐµÐºÑ â%sâ: %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "ÐеÑÑпело заÑваÑаÑе pid даÑоÑеке â%sâ: %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "ÐеÑÑпело заÑзимаÑе мемоÑиÑе за struct qemud_socket"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "ÐеÑÑпело пÑавÑеÑе пÑикÑÑÑка: %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "ÐеÑÑпело повезиваÑе пÑикÑÑÑка Ñа â%sâ: %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° оÑлÑÑкÑÑем заÑ
Ñеве за повезиваÑем на â%sâ: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
#, fuzzy
msgid "Failed to add server event callback"
msgstr "ÐеÑÑпело додаваÑе callback догаÑаÑа на ÑеÑвеÑÑ"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "пÑикÑÑÑак: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "веза: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "оÑлÑÑкÑÑе: %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: calloc: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: listen: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr "РезÑлÑÑÑÑÑа пÑÑаÑа Ñе пÑедÑга за баÑÐµÑ Ñ qemudInitPaths()"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "ÐеÑÑпело заÑзимаÑе struct qemud_server"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "ниÑе могÑÑе покÑенÑÑи подÑÑÐºÑ Ð¼Ð¾ÑÑа: %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "ниÑе могÑÑе покÑенÑÑи подÑÑÐºÑ Ð¼Ð¾ÑÑа: %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "ÐеÑÑпела иниÑиÑализаÑиÑа SASL аÑÑенÑиÑикаÑиÑе %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "ÐеÑÑпела иниÑиÑализаÑиÑа SASL аÑÑенÑиÑикаÑиÑе %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "ÐеÑÑпело повезиваÑе Ñа ÑиÑÑемÑком магиÑÑÑалом за PolicyKit auth: %s"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: failed: client DN is %s"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate: ниÑе ÑÑпела поÑвÑда: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr "remoteCheckCertificate: ÑвеÑеÑе клиÑенÑа ниÑе од повеÑеÑа."
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr "remoteCheckCertificate: ниÑе Ð¿Ð¾Ð·Ð½Ð°Ñ Ð¸Ð·Ð´Ð°Ð²Ð°Ñ ÑвеÑеÑа клиÑенÑа."
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate: ÑвеÑеÑе клиÑенÑа Ñе опозвано."
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr "remoteCheckCertificate: ÑвеÑеÑе клиÑенÑа коÑиÑÑи небезбедан алгоÑиÑам."
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate: ÑвеÑеÑе ниÑе X.509"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate: нема ÑавнопÑавниÑ
ÑÑеÑаÑа"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: gnutls_x509_crt_init ниÑе ÑÑпео"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate: ÑвеÑеÑе клиÑенÑа Ñе иÑÑекло"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr "remoteCheckCertificate: ÑвеÑеÑе клиÑенÑа ÑÐ¾Ñ Ñвек ниÑе акÑивиÑано"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -339,11 +339,11 @@ msgstr ""
"textâ да видиÑе име ÑазликоваÑа Ñ ÑвеÑеÑÑ ÐºÐ»Ð¸ÑенÑа или извÑÑиÑе Ð¾Ð²Ð°Ñ Ð´ÐµÐ¼Ð¾Ð½ "
"Ñа опÑиÑом --verbose."
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr "remoteCheckCertificate: ниÑе ÑÑпела поÑвÑда ÑвеÑеÑа клиÑенÑа"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
@@ -351,441 +351,457 @@ msgstr ""
"remoteCheckCertificate: tls_no_verify_certificate Ñе подеÑен Ñако да Ñе "
"игноÑиÑе лоÑе ÑвеÑеÑе"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "ÐеÑÑпела поÑвÑда иденÑиÑеÑа коÑиÑника %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "ÐеÑÑпело пÑиÑ
ваÑаÑе везе: %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "низ на Ð´Ð¾Ð´ÐµÐ»Ñ Ð¿Ñи неÑÑÐ°Ð½ÐºÑ Ð¼ÐµÐ¼Ð¾ÑиÑе"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr "ÐÑкÑÑÑи polkit овлаÑÑиваÑе за повлаÑÑеног клиÑенÑа %d"
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "TLS ÑÑковаÑе ниÑе ÑÑпело: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "неоÑекивана вÑÑÑа домена %d"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "ÑиÑаÑе: %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "неÑÑпело пÑавÑеÑе â%sâ"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "пиÑаÑе: %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "неÑÑпело пÑавÑеÑе â%sâ"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr "ÐÑогÑам за обÑÐ°Ð´Ñ Ñигнала Ñе пÑиÑавио %d гÑеÑака: поÑледÑа гÑеÑка: %s"
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "ÐеÑÑпело пиÑаÑе Ñ "
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "ÐеÑÑпело заÑзимаÑе мемоÑиÑе"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "ÐеÑÑпело заÑзимаÑе мемоÑиÑе за %s лиÑÑÑ Ð¿Ð¾Ð´ÐµÑаваÑа"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "ÐеÑÑпело заÑзимаÑе мемоÑиÑе за %s вÑедноÑÑ Ð»Ð¸ÑÑе подеÑаваÑа"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr "remoteReadConfigFile: %s: %s: моÑа биÑи ÑÑÑинг или низ ÑÑÑингова\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr "remoteReadConfigFile: %s: %s: неважеÑи Ñип: %s; оÑекиван %s\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr "remoteReadConfigFile: %s: %s: аÑÑоÑизаÑиÑа ниÑе подÑжана %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "ÐоÑаÑе биÑи root да би поÑÑавили гÑÑпÑ"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr "ÐеÑÑпела поÑÑага гÑÑпе â%sâ"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "ÐеÑÑпело ÑаÑÑлаÑиваÑе Ñежима â%sâ"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "ÐеÑÑпело ÑаÑваÑе као ÑиÑÑемÑка ÑÑлÑга: %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "ÐеÑÑпело пÑавÑеÑе Ñеви: %s"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° генеÑиÑем uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr "ÐеÑÑпела измена гÑÑпног влаÑниÑÑва над %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
#, fuzzy
msgid "Failed to register callback for signal pipe"
msgstr "ÐеÑÑпело ÑегиÑÑÑоваÑе callback за Ñев Ñигнала"
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr "неÑÑаглаÑеноÑÑ Ð¿ÑогÑама (добиÑено %x, оÑекивано %x)"
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "неÑÑаглаÑеноÑÑ Ð²ÐµÑзиÑе (добиÑено %x, оÑекивано %x)"
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "ÑÐ¼ÐµÑ (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "ÑÑаÑÑÑ (%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "аÑÑенÑиÑикаÑиÑа неопÑ
одна"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "непознаÑа пÑоÑедÑÑа: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "неÑÑпело ÑаÑÑлаÑаваÑе аÑгÑменаÑа"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr "веза Ñе Ð²ÐµÑ Ð¾ÑвоÑена"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "веза ниÑе оÑвоÑена"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr "неÑÑало Ñе мемоÑиÑе Ñ strdup"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_NODE_MAX_CELLS"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr "nparams пÑевелики"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "непознаÑа вÑÑÑа"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr "велиÑина > макÑималне велиÑине баÑеÑа"
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "неÑÑпело добиÑаÑе ÑÑенÑÑног вÑемена"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "неÑÑпело добиÑаÑе ÑÑенÑÑног вÑемена"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° ÑазÑеÑим адÑеÑе %d: %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "клиÑÐµÐ½Ñ Ñе пÑедао неиÑпÑаван SASL init заÑ
Ñев"
-#: qemud/remote.c:2575
-#, c-format
-msgid "failed to get sock address %d (%s)"
+#: qemud/remote.c:2651
+#, fuzzy, c-format
+msgid "failed to get sock address: %s"
msgstr "неÑÑпело пÑибавÑаÑе адÑеÑе пÑикÑÑÑка %d (%s)"
-#: qemud/remote.c:2586
-#, c-format
-msgid "failed to get peer address %d (%s)"
+#: qemud/remote.c:2663
+#, fuzzy, c-format
+msgid "failed to get peer address: %s"
msgstr "неÑÑпело пÑибавÑаÑе адÑеÑе ÑавнопÑавног ÑÑеÑаÑа %d (%s)"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "неÑÑпело подеÑаваÑе sasl конÑекÑÑа %d (%s)"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° TLS пÑеÑзмем велиÑÐ¸Ð½Ñ ÑиÑÑе"
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° подеÑим SASL ÑпоÑни SSF %d (%s)"
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° подеÑим SASL безбедоноÑни props %d (%s)"
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑикажем SASL меÑ
анизме %d (%s)"
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° доделим mechlist"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° извÑÑим ÑÐ¿Ð¸Ñ SASL ssf на вези %d (%s)"
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "пÑеговаÑани SSF %d ниÑе био довоÑно Ñак"
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° извÑÑим ÑÐ¿Ð¸Ñ SASL коÑиÑниÑког имена на вези %d (%s)"
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "ниÑе пÑонаÑено коÑиÑниÑко име клиÑенÑа"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "поÑÑоÑена мемоÑиÑа Ñоком копиÑаÑа коÑиÑниÑког имена"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "SASL %s клиÑÐµÐ½Ñ Ð½Ð¸Ñе дозвоÑен Ñ whitelist"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr "клиÑÐµÐ½Ñ Ñе покÑÑао Ñа неважеÑим SASL ÑÑаÑÑним ÑпиÑом"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "ниÑе ÑÑпело sasl покÑеÑаÑе %d (%s)"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr "подаÑи одговоÑа sasl покÑеÑаÑа пÑедÑги %d "
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "ниÑе ÑÑпео sasl коÑак %d (%s)"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr "ÐодаÑи одговоÑа sasl коÑака пÑедÑги %d"
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr "клиÑÐµÐ½Ñ Ñе покÑÑао Ñа неважеÑим SASL init заÑ
Ñевом"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr "клиÑÐµÐ½Ñ Ñе покÑÑао Ñа неважеÑим SASL start заÑ
Ñевом"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "клиÑÐµÐ½Ñ Ñе покÑÑао Ñа неважеÑим SASL step заÑ
Ñевом"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr "клиÑÐµÐ½Ñ Ñе покÑÑао Ñа неважеÑим PolicyKit init заÑ
Ñевом"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° ÑÑвÑдим иденÑиÑÐµÑ Ð¿ÑикÑÑÑка паÑÑака"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "ÐÑовеÑавам да ли Ñе PID %d извÑÑава као %d"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, fuzzy, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr "ÐеÑÑпела поÑÑага policy kit caller: %s"
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "ÐеÑÑпело пÑавÑеÑе polkit акÑиÑе %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "ÐеÑÑпело пÑавÑеÑе polkit конÑекÑÑа %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "Policy kit ниÑе ÑÑпео да пÑовеÑи овлаÑÑеÑе %d %s"
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
"Policy kit Ñе одбио извÑÑаваÑе акÑиÑе %s из pid %d, uid %d, ÑезÑлÑаÑ: %s\n"
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
"Policy Ñе дозволио извÑÑаваÑе акÑиÑе %s из pid %d, uid %d, ÑезÑлÑаÑ: %s"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr "клиÑÐµÐ½Ñ Ñе покÑÑао Ñа неважеÑим PolicyKit init заÑ
Ñевом"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
#, fuzzy
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "ÑÑеÑÐ°Ñ Ð½Ð¸Ñе пÑонаÑен: %s (%s)"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "неоÑекиван dict ÑвоÑ"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -901,527 +917,529 @@ msgstr "неÑÑпело додаваÑе ÑкладиÑÑа Ñ Ñ
ÐµÑ Ñабе
msgid "dev missing from connection hash table"
msgstr "диÑк недоÑÑаÑе Ñ Ñ
ÐµÑ Ñабели веза"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "непознаÑа вÑÑÑа â%sâ"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ â%sâ ÑÑеÑÐ°Ñ Ð·Ð° покÑеÑаÑе"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "ÐеиÑпÑаван назив диÑкеÑног ÑÑеÑаÑа: %s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "ÐеиÑпÑаван назив ÑвÑÑÑог диÑка: %s"
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "непознаÑа вÑÑÑа аÑÑоÑизаÑиÑе %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "ÐеиÑпÑавна â%sâ вÑÑÑа магиÑÑÑале за диÑкеÑÐ½Ñ ÑединиÑÑ"
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "ÐеиÑпÑавна â%sâ вÑÑÑа магиÑÑÑале за диÑкеÑÐ½Ñ ÑединиÑÑ"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ â%sâ ÑÑеÑÐ°Ñ Ð·Ð° покÑеÑаÑе"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "непознаÑа вÑÑÑа аÑÑоÑизаÑиÑе %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "непознаÑа вÑÑÑа аÑÑоÑизаÑиÑе %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
"ÐиÑедна <source> ânetworkâ оÑобина ниÑе одÑеÑена пÑеко <interface "
"type='network'/>"
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
"ÐиÑедна <source> âdevâ оÑобина ниÑе одÑеÑена пÑеко <interface type='bridge'/>"
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr "ÐиÑедна <source> âportâ оÑобина ниÑе одÑеÑена Ñз ÑпÑÐµÐ³Ñ Ð¿ÑикÑÑÑка"
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr "ÐиÑе могÑÑе ÑаÑÑланиÑи <source> âportâ оÑÐ¾Ð±Ð¸Ð½Ñ Ñз ÑпÑÐµÐ³Ñ Ð¿ÑикÑÑÑка"
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr "ÐиÑедна <source> âaddressâ оÑобина ниÑе одÑеÑена Ñз ÑпÑÐµÐ³Ñ Ð¿ÑикÑÑÑка"
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr "Ðазив модела ÑадÑжи неиÑпÑавне знаке"
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
msgid "Missing source path attribute for char device"
msgstr "ÐедоÑÑаÑе оÑобина извоÑне пÑÑаÑе за знаковни ÑÑеÑаÑ"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
msgid "Missing source host attribute for char device"
msgstr "ÐедоÑÑаÑе оÑобина извоÑног домаÑина за знаковни ÑÑеÑаÑ"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr "ÐедоÑÑаÑе оÑобина извоÑног ÑеÑвиÑа за знаковни ÑÑеÑаÑ"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr "недоÑÑаÑе вÑÑÑа ÑÑеÑаÑа за ÑноÑ"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ â%sâ ÑÑеÑÐ°Ñ Ð·Ð° покÑеÑаÑе"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "непознаÑа вÑÑÑа аÑÑоÑизаÑиÑе %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "ps2 магиÑÑÑала не подÑжава %s ÑÑеÑÐ°Ñ Ð·Ð° ÑноÑ"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "магиÑÑÑала за ÑÐ½Ð¾Ñ %s ниÑе подÑжана"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr "xen магиÑÑÑала не подÑжава %s ÑÑеÑÐ°Ñ Ð·Ð° ÑноÑ"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "недоÑÑаÑе вÑÑÑа ÑÑеÑаÑа за ÑноÑ"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "непознаÑа вÑÑÑа ÑÑеÑаÑа"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° Ñклоним подеÑаваÑе за %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "непознаÑа вÑÑÑа аÑÑоÑизаÑиÑе %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "непознаÑа вÑÑÑа звÑÑног модела"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑам диÑекÑоÑиÑÑм %s: %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° оÑвоÑим ÑÑеÑÐ°Ñ %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑам %s: %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° оÑвоÑим ÑÑеÑÐ°Ñ %s"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "непознаÑа вÑÑÑа аÑÑоÑизаÑиÑе %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "недоÑÑаÑе \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "недоÑÑаÑе домаÑин извоÑа"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° оÑвоÑим ÑÑеÑÐ°Ñ %s"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑам %s: %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° оÑвоÑим ÑÑеÑÐ°Ñ %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "непознаÑа вÑÑÑа аÑÑоÑизаÑиÑе %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ â%sâ ÑÑеÑÐ°Ñ Ð·Ð° покÑеÑаÑе"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ â%sâ ÑÑеÑÐ°Ñ Ð·Ð° покÑеÑаÑе"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "недоÑÑаÑе домаÑин извоÑа"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ð´Ð¾Ð¼Ð°Ñин %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "непознаÑа вÑÑÑа аÑÑенÑиÑикаÑиÑе %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "недоÑÑаÑе root елеменÑ"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "непознаÑа вÑÑÑа ÑÑеÑаÑа"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "недоÑÑаÑе оÑобина Ñипа домена"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "неиÑпÑаван Ñип домена"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "ÐеÑÑпело генеÑиÑаÑе UUID: %s"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "лоÑе обликован uuid елеменÑ"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr "недоÑÑаÑе ÐµÐ»ÐµÐ¼ÐµÐ½Ñ Ð¼ÐµÐ¼Ð¾ÑиÑе"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "неоÑекивани подаÑи â%sâ"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "нема вÑÑÑе ÐС-а"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "аÑÑ
иÑекÑÑÑа ниÑе подÑжана"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° издвоÑим извоÑне ÑÑеÑаÑе"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "недоÑÑаÑе ÑÑеÑÐ°Ñ Ð¸Ð·Ð²Ð¾Ñа"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ â%sâ ÑÑеÑÐ°Ñ Ð·Ð° покÑеÑаÑе"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° издвоÑим извоÑне ÑÑеÑаÑе"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
#, fuzzy
msgid "cannot extract filesystem devices"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° издвоÑим извоÑне ÑÑеÑаÑе"
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° издвоÑим извоÑне ÑÑеÑаÑе"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
#, fuzzy
msgid "cannot extract parallel devices"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° издвоÑим извоÑне ÑÑеÑаÑе"
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° издвоÑим извоÑне ÑÑеÑаÑе"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° издвоÑим извоÑне ÑÑеÑаÑе"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° издвоÑим извоÑне ÑÑеÑаÑе"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° издвоÑим извоÑне ÑÑеÑаÑе"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° издвоÑим извоÑне ÑÑеÑаÑе"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "веза: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "неÑÑпело паÑзиÑаÑе домена"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr "неиÑпÑаван root елеменÑ"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "cpuset ÑинÑакÑна гÑеÑка ÑопологиÑе"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "неоÑекивана вÑÑÑа домена %d"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "неоÑекивана вÑÑÑа домена %d"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "неоÑекивана вÑÑÑа домена %d"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "неоÑекивана вÑÑÑа домена %d"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "неоÑекивана вÑÑÑа домена %d"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "неоÑекивана вÑÑÑа домена %d"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "неоÑекивана вÑÑÑа домена %d"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "неоÑекивана вÑÑÑа домена %d"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "неоÑекивана вÑÑÑа домена %d"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "неоÑекивана вÑÑÑа домена %d"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "неоÑекивана вÑÑÑа домена %d"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "неоÑекиван dict ÑвоÑ"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "неоÑекивана вÑÑÑа домена %d"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr "неоÑекивана вÑÑÑа домена %d"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "неоÑекивана вÑÑÑа домена %d"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "неоÑекиван ÑÐ²Ð¾Ñ Ð²ÑедноÑÑи"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "неÑÑпело ÑпиÑиваÑе диÑекÑоÑиÑÑма подеÑаваÑа %s: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "неÑÑпело ÑпиÑиваÑе даÑоÑеке подеÑаваÑа %s: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "неÑÑпело ÑпиÑиваÑе даÑоÑеке подеÑаваÑа %s: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "неÑÑпело ÑÑваÑе даÑоÑеке подеÑаваÑа %s: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "ÐеÑÑпело оÑваÑаÑе диÑекÑоÑиÑÑма â%sâ: %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° Ñклоним подеÑаваÑе за %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "непознаÑа вÑÑÑа виÑÑÑализаÑиÑе"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "ÐеÑÑпело покÑеÑаÑе '"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "ÐеÑÑпело ÑиÑаÑе "
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "ÐеÑÑпело пиÑаÑе Ñ "
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "ÐеÑÑпело пÑавÑеÑе диÑекÑоÑиÑÑма %s : %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "ÐеÑÑпело ÑÑваÑе iptables пÑавила Ñ %s : %s"
@@ -1432,56 +1450,56 @@ msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
"ÐеÑÑпело ÑклаÑаÑе iptables пÑавила â%sâ из ланÑа â%sâ Ñ Ñабели â%sâ: %s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr "ÐеÑÑпело додаваÑе iptables пÑавила â%sâ Ñ Ð»Ð°Ð½Ð°Ñ â%sâ Ñ Ñабели â%sâ: %s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° ÑаÑÑланим УРРвезе"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° напÑавим диÑекÑоÑиÑÑм дневника %s: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "пÑÑаÑа ÑезгÑа Ñе пÑедÑга"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° напÑавим Ñев: %s"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare ниÑе поÑÑавио ÑÑи"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domainMigratePrepare ниÑе поÑÑавио ÑÑи"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr "пÑÑаÑа Ñе NULL"
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr "ознаке моÑаÑÑ Ð±Ð¸Ñи нÑле"
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr "баÑÐµÑ Ñе NULL"
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr "паÑамеÑÐ°Ñ Ð¾Ð·Ð½Ð°ÐºÐ° моÑа биÑи VIR_MEMORY_VIRTUAL"
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr "баÑÐµÑ Ñе NULL али велиÑина ниÑе нÑла"
@@ -1525,12 +1543,12 @@ msgstr "ÐеÑÑпело пÑавÑеÑе не акÑивиÑаног домен
msgid "failed to bind new root %s"
msgstr "ÐеÑÑпело повезиваÑе пÑикÑÑÑка Ñа â%sâ: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "неÑÑпело пÑавÑеÑе â%sâ"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "ÐеÑÑпело повезиваÑе пÑикÑÑÑка Ñа â%sâ: %s"
@@ -1703,21 +1721,21 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr "не поÑÑоÑи домен коÑи Ñе подÑдаÑа Ñа uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr "неÑÑпело бÑиÑаÑе акÑивног домена"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "неÑÑпело бÑиÑаÑе акÑивног домена"
@@ -1772,7 +1790,7 @@ msgstr "неиÑпÑаван Ð¿Ð¾ÐºÐ°Ð·Ð¸Ð²Ð°Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° Ñ"
msgid "failed to kill pid %d"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° заÑвоÑим tty pid даÑоÑÐµÐºÑ %s: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° ÑÑвÑдим даÑоÑÐµÐºÑ â%sâ: %s"
@@ -1807,234 +1825,244 @@ msgstr "име домена"
msgid "no domain with id %d"
msgstr "нема домена Ñа id %d"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "непознаÑа пÑоÑедÑÑа: %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "ÐеÑÑпело наÑÑавÑаÑе домена %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "неиÑпÑавна пÑÑаÑа: %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "ÐеважеÑи паÑамеÑÐ°Ñ Ð·Ð° virXPathNode()"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° ÑазÑеÑим адÑеÑе %d: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° ÑазÑеÑим адÑеÑе %d: %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° ÑазÑеÑим адÑеÑе %d: %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑам заглавÑе â%sâ: %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr "ÐÑоÑлеÑÑÑем заÑ
Ñев, али ниÑе обезбеÑена IPv4 адÑеÑа/мÑежна маÑка"
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "непознаÑа вÑÑÑа аÑÑоÑизаÑиÑе %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
"Ðазив даÑоÑеке мÑежног подеÑаваÑа â%sâ Ñе не поклапа Ñа називом мÑеже â%sâ"
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° Ñклоним подеÑаваÑе за %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "домен %s Ð²ÐµÑ Ð¿Ð¾ÑÑоÑи"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "ÐеÑÑпело аÑÑомаÑÑко покÑеÑаÑе мÑеже â%sâ: %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "ниÑе могÑÑе покÑенÑÑи подÑÑÐºÑ Ð¼Ð¾ÑÑа: %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "qemudStartup: нема довоÑно мемоÑиÑе"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
#, fuzzy
msgid "Reloading iptables rules\n"
msgstr "Ðоново ÑÑиÑавам iptables пÑавила"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° покÑенем ÑиÑÑемÑÐºÑ ÑÑлÑÐ³Ñ Ð±ÐµÐ· IP адÑеÑе за ÑеÑвеÑ"
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° напÑавим диÑекÑоÑиÑÑм дневника %s: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "неÑÑпело додаваÑе пÑавила ip Ñабела за Ð´Ð¾Ð·Ð²Ð¾Ð»Ñ Ð¿ÑолаÑка из â%sâ : %s\n"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "неÑÑпело додаваÑе пÑавила ip Ñабела за Ð´Ð¾Ð·Ð²Ð¾Ð»Ñ Ð¿ÑолаÑка до â%sâ : %s\n"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "неÑÑпело додаваÑе пÑавила ip Ñабела за омогÑÑаваÑе маÑкиÑаÑа: %s\n"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "неÑÑпело додаваÑе пÑавила ip Ñабела за Ð´Ð¾Ð·Ð²Ð¾Ð»Ñ ÑÑÑиÑаÑа од â%sâ : %s\n"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "неÑÑпело додаваÑе пÑавила ip Ñабела за Ð´Ð¾Ð·Ð²Ð¾Ð»Ñ ÑÑÑиÑаÑа до â%sâ : %s\n"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr ""
"неÑÑпело додаваÑе пÑавила ip Ñабела за Ð´Ð¾Ð·Ð²Ð¾Ð»Ñ DHCP заÑ
Ñева од â%sâ : %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr ""
"неÑÑпело додаваÑе пÑавила ip Ñабела за Ð´Ð¾Ð·Ð²Ð¾Ð»Ñ DNS заÑ
Ñева од â%sâ : %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr ""
"неÑÑпело додаваÑе пÑавила ip Ñабела за забÑÐ°Ð½Ñ Ð¸Ð·Ð»Ð°Ð·Ð½Ð¾Ð³ ÑаобÑаÑаÑа од â%sâ : "
"%s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr ""
"неÑÑпело додаваÑе пÑавила ip Ñабела за забÑÐ°Ð½Ñ Ñлазног ÑаобÑаÑаÑа до â%sâ : %"
"s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr ""
"неÑÑпело додаваÑе пÑавила ip Ñабела за Ð´Ð¾Ð·Ð²Ð¾Ð»Ñ ÑаобÑаÑаÑа пÑеко ÑкÑÑÑеног "
"моÑÑа на â%sâ : %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "мÑежа Ñе Ð²ÐµÑ Ð°ÐºÑивна"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° напÑавим моÑÑ â%sâ : %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° поÑÑавим IP адÑеÑÑ Ð½Ð° моÑÑÑ â%sâ до â%sâ : %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° поÑÑавим мÑÐµÐ¶Ð½Ñ Ð¼Ð°ÑÐºÑ Ð½Ð° моÑÑÑ â%sâ до â%sâ : %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "неÑÑпело подизаÑе моÑÑа â%sâ : %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "неÑÑпело омогÑÑаваÑе IP пÑоÑлеÑиваÑа : %s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "ÐеÑÑпело ÑпÑÑÑаÑе моÑÑа â%sâ : %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "ÐеÑÑпело бÑиÑаÑе моÑÑа â%sâ : %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "ÐÑкÑÑÑÑÑем мÑÐµÐ¶Ñ â%sâ"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr "нема мÑеже коÑа Ñе подÑдаÑа Ñа uuid"
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr "нема мÑеже коÑа Ñе подÑдаÑа Ñа називом"
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "мÑежа Ñе Ð²ÐµÑ Ð°ÐºÑивна"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr "нема мÑеже коÑа Ñе подÑдаÑа Ñа id-ом"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "ÐÑежа %s ниÑе акÑивна"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° напÑавим диÑекÑоÑиÑÑм аÑÑомаÑÑког покÑеÑаÑа %s: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "ÐеÑÑпело пÑавÑеÑе ÑимболиÑке везе â%sâ ка â%sâ: %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "ÐеÑÑпело бÑиÑаÑе ÑимболиÑке везе â%sâ: %s"
@@ -2045,7 +2073,267 @@ msgstr "ÐеÑÑпело бÑиÑаÑе ÑимболиÑке везе â%sâ:
msgid "no node device with matching name"
msgstr "не поÑÑоÑи ÑкладиÑÑе Ñа даÑим именом"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° обÑиÑем заглавÑе ÑÑеÑаÑа %s"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "недоÑÑаÑе пÑÑаÑа извоÑа"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "непознаÑа вÑÑÑа %d диÑка за ÑкладиÑÑеÑе"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° поÑÑавим влаÑника даÑоÑеке â%sâ: %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "неиÑпÑаван звÑÑни модел â%sâ"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "вÑÑÑа мÑежне ÑпÑеге"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "неиÑпÑаван Ð¿Ð¾ÐºÐ°Ð·Ð¸Ð²Ð°Ñ Ð²ÐµÐ·Ðµ Ñ %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "непознаÑа вÑÑÑа аÑÑоÑизаÑиÑе %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "неиÑпÑаван Ð¿Ð¾ÐºÐ°Ð·Ð¸Ð²Ð°Ñ ÑкладиÑÑа Ñ %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "неиÑпÑаван Ð¿Ð¾ÐºÐ°Ð·Ð¸Ð²Ð°Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° Ñ %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "неиÑпÑаван Ð¿Ð¾ÐºÐ°Ð·Ð¸Ð²Ð°Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° Ñ %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "неиÑпÑаван звÑÑни модел â%sâ"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "неиÑпÑаван звÑÑни модел â%sâ"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "неиÑпÑаван Ð¿Ð¾ÐºÐ°Ð·Ð¸Ð²Ð°Ñ Ð²ÐµÐ·Ðµ Ñ %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "лоÑе обликован uuid елеменÑ"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "недоÑÑаÑе ÐµÐ»ÐµÐ¼ÐµÐ½Ñ ÐºÐ°Ð¿Ð°ÑиÑеÑа"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "непознаÑа вÑÑÑа аÑÑоÑизаÑиÑе %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "непознаÑа вÑÑÑа аÑÑоÑизаÑиÑе %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° оÑвоÑим %s: %s"
@@ -2205,7 +2493,7 @@ msgstr "домен ниÑе Ñ ÑÑаÑÑ Ð³Ð°ÑеÑа"
msgid "Could not read container config"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° ÑаÑÑланим УРРвезе"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr "непознаÑа вÑÑÑа â%sâ"
@@ -2219,6 +2507,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° ÑаÑÑланим УРРвезе"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "ÐеÑÑпело оÑваÑаÑе pid даÑоÑеке â%sâ: %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "ÐеÑÑпело ÑиÑаÑе из Ñеви Ñигнала: %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "ÐеÑÑпело пиÑаÑе Ñ pid даÑоÑÐµÐºÑ â%sâ: %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "ÐеÑÑпело оÑваÑаÑе pid даÑоÑеке â%sâ: %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "неÑÑпела ÑадÑа: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "ÐеÑÑпело повезиваÑе пÑикÑÑÑка Ñа â%sâ: %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "ÐеÑÑпело повезиваÑе Ñа Ñ
ипеÑвизоÑом"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "ÐеÑÑпело повезиваÑе пÑикÑÑÑка Ñа â%sâ: %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "ÐеÑÑпело пÑавÑеÑе диÑка из %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "ÐеÑÑпело пÑоналажеÑе запиÑа коÑиÑника за uid â%dâ: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "ÐеÑÑпело пÑавÑеÑе ÑкладиÑÑа из %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2264,706 +2617,772 @@ msgstr "ÐÑеÑка Ñ ÐºÐ¾Ð¼ÑникаÑиÑи Ñа пÑокÑиÑем: пог
msgid "got asynchronous packet number %d\n"
msgstr "пÑимÑен аÑинÑ
Ñони бÑÐ¾Ñ Ð¿Ð°ÐºÐµÑа %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "ÐеоÑекиван ÑÑаÑÑÑ Ð¸Ð·Ð»Ð°Ñка из qemu %d pid %lu"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr "ÐеоÑекивани ÑÑаÑÑÑ Ð¸Ð·Ð»Ð°Ñка â%dâ, qemu веÑоваÑно ниÑе ÑÑпео"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° пÑонаÑем QEMU binary %s: %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "ÐÑежа â%sâ ниÑе пÑонаÑена"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr "ÐÑÑÑа мÑеже %d ниÑе подÑжана"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr "ниÑе могÑÑе покÑенÑÑи подÑÑÐºÑ Ð¼Ð¾ÑÑа: %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "ÐеÑÑпеÑно додаваÑе tap ÑпÑеге â%sâ на моÑÑ â%sâ : %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "ÐеÑÑпеÑно додаваÑе tap ÑпÑеге â%sâ на моÑÑ â%sâ : %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "Ð¾Ð²Ð°Ñ qemu не подÑжава âinfo blockstatsâ"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
#, fuzzy
msgid "STDIO migration is not supported with this QEMU binary"
msgstr "Ð¾Ð²Ð°Ñ qemu не подÑжава âinfo blockstatsâ"
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "ниÑе подÑжана вÑÑÑа диÑка â%sâ"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "ниÑе подÑжана вÑÑÑа диÑка â%sâ"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr "ниÑе подÑжана вÑÑÑа диÑка â%sâ"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "неиÑпÑаван звÑÑни модел"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "неиÑпÑаван назив домена"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "неиÑпÑавна пÑÑаÑа"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "ÐиÑе могÑÑе оÑвоÑиÑи пÑÑаÑÑ Ð½Ð°Ð´Ð³Ð»ÐµÐ´Ð°Ñа %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "ÑпиÑак домена за ÑвоÑ"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "ÐеÑÑпело поÑÑавÑаÑе close-on-exec заÑÑавиÑе опиÑника даÑоÑека"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "ÐеÑÑпело поÑÑавÑаÑе неблокиÑаÑÑÑе заÑÑавиÑе опиÑника даÑоÑека"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "неÑÑпело пÑавÑеÑе даÑоÑеке дневника %s: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
"ÐиÑе могÑÑе поÑÑавиÑи даÑоÑÐµÐºÑ Ð´Ð½ÐµÐ²Ð½Ð¸ÐºÐ° VM заÑÑавиÑе за заÑвоÑи-пÑи-"
"извÑÑаваÑÑ %s"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "неÑÑпело пÑавÑеÑе даÑоÑеке дневника %s: %s"
-#: src/qemu_driver.c:211
-#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "неÑÑпело пÑавÑеÑе даÑоÑеке дневника %s: %s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr ""
-"ÐиÑе могÑÑе поÑÑавиÑи даÑоÑÐµÐºÑ Ð´Ð½ÐµÐ²Ð½Ð¸ÐºÐ° VM заÑÑавиÑе за заÑвоÑи-пÑи-"
-"извÑÑаваÑÑ %s"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° оÑвоÑим tty %s: %s\n"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "ÐеÑÑпело аÑÑомаÑÑко покÑеÑаÑе VM-а â%sâ: %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "ÐеÑÑпело добавÑаÑе ÑÑаÑиÑÑике блока %s %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "ÐеÑÑпело пÑавÑеÑе домена из %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "ÐеÑÑпело ÑÑваÑе домена %s Ñ %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "ÐеÑÑпело пÑавÑеÑе диÑекÑоÑиÑÑма %s : %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "неÑÑпело добиÑаÑе ÑÑенÑÑног вÑемена"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "ÐеÑÑпело ÑаÑÑлаÑиваÑе Ñежима â%sâ"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "ÐеÑÑпело ÑаÑÑлаÑиваÑе Ñежима â%sâ"
+
+#: src/qemu_driver.c:476
#, fuzzy, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "ÐеÑÑпело аÑÑомаÑÑко покÑеÑаÑе VM-а â%sâ: %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup: нема довоÑно мемоÑиÑе"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr "ÐеÑÑпеÑ
Ñоком ÑиÑаÑа %s излаза покÑеÑаÑа"
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr "ÐÑеме Ñе иÑÑекло Ñоком ÑиÑаÑа %s излаза покÑеÑаÑа"
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr "ÐеÑÑало Ñе пÑоÑÑоÑа Ñоком ÑиÑаÑа %s излаза покÑеÑаÑа"
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, fuzzy, c-format
+msgid "Out of space while reading %s log output"
+msgstr "ÐеÑÑало Ñе пÑоÑÑоÑа Ñоком ÑиÑаÑа %s излаза покÑеÑаÑа"
+
+#: src/qemu_driver.c:757
+#, fuzzy, c-format
+msgid "Failure while reading %s log output"
+msgstr "ÐеÑÑпеÑ
Ñоком ÑиÑаÑа %s излаза покÑеÑаÑа"
+
+#: src/qemu_driver.c:771
+#, fuzzy, c-format
+msgid "Timed out while reading %s log output"
+msgstr "ÐÑеме Ñе иÑÑекло Ñоком ÑиÑаÑа %s излаза покÑеÑаÑа"
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr "ÐиÑе могÑÑе оÑвоÑиÑи пÑÑаÑÑ Ð½Ð°Ð´Ð³Ð»ÐµÐ´Ð°Ñа %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr "ÐиÑе могÑÑе поÑÑавиÑи заÑÑавиÑÑ Ð·Ð° надгледаÑе заÑваÑаÑа-пÑи-извÑÑаваÑÑ"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr "ÐиÑе могÑÑе поÑÑавиÑи надгледаÑе Ñ Ð½ÐµÐ±Ð»Ð¾ÐºÐ¸ÑаÑÑÑи Ñежим"
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "ÐиÑе могÑÑе заÑвоÑиÑи даÑоÑÐµÐºÑ Ð´Ð½ÐµÐ²Ð½Ð¸ÐºÐ° %d: %s"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° поÑÑавим tty аÑÑибÑÑе: %s\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
"не Ð¼Ð¾Ð³Ñ Ð´Ð° покÑенем ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ monitor Ñади пÑибавÑаÑа инÑоÑмаÑиÑа о CPU ниÑима"
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "неÑÑпело добавÑаÑе домена â%sâ"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr "неÑÑпео наÑÑавак опеÑаÑиÑе"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "неÑÑпело добиÑаÑе ÑÑенÑÑног вÑемена"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "VM Ñе Ð²ÐµÑ Ð°ÐºÑиван"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr "ÐиÑе могÑÑе пÑонаÑи VNC поÑÑ ÐºÐ¾Ñи ниÑе Ñ ÑпоÑÑеби"
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° напÑавим диÑекÑоÑиÑÑм дневника %s: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° пÑонаÑем QEMU binary %s: %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° пÑонаÑем QEMU binary %s: %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "ÐиÑе могÑÑе пиÑаÑи argv Ñ Ð´Ð°ÑоÑÐµÐºÑ Ð´Ð½ÐµÐ²Ð½Ð¸ÐºÐ° %d: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "ÐиÑе могÑÑе пиÑаÑи argv Ñ Ð´Ð°ÑоÑÐµÐºÑ Ð´Ð½ÐµÐ²Ð½Ð¸ÐºÐ° %d: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "ÐиÑе могÑÑе пиÑаÑи argv Ñ Ð´Ð°ÑоÑÐµÐºÑ Ð´Ð½ÐµÐ²Ð½Ð¸ÐºÐ° %d: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Ðомен %s Ñе гаÑи\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "СпÑÑÑам VM â%sâ"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "ÐеÑÑпело повезиваÑе пÑикÑÑÑка Ñа â%sâ: %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "ÐиÑе могÑÑе заÑвоÑиÑи даÑоÑÐµÐºÑ Ð´Ð½ÐµÐ²Ð½Ð¸ÐºÐ° %d: %s"
+msgid "Failed to remove domain status for %s"
+msgstr "ÐеÑÑпело пÑавÑеÑе домена из %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "ÐиÑе могÑÑе пÑаÑиÑи подаÑке VM конзоле: %s"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° оÑвоÑим tty %s: %s\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr "NUMA ниÑе подÑжана за овом домаÑинÑ"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr "ÐеÑÑпело одÑеÑиваÑе Ñлободне NUMA мемоÑиÑе"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "неÑÑпело добавÑаÑе имена домаÑина"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "домен %s Ð²ÐµÑ Ð¿Ð¾ÑÑоÑи"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "домен %s Ð²ÐµÑ Ð¿Ð¾ÑÑоÑи"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "нема домена коÑи Ñе поклапа Ñа id %d"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "домен Ñе не извÑÑава"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr "неÑÑпела обÑÑÑава домена"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr "неÑÑпеÑна опеÑаÑиÑа ÑпÑÑÑаÑа"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "нема домена коÑи Ñе подÑдаÑа Ñа uuid â%sâ"
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° поÑÑавим макÑÐ¸Ð¼Ð°Ð»Ð½Ñ Ð¼ÐµÐ¼Ð¾ÑиÑÑ Ð¼Ð°ÑÑ Ð¾Ð´ ÑÑенÑÑне мемоÑиÑе"
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° поÑÑавим мемоÑиÑÑ Ð°ÐºÑивног домена"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° поÑÑавим мемоÑиÑÑ Ð²ÐµÑÑ Ð¾Ð´ макÑималне мемоÑиÑе"
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr "неÑÑпело добавÑаÑе xml-а домена"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr "неÑÑпело пÑавÑеÑе â%sâ"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
msgstr "неÑÑпело ÑпиÑиваÑе ÑÑваÑа заглавÑа"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr "неÑÑпело ÑпиÑиваÑе xml-а"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "ÐиÑе могÑÑе заÑвоÑиÑи даÑоÑÐµÐºÑ Ð´Ð½ÐµÐ²Ð½Ð¸ÐºÐ° %d: %s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "неÑÑало мемоÑиÑе"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr "опеÑаÑиÑа пÑелаÑка ниÑе ÑÑпела"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
#, fuzzy
msgid "'migrate' not supported by this qemu"
msgstr "Ð¾Ð²Ð°Ñ qemu не подÑжава âinfo blockstatsâ"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° поÑÑавим мемоÑиÑÑ Ð°ÐºÑивног домена"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° одÑедим макÑималне vcpus за домен"
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
"заÑ
Ñевани vcpus Ñе веÑи него макÑимални дозвоÑени vcpus за домен: %d > %d"
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑикаÑим ÑÑеÑÐ°Ñ Ð½Ð° неакÑивни домен"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "vcpu бÑÐ¾Ñ Ñе изван опÑега %d > %d"
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° поÑÑавим влаÑника даÑоÑеке â%sâ: %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "ai_family ниÑе подÑжана"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑеÑзмем конÑекÑÑ Ð´Ð°ÑоÑеке од %s: %s"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr "cpu ÑклоноÑÑ Ð½Ð¸Ñе доÑÑÑпна"
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "непознаÑа вÑÑÑа виÑÑÑализаÑиÑе Ñ Ð´ÐµÑиниÑиÑи домена â%dâ"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "неÑÑпело добиÑаÑе ÑÑенÑÑног вÑемена"
+
+#: src/qemu_driver.c:3014
+#, fuzzy, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr "vCPU бÑоÑÐ°Ñ Ñе пÑеÑао ÑÐ²Ð¾Ñ Ð¼Ð°ÐºÑимÑм: %d > %d"
+
+#: src/qemu_driver.c:3023
+#, fuzzy, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr "vCPU бÑоÑÐ°Ñ Ñе пÑеÑао ÑÐ²Ð¾Ñ Ð¼Ð°ÐºÑимÑм: %d > %d"
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑам оÑиÑак домена"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr "неÑÑпело ÑиÑаÑе qemu заглавÑа"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr "магиÑа оÑиÑка ниÑе иÑпÑавна"
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "веÑзиÑа оÑиÑка ниÑе подÑжана (%d > %d)"
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr "неÑÑпело ÑиÑаÑе XML-а"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr "неÑÑпело ÑаÑÑлаÑиваÑе XML-а"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr "домен Ñе Ð²ÐµÑ Ð°ÐºÑиван као â%sâ"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
msgid "failed to assign new VM"
msgstr "неÑÑпело додеÑиваÑе новог VM"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr "неÑÑпело покÑеÑаÑе VM"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
msgid "failed to resume domain"
msgstr "неÑÑпело наÑÑавÑаÑе домена"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "ниÑе подÑжана вÑÑÑа диÑка â%sâ"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоменим cdrom медиÑÑм"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоменим cdrom медиÑÑм"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, fuzzy, c-format
msgid "target %s already exists"
msgstr "диÑк ÑкладиÑÑеÑа Ð²ÐµÑ Ð¿Ð¾ÑÑоÑи"
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑам %s: %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "домен %s Ð²ÐµÑ Ð¿Ð¾ÑÑоÑи"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° издвоÑим извоÑне ÑÑеÑаÑе"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "ÑÑиÑавам даÑоÑÐµÐºÑ Ð´ÐµÑиниÑиÑе домаÑина"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° издвоÑим извоÑне ÑÑеÑаÑе"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "ÑÑиÑавам даÑоÑÐµÐºÑ Ð´ÐµÑиниÑиÑе домаÑина"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑикаÑим ÑÑеÑÐ°Ñ Ð½Ð° неакÑивни домен"
-#: src/qemu_driver.c:3451
-#, fuzzy
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, fuzzy, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr "Ñедино ÑÑеÑаÑи CDROM диÑка Ð¼Ð¾Ð³Ñ Ð±Ð¸Ñи пÑикаÑени"
-#: src/qemu_driver.c:3460
-#, fuzzy
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, fuzzy, c-format
+msgid "device type '%s' cannot be attached"
msgstr "Ñедино ÑÑеÑаÑи CDROM диÑка Ð¼Ð¾Ð³Ñ Ð±Ð¸Ñи пÑикаÑени"
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "домен ниÑе пÑонаÑен"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "неÑÑпело наÑÑавÑаÑе домена"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "ÐеÑÑпело оÑкаÑиÑаÑе ÑÑеÑаÑа из %s"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑикаÑим ÑÑеÑÐ°Ñ Ð½Ð° неакÑивни домен"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
#, fuzzy
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr "Ñедино ÑÑеÑаÑи CDROM диÑка Ð¼Ð¾Ð³Ñ Ð±Ð¸Ñи пÑикаÑени"
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° поÑÑавим мемоÑиÑÑ Ð°ÐºÑивног домена"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° напÑавим диÑекÑоÑиÑÑм аÑÑомаÑÑког покÑеÑаÑа %s: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "ÐеÑÑпело пÑавÑеÑе ÑимболиÑке везе â%sâ ка â%sâ: %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "неиÑпÑавна пÑÑаÑа: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr "âinfo blockstatsâ команда ниÑе ÑÑпела"
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "Ð¾Ð²Ð°Ñ qemu не подÑжава âinfo blockstatsâ"
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "ÑÑеÑÐ°Ñ Ð½Ð¸Ñе пÑонаÑен: %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr "NULL или пÑазна пÑÑаÑа"
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "неиÑпÑавна пÑÑаÑа, â%sâ ниÑе познаÑа ÑпÑега"
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "ÐеÑÑпело оÑваÑаÑе диÑекÑоÑиÑÑма â%sâ: %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "неÑÑпела lseek ÑадÑа или ÑиÑаÑе из даÑоÑеке: %s: %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "неиÑпÑавна пÑÑаÑа"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr "QEMU ÑпÑавÑаÑки пÑогÑам подÑжава Ñамо виÑÑÑелне мемоÑиÑÑке адÑеÑе"
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "неÑÑпела open(%s) ÑадÑа: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "неÑÑпела lvs команда"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s: неÑÑпело ÑпиÑиваÑе даÑоÑеке дневника: %s"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "ÑпиÑак домена за ÑвоÑ"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "ÐеÑÑпеÑно пÑавÑеÑе UUID"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "домен Ñе Ð²ÐµÑ Ð°ÐºÑиван као â%sâ"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "неÑÑпело покÑеÑаÑе VM"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "неÑÑпела ÑадÑа: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "ÐеÑÑпело наÑÑавÑаÑе домена %s"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "нема домена коÑи Ñе поклапаÑÑ Ñа именом"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
msgstr "неÑÑпело пÑоналажеÑе libvirtd бинаÑне даÑоÑеке"
@@ -2975,510 +3394,591 @@ msgstr ""
"remote_open: пÑÐµÐ½Ð¾Ñ Ñ Ð£Ð Ð-Ñ Ð½Ð¸Ñе пÑÐµÐ¿Ð¾Ð·Ð½Ð°Ñ (ÑÑебало би да бÑде tls|unix|ssh|"
"ext|tcp)"
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open: за âextâ пÑеноÑ, поÑÑебна Ñе команда"
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° оÑвоÑим tty %s: %s\n"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° оÑвоÑим tty %s: %s\n"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "ÐеÑÑпело пÑавÑеÑе пÑикÑÑÑка: %s"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "ÐеÑÑпело пÑавÑеÑе пÑикÑÑÑка: %s"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr "Windows не подÑжава unix, ssh i ext наÑине пÑеноÑа"
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "ÐеÑÑпело пÑавÑеÑе пÑикÑÑÑка: %s"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "ÐиÑе могÑÑе заÑвоÑиÑи даÑоÑÐµÐºÑ Ð´Ð½ÐµÐ²Ð½Ð¸ÐºÐ° %d: %s"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "неÑÑпело добавÑаÑе УРÐ-а"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "заÑзимам домен"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° пÑиÑÑÑпим %s â%sâ: %s (%d)"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "неÑÑпело заÑзимаÑе ÑвоÑа"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "ÐиÑе могÑÑе пÑаÑиÑи подаÑке VM конзоле: %s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "неÑÑпело покÑеÑаÑе SASL библиоÑеке: %d (%s)"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, fuzzy, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° поÑÑавим tty аÑÑибÑÑе: %s\n"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° поÑÑавим tty аÑÑибÑÑе: %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "ÐеÑÑпела поÑвÑда иденÑиÑеÑа коÑиÑника %s"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° оÑвоÑим tty %s: %s\n"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr "пÑовеÑа ÑеÑвеÑа (Ñа наÑим ÑвеÑеÑем или IP адÑеÑом) ниÑе ÑÑпела\n"
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "ÐеÑÑпела поÑвÑда иденÑиÑеÑа коÑиÑника %s"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° напÑавим Ñев: %s"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "ÐеиÑпÑаван Ñип ÑÑеÑаÑа: %s"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
#, fuzzy
msgid "The certificate is not trusted."
msgstr "УвеÑеÑе ниÑе ÑÐ¾Ñ Ð°ÐºÑивиÑано"
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
#, fuzzy
msgid "The certificate hasn't got a known issuer."
msgstr "remoteCheckCertificate: ниÑе Ð¿Ð¾Ð·Ð½Ð°Ñ Ð¸Ð·Ð´Ð°Ð²Ð°Ñ ÑвеÑеÑа клиÑенÑа."
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
#, fuzzy
msgid "The certificate has been revoked."
msgstr "УвеÑеÑе Ñе иÑÑекло"
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
#, fuzzy
msgid "The certificate uses an insecure algorithm"
msgstr "remoteCheckCertificate: ÑвеÑеÑе клиÑенÑа коÑиÑÑи небезбедан алгоÑиÑам."
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "ÐÑÑÑа ÑвеÑеÑа ниÑе X.509"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "gnutls_certificate_get_peers ниÑе ÑÑпело"
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "ÐеÑÑпела иниÑиÑализаÑиÑа SASL аÑÑенÑиÑикаÑиÑе %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° оÑвоÑим tty %s: %s\n"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "УвеÑеÑе Ñе иÑÑекло"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "УвеÑеÑе ниÑе ÑÐ¾Ñ Ð°ÐºÑивиÑано"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr "ÐлаÑник ÑвеÑеÑа Ñе не подÑдаÑа Ñа називом домаÑина (%s)"
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "пÑевиÑе NUMA ÑелиÑа: %d > %d"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "пÑевиÑе ÑдаÑениÑ
ID-а домена: %d > %d"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr "дÑжина мапе Ñе веÑа од макÑималне: %d > %d"
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "vCPU бÑоÑÐ°Ñ Ñе пÑеÑао ÑÐ²Ð¾Ñ Ð¼Ð°ÐºÑимÑм: %d > %d"
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr "vCPU баÑÐµÑ Ð´Ñжине мапе Ñе пÑеÑао ÑÐ²Ð¾Ñ Ð¼Ð°ÐºÑимÑм: %d > %d"
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "домаÑин пÑиÑавÑÑÑе пÑевиÑе vCPU-а: %d > %d"
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
"домаÑин пÑиÑавÑÑÑе да Ñе баÑÐµÑ Ð´Ñжине мапе пÑеÑао ÑÐ²Ð¾Ñ Ð¼Ð°ÐºÑимÑм: %d > %d"
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, fuzzy, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr "vCPU бÑоÑÐ°Ñ Ñе пÑеÑао ÑÐ²Ð¾Ñ Ð¼Ð°ÐºÑимÑм: %d > %d"
+
+#: src/remote_internal.c:2352
+#, fuzzy, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr "vCPU бÑоÑÐ°Ñ Ñе пÑеÑао ÑÐ²Ð¾Ñ Ð¼Ð°ÐºÑимÑм: %d > %d"
+
+#: src/remote_internal.c:2361
+#, fuzzy, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr "vCPU бÑоÑÐ°Ñ Ñе пÑеÑао ÑÐ²Ð¾Ñ Ð¼Ð°ÐºÑимÑм: %d > %d"
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr "пÑевиÑе назива ÑдаÑениÑ
домена: %d > %d"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
"remoteDomainGetSchedulerParameters: вÑаÑени бÑÐ¾Ñ Ð¿Ð°ÑамеÑаÑа пÑемаÑÑÑе гÑаниÑÑ"
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "emoteDomainGetSchedulerParameters: непознаÑа вÑÑÑа паÑамеÑÑа"
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "низ на Ð´Ð¾Ð´ÐµÐ»Ñ Ð¿Ñи неÑÑÐ°Ð½ÐºÑ Ð¼ÐµÐ¼Ð¾ÑиÑе"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "непознаÑа вÑÑÑа паÑамеÑÑа"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, fuzzy, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr "заÑ
Ñев за блоком Ñе пÑевелик за ÑдаÑени пÑоÑокол, %zi > %d"
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr "вÑаÑени баÑÐµÑ Ð½Ð¸Ñе иÑÑе велиÑине као заÑ
Ñевани"
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, fuzzy, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr "заÑ
Ñев за мемоÑиÑом Ñе пÑевелик за ÑдаÑени пÑоÑокол, %zi > %d"
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "пÑевиÑе ÑдаÑениÑ
мÑежа: %d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr "заÑ
Ñевано Ñе пÑевиÑе ÑезеÑвоаÑа ÑкладиÑÑа"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr "добиÑено Ñе пÑевиÑе ÑезеÑвоаÑа ÑкладиÑÑа"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr "заÑ
Ñевано Ñе пÑевиÑе диÑкова за ÑмеÑÑаÑе"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr "добиÑено Ñе пÑевиÑе диÑкова за ÑмеÑÑаÑе"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "заÑ
Ñевано Ñе пÑевиÑе диÑкова за ÑмеÑÑаÑе"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "добиÑено Ñе пÑевиÑе диÑкова за ÑмеÑÑаÑе"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "заÑ
Ñевано Ñе пÑевиÑе диÑкова за ÑмеÑÑаÑе"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "добиÑено Ñе пÑевиÑе диÑкова за ÑмеÑÑаÑе"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "непознаÑа вÑÑÑа аÑÑенÑиÑикаÑиÑе %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr "заÑ
Ñевана вÑÑÑа аÑÑенÑиÑикаÑиÑе %s Ñе одбиÑена"
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "неподÑжана вÑÑÑа аÑÑенÑиÑикаÑиÑе %d"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "неÑÑпело покÑеÑаÑе SASL библиоÑеке: %d (%s)"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "неÑÑпело пÑибавÑаÑе адÑеÑе пÑикÑÑÑка %d (%s)"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "неÑÑпело пÑибавÑаÑе адÑеÑе ÑавнопÑавног ÑÑеÑаÑа %d (%s)"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "ÐеÑÑпело пÑавÑеÑе конÑекÑÑ SASL клиÑенÑа: %d (%s)"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr "неиÑпÑавна велиÑина ÑиÑÑе за TLS ÑеÑиÑÑ"
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° поÑÑавим ÑпоÑаÑÑи SSF %d (%s)"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° поÑÑавим безбедноÑни props %d (%s)"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "SASL меÑ
анизам %s ниÑе подÑжан од ÑÑÑане ÑеÑвеÑа"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "ÐеÑÑпело покÑеÑаÑе SASL пÑеговаÑаÑа: %d (%s)"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr "ÐеÑÑпело кÑеиÑаÑе ÑвеÑеÑа аÑÑоÑизаÑиÑе"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr "ÐодаÑи SASL пÑеговаÑаÑа ÑÑ Ð¿Ñевелики: %d баÑÑова"
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "ÐеÑÑпео SASL коÑак: %d (%s)"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr "пÑеговаÑаÑе SSF %d ниÑе било довоÑно Ñако"
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr "ÐеÑÑпело ÑакÑпÑаÑе ÑвеÑеÑа аÑÑоÑизаÑиÑе"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr "xdr_remote_message_header ниÑе ÑÑпео"
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr "marshalling args"
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
#, fuzzy
msgid "xdr_u_int (length word)"
msgstr "xdr_int (ÑÐµÑ Ð´Ñжине)"
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° ÑаÑÑвам подаÑке домена"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "ÐеÑÑпело ÑиÑаÑе пÑикÑÑÑка %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "веза Ñамо за ÑиÑаÑе"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° ÑпиÑем меÑа подаÑак"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "неÑÑпело пÑавÑеÑе â%sâ"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "ÐеÑÑпело ÑниÑÑаваÑе диÑка %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
#, fuzzy
msgid "xdr_u_int (length word, reply)"
msgstr "xdr_int (ÑÐµÑ Ð´Ñжине, одговоÑ)"
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
#, fuzzy
msgid "packet received from server too small"
msgstr "Ð¿Ð°ÐºÐµÑ ÐºÐ¾Ñи Ñе пÑимÑен Ñа ÑеÑвеÑа Ñе пÑевелики"
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr "Ð¿Ð°ÐºÐµÑ ÐºÐ¾Ñи Ñе пÑимÑен Ñа ÑеÑвеÑа Ñе пÑевелики"
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr "неиÑпÑавно заглавÑе Ñ Ð¾Ð´Ð³Ð¾Ð²Ð¾ÑÑ"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ð¿ÑогÑам (пÑимÑено %x, оÑекивано %x)"
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr "непознаÑа веÑзиÑа пÑоÑокола (пÑимÑено %x, оÑекивано %x)"
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr "непознаÑа пÑоÑедÑÑа (пÑимÑено %x, оÑекивано %x)"
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr "unmarshalling ret"
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr "unmarshalling remote_error"
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ ÑÑаÑÑÑ (пÑимÑено %x)"
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "calloc ниÑе ÑÑпео"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "неÑÑпело ÑекаÑе на командÑ: %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° оÑвоÑим tty pid даÑоÑÐµÐºÑ %s: %s"
+
+#: src/security_selinux.c:120
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑам tty pid даÑоÑÐµÐºÑ %s: %s"
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° оÑвоÑим tty pid даÑоÑÐµÐºÑ %s: %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑам tty pid даÑоÑÐµÐºÑ %s: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑеÑзмем конÑекÑÑ Ð´Ð°ÑоÑеке од %s: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, fuzzy, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr "vCPU бÑоÑÐ°Ñ Ñе пÑеÑао ÑÐ²Ð¾Ñ Ð¼Ð°ÐºÑимÑм: %d > %d"
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° оÑвоÑим tty %s: %s\n"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° оÑвоÑим tty %s: %s\n"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3509,45 +4009,45 @@ msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° ÑÑажим кÑÐ°Ñ Ð´Ð°ÑоÑеке â%sâ:%s"
msgid "cannot read beginning of file '%s'"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° ÑÑажим кÑÐ°Ñ Ð´Ð°ÑоÑеке â%sâ:%s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑеÑзмем конÑекÑÑ Ð´Ð°ÑоÑеке од %s: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑам диÑекÑоÑиÑÑм %s: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr "ÐеÑÑпело компаÑлиÑаÑе regex %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑам fd"
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "неÑÑпело ÑекаÑе на командÑ: %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr "команда Ñе ниÑе пÑавилно завÑÑила"
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "гÑеÑка Ñоком ÑиÑаÑа: %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr "ÑÑаÑÑÑ Ð¸Ð·Ð»Ð°Ð·Ð° команде %d ниÑе нÑла"
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "%s: ниÑе Ñеализовано\n"
@@ -3658,7 +4158,7 @@ msgid "cannot extend file '%s'"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑим даÑоÑÐµÐºÑ â%sâ: %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑам пÑÑаÑÑ â%sâ: %s"
@@ -3692,17 +4192,17 @@ msgstr "пÑавÑеÑе оÑиÑака коÑи ниÑÑ ÑиÑови ниÑе
msgid "creation of non-raw images is not supported without qemu-img"
msgstr "пÑавÑеÑе оÑиÑака коÑи ниÑÑ ÑиÑови ниÑе подÑжано без qemu-img"
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° поÑÑавим влаÑника даÑоÑеке â%sâ: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° поÑÑавим Ñежим даÑоÑеке â%sâ: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° заÑвоÑим даÑоÑÐµÐºÑ â%sâ: %s"
@@ -3815,11 +4315,7 @@ msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° заÑвоÑим ÑÑеÑÐ°Ñ %s"
msgid "cannot remove PV device '%s'"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° Ñклоним ttyPidFile %s: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑонаÑем ÑÑеÑÐ°Ñ ÐºÐ¾Ñи Ñе ÑкоÑо напÑавÑен â%sâ: %s"
@@ -3832,164 +4328,169 @@ msgstr "недоÑÑаÑе аÑÑибÑÑ Ð°ÑÑоÑизаÑиÑе домаÑи
msgid "missing auth passwd attribute"
msgstr "недоÑÑаÑе аÑÑибÑÑ Ð°ÑÑоÑизаÑиÑе лозинка"
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr "Ð»Ð¾Ñ Ð¾ÐºÑални Ñежим"
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr "Ð»Ð¾Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñ Ð²Ð»Ð°Ñник"
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr "Ð»Ð¾Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñ Ð³ÑÑпа"
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ root елеменÑ"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "непознаÑа вÑÑÑа %d диÑка за ÑкладиÑÑеÑе"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "недоÑÑаÑе ÐµÐ»ÐµÐ¼ÐµÐ½Ñ Ð¸Ð¼ÐµÐ½Ð°"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° генеÑиÑем uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "непознаÑа вÑÑÑа аÑÑоÑизаÑиÑе %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "недоÑÑаÑе име домаÑина извоÑа"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° издвоÑим извоÑне ÑÑеÑаÑе"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "недоÑÑаÑÑ Ð¿ÑÑаÑа извоÑног ÑÑеÑаÑа"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "недоÑÑаÑе пÑÑаÑа извоÑа"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr "непознаÑа вÑÑÑа аÑÑоÑизаÑиÑе %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "недоÑÑаÑе ÑиÑна пÑÑаÑа"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "ÑоÑÐ¼Ð°Ñ ÑезеÑвоаÑа ниÑе подÑжан %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr "неоÑекивана вÑÑÑа ÑкладиÑÑа"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr "недоÑÑаÑе ÐµÐ»ÐµÐ¼ÐµÐ½Ñ Ð²Ð»Ð°Ñник"
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "недоÑÑаÑе root елеменÑ"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr "непознаÑа велиÑина ÑединиÑа %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr "Ð»Ð¾Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñ ÐºÐ°Ð¿Ð°ÑиÑеÑа"
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr "вÑедноÑÑ ÐµÐ»ÐµÐ¼ÐµÐ½Ñа капаÑиÑеÑа пÑевелика"
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ root елеменÑ"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "недоÑÑаÑе ÐµÐ»ÐµÐ¼ÐµÐ½Ñ Ð¸Ð¼ÐµÐ½Ð°"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr "недоÑÑаÑе ÐµÐ»ÐµÐ¼ÐµÐ½Ñ ÐºÐ°Ð¿Ð°ÑиÑеÑа"
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "непознаÑа вÑÑÑа аÑÑоÑизаÑиÑе %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, fuzzy, c-format
msgid "unknown volume format number %d"
msgstr "%d ÑоÑÐ¼Ð°Ñ Ð´Ð¸Ñка ниÑе подÑжан"
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "неÑÑпело ÑпиÑиваÑе диÑекÑоÑиÑÑма подеÑаваÑа %s: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "неÑÑпело кÑеиÑаÑе пÑÑаÑе даÑоÑеке подеÑаваÑа"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr "ниÑе могÑÑе конÑÑÑÑиÑаÑи пÑÑаÑÑ Ð²ÐµÐ·Ðµ"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr "неÑÑпело пÑавÑеÑе XML-а"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "неÑÑпело ÑпиÑиваÑе даÑоÑеке подеÑаваÑа %s: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "неÑÑпело ÑпиÑиваÑе даÑоÑеке подеÑаваÑа %s: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "неÑÑпело ÑÑваÑе даÑоÑеке подеÑаваÑа %s: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "не поÑÑоÑи даÑоÑека подеÑаваÑа за %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° Ñклоним подеÑаваÑе за %s"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr "не поÑÑоÑи ÑкладиÑÑе Ñа даÑим uuid-ом"
@@ -3997,17 +4498,17 @@ msgstr "не поÑÑоÑи ÑкладиÑÑе Ñа даÑим uuid-ом"
msgid "no pool with matching name"
msgstr "не поÑÑоÑи ÑкладиÑÑе Ñа даÑим именом"
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr "ÑкладиÑÑе Ð²ÐµÑ Ð¿Ð¾ÑÑоÑи"
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr "не поÑÑоÑи ÑкладиÑÑе Ñа даÑим uuid-ом"
@@ -4015,61 +4516,61 @@ msgstr "не поÑÑоÑи ÑкладиÑÑе Ñа даÑим uuid-ом"
msgid "pool is still active"
msgstr "ÑкладиÑÑе Ñе ÑÐ¾Ñ Ñвек акÑивно"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr "ÑкладиÑÑе Ñе Ð²ÐµÑ Ð°ÐºÑивно"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr "ÑкладиÑÑе Ñе Ð²ÐµÑ Ð°ÐºÑивно"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr "ÑкладиÑÑе ниÑе акÑивно"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr "ÑкладиÑÑе Ñе ÑÐ¾Ñ Ð°ÐºÑивно"
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr "ÑкладиÑÑе не подÑжава бÑиÑаÑе диÑка"
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "ÑкладиÑÑе нема даÑоÑÐµÐºÑ Ð¿Ð¾Ð´ÐµÑаваÑа"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr "не поÑÑоÑи ÑкладиÑÑе Ñа даÑим именом"
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr "не поÑÑоÑи ÑкладиÑÑе Ñа даÑим кÑÑÑем"
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr "не поÑÑоÑи ÑкладиÑÑе Ñа даÑом пÑÑаÑом"
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr "диÑк ÑкладиÑÑеÑа Ð²ÐµÑ Ð¿Ð¾ÑÑоÑи"
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr "ÑкладиÑÑе не подÑжава пÑавÑеÑе диÑка"
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr "ÑкладиÑÑе не подÑжава бÑиÑаÑе диÑка"
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "добавÑам вÑеме дана"
@@ -4126,155 +4627,155 @@ msgstr "ÑпиÑак домена за ÑвоÑ"
msgid "resolving domain filename"
msgstr "ÑазÑеÑавам име даÑоÑеке домена"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "ÑпиÑак домена за ÑвоÑ"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "ÑазÑеÑавам мÑежно име даÑоÑеке"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "ÑпиÑак домена за ÑвоÑ"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "ÑазÑеÑавам име даÑоÑеке домена"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: наведиÑе пÑÑаÑÑ Ð¸Ð»Ð¸ коÑиÑÑиÑе test:///default"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° заÑвоÑим даÑоÑÐµÐºÑ â%sâ: %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "домен ниÑе пÑонаÑен"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "домен Ñе не извÑÑава"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° доделим пÑоÑÑÐ¾Ñ Ð·Ð° меÑа подаÑке"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "ÑаÑÑÐ²Ð°Ñ ÑÑаÑе домена Ñ Ð´Ð°ÑоÑекÑ"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "ÑаÑÑÐ²Ð°Ñ ÑÑаÑе домена Ñ Ð´Ð°ÑоÑекÑ"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑам оÑиÑак домена"
-#: src/test.c:1295
+#: src/test.c:1292
#, fuzzy, c-format
msgid "incomplete save header in '%s'"
msgstr "заглавÑе Ñе ÑаÑÑвано непоÑпÑно"
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr "неÑлагаÑе магиÑе заглавÑа"
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "неÑÑпело ÑиÑаÑе дÑжине меÑа подаÑка"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr "дÑжина меÑа подаÑка Ñе ван опÑега"
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "непоÑпÑн меÑа подаÑак"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Ðомен %s Ñе избаÑен Ñ %s\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "%s: неÑÑпело ÑпиÑиваÑе даÑоÑеке дневника: %s"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Ðомен %s Ñе избаÑен Ñ %s\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr "ÐпÑег пÑевазилази дозвоÑене ÑелиÑе"
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Ðомен Ñе Ð²ÐµÑ Ð¿Ð¾ÐºÑенÑÑ"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Ðомен ÑÐ¾Ñ Ñвек Ñади"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "ÐÑежа ÑÐ¾Ñ Ñвек Ñади"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "ÐÑежа Ñе Ð²ÐµÑ Ð¿Ð¾ÐºÑенÑÑа"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "ÑкладиÑÑе Ñе Ð²ÐµÑ Ð°ÐºÑивно"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "ÑкладиÑÑе ниÑе акÑивно"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "не поÑÑоÑи ÑкладиÑÑе Ñа даÑим именом"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "не поÑÑоÑи ÑкладиÑÑе Ñа даÑим кÑÑÑем"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "не поÑÑоÑи ÑкладиÑÑе Ñа даÑом пÑÑаÑом"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4289,155 +4790,160 @@ msgstr "неÑÑпело заÑзимаÑе пÑоÑÑоÑа за знаковн
msgid "unsupported chr device type %d"
msgstr "вÑÑÑа ÑÑеÑаÑа за ÑÐ½Ð¾Ñ %s ниÑе подÑжана"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "ÐеÑÑпело поÑÑавÑаÑе close-on-exec заÑÑавиÑе опиÑника даÑоÑека"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "ниÑе могÑÑе покÑенÑÑи подÑÑÐºÑ Ð¼Ð¾ÑÑа: %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "ÐеÑÑпело пÑавÑеÑе диÑекÑоÑиÑÑма %s : %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "qemudStartup: нема довоÑно мемоÑиÑе"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "неÑÑпело пÑавÑеÑе даÑоÑеке дневника %s: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° оÑвоÑим %s: %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑонаÑем ÑеÑиÑÑ"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° поÑÑавим Ñежим даÑоÑеке â%sâ: %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑам %s: %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑам диÑекÑоÑиÑÑм %s: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° пÑонаÑем QEMU binary %s: %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "неÑÑпело ÑекаÑе на командÑ: %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "ÐÑимÑен Ñе неоÑекивани pid, довÑага"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑам %s: %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "неÑÑпело бÑиÑаÑе акÑивног домена"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑам %s: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° заÑвоÑим даÑоÑÐµÐºÑ â%sâ: %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° напÑавим Ñев: %s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "ÐеÑÑпело пÑавÑеÑе Ñеви: %s"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° ÑаздвоÑим ÑадÑжани пÑоÑеÑ: %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° избÑиÑем линк ка даÑоÑеÑи â%sâ: %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° обÑиÑем заглавÑе ÑÑеÑаÑа %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° напÑавим диÑекÑоÑиÑÑм аÑÑомаÑÑког покÑеÑаÑа %s: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "неÑÑпела strdup ÑадÑа за име домаÑина: %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "неÑÑпела strdup ÑадÑа за име домаÑина: %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "неÑÑпела strdup ÑадÑа за име домаÑина: %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑим даÑоÑÐµÐºÑ â%sâ: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "гÑеÑка Ñоком ÑиÑаÑа: %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "ÐеÑÑпело пÑоналажеÑе запиÑа коÑиÑника за uid â%dâ: %s"
@@ -4448,19 +4954,24 @@ msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
"ÐÑаÑам Ñе на pseudorandom UUID, ниÑам ÑÑпео да генеÑиÑем random баÑÑове : %s"
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "ÐепознаÑа гÑеÑка"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "ÑÑÐ°Ð¼Ð¿Ð°Ñ Ð¿Ð¾Ð¼Ð¾Ñ"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "ШÑампа опÑÑÑ Ð¿Ð¾Ð¼Ð¾Ñ Ð¸Ð»Ð¸ Ð¿Ð¾Ð¼Ð¾Ñ Ð·Ð° одÑеÑÐµÐ½Ñ Ð½Ð°ÑедбÑ."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "име наÑедбе"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4468,616 +4979,628 @@ msgstr ""
"ÐаÑедбе:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "ÑамоÑÑално покÑени домен"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "ÐодеÑиÑе домен да Ñе ÑамоÑÑално покÑеÑе пÑи покÑеÑаÑÑ ÑиÑÑема."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "име домена, id или uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "онемогÑÑи ÑамоÑÑално покÑеÑаÑе"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "ÐеÑÑпело ознаÑаваÑе домена %s као Ñамо покÑенÑÑи"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "ÐеÑÑпело ÑкидаÑе ознаке Ñамо покÑенÑÑи Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Ðомен %s Ñе ознаÑен као Ñамо покÑенÑÑи\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ñ %s Ñе ÑкинÑÑа ознака Ñамо покÑенÑÑи\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "повежи Ñе (поново) Ñа Ñ
ипеÑвизоÑом"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"ÐовезиваÑе Ñа локалним Ñ
ипеÑвизоÑом. Ðво Ñе ÑгÑаÑена наÑедба поÑле подизаÑа "
"ÑÑÑке."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "УРРÑ
ипеÑвизоÑÑке везе"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "веза Ñамо за ÑиÑаÑе"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "ÐеÑÑпело пÑекидаÑе везе Ñа Ñ
ипеÑвизоÑом"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "ÐеÑÑпело повезиваÑе Ñа Ñ
ипеÑвизоÑом"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "пÑикÑÑÑи Ñе на гоÑÑÑÑÑÑи конзолÑ"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "ÐÑикÑÑÑи виÑÑÑÐµÐ»Ð½Ñ ÑеÑиÑÑÐºÑ ÐºÐ¾Ð½Ð·Ð¾Ð»Ñ Ð·Ð° гоÑÑа"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "Ðема доÑÑÑпниÑ
конзола за доме\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "конзола ниÑе Ñеализована на Ð¾Ð²Ð¾Ñ Ð¿Ð»Ð°ÑÑоÑми"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "иÑпиÑи домене"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "ÐÑаÑа ÑпиÑак домена."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "иÑпиÑи неакÑивне домене"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "иÑпиÑи неакÑивне и акÑивне домене"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "ÐеÑÑпело иÑпиÑиваÑе акÑивниÑ
домена"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "ÐеÑÑпело иÑпиÑиваÑе неакÑивниÑ
домена"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Ðме"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "СÑаÑе"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "нема ÑÑаÑа"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "ÑÑаÑе домена"
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr "ÐÑаÑа ÑÑаÑе о доменÑ."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "добави ÑÑаÑиÑÑÐ¸ÐºÑ Ð±Ð»Ð¾Ðº ÑÑеÑаÑа за домен"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "ÐобавÑа ÑÑаÑиÑÑÐ¸ÐºÑ Ð±Ð»Ð¾Ðº ÑÑеÑаÑа за ÑекÑÑи домен."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "блок ÑÑеÑаÑ"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "ÐеÑÑпело добавÑаÑе ÑÑаÑиÑÑике блока %s %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "добави ÑÑаÑиÑÑÐ¸ÐºÑ Ð¼Ñежне ÑпÑеге за домен"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "ÐобавÑа ÑÑаÑиÑÑÐ¸ÐºÑ Ð¼Ñежне ÑпÑеге за ÑекÑÑи домен."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "ÑÑеÑÐ°Ñ ÑпÑеге"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "ÐеÑÑпело добавÑаÑе ÑÑаÑиÑÑике ÑпÑеге %s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "обÑÑÑави домен"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "ÐбÑÑÑавÑа ÑекÑÑи домен. "
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Ðомен %s Ñе обÑÑÑавÑен\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "ÐеÑÑпело обÑÑÑавÑаÑе домена %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "напÑави домен из XML даÑоÑеке"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "ÐÑавÑеÑе домена."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "даÑоÑека коÑа ÑадÑжи XML Ð¾Ð¿Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Ðомен %s Ñе напÑавÑен из %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "ÐеÑÑпело пÑавÑеÑе домена из %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "деÑиниÑи (али Ð½ÐµÐ¼Ð¾Ñ Ð¿Ð¾ÐºÑеÑаÑи) домен из XML даÑоÑеке"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "ÐеÑиниÑаÑе домена."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Ðомен %s Ñе деÑиниÑан из %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "ÐеÑÑпело деÑиниÑаÑе домена из %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "Ñкини деÑиниÑиÑÑ Ð½ÐµÐ°ÐºÑивног домена"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "УкидаÑе деÑиниÑиÑе подеÑаваÑа за неакÑиван домен."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "име домена или uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "ÐÐ¾Ð¼ÐµÐ½Ñ %s Ñе ÑкинÑÑа деÑиниÑиÑа\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "ÐеÑÑпело ÑкидаÑе деÑиниÑиÑе домена %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "покÑени (пÑеÑÑ
одно деÑиниÑан) неакÑивни домен"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "ÐокÑеÑе домен."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "име неакÑивног домена"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Ðомен Ñе Ð²ÐµÑ Ð°ÐºÑиван"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Ðомен %s Ñе покÑенÑÑ\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "ÐеÑÑпело покÑеÑаÑе домена %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "ÑаÑÑÐ²Ð°Ñ ÑÑаÑе домена Ñ Ð´Ð°ÑоÑекÑ"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "ЧÑваÑе ÑекÑÑег домена."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "где ÑаÑÑваÑи подаÑке"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Ðомен %s Ñе ÑаÑÑван Ñ %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "ÐеÑÑпело ÑÑваÑе домена %s Ñ %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "пÑикажи/подеÑи паÑамеÑÑе планеÑа"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "ÐÑикажи/подеÑи паÑамеÑÑе планеÑа."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "додели вÑедноÑÑ"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "Ñежина за XEN_CREDIT"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "гÑаниÑа за XEN_CREDIT"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "ÐеиÑпÑавна вÑедноÑÑ Ñежине"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "ÐеиÑпÑавна вÑедноÑÑ Ð³ÑаниÑе"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "ÐеиÑпÑавна вÑедноÑÑ Ð³ÑаниÑе"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "ÐланеÑ"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "ÐепознаÑо"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "вÑаÑи домен из ÑаÑÑваног ÑÑаÑа Ñ Ð´Ð°ÑоÑеÑи"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "ÐÑаÑаÑе домена."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "ÑÑаÑе за повÑаÑаÑ"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Ðомен Ñе повÑаÑен из %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "ÐеÑÑпело вÑаÑаÑе домена из %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "избаÑи ÑÑж домена Ñ Ð´Ð°ÑоÑÐµÐºÑ Ñади анализе"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "ÐзбаÑи ÑÑж домена"
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "где избаÑиÑи ÑÑж"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Ðомен %s Ñе избаÑен Ñ %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "ÐеÑÑпео избаÑÐ°Ñ ÑÑжи домена %s Ñ %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "наÑÑави домен"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "ÐаÑÑавÑаÑе пÑеÑÑ
одно обÑÑÑавÑеног домена."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Ðомен %s Ñе наÑÑавÑен\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "ÐеÑÑпело наÑÑавÑаÑе домена %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "ÑÑбазно ÑгаÑи домен"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "ÐокÑеÑаÑе гаÑеÑа Ñ ÑиÑном доменÑ."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Ðомен %s Ñе гаÑи\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "ÐеÑÑпело гаÑеÑе домена %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "поново покÑени домен"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "ÐокÑеÑаÑе наÑедбе поновног покÑеÑаÑа Ñ ÑиÑном доменÑ."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Ðомен %s Ñе поново покÑеÑе\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "ÐеÑÑпело поновно покÑеÑаÑе домена %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "ÑниÑÑи домен"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "УниÑÑаваÑе задаÑог домена."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Ðомен %s Ñе ÑниÑÑен\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "ÐеÑÑпело ÑниÑÑаваÑе домена %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "подаÑи о доменÑ"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "ÐÑаÑа оÑновне подаÑке о доменÑ."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Ðме:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "ÐÑÑÑа ÐС-а:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "СÑаÑе:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(-и):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU вÑеме:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "ÐаÑвиÑе мемоÑиÑе:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "без огÑаниÑеÑа"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "УпоÑÑебÑена мемоÑиÑа:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
msgid "Autostart:"
msgstr "СамоÑÑално покÑеÑаÑе:"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr "ÑкÑÑÑи"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr "иÑкÑÑÑи"
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "Ñлободна NUMA мемоÑиÑа"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "пÑикажи доÑÑÑÐ¿Ð½Ñ ÑÐ»Ð¾Ð±Ð¾Ð´Ð½Ñ Ð¼ÐµÐ¼Ð¾ÑиÑÑ Ð·Ð° NUMA ÑелиÑÑ."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "бÑÐ¾Ñ NUMA ÑелиÑе"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "УкÑпно"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "vcpu подаÑи домена"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "ÐÑаÑа оÑновне подаÑке о виÑÑÑелним CPU-има домена."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU ÑклоноÑÑ:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "Ðомен Ñе ÑгаÑен, нема пÑиÑÑÑниÑ
виÑÑÑелниÑ
CPU-а."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "конÑÑолиÑи ÑклоноÑÑ vcpu домена"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "ÐÑикÑÑ VCPU-е домена за ÑизиÑке CPU-е домаÑина."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu бÑоÑ"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "cpu бÑоÑ(еви) домаÑина (ÑаздвоÑени заÑезом)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr "vcpupin: ÐеиÑпÑаван или недоÑÑаÑе vCPU бÑоÑ."
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr "vcpupin: ÐедоÑÑаÑе ÑпиÑак пÑоÑеÑоÑа"
-#: src/virsh.c:1765
+#: src/virsh.c:1814
msgid "vcpupin: failed to get domain informations."
msgstr "vcpupin: неÑÑпело добавÑаÑе подаÑака о доменÑ."
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin: ÐеиÑпÑаван vCPU бÑоÑ."
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: ÐеиÑпÑаван ÑоÑмаÑ. ÐÑазна ниÑка."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
"cpulist: %s: ÐеиÑпÑаван ÑоÑмаÑ. ÐÑекÑÑе Ñе бÑоÑка на меÑÑÑ %d (Ð±Ð»Ð¸Ð·Ñ â%câ)."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5086,1350 +5609,1408 @@ msgstr ""
"cpulist: %s: ÐеиÑпÑаван ÑоÑмаÑ. ÐÑекÑÑе Ñе бÑоÑка или заÑез на меÑÑÑ %d "
"(Ð±Ð»Ð¸Ð·Ñ â%câ)."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: ÐеиÑпÑаван ÑоÑмаÑ. ÐÑаÑеÑи заÑез на меÑÑÑ %d."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "ФизиÑки пÑоÑеÑÐ¾Ñ %d не поÑÑоÑи"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "пÑомени бÑÐ¾Ñ Ð²Ð¸ÑÑÑелниÑ
CPU-а"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "ÐеÑа бÑÐ¾Ñ Ð²Ð¸ÑÑÑелниÑ
CPU-а акÑивниÑ
Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð³Ð¾ÑÑа."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "бÑÐ¾Ñ Ð²Ð¸ÑÑÑелниÑ
CPU-а"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "ÐеиÑпÑаван бÑÐ¾Ñ Ð²Ð¸ÑÑÑелниÑ
CPU-а."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "ÐÑевиÑе виÑÑÑелниÑ
CPU-а."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "пÑомени Ð´Ð¾Ð´ÐµÐ»Ñ Ð¼ÐµÐ¼Ð¾ÑиÑе"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "ÐеÑа ÑекÑÑÑ Ð´Ð¾Ð´ÐµÐ»Ñ Ð¼ÐµÐ¼Ð¾ÑиÑе за домен гоÑÑа."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "бÑÐ¾Ñ ÐºÐ¸Ð»Ð¾Ð±Ð°ÑÑова за мемоÑиÑÑ"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "ÐеиÑпÑавна вÑедноÑÑ %d за велиÑÐ¸Ð½Ñ Ð¼ÐµÐ¼Ð¾ÑиÑе"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° поÑвÑдим наÑвеÑÑ ÐºÐ¾Ð»Ð¸ÑÐ¸Ð½Ñ Ð¼ÐµÐ¼Ð¾ÑиÑе"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "пÑомени наÑвиÑÑ Ð³ÑаниÑÑ Ð¼ÐµÐ¼Ð¾ÑиÑе"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "ÐеÑа гÑаниÑÑ Ð½Ð°ÑвеÑег заÑзеÑа мемоÑиÑе Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð³Ð¾ÑÑа."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "наÑвиÑа гÑаниÑа мемоÑиÑе Ñ ÐºÐ¸Ð»Ð¾Ð±Ð°ÑÑовима"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° поÑвÑдим ÑекÑÑÑ ÐºÐ¾Ð»Ð¸ÑÐ¸Ð½Ñ Ð¼ÐµÐ¼Ð¾ÑиÑе"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° ÑмаÑим ÑекÑÑÑ ÐºÐ¾Ð»Ð¸ÑÐ¸Ð½Ñ Ð¼ÐµÐ¼Ð¾ÑиÑе"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° изменим наÑвеÑÑ ÐºÐ¾Ð»Ð¸ÑÐ¸Ð½Ñ Ð¼ÐµÐ¼Ð¾ÑиÑе"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "подаÑи о ÑвоÑÑ"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "ÐÑаÑа оÑновне подаÑке о ÑвоÑÑ."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "неÑÑпело добавÑаÑе подаÑака о ÑвоÑÑ"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU модел:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU ÑÑеÑÑаноÑÑ:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU пÑикÑÑÑака:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "СÑжи по пÑикÑÑÑкÑ:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "ÐиÑи по ÑÑжи:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA ÑелиÑа:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "ÐелиÑина мемоÑиÑе:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "могÑÑноÑÑи"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "ÐÑаÑа могÑÑноÑÑи Ñ
ипеÑвизоÑа/ÑпÑавÑаÑког пÑогÑама."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "неÑÑпело пÑеÑзимаÑе могÑÑноÑÑи"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "подаÑи о Ð´Ð¾Ð¼ÐµÐ½Ñ Ñ XML-Ñ"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "ÐÑпиÑи подаÑке о Ð´Ð¾Ð¼ÐµÐ½Ñ ÐºÐ°Ð¾ XML избаÑÐ°Ñ Ð½Ð° stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "ниÑе неакÑиван домен"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "пÑебаÑи id или UUID домена Ñ Ð¸Ð¼Ðµ домена"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "id или uuid домена"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "пÑебаÑи име или UUID домена Ñ id домена"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "пÑебаÑи име или id домена Ñ UUID домена"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "id или име домена"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "неÑÑпело добавÑаÑе UUID домена"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "пÑеÑели домен на дÑÑгог домаÑина"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
"ÐÑеÑелиÑе домен на дÑÑгог домаÑина. ÐодаÑÑе --live за пÑеÑеÑеÑе Ñживо."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "пÑеÑеÑеÑе Ñживо"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "УРРвезе до ÑиÑног домаÑина"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "УРРÑелидбе, обиÑно Ñе може изоÑÑавиÑи"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "Ñелидба: ÐедоÑÑаÑе desturi"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "СамоÑÑално покÑеÑаÑе мÑеже"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "ÐодеÑиÑе мÑÐµÐ¶Ñ Ð´Ð° Ñе ÑамоÑÑално покÑеÑе пÑи подизаÑÑ ÑиÑÑема."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "име мÑеже или uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "ÐеÑÑпеÑно ознаÑаваÑе мÑеже %s као Ñамо покÑенÑÑа"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "ÐеÑÑпеÑно ÑкидаÑе ознаке мÑеже %s као Ñамо покÑенÑÑа"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "ÐÑежа %s ознаÑена као Ñамо покÑенÑÑа\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "ÐÑежи %s Ñе ÑкинÑÑа ознака Ñамо покÑенÑÑа\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "напÑави мÑÐµÐ¶Ñ Ð¸Ð· XML даÑоÑеке"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "ÐÑавÑеÑе мÑеже."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "даÑоÑека коÑа ÑадÑжи XML Ð¾Ð¿Ð¸Ñ Ð¼Ñеже"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "ÐÑежа %s Ñе напÑавÑена из %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "ÐеÑÑпело пÑавÑеÑе мÑеже из %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "деÑиниÑи (али Ð½ÐµÐ¼Ð¾Ñ Ð¿Ð¾ÐºÑеÑаÑи) мÑÐµÐ¶Ñ Ð¸Ð· XML даÑоÑеке"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "ÐеÑиниÑаÑе мÑеже."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "ÐÑежа %s Ñе деÑиниÑана из %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "ÐеÑÑпело деÑиниÑаÑе мÑеже из %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "ÑниÑÑи мÑежÑ"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "УниÑÑаваÑе задаÑе мÑеже."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "име мÑеже, id или uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "ÐÑежа %s Ñе ÑниÑÑена\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "ÐеÑÑпело ÑниÑÑаваÑе мÑеже %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "подаÑи о мÑежи Ñ XML-Ñ"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "ÐÑпиÑи подаÑке о мÑежи као XML избаÑÐ°Ñ Ð½Ð° stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "ÑпиÑак мÑежа"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "ÐÑаÑа ÑпиÑак мÑежа."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "иÑпиÑи неакÑивне мÑеже"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "иÑпиÑи неакÑивне и акÑивне мÑеже"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "ÐеÑÑпело иÑпиÑиваÑе акÑивниÑ
мÑежа"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "ÐеÑÑпело иÑпиÑиваÑе неакÑивниÑ
мÑежа"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "СамоÑÑално покÑеÑаÑе"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "без ÑамопокÑеÑаÑа"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "Ñади"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "неакÑивно"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "пÑебаÑи мÑежни UUID Ñ Ð¸Ð¼Ðµ мÑеже"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "uuid мÑеже"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "покÑени (пÑеÑÑ
одно деÑиниÑанÑ) неакÑÐ¸Ð²Ð½Ñ Ð¼ÑежÑ"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "ÐокÑени мÑежÑ."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "име неакÑивне мÑеже"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "ÐÑежа %s Ñе покÑенÑÑа\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "ÐеÑÑпело покÑеÑаÑе мÑеже %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "Ñкини деÑиниÑиÑÑ Ð½ÐµÐ°ÐºÑивне мÑеже"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "УкидаÑе деÑиниÑиÑе подеÑаваÑа за неакÑивне мÑеже."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "ÐÑежи %s Ñе ÑкинÑÑа деÑиниÑиÑа\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "ÐеÑÑпело ÑкидаÑе деÑиниÑиÑе мÑеже %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "пÑебаÑи име мÑеже Ñ UUID мÑеже"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "име мÑеже"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "неÑÑпело добавÑаÑе UUID мÑеже"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
msgid "autostart a pool"
msgstr "ÑамоÑÑално покÑени ÑкладиÑÑе"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr "ÐодеÑиÑе ÑкладиÑÑе да Ñе ÑамоÑÑално покÑеÑе пÑи покÑеÑаÑÑ ÑиÑÑема."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr "име ÑкладиÑÑа или uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "ÐеÑÑпеÑно ознаÑаваÑе ÑкладиÑÑа %s као ÑамопокÑенÑÑог"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "ÐеÑÑпеÑно ÑкидаÑе ознаке ÑкладиÑÑа %s као ÑамопокÑенÑÑо"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "СкладиÑÑе %s Ñе ознаÑено као Ñамо покÑенÑÑо\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "СкладиÑÑÑ %s Ñе ÑкинÑÑа ознака ÑамопокÑенÑÑо\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr "напÑави ÑкладиÑÑе из XML даÑоÑеке"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr "ÐÑавÑеÑе ÑкладиÑÑа."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr "даÑоÑека коÑа ÑадÑжи XML Ð¾Ð¿Ð¸Ñ ÑкладиÑÑа"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, c-format
msgid "Pool %s created from %s\n"
msgstr "СкладиÑÑе %s Ñе напÑавÑено из %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr "ÐеÑÑпело пÑавÑеÑе ÑкладиÑÑа из %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr "име ÑкладиÑÑа"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr "вÑÑÑа ÑкладиÑÑа"
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr "домаÑин извоÑа подвÑÑеног ÑкладиÑÑа"
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr "пÑÑаÑа до извоÑа подвÑÑеног ÑкладиÑÑа"
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr "извоÑни ÑÑеÑÐ°Ñ Ð¿Ð¾Ð´Ð²ÑÑеног ÑкладиÑÑа"
-#: src/virsh.c:2881
+#: src/virsh.c:2931
#, fuzzy
msgid "source name for underlying storage"
msgstr "пÑÑаÑа до извоÑа подвÑÑеног ÑкладиÑÑа"
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr "меÑа подвÑÑеног ÑкладиÑÑа"
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
msgid "Failed to allocate XML buffer"
msgstr "ÐеÑÑпело заÑзимаÑе XML баÑеÑа"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr "напÑави ÑкладиÑÑе из ÑкÑпа аÑгÑменаÑа"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr "СкладиÑÑе %s Ñе напÑавÑено\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr "ÐеÑÑпело пÑавÑеÑе ÑкладиÑÑа %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr "деÑиниÑи (али Ð½ÐµÐ¼Ð¾Ñ Ð¿Ð¾ÐºÑеÑаÑи) ÑкладиÑÑе из XML даÑоÑеке"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr "ÐеÑиниÑаÑе ÑкладиÑÑа."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "СкладиÑÑе %s Ñе деÑиниÑано из %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr "ÐеÑÑпело деÑиниÑаÑе ÑкладиÑÑа из %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr "деÑиниÑи ÑкладиÑÑе из ÑкÑпа аÑгÑменаÑа"
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr "СкладиÑÑе %s Ñе деÑиниÑано \n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr "ÐеÑÑпело ÑкидаÑе деÑиниÑиÑе ÑкладиÑÑа %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr "изгÑади ÑкладиÑÑе"
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr "ÐзгÑади даÑо ÑкладиÑÑе."
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "ÑкладиÑÑе %s Ñе изгÑаÑено\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, c-format
msgid "Failed to build pool %s"
msgstr "неÑÑпела изгÑадÑа ÑкладиÑÑа %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr "ÑниÑÑи ÑкладиÑÑе"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr "УниÑÑаваÑе задаÑог ÑкладиÑÑа."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr "СкладиÑÑе %s Ñе ÑниÑÑено\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, c-format
msgid "Failed to destroy pool %s"
msgstr "ÐеÑÑпело ÑниÑÑаваÑе ÑкладиÑÑа %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr "обÑиÑи ÑкладиÑÑе"
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr "ÐÑиÑаÑе задаÑог ÑкладиÑÑа."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr "СкладиÑÑе %s Ñе обÑиÑано\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, c-format
msgid "Failed to delete pool %s"
msgstr "ÐеÑÑпело бÑиÑаÑе ÑкладиÑÑа %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr "ажÑÑиÑÐ°Ñ ÑкладиÑÑе"
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr "ÐжÑÑиÑÐ°Ñ Ð´Ð°Ñо ÑкладиÑÑе."
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr "СкладиÑÑе %s Ñе ажÑÑиÑано\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr "ÐеÑÑпело ажÑÑиÑаÑе ÑкладиÑÑа %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr "подаÑи о ÑкладиÑÑÑ Ñ XML-Ñ"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr "ÐÑпиÑи подаÑке о ÑкладиÑÑÑ ÐºÐ°Ð¾ XML избаÑÐ°Ñ Ð½Ð° stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr "иÑпиÑи ÑкладиÑÑа"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
msgid "Returns list of pools."
msgstr "ÐÑаÑа ÑпиÑак ÑкладиÑÑа."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr "иÑпиÑи неакÑивна ÑкладиÑÑа"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
msgid "list inactive & active pools"
msgstr "иÑпиÑи неакÑивна и акÑивна ÑкладиÑÑа"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
msgid "Failed to list active pools"
msgstr "ÐеÑÑпело иÑпиÑиваÑе акÑивниÑ
ÑкладиÑÑа"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
msgid "Failed to list inactive pools"
msgstr "ÐеÑÑпело иÑпиÑиваÑе неакÑивниÑ
ÑкладиÑÑа"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "неиÑпÑаван Ð¿Ð¾ÐºÐ°Ð·Ð¸Ð²Ð°Ñ ÑкладиÑÑа Ñ %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "добиÑено Ñе пÑевиÑе ÑезеÑвоаÑа ÑкладиÑÑа"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "неÑÑало мемоÑиÑе"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "ÐеÑÑпело ÑкидаÑе деÑиниÑиÑе ÑкладиÑÑа %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "добиÑено Ñе пÑевиÑе ÑезеÑвоаÑа ÑкладиÑÑа"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
msgid "storage pool information"
msgstr "подаÑи о ÑкладиÑÑÑ"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr "ÐÑаÑа оÑновне подаÑке о ÑкладиÑÑÑ."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr "изгÑадÑа"
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "покÑенÑÑо"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr "вÑаÑено"
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr "ÐапаÑиÑеÑ:"
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr "Ðодела:"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr "ÐоÑÑÑпно:"
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr "пÑебаÑи UUID ÑкладиÑÑа Ñ Ð¸Ð¼Ðµ ÑкладиÑÑа"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr "uuid ÑкладиÑÑа"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr "покÑени (пÑеÑÑ
одно деÑиниÑано) неакÑивно ÑкладиÑÑе"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr "ÐокÑеÑе ÑкладиÑÑе."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr "име неакÑивног ÑкладиÑÑа"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr "СкладиÑÑе %s Ñе покÑенÑÑо\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, c-format
msgid "Failed to start pool %s"
msgstr "ÐеÑÑпело покÑеÑаÑе ÑкладиÑÑа %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr "напÑави диÑк из ÑкÑпа аÑгÑменаÑа"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr "ÐÑавÑеÑе диÑка."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr "име ÑкладиÑÑа"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr "име диÑка"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr "велиÑина диÑка Ñа опÑионим k, M, G, T ÑÑÑикÑом"
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr "поÑеÑна додеÑена велиÑина Ñа опÑионим k, M, G, T ÑÑÑикÑом"
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr "вÑÑÑа ÑоÑмаÑа даÑоÑека raw,bochs,qcow,qcow2,vmdk"
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr "ÐоÑа велиÑина %s"
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr "ÐиÑк %s Ñе напÑавÑен\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, c-format
msgid "Failed to create vol %s"
msgstr "ÐеÑÑпело пÑавÑеÑе диÑка %s"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
msgid "undefine an inactive pool"
msgstr "Ñкини деÑиниÑиÑÑ Ð½ÐµÐ°ÐºÑивног ÑкладиÑÑа"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
msgid "Undefine the configuration for an inactive pool."
msgstr "УкидаÑе деÑиниÑиÑе подеÑаваÑа за неакÑивано ÑкладиÑÑе."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr "СкладиÑÑÑ %s Ñе ÑкинÑÑа деÑиниÑиÑа\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, c-format
msgid "Failed to undefine pool %s"
msgstr "ÐеÑÑпело ÑкидаÑе деÑиниÑиÑе ÑкладиÑÑа %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
msgid "convert a pool name to pool UUID"
msgstr "пÑебаÑи име ÑкладиÑÑа Ñ UUID ÑкладиÑÑа"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
msgid "failed to get pool UUID"
msgstr "неÑÑпело добавÑаÑе UUID ÑкладиÑÑа"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
msgid "create a vol from an XML file"
msgstr "напÑави диÑк из XML даÑоÑеке"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
msgid "file containing an XML vol description"
msgstr "даÑоÑека коÑа ÑадÑжи XML Ð¾Ð¿Ð¸Ñ Ð´Ð¸Ñка"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, c-format
msgid "Vol %s created from %s\n"
msgstr "ÐиÑк %s Ñе напÑавÑен из %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, c-format
msgid "Failed to create vol from %s"
msgstr "ÐеÑÑпело пÑавÑеÑе диÑка из %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr "обÑиÑи диÑк"
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr "УниÑÑаваÑе задаÑог диÑка."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr "име, кÑÑÑ Ð¸Ð»Ð¸ пÑÑаÑа диÑка"
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr "ÐиÑк %s Ñе ÑниÑÑен\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, c-format
msgid "Failed to delete vol %s"
msgstr "ÐеÑÑпело ÑниÑÑаваÑе диÑка %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
msgid "storage vol information"
msgstr "подаÑи о диÑÐºÑ ÑкладиÑÑеÑа"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr "ÐÑаÑа оÑновне подаÑке о диÑÐºÑ ÑкладиÑÑеÑа."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
msgid "Type:"
msgstr "ÐÑÑÑа:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr "даÑоÑека"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr "блокиÑано"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
msgid "vol information in XML"
msgstr "подаÑи о диÑÐºÑ Ñ XML-Ñ"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
msgid "Output the vol information as an XML dump to stdout."
msgstr "ÐÑпиÑи подаÑке о диÑÐºÑ ÐºÐ°Ð¾ XML избаÑÐ°Ñ Ð½Ð° stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
msgid "list vols"
msgstr "иÑпиÑи диÑкове"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
msgid "Returns list of vols by pool."
msgstr "ÐÑаÑа ÑпиÑак ÑкладиÑÑа."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
msgid "Failed to list active vols"
msgstr "ÐеÑÑпело иÑпиÑиваÑе акÑивниÑ
диÑкова"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr "ÐÑÑаÑа"
-#: src/virsh.c:4145
+#: src/virsh.c:4205
msgid "convert a vol UUID to vol name"
msgstr "пÑебаÑи диÑка UUID Ñ Ð¸Ð¼Ðµ диÑка"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr "кÑÑÑ Ð¸Ð»Ð¸ пÑÑаÑа диÑка"
-#: src/virsh.c:4178
+#: src/virsh.c:4238
msgid "convert a vol UUID to vol key"
msgstr "пÑебаÑи UUID диÑка Ñ Ð¸Ð¼Ðµ диÑка"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
msgid "vol uuid"
msgstr "uuid диÑка"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
msgid "convert a vol UUID to vol path"
msgstr "пÑебаÑи UUID диÑка Ñ Ð¸Ð¼Ðµ диÑка"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr "име или кÑÑÑ Ð´Ð¸Ñка"
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "пÑикажи веÑзиÑÑ"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "ÐÑиказÑÑе подаÑке о веÑзиÑи ÑиÑÑема."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "неÑÑпело добавÑаÑе вÑÑÑе Ñ
ипеÑвизоÑа"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "ÐомпилиÑано Ñз библиоÑекÑ: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "неÑÑпело добавÑаÑе веÑзиÑе библиоÑеке"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "ÐоÑиÑÑим библиоÑекÑ: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "ÐоÑиÑÑим API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "неÑÑпело добавÑаÑе веÑзиÑе Ñ
ипеÑвизоÑа"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° извÑÑем веÑзиÑÑ ÑекÑÑег %s Ñ
ипеÑвизоÑа\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "ТекÑÑи Ñ
ипеÑвизоÑ: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "NUMA ниÑе подÑжана за овом домаÑинÑ"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "могÑÑноÑÑи"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "ÐеÑÑпело повезиваÑе Ñа Ñ
ипеÑвизоÑом"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "ÐеÑÑпело иÑпиÑиваÑе неакÑивниÑ
домена"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "ÐÑпиÑи подаÑке о диÑÐºÑ ÐºÐ°Ð¾ XML избаÑÐ°Ñ Ð½Ð° stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "ÑÑеÑаÑ"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "ÐÑикаÑи нови ÑÑеÑÐ°Ñ Ð´Ð¸Ñка."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Ðомен %s Ñе ÑниÑÑен\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "ÐеÑÑпело оÑкаÑиÑаÑе ÑÑеÑаÑа из %s"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "ÐÑикаÑи нови ÑÑеÑÐ°Ñ Ð´Ð¸Ñка."
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "ÐеÑÑпело пÑивезиваÑе ÑÑеÑÐ°Ñ Ð¸Ð· %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "ÑÐ¸Ñ ÑÑеÑаÑа диÑка"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "ÐобавÑа ÑÑаÑиÑÑÐ¸ÐºÑ Ð±Ð»Ð¾Ðº ÑÑеÑаÑа за ÑекÑÑи домен."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Ðомен %s Ñе наÑÑавÑен\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "неÑÑпело пÑавÑеÑе даÑоÑеке дневника %s: %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "иÑпиÑи име домаÑина Ñ
ипеÑвизоÑа"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "неÑÑпело добавÑаÑе имена домаÑина"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "иÑпиÑи канонÑки УРРÑ
ипеÑвизоÑа"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "неÑÑпело добавÑаÑе УРÐ-а"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc пÑиказ"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "ÐÑпиÑи ÐРадÑеÑÑ Ð¸ бÑÐ¾Ñ Ð¿Ð¾ÑÑа за VNC пÑиказ."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty конзола"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "Ðзлазни ÑÑеÑÐ°Ñ Ð·Ð° TTY конзолÑ."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "закаÑи ÑÑеÑÐ°Ñ Ð¸Ð· XML даÑоÑеке"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "ÐакаÑи ÑÑеÑÐ°Ñ Ð¸Ð· XML <даÑоÑеке>."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML даÑоÑека"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr "пÑивежи-ÑÑеÑаÑ: недоÑÑаÑе <file> опÑиÑа"
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "ÐеÑÑпело пÑивезиваÑе ÑÑеÑÐ°Ñ Ð¸Ð· %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "оÑкаÑи ÑÑеÑÐ°Ñ Ð¸Ð· XML даÑоÑеке"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "ÐÑкаÑи ÑÑеÑÐ°Ñ Ð¸Ð· XML <даÑоÑеке>."
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr "оÑкаÑи-ÑÑеÑаÑ: недоÑÑаÑе <file> опÑиÑа"
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "ÐеÑÑпело оÑкаÑиÑаÑе ÑÑеÑаÑа из %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "пÑикаÑи мÑÐµÐ¶Ð½Ñ ÑпÑегÑ"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "ÐÑикаÑи Ð½Ð¾Ð²Ñ Ð¼ÑÐµÐ¶Ð½Ñ ÑпÑегÑ."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "вÑÑÑа мÑежне ÑпÑеге"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "Ð¸Ð·Ð²Ð¾Ñ Ð¼Ñежне ÑпÑеге"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "име ÑиÑне мÑеже"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
msgid "MAC address"
msgstr "MAC адÑеÑа"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "ÑкÑипÑа ÑпоÑÑебÑена за пÑемоÑÑаваÑе мÑежне ÑпÑеге"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "Ðема подÑÑке за %s Ñ Ð½Ð°Ñедби âattach-interfaceâ"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "оÑкаÑи мÑÐµÐ¶Ð½Ñ ÑпÑегÑ"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "ÐÑкаÑи мÑÐµÐ¶Ð½Ñ ÑпÑегÑ."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "ÐеÑÑпело добавÑаÑе подаÑака о ÑпÑези"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "ÐиÑе пÑонаÑена ÑпÑега вÑÑÑе %s"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "ÐиÑе пÑонаÑена ÑпÑега ÑиÑа Ñе MAC адÑеÑа %s"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "ÐеÑÑпело заÑзимаÑе мемоÑиÑе"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "ÐеÑÑпело пÑавÑеÑе XML-а"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "пÑикаÑи ÑÑеÑÐ°Ñ Ð´Ð¸Ñка"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "ÐÑикаÑи нови ÑÑеÑÐ°Ñ Ð´Ð¸Ñка."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "Ð¸Ð·Ð²Ð¾Ñ ÑÑеÑаÑа диÑка"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "ÑÐ¸Ñ ÑÑеÑаÑа диÑка"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "ÑпÑавÑаÑки пÑогÑам ÑÑеÑаÑа диÑка"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "ÑпÑавÑаÑки подпÑогÑам ÑÑеÑаÑа диÑка"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "вÑÑÑа ÑиÑног ÑÑеÑаÑа"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "Ñежим ÑиÑаÑа и ÑпиÑиваÑа ÑÑеÑаÑа"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "Ðема подÑÑке за %s Ñ Ð½Ð°Ñедби âattach-diskâ"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "оÑкаÑи ÑÑеÑÐ°Ñ Ð´Ð¸Ñка"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "ÐÑкаÑи ÑÑеÑÐ°Ñ Ð´Ð¸Ñка."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "ÐеÑÑпело добавÑаÑе подаÑака о диÑкÑ"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "ÐиÑе пÑонаÑен диÑк ÑиÑи Ñе ÑÐ¸Ñ %s"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "неÑÑпело calloc мемоÑиÑе за init низ знакова: %s"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "%s: неÑÑпело ÑпиÑиваÑе даÑоÑеке дневника: %s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "%s: неÑÑпело ÑпиÑиваÑе даÑоÑеке дневника: %s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "%s: неÑÑпело ÑпиÑиваÑе даÑоÑеке дневника: %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "ÐеÑÑпело пÑавÑеÑе не акÑивиÑаног домена %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "неÑÑпела lvs команда"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, fuzzy, c-format
msgid "%s: command exited with non-zero status"
msgstr "lvs команда Ñе неÑÑпела Ñа излазним ÑÑаÑÑÑом %d"
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: неÑÑпело ÑпиÑиваÑе даÑоÑеке дневника: %s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "УкидаÑе деÑиниÑиÑе подеÑаваÑа за неакÑиван домен."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "УкидаÑе деÑиниÑиÑе подеÑаваÑа за неакÑиван домен."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "неÑÑпело ÑиÑаÑе даÑоÑеке подеÑаваÑа"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "УкидаÑе деÑиниÑиÑе подеÑаваÑа за неакÑивне мÑеже."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "УкидаÑе деÑиниÑиÑе подеÑаваÑа за неакÑивне мÑеже."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "УкидаÑе деÑиниÑиÑе подеÑаваÑа за неакÑивано ÑкладиÑÑе."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "УкидаÑе деÑиниÑиÑе подеÑаваÑа за неакÑивано ÑкладиÑÑе."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "напÑÑÑи Ð¾Ð²Ð°Ñ Ð¸Ð½ÑеÑакÑивни ÑеÑминал"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "наÑедба â%sâ заÑ
Ñева <%s> опÑиÑÑ"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "наÑедба â%sâ заÑ
Ñева --%s опÑиÑÑ"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "наÑедба â%sâ не поÑÑоÑи"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " ÐÐÐ\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6437,17 +7018,17 @@ msgstr ""
"\n"
" СÐÐÐТÐÐ\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <бÑоÑ>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <ниÑка>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6455,7 +7036,7 @@ msgstr ""
"\n"
" ÐÐÐС\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6463,58 +7044,58 @@ msgstr ""
"\n"
" ÐÐЦÐÐÐ\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <бÑоÑ>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <ниÑка>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "недеÑиниÑано име или id домена"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "неÑÑпело добавÑаÑе домена â%sâ"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "недеÑиниÑано име мÑеже"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "неÑÑпело добавÑаÑе мÑеже â%sâ"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
msgid "undefined pool name"
msgstr "име ÑкладиÑÑа ниÑе деÑиниÑано"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, c-format
msgid "failed to get pool '%s'"
msgstr "неÑÑпело добавÑаÑе диÑка â%sâ"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
msgid "undefined vol name"
msgstr "недеÑиниÑано име диÑка"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, c-format
msgid "failed to get vol '%s'"
msgstr "неÑÑпело добавÑаÑе диÑка â%sâ"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6525,130 +7106,130 @@ msgstr ""
"(ÐÑеме: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "недоÑÑаÑе \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "неоÑекивани изÑаз (име наÑедбе): â%sâ"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "неоÑекивана наÑедба: â%sâ"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "наÑедба â%sâ не подÑжава опÑиÑÑ --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "оÑекивана ÑинÑакÑа: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "бÑоÑ"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "ниÑка"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "неоÑекивани подаÑи â%sâ"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "ÐÐЦÐÐÐ"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "ÐÐÐÐЦÐ"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
#, fuzzy
msgid "idle"
msgstr "даÑоÑека"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "паÑзиÑано"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "Ñ Ð³Ð°ÑеÑÑ"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "заÑÑÑавÑено"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "кÑаÑ
иÑало"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "ван ÑпоÑÑебе"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "нема иÑпÑавне везе"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: гÑеÑка: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "гÑеÑка: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: неÑÑпело заÑзимаÑе %d баÑÑова"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: неÑÑпело заÑзимаÑе %lu баÑÑова"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "неÑÑпело повезиваÑе Ñа Ñ
ипеÑвизоÑом"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "неÑÑпело добавÑаÑе подаÑака о даÑоÑеÑи дневника"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "пÑÑаÑа дневника ниÑе даÑоÑека"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
"неÑÑпело оÑваÑаÑе даÑоÑеке дневника. пÑовеÑиÑе пÑÑаÑÑ Ð´Ð¾ даÑоÑеке дневника"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "неÑÑпело ÑпиÑиваÑе даÑоÑеке дневника"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: неÑÑпело ÑпиÑиваÑе даÑоÑеке дневника: %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
msgid "failed to disconnect from the hypervisor"
msgstr "ÐеÑÑпело пÑекидаÑе везе Ñа Ñ
ипеÑвизоÑом"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6681,7 +7262,7 @@ msgstr ""
"\n"
" наÑедбе (неинÑеÑакÑивни Ñежим):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6691,17 +7272,17 @@ msgstr ""
" (наведиÑе help <наÑедба> за деÑаÑе о наÑедби)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "неподÑжана опÑиÑа â-%câ. ÐогледаÑÑе --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6710,7 +7291,7 @@ msgstr ""
"ÐобÑодоÑли Ñ %s, инÑеÑакÑивни ÑеÑминал за виÑÑÑализаÑиÑÑ.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6720,462 +7301,476 @@ msgstr ""
" âquitâ за излаз\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "ÐепознаÑа гÑеÑка"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "ÑпозоÑеÑе"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "гÑеÑка"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "ÐиÑе пÑÑжена поÑÑка о гÑеÑÑи"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "ÑнÑÑÑаÑÑа гÑеÑка %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "ÑнÑÑÑаÑÑа гÑеÑка"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "неÑÑало мемоÑиÑе"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "Ñ
ипеÑÐ²Ð¸Ð·Ð¾Ñ Ð½Ðµ подÑжава Ð¾Ð²Ñ ÑÑнкÑиÑÑ"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "Ñ
ипеÑÐ²Ð¸Ð·Ð¾Ñ Ð½Ðµ подÑжава Ð¾Ð²Ñ ÑÑнкÑиÑÑ: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° Ñе повежем Ñа Ñ
ипеÑвизоÑом"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° Ñе повежем Ñа %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "неиÑпÑаван Ð¿Ð¾ÐºÐ°Ð·Ð¸Ð²Ð°Ñ Ð²ÐµÐ·Ðµ Ñ"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "неиÑпÑаван Ð¿Ð¾ÐºÐ°Ð·Ð¸Ð²Ð°Ñ Ð²ÐµÐ·Ðµ Ñ %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "неиÑпÑаван Ð¿Ð¾ÐºÐ°Ð·Ð¸Ð²Ð°Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° Ñ"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "неиÑпÑаван Ð¿Ð¾ÐºÐ°Ð·Ð¸Ð²Ð°Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° Ñ %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "неиÑпÑаван аÑгÑÐ¼ÐµÐ½Ñ Ñ"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "неиÑпÑаван аÑгÑÐ¼ÐµÐ½Ñ Ñ %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "неÑÑпела ÑадÑа: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "неÑÑпела ÑадÑа"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "неÑÑпела GET ÑадÑа: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "неÑÑпела GET ÑадÑа"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "неÑÑпела POST ÑадÑа: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "неÑÑпела POST ÑадÑа"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "добиÑен Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ð±ÑÐ¾Ñ HTTP гÑеÑке %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ð´Ð¾Ð¼Ð°Ñин %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ð´Ð¾Ð¼Ð°Ñин"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° ÑеÑиÑализÑÑем С-изÑаз: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° ÑеÑиÑализÑÑем С-изÑаз"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° ÑпоÑÑебим ÑÑÐ°Ð²ÐºÑ Xen Ñ
ипеÑвизоÑа"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° ÑпоÑÑебим %s ÑÑÐ°Ð²ÐºÑ Xen Ñ
ипеÑвизоÑа"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° Ñе повежем Ñа Xen ÑкладиÑÑем"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° Ñе повежем Ñа Xen ÑкладиÑÑем %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "неÑÑпео Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "непознаÑа вÑÑÑа ÐС-а"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "непознаÑа вÑÑÑа ÐС-а %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "недоÑÑаÑÑ Ð¿Ð¾Ð´Ð°Ñи о ÑезгÑÑ"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "недоÑÑаÑÑ Ð¿Ð¾Ð´Ð°Ñи о коÑенÑком ÑÑеÑаÑÑ"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "недоÑÑаÑÑ Ð¿Ð¾Ð´Ð°Ñи о коÑенÑком ÑÑеÑаÑÑ %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "недоÑÑаÑÑ Ð¸Ð·Ð²Ð¾Ñни подаÑи за ÑÑеÑаÑ"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "недоÑÑаÑÑ Ð¸Ð·Ð²Ð¾Ñни подаÑи за ÑÑеÑÐ°Ñ %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "недоÑÑаÑÑ ÑиÑни подаÑи за ÑÑеÑаÑ"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "недоÑÑаÑÑ ÑиÑни подаÑи за ÑÑеÑÐ°Ñ %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "недоÑÑаÑÑ Ð¿Ð¾Ð´Ð°Ñи о Ð¸Ð¼ÐµÐ½Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "недоÑÑаÑÑ Ð¿Ð¾Ð´Ð°Ñи о Ð¸Ð¼ÐµÐ½Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° Ñ %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "недоÑÑаÑÑ Ð¿Ð¾Ð´Ð°Ñи о опеÑаÑивном ÑиÑÑемÑ"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "недоÑÑаÑÑ Ð¿Ð¾Ð´Ð°Ñи о опеÑаÑивном ÑиÑÑÐµÐ¼Ñ Ð·Ð° %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "недоÑÑаÑÑ Ð¿Ð¾Ð´Ð°Ñи о ÑÑеÑаÑима"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "недоÑÑаÑÑ Ð¿Ð¾Ð´Ð°Ñи о ÑÑеÑаÑима за %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "ÑегиÑÑÑовано Ñе пÑевиÑе ÑпÑавÑаÑкиÑ
пÑогÑама"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "ÑегиÑÑÑовано Ñе пÑевиÑе ÑпÑавÑаÑкиÑ
пÑогÑама Ñ %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "неÑÑпео позив Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾ÑеÑи, веÑоваÑно ниÑе подÑжан"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "неÑÑпео позив %s Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾ÑеÑи, веÑоваÑно ниÑе подÑжан"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML Ð¾Ð¿Ð¸Ñ Ð½Ð¸Ñе добÑо обликован или Ñе неиÑпÑаван"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML Ð¾Ð¿Ð¸Ñ Ð·Ð° %s ниÑе добÑо обликован или Ñе неиÑпÑаван"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "Ð¾Ð²Ð°Ñ Ð´Ð¾Ð¼ÐµÐ½ Ð²ÐµÑ Ð¿Ð¾ÑÑоÑи"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "домен %s Ð²ÐµÑ Ð¿Ð¾ÑÑоÑи"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "ÑадÑа Ñе забÑаÑена за пÑиÑÑÑп Ñамо ÑиÑаÑа"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "ÑадÑа %s Ñе забÑаÑена за пÑиÑÑÑп Ñамо ÑиÑаÑа"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "неÑÑпело оÑваÑаÑе даÑоÑÐµÐºÑ Ð¿Ð¾Ð´ÐµÑаваÑа за ÑиÑаÑе"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "неÑÑпело оÑваÑаÑе %s за ÑиÑаÑе"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "неÑÑпело ÑиÑаÑе даÑоÑеке подеÑаваÑа"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "неÑÑпело ÑиÑаÑе %s даÑоÑеке подеÑаваÑа"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "неÑÑпело ÑÑмаÑеÑе даÑоÑеке подеÑаваÑа"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "неÑÑпело ÑÑмаÑеÑе %s даÑоÑеке подеÑаваÑа"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "ÑинÑакÑна гÑеÑка Ñ Ð´Ð°ÑоÑеÑи подеÑаваÑа"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "ÑинÑакÑна гÑеÑка Ñ Ð´Ð°ÑоÑеÑи подеÑаваÑа: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "неÑÑпело ÑпиÑиваÑе даÑоÑеке подеÑаваÑа"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "неÑÑпело ÑпиÑиваÑе даÑоÑеке подеÑаваÑа: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "гÑеÑка Ñ ÑаÑÑлаÑиваÑÑ"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "неиÑпÑаван Ð¿Ð¾ÐºÐ°Ð·Ð¸Ð²Ð°Ñ Ð²ÐµÐ·Ðµ Ñ"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "неиÑпÑаван Ð¿Ð¾ÐºÐ°Ð·Ð¸Ð²Ð°Ñ Ð²ÐµÐ·Ðµ Ñ %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "ова мÑежа Ð²ÐµÑ Ð¿Ð¾ÑÑоÑи"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "мÑежа %s Ð²ÐµÑ Ð¿Ð¾ÑÑоÑи"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "гÑеÑка Ñ ÑиÑÑемÑком позивÑ"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC гÑеÑка"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "гÑеÑка Ñ GNUTLS позивÑ"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "ÐеÑÑпело пÑоналажеÑе мÑеже"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "ÐеÑÑпело пÑоналажеÑе мÑеже: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "Ðомен ниÑе пÑонаÑен"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "Ðомен ниÑе пÑонаÑен: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "ÐÑежа ниÑе пÑонаÑена"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "ÐÑежа ниÑе пÑонаÑена: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
msgid "invalid MAC address"
msgstr "неиÑпÑавна MAC адÑеÑа"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, c-format
msgid "invalid MAC address: %s"
msgstr "неиÑпÑавна MAC адÑеÑа: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "неÑÑпела аÑÑенÑиÑикаÑиÑа"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "неÑÑпела аÑÑенÑиÑикаÑиÑа: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
msgid "Storage pool not found"
msgstr "СкладиÑÑе ниÑе пÑонаÑено"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, c-format
msgid "Storage pool not found: %s"
msgstr "СкладиÑÑе ниÑе пÑонаÑено: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
msgid "Storage volume not found"
msgstr "ÐиÑк за ÑкладиÑÑеÑе ниÑе пÑонаÑен"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, c-format
msgid "Storage volume not found: %s"
msgstr "ÐиÑк за ÑкладиÑÑеÑе ниÑе пÑонаÑен: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
msgid "invalid storage pool pointer in"
msgstr "неиÑпÑаван Ð¿Ð¾ÐºÐ°Ð·Ð¸Ð²Ð°Ñ ÑкладиÑÑа Ñ"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr "неиÑпÑаван Ð¿Ð¾ÐºÐ°Ð·Ð¸Ð²Ð°Ñ ÑкладиÑÑа Ñ %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
msgid "invalid storage volume pointer in"
msgstr "неиÑпÑаван Ð¿Ð¾ÐºÐ°Ð·Ð¸Ð²Ð°Ñ Ð´Ð¸Ñка ÑкладиÑÑеÑа Ñ"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr "неиÑпÑаван Ð¿Ð¾ÐºÐ°Ð·Ð¸Ð²Ð°Ñ Ð´Ð¸Ñка ÑкладиÑÑеÑа везе Ñ %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
msgid "Failed to find a storage driver"
msgstr "ÐеÑÑпело пÑоналажеÑе ÑпÑавÑаÑког пÑогÑама ÑкладиÑÑа"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr "ÐеÑÑпело пÑоналажеÑе ÑпÑавÑаÑког пÑогÑама ÑкладиÑÑа: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "ÐеÑÑпело пÑоналажеÑе ÑпÑавÑаÑког пÑогÑама ÑкладиÑÑа"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "ÐеÑÑпело пÑоналажеÑе ÑпÑавÑаÑког пÑогÑама ÑкладиÑÑа: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "неиÑпÑаван Ð¿Ð¾ÐºÐ°Ð·Ð¸Ð²Ð°Ñ Ð´Ð¸Ñка ÑкладиÑÑеÑа Ñ"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "неиÑпÑаван Ð¿Ð¾ÐºÐ°Ð·Ð¸Ð²Ð°Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° Ñ %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "ÑÑеÑÐ°Ñ Ð½Ð¸Ñе пÑонаÑен: %s (%s)"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "ÑÑеÑÐ°Ñ Ð½Ð¸Ñе пÑонаÑен: %s (%s)"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "СкладиÑÑе ниÑе пÑонаÑено"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "СкладиÑÑе ниÑе пÑонаÑено: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "ÐаÑÐµÑ Ð°ÑгÑменаÑа Ñе ÑÑвиÑе мале велиÑине"
@@ -7246,7 +7841,7 @@ msgstr "ÐаÑамеÑÐ°Ñ Ð·Ð½Ð°ÑаÑа планеÑа кÑедиÑа (%d) Ñ
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "ÐаÑамеÑÐ°Ñ Ð¾Ð³ÑаниÑеÑа планеÑа кÑедиÑа (%d) Ñе ван опÑега (0-65535)"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑам %s: %s"
@@ -7299,7 +7894,7 @@ msgstr "подаÑи о Ð´Ð¾Ð¼ÐµÐ½Ñ ÑÑ Ð½ÐµÑаÑни или domid ниÑе
msgid "domain information incomplete, missing uuid"
msgstr "непоÑпÑни подаÑи о доменÑ, недоÑÑаÑе uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "непоÑпÑни подаÑи о доменÑ, недоÑÑаÑе име"
@@ -7343,94 +7938,101 @@ msgid "cannot parse vbd filename, missing driver type"
msgstr ""
"не Ð¼Ð¾Ð³Ñ Ð¿ÑоÑÑмаÑиÑи vbd име даÑоÑеке, недоÑÑаÑе вÑÑÑа ÑпÑавÑаÑког пÑогÑама"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "неиÑпÑавна MAC адÑеÑа: %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "неоÑекиван dict ÑвоÑ"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "непознаÑа вÑÑÑа аÑÑоÑизаÑиÑе %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "непоÑпÑни подаÑи о доменÑ, недоÑÑаÑе ид"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "неиÑпÑавна MAC адÑеÑа: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "непознаÑа вÑÑÑа ÐС-а %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "ÑинÑакÑна гÑеÑка ÑопологиÑе"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "неÑÑпело ÑÑмаÑеÑе подаÑака о Xend доменÑ"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "домен Ñе не извÑÑава"
+
+#: src/xend_internal.c:3219
#, fuzzy
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr "xenDaemonDomainDumpXMLByName ниÑе ÑÑпео да пÑонаÑе Ð¾Ð²Ð°Ñ Ð´Ð¾Ð¼ÐµÐ½"
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "неÑÑпела изгÑадÑа ÑкладиÑÑа %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "вÑÑÑа ÑÑеÑаÑа за ÑÐ½Ð¾Ñ %s ниÑе подÑжана"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr "xenDaemonGetAutostart ниÑе ÑÑпео да пÑонаÑе Ð¾Ð²Ð°Ñ Ð´Ð¾Ð¼ÐµÐ½"
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr "xenDaemonSetAutostart ниÑе ÑÑпео да пÑонаÑе Ð¾Ð²Ð°Ñ Ð´Ð¾Ð¼ÐµÐ½"
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
msgid "unexpected value from on_xend_start"
msgstr "неоÑекивана вÑедноÑÑ Ð¾Ð´ on_xend_start"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
msgid "no memory"
msgstr "без мемоÑиÑе"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
msgid "sexpr2string failed"
msgstr "неÑÑпела sexpr2string ÑадÑа"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "ÐеÑÑпело ÑкидаÑе деÑиниÑиÑе ÑкладиÑÑа %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
#, fuzzy
msgid "on_xend_start not present in sexpr"
msgstr "on_xend_start Ñе не налази Ñ sexpr"
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° оÑвоÑим tty %s: %s\n"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
@@ -7438,7 +8040,7 @@ msgstr ""
"xenDaemonDomainMigrate: Xen не подÑжава пÑÐ¾Ð¼ÐµÐ½Ñ Ð¸Ð¼ÐµÐ½Ð° домена пÑиликом "
"пÑемеÑÑаÑа"
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
@@ -7446,117 +8048,117 @@ msgstr ""
"xenDaemonDomainMigrate: Xen не подÑжава огÑаниÑаваÑе пÑопÑÑног опÑега "
"пÑиликом пÑемеÑÑаÑа"
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr "xenDaemonDomainMigrate: заÑÑавиÑа ниÑе подÑжана"
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr "xenDaemonDomainMigrate: неиÑпÑаван УРÐ"
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr "xenDaemonDomainMigrate: Xen подÑжава Ñамо xenmigr:// пÑемеÑÑаÑа"
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr "xenDaemonDomainMigrate: име домаÑина моÑа биÑи наведено Ñ Ð£Ð Ð-Ñ"
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "xenDaemonDomainMigrate: неиÑпÑаван бÑÐ¾Ñ Ð¿Ð¾ÑÑа"
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
msgid "failed to parse domain description"
msgstr "неÑÑпелоÑаÑÑлаÑеÑе опиÑа домена"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "ÐеÑÑпело пÑавÑеÑе не акÑивиÑаног домена %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr "ниÑе подÑжано Ñ xendConfigVersion < 4"
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
msgid "node information incomplete, missing scheduler name"
msgstr "непоÑпÑни подаÑи о ÑвоÑÑ, недоÑÑаÑе назив планеÑа"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr "strdup ниÑе ÑÑпео"
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ð¿Ð»Ð°Ð½ÐµÑ"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
msgid "Failed to get a scheduler name"
msgstr "ÐеÑÑпело пÑибавÑаÑе назива планеÑа"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
msgid "domain information incomplete, missing cpu_weight"
msgstr "непоÑпÑни подаÑи о доменÑ, недоÑÑаÑе cpu_weight"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
msgid "domain information incomplete, missing cpu_cap"
msgstr "непоÑпÑни подаÑи о доменÑ, недоÑÑаÑе cpu_cap"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr "domainBlockPeek ниÑе подÑжан за dom0"
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr "%s: неиÑпÑавна пÑÑаÑа"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "неÑÑпело оÑваÑаÑе за ÑиÑаÑе: %s: %s"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "неÑÑпела lseek ÑадÑа или ÑиÑаÑе из даÑоÑеке: %s: %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "неоÑекивана вÑÑÑа домена %d"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "неоÑекивана mime вÑÑÑа"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "вÑÑÑа %d диÑка за ÑкладиÑÑеÑе ниÑе подÑжана"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "неоÑекиван ÑÐ²Ð¾Ñ Ð²ÑедноÑÑи"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr "нема пÑогÑама за ÑÑиÑаваÑе HVM домена"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "ai_socktype ниÑе подÑжан"
@@ -7632,46 +8234,46 @@ msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° добиÑем даÑоÑÐµÐºÑ Ð¿Ð¾Ð´ÐµÑаваÑа
msgid "unexpected lifecycle action %d"
msgstr "неоÑекиван dict ÑвоÑ"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
"не Ð¼Ð¾Ð³Ñ Ð´Ð° добиÑем назив даÑоÑеке подеÑаваÑа како би Ñе домен пÑебÑиÑао"
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° добиÑем ÑÑÐ°Ð²ÐºÑ Ð¿Ð¾Ð´ÐµÑаваÑа како би Ñе домен пÑебÑиÑао"
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
msgid "failed to remove old domain from config map"
msgstr "неÑÑпело бÑиÑаÑе ÑÑаÑог домена из мапе подеÑаваÑа"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr "назив даÑоÑеке подеÑаваÑа Ñе пÑедÑг"
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
msgid "unable to get current time"
msgstr "неÑÑпело добиÑаÑе ÑÑенÑÑног вÑемена"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
msgid "unable to store config file handle"
msgstr "неÑÑпело ÑÑковаÑе ÑкладиÑÑеÑем даÑоÑеке подеÑаваÑа"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
msgid "unknown device"
msgstr "Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°Ñ ÑÑеÑаÑ"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "неÑÑпело пÑавÑеÑе даÑоÑеке дневника %s: %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "неÑÑпело пÑавÑеÑе даÑоÑеке дневника %s: %s"
@@ -7680,19 +8282,34 @@ msgstr "неÑÑпело пÑавÑеÑе даÑоÑеке дневника %s:
msgid "Invalid parameter to virXPathString()"
msgstr "ÐеважеÑи паÑамеÑÐ°Ñ Ð·Ð° virXPathString()"
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr "ÐеважеÑи паÑамеÑÐ°Ñ Ð·Ð° virXPathNumber()"
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "ÐеважеÑи паÑамеÑÐ°Ñ Ð·Ð° virXPathString()"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "ÐеважеÑи паÑамеÑÐ°Ñ Ð·Ð° virXPathString()"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr "ÐеважеÑи паÑамеÑÐ°Ñ Ð·Ð° virXPathBoolean()"
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr "ÐеважеÑи паÑамеÑÐ°Ñ Ð·Ð° virXPathNode()"
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "ÐеважеÑи паÑамеÑÐ°Ñ Ð·Ð° virXPathNodeSet()"
@@ -7718,16 +8335,46 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "ÑкладиÑÑе Ñе Ð²ÐµÑ Ð°ÐºÑивно"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "заÑзимам домен"
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° пÑиÑÑÑпим %s â%sâ: %s (%d)"
+
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "неÑÑпело пÑибавÑаÑе адÑеÑе пÑикÑÑÑка %d (%s)"
+
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "неÑÑпело пÑибавÑаÑе адÑеÑе ÑавнопÑавног ÑÑеÑаÑа %d (%s)"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "ÐеÑÑпело поÑÑавÑаÑе неблокиÑаÑÑÑе заÑÑавиÑе опиÑника даÑоÑека"
+
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "неÑÑпело пÑавÑеÑе даÑоÑеке дневника %s: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr ""
+#~ "ÐиÑе могÑÑе поÑÑавиÑи даÑоÑÐµÐºÑ Ð´Ð½ÐµÐ²Ð½Ð¸ÐºÐ° VM заÑÑавиÑе за заÑвоÑи-пÑи-"
+#~ "извÑÑаваÑÑ %s"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup: нема довоÑно мемоÑиÑе"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "ÐиÑе могÑÑе заÑвоÑиÑи даÑоÑÐµÐºÑ Ð´Ð½ÐµÐ²Ð½Ð¸ÐºÐ° %d: %s"
+
#~ msgid "allocating configuration"
#~ msgstr "додеÑÑÑем подеÑаваÑе"
@@ -7776,9 +8423,6 @@ msgstr "заÑзимам домен"
#~ msgid "failed to mount %s at %s for container: %s"
#~ msgstr "неÑÑпело ÑекаÑе на командÑ: %s"
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "неÑÑпела open(%s) ÑадÑа: %s"
-
#~ msgid "clone() failed, %s"
#~ msgstr "неÑÑпела clone() ÑадÑа: %s"
@@ -8203,12 +8847,6 @@ msgstr "заÑзимам домен"
#~ msgid "cannot write tty pid file %s: %s"
#~ msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° запиÑем tty pid даÑоÑÐµÐºÑ %s: %s"
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° оÑвоÑим tty pid даÑоÑÐµÐºÑ %s: %s"
-
-#~ msgid "cannot read tty pid file %s: %s"
-#~ msgstr "не Ð¼Ð¾Ð³Ñ Ð´Ð° пÑоÑиÑам tty pid даÑоÑÐµÐºÑ %s: %s"
-
#, fuzzy
#~ msgid "execl failed to exec init: %s"
#~ msgstr "execl ниÑе ÑÑпео да извÑÑи init: %s"
@@ -8332,9 +8970,6 @@ msgstr "заÑзимам домен"
#~ msgid "missing sound model"
#~ msgstr "недоÑÑаÑе звÑÑни модел"
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "неиÑпÑаван звÑÑни модел â%sâ"
-
#~ msgid "domain name length too long"
#~ msgstr "дÑжина имена домена Ñе пÑевелика"
diff --git a/po/sr at latin.gmo b/po/sr at latin.gmo
index d220a5a..d704b79 100644
Binary files a/po/sr at latin.gmo and b/po/sr at latin.gmo differ
diff --git a/po/sr at latin.po b/po/sr at latin.po
index 024bcf0..c2a551d 100644
--- a/po/sr at latin.po
+++ b/po/sr at latin.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-10-21 22:22+0100\n"
"Last-Translator: MiloÅ¡ KomarÄeviÄ <kmilos at gmail.com>\n"
"Language-Team: Serbian (sr) <fedora-trans-sr at redhat.com>\n"
@@ -94,241 +94,241 @@ msgstr "String parametra nije pravilno obraÄen"
msgid "Unknown error"
msgstr "Nepoznata greška"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
msgstr "Ne mogu da pristupim %s â%sâ: %s (%d)"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Neuspelo Äitanje iz cevi signala: %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "Ponovo uÄitavam podeÅ¡avanja SIGHUP"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "GreÅ¡ka tokom uÄitavanja upravljaÄkih programa"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "Gašenje signala %d"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "neoÄekivan Ävor vrednosti"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "Neuspelo postavljanje close-on-exec zastavice opisnika datoteka"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "Neuspelo postavljanje neblokirajuÄe zastavice opisnika datoteka"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Neuspelo otvaranje pid datoteke â%sâ: %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Neuspeo fdopen pid datoteke â%sâ: %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Neuspelo pisanje u pid datoteku â%sâ: %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Neuspelo zatvaranje pid datoteke â%sâ: %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "Neuspelo zauzimanje memorije za struct qemud_socket"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "Neuspelo pravljenje prikljuÄka: %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Neuspelo povezivanje prikljuÄka sa â%sâ: %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Ne mogu da osluÅ¡kujem zahteve za povezivanjem na â%sâ: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
#, fuzzy
msgid "Failed to add server event callback"
msgstr "Neuspelo dodavanje callback dogaÄaja na serveru"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "prikljuÄak: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "veza: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "osluškuje: %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: calloc: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: listen: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr "RezultujuÄa putanja je preduga za bafer u qemudInitPaths()"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "Neuspelo zauzimanje struct qemud_server"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "nije moguÄe pokrenuti podrÅ¡ku mosta: %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "nije moguÄe pokrenuti podrÅ¡ku mosta: %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Neuspela inicijalizacija SASL autentifikacije %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Neuspela inicijalizacija SASL autentifikacije %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Neuspelo povezivanje sa sistemskom magistralom za PolicyKit auth: %s"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: failed: client DN is %s"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate: nije uspela potvrda: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr "remoteCheckCertificate: uverenje klijenta nije od poverenja."
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr "remoteCheckCertificate: nije poznat izdavaÄ uverenja klijenta."
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate: uverenje klijenta je opozvano."
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
"remoteCheckCertificate: uverenje klijenta koristi nebezbedan algoritam."
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate: uverenje nije X.509"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate: nema ravnopravnih ureÄaja"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: gnutls_x509_crt_init nije uspeo"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate: uverenje klijenta je isteklo"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr "remoteCheckCertificate: uverenje klijenta još uvek nije aktivirano"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,11 +340,11 @@ msgstr ""
"clientcert.pem-textâ da vidite ime razlikovanja u uverenju klijenta ili "
"izvršite ovaj demon sa opcijom --verbose."
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr "remoteCheckCertificate: nije uspela potvrda uverenja klijenta"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
@@ -352,441 +352,457 @@ msgstr ""
"remoteCheckCertificate: tls_no_verify_certificate je podešen tako da se "
"ignoriše loše uverenje"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "Neuspela potvrda identiteta korisnika %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "Neuspelo prihvatanje veze: %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "niz na dodelu pri nestanku memorije"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr "IskljuÄi polkit ovlaÅ¡Äivanje za povlaÅ¡Äenog klijenta %d"
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "TLS rukovanje nije uspelo: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "neoÄekivana vrsta domena %d"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "Äitanje: %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "neuspelo pravljenje â%sâ"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "pisanje: %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "neuspelo pravljenje â%sâ"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr "Program za obradu signala je prijavio %d grešaka: poslednja greška: %s"
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Neuspelo pisanje u "
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "Neuspelo zauzimanje memorije"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "Neuspelo zauzimanje memorije za %s listu podešavanja"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "Neuspelo zauzimanje memorije za %s vrednost liste podešavanja"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr "remoteReadConfigFile: %s: %s: mora biti string ili niz stringova\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr "remoteReadConfigFile: %s: %s: nevažeÄi tip: %s; oÄekivan %s\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr "remoteReadConfigFile: %s: %s: autorizacija nije podržana %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "Morate biti root da bi postavili grupu"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr "Neuspela potraga grupe â%sâ"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "Neuspelo raÅ¡Älanjivanje režima â%sâ"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Neuspelo raÄvanje kao sistemska usluga: %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "Neuspelo pravljenje cevi: %s"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "ne mogu da generišem uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr "Neuspela izmena grupnog vlasništva nad %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
#, fuzzy
msgid "Failed to register callback for signal pipe"
msgstr "Neuspelo registrovanje callback za cev signala"
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr "neusaglaÅ¡enost programa (dobijeno %x, oÄekivano %x)"
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "neusaglaÅ¡enost verzije (dobijeno %x, oÄekivano %x)"
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "smer (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "status (%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "autentifikacija neophodna"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "nepoznata procedura: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "neuspelo raÅ¡Älanjavanje argumenata"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr "veza je veÄ otvorena"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "veza nije otvorena"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr "nestalo je memorije u strdup"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_NODE_MAX_CELLS"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr "nparams preveliki"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "nepoznata vrsta"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr "veliÄina > maksimalne veliÄine bafera"
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "neuspelo dobijanje trenutnog vremena"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "neuspelo dobijanje trenutnog vremena"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Ne mogu da razrešim adrese %d: %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "klijent je predao neispravan SASL init zahtev"
-#: qemud/remote.c:2575
-#, c-format
-msgid "failed to get sock address %d (%s)"
+#: qemud/remote.c:2651
+#, fuzzy, c-format
+msgid "failed to get sock address: %s"
msgstr "neuspelo pribavljanje adrese prikljuÄka %d (%s)"
-#: qemud/remote.c:2586
-#, c-format
-msgid "failed to get peer address %d (%s)"
+#: qemud/remote.c:2663
+#, fuzzy, c-format
+msgid "failed to get peer address: %s"
msgstr "neuspelo pribavljanje adrese ravnopravnog ureÄaja %d (%s)"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "neuspelo podešavanje sasl konteksta %d (%s)"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr "ne mogu da TLS preuzmem veliÄinu Å¡ifre"
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr "ne mogu da podesim SASL spoljni SSF %d (%s)"
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr "ne mogu da podesim SASL bezbedonosni props %d (%s)"
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "ne mogu da prikažem SASL mehanizme %d (%s)"
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "ne mogu da dodelim mechlist"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "ne mogu da izvršim upit SASL ssf na vezi %d (%s)"
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "pregovarani SSF %d nije bio dovoljno jak"
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr "ne mogu da izvrÅ¡im upit SASL korisniÄkog imena na vezi %d (%s)"
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "nije pronaÄeno korisniÄko ime klijenta"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "potroÅ¡ena memorija tokom kopiranja korisniÄkog imena"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "SASL %s klijent nije dozvoljen u whitelist"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr "klijent je pokuÅ¡ao sa nevažeÄim SASL startnim upitom"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "nije uspelo sasl pokretanje %d (%s)"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr "podaci odgovora sasl pokretanja predugi %d "
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "nije uspeo sasl korak %d (%s)"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr "Podaci odgovora sasl koraka predugi %d"
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr "klijent je pokuÅ¡ao sa nevažeÄim SASL init zahtevom"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr "klijent je pokuÅ¡ao sa nevažeÄim SASL start zahtevom"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "klijent je pokuÅ¡ao sa nevažeÄim SASL step zahtevom"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr "klijent je pokuÅ¡ao sa nevažeÄim PolicyKit init zahtevom"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "ne mogu da utvrdim identitet prikljuÄka parnjaka"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "Proveravam da li se PID %d izvršava kao %d"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, fuzzy, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr "Neuspela potraga policy kit caller: %s"
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Neuspelo pravljenje polkit akcije %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Neuspelo pravljenje polkit konteksta %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "Policy kit nije uspeo da proveri ovlaÅ¡Äenje %d %s"
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
"Policy kit je odbio izvršavanje akcije %s iz pid %d, uid %d, rezultat: %s\n"
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
"Policy je dozvolio izvršavanje akcije %s iz pid %d, uid %d, rezultat: %s"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr "klijent je pokuÅ¡ao sa nevažeÄim PolicyKit init zahtevom"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
#, fuzzy
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "ureÄaj nije pronaÄen: %s (%s)"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "neoÄekivan dict Ävor"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -902,527 +918,529 @@ msgstr "neuspelo dodavanje skladišta u heš tabelu veza"
msgid "dev missing from connection hash table"
msgstr "disk nedostaje u heš tabeli veza"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "nepoznata vrsta â%sâ"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "nepoznat â%sâ ureÄaj za pokretanje"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "Neispravan naziv disketnog ureÄaja: %s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "Neispravan naziv Ävrstog diska: %s"
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "nepoznata vrsta autorizacije %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "Neispravna â%sâ vrsta magistrale za disketnu jedinicu"
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "Neispravna â%sâ vrsta magistrale za disketnu jedinicu"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "nepoznat â%sâ ureÄaj za pokretanje"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "nepoznata vrsta autorizacije %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "nepoznata vrsta autorizacije %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
"Nijedna <source> ânetworkâ osobina nije odreÄena preko <interface "
"type='network'/>"
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
"Nijedna <source> âdevâ osobina nije odreÄena preko <interface type='bridge'/>"
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr "Nijedna <source> âportâ osobina nije odreÄena uz spregu prikljuÄka"
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr "Nije moguÄe raÅ¡Älaniti <source> âportâ osobinu uz spregu prikljuÄka"
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr "Nijedna <source> âaddressâ osobina nije odreÄena uz spregu prikljuÄka"
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr "Naziv modela sadrži neispravne znake"
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
msgid "Missing source path attribute for char device"
msgstr "Nedostaje osobina izvorne putanje za znakovni ureÄaj"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
msgid "Missing source host attribute for char device"
msgstr "Nedostaje osobina izvornog domaÄina za znakovni ureÄaj"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr "Nedostaje osobina izvornog servisa za znakovni ureÄaj"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr "nedostaje vrsta ureÄaja za unos"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "nepoznat â%sâ ureÄaj za pokretanje"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "nepoznata vrsta autorizacije %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "ps2 magistrala ne podržava %s ureÄaj za unos"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "magistrala za unos %s nije podržana"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr "xen magistrala ne podržava %s ureÄaj za unos"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "nedostaje vrsta ureÄaja za unos"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "nepoznata vrsta ureÄaja"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "ne mogu da uklonim podešavanje za %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "nepoznata vrsta autorizacije %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "nepoznata vrsta zvuÄnog modela"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "ne mogu da proÄitam direktorijum %s: %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "ne mogu da otvorim ureÄaj %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "ne mogu da proÄitam %s: %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "ne mogu da otvorim ureÄaj %s"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "nepoznata vrsta autorizacije %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "nedostaje \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "nedostaje domaÄin izvora"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "ne mogu da otvorim ureÄaj %s"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "ne mogu da proÄitam %s: %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "ne mogu da otvorim ureÄaj %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "nepoznata vrsta autorizacije %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "nepoznat â%sâ ureÄaj za pokretanje"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "nepoznat â%sâ ureÄaj za pokretanje"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "nedostaje domaÄin izvora"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "nepoznat domaÄin %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "nepoznata vrsta autentifikacije %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "nedostaje root element"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "nepoznata vrsta ureÄaja"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "nedostaje osobina tipa domena"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "neispravan tip domena"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Neuspelo generisanje UUID: %s"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "loše oblikovan uuid element"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr "nedostaje element memorije"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "neoÄekivani podaci â%sâ"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "nema vrste OS-a"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "arhitektura nije podržana"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "ne mogu da izdvojim izvorne ureÄaje"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "nedostaje ureÄaj izvora"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr "nepoznat â%sâ ureÄaj za pokretanje"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "ne mogu da izdvojim izvorne ureÄaje"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
#, fuzzy
msgid "cannot extract filesystem devices"
msgstr "ne mogu da izdvojim izvorne ureÄaje"
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "ne mogu da izdvojim izvorne ureÄaje"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
#, fuzzy
msgid "cannot extract parallel devices"
msgstr "ne mogu da izdvojim izvorne ureÄaje"
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "ne mogu da izdvojim izvorne ureÄaje"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "ne mogu da izdvojim izvorne ureÄaje"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "ne mogu da izdvojim izvorne ureÄaje"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "ne mogu da izdvojim izvorne ureÄaje"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "ne mogu da izdvojim izvorne ureÄaje"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "veza: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "neuspelo pauziranje domena"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr "neispravan root element"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "cpuset sintaksna greška topologije"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "neoÄekivana vrsta domena %d"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "neoÄekivana vrsta domena %d"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "neoÄekivana vrsta domena %d"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "neoÄekivana vrsta domena %d"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "neoÄekivana vrsta domena %d"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "neoÄekivana vrsta domena %d"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "neoÄekivana vrsta domena %d"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "neoÄekivana vrsta domena %d"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "neoÄekivana vrsta domena %d"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "neoÄekivana vrsta domena %d"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "neoÄekivana vrsta domena %d"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "neoÄekivan dict Ävor"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "neoÄekivana vrsta domena %d"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr "neoÄekivana vrsta domena %d"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "neoÄekivana vrsta domena %d"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "neoÄekivan Ävor vrednosti"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "neuspelo upisivanje direktorijuma podešavanja %s: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "neuspelo upisivanje datoteke podešavanja %s: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "neuspelo upisivanje datoteke podešavanja %s: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "neuspelo Äuvanje datoteke podeÅ¡avanja %s: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Neuspelo otvaranje direktorijuma â%sâ: %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "ne mogu da uklonim podešavanje za %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "nepoznata vrsta virtualizacije"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Neuspelo pokretanje '"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "Neuspelo Äitanje "
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "Neuspelo pisanje u "
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "Neuspelo pravljenje direktorijuma %s : %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Neuspelo Äuvanje iptables pravila u %s : %s"
@@ -1433,57 +1451,57 @@ msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
"Neuspelo uklanjanje iptables pravila â%sâ iz lanca â%sâ u tabeli â%sâ: %s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
"Neuspelo dodavanje iptables pravila â%sâ u lanac â%sâ u tabeli â%sâ: %s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "ne mogu da raÅ¡Älanim URI veze"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "ne mogu da napravim direktorijum dnevnika %s: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "putanja jezgra je preduga"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "ne mogu da napravim cev: %s"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare nije postavio uri"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domainMigratePrepare nije postavio uri"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr "putanja je NULL"
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr "oznake moraju biti nule"
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr "bafer je NULL"
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr "parametar oznaka mora biti VIR_MEMORY_VIRTUAL"
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr "bafer je NULL ali veliÄina nije nula"
@@ -1527,12 +1545,12 @@ msgstr "Neuspelo pravljenje ne aktiviranog domena %s\n"
msgid "failed to bind new root %s"
msgstr "Neuspelo povezivanje prikljuÄka sa â%sâ: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "neuspelo pravljenje â%sâ"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Neuspelo povezivanje prikljuÄka sa â%sâ: %s"
@@ -1705,21 +1723,21 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr "ne postoji domen koji se podudara sa uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr "neuspelo brisanje aktivnog domena"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "neuspelo brisanje aktivnog domena"
@@ -1774,7 +1792,7 @@ msgstr "neispravan pokazivaÄ domena u"
msgid "failed to kill pid %d"
msgstr "ne mogu da zatvorim tty pid datoteku %s: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "ne mogu da utvrdim datoteku â%sâ: %s"
@@ -1809,238 +1827,248 @@ msgstr "ime domena"
msgid "no domain with id %d"
msgstr "nema domena sa id %d"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "nepoznata procedura: %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Neuspelo nastavljanje domena %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "neispravna putanja: %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "NevažeÄi parametar za virXPathNode()"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Ne mogu da razrešim adrese %d: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Ne mogu da razrešim adrese %d: %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Ne mogu da razrešim adrese %d: %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "ne mogu da proÄitam zaglavlje â%sâ: %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr "ProsleÄujem zahtev, ali nije obezbeÄena IPv4 adresa/mrežna maska"
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "nepoznata vrsta autorizacije %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
"Naziv datoteke mrežnog podeÅ¡avanja â%sâ se ne poklapa sa nazivom mreže â%sâ"
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "ne mogu da uklonim podešavanje za %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domen %s veÄ postoji"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Neuspelo automatsko pokretanje mreže â%sâ: %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "nije moguÄe pokrenuti podrÅ¡ku mosta: %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "qemudStartup: nema dovoljno memorije"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
#, fuzzy
msgid "Reloading iptables rules\n"
msgstr "Ponovo uÄitavam iptables pravila"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr "ne mogu da pokrenem sistemsku uslugu bez IP adrese za server"
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "ne mogu da napravim direktorijum dnevnika %s: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr ""
"neuspelo dodavanje pravila ip tabela za dozvolu prolaska iz â%sâ : %s\n"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr ""
"neuspelo dodavanje pravila ip tabela za dozvolu prolaska do â%sâ : %s\n"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "neuspelo dodavanje pravila ip tabela za omoguÄavanje maskiranja: %s\n"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr ""
"neuspelo dodavanje pravila ip tabela za dozvolu rutiranja od â%sâ : %s\n"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr ""
"neuspelo dodavanje pravila ip tabela za dozvolu rutiranja do â%sâ : %s\n"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr ""
"neuspelo dodavanje pravila ip tabela za dozvolu DHCP zahteva od â%sâ : %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr ""
"neuspelo dodavanje pravila ip tabela za dozvolu DNS zahteva od â%sâ : %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr ""
"neuspelo dodavanje pravila ip tabela za zabranu izlaznog saobraÄaja od â%"
"sâ : %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr ""
"neuspelo dodavanje pravila ip tabela za zabranu ulaznog saobraÄaja do â%sâ : "
"%s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr ""
"neuspelo dodavanje pravila ip tabela za dozvolu saobraÄaja preko ukrÅ¡tenog "
"mosta na â%sâ : %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "mreža je veÄ aktivna"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "ne mogu da napravim most â%sâ : %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "ne mogu da postavim IP adresu na mostu â%sâ do â%sâ : %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "ne mogu da postavim mrežnu masku na mostu â%sâ do â%sâ : %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "neuspelo podizanje mosta â%sâ : %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "neuspelo omoguÄavanje IP prosleÄivanja : %s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Neuspelo spuÅ¡tanje mosta â%sâ : %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Neuspelo brisanje mosta â%sâ : %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "IskljuÄujem mrežu â%sâ"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr "nema mreže koja se podudara sa uuid"
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr "nema mreže koja se podudara sa nazivom"
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "mreža je veÄ aktivna"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr "nema mreže koja se podudara sa id-om"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Mreža %s nije aktivna"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "ne mogu da napravim direktorijum automatskog pokretanja %s: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Neuspelo pravljenje simboliÄke veze â%sâ ka â%sâ: %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Neuspelo brisanje simboliÄke veze â%sâ: %s"
@@ -2051,7 +2079,267 @@ msgstr "Neuspelo brisanje simboliÄke veze â%sâ: %s"
msgid "no node device with matching name"
msgstr "ne postoji skladište sa datim imenom"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "ne mogu da obriÅ¡em zaglavlje ureÄaja %s"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "nedostaje putanja izvora"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "nepoznata vrsta %d diska za skladištenje"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "ne mogu da postavim vlasnika datoteke â%sâ: %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "neispravan zvuÄni model â%sâ"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "vrsta mrežne sprege"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "neispravan pokazivaÄ veze u %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "nepoznata vrsta autorizacije %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "neispravan pokazivaÄ skladiÅ¡ta u %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "neispravan pokazivaÄ domena u %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "neispravan pokazivaÄ domena u %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "neispravan zvuÄni model â%sâ"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "neispravan zvuÄni model â%sâ"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "neispravan pokazivaÄ veze u %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "loše oblikovan uuid element"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "nedostaje element kapaciteta"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "nepoznata vrsta autorizacije %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "nepoznata vrsta autorizacije %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "ne mogu da otvorim %s: %s"
@@ -2211,7 +2499,7 @@ msgstr "domen nije u stanju gašenja"
msgid "Could not read container config"
msgstr "ne mogu da raÅ¡Älanim URI veze"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr "nepoznata vrsta â%sâ"
@@ -2225,6 +2513,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "ne mogu da raÅ¡Älanim URI veze"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Neuspelo otvaranje pid datoteke â%sâ: %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Neuspelo Äitanje iz cevi signala: %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Neuspelo pisanje u pid datoteku â%sâ: %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Neuspelo otvaranje pid datoteke â%sâ: %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "neuspela radnja: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Neuspelo povezivanje prikljuÄka sa â%sâ: %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Neuspelo povezivanje sa hipervizorom"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Neuspelo povezivanje prikljuÄka sa â%sâ: %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Neuspelo pravljenje diska iz %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Neuspelo pronalaženje zapisa korisnika za uid â%dâ: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Neuspelo pravljenje skladišta iz %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2270,708 +2623,774 @@ msgstr "Greška u komunikaciji sa proksijem: pogrešno oblikovan paket\n"
msgid "got asynchronous packet number %d\n"
msgstr "primljen asinhroni broj paketa %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "NeoÄekivan status izlaska iz qemu %d pid %lu"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr "NeoÄekivani status izlaska â%dâ, qemu verovatno nije uspeo"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Ne mogu da pronaÄem QEMU binary %s: %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "Mreža â%sâ nije pronaÄena"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr "Vrsta mreže %d nije podržana"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr "nije moguÄe pokrenuti podrÅ¡ku mosta: %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "NeuspeÅ¡no dodavanje tap sprege â%sâ na most â%sâ : %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "NeuspeÅ¡no dodavanje tap sprege â%sâ na most â%sâ : %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "ovaj qemu ne podržava âinfo blockstatsâ"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
#, fuzzy
msgid "STDIO migration is not supported with this QEMU binary"
msgstr "ovaj qemu ne podržava âinfo blockstatsâ"
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "nije podržana vrsta diska â%sâ"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "nije podržana vrsta diska â%sâ"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr "nije podržana vrsta diska â%sâ"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "neispravan zvuÄni model"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "neispravan naziv domena"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "neispravna putanja"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Nije moguÄe otvoriti putanju nadgledanja %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "spisak domena za Ävor"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "Neuspelo postavljanje close-on-exec zastavice opisnika datoteka"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "Neuspelo postavljanje neblokirajuÄe zastavice opisnika datoteka"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "neuspelo pravljenje datoteke dnevnika %s: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
"Nije moguÄe postaviti datoteku dnevnika VM zastavice za zatvori-pri-"
"izvršavanju %s"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "neuspelo pravljenje datoteke dnevnika %s: %s"
-#: src/qemu_driver.c:211
-#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "neuspelo pravljenje datoteke dnevnika %s: %s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr ""
-"Nije moguÄe postaviti datoteku dnevnika VM zastavice za zatvori-pri-"
-"izvršavanju %s"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "ne mogu da otvorim tty %s: %s\n"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Neuspelo automatsko pokretanje VM-a â%sâ: %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Neuspelo dobavljanje statistike bloka %s %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Neuspelo pravljenje domena iz %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Neuspelo Äuvanje domena %s u %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Neuspelo pravljenje direktorijuma %s : %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "neuspelo dobijanje trenutnog vremena"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "Neuspelo raÅ¡Älanjivanje režima â%sâ"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Neuspelo raÅ¡Älanjivanje režima â%sâ"
+
+#: src/qemu_driver.c:476
#, fuzzy, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "Neuspelo automatsko pokretanje VM-a â%sâ: %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup: nema dovoljno memorije"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr "Neuspeh tokom Äitanja %s izlaza pokretanja"
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr "Vreme je isteklo tokom Äitanja %s izlaza pokretanja"
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr "Nestalo je prostora tokom Äitanja %s izlaza pokretanja"
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, fuzzy, c-format
+msgid "Out of space while reading %s log output"
+msgstr "Nestalo je prostora tokom Äitanja %s izlaza pokretanja"
+
+#: src/qemu_driver.c:757
+#, fuzzy, c-format
+msgid "Failure while reading %s log output"
+msgstr "Neuspeh tokom Äitanja %s izlaza pokretanja"
+
+#: src/qemu_driver.c:771
+#, fuzzy, c-format
+msgid "Timed out while reading %s log output"
+msgstr "Vreme je isteklo tokom Äitanja %s izlaza pokretanja"
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr "Nije moguÄe otvoriti putanju nadgledanja %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
"Nije moguÄe postaviti zastavicu za nadgledanje zatvaranja-pri-izvrÅ¡avanju"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr "Nije moguÄe postaviti nadgledanje u neblokirajuÄi režim"
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "Nije moguÄe zatvoriti datoteku dnevnika %d: %s"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "ne mogu da postavim tty atribute: %s\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
"ne mogu da pokrenem komandu monitor radi pribavljanja informacija o CPU "
"nitima"
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "neuspelo dobavljanje domena â%sâ"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr "neuspeo nastavak operacije"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "neuspelo dobijanje trenutnog vremena"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "VM je veÄ aktivan"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr "Nije moguÄe pronaÄi VNC port koji nije u upotrebi"
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "ne mogu da napravim direktorijum dnevnika %s: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Ne mogu da pronaÄem QEMU binary %s: %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Ne mogu da pronaÄem QEMU binary %s: %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "Nije moguÄe pisati argv u datoteku dnevnika %d: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "Nije moguÄe pisati argv u datoteku dnevnika %d: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "Nije moguÄe pisati argv u datoteku dnevnika %d: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domen %s se gasi\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "SpuÅ¡tam VM â%sâ"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Neuspelo povezivanje prikljuÄka sa â%sâ: %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "Nije moguÄe zatvoriti datoteku dnevnika %d: %s"
+msgid "Failed to remove domain status for %s"
+msgstr "Neuspelo pravljenje domena iz %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "Nije moguÄe pratiti podatke VM konzole: %s"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "ne mogu da otvorim tty %s: %s\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr "NUMA nije podržana za ovom domaÄinu"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr "Neuspelo odreÄivanje slobodne NUMA memorije"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "neuspelo dobavljanje imena domaÄina"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domen %s veÄ postoji"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domen %s veÄ postoji"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "nema domena koji se poklapa sa id %d"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "domen se ne izvršava"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr "neuspela obustava domena"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr "neuspešna operacija spuštanja"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "nema domena koji se podudara sa uuid â%sâ"
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr "ne mogu da postavim maksimalnu memoriju manju od trenutne memorije"
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr "ne mogu da postavim memoriju aktivnog domena"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr "ne mogu da postavim memoriju veÄu od maksimalne memorije"
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr "neuspelo dobavljanje xml-a domena"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr "neuspelo pravljenje â%sâ"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
msgstr "neuspelo upisivanje Äuvanja zaglavlja"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr "neuspelo upisivanje xml-a"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "Nije moguÄe zatvoriti datoteku dnevnika %d: %s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "nestalo memorije"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr "operacija prelaska nije uspela"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
#, fuzzy
msgid "'migrate' not supported by this qemu"
msgstr "ovaj qemu ne podržava âinfo blockstatsâ"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "ne mogu da postavim memoriju aktivnog domena"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr "ne mogu da odredim maksimalne vcpus za domen"
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
"zahtevani vcpus je veÄi nego maksimalni dozvoljeni vcpus za domen: %d > %d"
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "ne mogu da prikaÄim ureÄaj na neaktivni domen"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "vcpu broj je izvan opsega %d > %d"
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "ne mogu da postavim vlasnika datoteke â%sâ: %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "ai_family nije podržana"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "ne mogu da preuzmem kontekst datoteke od %s: %s"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr "cpu sklonost nije dostupna"
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "nepoznata vrsta virtualizacije u definiciji domena â%dâ"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "neuspelo dobijanje trenutnog vremena"
+
+#: src/qemu_driver.c:3014
+#, fuzzy, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr "vCPU brojaÄ je preÅ¡ao svoj maksimum: %d > %d"
+
+#: src/qemu_driver.c:3023
+#, fuzzy, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr "vCPU brojaÄ je preÅ¡ao svoj maksimum: %d > %d"
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr "ne mogu da proÄitam otisak domena"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr "neuspelo Äitanje qemu zaglavlja"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr "magija otiska nije ispravna"
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "verzija otiska nije podržana (%d > %d)"
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr "neuspelo Äitanje XML-a"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr "neuspelo raÅ¡Älanjivanje XML-a"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr "domen je veÄ aktivan kao â%sâ"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
msgid "failed to assign new VM"
msgstr "neuspelo dodeljivanje novog VM"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr "neuspelo pokretanje VM"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
msgid "failed to resume domain"
msgstr "neuspelo nastavljanje domena"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "nije podržana vrsta diska â%sâ"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "ne mogu da promenim cdrom medijum"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "ne mogu da promenim cdrom medijum"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, fuzzy, c-format
msgid "target %s already exists"
msgstr "disk skladiÅ¡tenja veÄ postoji"
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "ne mogu da proÄitam %s: %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "domen %s veÄ postoji"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "ne mogu da izdvojim izvorne ureÄaje"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "uÄitavam datoteku definicije domaÄina"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "ne mogu da izdvojim izvorne ureÄaje"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "uÄitavam datoteku definicije domaÄina"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr "ne mogu da prikaÄim ureÄaj na neaktivni domen"
-#: src/qemu_driver.c:3451
-#, fuzzy
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, fuzzy, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr "jedino ureÄaji CDROM diska mogu biti prikaÄeni"
-#: src/qemu_driver.c:3460
-#, fuzzy
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, fuzzy, c-format
+msgid "device type '%s' cannot be attached"
msgstr "jedino ureÄaji CDROM diska mogu biti prikaÄeni"
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domen nije pronaÄen"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "neuspelo nastavljanje domena"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Neuspelo otkaÄinjanje ureÄaja iz %s"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "ne mogu da prikaÄim ureÄaj na neaktivni domen"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
#, fuzzy
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr "jedino ureÄaji CDROM diska mogu biti prikaÄeni"
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "ne mogu da postavim memoriju aktivnog domena"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "ne mogu da napravim direktorijum automatskog pokretanja %s: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Neuspelo pravljenje simboliÄke veze â%sâ ka â%sâ: %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "neispravna putanja: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr "âinfo blockstatsâ komanda nije uspela"
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "ovaj qemu ne podržava âinfo blockstatsâ"
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "ureÄaj nije pronaÄen: %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr "NULL ili prazna putanja"
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "neispravna putanja, â%sâ nije poznata sprega"
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Neuspelo otvaranje direktorijuma â%sâ: %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "neuspela lseek radnja ili Äitanje iz datoteke: %s: %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "neispravna putanja"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr "QEMU upravljaÄki program podržava samo virtuelne memorijske adrese"
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "neuspela open(%s) radnja: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "neuspela lvs komanda"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s: neuspelo upisivanje datoteke dnevnika: %s"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "spisak domena za Ävor"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Neuspešno pravljenje UUID"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "domen je veÄ aktivan kao â%sâ"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "neuspelo pokretanje VM"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "neuspela radnja: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Neuspelo nastavljanje domena %s"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "nema domena koji se poklapaju sa imenom"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
msgstr "neuspelo pronalaženje libvirtd binarne datoteke"
@@ -2983,511 +3402,592 @@ msgstr ""
"remote_open: prenos u URL-u nije prepoznat (trebalo bi da bude tls|unix|ssh|"
"ext|tcp)"
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open: za âextâ prenos, potrebna je komanda"
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "ne mogu da otvorim tty %s: %s\n"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "ne mogu da otvorim tty %s: %s\n"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Neuspelo pravljenje prikljuÄka: %s"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Neuspelo pravljenje prikljuÄka: %s"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr "Windows ne podržava unix, ssh i ext naÄine prenosa"
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Neuspelo pravljenje prikljuÄka: %s"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "Nije moguÄe zatvoriti datoteku dnevnika %d: %s"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "neuspelo dobavljanje URI-a"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "zauzimam domen"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Ne mogu da pristupim %s â%sâ: %s (%d)"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "neuspelo zauzimanje Ävora"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "Nije moguÄe pratiti podatke VM konzole: %s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "neuspelo pokretanje SASL biblioteke: %d (%s)"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, fuzzy, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "ne mogu da postavim tty atribute: %s\n"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "ne mogu da postavim tty atribute: %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "Neuspela potvrda identiteta korisnika %s"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "ne mogu da otvorim tty %s: %s\n"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr "provera servera (sa našim uverenjem ili IP adresom) nije uspela\n"
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "Neuspela potvrda identiteta korisnika %s"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "ne mogu da napravim cev: %s"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "Neispravan tip ureÄaja: %s"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
#, fuzzy
msgid "The certificate is not trusted."
msgstr "Uverenje nije još aktivirano"
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
#, fuzzy
msgid "The certificate hasn't got a known issuer."
msgstr "remoteCheckCertificate: nije poznat izdavaÄ uverenja klijenta."
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
#, fuzzy
msgid "The certificate has been revoked."
msgstr "Uverenje je isteklo"
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
#, fuzzy
msgid "The certificate uses an insecure algorithm"
msgstr ""
"remoteCheckCertificate: uverenje klijenta koristi nebezbedan algoritam."
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "Vrsta uverenja nije X.509"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "gnutls_certificate_get_peers nije uspelo"
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Neuspela inicijalizacija SASL autentifikacije %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "ne mogu da otvorim tty %s: %s\n"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "Uverenje je isteklo"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "Uverenje nije još aktivirano"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr "Vlasnik uverenja se ne podudara sa nazivom domaÄina (%s)"
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "previÅ¡e NUMA Äelija: %d > %d"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "previše udaljenih ID-a domena: %d > %d"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr "dužina mape je veÄa od maksimalne: %d > %d"
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "vCPU brojaÄ je preÅ¡ao svoj maksimum: %d > %d"
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr "vCPU bafer dužine mape je prešao svoj maksimum: %d > %d"
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "domaÄin prijavljuje previÅ¡e vCPU-a: %d > %d"
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
"domaÄin prijavljuje da je bafer dužine mape preÅ¡ao svoj maksimum: %d > %d"
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, fuzzy, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr "vCPU brojaÄ je preÅ¡ao svoj maksimum: %d > %d"
+
+#: src/remote_internal.c:2352
+#, fuzzy, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr "vCPU brojaÄ je preÅ¡ao svoj maksimum: %d > %d"
+
+#: src/remote_internal.c:2361
+#, fuzzy, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr "vCPU brojaÄ je preÅ¡ao svoj maksimum: %d > %d"
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr "previše naziva udaljenih domena: %d > %d"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
"remoteDomainGetSchedulerParameters: vraÄeni broj parametara premaÅ¡uje granicu"
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "emoteDomainGetSchedulerParameters: nepoznata vrsta parametra"
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "niz na dodelu pri nestanku memorije"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "nepoznata vrsta parametra"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, fuzzy, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr "zahtev za blokom je prevelik za udaljeni protokol, %zi > %d"
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr "vraÄeni bafer nije iste veliÄine kao zahtevani"
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, fuzzy, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr "zahtev za memorijom je prevelik za udaljeni protokol, %zi > %d"
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "previše udaljenih mreža: %d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr "zahtevano je previše rezervoara skladišta"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr "dobijeno je previše rezervoara skladišta"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr "zahtevano je previše diskova za smeštanje"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr "dobijeno je previše diskova za smeštanje"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "zahtevano je previše diskova za smeštanje"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "dobijeno je previše diskova za smeštanje"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "zahtevano je previše diskova za smeštanje"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "dobijeno je previše diskova za smeštanje"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "nepoznata vrsta autentifikacije %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr "zahtevana vrsta autentifikacije %s je odbijena"
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "nepodržana vrsta autentifikacije %d"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "neuspelo pokretanje SASL biblioteke: %d (%s)"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "neuspelo pribavljanje adrese prikljuÄka %d (%s)"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "neuspelo pribavljanje adrese ravnopravnog ureÄaja %d (%s)"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Neuspelo pravljenje kontekst SASL klijenta: %d (%s)"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr "neispravna veliÄina Å¡ifre za TLS sesiju"
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "ne mogu da postavim spoljašnji SSF %d (%s)"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr "ne mogu da postavim bezbednosni props %d (%s)"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "SASL mehanizam %s nije podržan od strane servera"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Neuspelo pokretanje SASL pregovaranja: %d (%s)"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr "Neuspelo kreiranje uverenja autorizacije"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr "Podaci SASL pregovaranja su preveliki: %d bajtova"
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Neuspeo SASL korak: %d (%s)"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr "pregovaranje SSF %d nije bilo dovoljno jako"
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr "Neuspelo sakupljanje uverenja autorizacije"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr "xdr_remote_message_header nije uspeo"
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr "marshalling args"
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
#, fuzzy
msgid "xdr_u_int (length word)"
msgstr "xdr_int (reÄ dužine)"
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "ne mogu da saÄuvam podatke domena"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Neuspelo Äitanje prikljuÄka %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "veza samo za Äitanje"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "ne mogu da upišem meta podatak"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "neuspelo pravljenje â%sâ"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Neuspelo uništavanje diska %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
#, fuzzy
msgid "xdr_u_int (length word, reply)"
msgstr "xdr_int (reÄ dužine, odgovor)"
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
#, fuzzy
msgid "packet received from server too small"
msgstr "paket koji je primljen sa servera je preveliki"
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr "paket koji je primljen sa servera je preveliki"
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr "neispravno zaglavlje u odgovoru"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr "nepoznat program (primljeno %x, oÄekivano %x)"
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr "nepoznata verzija protokola (primljeno %x, oÄekivano %x)"
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr "nepoznata procedura (primljeno %x, oÄekivano %x)"
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr "unmarshalling ret"
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr "unmarshalling remote_error"
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr "nepoznat status (primljeno %x)"
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "calloc nije uspeo"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "neuspelo Äekanje na komandu: %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "ne mogu da otvorim tty pid datoteku %s: %s"
+
+#: src/security_selinux.c:120
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr "ne mogu da proÄitam tty pid datoteku %s: %s"
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "ne mogu da otvorim tty pid datoteku %s: %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "ne mogu da proÄitam tty pid datoteku %s: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "ne mogu da preuzmem kontekst datoteke od %s: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, fuzzy, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr "vCPU brojaÄ je preÅ¡ao svoj maksimum: %d > %d"
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "ne mogu da otvorim tty %s: %s\n"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "ne mogu da otvorim tty %s: %s\n"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3518,45 +4018,45 @@ msgstr "ne mogu da tražim kraj datoteke â%sâ:%s"
msgid "cannot read beginning of file '%s'"
msgstr "ne mogu da tražim kraj datoteke â%sâ:%s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "ne mogu da preuzmem kontekst datoteke od %s: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "ne mogu da proÄitam direktorijum %s: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr "Neuspelo kompajliranje regex %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "ne mogu da proÄitam fd"
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "neuspelo Äekanje na komandu: %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr "komanda se nije pravilno završila"
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "greÅ¡ka tokom Äitanja: %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr "status izlaza komande %d nije nula"
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "%s: nije realizovano\n"
@@ -3667,7 +4167,7 @@ msgid "cannot extend file '%s'"
msgstr "ne mogu da proÅ¡irim datoteku â%sâ: %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "ne mogu da proÄitam putanju â%sâ: %s"
@@ -3701,17 +4201,17 @@ msgstr "pravljenje otisaka koji nisu sirovi nije podržano bez qemu-img"
msgid "creation of non-raw images is not supported without qemu-img"
msgstr "pravljenje otisaka koji nisu sirovi nije podržano bez qemu-img"
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "ne mogu da postavim vlasnika datoteke â%sâ: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "ne mogu da postavim režim datoteke â%sâ: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "ne mogu da zatvorim datoteku â%sâ: %s"
@@ -3824,11 +4324,7 @@ msgstr "ne mogu da zatvorim ureÄaj %s"
msgid "cannot remove PV device '%s'"
msgstr "ne mogu da uklonim ttyPidFile %s: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "ne mogu da pronaÄem ureÄaj koji je skoro napravljen â%sâ: %s"
@@ -3841,164 +4337,169 @@ msgstr "nedostaje atribut autorizacije domaÄina"
msgid "missing auth passwd attribute"
msgstr "nedostaje atribut autorizacije lozinka"
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr "loš oktalni režim"
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr "loš element vlasnik"
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr "loš element grupa"
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "nepoznat root element"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "nepoznata vrsta %d diska za skladištenje"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "nedostaje element imena"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr "ne mogu da generišem uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "nepoznata vrsta autorizacije %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "nedostaje ime domaÄina izvora"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "ne mogu da izdvojim izvorne ureÄaje"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "nedostaju putanja izvornog ureÄaja"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "nedostaje putanja izvora"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr "nepoznata vrsta autorizacije %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "nedostaje ciljna putanja"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "format rezervoara nije podržan %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr "neoÄekivana vrsta skladiÅ¡ta"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr "nedostaje element vlasnik"
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "nedostaje root element"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr "nepoznata veliÄina jedinica %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr "loš element kapaciteta"
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr "vrednost elementa kapaciteta prevelika"
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr "nepoznat root element"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "nedostaje element imena"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr "nedostaje element kapaciteta"
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "nepoznata vrsta autorizacije %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, fuzzy, c-format
msgid "unknown volume format number %d"
msgstr "%d format diska nije podržan"
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "neuspelo upisivanje direktorijuma podešavanja %s: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "neuspelo kreiranje putanje datoteke podešavanja"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr "nije moguÄe konstruisati putanju veze"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr "neuspelo pravljenje XML-a"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "neuspelo upisivanje datoteke podešavanja %s: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "neuspelo upisivanje datoteke podešavanja %s: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "neuspelo Äuvanje datoteke podeÅ¡avanja %s: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "ne postoji datoteka podešavanja za %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "ne mogu da uklonim podešavanje za %s"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr "ne postoji skladište sa datim uuid-om"
@@ -4006,17 +4507,17 @@ msgstr "ne postoji skladište sa datim uuid-om"
msgid "no pool with matching name"
msgstr "ne postoji skladište sa datim imenom"
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr "skladiÅ¡te veÄ postoji"
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr "ne postoji skladište sa datim uuid-om"
@@ -4024,61 +4525,61 @@ msgstr "ne postoji skladište sa datim uuid-om"
msgid "pool is still active"
msgstr "skladište je još uvek aktivno"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr "skladiÅ¡te je veÄ aktivno"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr "skladiÅ¡te je veÄ aktivno"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr "skladište nije aktivno"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr "skladište je još aktivno"
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr "skladište ne podržava brisanje diska"
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "skladište nema datoteku podešavanja"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr "ne postoji skladište sa datim imenom"
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr "ne postoji skladiÅ¡te sa datim kljuÄem"
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr "ne postoji skladište sa datom putanjom"
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr "disk skladiÅ¡tenja veÄ postoji"
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr "skladište ne podržava pravljenje diska"
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr "skladište ne podržava brisanje diska"
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "dobavljam vreme dana"
@@ -4135,155 +4636,155 @@ msgstr "spisak domena za Ävor"
msgid "resolving domain filename"
msgstr "razrešavam ime datoteke domena"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "spisak domena za Ävor"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "razrešavam mrežno ime datoteke"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "spisak domena za Ävor"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "razrešavam ime datoteke domena"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: navedite putanju ili koristite test:///default"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "ne mogu da zatvorim datoteku â%sâ: %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domen nije pronaÄen"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "domen se ne izvršava"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "ne mogu da dodelim prostor za meta podatke"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "saÄuvaj stanje domena u datoteku"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "saÄuvaj stanje domena u datoteku"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "ne mogu da proÄitam otisak domena"
-#: src/test.c:1295
+#: src/test.c:1292
#, fuzzy, c-format
msgid "incomplete save header in '%s'"
msgstr "zaglavlje je saÄuvano nepotpuno"
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr "neslaganje magije zaglavlja"
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "neuspelo Äitanje dužine meta podatka"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr "dužina meta podatka je van opsega"
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "nepotpun meta podatak"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Domen %s je izbaÄen u %s\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "%s: neuspelo upisivanje datoteke dnevnika: %s"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Domen %s je izbaÄen u %s\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr "Opseg prevazilazi dozvoljene Äelije"
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domen je veÄ pokrenut"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domen još uvek radi"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Mreža još uvek radi"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Mreža je veÄ pokrenuta"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "skladiÅ¡te je veÄ aktivno"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "skladište nije aktivno"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "ne postoji skladište sa datim imenom"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "ne postoji skladiÅ¡te sa datim kljuÄem"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "ne postoji skladište sa datom putanjom"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4298,155 +4799,160 @@ msgstr "neuspelo zauzimanje prostora za znakovni ureÄaj"
msgid "unsupported chr device type %d"
msgstr "vrsta ureÄaja za unos %s nije podržana"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "Neuspelo postavljanje close-on-exec zastavice opisnika datoteka"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "nije moguÄe pokrenuti podrÅ¡ku mosta: %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Neuspelo pravljenje direktorijuma %s : %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "qemudStartup: nema dovoljno memorije"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "neuspelo pravljenje datoteke dnevnika %s: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "ne mogu da otvorim %s: %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "ne mogu da pronaÄem sesiju"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "ne mogu da postavim režim datoteke â%sâ: %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "ne mogu da proÄitam %s: %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "ne mogu da proÄitam direktorijum %s: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Ne mogu da pronaÄem QEMU binary %s: %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "neuspelo Äekanje na komandu: %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "Primljen je neoÄekivani pid, dovraga"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "ne mogu da proÄitam %s: %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "neuspelo brisanje aktivnog domena"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "ne mogu da proÄitam %s: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "ne mogu da zatvorim datoteku â%sâ: %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "ne mogu da napravim cev: %s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Neuspelo pravljenje cevi: %s"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "ne mogu da razdvojim sadržani proces: %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "ne mogu da izbriÅ¡em link ka datoteci â%sâ: %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "ne mogu da obriÅ¡em zaglavlje ureÄaja %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "ne mogu da napravim direktorijum automatskog pokretanja %s: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "neuspela strdup radnja za ime domaÄina: %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "neuspela strdup radnja za ime domaÄina: %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "neuspela strdup radnja za ime domaÄina: %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "ne mogu da proÅ¡irim datoteku â%sâ: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "greÅ¡ka tokom Äitanja: %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Neuspelo pronalaženje zapisa korisnika za uid â%dâ: %s"
@@ -4457,19 +4963,24 @@ msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
"VraÄam se na pseudorandom UUID, nisam uspeo da generiÅ¡em random bajtove : %s"
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "Nepoznata greška"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "Å¡tampaj pomoÄ"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Å tampa opÅ¡tu pomoÄ ili pomoÄ za odreÄenu naredbu."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "ime naredbe"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4477,616 +4988,628 @@ msgstr ""
"Naredbe:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "samostalno pokreni domen"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "Podesite domen da se samostalno pokreÄe pri pokretanju sistema."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "ime domena, id ili uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "onemoguÄi samostalno pokretanje"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Neuspelo oznaÄavanje domena %s kao samo pokrenuti"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Neuspelo skidanje oznake samo pokrenuti domenu %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domen %s je oznaÄen kao samo pokrenuti\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domenu %s je skinuta oznaka samo pokrenuti\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "poveži se (ponovo) sa hipervizorom"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Povezivanje sa lokalnim hipervizorom. Ovo je ugraÄena naredba posle "
"podizanja ljuske."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "URI hipervizorske veze"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "veza samo za Äitanje"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Neuspelo prekidanje veze sa hipervizorom"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Neuspelo povezivanje sa hipervizorom"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "prikljuÄi se na gostujuÄi konzolu"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "PrikljuÄi virtuelnu serijsku konzolu za gosta"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "Nema dostupnih konzola za dome\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "konzola nije realizovana na ovoj platformi"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "ispiši domene"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "VraÄa spisak domena."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "ispiši neaktivne domene"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "ispiši neaktivne i aktivne domene"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Neuspelo ispisivanje aktivnih domena"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Neuspelo ispisivanje neaktivnih domena"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Ime"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "Stanje"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "nema stanja"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "stanje domena"
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr "VraÄa stanje o domenu."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "dobavi statistiku blok ureÄaja za domen"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "Dobavlja statistiku blok ureÄaja za tekuÄi domen."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "blok ureÄaj"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "Neuspelo dobavljanje statistike bloka %s %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "dobavi statistiku mrežne sprege za domen"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "Dobavlja statistiku mrežne sprege za tekuÄi domen."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "ureÄaj sprege"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "Neuspelo dobavljanje statistike sprege %s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "obustavi domen"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Obustavlja tekuÄi domen. "
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domen %s je obustavljen\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Neuspelo obustavljanje domena %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "napravi domen iz XML datoteke"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Pravljenje domena."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "datoteka koja sadrži XML opis domena"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domen %s je napravljen iz %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Neuspelo pravljenje domena iz %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "definiši (ali nemoj pokretati) domen iz XML datoteke"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Definisanje domena."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domen %s je definisan iz %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Neuspelo definisanje domena iz %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "ukini definiciju neaktivnog domena"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Ukidanje definicije podešavanja za neaktivan domen."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "ime domena ili uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domenu %s je ukinuta definicija\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Neuspelo ukidanje definicije domena %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "pokreni (prethodno definisan) neaktivni domen"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "PokreÄe domen."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "ime neaktivnog domena"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domen je veÄ aktivan"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domen %s je pokrenut\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Neuspelo pokretanje domena %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "saÄuvaj stanje domena u datoteku"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Äuvanje tekuÄeg domena."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "gde saÄuvati podatke"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domen %s je saÄuvan u %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Neuspelo Äuvanje domena %s u %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "prikaži/podesi parametre planera"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "Prikaži/podesi parametre planera."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "dodeli vrednost"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "težina za XEN_CREDIT"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "granica za XEN_CREDIT"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "Neispravna vrednost težine"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "Neispravna vrednost granice"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "Neispravna vrednost granice"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "Planer"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "Nepoznato"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "vrati domen iz saÄuvanog stanja u datoteci"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "VraÄanje domena."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "stanje za povraÄaj"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domen je povraÄen iz %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Neuspelo vraÄanje domena iz %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "izbaci srž domena u datoteku radi analize"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Izbaci srž domena"
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "gde izbaciti srž"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domen %s je izbaÄen u %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Neuspeo izbaÄaj srži domena %s u %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "nastavi domen"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Nastavljanje prethodno obustavljenog domena."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domen %s je nastavljen\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Neuspelo nastavljanje domena %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "ljubazno ugasi domen"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Pokretanje gašenja u ciljnom domenu."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domen %s se gasi\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Neuspelo gašenje domena %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "ponovo pokreni domen"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Pokretanje naredbe ponovnog pokretanja u ciljnom domenu."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domen %s se ponovo pokreÄe\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Neuspelo ponovno pokretanje domena %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "uništi domen"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Uništavanje zadatog domena."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domen %s je uništen\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Neuspelo uništavanje domena %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "podaci o domenu"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "VraÄa osnovne podatke o domenu."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Ime:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "Vrsta OS-a:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "Stanje:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(-i):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU vreme:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Najviše memorije:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "bez ograniÄenja"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Upotrebljena memorija:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
msgid "Autostart:"
msgstr "Samostalno pokretanje:"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr "ukljuÄi"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr "iskljuÄi"
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "slobodna NUMA memorija"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "prikaži dostupnu slobodnu memoriju za NUMA Äeliju."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "broj NUMA Äelije"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "Ukupno"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "vcpu podaci domena"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "VraÄa osnovne podatke o virtuelnim CPU-ima domena."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU sklonost:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "Domen je ugašen, nema prisutnih virtuelnih CPU-a."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "kontroliši sklonost vcpu domena"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Prikuj VCPU-e domena za fiziÄke CPU-e domaÄina."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu broj"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "cpu broj(evi) domaÄina (razdvojeni zarezom)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr "vcpupin: Neispravan ili nedostaje vCPU broj."
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr "vcpupin: Nedostaje spisak procesora"
-#: src/virsh.c:1765
+#: src/virsh.c:1814
msgid "vcpupin: failed to get domain informations."
msgstr "vcpupin: neuspelo dobavljanje podataka o domenu."
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin: Neispravan vCPU broj."
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: Neispravan format. Prazna niska."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
"cpulist: %s: Neispravan format. OÄekuje se brojka na mestu %d (blizu â%câ)."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5095,1350 +5618,1408 @@ msgstr ""
"cpulist: %s: Neispravan format. OÄekuje se brojka ili zarez na mestu %d "
"(blizu â%câ)."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: Neispravan format. PrateÄi zarez na mestu %d."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "FiziÄki procesor %d ne postoji"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "promeni broj virtuelnih CPU-a"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Menja broj virtuelnih CPU-a aktivnih u domenu gosta."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "broj virtuelnih CPU-a"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "Neispravan broj virtuelnih CPU-a."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "Previše virtuelnih CPU-a."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "promeni dodelu memorije"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Menja tekuÄu dodelu memorije za domen gosta."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "broj kilobajtova za memoriju"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "Neispravna vrednost %d za veliÄinu memorije"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "Ne mogu da potvrdim najveÄu koliÄinu memorije"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "promeni najvišu granicu memorije"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Menja granicu najveÄeg zauzeÄa memorije u domenu gosta."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "najviša granica memorije u kilobajtovima"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "Ne mogu da potvrdim tekuÄu koliÄinu memorije"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "Ne mogu da umanjim tekuÄu koliÄinu memorije"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "Ne mogu da izmenim najveÄu koliÄinu memorije"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "podaci o Ävoru"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "VraÄa osnovne podatke o Ävoru."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "neuspelo dobavljanje podataka o Ävoru"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU uÄestanost:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU prikljuÄaka:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Srži po prikljuÄku:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Niti po srži:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA Äelija:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "VeliÄina memorije:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "moguÄnosti"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "VraÄa moguÄnosti hipervizora/upravljaÄkog programa."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "neuspelo preuzimanje moguÄnosti"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "podaci o domenu u XML-u"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "IspiÅ¡i podatke o domenu kao XML izbaÄaj na stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "nije neaktivan domen"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "prebaci id ili UUID domena u ime domena"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "id ili uuid domena"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "prebaci ime ili UUID domena u id domena"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "prebaci ime ili id domena u UUID domena"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "id ili ime domena"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "neuspelo dobavljanje UUID domena"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "preseli domen na drugog domaÄina"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
"Preselite domen na drugog domaÄina. Dodajte --live za preseljenje uživo."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "preseljenje uživo"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "URI veze do ciljnog domaÄina"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "URI selidbe, obiÄno se može izostaviti"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "selidba: Nedostaje desturi"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "Samostalno pokretanje mreže"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "Podesite mrežu da se samostalno pokreÄe pri podizanju sistema."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "ime mreže ili uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "NeuspeÅ¡no oznaÄavanje mreže %s kao samo pokrenuta"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Neuspešno skidanje oznake mreže %s kao samo pokrenuta"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Mreža %s oznaÄena kao samo pokrenuta\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Mreži %s je skinuta oznaka samo pokrenuta\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "napravi mrežu iz XML datoteke"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "Pravljenje mreže."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "datoteka koja sadrži XML opis mreže"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "Mreža %s je napravljena iz %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "Neuspelo pravljenje mreže iz %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "definiši (ali nemoj pokretati) mrežu iz XML datoteke"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "Definisanje mreže."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "Mreža %s je definisana iz %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "Neuspelo definisanje mreže iz %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "uništi mrežu"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "Uništavanje zadate mreže."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "ime mreže, id ili uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "Mreža %s je uništena\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "Neuspelo uništavanje mreže %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "podaci o mreži u XML-u"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "IspiÅ¡i podatke o mreži kao XML izbaÄaj na stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "spisak mreža"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "VraÄa spisak mreža."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "ispiši neaktivne mreže"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "ispiši neaktivne i aktivne mreže"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "Neuspelo ispisivanje aktivnih mreža"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "Neuspelo ispisivanje neaktivnih mreža"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "Samostalno pokretanje"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "bez samopokretanja"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "radi"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "neaktivno"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "prebaci mrežni UUID u ime mreže"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "uuid mreže"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "pokreni (prethodno definisanu) neaktivnu mrežu"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "Pokreni mrežu."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "ime neaktivne mreže"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "Mreža %s je pokrenuta\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "Neuspelo pokretanje mreže %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "ukini definiciju neaktivne mreže"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "Ukidanje definicije podešavanja za neaktivne mreže."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "Mreži %s je ukinuta definicija\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "Neuspelo ukidanje definicije mreže %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "prebaci ime mreže u UUID mreže"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "ime mreže"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "neuspelo dobavljanje UUID mreže"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
msgid "autostart a pool"
msgstr "samostalno pokreni skladište"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr "Podesite skladiÅ¡te da se samostalno pokreÄe pri pokretanju sistema."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr "ime skladišta ili uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "NeuspeÅ¡no oznaÄavanje skladiÅ¡ta %s kao samopokrenutog"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Neuspešno skidanje oznake skladišta %s kao samopokrenuto"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "SkladiÅ¡te %s je oznaÄeno kao samo pokrenuto\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Skladištu %s je skinuta oznaka samopokrenuto\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr "napravi skladište iz XML datoteke"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr "Pravljenje skladišta."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr "datoteka koja sadrži XML opis skladišta"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, c-format
msgid "Pool %s created from %s\n"
msgstr "Skladište %s je napravljeno iz %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr "Neuspelo pravljenje skladišta iz %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr "ime skladišta"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr "vrsta skladišta"
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr "domaÄin izvora podvuÄenog skladiÅ¡ta"
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr "putanja do izvora podvuÄenog skladiÅ¡ta"
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr "izvorni ureÄaj podvuÄenog skladiÅ¡ta"
-#: src/virsh.c:2881
+#: src/virsh.c:2931
#, fuzzy
msgid "source name for underlying storage"
msgstr "putanja do izvora podvuÄenog skladiÅ¡ta"
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr "meta podvuÄenog skladiÅ¡ta"
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
msgid "Failed to allocate XML buffer"
msgstr "Neuspelo zauzimanje XML bafera"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr "napravi skladište iz skupa argumenata"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr "Skladište %s je napravljeno\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr "Neuspelo pravljenje skladišta %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr "definiši (ali nemoj pokretati) skladište iz XML datoteke"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr "Definisanje skladišta."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "Skladište %s je definisano iz %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr "Neuspelo definisanje skladišta iz %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr "definiši skladište iz skupa argumenata"
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr "Skladište %s je definisano \n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr "Neuspelo ukidanje definicije skladišta %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr "izgradi skladište"
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr "Izgradi dato skladište."
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "skladiÅ¡te %s je izgraÄeno\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, c-format
msgid "Failed to build pool %s"
msgstr "neuspela izgradnja skladišta %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr "uništi skladište"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr "Uništavanje zadatog skladišta."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr "Skladište %s je uništeno\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, c-format
msgid "Failed to destroy pool %s"
msgstr "Neuspelo uništavanje skladišta %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr "obriši skladište"
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr "Brisanje zadatog skladišta."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr "Skladište %s je obrisano\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, c-format
msgid "Failed to delete pool %s"
msgstr "Neuspelo brisanje skladišta %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr "ažuriraj skladište"
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr "Ažuriraj dato skladište."
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr "Skladište %s je ažurirano\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr "Neuspelo ažuriranje skladišta %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr "podaci o skladištu u XML-u"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr "IspiÅ¡i podatke o skladiÅ¡tu kao XML izbaÄaj na stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr "ispiši skladišta"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
msgid "Returns list of pools."
msgstr "VraÄa spisak skladiÅ¡ta."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr "ispiši neaktivna skladišta"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
msgid "list inactive & active pools"
msgstr "ispiši neaktivna i aktivna skladišta"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
msgid "Failed to list active pools"
msgstr "Neuspelo ispisivanje aktivnih skladišta"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
msgid "Failed to list inactive pools"
msgstr "Neuspelo ispisivanje neaktivnih skladišta"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "neispravan pokazivaÄ skladiÅ¡ta u %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "dobijeno je previše rezervoara skladišta"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "nestalo memorije"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Neuspelo ukidanje definicije skladišta %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "dobijeno je previše rezervoara skladišta"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
msgid "storage pool information"
msgstr "podaci o skladištu"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr "VraÄa osnovne podatke o skladiÅ¡tu."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr "izgradnja"
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "pokrenuto"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr "vraÄeno"
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr "Kapacitet:"
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr "Dodela:"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr "Dostupno:"
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr "prebaci UUID skladišta u ime skladišta"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr "uuid skladišta"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr "pokreni (prethodno definisano) neaktivno skladište"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr "PokreÄe skladiÅ¡te."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr "ime neaktivnog skladišta"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr "Skladište %s je pokrenuto\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, c-format
msgid "Failed to start pool %s"
msgstr "Neuspelo pokretanje skladišta %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr "napravi disk iz skupa argumenata"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr "Pravljenje diska."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr "ime skladišta"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr "ime diska"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr "veliÄina diska sa opcionim k, M, G, T sufiksom"
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr "poÄetna dodeljena veliÄina sa opcionim k, M, G, T sufiksom"
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr "vrsta formata datoteka raw,bochs,qcow,qcow2,vmdk"
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr "LoÅ¡a veliÄina %s"
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr "Disk %s je napravljen\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, c-format
msgid "Failed to create vol %s"
msgstr "Neuspelo pravljenje diska %s"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
msgid "undefine an inactive pool"
msgstr "ukini definiciju neaktivnog skladišta"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
msgid "Undefine the configuration for an inactive pool."
msgstr "Ukidanje definicije podešavanja za neaktivano skladište."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr "Skladištu %s je ukinuta definicija\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, c-format
msgid "Failed to undefine pool %s"
msgstr "Neuspelo ukidanje definicije skladišta %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
msgid "convert a pool name to pool UUID"
msgstr "prebaci ime skladišta u UUID skladišta"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
msgid "failed to get pool UUID"
msgstr "neuspelo dobavljanje UUID skladišta"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
msgid "create a vol from an XML file"
msgstr "napravi disk iz XML datoteke"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
msgid "file containing an XML vol description"
msgstr "datoteka koja sadrži XML opis diska"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, c-format
msgid "Vol %s created from %s\n"
msgstr "Disk %s je napravljen iz %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, c-format
msgid "Failed to create vol from %s"
msgstr "Neuspelo pravljenje diska iz %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr "obriši disk"
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr "Uništavanje zadatog diska."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr "ime, kljuÄ ili putanja diska"
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr "Disk %s je uništen\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, c-format
msgid "Failed to delete vol %s"
msgstr "Neuspelo uništavanje diska %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
msgid "storage vol information"
msgstr "podaci o disku skladištenja"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr "VraÄa osnovne podatke o disku skladiÅ¡tenja."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
msgid "Type:"
msgstr "Vrsta:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr "datoteka"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr "blokirano"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
msgid "vol information in XML"
msgstr "podaci o disku u XML-u"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
msgid "Output the vol information as an XML dump to stdout."
msgstr "IspiÅ¡i podatke o disku kao XML izbaÄaj na stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
msgid "list vols"
msgstr "ispiši diskove"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
msgid "Returns list of vols by pool."
msgstr "VraÄa spisak skladiÅ¡ta."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
msgid "Failed to list active vols"
msgstr "Neuspelo ispisivanje aktivnih diskova"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr "Putanja"
-#: src/virsh.c:4145
+#: src/virsh.c:4205
msgid "convert a vol UUID to vol name"
msgstr "prebaci diska UUID u ime diska"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr "kljuÄ ili putanja diska"
-#: src/virsh.c:4178
+#: src/virsh.c:4238
msgid "convert a vol UUID to vol key"
msgstr "prebaci UUID diska u ime diska"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
msgid "vol uuid"
msgstr "uuid diska"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
msgid "convert a vol UUID to vol path"
msgstr "prebaci UUID diska u ime diska"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr "ime ili kljuÄ diska"
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "prikaži verziju"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Prikazuje podatke o verziji sistema."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "neuspelo dobavljanje vrste hipervizora"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Kompilirano uz biblioteku: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "neuspelo dobavljanje verzije biblioteke"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Koristim biblioteku: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Koristim API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "neuspelo dobavljanje verzije hipervizora"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Ne mogu da izvuÄem verziju tekuÄeg %s hipervizora\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "TekuÄi hipervizor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "NUMA nije podržana za ovom domaÄinu"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "moguÄnosti"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Neuspelo povezivanje sa hipervizorom"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Neuspelo ispisivanje neaktivnih domena"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "IspiÅ¡i podatke o disku kao XML izbaÄaj na stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "ureÄaj"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "PrikaÄi novi ureÄaj diska."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domen %s je uništen\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Neuspelo otkaÄinjanje ureÄaja iz %s"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "PrikaÄi novi ureÄaj diska."
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Neuspelo privezivanje ureÄaj iz %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "cilj ureÄaja diska"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Dobavlja statistiku blok ureÄaja za tekuÄi domen."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domen %s je nastavljen\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "neuspelo pravljenje datoteke dnevnika %s: %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "ispiÅ¡i ime domaÄina hipervizora"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "neuspelo dobavljanje imena domaÄina"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "ispiši kanonski URI hipervizora"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "neuspelo dobavljanje URI-a"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc prikaz"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "Ispiši IP adresu i broj porta za VNC prikaz."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty konzola"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "Izlazni ureÄaj za TTY konzolu."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "zakaÄi ureÄaj iz XML datoteke"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "ZakaÄi ureÄaj iz XML <datoteke>."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML datoteka"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr "priveži-ureÄaj: nedostaje <file> opcija"
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "Neuspelo privezivanje ureÄaj iz %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "otkaÄi ureÄaj iz XML datoteke"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "OtkaÄi ureÄaj iz XML <datoteke>."
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr "otkaÄi-ureÄaj: nedostaje <file> opcija"
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "Neuspelo otkaÄinjanje ureÄaja iz %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "prikaÄi mrežnu spregu"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "PrikaÄi novu mrežnu spregu."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "vrsta mrežne sprege"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "izvor mrežne sprege"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "ime ciljne mreže"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
msgid "MAC address"
msgstr "MAC adresa"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "skripta upotrebljena za premoÅ¡Äavanje mrežne sprege"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "Nema podrÅ¡ke za %s u naredbi âattach-interfaceâ"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "otkaÄi mrežnu spregu"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "OtkaÄi mrežnu spregu."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "Neuspelo dobavljanje podataka o sprezi"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "Nije pronaÄena sprega vrste %s"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "Nije pronaÄena sprega Äija je MAC adresa %s"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "Neuspelo zauzimanje memorije"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "Neuspelo pravljenje XML-a"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "prikaÄi ureÄaj diska"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "PrikaÄi novi ureÄaj diska."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "izvor ureÄaja diska"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "cilj ureÄaja diska"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "upravljaÄki program ureÄaja diska"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "upravljaÄki podprogram ureÄaja diska"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "vrsta ciljnog ureÄaja"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "režim Äitanja i upisivanja ureÄaja"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "Nema podrÅ¡ke za %s u naredbi âattach-diskâ"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "otkaÄi ureÄaj diska"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "OtkaÄi ureÄaj diska."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "Neuspelo dobavljanje podataka o disku"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "Nije pronaÄen disk Äiji je cilj %s"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "neuspelo calloc memorije za init niz znakova: %s"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "%s: neuspelo upisivanje datoteke dnevnika: %s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "%s: neuspelo upisivanje datoteke dnevnika: %s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "%s: neuspelo upisivanje datoteke dnevnika: %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Neuspelo pravljenje ne aktiviranog domena %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "neuspela lvs komanda"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, fuzzy, c-format
msgid "%s: command exited with non-zero status"
msgstr "lvs komanda je neuspela sa izlaznim statusom %d"
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: neuspelo upisivanje datoteke dnevnika: %s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Ukidanje definicije podešavanja za neaktivan domen."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Ukidanje definicije podešavanja za neaktivan domen."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "neuspelo Äitanje datoteke podeÅ¡avanja"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Ukidanje definicije podešavanja za neaktivne mreže."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Ukidanje definicije podešavanja za neaktivne mreže."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Ukidanje definicije podešavanja za neaktivano skladište."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Ukidanje definicije podešavanja za neaktivano skladište."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "napusti ovaj interaktivni terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "naredba â%sâ zahteva <%s> opciju"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "naredba â%sâ zahteva --%s opciju"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "naredba â%sâ ne postoji"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " IME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6446,17 +7027,17 @@ msgstr ""
"\n"
" SAŽETAK\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <broj>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <niska>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6464,7 +7045,7 @@ msgstr ""
"\n"
" OPIS\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6472,58 +7053,58 @@ msgstr ""
"\n"
" OPCIJE\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <broj>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <niska>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "nedefinisano ime ili id domena"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "neuspelo dobavljanje domena â%sâ"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "nedefinisano ime mreže"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "neuspelo dobavljanje mreže â%sâ"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
msgid "undefined pool name"
msgstr "ime skladišta nije definisano"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, c-format
msgid "failed to get pool '%s'"
msgstr "neuspelo dobavljanje diska â%sâ"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
msgid "undefined vol name"
msgstr "nedefinisano ime diska"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, c-format
msgid "failed to get vol '%s'"
msgstr "neuspelo dobavljanje diska â%sâ"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6534,130 +7115,130 @@ msgstr ""
"(Vreme: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "nedostaje \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "neoÄekivani izraz (ime naredbe): â%sâ"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "neoÄekivana naredba: â%sâ"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "naredba â%sâ ne podržava opciju --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "oÄekivana sintaksa: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "broj"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "niska"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "neoÄekivani podaci â%sâ"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPCIJA"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "PODACI"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
#, fuzzy
msgid "idle"
msgstr "datoteka"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "pauzirano"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "u gašenju"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "zaustavljeno"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "krahiralo"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "van upotrebe"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "nema ispravne veze"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: greška: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "greška: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: neuspelo zauzimanje %d bajtova"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: neuspelo zauzimanje %lu bajtova"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "neuspelo povezivanje sa hipervizorom"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "neuspelo dobavljanje podataka o datoteci dnevnika"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "putanja dnevnika nije datoteka"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
"neuspelo otvaranje datoteke dnevnika. proverite putanju do datoteke dnevnika"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "neuspelo upisivanje datoteke dnevnika"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: neuspelo upisivanje datoteke dnevnika: %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
msgid "failed to disconnect from the hypervisor"
msgstr "Neuspelo prekidanje veze sa hipervizorom"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6690,7 +7271,7 @@ msgstr ""
"\n"
" naredbe (neinteraktivni režim):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6700,17 +7281,17 @@ msgstr ""
" (navedite help <naredba> za detalje o naredbi)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "nepodržana opcija â-%câ. Pogledajte --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6719,7 +7300,7 @@ msgstr ""
"Dobrodošli u %s, interaktivni terminal za virtualizaciju.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6729,462 +7310,476 @@ msgstr ""
" âquitâ za izlaz\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "Nepoznata greška"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "upozorenje"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "greška"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "Nije pružena poruka o grešci"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "unutrašnja greška %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "unutrašnja greška"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "nestalo memorije"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "hipervizor ne podržava ovu funkciju"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "hipervizor ne podržava ovu funkciju: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "ne mogu da se povežem sa hipervizorom"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "ne mogu da se povežem sa %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "neispravan pokazivaÄ veze u"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "neispravan pokazivaÄ veze u %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "neispravan pokazivaÄ domena u"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "neispravan pokazivaÄ domena u %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "neispravan argument u"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "neispravan argument u %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "neuspela radnja: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "neuspela radnja"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "neuspela GET radnja: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "neuspela GET radnja"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "neuspela POST radnja: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "neuspela POST radnja"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "dobijen nepoznat broj HTTP greške %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "nepoznat domaÄin %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "nepoznat domaÄin"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "ne mogu da serijalizujem S-izraz: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "ne mogu da serijalizujem S-izraz"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "ne mogu da upotrebim stavku Xen hipervizora"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "ne mogu da upotrebim %s stavku Xen hipervizora"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "ne mogu da se povežem sa Xen skladištem"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "ne mogu da se povežem sa Xen skladištem %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "neuspeo Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "nepoznata vrsta OS-a"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "nepoznata vrsta OS-a %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "nedostaju podaci o jezgru"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "nedostaju podaci o korenskom ureÄaju"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "nedostaju podaci o korenskom ureÄaju %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "nedostaju izvorni podaci za ureÄaj"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "nedostaju izvorni podaci za ureÄaj %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "nedostaju ciljni podaci za ureÄaj"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "nedostaju ciljni podaci za ureÄaj %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "nedostaju podaci o imenu domena"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "nedostaju podaci o imenu domena u %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "nedostaju podaci o operativnom sistemu"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "nedostaju podaci o operativnom sistemu za %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "nedostaju podaci o ureÄajima"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "nedostaju podaci o ureÄajima za %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "registrovano je previÅ¡e upravljaÄkih programa"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "registrovano je previÅ¡e upravljaÄkih programa u %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "neuspeo poziv u biblioteci, verovatno nije podržan"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "neuspeo poziv %s u biblioteci, verovatno nije podržan"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML opis nije dobro oblikovan ili je neispravan"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML opis za %s nije dobro oblikovan ili je neispravan"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "ovaj domen veÄ postoji"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domen %s veÄ postoji"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "radnja je zabranjena za pristup samo Äitanja"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "radnja %s je zabranjena za pristup samo Äitanja"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "neuspelo otvaranje datoteku podeÅ¡avanja za Äitanje"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "neuspelo otvaranje %s za Äitanje"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "neuspelo Äitanje datoteke podeÅ¡avanja"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "neuspelo Äitanje %s datoteke podeÅ¡avanja"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "neuspelo tumaÄenje datoteke podeÅ¡avanja"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "neuspelo tumaÄenje %s datoteke podeÅ¡avanja"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "sintaksna greška u datoteci podešavanja"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "sintaksna greška u datoteci podešavanja: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "neuspelo upisivanje datoteke podešavanja"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "neuspelo upisivanje datoteke podešavanja: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "greÅ¡ka u raÅ¡Älanjivanju"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "neispravan pokazivaÄ veze u"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "neispravan pokazivaÄ veze u %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "ova mreža veÄ postoji"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "mreža %s veÄ postoji"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "greška u sistemskom pozivu"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC greška"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "greška u GNUTLS pozivu"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "Neuspelo pronalaženje mreže"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "Neuspelo pronalaženje mreže: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "Domen nije pronaÄen"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "Domen nije pronaÄen: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "Mreža nije pronaÄena"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "Mreža nije pronaÄena: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
msgid "invalid MAC address"
msgstr "neispravna MAC adresa"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, c-format
msgid "invalid MAC address: %s"
msgstr "neispravna MAC adresa: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "neuspela autentifikacija"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "neuspela autentifikacija: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
msgid "Storage pool not found"
msgstr "SkladiÅ¡te nije pronaÄeno"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, c-format
msgid "Storage pool not found: %s"
msgstr "SkladiÅ¡te nije pronaÄeno: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
msgid "Storage volume not found"
msgstr "Disk za skladiÅ¡tenje nije pronaÄen"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, c-format
msgid "Storage volume not found: %s"
msgstr "Disk za skladiÅ¡tenje nije pronaÄen: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
msgid "invalid storage pool pointer in"
msgstr "neispravan pokazivaÄ skladiÅ¡ta u"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr "neispravan pokazivaÄ skladiÅ¡ta u %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
msgid "invalid storage volume pointer in"
msgstr "neispravan pokazivaÄ diska skladiÅ¡tenja u"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr "neispravan pokazivaÄ diska skladiÅ¡tenja veze u %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
msgid "Failed to find a storage driver"
msgstr "Neuspelo pronalaženje upravljaÄkog programa skladiÅ¡ta"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Neuspelo pronalaženje upravljaÄkog programa skladiÅ¡ta: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Neuspelo pronalaženje upravljaÄkog programa skladiÅ¡ta"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Neuspelo pronalaženje upravljaÄkog programa skladiÅ¡ta: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "neispravan pokazivaÄ diska skladiÅ¡tenja u"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "neispravan pokazivaÄ domena u %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "ureÄaj nije pronaÄen: %s (%s)"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "ureÄaj nije pronaÄen: %s (%s)"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "SkladiÅ¡te nije pronaÄeno"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "SkladiÅ¡te nije pronaÄeno: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "Bafer argumenata je suviÅ¡e male veliÄine"
@@ -7255,7 +7850,7 @@ msgstr "Parametar znaÄaja planera kredita (%d) je van opsega (1-65535)"
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "Parametar ograniÄenja planera kredita (%d) je van opsega (0-65535)"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "ne mogu da proÄitam %s: %s"
@@ -7308,7 +7903,7 @@ msgstr "podaci o domenu su netaÄni ili domid nije brojÄan"
msgid "domain information incomplete, missing uuid"
msgstr "nepotpuni podaci o domenu, nedostaje uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "nepotpuni podaci o domenu, nedostaje ime"
@@ -7352,94 +7947,101 @@ msgid "cannot parse vbd filename, missing driver type"
msgstr ""
"ne mogu protumaÄiti vbd ime datoteke, nedostaje vrsta upravljaÄkog programa"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "neispravna MAC adresa: %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "neoÄekivan dict Ävor"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "nepoznata vrsta autorizacije %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "nepotpuni podaci o domenu, nedostaje id"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "neispravna MAC adresa: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "nepoznata vrsta OS-a %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "sintaksna greška topologije"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "neuspelo tumaÄenje podataka o Xend domenu"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "domen se ne izvršava"
+
+#: src/xend_internal.c:3219
#, fuzzy
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr "xenDaemonDomainDumpXMLByName nije uspeo da pronaÄe ovaj domen"
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "neuspela izgradnja skladišta %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "vrsta ureÄaja za unos %s nije podržana"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr "xenDaemonGetAutostart nije uspeo da pronaÄe ovaj domen"
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr "xenDaemonSetAutostart nije uspeo da pronaÄe ovaj domen"
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
msgid "unexpected value from on_xend_start"
msgstr "neoÄekivana vrednost od on_xend_start"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
msgid "no memory"
msgstr "bez memorije"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
msgid "sexpr2string failed"
msgstr "neuspela sexpr2string radnja"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Neuspelo ukidanje definicije skladišta %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
#, fuzzy
msgid "on_xend_start not present in sexpr"
msgstr "on_xend_start se ne nalazi u sexpr"
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "ne mogu da otvorim tty %s: %s\n"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
@@ -7447,7 +8049,7 @@ msgstr ""
"xenDaemonDomainMigrate: Xen ne podržava promenu imena domena prilikom "
"premeštanja"
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
@@ -7455,117 +8057,117 @@ msgstr ""
"xenDaemonDomainMigrate: Xen ne podržava ograniÄavanje propusnog opsega "
"prilikom premeštanja"
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr "xenDaemonDomainMigrate: zastavica nije podržana"
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr "xenDaemonDomainMigrate: neispravan URI"
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr "xenDaemonDomainMigrate: Xen podržava samo xenmigr:// premeštanja"
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr "xenDaemonDomainMigrate: ime domaÄina mora biti navedeno u URI-u"
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "xenDaemonDomainMigrate: neispravan broj porta"
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
msgid "failed to parse domain description"
msgstr "neuspeloraÅ¡Älanjenje opisa domena"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Neuspelo pravljenje ne aktiviranog domena %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr "nije podržano u xendConfigVersion < 4"
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
msgid "node information incomplete, missing scheduler name"
msgstr "nepotpuni podaci o Ävoru, nedostaje naziv planera"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr "strdup nije uspeo"
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr "Nepoznat planer"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
msgid "Failed to get a scheduler name"
msgstr "Neuspelo pribavljanje naziva planera"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
msgid "domain information incomplete, missing cpu_weight"
msgstr "nepotpuni podaci o domenu, nedostaje cpu_weight"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
msgid "domain information incomplete, missing cpu_cap"
msgstr "nepotpuni podaci o domenu, nedostaje cpu_cap"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr "domainBlockPeek nije podržan za dom0"
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr "%s: neispravna putanja"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "neuspelo otvaranje za Äitanje: %s: %s"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "neuspela lseek radnja ili Äitanje iz datoteke: %s: %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "neoÄekivana vrsta domena %d"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "neoÄekivana mime vrsta"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "vrsta %d diska za skladištenje nije podržana"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "neoÄekivan Ävor vrednosti"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr "nema programa za uÄitavanje HVM domena"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "ai_socktype nije podržan"
@@ -7641,46 +8243,46 @@ msgstr "ne mogu da dobijem datoteku podešavanja za domen"
msgid "unexpected lifecycle action %d"
msgstr "neoÄekivan dict Ävor"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
"ne mogu da dobijem naziv datoteke podešavanja kako bi je domen prebrisao"
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr "ne mogu da dobijem stavku podešavanja kako bi je domen prebrisao"
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
msgid "failed to remove old domain from config map"
msgstr "neuspelo brisanje starog domena iz mape podešavanja"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr "naziv datoteke podešavanja je predug"
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
msgid "unable to get current time"
msgstr "neuspelo dobijanje trenutnog vremena"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
msgid "unable to store config file handle"
msgstr "neuspelo rukovanje skladištenjem datoteke podešavanja"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
msgid "unknown device"
msgstr "nepoznat ureÄaj"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "neuspelo pravljenje datoteke dnevnika %s: %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "neuspelo pravljenje datoteke dnevnika %s: %s"
@@ -7689,19 +8291,34 @@ msgstr "neuspelo pravljenje datoteke dnevnika %s: %s"
msgid "Invalid parameter to virXPathString()"
msgstr "NevažeÄi parametar za virXPathString()"
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr "NevažeÄi parametar za virXPathNumber()"
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "NevažeÄi parametar za virXPathString()"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "NevažeÄi parametar za virXPathString()"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr "NevažeÄi parametar za virXPathBoolean()"
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr "NevažeÄi parametar za virXPathNode()"
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "NevažeÄi parametar za virXPathNodeSet()"
@@ -7727,16 +8344,46 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "skladiÅ¡te je veÄ aktivno"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "zauzimam domen"
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "Ne mogu da pristupim %s â%sâ: %s (%d)"
+
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "neuspelo pribavljanje adrese prikljuÄka %d (%s)"
+
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "neuspelo pribavljanje adrese ravnopravnog ureÄaja %d (%s)"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "Neuspelo postavljanje neblokirajuÄe zastavice opisnika datoteka"
+
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "neuspelo pravljenje datoteke dnevnika %s: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr ""
+#~ "Nije moguÄe postaviti datoteku dnevnika VM zastavice za zatvori-pri-"
+#~ "izvršavanju %s"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup: nema dovoljno memorije"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "Nije moguÄe zatvoriti datoteku dnevnika %d: %s"
+
#~ msgid "allocating configuration"
#~ msgstr "dodeljujem podešavanje"
@@ -7785,9 +8432,6 @@ msgstr "zauzimam domen"
#~ msgid "failed to mount %s at %s for container: %s"
#~ msgstr "neuspelo Äekanje na komandu: %s"
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "neuspela open(%s) radnja: %s"
-
#~ msgid "clone() failed, %s"
#~ msgstr "neuspela clone() radnja: %s"
@@ -8212,12 +8856,6 @@ msgstr "zauzimam domen"
#~ msgid "cannot write tty pid file %s: %s"
#~ msgstr "ne mogu da zapišem tty pid datoteku %s: %s"
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "ne mogu da otvorim tty pid datoteku %s: %s"
-
-#~ msgid "cannot read tty pid file %s: %s"
-#~ msgstr "ne mogu da proÄitam tty pid datoteku %s: %s"
-
#, fuzzy
#~ msgid "execl failed to exec init: %s"
#~ msgstr "execl nije uspeo da izvrši init: %s"
@@ -8341,9 +8979,6 @@ msgstr "zauzimam domen"
#~ msgid "missing sound model"
#~ msgstr "nedostaje zvuÄni model"
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "neispravan zvuÄni model â%sâ"
-
#~ msgid "domain name length too long"
#~ msgstr "dužina imena domena je prevelika"
diff --git a/po/sv.gmo b/po/sv.gmo
index 67c1450..3773420 100644
Binary files a/po/sv.gmo and b/po/sv.gmo differ
diff --git a/po/sv.po b/po/sv.po
index 7fb71dc..e53e2fb 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-01-27 18:25-0500\n"
"Last-Translator: Magnus Larsson <fedoratrans at gmail.com>\n"
"Language-Team: Swedish <sv at li.org>\n"
@@ -95,241 +95,241 @@ msgstr ""
msgid "Unknown error"
msgstr "Okänd"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Misslyckades att öppna \"%s\": %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Misslyckades att läsa beskrivningsfilen %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allokerar konfiguration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "Fel allokering av minne: %s"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "oväntad värde-nod"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "Misslyckades att allokera minne"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Misslyckades att läsa från uttag %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "Misslyckades att allokera minne"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Misslyckades att hitta nätverket: %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Misslyckades att hitta nätverket: %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Misslyckades att ansluta till hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "autentisering misslyckades: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -337,453 +337,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "Misslyckades att hämta gränssnittsstatistik %s %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Misslyckades att starta nätverk %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "ändra minnesallokering"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET-operation misslyckades: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "oväntad mime-typ"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Misslyckades att skapa XML"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Misslyckades att skapa XML"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Misslyckades att skriva till uttag %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "Misslyckades att allokera minne"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "Misslyckades att allokera minne"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "Misslyckades att allokera minne"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Misslyckades att fortsätta domän %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Misslyckades att skapa XML"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "nätverksnamn eller uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Misslyckades att spara domän %s till %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "autentisering misslyckades"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "fick okänd HTTP-felkod %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "analys av svar från server misslyckades"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "ogiltig anslutningspekare i"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "slut på minne"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "okänd OS-typ"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "Kan inte verifiera aktuell MemorySize"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "Kan inte verifiera aktuell MemorySize"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Misslyckades att hämta block statistik %sl %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "Misslyckades att hämta gränssnittsstatistik %s %s"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "slut på minne"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Misslyckades att skapa inaktiv domän %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Misslyckades att skapa inaktiv domän %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domän hittades inte"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "oväntad dict-nod"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -904,534 +920,535 @@ msgstr "kunde inte lägga till nätverk till hashindextabellen för anslutningar
msgid "dev missing from connection hash table"
msgstr "domän saknas från hashindextabellen för anslutningar<"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "okänd OS-typ %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "källa för skivenhet"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "okänd OS-typ %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "källa för skivenhet"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "okänd OS-typ %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "okänd OS-typ %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "saknar källinformation för enhet"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "saknar källinformation för enhet"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "saknar källinformation för enhet"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "målenhetstyp"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "okänd OS-typ %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "okänd OS-typ %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "saknar rot-enhetsinformation"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "okänd OS-typ %s"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "okänd OS-typ %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "okänt kommando: '%s'"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "målenhetstyp"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "okänd OS-typ %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "saknar \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "saknar \""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "målenhetstyp"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "kunde inte analysera anslutning-URI"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "kunde inte analysera anslutning-URI"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "okänd OS-typ %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "okänd värd %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "okänd värd %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "saknar målinformation för enhet"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "okänd värd %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "saknar rot-enhetsinformation"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "okänd OS-typ"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "saknar domännamnsinformation"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "ogiltig domänpekare i %s"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "misslyckades att hämta nätverks-UUID"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "oväntad data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "okänd OS-typ"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "gränssnittsenhet"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "saknar rot-enhetsinformation"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "okänd värd %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "anslut diskenhet"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "anslut nätverksgränssnitt"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "gränssnittsenhet"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "anslut diskenhet"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "anslut diskenhet"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "anslut diskenhet"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "anslut diskenhet"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "misslyckades att spara innehåll"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "syntaxfel i topologi-cpuset"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "oväntad mime-typ"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "oväntad mime-typ"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "oväntad dict-nod"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "oväntad dict-nod"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "oväntad dict-nod"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "oväntad mime-typ"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "oväntad mime-typ"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "oväntad mime-typ"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "oväntad dict-nod"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "oväntad mime-typ"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "oväntad mime-typ"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "oväntad dict-nod"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "oväntad mime-typ"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "oväntad mime-typ"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "oväntad mime-typ"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "oväntad värde-nod"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "misslyckades att skriva konfigurationsfilen: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "misslyckades att skriva konfigurationsfilen: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "misslyckades att skriva konfigurationsfilen: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "misslyckades att skriva konfigurationsfilen: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "misslyckades att skriva konfigurationsfilen: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "okänd OS-typ"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Misslyckades att skapa XML"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Misslyckades att skapa XML"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Misslyckades att skriva till uttag %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Misslyckades att skapa nätverk från %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Misslyckades att spara domän %s till %s"
@@ -1441,56 +1458,56 @@ msgstr "Misslyckades att spara domän %s till %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "kunde inte analysera anslutning-URI"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "anslut nätverksgränssnitt"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Kan inte verifiera aktuell MemorySize"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domäninformation fel, domid är inte numerisk"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domäninformation fel, domid är inte numerisk"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1533,12 +1550,12 @@ msgstr "Misslyckades att skapa inaktiv domän %s\n"
msgid "failed to bind new root %s"
msgstr "Misslyckades att hitta nätverket: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Misslyckades att skapa XML"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Misslyckades att spara domän %s till %s"
@@ -1711,23 +1728,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domännamn eller uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "namn för den inaktiva domänen"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "avdefiniera en inaktiv domän"
@@ -1782,7 +1799,7 @@ msgstr "ogiltig domänpekare i"
msgid "failed to kill pid %d"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Misslyckades att öppna \"%s\": %s"
@@ -1817,225 +1834,235 @@ msgstr "domännamn"
msgid "no domain with id %d"
msgstr "nodens domänlista"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "okänd värd %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Misslyckades att fortsätta domän %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "ogiltigt argument i %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "ogiltigt argument i "
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "ogiltigt MAC-adress: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "okänd OS-typ %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "misslyckades att skriva konfigurationsfilen: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domän %s finns redan"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Misslyckades att starta nätverk %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "slut på minne"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "Misslyckades att skapa nätverk från %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Misslyckades att spara domän %s till %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Misslyckades att spara domän %s till %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Misslyckades att spara domän %s till %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Misslyckades att spara domän %s till %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Misslyckades att spara domän %s till %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Misslyckades att spara domän %s till %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Misslyckades att spara domän %s till %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Misslyckades att spara domän %s till %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Misslyckades att spara domän %s till %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Misslyckades att spara domän %s till %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domänen är redan aktiv"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "misslyckades att skriva konfigurationsfilen: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "kunde inte öppna %s för läsning"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "misslyckades att hämta nätverk '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Nätverket kör fortfarande"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "nätverksinformation i XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Nätverk %s startat\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "Misslyckades att skapa nätverk från %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Misslyckades att spara domän %s till %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Misslyckades att öppna \"%s\": %s"
@@ -2045,7 +2072,267 @@ msgstr "Misslyckades att öppna \"%s\": %s"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "målenhetstyp"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "okänd OS-typ %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Misslyckades att öppna \"%s\": %s"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "nätverksgränssnittstyp"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "ogiltig nätverkspekare i %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "okänd OS-typ %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "ogiltig nätverkspekare i %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "ogiltig domänpekare i %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "ogiltig domänpekare i %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "ogiltig anslutningspekare i %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "saknar rot-enhetsinformation"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "okänd OS-typ %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "okänd OS-typ %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Misslyckades att öppna \"%s\": %s"
@@ -2205,7 +2492,7 @@ msgstr ""
msgid "Could not read container config"
msgstr "kunde inte analysera anslutning-URI"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "okänd OS-typ %s"
@@ -2219,6 +2506,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "kunde inte analysera anslutning-URI"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Misslyckades att öppna \"%s\": %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Misslyckades att läsa beskrivningsfilen %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Misslyckades att öppna \"%s\": %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Misslyckades att öppna \"%s\": %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation misslyckades: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Misslyckades att ansluta enhet från %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Misslyckades att ansluta till hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Misslyckades att ansluta enhet från %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Misslyckades att skapa domän från %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Misslyckades att hitta nätverket: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Misslyckades att skapa domän från %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2263,708 +2615,780 @@ msgstr "Kommunikationsfel med proxy: felformaterat paket\n"
msgid "got asynchronous packet number %d\n"
msgstr "fick asynkront paketnummer %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "Nätverk hittades inte"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Nätverk %s startat\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Misslyckades att hämta gränssnittsstatistik %s %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "denna funktion stöds inte av hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "oväntad data '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "oväntad data '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "ogiltig domänpekare i %s"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "ogiltigt argument i "
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "nodens domänlista"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "%s: misslyckades att skriva loggfilen: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "%s: misslyckades att skriva loggfilen: %s"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "%s: misslyckades att skriva loggfilen: %s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "Misslyckades att stänga uttag %d\n"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Misslyckades att hämta block statistik %sl %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Misslyckades att skapa domän från %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Misslyckades att spara domän %s till %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Misslyckades att skapa nätverk från %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "Kan inte verifiera aktuell MemorySize"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "slut på minne"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Misslyckades att öppna \"%s\": %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "Misslyckades att stänga uttag %d\n"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "Misslyckades att stänga uttag %d\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "misslyckades att hämta domän '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation misslyckades"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "Kan inte verifiera aktuell MemorySize"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domänen är redan aktiv"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "%s: misslyckades att skriva loggfilen: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "%s: misslyckades att skriva loggfilen: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "%s: misslyckades att skriva loggfilen: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domän %s håller på att stängas ned\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "Misslyckades att stänga uttag %d\n"
+msgid "Failed to remove domain status for %s"
+msgstr "Misslyckades att skapa domän från %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "NUMA oanvänt minne"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "misslyckades att få värdnamn"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domän %s finns redan"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domän %s finns redan"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domänen kör fortfarande"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation misslyckades"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation misslyckades"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "namn för den inaktiva domänen"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "misslyckades att hämta domän-UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Misslyckades att skapa XML"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "misslyckades att skriva loggfilen"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "misslyckades att skriva loggfilen"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "Misslyckades att stänga uttag %d\n"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "slut på minne"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation misslyckades"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "Avdefiniera konfigurationen för en inaktiv domän."
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "avdefiniera en inaktiv domän"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "målenhetstyp"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "nodens domänlista"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "Kan inte verifiera aktuell MemorySize"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "nodens domänlista"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "misslyckades att läsa från Xen-demonen"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Misslyckades att skapa XML"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Misslyckades att skapa XML"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domänen är redan aktiv"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "misslyckades att hämta nätverks-UUID"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Misslyckades att starta domän %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Misslyckades att fortsätta domän %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "kunde inte ansluta till %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "%s: misslyckades att skriva loggfilen: %s"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "domän %s finns redan"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "läser in värddefinitionsfil<"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "anslut diskenhet"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "läser in värddefinitionsfil<"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "avdefiniera en inaktiv domän"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "Domän hittades inte"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "misslyckades att få nodinformation"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Misslyckades att avmontera enheten från %s"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "avdefiniera en inaktiv domän"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "autostarta en domän"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "Misslyckades att skapa nätverk från %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Misslyckades att spara domän %s till %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "ogiltigt argument i %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domän hittades inte: %s"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Misslyckades att öppna \"%s\": %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "kunde inte läsa konfigurationsfilen %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "ogiltigt argument i "
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation misslyckades: %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s: misslyckades att skriva loggfilen: %s"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "nodens domänlista"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "misslyckades att hämta domän-UUID"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Misslyckades att starta domän %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation misslyckades: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Misslyckades att fortsätta ny domän %s\n"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -2975,510 +3399,591 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "kunde inte ansluta till %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Misslyckades att läsa från uttag %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Misslyckades att läsa från uttag %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Misslyckades att läsa från uttag %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "Misslyckades att stänga uttag %d\n"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "misslyckades att hämta URI"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
#, fuzzy
msgid "Error allocating callbacks list"
msgstr "Fel allokering av minne: %s"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allokerar domän"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "misslyckades att allokera en nod"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "Kan inte verifiera aktuell MemorySize"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Kan inte verifiera aktuell MemorySize"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "Ogiltigt värde för gräns"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "misslyckades att skriva konfigurationsfilen: %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "för många domäner"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "för många domäner"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "ändra minnesallokering"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "okänd OS-typ"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "för många nätverk"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "för många drivrutiner registrerade"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "för många drivrutiner registrerade"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "för många drivrutiner registrerade"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "för många drivrutiner registrerade"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "för många drivrutiner registrerade"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "för många drivrutiner registrerade"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "för många drivrutiner registrerade"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "autentisering misslyckades: %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "autentisering misslyckades"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "misslyckades att serialisera S-Expr: %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Misslyckades att hämta block statistik %sl %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "Misslyckades att hämta gränssnittsstatistik %s %s"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Misslyckades att skapa inaktiv domän %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "denna funktion stöds inte av hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Misslyckades att starta domän %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "misslyckades att spara innehåll"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Misslyckades att starta domän %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "Misslyckades att ansluta till hypervisor"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "nodens domänlista"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Misslyckades att läsa från uttag %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "anslutning skrivskyddad"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "nodens domänlista"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Misslyckades att skapa XML"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "misslyckades att hämta nätverk '%s'"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "ogiltigt argument i %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "operation misslyckades"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Misslyckades att starta domän %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Misslyckades att öppna \"%s\": %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Misslyckades att öppna \"%s\": %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Misslyckades att öppna \"%s\": %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3509,45 +4014,45 @@ msgstr "misslyckades att skriva konfigurationsfilen: %s"
msgid "cannot read beginning of file '%s'"
msgstr "misslyckades att skriva konfigurationsfilen: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "ogiltigt MAC-adress: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Misslyckades att starta domän %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internt fel %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "konsol är inte implementerad på denna plattform"
@@ -3661,7 +4166,7 @@ msgid "cannot extend file '%s'"
msgstr "Misslyckades att öppna \"%s\": %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Misslyckades att öppna \"%s\": %s"
@@ -3694,17 +4199,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Misslyckades att öppna \"%s\": %s"
@@ -3815,11 +4320,7 @@ msgstr "målenhetstyp"
msgid "cannot remove PV device '%s'"
msgstr "målenhetstyp"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Misslyckades att öppna \"%s\": %s"
@@ -3832,162 +4333,167 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "okänd OS-typ %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "nätverksnamn eller uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "okänd OS-typ %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "saknar källinformation för enhet %s"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "okänd OS-typ %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "oväntad mime-typ"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "saknar rot-enhetsinformation"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "okänd värd %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "okänd värd %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "saknar domännamnsinformation"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "okänd OS-typ %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "misslyckades att skriva konfigurationsfilen: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Misslyckades att skapa XML"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "misslyckades att skriva konfigurationsfilen: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "misslyckades att skriva konfigurationsfilen: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "misslyckades att skriva konfigurationsfilen: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "syntaxfel i konfigurationsfilen: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3995,17 +4501,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4013,64 +4519,64 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domänen är redan aktiv"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domänen är redan aktiv"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
#, fuzzy
msgid "storage pool is not active"
msgstr "sökvägen till loggen är inte en fil"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "hämtar tid på dygnet"
@@ -4127,154 +4633,154 @@ msgstr "nodens domänlista"
msgid "resolving domain filename"
msgstr "slå upp domänfilnamn"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "nodens domänlista"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "slå upp nätverksfilnamn"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "nodens domänlista"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "slå upp domänfilnamn"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: ange en sökväg eller använd test:///default"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domän %s finns redan"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domänen kör fortfarande"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "misslyckades att allokera en nod"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "spara ett domäntillstånd till en fil"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "spara ett domäntillstånd till en fil"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "nodens domänlista"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "misslyckades att läsa från Xen-demonen"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "oväntad data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Domän %s sparad till %s\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "%s: misslyckades att skriva loggfilen: %s"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Domän %s sparad till %s\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domänen kör redan"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domänen kör fortfarande"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Nätverket kör fortfarande"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Nätverket kör redan"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domänen är redan aktiv"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4288,151 +4794,155 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Misslyckades att skapa nätverk från %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "slut på minne"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "nodens cpu-uttag"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "nodens cpu-uttag"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "okänt kommando: '%s'"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "okänt kommando: '%s'"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "kunde inte analysera anslutning-URI"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Misslyckades att skriva till uttag %d\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "kunde inte analysera anslutning-URI"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "namn för den inaktiva domänen"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "målenhetstyp"
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Misslyckades att skapa XML"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Misslyckades att skapa XML"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "nodens cpu-uttag"
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "kunde inte analysera konfigurationsfilen %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "kunde inte analysera konfigurationsfilen %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "Misslyckades att avdefiniera domän %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "kunde inte analysera anslutning-URI"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "fel: "
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Misslyckades att hitta nätverket: %s"
@@ -4442,19 +4952,24 @@ msgstr "Misslyckades att hitta nätverket: %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "Okänd"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "skriv ut hjälp"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Skriv ut global hjälp eller beordra speficik hjälp."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "namn på kommando"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4462,618 +4977,630 @@ msgstr ""
"Kommandon:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "autostarta en domän"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "Konfigurera en domän till att automatiskt starta vid uppstart."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domännman, id eller uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "inaktivera autostartning"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Misslyckades att markera domän %s som autostartad"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Misslyckades att avmarkera domän %s som autostartad"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domän %s markerad som autostartad\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domän %s avmarkerad som autostartad\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(Ã¥ter)anslut till hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Anslut till lokal hypervisor. Detta är inbyggt kommando efter skalet startat "
"upp."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "anslutnings-URI för hypervisor"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "anslutning skrivskyddad"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Misslyckades att koppla ner från hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Misslyckades att ansluta till hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "anslut till gästkonsollen"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "Anslut virtuella seriekonsollen för gästen"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "Ingen konsoll tillgänglig för domänen\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "konsol är inte implementerad på denna plattform"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "lista domäner"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returnera lista på domäner"
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "lista inaktiva domäner"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "lista inaktiva & aktiva domäner<"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Misslyckades att lista aktiva domäner"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Misslyckades att lista inaktiva domäner"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Namn"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "Tilstånd"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "inget tillstånd"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domäntillstånd"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returnerar tillstånd för en köranade domän."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "hämta enhetsblocks-statistik för en domän"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "Hämta enhetsblocks-statistik för en köranade domän."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "blockenhet"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "Misslyckades att hämta block statistik %sl %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "hämta nätverksgränssnitt-statistik för en domän"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "Hämta statistik för nätverksgränssnitt för en köranade domän."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "gränssnittsenhet"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "Misslyckades att hämta gränssnittsstatistik %s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspendera en domän"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspendera en körande domän."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domän %s suspenderad\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Misslyckades att suspendera domän %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "skapa en domän från en XML-fil"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Skapa en domän."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "fil som innehåller XML-domänbeskrivningen"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domän %s skapad från %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Misslyckades att skapa domän från %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "definiera (men start inte) en domän från en XML-fil"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Definiera en domän."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domän %s definierad från %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Misslyckades att definiera domän från %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "avdefiniera en inaktiv domän"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Avdefiniera konfigurationen för en inaktiv domän."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domännamn eller uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domän %s har avdefinierats\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Misslyckades att avdefiniera domän %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "starta en (tidigare definierad) inaktiv domän"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Starta en domän."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "namn för den inaktiva domänen"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domänen är redan aktiv"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domän %s startade\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Misslyckades att starta domän %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "spara ett domäntillstånd till en fil"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Spara en körande domän."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "var data ska sparas"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domän %s sparad till %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Misslyckades att spara domän %s till %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "visa/sätt parametrar för schemaläggare"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "Visa/sätt parametrar för schemaläggare."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "vikt för XEN_CREDIT"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "gräns för XEN_CREDIT"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "Ogiltigt värde för vikt"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "Ogiltigt värde för gräns"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "Ogiltigt värde för gräns"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "Schemaläggare"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "Okänd"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "återställ en domän från ett sparat tillstånd i en fil"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Ã
terställ en domän."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "tillståndet som ska återställas"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domän återställd från %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Misslyckades att återställa domän från %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dumpa kärnan för en domän till en fil för analys"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Spara kärnan för en domän."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "var kärnan ska sparas"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domän %s sparad till %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Misslyckades att spara domän %s till %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "fortsätt en domän"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Fortsätt en tidigare suspenderad domän."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domän %s fortsatt\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Misslyckades att fortsätta domän %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "stäng snällt ned en domän"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Kör nedstängning i måldomänen."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domän %s håller på att stängas ned\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Misslyckades att stänga ned domän %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "starta om en domän"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Kör ett omstartskommando i måldomänen."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domän %s håller på att starts om\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Misslyckades att starta om domän %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "förstör en domän"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Förstör en given domän."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domän %s förstörd\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Misslyckades att förstöra domän %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domäninformation"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returnerar grundinformation om domänen."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Namn:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS-typ:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "Tillstånd:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(er):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU-tid:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max minne:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "ingen gräns"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Använt minne:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "Autostart"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "NUMA oanvänt minne"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "visa oanvänt minne för NUMA-cellen."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "NUMA-cellnummer:"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "Totalt"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domänens vcpu-information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returnerar grundinformation om domänens virtuella CPU:er."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU-släktskap:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "Domän avstängd, virtuella CPU:er ej närvarande."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "kontrolldomänens vcpu-släktskap"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Sätt fast domän VCPU:er till värdens fysiska CPU:er."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu-nummer"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "värdens cpu-nummmer (komma-separerade)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "misslyckades att få nodinformation"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: Ogiltigt format. Tom sträng."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
"cpulist: %s: Ogiltigt format. Förväntade siffra på position %d (nära '%c')."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5082,1401 +5609,1459 @@ msgstr ""
"cpulist: %s: Ogiltigt format. Förväntade siffra eller komma på position %d "
"(nära '%c')."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: Ogiltigt format. Komma på slutet vid position %d."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "Fysisk CPU %d finns inte."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "ändra antal virtuella CPU:er"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Ãndra antalet virtuella, aktiva CPU:er i gästdomänen."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "antal virtuella CPU:er"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "Ogiltigt antal virtuella CPU:er."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "För många virtuella CPU:er."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "ändra minnesallokering"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Ãndra nuvarande minnesallokering i gästdomänen."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "antal kilobytes minne"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "Ogiltigt värde %d för minnesstorlek"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "Kan inte verifiera MaxMemorySize"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "ändra gräns för maximalt minne"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Ãndra gräns för maximal minnesallokering för gästdomänen."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "maximal minnesgräns i kilobytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "Kan inte verifiera aktuell MemorySize"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "Kan inte krympa aktuell MemorySize"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "Kan inte ändra MaxMemorySize"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "nodinformation"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returnerar grundinformation om noden."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "misslyckades att få nodinformation"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU-modell:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU-frekvens:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU-uttag:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Kärnor per uttag:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Trådar per kärna:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA-cell(er):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Minnesstorlek:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "kapabiliteter"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "Returnera kapabiliteter för hypervisor/drivrutin."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "misslyckades att hämta kapabiliteter"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domäninformation i XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "Skriv ut domäninformationen som en XML-dump till stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "lista inaktiva domäner"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "konvertera ett domän-id eller UUID till domännamn"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domännamn eller uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "konvertera ett domännamn eller UUID till ett domän-id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "konvertera ett domännamn eller id till domän-UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domännamn eller uuid"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "misslyckades att hämta domän-UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "migrera domän till en annan värd"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr "Migrera domän till en anna värd. Lägg till --live för live-migrering."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "live-migrering"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "anslutnings-URI för målvärden"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "migrerings-URI, kan oftas uteslutas"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "migrera: Saknar desturi"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "starta ett nätverk automatiskt"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "Konfigurera ett nätverk att starta automatiskt vid uppstart."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "nätverksnamn eller uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Misslyckades att markera nätverk %s som autostartat"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Misslyckades att avmarkera nätverk %s som autostartat"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Nätverk %s markerat som autostartat\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Nätverk %s avmarkerat som autostartat\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "skapa ett nätverk från en XML-fil"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "Skapa ett nätverk."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "fil som innehåller XML-nätverksbeskrivningen"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "Nätverk %s skapat från %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "Misslyckades att skapa nätverk från %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "definiera (men starta inte) ett nätverk från en XML-fil"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "Definiera ett nätverk."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "Nätverk %s definierad från %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "Misslyckades att definiera nätverk från %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "förstör ett nätverk"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "Förstör ett givet nätverk."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "nätverksnamn, id eller uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "Nätverk %s förstört\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "Misslyckades att förstöra nätverk %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "nätverksinformation i XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "Skriv ut nätverksinformationen som en XML-dump till stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "lista nätverk"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "Returnera lista på nätverk."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "lista inaktiva nätverk"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "lista inaktiva & aktiva nätverk"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "Misslyckades att lista aktiva nätverk"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "Misslyckades att lista inaktiva nätverk"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "Autostart"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "ingen autostart"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "aktiv"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "inaktiv"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "konvertera ett nätverks-UUID till nätverksnamn"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "nätverks-uuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "starta ett (tidigare definierat) inaktivt nätverk"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "Starta ett nätverk."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "namn för det inaktiva nätverket"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "Nätverk %s startat\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "Misslyckades att starta nätverk %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "avdefiniera ett inaktivt nätverk"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "Avdefiniera konfigurationen för ett inaktivt nätverk."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "Nätverk %s har avdefinierats\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "Misslyckades att avdefiniera nätverk %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "konvertera ett nätverksnamn till nätverks-UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "nätverksnamn"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "misslyckades att hämta nätverks-UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "autostarta en domän"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
#, fuzzy
msgid "Configure a pool to be automatically started at boot."
msgstr "Konfigurera en domän till att automatiskt starta vid uppstart."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domännamn eller uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Misslyckades att markera nätverk %s som autostartat"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Misslyckades att avmarkera nätverk %s som autostartat"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domän %s markerad som autostartad\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domän %s avmarkerad som autostartad\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "skapa en domän från en XML-fil"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Skapa en domän."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "fil som innehåller XML-domänbeskrivningen"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domän %s skapad från %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Misslyckades att skapa domän från %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "namn för den inaktiva domänen"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "misslyckades att allokera buffer"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "skapa en domän från en XML-fil"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domän %s skapad från %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Misslyckades att skapa domän från %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "definiera (men start inte) en domän från en XML-fil"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Definiera en domän."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domän %s definierad från %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Misslyckades att definiera domän från %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domän %s definierad från %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Misslyckades att avdefiniera domän %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domän %s förstörd\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Misslyckades att suspendera domän %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "förstör en domän"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Förstör en given domän."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domän %s förstörd\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Misslyckades att förstöra domän %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Förstör en given domän."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domän %s förstörd\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Misslyckades att förstöra domän %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domän %s fortsatt\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Misslyckades att fortsätta domän %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domäninformation i XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Skriv ut domäninformationen som en XML-dump till stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "lista domäner"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returnera lista på domäner"
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "lista inaktiva domäner"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "lista inaktiva & aktiva domäner<"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Misslyckades att lista aktiva domäner"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Misslyckades att lista inaktiva domäner"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "slut på minne"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Misslyckades att spara domän %s till %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "nodinformation"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returnerar grundinformation om noden."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "kör"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allokerar domän"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "konvertera ett nätverks-UUID till nätverksnamn"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domän-uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "starta en (tidigare definierad) inaktiv domän"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Starta en domän."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "namn för den inaktiva domänen"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domän %s startade\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Misslyckades att starta domän %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "skapa en domän från en XML-fil"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Skapa en domän."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domännamn"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "namn för den inaktiva domänen"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domän %s skapad från %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Misslyckades att skapa XML"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "avdefiniera en inaktiv domän"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Avdefiniera konfigurationen för en inaktiv domän."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domän %s har avdefinierats\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Misslyckades att avdefiniera domän %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "konvertera ett nätverksnamn till nätverks-UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "misslyckades att hämta domän-UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "skapa en domän från en XML-fil"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "fil som innehåller XML-domänbeskrivningen"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domän %s skapad från %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Misslyckades att skapa domän från %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Förstör en given domän."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domän %s förstörd\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Misslyckades att förstöra domän %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "nodinformation"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returnerar grundinformation om noden."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS-typ:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "file"
msgstr "XML-fil"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blockerad"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domäninformation i XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Skriv ut domäninformationen som en XML-dump till stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "lista domäner"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returnera lista på domäner"
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Misslyckades att lista aktiva domäner"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "konvertera ett nätverks-UUID till nätverksnamn"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "konvertera ett nätverks-UUID till nätverksnamn"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domän-uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "konvertera ett nätverks-UUID till nätverksnamn"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "visa version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Visa informationen om systemversion"
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "misslyckades att hämta typ av hypervisor"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Kompilerad med bibliotek: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "misslyckades att hämta biblioteksversion"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Använder bibliotek: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Använder API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "misslyckades att hämta version av hypervisor"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Kan inte hämta ut version från körande %s hypervisor\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Kör hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "migrera domän till en annan värd"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "kapabiliteter"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Misslyckades att ansluta till hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Misslyckades att lista inaktiva domäner"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Skriv ut nätverksinformationen som en XML-dump till stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "Anslut ny diskenhet."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domän %s förstörd\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Misslyckades att avmontera enheten från %s"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "Anslut ny diskenhet."
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Misslyckades att ansluta enhet från %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "mål för diskenhet"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Hämta enhetsblocks-statistik för en köranade domän."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domän %s fortsatt\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Misslyckades att ansluta enhet från %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "skriv ut värdnamnet för hypervisor"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "misslyckades att få värdnamn"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "skriv ut de canonical-URI för hypervisor"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "misslyckades att hämta URI"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc-skärm"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "Skriv ut IP-adress och portnummer för VNC-skärmen."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty-konsol"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "Skriv ut enheten för TTY-konsolen."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "anslut enhet från en XML-fil"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "Anslut enhet från en XML <fil>."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML-fil"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "Misslyckades att ansluta enhet från %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "avmontera enhet från en XML-fil"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "Avmontera enhet från en XML-fil"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "Misslyckades att avmontera enheten från %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "anslut nätverksgränssnitt"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "Anslut nytt nätverksgränssnitt."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "nätverksgränssnittstyp"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "källa för nätverksgränssnitt"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "målets nätverksnamn"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "MAC-adress"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "skript som används för brygga nätverksgränssnitt"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "Inget stöd för %s i kommando 'attach-interface'"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "anslut nätverksgränssnitt"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "Avmontera nätverksgränssnitt."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "misslyckades att få gränssnittsinformation"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "Hittade inget gränssnitt vars typ är %s"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "Hittade inget gränssnitt vars MAC-adress är %s"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "Misslyckades att allokera minne"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "Misslyckades att skapa XML"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "anslut diskenhet"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "Anslut ny diskenhet."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "källa för skivenhet"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "mål för diskenhet"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "drivrutin för diskenhet"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "underdrivrutin till diskenhet"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "målenhetstyp"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "läge för enhetsläsning och skrivning"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "Inget stöd för %s i kommando 'attach-disk'"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "avmontera diskenhet"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "Avmontera diskenhet."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "Misslyckades att få diskinformation"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "Hittade ingen disk som hade målet %s"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "misslyckades att allokera en nod"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "%s: misslyckades att skriva loggfilen: %s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "%s: misslyckades att skriva loggfilen: %s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "%s: misslyckades att skriva loggfilen: %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Misslyckades att skapa inaktiv domän %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "%s: misslyckades att skriva loggfilen: %s"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: misslyckades att skriva loggfilen: %s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Avdefiniera konfigurationen för en inaktiv domän."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Avdefiniera konfigurationen för en inaktiv domän."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "kunde inte läsa konfigurationsfilen"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Avdefiniera konfigurationen för ett inaktivt nätverk."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Avdefiniera konfigurationen för ett inaktivt nätverk."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Avdefiniera konfigurationen för en inaktiv domän."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Avdefiniera konfigurationen för en inaktiv domän."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "avsluta denna interaktiva terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "kommando '%s' kräver flaggan <%s>"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "kommando '%s' kräver flaggan --%s"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "kommandot '%s' finns inte"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAMN\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6484,17 +7069,17 @@ msgstr ""
"\n"
" SYNOPSIS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <nummer>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <sträng>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6502,7 +7087,7 @@ msgstr ""
"\n"
" BESKRIVNING\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6510,60 +7095,60 @@ msgstr ""
"\n"
" FLAGGOR\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <nummer>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <sträng>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "odefinierat domännamn eller id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "misslyckades att hämta domän '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "odefinierat nätverksnamn"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "misslyckades att hämta nätverk '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "odefinierat nätverksnamn"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "misslyckades att hämta domän '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "odefinierat nätverksnamn"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "misslyckades att hämta domän '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6574,129 +7159,129 @@ msgstr ""
"(Tid: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "saknar \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "oväntad token (kommandonamn): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "okänt kommando: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "kommandot '%s' stöder inte flaggan --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "förväntad syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "nummer"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "sträng"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "oväntad data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "FLAGGA"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "stannad"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "stänger ner"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "avstängd"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "kraschad"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "oansluten"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "ingen giltig anslutning"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: fel: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "fel: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: misslyckades att allokera %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: misslyckades att allokera %lu bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "misslyckades att ansluta till hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "misslyckades att få loggfilsinformation"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "sökvägen till loggen är inte en fil"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "misslyckades att öppna loggfil. kontrollera sökvägen till loggfilen"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "misslyckades att skriva loggfilen"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: misslyckades att skriva loggfilen: %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Misslyckades att koppla ner från hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6729,7 +7314,7 @@ msgstr ""
"\n"
" kommandon (icke-interaktivt läge):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6739,17 +7324,17 @@ msgstr ""
" (ange --help <kommando> för detaljer om kommandot)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "flaggan '-%c' stöds ej. Se --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6758,7 +7343,7 @@ msgstr ""
"Välkommen till %s, den interaktiva terminalen för virtualisering.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6768,468 +7353,482 @@ msgstr ""
" 'quit' för att avsluta\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "Okänd"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "varning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "fel"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "Inget felmeddelande gavs"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internt fel %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internt fel"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "slut på minne"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "denna funktion stöds inte av hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "denna funktion stöds inte av hypervisor: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "kan inte ansluta till hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "kunde inte ansluta till %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "ogiltig anslutningspekare i"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "ogiltig anslutningspekare i %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "ogiltig domänpekare i"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "ogiltig domänpekare i %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "ogiltigt argument i "
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "ogiltigt argument i %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation misslyckades: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation misslyckades"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET-operation misslyckades: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET-operation misslyckades"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST-operation misslyckades: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST-operation misslyckades"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "fick okänd HTTP-felkod %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "okänd värd %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "okänd värd"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "misslyckades att serialisera S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "misslyckades att serialisera S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "kunde inte använda akten för Xens hypervisor"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "kunde inte använda akten för Xens hypervisor %s<"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "kunde inte ansluta till Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "kunde inte ansluta till Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "misslyckat Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "okänd OS-typ"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "okänd OS-typ %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "saknar kärninformation"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "saknar rot-enhetsinformation"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "saknar rotenhetsinformation i %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "saknar källinformation för enhet"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "saknar källinformation för enhet %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "saknar målinformation för enhet"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "saknar målinformation för enhet %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "saknar domännamnsinformation"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "saknar domännamnsinformation i %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "saknar operativsysteminformation"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "saknar operativsysteminformation för %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "saknar enhetsinformation"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "saknar enhetsinformation för %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "för många drivrutiner registrerade"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "för många drivrutiner registrerade i %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "biblioteksanrop misslyckades, stöds troligen inte"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "biblioteksanrop %s misslyckades, stöds troligen inte"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML-beskrivning inte välformulerad eller ogiltig"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML-beskrivning för %s är inte välformulerad eller ogiltig"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "denna domän finns redan"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domän %s finns redan"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation ej tillåten vid skrivskyddad åtkomst"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s otillåten vid skrivskyddad åtkomst"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "kunde inte öppna konfigurationsfilen för läsning"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "kunde inte öppna %s för läsning"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "kunde inte läsa konfigurationsfilen"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "kunde inte läsa konfigurationsfilen %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "kunde inte analysera konfigurationsfilen"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "kunde inte analysera konfigurationsfilen %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "syntaxfel i konfigurationsfilen"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "syntaxfel i konfigurationsfilen: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "misslyckades att skriva konfigurationsfilen"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "misslyckades att skriva konfigurationsfilen: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "avläsningsfel"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "ogiltig nätverkspekare i"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "ogiltig nätverkspekare i %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "detta nätverk finns redan"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "nätverk %s finns redan"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "systemanropsfel"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC-fel"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "GNUTLS-anropsfel"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "Misslyckades att hitta nätverk"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "Misslyckades att hitta nätverket: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "Domän hittades inte"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "Domän hittades inte: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "Nätverk hittades inte"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "Nätverk hittades inte: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "ogiltig MAC-adress"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "ogiltigt MAC-adress: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "autentisering misslyckades"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "autentisering misslyckades: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "Nätverk hittades inte"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Nätverk hittades inte: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "Nätverk hittades inte"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Nätverk hittades inte: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "ogiltig nätverkspekare i"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "ogiltig nätverkspekare i %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "ogiltig nätverkspekare i"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "ogiltig nätverkspekare i %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Misslyckades att hitta nätverk"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Misslyckades att hitta nätverket: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Misslyckades att hitta nätverk"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Misslyckades att hitta nätverket: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "ogiltig domänpekare i"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "ogiltig domänpekare i %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domän hittades inte"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domän hittades inte: %s"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "Nätverk hittades inte"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Nätverk hittades inte: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internt fel %s"
@@ -7298,7 +7897,7 @@ msgstr "Parametern för kreditplanerarvikt (%d) är ej i intervallet (1-65535)"
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "Parametern för kreditplanerargräns (%d) är ej i intervallet (0-65535)"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "målenhetstyp"
@@ -7352,7 +7951,7 @@ msgstr "domäninformation fel, domid är inte numerisk"
msgid "domain information incomplete, missing uuid"
msgstr "domäninformation inkomplett, saknar uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domäninformation inkomplett, saknar namn"
@@ -7396,224 +7995,231 @@ msgstr "kan inte analysera vbd-filnamn, saknar drivrutinsnamn"
msgid "cannot parse vbd filename, missing driver type"
msgstr "kan inte analysera vbd-filnamn, saknar drivrutinstyp"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "oväntad dict-nod"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "okänd OS-typ %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "domäninformation ej komplett, saknar uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "ogiltigt MAC-adress: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "okänd OS-typ %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "syntaxfel i topologin"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "misslyckades att analysera domäninformation för Xend"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domänen kör fortfarande"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "misslyckades att serialisera S-Expr"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "målenhetstyp"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "oväntad värde-nod"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "nodens minne"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation misslyckades"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Misslyckades att avdefiniera nätverk %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Misslyckades att öppna \"%s\": %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "misslyckades att analysera domäninformation för Xend"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Misslyckades att skapa inaktiv domän %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domäninformation inkomplett, saknar namn"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "Schemaläggare"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "misslyckades att få värdnamn"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domäninformation inkomplett, saknar uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domäninformation inkomplett, saknar uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "kunde inte öppna %s för läsning"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "kunde inte läsa konfigurationsfilen %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "oväntad mime-typ"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "oväntad mime-typ"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "oväntad värde-nod"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "nodens domänlista"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7690,49 +8296,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "oväntad dict-nod"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Misslyckades att återställa domän från %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "Kan inte verifiera aktuell MemorySize"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "kunde inte läsa konfigurationsfilen %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "okänd OS-typ"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Misslyckades att skapa domän från %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Misslyckades att öppna \"%s\": %s"
@@ -7741,19 +8347,34 @@ msgstr "Misslyckades att öppna \"%s\": %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "ogiltigt argument i "
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "ogiltigt argument i "
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7779,15 +8400,39 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allokerar sökväg"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Misslyckades att hämta block statistik %sl %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "Misslyckades att hämta gränssnittsstatistik %s %s"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "%s: misslyckades att skriva loggfilen: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "Misslyckades att stänga uttag %d\n"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "slut på minne"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "Misslyckades att stänga uttag %d\n"
+
#~ msgid "allocating configuration"
#~ msgstr "allokerar konfiguration"
@@ -7832,10 +8477,6 @@ msgstr "allokerar sökväg"
#~ msgstr "kunde inte öppna %s för läsning"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation misslyckades: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "operation misslyckades: %s"
@@ -8130,6 +8771,3 @@ msgstr "allokerar sökväg"
#~ msgid "file conatining an XML network description"
#~ msgstr "fil som innehåller XML-nätverksbeskrivningen"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Misslyckades att fortsätta ny domän %s\n"
diff --git a/po/ta.gmo b/po/ta.gmo
index b7eb53c..8068c84 100644
Binary files a/po/ta.gmo and b/po/ta.gmo differ
diff --git a/po/ta.po b/po/ta.po
index 6bff422..5a48f6c 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt.HEAD.ta\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-10-14 16:28+0530\n"
"Last-Translator: I. Felix <ifelix at redhat.com>\n"
"Language-Team: Tamil <fedora-trans-ta at redhat.com>\n"
@@ -112,240 +112,240 @@ msgstr "மதிபà¯à®ªà¯à®°à¯ à®à®°à®®à¯ à®à®°à®¿à®¯à®¾à® à®à¯à®±à®¿
msgid "Unknown error"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ பிழà¯"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
msgstr "%s '%s': %sà® à®
ணà¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ (%d)"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "à®à®¿à®à¯à®©à®²à¯ பà¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "SIGHUPà®à®²à¯ à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®®à¯à®£à¯à®à¯à®®à¯ à®à®±à¯à®±à¯à®à®¿à®±à®¤à¯"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "à®à®¯à®à¯à®à®¿à®à®³à¯ மற௠à®à®±à¯à®±à®®à¯ à®à¯à®¯à¯à®¯à¯à®®à¯ பà¯à®¤à¯ பிழà¯"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "à®à®¿à®à¯à®©à®²à¯ %d஠பணிநிறà¯à®¤à¯à®¤à®ªà¯ à®à¯à®¯à¯à®à®¿à®±à®¤à¯"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à®¾à®¤ மதிபà¯à®ªà¯ à®®à¯à®©à¯"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "close-on-exec à®à¯à®ªà¯à®ªà¯ விவரிபà¯à®ªà®¿ à®à¯à®à®¿à®¯à¯ à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "non-blocking à®à¯à®ªà¯à®ªà¯ விவரிபà¯à®ªà®¿ à®à¯à®à®¿à®¯à¯ à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr " pid à®à¯à®ªà¯à®ªà¯ '%s' ஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "fdopen pid à®à¯à®ªà¯à®ªà¯ '%s'஠தà¯à®²à¯à®µà®¿à®¯à®à¯à®¨à¯à®¤à®¤à¯ : %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "pid à®à¯à®ªà¯à®ªà¯ '%s' à® à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "pid à®à¯à®ªà¯à®ªà¯ '%s' à® à®®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "struct qemud_socketà®à¯à®à¯ நினà¯à®µà®à®¤à¯à®¤à¯ à®à®¤à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "à®à®¾à®à¯à®à¯à®à¯à®à¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "'%s'à®à¯à®à¯ à®à®¾à®à¯à®à¯à®à¯à®à¯ பிணà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "'%s'à®à®²à¯ à®à®£à¯à®ªà¯à®ªà¯ à®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr "à®à¯à®µà¯à®¯à® நிà®à®´à¯à®µà¯ à®à¯à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "socket: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "bind: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "listen: %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: calloc: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: listen: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr "qemudInitPaths()à®à®²à¯ à®®à¯à®à®¿à®µà¯ பாத௠நà¯à®³à®®à®¾à® à®à®³à¯à®³à®¤à¯"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "struct qemud_serverà® à®à®¤à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "பாலம௠தà¯à®£à¯à®¯à¯ தà¯à®µà®à¯à® விலà¯à®²à¯: %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "பாலம௠தà¯à®£à¯à®¯à¯ தà¯à®µà®à¯à® விலà¯à®²à¯: %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "SASL à®
à®à¯à®à¯à®à®¾à®°à®¤à¯à®¤ %s தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "SASL à®
à®à¯à®à¯à®à®¾à®°à®¤à¯à®¤ %s தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "PolicyKit authà®à¯à®à¯ à®à®£à®¿à®©à®¿ பஸà¯à®¸à¯ à®à®£à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: தà¯à®²à¯à®µà®¿: à®à®¿à®³à¯à®¯à®©à¯ DN %s"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate: à®à®°à®¿ பாரà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr "remoteCheckCertificate: à®à®¿à®³à¯à®¯à®©à¯ à®à®¾à®©à¯à®±à®¿à®¤à®´à¯ நமà¯à®ªà®à®¤à¯à®¤à®©à¯à®®à¯ à®à®²à¯à®²à¯."
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr "remoteCheckCertificate: à®à®¿à®³à¯à®¯à®©à¯ à®à®¾à®©à¯à®±à®¿à®¤à®´à¯ வழà®à¯à®à®¿à®¯à®µà®°à¯ தà¯à®°à®¿à®¯à®µà®¿à®²à¯à®²à¯."
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate: à®à®¿à®³à¯à®¯à®©à¯ à®à®¾à®©à¯à®±à®¿à®¤à®´à¯ à®à®à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯."
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
"remoteCheckCertificate: à®à®¿à®³à¯à®¯à®©à¯ à®à®¾à®©à¯à®±à®¿à®¤à®´à¯ பாதà¯à®à®¾à®ªà¯à®ªà®¿à®²à¯à®²à®¾à®¤ à®à®£à®¿à®®à¯à®±à¯à®¯à¯ à®à¯à®£à¯à®à¯à®³à¯à®³à®¤à¯."
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate: à®à®¾à®©à¯à®±à®¿à®¤à®´à¯ X.509 à®à®²à¯à®²à¯"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate: பியரà¯à®à®³à¯ à®à®²à¯à®²à¯"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: gnutls_x509_crt_init தà¯à®²à¯à®µà®¿"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate: à®à®¿à®³à¯à®¯à®©à¯ à®à®¾à®©à¯à®±à®¿à®¤à®´à¯ à®®à¯à®à®¿à®µà¯à®±à¯à®±à®¤à¯"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr "remoteCheckCertificate: à®à®¿à®³à¯à®¯à®©à¯ à®à®¾à®©à¯à®±à®¿à®¤à®´à¯ à®à®©à¯à®©à¯à®®à¯ à®à¯à®¯à®²à¯à®ªà®à¯à®¤à¯à®¤à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -357,11 +357,11 @@ msgstr ""
"text' à® à®à®¿à®³à¯à®¯à®©à¯ à®à®¾à®©à¯à®±à®¿à®¤à®´à®¿à®²à¯ வà¯à®±à¯à®ªà®à¯à® பà¯à®¯à®°à¯ பà¯à®²à®¤à¯à®¤à®¿à®²à¯ à®
லà¯à®²à®¤à¯ à®à®¨à¯à®¤ à®à¯à®®à®¾à®©à¯ --verbose "
"விரà¯à®ªà¯à®ªà®¤à¯à®¤à¯à®à®©à¯ à®à®¯à®à¯à®à®µà¯à®®à¯."
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr "remoteCheckCertificate: à®à®¿à®³à¯à®¯à®©à¯ à®à®¾à®©à¯à®±à®¿à®¤à®´à¯ à®à®°à®¿à®ªà®¾à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
@@ -369,439 +369,455 @@ msgstr ""
"remoteCheckCertificate: tls_no_verify_certificate à®
à®®à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯ à®à®©à®µà¯ தவறான "
"à®à®¾à®©à¯à®±à®¿à®¤à®´à¯ தவிரà¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "à®à®¿à®³à¯à®¯à®©à¯ à®à®°à®¿ பாரà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "à®à®£à¯à®à¯à® à®à®±à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "நினà¯à®µà® à®à®¤à¯à®à¯à®à¯à®à¯à®à¯ வரிà®à¯ பà¯à®¤à®µà®¿à®²à¯à®²à¯"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr "polkit auth à® à®®à¯à®©à¯à®©à®¿à®°à®¿à®®à¯à®¯à®³à®¿à®à¯à®à®ªà¯à®ªà®à¯à® à®à®¿à®³à¯à®¯à®©à¯ %dà®à¯à®à¯ நிறà¯à®¤à¯à®¤à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "TLS handshake தà¯à®²à¯à®µà®¿: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®¾à®¤ à®à¯à®¯à®±à¯à®à®³ வà®à¯ %d"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "வாà®à®¿: %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "'%s'à® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "write: %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "'%s'à® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr "à®à®¿à®à¯à®©à®²à¯ à®à¯à®¯à®¾à®³à®¿ %d பிழà¯à®à®³à¯ à®
றிà®à¯à®à¯à®¯à®¿à®à¯à®à®¤à¯: à®à®à¯à®à®¿ பிழà¯: %s"
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "நினà¯à®µà®à®¤à¯à®¤à¯ à®à®¤à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "%s config பà®à¯à®à®¿à®¯à®²à¯à®à¯à®à¯ நினà¯à®µà®à®®à¯ à®à®¤à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "%s config பà®à¯à®à®¿à®¯à®²à¯ மதிபà¯à®ªà¯à®à¯à®à¯ நினà¯à®µà®à®®à¯ à®à®¤à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr "remoteReadConfigFile: %s: %s: à®à®°à¯ à®à®°à®®à¯ à®
லà¯à®²à®¤à¯ à®à®°à®à¯à®à®³à®¿à®©à¯ பà®à¯à®à®¿à®¯à®²à¯\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
"remoteReadConfigFile: %s: %s: தவறான வà®à¯: %s பà¯à®±à®ªà¯à®ªà®à¯à®à®¤à¯; %sà®à®¤à®¿à®°à¯à®ªà¯à®ªà®¾à®°à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr "remoteReadConfigFile: %s: %s: தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤ auth %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "à®°à¯à®à¯à®à®¾à® à®à®¯à®à¯à®à¯à®®à¯ பà¯à®¤à¯ à®à¯à®´à¯à®µà¯ à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®¾à®¤à¯"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr "à®à¯à®´à¯ '%s'஠தà¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "à®®à¯à®±à¯à®®à¯ '%s'஠பà®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "à®à¯à®®à®¾à®©à®¾à® பிà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "பà¯à®ªà¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "uuidà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr "%sà®à®©à¯ à®à¯à®´à¯ à®à®°à®¿à®®à¯à®¯à®¾à®³à®°à¯ மாறà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr "à®à®¿à®à¯à®©à®²à¯ பà¯à®ªà¯à®ªà¯à®à¯à®à¯ à®à®¾à®²à¯à®ªà¯à®à¯à®à¯ பதிவ௠à®à¯à®¯à¯à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr "நிழல௠மà¯à®°à®£à¯ (à®à®°à¯à®ªà¯à®ªà®¤à¯ %x, à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯ %x)"
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "பதிபà¯à®ªà¯ à®®à¯à®°à®£à¯ (à®à®°à¯à®ªà¯à®ªà®¤à¯ %x, à®à®¤à®¿à®°à¯à®ªà¯à®ªà®¾à®°à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯ %x)"
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "direction (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "status (%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "à®
à®à¯à®à¯à®à®¾à®°à®®à¯ தà¯à®µà¯à®ªà¯à®ªà®à¯à®à®¿à®±à®¤à¯"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ à®à¯à®¯à®²à¯à®ªà®¾à®à¯: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "parse args தà¯à®²à¯à®µà®¿"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr "à®à®£à¯à®ªà¯à®ªà¯ à®à®±à¯à®à®©à®µà¯ திறநà¯à®¤à¯à®³à¯à®³à®¤à¯"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "à®à®£à¯à®ªà¯à®ªà¯ திறà®à¯à®à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr "strdupà®à®²à¯ நினà¯à®µà®à®®à¯ பà¯à®¤à®µà®¿à®²à¯à®²à¯"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_NODE_MAX_CELLS"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr "nparams மிà®à®ªà¯à®ªà¯à®°à®¿à®¯à®¤à¯"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ வà®à¯"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr "à®
ளவ௠> à®
திà®à®ªà®à¯à® à®à®à¯à®¯à® à®
ளவà¯"
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "நà®à®ªà¯à®ªà¯ நà¯à®°à®¤à¯à®¤à¯à®ªà¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "நà®à®ªà¯à®ªà¯ நà¯à®°à®¤à¯à®¤à¯à®ªà¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "à®®à¯à®à®µà®°à®¿ %d஠தà¯à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "தவறான SASL init à®à¯à®°à®¿à®à¯à®à¯à®¯à¯ à®à®¿à®³à¯à®¯à®©à¯ à®®à¯à®¯à®±à¯à®à®¿à®¤à¯à®¤à®¤à¯"
-#: qemud/remote.c:2575
-#, c-format
-msgid "failed to get sock address %d (%s)"
+#: qemud/remote.c:2651
+#, fuzzy, c-format
+msgid "failed to get sock address: %s"
msgstr "à®à®¾à®à¯ à®®à¯à®à®µà®°à®¿ %d (%s)஠பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/remote.c:2586
-#, c-format
-msgid "failed to get peer address %d (%s)"
+#: qemud/remote.c:2663
+#, fuzzy, c-format
+msgid "failed to get peer address: %s"
msgstr "பியர௠மà¯à®à®µà®°à®¿ %d஠பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ (%s)"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "sasl à®à¯à®´à®²à¯ à®
à®®à¯à®µà¯ தà¯à®²à¯à®µà®¿ %d (%s)"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr "TLS à® cipher à®
ளவிà®à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr "SASL வà¯à®³à®¿à®¯à®¾à®°à¯à®¨à¯à®¤ SSF %d (%s)à® à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr "SASL பாதà¯à®à®¾à®ªà¯à®ªà¯ props %d (%s)à® à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "SASL நà¯à®à¯à®ªà®à¯à®à®³à¯ %d (%s)஠பà®à¯à®à®¿à®¯à®²à®¿à® à®®à¯à®à®¿à®¯à®¾à®¤à¯"
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "mechlistà® à®à®¤à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "SASL ssf à® à®à®£à¯à®ªà¯à®ªà¯ %d (%s)à®à®²à¯ வினாயி஠மà¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "SSF %d பà¯à®¤à®¿à®¯ பலமா஠à®à®²à¯à®²à¯"
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr "SASL பயனர௠பà¯à®¯à®°à¯ à®à®£à¯à®ªà¯à®ªà¯ %d (%s)à®à®²à¯ வினாயி஠மà¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "à®à®¿à®³à¯à®¯à®©à¯ பயனர௠பà¯à®¯à®°à¯ à®à®¾à®£à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "பயனர௠பà¯à®¯à®°à¯ நà®à®²à¯à®à¯à®à¯à® நினà¯à®µà®à®®à¯ பà¯à®¤à®µà®¿à®²à¯à®²à¯"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "SASL à®à®¿à®³à¯à®¯à®©à¯ %s à®
னà¯à®®à®¤à®¿à®à¯à®à®ªà¯à®ªà®à¯à®µà®¤à®¿à®²à¯à®²à¯"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr "தவறான SASL தà¯à®µà®à¯à® à®à¯à®°à®¿à®à¯à®à¯à®¯à¯ à®®à¯à®¯à®±à¯à®à®¿à®à¯à®à®¿à®±à®¤à¯"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "sasl தà¯à®µà®à¯à®à®®à¯ தà¯à®²à¯à®µà®¿ %d (%s)"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr "sasl தà¯à®µà®à¯à®à®®à¯ தரவ௠மி஠நà¯à®³à®®à¯ %d"
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "sasl பà®à®¿à®¨à®¿à®²à¯ தà¯à®²à¯à®µà®¿ %d (%s)"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr "sasl பà®à®¿à®¨à®¿à®²à¯ பதில௠தரவ௠மி஠நà¯à®³à®®à¯ %d"
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr "à®à®¿à®³à¯à®¯à®©à¯ தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤ SASL init à®à¯à®°à®¿à®à¯à®à¯à®¯à¯ à®®à¯à®¯à®±à¯à®à®¿à®¤à¯à®¤à®¤à¯"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr "à®à®¿à®³à¯à®¯à®©à¯ தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤ SASL தà¯à®µà®à¯à® à®à¯à®°à®¿à®à¯à®à¯à®¯à¯ à®®à¯à®¯à®±à¯à®à®¿à®¤à¯à®¤à®¤à¯"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "à®à®¿à®³à¯à®¯à®©à¯ தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤ SASL பà®à®¿à®¨à®¿à®²à¯ à®à¯à®°à®¿à®à¯à®à¯à®¯à¯ à®®à¯à®¯à®±à¯à®à®¿à®¤à¯à®¤à®¤à¯"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr "à®à®¿à®³à¯à®¯à®©à¯ தவறான PolicyKit init à®à¯à®°à®¿à®à¯à®à¯à®¯à¯ à®®à¯à®¯à®±à¯à®à®¿à®¤à¯à®¤à®¤à¯"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "பியர௠à®à®¾à®à¯à®à¯à®à¯ à®
à®à¯à®¯à®¾à®³à®¤à¯à®¤à¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "PID %d %dà®à® à®à®¯à®à¯à®à¯à®à®¿à®±à®¤à¯ à®à®© à®à¯à®¤à®¿à®à¯à®à®¿à®±à®¤à¯"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr "பாலிà®à®¿ à®à®¿à®à¯ à®à®¾à®²à®°à¯ தà¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "polkit à®à¯à®¯à®²à¯ %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "polkit à®à¯à®´à®²à¯ %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "பாலிà®à®¿ à®à®¿à®à¯ à®
à®à¯à®à¯à®à®¾à®°à®®à¯ %d %sà® à®à®°à®¿à®ªà®¾à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr "பாலிà®à®¿ à®à®¿à®à¯ à®à¯à®¯à®²à¯ %sà® %d, uid %d,à®à®²à®¿à®°à¯à®¨à¯à®¤à¯ மறà¯à®¤à¯à®¤à®¤à¯ à®®à¯à®à®¿à®µà¯: %s\n"
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr "பாலிà®à®¿ à®à¯à®¯à®²à¯ %sà® %d, uid %dà®à®²à®¿à®°à¯à®¨à¯à®¤à¯ à®
னà¯à®®à®¤à®¿à®¤à¯à®¤à®¤à¯, à®®à¯à®à®¿à®µà¯ %s"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr "à®à®¿à®³à¯à®¯à®©à¯ தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤ PolicyKit init à®à¯à®°à®¿à®à¯à®à¯ à®®à¯à®¯à®±à¯à®à®¿à®¤à¯à®¤à®¤à¯"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
#, fuzzy
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "à®à®¾à®¤à®©à®®à¯ à®à®²à¯à®²à¯: %s (%s)"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à®¾à®¤ dict à®®à¯à®©à¯"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -917,525 +933,527 @@ msgstr "à®à®£à¯à®ªà¯à®ªà¯ hash à®
à®à¯à®à®µà®£à¯à®¯à®¿à®²à¯ à®à¯à®®
msgid "dev missing from connection hash table"
msgstr "à®à®£à¯à®ªà¯à®ªà¯ hash à®
à®à¯à®à®µà®£à¯à®¯à®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ விà®à¯à®ªà®à¯à® தà¯à®à¯à®¤à®¿"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ வà®à¯ '%s'"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ பà¯à®à¯ à®à®¾à®¤à®©à®®à¯ '%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "தவறான நà¯à®à®¿à®´à¯ à®à®¾à®¤à®© பà¯à®¯à®°à¯: %s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "தவறான நிலà¯à®µà®à¯à®à¯ à®à®¾à®¤à®© பà¯à®¯à®°à¯: %s"
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ auth வà®à¯ '%s'"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "தவறான பஸ௠வà®à¯ '%s' நà¯à®à®¿à®´à¯ வà®à¯à®à¯à®à¯à®à¯"
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "தவறான பஸ௠வà®à¯ '%s' நà¯à®à®¿à®´à¯ வà®à¯à®à¯à®à¯à®à¯"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ பà¯à®à¯ à®à®¾à®¤à®©à®®à¯ '%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ auth வà®à¯ '%s'"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ auth வà®à¯ '%s'"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
"<source> 'பிணà¯à®¯' à®
ளவà¯à®°à¯ <interface type='network'/>à®à®à®©à¯ à®à¯à®±à®¿à®ªà¯à®ªà®¿à®à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr "<source> 'dev' à®
ளவà¯à®°à¯ <interface type='bridge'/>à®à®à®©à¯ à®à¯à®±à®¿à®ªà¯à®ªà®¿à®à®ªà¯à®ªà®à¯à®à¯à®³à¯à®³à®¤à¯"
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr "<source> 'தà¯à®±à¯' à®
ளவà¯à®°à¯ à®à®¾à®à¯à®à¯à®à¯ à®®à¯à®à®ªà¯à®ªà¯à®à®©à¯ à®à¯à®±à®¿à®ªà¯à®ªà®¿à®à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr "<source> 'தà¯à®±à¯' மதிபà¯à®ªà¯ à®à®¾à®à¯à®à¯à®à¯ à®®à¯à®à®ªà¯à®ªà¯à®à®©à¯ பà®à¯à®à¯à® à®®à¯à®à®¿à®¯à®¾à®¤à¯"
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr "<source> 'à®®à¯à®à®µà®°à®¿' மதிபà¯à®ªà¯à®°à¯ à®à®¾à®à¯à®à¯à®à¯ à®®à¯à®à®ªà¯à®ªà¯à®à®©à¯ à®à®²à¯à®²à¯"
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr "மாதிரி பà¯à®¯à®°à¯ தவறான à®à®´à¯à®¤à¯à®¤à¯à®à¯à®à®³à¯ à®à¯à®£à¯à®à¯à®³à¯à®³à®¤à¯"
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
msgid "Missing source path attribute for char device"
msgstr "விà®à¯à®ªà®à¯à® à®®à¯à®² தà®à®µà®²à¯ à®à®´à¯à®¤à¯à®¤à¯ à®à®¾à®¤à®©à®¤à¯à®¤à®¿à®±à¯à®à¯"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
msgid "Missing source host attribute for char device"
msgstr "à®à®¾à®¤à®©à®¤à¯à®¤à®¿à®±à¯à®à¯ விà®à¯à®ªà®à¯à® à®®à¯à®² பà¯à®°à®µà®²à®©à¯ மதிபà¯à®ªà¯ à®à®´à¯à®¤à¯à®¤à¯ à®à®¾à®¤à®©à®¤à¯à®¤à®¿à®±à¯à®à¯"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr "char à®à®¾à®¤à®©à®¤à¯à®¤à®¿à®±à¯à®à®¾à®© à®®à¯à®² à®à¯à®µà¯ மதிபà¯à®ªà¯à®°à¯à®à¯à®à®³à¯ விà®à¯à®ªà®à¯à®à¯à®³à¯à®³à®¤à¯"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr "விà®à¯à®ªà®à¯à® à®à®³à¯à®³à¯à®à¯ à®à®¾à®¤à®© வà®à¯"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ பà¯à®à¯ à®à®¾à®¤à®©à®®à¯ '%s'"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ auth வà®à¯ '%s'"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "ps2 %s à®à®³à¯à®³à¯à®à¯ à®à®¾à®¤à®©à®¤à¯à®¤à®¿à®±à¯à®à¯ தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤ à®à®³à¯à®³à¯à®à¯ பஸ௠%s"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr "xen பஸ௠%s à®à®³à¯à®³à¯à®à¯ à®à®¾à®¤à®©à®¤à¯à®¤à®¿à®±à¯à®à¯ தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "விà®à¯à®ªà®à¯à® à®à®³à¯à®³à¯à®à¯ à®à®¾à®¤à®© வà®à¯"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ à®à®¾à®¤à®© வà®à¯"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "%sà®à¯à®à¯ à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ நà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ auth வà®à¯ '%s'"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ à®à®²à®¿ மாதிரி வà®à¯"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "dir %s஠வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "%s à®à®¾à®¤à®©à®¤à¯à®¤à¯ திறà®à¯à® à®à®¯à®²à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "%s஠வாà®à®¿à®à¯à® à®à®¯à®²à®µà®¿à®²à¯à®²à¯: %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "%s à®à®¾à®¤à®©à®¤à¯à®¤à¯ திறà®à¯à® à®à®¯à®²à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ auth வà®à¯ '%s'"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "விà®à¯à®ªà®à¯à® \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "விà®à¯à®ªà®à¯à® à®®à¯à®² பà¯à®°à®µà®²à®©à¯"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "%s à®à®¾à®¤à®©à®¤à¯à®¤à¯ திறà®à¯à® à®à®¯à®²à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "%s஠வாà®à®¿à®à¯à® à®à®¯à®²à®µà®¿à®²à¯à®²à¯: %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "%s à®à®¾à®¤à®©à®¤à¯à®¤à¯ திறà®à¯à® à®à®¯à®²à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ auth வà®à¯ '%s'"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ பà¯à®à¯ à®à®¾à®¤à®©à®®à¯ '%s'"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ பà¯à®à¯ à®à®¾à®¤à®©à®®à¯ '%s'"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "விà®à¯à®ªà®à¯à® à®®à¯à®² பà¯à®°à®µà®²à®©à¯"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ பà¯à®°à®µà®²à®©à¯ %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ à®
à®à¯à®à¯à®à®¾à®° வà®à¯ %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "விà®à¯à®ªà®à¯à® à®°à¯à®à¯ à®à®°à¯à®ªà¯à®ªà®à®¿"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ à®à®¾à®¤à®© வà®à¯"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "விà®à¯à®ªà®à¯à® à®à¯à®¯à®±à¯à®à®³ வà®à¯ மதிபà¯à®ªà¯"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "தவறான à®à¯à®¯à®±à¯à®à®³ வà®à¯"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "UUIDà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "தவறான uuid à®à®°à¯à®ªà¯à®ªà®à®¿"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr "விà®à¯à®ªà®à¯à® நினà¯à®µà® à®à®°à¯à®ªà¯à®ªà®à®¿"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à®¾à®¤ தரவ௠'%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "OS வà®à¯ à®à®²à¯à®²à¯"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤ வà®à®¿à®µà®®à¯à®ªà¯à®ªà¯"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "à®®à¯à®² à®à®¾à®¤à®©à®à¯à®à®³à®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ பிரிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "விà®à¯à®ªà®à¯à® à®®à¯à®² à®à®¾à®¤à®©à®®à¯"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ பà¯à®à¯ à®à®¾à®¤à®©à®®à¯ '%s'"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "à®®à¯à®² à®à®¾à®¤à®©à®à¯à®à®³à®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ பிரிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
#, fuzzy
msgid "cannot extract filesystem devices"
msgstr "à®®à¯à®² à®à®¾à®¤à®©à®à¯à®à®³à®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ பிரிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "à®®à¯à®² à®à®¾à®¤à®©à®à¯à®à®³à®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ பிரிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
#, fuzzy
msgid "cannot extract parallel devices"
msgstr "à®®à¯à®² à®à®¾à®¤à®©à®à¯à®à®³à®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ பிரிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "à®®à¯à®² à®à®¾à®¤à®©à®à¯à®à®³à®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ பிரிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "à®®à¯à®² à®à®¾à®¤à®©à®à¯à®à®³à®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ பிரிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "à®®à¯à®² à®à®¾à®¤à®©à®à¯à®à®³à®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ பிரிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "à®®à¯à®² à®à®¾à®¤à®©à®à¯à®à®³à®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ பிரிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "à®®à¯à®² à®à®¾à®¤à®©à®à¯à®à®³à®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ பிரிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "bind: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®à¯ நிறà¯à®¤à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr "தவறான à®°à¯à®à¯ à®à®°à¯à®ªà¯à®ªà®à®¿"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "topology cpuset à®à®²à®à¯à®à®£ பிழà¯"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®¾à®¤ à®à¯à®¯à®±à¯à®à®³ வà®à¯ %d"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®¾à®¤ à®à¯à®¯à®±à¯à®à®³ வà®à¯ %d"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®¾à®¤ à®à¯à®¯à®±à¯à®à®³ வà®à¯ %d"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®¾à®¤ à®à¯à®¯à®±à¯à®à®³ வà®à¯ %d"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®¾à®¤ à®à¯à®¯à®±à¯à®à®³ வà®à¯ %d"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®¾à®¤ à®à¯à®¯à®±à¯à®à®³ வà®à¯ %d"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®¾à®¤ à®à¯à®¯à®±à¯à®à®³ வà®à¯ %d"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®¾à®¤ à®à¯à®¯à®±à¯à®à®³ வà®à¯ %d"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®¾à®¤ à®à¯à®¯à®±à¯à®à®³ வà®à¯ %d"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®¾à®¤ à®à¯à®¯à®±à¯à®à®³ வà®à¯ %d"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®¾à®¤ à®à¯à®¯à®±à¯à®à®³ வà®à¯ %d"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à®¾à®¤ dict à®®à¯à®©à¯"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®¾à®¤ à®à¯à®¯à®±à¯à®à®³ வà®à¯ %d"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®¾à®¤ à®à¯à®¯à®±à¯à®à®³ வà®à¯ %d"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®¾à®¤ à®à¯à®¯à®±à¯à®à®³ வà®à¯ %d"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à®¾à®¤ மதிபà¯à®ªà¯ à®®à¯à®©à¯"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "à®à®à¯à®à®®à¯ à®
à®à¯à®µà¯ %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà¯ %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà¯ %sà® à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà¯ %sà® à®à¯à®®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "dir '%s'஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "%sà®à¯à®à¯ à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ நà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ virt வà®à¯"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "'à® à®à®¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "à®
à®à¯à®µà¯ %sà® à®à®°à¯à®µà®¾à®à¯à® : %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "iptables விதிà®à®³à¯ %sà®à¯à®à¯ à®à¯à®®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ : %s"
@@ -1445,56 +1463,56 @@ msgstr "iptables விதிà®à®³à¯ %sà®à¯à®à¯ à®à¯à®®à®¿à®à¯à® à®®
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr "iptables விதி '%s' '%s'à®à®²à®¿à®°à¯à®¨à¯à®¤à¯ à®
à®à¯à®à®µà®£à¯'%s'à®à®²à¯ நà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr "iptables விதி '%s'à® à®à®à¯à®à®¿à®²à®¿ '%s'à®à¯à®à¯ à®
à®à¯à®à®µà®£à¯ '%s'à®à®²à¯ à®à¯à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "à®à®£à¯à®ªà¯à®ªà¯ URI஠பà®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "பதிவ௠à®
à®à¯à®µà¯ %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "à®à®°à¯à®©à®²à¯ பாத௠மி஠நà¯à®³à®®à¯"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "பà¯à®ªà¯à®ªà¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare urià® à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domainMigratePrepare urià® à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr "பாத௠வà¯à®±à¯à®®à¯à®¯à®¾à® à®à®³à¯à®³à®¤à¯"
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr "à®à¯à®à®¿à®à®³à¯ பà¯à®à¯à®à®¿à®¯à®®à¯ à®à®à¯à®®à¯"
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr "à®à®à¯à®¯à®à®®à¯ வà¯à®±à¯à®®à¯"
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr "à®à¯à®à®¿à®à®³à¯ மதிபà¯à®ªà¯ VIR_MEMORY_VIRTUAL"
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr "à®à®à¯à®¯à®à®®à¯ வà¯à®±à¯à®®à¯ à®à®©à®¾à®²à¯ à®
ளவ௠பà¯à®à¯à®à®¿à®¯à®®à®±à¯à®±à®¤à¯"
@@ -1538,12 +1556,12 @@ msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s à® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿
msgid "failed to bind new root %s"
msgstr "'%s'à®à¯à®à¯ à®à®¾à®à¯à®à¯à®à¯à®à¯ பிணà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "'%s'à® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "'%s'à®à¯à®à¯ à®à®¾à®à¯à®à¯à®à¯à®à¯ பிணà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
@@ -1716,21 +1734,21 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr "à®à®ªà¯à®ªà®¿à®à¯à®®à¯ uuidà®à®à®©à¯ à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®²à¯à®²à¯"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr "à®à¯à®¯à®²à®¿à®²à¯à®³à¯à®³ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®
ழிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "à®à¯à®¯à®²à®¿à®²à¯à®³à¯à®³ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®
ழிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
@@ -1785,7 +1803,7 @@ msgstr "தவறான à®à®³ பà¯à®³à¯à®³à®¿"
msgid "failed to kill pid %d"
msgstr "tty pid à®à¯à®ªà¯à®ªà¯ %sà® à®®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "'%s' stat à®à¯à®ªà¯à®ªà®¿à®©à¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
@@ -1820,225 +1838,235 @@ msgstr "à®à¯à®¯à®±à¯à®à®³à®ªà¯ பà¯à®¯à®°à¯"
msgid "no domain with id %d"
msgstr "id %dà®à®à®©à¯ à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®²à¯à®²à¯"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ à®à¯à®¯à®²à¯à®ªà®¾à®à¯: %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %sà® à®®à¯à®£à¯à®à¯à®®à¯ தà¯à®à®° à®à¯à®¯à¯à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "தவறான பாதà¯: %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "virXPathNode()à®à¯à®à¯ தவறான à®
ளவà¯à®°à¯"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "à®®à¯à®à®µà®°à®¿ %d஠தà¯à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "à®®à¯à®à®µà®°à®¿ %d஠தà¯à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "à®®à¯à®à®µà®°à®¿ %d஠தà¯à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "தலà¯à®ªà¯à®ªà¯'%s'஠வாà®à®¿à®à¯à® à®à®¯à®²à®µà®¿à®²à¯à®²à¯: %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr "à®®à¯à®©à¯à®©à®©à¯à®ªà¯à®ªà¯à®¤à®²à¯ à®à¯à®°à®ªà¯à®ªà®à¯à®à®¤à¯, à®à®©à®¾à®²à¯ IPv4 à®®à¯à®à®µà®°à®¿/நà¯à®à¯à®®à®¾à®¸à¯à®à¯ à®à¯à®à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ auth வà®à¯ '%s'"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr "பிணà¯à®¯ à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà¯ பà¯à®¯à®°à¯ '%s' பிணà¯à®¯ பà¯à®¯à®°à¯ '%s'à®à®à®©à¯ பà¯à®°à¯à®¨à¯à®¤à®µà®¿à®²à¯à®²à¯"
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "%sà®à¯à®à¯ à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ நà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s à®à®±à¯à®à®©à®µà¯ à®à®³à¯à®³à®¤à¯"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "பிணà¯à®¯à®®à¯ '%s'஠தானா஠தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "பாலம௠தà¯à®£à¯à®¯à¯ தà¯à®µà®à¯à® விலà¯à®²à¯: %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "qemudStartup: நினà¯à®µà®à®®à¯ பà¯à®¤à®µà®¿à®²à¯à®²à¯"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
#, fuzzy
msgid "Reloading iptables rules\n"
msgstr "iptables விதிà®à®³à¯ à®®à¯à®³à¯à®±à¯à®±à¯à®à®¿à®±à®¤à¯"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr "dhcp à®à¯à®®à®¾à®©à¯ IP à®®à¯à®à®µà®°à®¿ à®à®²à¯à®²à®¾à®®à®²à¯ தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "பதிவ௠à®
à®à¯à®µà¯ %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "iptables விதிய௠'%s'à®à®²à®¿à®°à¯à®¨à¯à®¤à¯ à®à¯à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ : %s\n"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "iptables விதிய௠'%s'à®à¯à®à¯ à®
னà¯à®®à®¤à®¿à®à¯à®à¯à®®à¯ பà¯à®¤à¯ à®à¯à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ : %s\n"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "iptables விதிய௠masquerading à® à®à¯à®¯à®²à¯à®ªà®à¯à®¤à¯à®¤ à®à¯à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s\n"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "iptables விதியà¯'%s'à®à®²à®¿à®°à¯à®¨à¯à®¤à¯ தà®à®®à¯ பதிà®à¯à®à¯à®®à¯ பà¯à®¤à¯ à®à¯à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ : %s\n"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "iptables விதிய௠'%s'à®à¯à®à¯ வழிதà¯à®¤à®à®®à®¿à® à®à¯à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ : %s\n"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "iptables விதிந௠DHCP à®à¯à®°à®¿à®à¯à®à¯à®à®³à¯ '%s'à®à®²à®¿à®°à¯à®¨à¯à®¤à¯ à®à¯à®°à¯à®à¯à® : %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "iptables விதிய௠DNS à®à¯à®°à®¿à®à¯à®à¯à®à¯à®à¯ '%s' லிரà¯à®¨à¯à®¤à¯ à®à¯à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "iptables விதிய௠'%s'à®à®²à®¿à®°à¯à®¨à¯à®¤à¯ பà¯à®à¯à®à¯à®µà®°à®¤à¯à®¤à¯ தà®à¯à®à¯à® à®à¯à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ : %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "iptables விதிய௠'%s'à®à®©à¯ à®à®³à¯à®³à®®à¯ பà¯à®à¯à®à¯à®µà®°à®¤à¯à®¤à¯ à®à¯à®±à¯à®à¯à® à®à¯à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ : %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "iptables விதிய௠'%s'à®à®²à¯ à®à®¿à®°à®¾à®¸à¯ பà¯à®°à®¿à®à¯à®à®¿à®²à¯ à®à¯à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ : %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "பிணà¯à®¯à®®à¯ à®à®±à¯à®à®©à®µà¯ à®à¯à®¯à®²à®¿à®²à¯ à®à®³à¯à®³à®¤à¯"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "பாலம௠'%s'à® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ : %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "IP à®®à¯à®à®µà®°à®¿à®¯à¯ பாலம௠'%s' லிரà¯à®¨à¯à®¤à¯ '%s'à®à¯à®à¯ à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ : %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "பாலம௠'%s' à®à®²à¯ '%s' நà¯à®à¯à®®à®¾à®¸à¯à®à¯à®à¯ à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ : %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "பாலம௠'%s'à® à®®à¯à®²à¯ à®à¯à®£à¯à®à¯ வர à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ : %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "IP à®®à¯à®©à¯à®©à®©à¯à®ªà¯à®ªà¯à®¤à®²à¯ à®à¯à®¯à®²à¯à®ªà®à¯à®¤à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ : %s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "பாலம௠'%s'à® à®à¯à®´à¯ à®à¯à®£à¯à®à¯ வர à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ : %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "பாலம௠'%s'à® à®
ழிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ : %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "பிணà¯à®¯à®®à¯ '%s'஠பணிநிறà¯à®¤à¯à®¤à¯à®à®¿à®±à®¤à¯"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr "uuidà®à®à®©à¯ பிணà¯à®¯ பà¯à®°à¯à®¤à¯à®¤à®®à¯ à®à®²à¯à®²à¯"
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr "பà¯à®¯à®°à¯à®à®©à¯ பிணà¯à®¯ பà¯à®°à¯à®¤à¯à®¤à®®à¯ à®à®²à¯à®²à¯"
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "பிணà¯à®¯à®®à¯ à®à®±à¯à®à®©à®µà¯ à®à¯à®¯à®²à®¿à®²à¯ à®à®³à¯à®³à®¤à¯"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr "பà¯à®°à¯à®¨à¯à®¤à¯à®®à¯ idà®à®à®©à¯ பிணà¯à®¯à®®à¯ à®à®²à¯à®²à¯"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "பிணà¯à®¯ %s à®à¯à®¯à®²à®¿à®²à®¿à®²à¯à®²à¯"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "%s à®
à®à¯à®µà®¿à®±à¯à®à¯ தானியà®à¯à®à®¿ தà¯à®µà®à¯à®à®¤à¯à®¤à¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®¾à®¤à¯: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "%s லிரà¯à®¨à¯à®¤à¯ %s à®à¯à®à¯ symlinkà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "symlink '%s'à® à®
ழிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
@@ -2049,7 +2077,267 @@ msgstr "symlink '%s'à® à®
ழிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s
msgid "no node device with matching name"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® vol பà¯à®°à¯à®¨à¯à®¤à¯à®®à¯ பà¯à®¯à®°à®¿à®²à¯ à®à®²à¯à®²à¯"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "தலà¯à®ªà¯à®ªà¯%s à®à®¾à®¤à®©à®¤à¯à®¤à¯ à®à®°à®¿à®à¯à®¯à¯à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ "
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "விà®à¯à®ªà®à¯à® à®®à¯à®² பாதà¯"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "தà¯à®°à®¿à®¯à®¾à®¤ à®à¯à®®à®¿à®ªà¯à®ªà® தà¯à®à¯à®¤à®¿ வà®à¯ %d"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "à®à¯à®ªà¯à®ªà¯ à®à®°à®¿à®®à¯à®¯à®¾à®³à®°à¯ '%s'à® à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "தவறான à®à®²à®¿ மாதிரி '%s'"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "பிணà¯à®¯ à®®à¯à®à®ªà¯à®ªà¯ வà®à¯"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "%sà®à®²à¯ தவறான பிணà¯à®¯ à®à¯à®à¯à®à®¿"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "தà¯à®°à®¿à®¯à®¾à®¤ auth வà®à¯ '%s'"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "%sà®à®²à¯ தவறான à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯ à®à¯à®à¯à®à®¿"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "%sà®à®²à¯ தவறான à®à®³à®ªà¯à®ªà¯à®³à¯à®³à®¿"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "%sà®à®²à¯ தவறான à®à®³à®ªà¯à®ªà¯à®³à¯à®³à®¿"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "தவறான à®à®²à®¿ மாதிரி '%s'"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "தவறான à®à®²à®¿ மாதிரி '%s'"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "%sà®à®²à¯ தவறான à®à®£à¯à®ªà¯à®ªà¯ பà¯à®³à¯à®³à®¿"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "தவறான uuid à®à®°à¯à®ªà¯à®ªà®à®¿"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "விà®à¯à®ªà®à¯à® à®à¯à®³à¯à®³à®³à®µà¯ à®à®°à¯à®ªà¯à®ªà®à®¿"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "தà¯à®°à®¿à®¯à®¾à®¤ auth வà®à¯ '%s'"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "தà¯à®°à®¿à®¯à®¾à®¤ auth வà®à¯ '%s'"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "%sதிறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
@@ -2209,7 +2497,7 @@ msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ shutoff நிலà¯à®¯à¯à®à®©à¯ à®à®²
msgid "Could not read container config"
msgstr "à®à®£à¯à®ªà¯à®ªà¯ URI஠பà®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ வà®à¯ '%s'"
@@ -2223,6 +2511,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "à®à®£à¯à®ªà¯à®ªà¯ URI஠பà®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr " pid à®à¯à®ªà¯à®ªà¯ '%s' ஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "à®à®¿à®à¯à®©à®²à¯ பà¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "pid à®à¯à®ªà¯à®ªà¯ '%s' à® à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr " pid à®à¯à®ªà¯à®ªà¯ '%s' ஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "à®à¯à®¯à®±à¯à®ªà®¾à®à¯ à®à¯à®¯à®²à®¿à®´à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "'%s'à®à¯à®à¯ à®à®¾à®à¯à®à¯à®à¯à®à¯ பிணà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "hypervisor à®à®à®©à¯ à®à®£à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "'%s'à®à¯à®à¯ à®à®¾à®à¯à®à¯à®à¯à®à¯ பிணà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr " %s லிரà¯à®¨à¯à®¤à¯ தà¯à®à¯à®¤à®¿à®¯à¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "uid '%d'à®à¯à®à¯ பயனர௠பதிவ௠à®à®¾à®£ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr " %s லிரà¯à®¨à¯à®¤à¯ பà¯à®²à¯à®²à¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2267,410 +2620,424 @@ msgstr "பதிலாளà¯à®à®©à¯ தà¯à®à®°à¯à®ªà¯ பிழà¯: த
msgid "got asynchronous packet number %d\n"
msgstr "à®à®°à¯à®à¯à®à®¿à®£à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤ பாà®à¯à®à¯à®à¯ à®à®£à¯ %d பà¯à®±à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "qemu %d pid %luà®à®²à®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ à®à®¤à®¿à®°à¯à®ªà®¾à®°à®¾à®¤ வà¯à®³à®¿à®¯à¯à®±à¯à®®à¯ நிலà¯"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à®¾à®¤ வà¯à®³à®¿à®¯à¯à®±à¯à®®à¯ நில௠'%d', qemu தà¯à®²à¯à®µà®¿"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "QEMU à®à®°à¯à®®à®¤à¯à®¤à¯ à®à®¾à®£ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ %s: %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "பிணà¯à®¯à®®à¯ '%s' à®à®¾à®£à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr "பிணà¯à®¯ வà®à¯ %d தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr "பாலம௠தà¯à®£à¯à®¯à¯ தà¯à®µà®à¯à® விலà¯à®²à¯: %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "à®à¯à®ªà¯ à®®à¯à®à®ªà¯à®ªà¯ '%s'஠பாலம௠'%s'à®à¯à®à¯ à®à¯à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ : %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "à®à¯à®ªà¯ à®®à¯à®à®ªà¯à®ªà¯ '%s'஠பாலம௠'%s'à®à¯à®à¯ à®à¯à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ : %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "'info blockstats' à®à®¨à¯à®¤ qemuவினால௠தà¯à®£à¯à®ªà¯à®°à®¿à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
#, fuzzy
msgid "STDIO migration is not supported with this QEMU binary"
msgstr "'info blockstats' à®à®¨à¯à®¤ qemuவினால௠தà¯à®£à¯à®ªà¯à®°à®¿à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤ வà®à¯à®à¯ வà®à¯ '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤ வà®à¯à®à¯ வà®à¯ '%s'"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr "தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤ வà®à¯à®à¯ வà®à¯ '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "தவறான à®à®²à®¿ மாதிரி"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "தவறான à®à®³ பà¯à®¯à®°à¯"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "தவறான பாதà¯"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "மானிà®à¯à®à®°à¯ பாத௠%s஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "à®®à¯à®©à¯ à®à¯à®¯à®±à¯à®à®³à®ªà¯ பà®à¯à®à®¿à®¯à®²à¯"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "close-on-exec à®à¯à®ªà¯à®ªà¯ விவரிபà¯à®ªà®¿ à®à¯à®à®¿à®¯à¯ à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "non-blocking à®à¯à®ªà¯à®ªà¯ விவரிபà¯à®ªà®¿ à®à¯à®à®¿à®¯à¯ à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "logfile %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "VM logfile close-on-exec à®à¯à®à®¿à®¯à¯ à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ %s"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "logfile %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/qemu_driver.c:211
-#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "logfile %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "VM logfile close-on-exec à®à¯à®à®¿à®¯à¯ à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ %s"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "tty %s஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s\n"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "VM '%s'஠தானா஠தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "%s %s à®à¯à®à¯ தà¯à®à¯à®¤à®¿à®¯à¯ à®à¯à®®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr " %s லிரà¯à®¨à¯à®¤à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "%s லிரà¯à®¨à¯à®¤à¯ %s à®à¯à®à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à¯à®®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "à®
à®à¯à®µà¯ %sà® à®à®°à¯à®µà®¾à®à¯à® : %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "நà®à®ªà¯à®ªà¯ நà¯à®°à®¤à¯à®¤à¯à®ªà¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "à®®à¯à®±à¯à®®à¯ '%s'஠பà®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "à®®à¯à®±à¯à®®à¯ '%s'஠பà®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+
+#: src/qemu_driver.c:476
#, fuzzy, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "VM '%s'஠தானா஠தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup: நினà¯à®µà®à®®à¯ பà¯à®¤à®µà®¿à®²à¯à®²à¯"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr "%s startup வà¯à®³à®¿à®ªà¯à®ªà®¾à®à¯à®à¯ வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr "%s startup வà¯à®³à®¿à®ªà¯à®ªà®¾à®à¯à®à¯ வாà®à®¿à®à¯à®à¯à®¯à®¿à®²à¯ நà¯à®°à®®à¯ à®®à¯à®à®¿à®¨à¯à®¤à®¤à¯"
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr "%s startup வà¯à®³à®¿à®ªà¯à®ªà®¾à®à¯à®à¯ வாà®à®¿à®à¯à®à¯à®¯à®¿à®²à¯ à®à®à®®à®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, fuzzy, c-format
+msgid "Out of space while reading %s log output"
+msgstr "%s startup வà¯à®³à®¿à®ªà¯à®ªà®¾à®à¯à®à¯ வாà®à®¿à®à¯à®à¯à®¯à®¿à®²à¯ à®à®à®®à®¿à®²à¯à®²à¯"
+
+#: src/qemu_driver.c:757
+#, fuzzy, c-format
+msgid "Failure while reading %s log output"
+msgstr "%s startup வà¯à®³à®¿à®ªà¯à®ªà®¾à®à¯à®à¯ வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+
+#: src/qemu_driver.c:771
+#, fuzzy, c-format
+msgid "Timed out while reading %s log output"
+msgstr "%s startup வà¯à®³à®¿à®ªà¯à®ªà®¾à®à¯à®à¯ வாà®à®¿à®à¯à®à¯à®¯à®¿à®²à¯ நà¯à®°à®®à¯ à®®à¯à®à®¿à®¨à¯à®¤à®¤à¯"
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr "மானிà®à¯à®à®°à¯ பாத௠%s஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr "close-on-exec à®à¯à®à®¿à®¯à¯ மானிà®à¯à®à®°à¯à®à¯à®à¯ à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr "non-blocking à®®à¯à®±à¯à®®à¯à®¯à®¿à®²à¯ மானிà®à¯à®à®°à¯ பà¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "logfile %dà® à®®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "tty மதிபà¯à®ªà¯à®°à¯à®à¯à®à®³à¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr "CPU தà¯à®°à®à¯ விவரதà¯à®¤à¯ மானிà®à¯à®à®°à¯ à®à®à¯à®à®³à¯ à®à®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "CPU affinity %sà® à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr "தà¯à®à®°à¯à®¨à¯à®¤ à®à¯à®¯à®±à¯à®ªà®¾à®à¯ à®à¯à®¯à®²à®¿à®´à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "நà®à®ªà¯à®ªà¯ நà¯à®°à®¤à¯à®¤à¯à®ªà¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "VM à®à®±à¯à®à®©à®µà¯ à®à¯à®¯à®²à®¿à®²à¯à®³à¯à®³à®¤à¯"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr "பயனà¯à®ªà®à¯à®¤à¯à®¤à®¾à®¤ VNC தà¯à®±à¯à®¯à¯ தà¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "பதிவ௠à®
à®à¯à®µà¯ %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "QEMU à®à®°à¯à®®à®¤à¯à®¤à¯ à®à®¾à®£ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ %s: %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "QEMU à®à®°à¯à®®à®¤à¯à®¤à¯ à®à®¾à®£ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ %s: %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "argvà® logfile %dà®à®²à¯ à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "argvà® logfile %dà®à®²à¯ à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "argvà® logfile %dà®à®²à¯ à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s பணி நிறà¯à®¤à¯à®¤à®®à¯ à®à¯à®¯à¯à®¯à®ªà¯à®ªà®à¯à®à®¿à®±à®¤à¯\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "VM '%s'஠பணி நிறà¯à®¤à¯à®¤à¯à®à®¿à®±à®¤à¯"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "'%s'à®à¯à®à¯ à®à®¾à®à¯à®à¯à®à¯à®à¯ பிணà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "logfile %dà® à®®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
+msgid "Failed to remove domain status for %s"
+msgstr " %s லிரà¯à®¨à¯à®¤à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "VM பணிய஠தரவ௠பதிவ௠à®à¯à®¯à¯à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "tty %s஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr "NUMA à®à®¨à¯à®¤ பà¯à®°à®µà®²à®©à®¿à®²à¯ தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr "NUMA வà¯à®±à¯à®±à¯ நினà¯à®µà®à®¤à¯à®¤à®¿à®±à¯à®à¯ வினாயி஠மà¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "பà¯à®°à®µà®²à®©à¯ பà¯à®¯à®°à¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s à®à®±à¯à®à®©à®µà¯ à®à®³à¯à®³à®¤à¯"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s à®à®±à¯à®à®©à®µà¯ à®à®³à¯à®³à®¤à¯"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "id %dà®à®à®©à¯ à®à®¨à¯à®¤ à®à¯à®¯à®±à¯à®à®³à®®à¯à®®à¯ à®à®²à¯à®²à¯"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®¯à®à¯à®à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr "à®à®à¯à®¨à®¿à®±à¯à®¤à¯à®¤ à®à¯à®¯à®²à¯à®ªà®¾à®à¯ à®à¯à®¯à®²à®¿à®´à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr "பணிநிறà¯à®¤à¯à®¤ à®à¯à®¯à®²à¯à®ªà®¾à®à¯ à®à¯à®¯à®²à®¿à®´à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "பà¯à®°à¯à®¨à¯à®¤à¯à®®à¯ uuid '%s'à®à®à®©à¯ à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®²à¯à®²à¯"
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr "à®
திà®à®ªà®à¯à® நினà¯à®µà® நà®à®ªà¯à®ªà¯ நினà¯à®µà®à®¤à¯à®¤à¯à®à®©à¯ à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr "à®à®°à¯ à®à¯à®¯à®²à®¿à®²à¯à®³à¯à®³ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®±à¯à®à¯ நினà¯à®µà®à®®à¯ à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr "à®
திà®à®ªà®à¯à® நினà¯à®µà®à®¤à¯à®¤à¯ வி஠à®
தி஠நினà¯à®µà®à®®à¯ à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ xml ஠பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr "'%s'à® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
msgstr "பதிவ௠à®à¯à®ªà¯à®ªà®¿à®©à¯ à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr "xmlà® à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "logfile %dà® à®®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "நினà¯à®µà®à®®à¯ பà¯à®¤à®µà®¿à®²à¯à®²à¯"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr "à®à®à®®à¯à®ªà¯à®¯à®°à¯à®µà¯ à®à¯à®¯à®±à¯à®ªà®¾à®à¯ à®à¯à®¯à®²à®¿à®´à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
#, fuzzy
msgid "'migrate' not supported by this qemu"
msgstr "'info blockstats' à®à®¨à¯à®¤ qemuவினால௠தà¯à®£à¯à®ªà¯à®°à®¿à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr "vcpu à®à®£à¯à®£à®¿à®à¯à®à¯à®¯à¯ à®à¯à®¯à®²à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®²à¯ மாறà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr "à®
திà®à®ªà®à¯à® vcpus à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®±à¯à®à¯ வரà¯à®¯à®±à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
@@ -2678,288 +3045,342 @@ msgstr ""
"à®à¯à®°à®ªà¯à®ªà®à¯à® vcpus à®
திà®à®®à®¾à® à®
னà¯à®®à®¤à®¿à®à¯à®à¯à®à®¿à®¯ vcpusà® à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®±à¯à®à¯ à®
னà¯à®®à®¤à®¿à®à¯à®à¯à®à®¿à®¯à®¤à¯: %d > %"
"d"
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
msgid "cannot pin vcpus on an inactive domain"
msgstr "à®à¯à®¯à®²à®±à¯à®± à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®²à¯ vcpus஠பின௠à®à¯à®¯à¯à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "vcpu à®à®£à¯ வரà¯à®¯à®±à¯à®¯à®¿à®²à¯ à®à®²à¯à®²à¯ %d > %d"
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "affinityà® à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr "cpu affinity தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "affinity஠பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr "cpu affinity à®à®²à¯à®²à¯"
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ virt வà®à¯ à®à¯à®¯à®±à¯à®à®³ வரà¯à®¯à®±à¯ '%d'à®à®²à¯"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "நà®à®ªà¯à®ªà¯ நà¯à®°à®¤à¯à®¤à¯à®ªà¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+
+#: src/qemu_driver.c:3014
+#, fuzzy, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr "vCPU à®à®£à¯à®£à®¿à®à¯à®à¯ à®
திà®à®ªà®à¯à®à®¤à¯à®¤à¯ வி஠மிà®à¯à®à®¿à®¯à®¤à¯: %d > %d"
+
+#: src/qemu_driver.c:3023
+#, fuzzy, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr "vCPU à®à®£à¯à®£à®¿à®à¯à®à¯ à®
திà®à®ªà®à¯à®à®¤à¯à®¤à¯ வி஠மிà®à¯à®à®¿à®¯à®¤à¯: %d > %d"
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr "à®à¯à®¯à®±à¯à®à®³ à®à®°à¯à®µà¯ வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr "qemu தலà¯à®ªà¯à®ªà¯ வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr "image magic தவறா஠à®à®³à¯à®³à®¤à¯"
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "image version தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®µà®¿à®²à¯à®²à¯ (%d > %d)"
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr "XML஠வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr "XML஠பà®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®±à¯à®à®©à®µà¯ '%s' à®à¯à®¯à®²à®¿à®²à¯à®³à¯à®³à®¤à¯"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
msgid "failed to assign new VM"
msgstr "பà¯à®¤à®¿à®¯ VMà® à®à®¤à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr "VM஠தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
msgid "failed to resume domain"
msgstr "à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ தà¯à®à®° à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤ வà®à¯à®à¯ வà®à¯ '%s'"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "à®à¯à®±à¯à®µà®à¯à®à¯ rom à®à®à®à®¤à¯à®¤à¯ மாறà¯à®± à®®à¯à®à®¿à®¯à®¾à®¤à¯"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "à®à¯à®±à¯à®µà®à¯à®à¯ rom à®à®à®à®¤à¯à®¤à¯ மாறà¯à®± à®®à¯à®à®¿à®¯à®¾à®¤à¯"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, fuzzy, c-format
msgid "target %s already exists"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® தà¯à®à¯à®¤à®¿ à®à®±à¯à®à®©à®µà¯ à®à®³à¯à®³à®¤à¯"
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "%s஠வாà®à®¿à®à¯à® à®à®¯à®²à®µà®¿à®²à¯à®²à¯: %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s à®à®±à¯à®à®©à®µà¯ à®à®³à¯à®³à®¤à¯"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "à®®à¯à®² à®à®¾à®¤à®©à®à¯à®à®³à®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ பிரிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "பà¯à®°à®µà®²à®©à¯ விளà®à¯à® à®à¯à®ªà¯à®ªà¯ à®à®±à¯à®±à®ªà¯à®ªà®à¯à®à®¿à®±à®¤à¯"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "à®®à¯à®² à®à®¾à®¤à®©à®à¯à®à®³à®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ பிரிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "பà¯à®°à®µà®²à®©à¯ விளà®à¯à® à®à¯à®ªà¯à®ªà¯ à®à®±à¯à®±à®ªà¯à®ªà®à¯à®à®¿à®±à®¤à¯"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr "வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤ à®à®°à¯ à®à¯à®¯à®²à®±à¯à®± à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à®£à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:3451
-#, fuzzy
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, fuzzy, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr "à®à¯à®±à¯à®µà®à¯à®à¯ROM à®®à®à¯à®à¯à®®à¯ வà®à¯à®à¯ à®à®¾à®¤à®©à®à¯à®à®³à¯à®à®©à¯ à®à®£à¯à®à¯à®à®ªà¯à®ªà®à®²à®¾à®®à¯"
-#: src/qemu_driver.c:3460
-#, fuzzy
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, fuzzy, c-format
+msgid "device type '%s' cannot be attached"
msgstr "à®à¯à®±à¯à®µà®à¯à®à¯ROM à®®à®à¯à®à¯à®®à¯ வà®à¯à®à¯ à®à®¾à®¤à®©à®à¯à®à®³à¯à®à®©à¯ à®à®£à¯à®à¯à®à®ªà¯à®ªà®à®²à®¾à®®à¯"
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®²à¯à®²à¯"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ தà¯à®à®° à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr " %s லிரà¯à®¨à¯à®¤à¯ à®à®¾à®¤à®©à®¤à¯à®¤à¯ நà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤ à®à®°à¯ à®à¯à®¯à®²à®±à¯à®± à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à®£à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
#, fuzzy
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr "à®à¯à®±à¯à®µà®à¯à®à¯ROM à®®à®à¯à®à¯à®®à¯ வà®à¯à®à¯ à®à®¾à®¤à®©à®à¯à®à®³à¯à®à®©à¯ à®à®£à¯à®à¯à®à®ªà¯à®ªà®à®²à®¾à®®à¯"
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "à®à®°à¯ à®à¯à®¯à®²à®¿à®²à¯à®³à¯à®³ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®±à¯à®à¯ நினà¯à®µà®à®®à¯ à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "%s à®
à®à¯à®µà®¿à®±à¯à®à¯ தானியà®à¯à®à®¿ தà¯à®µà®à¯à®à®¤à¯à®¤à¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®¾à®¤à¯: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "%s லிரà¯à®¨à¯à®¤à¯ %s à®à¯à®à¯ symlinkà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "தவறான பாதà¯: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr "'info blockstats' à®à®à¯à®à®³à¯ தà¯à®²à¯à®µà®¿à®¯à¯à®±à¯à®±à®¤à¯"
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "'info blockstats' à®à®¨à¯à®¤ qemuவினால௠தà¯à®£à¯à®ªà¯à®°à®¿à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "à®à®¾à®¤à®©à®®à¯ à®à®²à¯à®²à¯: %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr "NULL à®
லà¯à®²à®¤à¯ à®à®¾à®²à®¿à®¯à®¾à®© பாதà¯"
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "தவறான பாதà¯, '%s'à®à¯à®à¯ தà¯à®°à®¿à®¨à¯à®¤ à®®à¯à®à®ªà¯à®ªà¯ à®à®²à¯à®²à¯"
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "dir '%s'஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "à®à¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ lseek à®
லà¯à®²à®¤à¯ வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s: %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "தவறான பாதà¯"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr "QEMU à®à®¯à®à¯à®à®¿ à®®à¯à®¯à¯à®¨à®¿à®à®°à¯ நினà¯à®µà¯ à®®à¯à®à®µà®°à®¿à®à¯à®à¯ à®®à®à¯à®à¯à®®à¯ தà¯à®£à¯à®ªà¯à®ªà¯à®°à®¿à®à®¿à®±à®¤à¯"
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "open(%s) தà¯à®²à¯à®µà®¿: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "lvs à®à®à¯à®à®³à¯ தà¯à®²à¯à®µà®¿à®¯à¯à®±à¯à®±à®¤à¯"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s: பதிவ௠à®à¯à®ªà¯à®ªà®¿à®©à¯ à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "à®®à¯à®©à¯ à®à¯à®¯à®±à¯à®à®³à®ªà¯ பà®à¯à®à®¿à®¯à®²à¯"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "UUID à® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®±à¯à®à®©à®µà¯ '%s' à®à¯à®¯à®²à®¿à®²à¯à®³à¯à®³à®¤à¯"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "VM஠தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "à®à¯à®¯à®±à¯à®ªà®¾à®à¯ à®à¯à®¯à®²à®¿à®´à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %sà® à®®à¯à®£à¯à®à¯à®®à¯ தà¯à®à®° à®à¯à®¯à¯à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯à®à®©à¯ பà¯à®°à¯à®¨à¯à®¤à¯à®®à¯ பà¯à®¯à®°à¯ à®à®²à¯à®²à¯"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
msgstr "libvirtd à®à®°à¯à®®à®¤à¯à®¤à¯ à®à®¾à®£ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
@@ -2971,510 +3392,591 @@ msgstr ""
"remote_open: URL பà¯à®à¯à®à¯à®µà®°à®¤à¯à®¤à¯ à®
à®à¯à®à¯à®à®°à®¿à®à¯à®à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯ (tls|unix|ssh|ext|tcp à®à® à®à®°à¯à®à¯à® "
"வà¯à®£à¯à®à¯à®®à¯)"
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open: 'ext' பà¯à®à¯à®à¯à®µà®°à®¤à¯à®¤à¯à®à¯à®à¯, à®à®à¯à®à®³à¯ தà¯à®µà¯à®ªà¯à®ªà®à¯à®à®¿à®±à®¤à¯"
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "tty %s஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s\n"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "tty %s஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s\n"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "à®à®¾à®à¯à®à¯à®à¯à®à¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "à®à®¾à®à¯à®à¯à®à¯à®à¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr "பà¯à®à¯à®à¯à®µà®°à®¤à¯à®¤à¯ à®®à¯à®±à¯à®à®³à¯ unix, ssh மறà¯à®±à¯à®®à¯ ext விணà¯à®à¯à®¸à®¿à®²à¯ தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "à®à®¾à®à¯à®à¯à®à¯à®à¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "logfile %dà® à®®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "URI஠பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "à®à¯à®¯à®±à¯à®à®³ à®à®¤à¯à®à¯à®à¯à®à¯"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "%s '%s': %sà® à®
ணà¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ (%d)"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "à®à¯à®³à¯à®à®²à®©à¯ ஸà¯à®à¯à®à¯à®à¯ à®à®¤à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "VM பணிய஠தரவ௠பதிவ௠à®à¯à®¯à¯à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "SASL நà¯à®²à®à®¤à¯à®¤à¯ தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %d (%s)"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, fuzzy, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "tty மதிபà¯à®ªà¯à®°à¯à®à¯à®à®³à¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s\n"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "tty மதிபà¯à®ªà¯à®°à¯à®à¯à®à®³à¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "à®à®¿à®³à¯à®¯à®©à¯ à®à®°à®¿ பாரà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "tty %s஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s\n"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr "à®à¯à®µà¯à®¯à® à®à¯à®¤à®©à¯ (நம௠à®à®¾à®©à¯à®±à®¿à®¤à®´à¯ à®
லà¯à®²à®¤à¯ IP à®®à¯à®à®µà®°à®¿) தà¯à®²à¯à®µà®¿\n"
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "à®à®¿à®³à¯à®¯à®©à¯ à®à®°à®¿ பாரà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "பà¯à®ªà¯à®ªà¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "தவறான à®à®¾à®¤à®© வà®à¯: %s"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
#, fuzzy
msgid "The certificate is not trusted."
msgstr "à®à®¾à®©à¯à®±à®¿à®¤à®´à¯ à®à®©à¯à®©à¯à®®à¯ à®à¯à®¯à®²à¯à®ªà®¾à®à¯à®à®¿à®²à®¿à®²à¯à®²à¯"
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
#, fuzzy
msgid "The certificate hasn't got a known issuer."
msgstr "remoteCheckCertificate: à®à®¿à®³à¯à®¯à®©à¯ à®à®¾à®©à¯à®±à®¿à®¤à®´à¯ வழà®à¯à®à®¿à®¯à®µà®°à¯ தà¯à®°à®¿à®¯à®µà®¿à®²à¯à®²à¯."
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
#, fuzzy
msgid "The certificate has been revoked."
msgstr "à®à®¾à®©à¯à®±à®¿à®¤à®´à¯ à®®à¯à®à®¿à®µà¯à®±à¯à®±à®¤à¯"
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
#, fuzzy
msgid "The certificate uses an insecure algorithm"
msgstr ""
"remoteCheckCertificate: à®à®¿à®³à¯à®¯à®©à¯ à®à®¾à®©à¯à®±à®¿à®¤à®´à¯ பாதà¯à®à®¾à®ªà¯à®ªà®¿à®²à¯à®²à®¾à®¤ à®à®£à®¿à®®à¯à®±à¯à®¯à¯ à®à¯à®£à¯à®à¯à®³à¯à®³à®¤à¯."
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "à®à®¾à®©à¯à®±à®¿à®¤à®´à¯ வà®à¯ X.509 à®à®²à¯à®²à¯"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "gnutls_certificate_get_peers failed"
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "SASL à®
à®à¯à®à¯à®à®¾à®°à®¤à¯à®¤ %s தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "tty %s஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s\n"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "à®à®¾à®©à¯à®±à®¿à®¤à®´à¯ à®®à¯à®à®¿à®µà¯à®±à¯à®±à®¤à¯"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "à®à®¾à®©à¯à®±à®¿à®¤à®´à¯ à®à®©à¯à®©à¯à®®à¯ à®à¯à®¯à®²à¯à®ªà®¾à®à¯à®à®¿à®²à®¿à®²à¯à®²à¯"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr "à®à®¾à®©à¯à®±à®¿à®¤à®´à¯ à®à®°à®¿à®®à¯à®¯à®¾à®³à®°à¯ பà¯à®°à®µà®²à®©à¯ பà¯à®¯à®°à¯à®à®©à¯ பà¯à®°à¯à®¨à¯à®¤à®µà®¿à®²à¯à®²à¯ (%s)"
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "மி஠à®
தி஠NUMA à®
à®±à¯à®à®³à¯: %d > %d"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "மி஠à®
தி஠தà¯à®²à¯ à®à¯à®¯à®±à¯à®à®³ IDà®à®³à¯: %d > %d"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr "à®
திà®à®ªà®à¯à®à®¤à¯à®¤à¯à®à¯à®à¯ à®®à¯à®²à¯ à®®à¯à®ªà¯ நà¯à®³à®®à¯: %d > %d"
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "vCPU à®à®£à¯à®£à®¿à®à¯à®à¯ à®
திà®à®ªà®à¯à®à®¤à¯à®¤à¯ வி஠மிà®à¯à®à®¿à®¯à®¤à¯: %d > %d"
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr "vCPU à®®à¯à®ªà¯ à®à®à¯à®¯à® நà¯à®³à®¤à¯à®¤à¯ வி஠à®
திà®à®ªà®à¯à®à®¤à¯à®¤à¯ மிà®à¯à®à®¿à®¯à®¤à¯: %d > %d"
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "பà¯à®°à®µà®²à®©à¯ à®
தி஠vCPUsà® à®
றிà®à¯à®à¯à®¯à®¿à®à¯à®à®¿à®±à®¤à¯: %d > %d"
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr "பà¯à®°à®µà®²à®©à¯ à®
திà®à®ªà®à¯à®à®¤à¯à®¤à¯ வி஠à®
தி஠நà¯à®³à®¤à¯à®¤à¯ à®
றிà®à¯à®à¯à®¯à®¿à®à¯à®à®¿à®±à®¤à¯: %d > %d"
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, fuzzy, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr "vCPU à®à®£à¯à®£à®¿à®à¯à®à¯ à®
திà®à®ªà®à¯à®à®¤à¯à®¤à¯ வி஠மிà®à¯à®à®¿à®¯à®¤à¯: %d > %d"
+
+#: src/remote_internal.c:2352
+#, fuzzy, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr "vCPU à®à®£à¯à®£à®¿à®à¯à®à¯ à®
திà®à®ªà®à¯à®à®¤à¯à®¤à¯ வி஠மிà®à¯à®à®¿à®¯à®¤à¯: %d > %d"
+
+#: src/remote_internal.c:2361
+#, fuzzy, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr "vCPU à®à®£à¯à®£à®¿à®à¯à®à¯ à®
திà®à®ªà®à¯à®à®¤à¯à®¤à¯ வி஠மிà®à¯à®à®¿à®¯à®¤à¯: %d > %d"
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr "மி஠à®
தி஠தà¯à®²à¯ à®à¯à®¯à®±à¯à®à®³ பà¯à®¯à®°à¯à®à®³à¯: %d > %d"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
"remoteDomainGetSchedulerParameters: வரமà¯à®ªà¯à®à¯à®à¯ à®
திà®à®®à®¾à® à®
ளவà¯à®°à¯à®à¯à®à®³à¯ à®à¯à®à¯à®à¯à®à®¿à®±à®¤à¯"
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "remoteDomainGetSchedulerParameters: தà¯à®°à®¿à®¯à®¾à®¤ à®
ளவà¯à®°à¯ வà®à¯"
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "நினà¯à®µà® à®à®¤à¯à®à¯à®à¯à®à¯à®à¯ வரிà®à¯ பà¯à®¤à®µà®¿à®²à¯à®²à¯"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ à®
ளவà¯à®°à¯ வà®à¯"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr "தà¯à®²à¯ நà¯à®±à®¿à®®à¯à®±à¯à®¯à®¿à®²à¯ நà¯à®³à®®à®¾à® à®à®³à¯à®³à®¤à¯, %zi > %d"
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr "à®à¯à®°à®ªà¯à®ªà®à¯à®à®¤à¯ வி஠à®
த௠à®
ளவ௠à®
லà¯à®²"
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr "தà¯à®²à¯ நà¯à®±à®¿à®®à¯à®±à¯à®à¯à®à¯ நà¯à®³à®®à®¾à® à®à®³à¯à®³à®¤à¯, %zi > %d"
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "மி஠à®
தி஠தà¯à®²à¯ பிணà¯à®¯à®à¯à®à®³à¯: %d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯à®à®³à¯ மி஠à®
திà®à®®à®¾à® à®à¯à®°à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯à®à®³à¯ à®
தி஠à®
ளவ௠பà¯à®±à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr "பல à®à¯à®®à®¿à®ªà¯à®ªà® தà¯à®à¯à®¤à®¿à®à®³à¯ à®à¯à®°à®ªà¯à®ªà®à¯à®à¯à®³à¯à®³à®¤à¯"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr "பல à®à¯à®®à®¿à®ªà¯à®ªà® தà¯à®à¯à®¤à®¿à®à®³à¯ பà¯à®±à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "பல à®à¯à®®à®¿à®ªà¯à®ªà® தà¯à®à¯à®¤à®¿à®à®³à¯ à®à¯à®°à®ªà¯à®ªà®à¯à®à¯à®³à¯à®³à®¤à¯"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "பல à®à¯à®®à®¿à®ªà¯à®ªà® தà¯à®à¯à®¤à®¿à®à®³à¯ பà¯à®±à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "பல à®à¯à®®à®¿à®ªà¯à®ªà® தà¯à®à¯à®¤à®¿à®à®³à¯ à®à¯à®°à®ªà¯à®ªà®à¯à®à¯à®³à¯à®³à®¤à¯"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "பல à®à¯à®®à®¿à®ªà¯à®ªà® தà¯à®à¯à®¤à®¿à®à®³à¯ பà¯à®±à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ à®
à®à¯à®à¯à®à®¾à®° வà®à¯ %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr "à®à¯à®°à®ªà¯à®ªà®à¯à® à®
à®à¯à®à¯à®à®¾à®° வà®à¯ %s மறà¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤ à®
à®à¯à®à¯à®à®¾à®° வà®à¯ %d"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "SASL நà¯à®²à®à®¤à¯à®¤à¯ தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %d (%s)"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "à®à®¾à®à¯ à®®à¯à®à®µà®°à®¿ %d (%s)஠பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "பியர௠மà¯à®à®µà®°à®¿ %d஠பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ (%s)"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "SASL à®à®¿à®³à¯à®¯à®©à¯ à®à¯à®´à®²à¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %d (%s)"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr "தவறான cipher à®
ளவ௠TLS à®
மரà¯à®µà¯à®à¯à®à¯"
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "வà¯à®³à®¿à®ªà¯à®ªà¯à®± SSF %d (%s)à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr "பாதà¯à®à®¾à®ªà¯à®ªà¯ props %d (%s)à® à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "SASL நà¯à®à¯à®ªà®®à¯ %s à®à¯à®µà¯à®¯à®à®¤à¯à®¤à®¾à®²à¯ தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "SASL ஠தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %d (%s)"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr "auth credentialsà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr "SASL தரவ௠நà¯à®³à®®à®¾à® à®à®³à¯à®³à®¤à¯: %d பà¯à®à¯à®à®³à¯"
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "SASL பà®à®¿à®¨à®¿à®²à¯ தà¯à®²à¯à®µà®¿: %d (%s)"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr "SSF %d பà¯à®¤à®¿à®¯ பலமா஠à®à®²à¯à®²à¯"
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr "auth நனà¯à®±à®¿à®à®³à¯ à®à¯à®à®°à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr "xdr_remote_message_header தà¯à®²à¯à®µà®¿"
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr "marshalling args"
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
#, fuzzy
msgid "xdr_u_int (length word)"
msgstr "xdr_int (நà¯à®³à®®à¯ à®à¯à®²à¯)"
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "௠à®à¯à®¯à®±à¯à®à®³ தரவ௠à®à¯à®®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "à®à®¾à®à¯à®à¯à®à¯ %d஠வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "வாà®à®¿à®ªà¯à®ªà¯ à®®à®à¯à®à¯à®®à¯ à®à®£à¯à®ªà¯à®ªà¯"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "à®®à¯à®à¯à®à®¾à®¤à®°à®µà¯ à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "'%s'à® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "தà¯à®à¯à®¤à®¿ %sà® à®à¯à®¤à®ªà¯à®ªà®à¯à®¤à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
#, fuzzy
msgid "xdr_u_int (length word, reply)"
msgstr "xdr_int (நà¯à®³ à®à¯à®²à¯, பதிலà¯)"
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
#, fuzzy
msgid "packet received from server too small"
msgstr "à®à¯à®µà¯à®¯à®à®¤à¯à®¤à®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ வரà¯à®®à¯ பாà®à¯à®à¯à®à¯ à®
திà®à®®à®¾à® à®à®³à¯à®³à®¤à¯"
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr "à®à¯à®µà¯à®¯à®à®¤à¯à®¤à®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ வரà¯à®®à¯ பாà®à¯à®à¯à®à¯ à®
திà®à®®à®¾à® à®à®³à¯à®³à®¤à¯"
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr "பதிலில௠தவறான தலà¯à®ªà¯à®ªà¯"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ நிரல௠(பà¯à®±à®ªà¯à®ªà®à¯à®à®¤à¯ %x, à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯ %x)"
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ நà¯à®±à®¿à®®à¯à®±à¯ பதிபà¯à®ªà¯ (பà¯à®±à®ªà¯à®ªà®à¯à®à®¤à¯ %x, à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯ %x)"
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ à®à¯à®¯à®²à¯à®®à¯à®±à¯ (பà¯à®±à®ªà¯à®ªà®à¯à®à®¤à¯ %x, à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯ %x)"
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr "unmarshalling ret"
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr "unmarshalling remote_error"
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ நில௠(பà¯à®±à®ªà¯à®ªà®à¯à®à®¤à¯ %x)"
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "calloc à®à¯à®¯à®²à®¿à®´à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "à®à®à¯à®à®³à¯à®à¯à®à¯ à®à®¾à®¤à¯à®¤à®¿à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "tty pid à®à¯à®ªà¯à®ªà¯ %s஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
+
+#: src/security_selinux.c:120
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr "tty pid à®à¯à®ªà¯à®ªà¯ %s஠வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "tty pid à®à¯à®ªà¯à®ªà¯ %s஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "tty pid à®à¯à®ªà¯à®ªà¯ %s஠வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "%s à®à¯à®ªà¯à®ªà®¿à®©à¯ à®à¯à®´à®²à¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, fuzzy, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr "vCPU à®à®£à¯à®£à®¿à®à¯à®à¯ à®
திà®à®ªà®à¯à®à®¤à¯à®¤à¯ வி஠மிà®à¯à®à®¿à®¯à®¤à¯: %d > %d"
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "tty %s஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s\n"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "tty %s஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s\n"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3505,45 +4007,45 @@ msgstr "'%s' à®à¯à®ªà¯à®ªà®¿à®©à¯ à®®à¯à®à®¿à®µà¯ à®à®¾à®£ à®®à¯à®à®¿
msgid "cannot read beginning of file '%s'"
msgstr "'%s' à®à¯à®ªà¯à®ªà®¿à®©à¯ à®®à¯à®à®¿à®µà¯ à®à®¾à®£ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯:%s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "%s à®à¯à®ªà¯à®ªà®¿à®©à¯ à®à¯à®´à®²à¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "dir %s஠வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr "regex %sà® à®®à¯à®´à®¿à®ªà¯à®¯à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "fd஠வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "à®à®à¯à®à®³à¯à®à¯à®à¯ à®à®¾à®¤à¯à®¤à®¿à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr "à®à®à¯à®à®³à¯ à®®à¯à®´à¯à®µà®¤à¯à®®à¯ வà¯à®³à®¿à®¯à¯à®±à®µà®¿à®²à¯à®²à¯"
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "வாà®à®¿à®¤à¯à®¤à®²à¯ பிழà¯: %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr "பà¯à®à¯à®à®¿à®¯à®®à®¿à®²à¯à®²à®¾à®¤ வà¯à®³à®¿à®¯à¯à®±à¯à®± நில௠à®à®à¯à®à®³à¯ %dà®à¯à®à¯"
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "%s: à®à¯à®¯à®²à¯à®ªà®à¯à®¤à¯à®¤à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯\n"
@@ -3654,7 +4156,7 @@ msgid "cannot extend file '%s'"
msgstr "à®à¯à®ªà¯à®ªà¯ '%s'஠விரிவாà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "பாத௠'%s'஠வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
@@ -3688,17 +4190,17 @@ msgstr "qemu-img à®à®²à¯à®²à®¾à®®à®²à¯ ரா à®à®°à¯à®à¯à®à®³à¯ à®à®°
msgid "creation of non-raw images is not supported without qemu-img"
msgstr "qemu-img à®à®²à¯à®²à®¾à®®à®²à¯ ரா à®à®°à¯à®à¯à®à®³à¯ à®à®°à¯à®µà®¾à®à¯à®à®ªà¯à®ªà®à¯à®à®¿à®±à®¤à¯"
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "à®à¯à®ªà¯à®ªà¯ à®à®°à®¿à®®à¯à®¯à®¾à®³à®°à¯ '%s'à® à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "à®à¯à®ªà¯à®ªà¯ à®®à¯à®±à¯à®®à¯ '%s'à® à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "à®à¯à®ªà¯à®ªà¯ '%s'à® à®®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
@@ -3809,11 +4311,7 @@ msgstr "%s à®à®¾à®¤à®©à®¤à¯à®¤à¯ à®®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
msgid "cannot remove PV device '%s'"
msgstr "ttyPidFile %s஠நà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "பà¯à®¤à®¿à®¤à®¾à® à®à®°à¯à®µà®¾à®à¯à®à®ªà¯à®ªà®à¯à® தà¯à®à¯à®¤à®¿ '%s'à® à®à®¾à®£ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
@@ -3826,164 +4324,169 @@ msgstr "விà®à¯à®ªà®à¯à® auth பà¯à®°à®µà®²à®©à¯ மதிபà¯à®ª
msgid "missing auth passwd attribute"
msgstr "விà®à¯à®ªà®à¯à® auth passwd மதிபà¯à®ªà¯à®°à¯"
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr "தவறான à®à®£à¯à®® à®®à¯à®±à¯à®®à¯"
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr "தவறான à®à®°à®¿à®®à¯à®¯à®¾à®³à®°à¯ à®à®°à¯à®ªà¯à®ªà®à®¿"
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr "தவறான à®à¯à®´à¯ à®à®°à¯à®ªà¯à®ªà®à®¿"
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ à®°à¯à®à¯ à®à®°à¯à®ªà¯à®ªà®à®¿"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ à®à¯à®®à®¿à®ªà¯à®ªà® தà¯à®à¯à®¤à®¿ வà®à¯ %d"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "விà®à¯à®ªà®à¯à® பà¯à®¯à®°à¯ à®à®°à¯à®ªà¯à®ªà®à®¿"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr "uuidà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ auth வà®à¯ '%s'"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "விà®à¯à®ªà®à¯à® à®®à¯à®² பà¯à®°à®µà®²à®©à¯ பà¯à®¯à®°à¯"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "à®®à¯à®² à®à®¾à®¤à®©à®à¯à®à®³à®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ பிரிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "விà®à¯à®ªà®à¯à® à®®à¯à®² à®à®¾à®¤à®© பாதà¯"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "விà®à¯à®ªà®à¯à® à®®à¯à®² பாதà¯"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ auth வà®à¯ '%s'"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "விà®à¯à®ªà®à¯à® à®à®²à®à¯à®à¯ பாதà¯"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤ பà¯à®²à¯ வà®à®¿à®µà®®à¯ %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à®¾à®¤ பà¯à®²à¯ வà®à¯"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr "விà®à¯à®ªà®à¯à® à®à®°à®¿à®®à¯à®¯à®¾à®³à®°à¯ à®à®°à¯à®ªà¯à®ªà®à®¿"
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "விà®à¯à®ªà®à¯à® à®°à¯à®à¯ à®à®°à¯à®ªà¯à®ªà®à®¿"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ à®
ளவ௠யà¯à®©à®¿à®à¯à®à®³à¯ '%s'"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr "தவறான à®à¯à®³à¯à®³à®³à®µà¯ à®à®°à¯à®ªà¯à®ªà®à®¿"
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr "à®à¯à®³à¯à®³à®³à®µà¯ à®à®°à¯à®ªà¯à®ªà®à®¿ மதிபà¯à®ªà¯ மி஠நà¯à®³à®®à¯"
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ à®°à¯à®à¯ à®à®°à¯à®ªà¯à®ªà®à®¿"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "விà®à¯à®ªà®à¯à® பà¯à®¯à®°à¯ à®à®°à¯à®ªà¯à®ªà®à®¿"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr "விà®à¯à®ªà®à¯à® à®à¯à®³à¯à®³à®³à®µà¯ à®à®°à¯à®ªà¯à®ªà®à®¿"
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ auth வà®à¯ '%s'"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, fuzzy, c-format
msgid "unknown volume format number %d"
msgstr "தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤ தà¯à®à¯à®¤à®¿ வà®à®¿à®µà®®à¯ %d"
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "à®à®à¯à®à®®à¯ à®
à®à¯à®µà¯ %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà¯ பாதà¯à®¯à¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr "autostart à®à®£à¯à®ªà¯à®ªà¯ பாத௠à®à®°à¯à®µà®¾à®à¯à®à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr "XMLà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà¯ %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà¯ %sà® à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà¯ %sà® à®à¯à®®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "%sà®à¯à®à¯ à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà¯ à®à®²à¯à®²à¯"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "%sà®à¯à®à¯ à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ நà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr "uuidà®à®à®©à¯ பà¯à®²à¯ பà¯à®°à¯à®¨à¯à®¤à®µà®¿à®²à¯à®²à¯"
@@ -3991,17 +4494,17 @@ msgstr "uuidà®à®à®©à¯ பà¯à®²à¯ பà¯à®°à¯à®¨à¯à®¤à®µà®¿à®²à¯à®²à¯"
msgid "no pool with matching name"
msgstr "பà¯à®²à¯ பà¯à®°à¯à®¤à¯à®¤à®®à®¾à®© பà¯à®¯à®°à¯ பà¯à®±à¯à®±à®¿à®°à¯à®à¯à®à®µà®¿à®²à¯à®²à¯"
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr "à®à¯à®®à®¿à®à¯à®à®ªà¯à®ªà®à¯à® பà¯à®²à¯ à®à®±à¯à®à®©à®µà¯ à®à®³à¯à®³à®©"
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯ à®à®²à¯à®²à®¾à®®à®²à¯ பà¯à®°à¯à®¨à¯à®¤à¯à®®à¯ uuid"
@@ -4009,61 +4512,61 @@ msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯ à®à®²à¯à®²à®¾à®®à®²à¯ பà¯à®°
msgid "pool is still active"
msgstr "பà¯à®²à¯ à®à®©à¯à®©à¯à®®à¯ à®à¯à®¯à®²à¯à®ªà®¾à®à¯à®à®¿à®²à¯ à®à®³à¯à®³à®¤à¯"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr "பà¯à®²à¯ à®à®±à¯à®à®©à®µà¯ à®à¯à®¯à®²à®¿à®²à¯ à®à®³à¯à®³à®¤à¯"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯ à®à®±à¯à®à®©à®µà¯ à®à¯à®¯à®²à®¿à®²à¯ à®à®³à¯à®³à®¤à¯"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr "à®à¯à®®à®¿à®à¯à®à®ªà¯à®ªà®à¯à® பà¯à®²à¯ à®à¯à®¯à®²à¯à®ªà®¾à®à¯à®à®¿à®²à¯ à®à®²à¯à®²à¯"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr "à®à¯à®®à®¿à®à¯à®à®ªà¯à®ªà®à¯à® பà¯à®²à¯ à®à¯à®¯à®²à¯à®ªà®¾à®à¯à®à®¿à®²à¯ à®à®³à¯à®³à®¤à¯"
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr "பà¯à®²à¯ தà¯à®à¯à®¤à®¿ à®
ழிதà¯à®¤à®²à¯à®à¯à®à¯ தà¯à®£à¯à®ªà¯à®°à®¿à®µà®¤à®¿à®²à¯à®²à¯"
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "பà¯à®²à¯ à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà®¿à®©à¯ பà¯à®±à¯à®±à®¿à®°à¯à®à¯à®à®µà®¿à®²à¯à®²à¯"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® vol பà¯à®°à¯à®¨à¯à®¤à¯à®®à¯ பà¯à®¯à®°à®¿à®²à¯ à®à®²à¯à®²à¯"
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® vol பà¯à®°à¯à®¨à¯à®¤à¯à®®à¯ விà®à¯à®¯à®¿à®²à¯ à®à®²à¯à®²à¯"
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® vol பà¯à®°à¯à®¨à¯à®¤à¯à®®à¯ பாத௠à®à®²à¯à®²à¯"
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® தà¯à®à¯à®¤à®¿ à®à®±à¯à®à®©à®µà¯ à®à®³à¯à®³à®¤à¯"
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯ தà¯à®à¯à®¤à®¿ à®à®°à¯à®µà®¾à®à¯à®à®¤à¯à®¤à®¿à®±à¯à®à¯ தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯ தà¯à®à¯à®¤à®¿ à®
ழிதà¯à®¤à®²à¯à®à¯à®à¯ தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "நாளின௠நà¯à®°à®¤à¯à®¤à¯à®ªà¯ பà¯à®±à¯à®à®¿à®±à®¤à¯"
@@ -4120,155 +4623,155 @@ msgstr "à®®à¯à®©à¯ à®à¯à®¯à®±à¯à®à®³à®ªà¯ பà®à¯à®à®¿à®¯à®²à¯"
msgid "resolving domain filename"
msgstr "à®à¯à®¯à®±à¯à®à®³ à®à¯à®ªà¯à®ªà¯à®ªà¯à®ªà¯à®¯à®°à¯ à®®à¯à®à®¿à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "à®®à¯à®©à¯ à®à¯à®¯à®±à¯à®à®³à®ªà¯ பà®à¯à®à®¿à®¯à®²à¯"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "பிணà¯à®¯ à®à¯à®ªà¯à®ªà¯à®ªà¯à®ªà¯à®¯à®°à¯ à®®à¯à®à®¿à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "à®®à¯à®©à¯ à®à¯à®¯à®±à¯à®à®³à®ªà¯ பà®à¯à®à®¿à®¯à®²à¯"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "à®à¯à®¯à®±à¯à®à®³ à®à¯à®ªà¯à®ªà¯à®ªà¯à®ªà¯à®¯à®°à¯ à®®à¯à®à®¿à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: à®à®°à¯ பாதà¯à®¯à¯ à®à¯à®à¯à®à¯à®à®µà¯à®®à¯ à®
லà¯à®²à®¤à¯ test:///default ஠பயனà¯à®ªà®à¯à®¤à¯à®¤à®µà¯à®®à¯"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "à®à¯à®ªà¯à®ªà¯ '%s'à® à®®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®²à¯à®²à¯"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®¯à®à¯à®à®µà®¿à®²à¯à®²à¯"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "à®®à¯à®à¯à®à®¾à®¤à®°à®µà¯à®à¯à®à¯ à®à®à®®à¯ à®à®²à¯à®²à¯"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®©à¯ நிலà¯à®¯à¯ à®à¯à®ªà¯à®ªà®¾à® à®à¯à®®à®¿à®à¯à®à®µà¯à®®à¯"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®©à¯ நிலà¯à®¯à¯ à®à¯à®ªà¯à®ªà®¾à® à®à¯à®®à®¿à®à¯à®à®µà¯à®®à¯"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "à®à¯à®¯à®±à¯à®à®³ à®à®°à¯à®µà¯ வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/test.c:1295
+#: src/test.c:1292
#, fuzzy, c-format
msgid "incomplete save header in '%s'"
msgstr "à®®à¯à®à®¿à®µà®¿à®²à¯à®²à®¾à®¤ à®à¯à®®à®¿ தலà¯à®ªà¯à®ªà¯"
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr "பà¯à®°à¯à®¤à¯à®¤à®®à®¿à®²à¯à®²à®¾à®¤ தலà¯à®ªà¯à®ªà¯ à®®à¯à®à®¿à®à¯"
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "à®®à¯à®à¯à®à®¾ தரவ௠à®à®£à¯à®£à®¿à®à¯à®à¯à®¯à¯ வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr "à®®à¯à®à¯à®à®¾ தரவின௠à®à®£à¯à®£à®¿à®à¯à®à¯ à®
திà®à®®à®¾à® à®à®³à¯à®³à®¤à¯"
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "à®®à¯à®à®¿à®¯à®¾à®¤ metdata"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s %s à®à®²à¯ à®à¯à®®à®¿à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "%s: பதிவ௠à®à¯à®ªà¯à®ªà®¿à®©à¯ à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s %s à®à®²à¯ à®à¯à®®à®¿à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr "à®à®°à¯à®à¯à®à¯à®®à¯ à®
à®±à¯à®à®³à¯à®à¯à®à¯ வரமà¯à®ªà¯ à®®à¯à®±à®¿à®¯à®¤à¯"
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®±à¯à®à®©à®µà¯ à®à®¯à®à¯à®à®¤à¯à®¤à®¿à®²à¯ à®à®³à¯à®³à®¤à¯"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®©à¯à®©à¯à®®à¯ à®à®¯à®à¯à®à¯à®à®¿à®±à®¤à¯"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "பிணà¯à®¯à®®à¯ à®à®©à¯à®©à¯à®®à¯ à®à®¯à®à¯à®à¯à®à®¿à®±à®¤à¯"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "பிணà¯à®¯à®®à¯ à®à®±à¯à®à®©à®µà¯ à®à®¯à®à¯à®à®¤à¯à®¤à®¿à®²à¯ à®à®³à¯à®³à®¤à¯"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯ à®à®±à¯à®à®©à®µà¯ à®à¯à®¯à®²à®¿à®²à¯ à®à®³à¯à®³à®¤à¯"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "à®à¯à®®à®¿à®à¯à®à®ªà¯à®ªà®à¯à® பà¯à®²à¯ à®à¯à®¯à®²à¯à®ªà®¾à®à¯à®à®¿à®²à¯ à®à®²à¯à®²à¯"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® vol பà¯à®°à¯à®¨à¯à®¤à¯à®®à¯ பà¯à®¯à®°à®¿à®²à¯ à®à®²à¯à®²à¯"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® vol பà¯à®°à¯à®¨à¯à®¤à¯à®®à¯ விà®à¯à®¯à®¿à®²à¯ à®à®²à¯à®²à¯"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® vol பà¯à®°à¯à®¨à¯à®¤à¯à®®à¯ பாத௠à®à®²à¯à®²à¯"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4283,155 +4786,160 @@ msgstr "à®à®´à¯à®¤à¯à®¤à¯ à®à®¾à®¤à®©à®¤à¯à®¤à®¿à®±à¯à®à¯ à®à®à®¤à¯
msgid "unsupported chr device type %d"
msgstr "தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤ à®à®³à¯à®³à¯à®à¯ à®à®¾à®¤à®© வà®à¯ %s"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "close-on-exec à®à¯à®ªà¯à®ªà¯ விவரிபà¯à®ªà®¿ à®à¯à®à®¿à®¯à¯ à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "பாலம௠தà¯à®£à¯à®¯à¯ தà¯à®µà®à¯à® விலà¯à®²à¯: %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "à®
à®à¯à®µà¯ %sà® à®à®°à¯à®µà®¾à®à¯à® : %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "qemudStartup: நினà¯à®µà®à®®à¯ பà¯à®¤à®µà®¿à®²à¯à®²à¯"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "logfile %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "%sதிறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "à®
மரà¯à®µà¯ à®à®¾à®£ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "à®à¯à®ªà¯à®ªà¯ à®®à¯à®±à¯à®®à¯ '%s'à® à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "%s஠வாà®à®¿à®à¯à® à®à®¯à®²à®µà®¿à®²à¯à®²à¯: %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "dir %s஠வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "QEMU à®à®°à¯à®®à®¤à¯à®¤à¯ à®à®¾à®£ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ %s: %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "à®à®à¯à®à®³à¯à®à¯à®à¯ à®à®¾à®¤à¯à®¤à®¿à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®¾à®¤ pid, damn பà¯à®±à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "%s஠வாà®à®¿à®à¯à® à®à®¯à®²à®µà®¿à®²à¯à®²à¯: %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "à®à¯à®¯à®²à®¿à®²à¯à®³à¯à®³ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®
ழிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "%s஠வாà®à®¿à®à¯à® à®à®¯à®²à®µà®¿à®²à¯à®²à¯: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "à®à¯à®ªà¯à®ªà¯ '%s'à® à®®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "பà¯à®ªà¯à®ªà¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "பà¯à®ªà¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "à®à¯à®¯à¯ à®à¯à®¯à®²à¯ பிà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "à®à¯à®ªà¯à®ªà¯ '%s'஠தà¯à®£à¯à®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "தலà¯à®ªà¯à®ªà¯%s à®à®¾à®¤à®©à®¤à¯à®¤à¯ à®à®°à®¿à®à¯à®¯à¯à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ "
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "%s à®
à®à¯à®µà®¿à®±à¯à®à¯ தானியà®à¯à®à®¿ தà¯à®µà®à¯à®à®¤à¯à®¤à¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®¾à®¤à¯: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "பà¯à®°à®µà®²à®©à¯ பà¯à®¯à®°à¯ strdup à®à¯à®¯à¯à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "பà¯à®°à®µà®²à®©à¯ பà¯à®¯à®°à¯ strdup à®à¯à®¯à¯à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "பà¯à®°à®µà®²à®©à¯ பà¯à®¯à®°à¯ strdup à®à¯à®¯à¯à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "à®à¯à®ªà¯à®ªà¯ '%s'஠விரிவாà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "வாà®à®¿à®¤à¯à®¤à®²à¯ பிழà¯: %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "uid '%d'à®à¯à®à¯ பயனர௠பதிவ௠à®à®¾à®£ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
@@ -4441,19 +4949,24 @@ msgstr "uid '%d'à®à¯à®à¯ பயனர௠பதிவ௠à®à®¾à®£ à®®à¯à®
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr "pseudorandom UUIDà®à¯à®à¯ தà¯à®²à¯à®µà®¿, à®à¯à®±à®¿à®ªà¯à®ªà®¿à®²à¯à®²à®¾ பà¯à®à¯à®à¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "தà¯à®°à®¿à®¯à®¾à®¤ பிழà¯"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "à®
à®à¯à®à¯ à®à®¤à®µà®¿"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "à®®à¯à®´à¯à®®à¯à®¯à®¾à®© à®à®¤à®µà®¿ à®
லà¯à®²à®¤à¯ à®à®à¯à®à®³à¯ à®à¯à®±à®¿à®ªà¯à®ªà®¿à®à¯à® à®à®¤à®µà®¿à®¯à¯ à®
à®à¯à®à®¿à®à¯à®à®¿à®±à®¤à¯."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "à®à®à¯à®à®³à¯à®¯à®¿à®©à¯ பà¯à®¯à®°à¯"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4461,614 +4974,626 @@ msgstr ""
"à®à®à¯à®à®³à¯à®à®³à¯:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "à®à®°à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ தானா஠தà¯à®µà®à¯à®à®µà¯à®®à¯."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "தானா஠தà¯à®µà®à¯à® à®à®°à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à®à¯à®à®®à¯à®à¯à®à®µà¯à®®à¯."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®©à¯ பà¯à®¯à®°à¯, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "தானா஠தà¯à®µà®à¯à®à¯à®¤à®²à¯ à®à¯à®¯à®²à¯à®¨à¯à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s ஠தானா஠தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "%s à®à¯à®à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ தானா஠தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s தானா஠தà¯à®µà®à¯à® à®à¯à®±à®¿à®à¯à®à®ªà¯à®ªà®à¯à®à¯à®³à¯à®³à®¤à¯\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s தானா஠தà¯à®µà®à¯à® à®à¯à®±à®¿à®à¯à®à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "hypervisor à®à®à®©à¯ (மறà¯)à®à®£à¯à®ªà¯à®ªà¯ à®à¯à®¯à¯à®¯à®ªà¯à®ªà®à¯à®à®¿à®±à®¤à¯"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"à®à®³à¯à®³à®®à¯ hypervisor à®à®à®©à¯ à®à®£à¯à®à¯à®à®¿à®±à®¤à¯. à®à®¤à¯ à®·à¯à®²à¯ தà¯à®µà®à¯à®à®¤à¯à®¤à®¿à®²à¯ à®à®³à¯ à®à®à¯à®à®ªà¯à®ªà®à¯à® à®à®à¯à®à®³à¯à®¯à®¾à®à¯à®®à¯."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor à®à®£à¯à®ªà¯à®ªà¯ URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "வாà®à®¿à®ªà¯à®ªà¯ à®®à®à¯à®à¯à®®à¯ à®à®£à¯à®ªà¯à®ªà¯à®à®³à¯"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "hypervisor à®à®²à®¿à®°à¯à®¨à¯à®¤à¯ தà¯à®£à¯à®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "hypervisor à®à®à®©à¯ à®à®£à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "விரà¯à®¨à¯à®¤à®¿à®©à®°à¯ பணியà®à®¤à¯à®¤à¯à®à®©à¯ à®à®£à¯à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "விரà¯à®¨à¯à®¤à®¿à®©à®°à¯à®à¯à®à¯ à®®à¯à®¯à¯à®¨à®¿à®à®°à¯ தà¯à®à®°à¯ பணியà®à®¤à¯à®¤à¯ à®à®£à¯à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®±à¯à®à¯ பணியà®à®®à¯ à®à®¤à¯à®µà¯à®®à¯ à®à®²à¯à®²à¯\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "பணியà®à®®à¯ à®à®¨à¯à®¤ தளதà¯à®¤à®¿à®²à¯ à®à¯à®¯à®²à¯à®ªà®à¯à®¤à¯à®¤à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "à®à¯à®¯à®±à¯à®à®³ பà®à¯à®à®¿à®¯à®²à¯"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "à®à¯à®¯à®±à¯à®à®³à®à¯à®à®³à®¿à®©à¯ பà®à¯à®à®¿à®¯à®²à¯ à®à¯à®à¯à®à¯à®à®¿à®±à®¤à¯."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "à®à¯à®¯à®²à®¿à®²à®¿à®²à¯à®²à®¾à®¤ à®à¯à®¯à®±à¯à®à®³à®à¯à®à®³à¯ பà®à¯à®à®¿à®¯à®²à®¿à®à®µà¯à®®à¯"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "à®à¯à®¯à®²à®±à¯à®± & à®à¯à®¯à®²à®¿à®²à¯à®³à¯à®³ à®à¯à®¯à®±à¯à®à®³à®à¯à®à®³à¯ பà®à¯à®à®¿à®¯à®²à®¿à®à®µà¯à®®à¯"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "à®à¯à®¯à®²à®¿à®²à¯à®³à¯à®³ à®à¯à®¯à®±à¯à®à®³à®à¯à®à®³à¯ பà®à¯à®à®¿à®¯à®²à®¿à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "à®à¯à®¯à®²à®±à¯à®± à®à¯à®¯à®±à¯à®à®³à®à¯à®à®³à¯ பà®à¯à®à®¿à®¯à®²à®¿à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "பà¯à®¯à®°à¯"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "நிலà¯"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "நிலà¯à®¯à®¿à®²à¯à®²à¯"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "à®à¯à®¯à®±à¯à®à®³ நிலà¯"
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr "à®à®°à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®©à¯ நிலà¯à®¯à¯ à®à¯à®à¯à®à¯à®à®¿à®±à®¤à¯"
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "à®à®¾à®¤à®© தà¯à®à¯à®¤à®¿ நிலà¯à®¯à¯ à®à®°à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®±à¯à®à¯ பà¯à®±à¯à®à®¿à®±à®¤à¯"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "à®à®¯à®à¯à®à¯à®®à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®©à¯ நிலà¯à®¯à¯ à®à¯à®à¯à®à¯à®à®¿à®±à®¤à¯."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "தà®à¯à®à¯à®à®ªà¯à®ªà®à¯à® à®à®¾à®¤à®©à®®à¯"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "%s %s à®à¯à®à¯ தà¯à®à¯à®¤à®¿à®¯à¯ à®à¯à®®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "பிணà¯à®¯ à®®à¯à®à®ªà¯à®ªà¯ நிலà¯à®¯à¯ à®à®°à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®±à¯à®à¯à®ªà¯ பà¯à®±à¯à®à®¿à®±à®¤à¯"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "à®à®¯à®à¯à®à¯à®®à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®©à¯ நிலà¯à®¯à¯ à®à¯à®à¯à®à¯à®à®¿à®±à®¤à¯."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "à®®à¯à®à®ªà¯à®ªà¯ à®à®¾à®¤à®©à®®à¯"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "à®®à¯à®à®ªà¯à®ªà¯ நில௠%s %s஠பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®©à¯ தறà¯à®à®¾à®²à®¿à® நிறà¯à®¤à¯à®¤à®®à¯"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "à®à®¯à®à¯à®à®¤à¯à®¤à®¿à®²à¯à®³à¯à®³ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®©à¯ தறà¯à®à®¾à®²à®¿à® நà¯à®à¯à®à®®à¯."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s தறà¯à®à®¾à®²à®¿à®à®®à®¾à® நிறà¯à®¤à¯à®¤à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s஠தறà¯à®à®¾à®²à®¿à®à®®à®¾à® நிறà¯à®¤à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "XML à®à¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à®°à¯à®µà®¾à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à®°à¯à®µà®¾à®à¯à®à®µà¯à®®à¯."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "XML à®à¯à®¯à®±à¯à®à®³ விளà®à¯à®à®¤à¯à®¤à¯ à®à¯à®£à¯à®à¯à®³à¯à®³ à®à¯à®ªà¯à®ªà¯"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s %sலிரà¯à®¨à¯à®¤à¯ à®à®°à¯à®µà®¾à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr " %s லிரà¯à®¨à¯à®¤à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "à®à®°à¯ XML à®à¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ à®à®°à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ வரà¯à®¯à®±à¯à®à¯à®à®µà¯à®®à¯ (à®à®©à®¾à®²à¯ à®à®°à®®à¯à®ªà®¿à®à¯à® வà¯à®£à¯à®à®¾à®®à¯)"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ வரà¯à®¯à®±à¯à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s %sலிரà¯à®¨à¯à®¤à¯ வரà¯à®¯à®±à¯à®à¯à®à®µà¯à®®à¯\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr " %s லிரà¯à®¨à¯à®¤à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ வரà¯à®¯à®±à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤ à®à®°à¯ à®à¯à®¯à®²à®±à¯à®± à®à¯à®¯à®±à¯à®à®³à®®à¯"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "à®à®°à¯ à®à¯à®¯à®²à®±à¯à®± à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®±à¯à®à¯ வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤ à®à®à¯à®à®®à¯à®ªà¯à®ªà¯."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "à®à¯à®¯à®±à¯à®à®³à®ªà¯ பà¯à®¯à®°à¯ à®
லà¯à®²à®¤à¯ uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s஠வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤à®¤à¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "à®à®°à¯ à®à¯à®¯à®²à®±à¯à®± à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à®°à®®à¯à®ªà®¿à®à¯à®à®µà¯à®®à¯ (à®®à¯à®©à¯à®ªà¯ வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯)"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "à®à®°à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ தà¯à®µà®à¯à®à®µà¯à®®à¯."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "à®à¯à®¯à®²à®±à¯à®± à®à¯à®¯à®±à¯à®à®³à®ªà¯ பà¯à®¯à®°à¯"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®±à¯à®à®©à®µà¯ à®à¯à®¯à®²à®¿à®²à¯ à®à®³à¯à®³à®¤à¯"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s தà¯à®à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s ஠தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®©à¯ நிலà¯à®¯à¯ à®à¯à®ªà¯à®ªà®¾à® à®à¯à®®à®¿à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "à®à®¯à®à¯à®à¯à®®à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à¯à®®à®¿à®à¯à®à®µà¯à®®à¯."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "தரவின௠à®à®à¯à®à¯ à®à¯à®®à®¿à®à¯à® வà¯à®£à¯à®à¯à®®à¯"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s %s à®à®²à¯ à®à¯à®®à®¿à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "%s லிரà¯à®¨à¯à®¤à¯ %s à®à¯à®à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à¯à®®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "திà®à¯à®à®®à®¿à®à¯à®®à¯ மதிபà¯à®ªà¯à®à®³à¯ à®à®¾à®à¯à®à¯à®¤à®²à¯/à®
à®®à¯à®¤à¯à®¤à®²à¯"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "திà®à¯à®à®®à®¿à®à¯à®®à¯ மதிபà¯à®ªà¯à®à®³à¯ à®à®¾à®à¯à®à¯à®¤à®²à¯/à®
à®®à¯à®¤à¯à®¤à®²à¯."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "மதிபà¯à®ªà¯ à®à®¤à¯à®à¯à®à¯"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "XEN_CREDIT à®à®©à¯ à®à®à¯"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "XEN_CREDIT à®à¯à®à¯ cap"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "தவறான நிற௠à®
ளவ௠"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "தவறான à®à¯à®ªà¯ மதிபà¯à®ªà¯"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "தவறான à®à¯à®ªà¯ மதிபà¯à®ªà¯"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "திà®à¯à® à®®à¯à®²à®¾à®³à®°à¯"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤à®¤à¯"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "à®à®°à¯ à®à¯à®ªà¯à®ªà®¿à®²à¯ à®à¯à®®à®¿à®à¯à®à®ªà¯à®ªà®à¯à® நிலà¯à®¯à®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ à®à®°à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®®à¯à®à¯à®à¯à®à¯à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®®à¯à®à¯à®à¯à®à¯à®à¯à®à®µà¯à®®à¯."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "நிலà¯à®¯à®¿à®©à¯ à®®à¯à®à¯à®à¯à®à¯à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "%sலிரà¯à®¨à¯à®¤à¯ à®à¯à®¯à®±à¯à®à®³à®®à¯ à®®à¯à®à¯à®à¯à®à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "%s லிரà¯à®¨à¯à®¤à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®®à¯à®à¯à®à¯à®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à®¯à¯à®µà¯ à®à¯à®¯à¯à®¯ à®à®°à¯ à®à¯à®ªà¯à®ªà®¿à®²à¯ à®à¯à®°à¯ à®à¯à®®à®¿à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "à®à®°à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à¯à®°à®¿à®²à¯ à®à¯à®®à®¿à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "à®à¯à®°à¯ à®à®à¯à®à¯ à®à¯à®®à®¿à®à¯à® வà¯à®£à¯à®à¯à®®à¯"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s %s à®à®²à¯ à®à¯à®®à®¿à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "%s லிரà¯à®¨à¯à®¤à¯ %s à®à¯à®à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à¯à®°à¯ à®à¯à®®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "à®à®°à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®®à¯à®£à¯à®à¯à®®à¯ தà¯à®à®à¯à®à¯à®à®¿à®±à®¤à¯"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "à®®à¯à®©à¯à®ªà¯ தறà¯à®à®¾à®²à®¿à®à®®à®¾à® நிறà¯à®¤à¯à®¤à®ªà¯à®ªà®à¯à® à®à¯à®¯à®±à¯à®à®³à¯à®®à¯ à®®à¯à®£à¯à®à¯à®®à¯ தà¯à®à®°à®ªà¯à®ªà®à¯à®à®¿à®±à®¤à¯."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s à®®à¯à®£à¯à®à¯à®®à¯ தà¯à®à®°à®ªà¯à®ªà®à¯à®à®¿à®±à®¤à¯\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %sà® à®®à¯à®£à¯à®à¯à®®à¯ தà¯à®à®° à®à¯à®¯à¯à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "à®à®°à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ பணிநிறà¯à®¤à¯à®¤à®®à¯ à®à¯à®¯à¯à®¯à®µà¯à®®à¯"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "à®à®²à®à¯à®à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®²à¯ பணிநிறà¯à®¤à¯à®¤à®¤à¯à®¤à¯ à®à®¯à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s பணி நிறà¯à®¤à¯à®¤à®®à¯ à®à¯à®¯à¯à®¯à®ªà¯à®ªà®à¯à®à®¿à®±à®¤à¯\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s஠பணி நிறà¯à®¤à¯à®¤à®®à¯ à®à¯à®¯à¯à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "à®à®°à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ மற௠தà¯à®µà®à¯à®à®®à¯ à®à¯à®¯à¯à®à®¿à®±à®¤à¯"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "à®à®²à®à¯à®à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®²à¯ மற௠தà¯à®µà®à¯à® à®à®à¯à®à®³à¯à®¯à¯ à®à®¯à®à¯à®à®µà¯à®®à¯."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s மற௠தà¯à®µà®à¯à®à®ªà¯à®ªà®à¯à®à®¿à®±à®¤à¯\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s஠மற௠தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "à®à®°à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à¯à®¤à®ªà¯à®ªà®à¯à®¤à¯à®¤à®µà¯à®®à¯"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "à®à¯à®à¯à®à¯à®à®ªà¯à®ªà®à¯à® à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à¯à®¤à®ªà¯à®ªà®à¯à®¤à¯à®¤à®µà¯à®®à¯."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s à®à¯à®¤à®ªà¯à®ªà®à¯à®¤à¯à®¤à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %sà® à®à¯à®¤à®ªà¯à®ªà®à¯à®¤à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "à®à¯à®¯à®±à¯à®à®³ தà®à®µà®²à¯"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ பறà¯à®±à®¿à®¯ à®
à®à®¿à®ªà¯à®ªà®à¯ தà®à®µà®²à¯ à®à¯à®à¯à®à¯à®à®¿à®±à®¤à¯."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "பà¯à®¯à®°à¯:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS வà®à¯:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "நிலà¯:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU நà¯à®°à®®à¯:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "à®
திà®à®ªà®à¯à® நினà¯à®µà®à®®à¯:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "வரà¯à®¯à®±à¯ à®à®²à¯à®²à¯"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "பயனà¯à®ªà®à¯à®¤à¯à®¤à®ªà¯à®ªà®à¯à® நினà¯à®µà®à®®à¯:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
msgid "Autostart:"
msgstr "தானா஠தà¯à®µà®à¯à®à®®à¯:"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr "à®à¯à®¯à®²à¯à®ªà®à¯à®¤à¯à®¤à¯"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr "à®à¯à®¯à®²à¯à®¨à¯à®à¯à®à®®à¯"
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "NUMA வà¯à®±à¯à®±à¯ நினà¯à®µà®à®®à¯"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "à®à®¾à®à¯à®à®¿ NUMA à®
à®±à¯à®à¯à®à¯ நினà¯à®µà®à®¤à¯à®¤à¯ வà¯à®±à¯à®±à®¾à®à¯à®à¯à®à®¿à®±à®¤à¯."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "NUMA à®à¯à®²à¯ à®à®£à¯"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "à®®à¯à®¤à¯à®¤à®®à¯"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "vcpu à®à¯à®¯à®±à¯à®à®³ தà®à®µà®²à¯"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ à®®à¯à®¯à¯à®¨à®¿à®à®°à¯ CPUà®à®³à¯ பறà¯à®±à®¿à®¯ à®
à®à®¿à®ªà¯à®ªà®à¯ தà®à®µà®²à¯ à®à¯à®à¯à®à¯à®à®¿à®±à®¤à¯."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU :"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU :"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ shut off, à®®à¯à®¯à¯à®¨à®¿à®à®°à¯ CPUs à®à®²à¯à®²à¯."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "à®à¯à®¯à®±à¯à®à®³ vcpu à®à®±à®µà®¿à®©à¯ à®à®à¯à®à¯à®ªà¯à®ªà®à¯à®¤à¯à®¤à®µà¯à®®à¯"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin à®à¯à®¯à®±à¯à®à®³ VCPUà®à®³à¯ பரà¯à®¨à®¿à®²à¯ CPUà®à®³à¯ நிறà¯à®µà¯à®à®¿à®±à®¤à¯."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu à®à®£à¯"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "பà¯à®°à®µà®²à®©à¯ cpu à®à®£à¯(à®à®³à¯) (à®
à®°à¯à®ªà¯à®ªà¯à®³à¯à®³à®¿à®¯à®¾à®²à¯ பிரிà®à¯à®à®ªà¯à®ªà®à¯à®à¯à®³à¯à®³à®¤à¯)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr "vcpupin: தவறான à®
லà¯à®²à®¤à¯ விà®à¯à®ªà®à¯à® vCPU à®à®£à¯."
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr "vcpupin: விà®à¯à®ªà®à¯à® cpulist"
-#: src/virsh.c:1765
+#: src/virsh.c:1814
msgid "vcpupin: failed to get domain informations."
msgstr "vcpupin: à®à¯à®¯à®±à¯à®à®³ தà®à®µà®²à¯à®à®³à¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin: தவறான vCPU à®à®£à¯."
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: தவறான வà®à®¿à®µà®®à¯. வà¯à®±à¯à®±à¯ à®à®°à®®à¯."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr "cpulist: %s: தவறான வà®à®¿à®µà®®à¯. %dà®à®²à¯ தà®à®®à®¤à¯à®¤à¯ à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®¿à®±à®¤à¯ ('%c' à®
à®°à¯à®à®¿à®²à¯)."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5077,1349 +5602,1407 @@ msgstr ""
"cpulist: %s: தவறான வà®à®¿à®µà®®à¯. %dà®à®²à¯ தà®à®®à®®à¯ à®
லà¯à®²à®¤à¯ à®à¯à®®à®¾à®µà¯ à®à®¤à®¿à®°à¯à®ªà¯à®ªà®¾à®°à¯à®à¯à®à®¿à®±à®¤à¯ ('%c' "
"à®
à®°à¯à®à®¿à®²à¯)."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: தவறான வà®à®¿à®µà®®à¯. Trailing comma %dà®à®²à¯ à®à®³à¯à®³à®¤à¯."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "பரà¯à®¨à®¿à®²à¯ CPU %d à®à®²à¯à®²à¯."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr " CPUà®à®³à¯ à®®à¯à®¯à¯à®¨à®¿à®à®°à¯ à®à®£à¯à®£à®¿à®à¯à®à¯à®¯à¯ மாறà¯à®±à®µà¯à®®à¯"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "விரà¯à®¨à¯à®¤à®¿à®©à®°à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®²à¯ à®à¯à®¯à®²à®¿à®²à¯à®³à¯à®³ à®®à¯à®¯à¯à®¨à®¿à®à®°à¯ CPUà®à¯à®à®³à®¿à®©à¯ à®à®£à¯à®£à®¿à®à¯à®à¯à®¯à¯ மாறà¯à®±à®µà¯à®®à¯"
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "à®®à¯à®¯à¯à®¨à®¿à®à®°à¯ CPUà®à®³à®¿à®©à¯ à®à®£à¯à®£à®¿à®à¯à®à¯"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "à®®à¯à®¯à¯à®¨à®¿à®à®°à¯ CPUà®à®³à®¿à®©à¯ தவறான à®à®£à¯à®£à®¿à®à¯à®à¯."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "நிறà¯à®¯ à®®à¯à®¯à¯à®¨à®¿à®à®°à¯ CPUà®à®³à¯ à®à®³à¯à®³à®©."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "நினà¯à®µà® à®à®¤à¯à®à¯à®à¯à®à¯à®à¯ மாறà¯à®±à®µà¯à®®à¯"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "விரà¯à®¨à¯à®¤à®¿à®©à®°à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®²à¯ நà®à®ªà¯à®ªà¯ நினà¯à®µà® à®à®¤à¯à®à¯à®à¯à®à¯à®à¯ மாறà¯à®±à®µà¯à®®à¯."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "நினà¯à®µà®à®¤à¯à®¤à®¿à®©à¯ à®à®¿à®²à¯à®ªà¯à®à¯à®à¯à®à®³à®¿à®©à¯ à®à®£à¯à®£à®¿à®à¯à®à¯"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "தவறான %dà®à®©à¯ நினà¯à®µà® à®
ளவ௠"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "MaxMemorySizeà® à®à®°à®¿à®ªà®¾à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "à®
திà®à®ªà®à¯à® நினà¯à®µà® வரà¯à®¯à®±à¯à®¯à¯ மாறà¯à®±à®µà¯à®®à¯"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "விரà¯à®¨à¯à®¤à®¿à®©à®°à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®²à¯ à®
திà®à®ªà®à¯à® நினà¯à®µà® à®à®¤à¯à®à¯à®à¯à®à¯à®à¯ மாறà¯à®±à®µà¯à®®à¯."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "à®
திà®à®ªà®à¯à® நினà¯à®µà® வரà¯à®¯à®±à¯ à®à®¿à®²à¯à®ªà¯à®à¯à®à¯à®à®³à®¿à®²à¯"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "நà®à®ªà¯à®ªà¯ MemorySizeà® à®à®°à®¿à®ªà®¾à®°à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "நà®à®ªà¯à®ªà¯ MemorySizeà® à®à¯à®±à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "MaxMemorySize஠மாறà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "à®®à¯à®©à¯ தà®à®µà®²à¯"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "à®®à¯à®©à¯ பறà¯à®±à®¿à®¯ à®
à®à®¿à®ªà¯à®ªà®à¯ தà®à®µà®²à¯ à®à¯à®à¯à®à¯à®à®¿à®±à®¤à¯"
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "à®®à¯à®©à¯ தà®à®µà®²à¯ பà¯à®±à¯à®µà®¤à®¿à®²à¯ தà¯à®²à¯à®µà®¿"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU மாதிர:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU à®
லà¯à®µà®°à®¿à®à¯:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU à®à®¾à®à¯à®à¯à®à¯(à®à®³à¯):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "à®à®¾à®à¯à®à¯à®à¯à®à¯à®à¯à®à®¾à®© à®à¯à®°à¯à®à®³à¯:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "à®à¯à®°à¯à®à¯à®à®¾à®© தà¯à®°à®à¯(à®à®³à¯):"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA à®à®²à®à¯à®à®³à¯:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "நினà¯à®µà® à®
ளவà¯:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "à®à¯à®¯à®²à¯à®¤à®¿à®±à®©à¯à®à®³à¯"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "hypervisor/à®à®¯à®à¯à®à®¿à®¯à®¿à®©à¯ à®à¯à®¯à®²à¯à®¤à®¿à®±à®©à¯ à®à¯à®à¯à®à¯à®à®¿à®±à®¤à¯."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "à®à¯à®¯à®²à¯à®¤à®¿à®±à®©à¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr " XML பறà¯à®±à®¿à®¯ à®à¯à®¯à®±à¯à®à®³ தà®à®µà®²à¯"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "XML dump லிரà¯à®¨à¯à®¤à¯ stdoutà®à¯à®à¯ à®à¯à®¯à®±à¯à®à®³ தà®à®µà®²à®¿à®©à¯ வà¯à®³à®¿à®¯à¯à®à¯."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "à®à¯à®¯à®²à®¿à®²à®¿à®²à¯à®²à®¾à®¤ à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®²à¯à®²à¯"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "à®à¯à®¯à®±à¯à®à®³ à®à®à®¿ à®
லà¯à®²à®¤à¯ UUIDà® à®à¯à®¯à®±à¯à®à®³ பà¯à®¯à®°à¯à®à¯à®à¯ மாறà¯à®±à®µà¯à®®à¯"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ id à®
லà¯à®²à®¤à¯ uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "à®à¯à®¯à®±à¯à®à®³ பà¯à®¯à®°à¯ மாறà¯à®±à®µà¯à®®à¯ à®
லà¯à®²à®¤à¯ UUID à® à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®à®¿à®à¯à®à¯ மாறà¯à®±à®µà¯à®®à¯"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "à®à¯à®¯à®±à¯à®à®³ பà¯à®¯à®°à¯ à®
லà¯à®²à®¤à¯ idà® à®à¯à®¯à®±à¯à®à®³à®®à¯ UUIDà®à¯à®à¯ மாறà¯à®±à®µà¯à®®à¯"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®à®¿ à®
லà¯à®²à®¤à¯ பà¯à®¯à®°à¯"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "UUID à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "வà¯à®±à¯ பà¯à®°à®µà®²à®©à¯à®à¯à®à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à®à®®à®¾à®±à¯à®±à®µà¯à®®à¯"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr "à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ வà¯à®±à¯ பà¯à®°à®µà®²à®©à¯à®à¯à®à¯ மாறà¯à®±à¯. --liveà® à®à¯à®°à¯à®à¯à®à®µà¯à®®à¯."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "நà¯à®°à®à®¿ à®à®à®®à¯à®ªà¯à®¯à®°à¯à®µà¯"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "à®à®£à¯à®ªà¯à®ªà¯ URI à®à®²à®à¯à®à¯ பà¯à®°à®µà®²à®©à¯"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "URI à®à®à®®à®¾à®±à¯à®±à®®à¯, பà¯à®¤à¯à®µà®¾à® தவிரà¯à®à¯à®à®ªà¯à®ªà®à¯à®®à¯"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "à®à®à®®à¯à®ªà¯à®¯à®°à¯à®µà¯: விà®à¯à®ªà®à¯à® desturi"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "à®à®°à¯ பிணà¯à®¯à®¤à¯à®¤à¯ தானா஠தà¯à®µà®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "தானா஠தà¯à®µà®à¯à® à®à®°à¯ பிணà¯à®¯à®¤à¯à®¤à¯à®à¯ à®à®à¯à®à®®à¯à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "பிணà¯à®¯ பà¯à®¯à®°à¯ à®
லà¯à®²à®¤à¯ uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "பிணà¯à®¯à®®à¯ %s஠தானா஠தà¯à®µà®à¯à® à®à¯à®±à®¿à®à¯à®à¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "பிணà¯à®¯à®®à¯ %s஠தானா஠தà¯à®µà®à¯à® à®à¯à®±à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "பிணà¯à®¯à®®à¯ %s தானா஠தà¯à®µà®à¯à®à¯à®µà®¤à®¾à® à®à¯à®±à®¿à®à¯à®à®ªà¯à®ªà®à¯à®à¯à®³à¯à®³à®¤à¯\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "பிணà¯à®¯à®®à¯ %s தானா஠தà¯à®µà®à¯à®à¯à®µà®¤à®¾à® à®à¯à®±à®¿à®à¯à®à®ªà¯à®ªà®à¯à®à¯à®³à¯à®³à®¤à¯\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "XML à®à¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ à®à®°à¯ பிணà¯à®¯à®¤à¯à®¤à¯ à®à®°à¯à®µà®¾à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "பிணà¯à®¯à®¤à¯à®¤à¯ à®à®°à¯à®µà®¾à®à¯à®à®µà¯à®®à¯."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "XML பிணà¯à®¯ விளà®à¯à®à®¤à¯à®¤à¯ à®à¯à®£à¯à®à¯à®³à¯à®³ à®à¯à®ªà¯à®ªà¯"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "பிணà¯à®¯ %s %sலிரà¯à®¨à¯à®¤à¯ à®à®°à¯à®µà®¾à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr " %s லிரà¯à®¨à¯à®¤à¯ பிணà¯à®¯à®¤à¯à®¤à¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "à®à®°à¯ XML à®à¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ à®à®°à¯ பிணà¯à®¯à®¤à¯à®¤à¯ வரà¯à®¯à®±à¯à®à¯à®à®µà¯à®®à¯ (à®à®©à®¾à®²à¯ à®à®°à®®à¯à®ªà®¿à®à¯à® வà¯à®£à¯à®à®¾à®®à¯)"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "பிணà¯à®¯à®¤à¯à®¤à¯ வரà¯à®¯à®±à¯à®à¯à®à®µà¯à®®à¯."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "பிணà¯à®¯à®®à¯ %s %sலிரà¯à®¨à¯à®¤à¯ வரà¯à®¯à®±à¯à®à¯à®à®µà¯à®®à¯\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr " %s லிரà¯à®¨à¯à®¤à¯ பிணà¯à®¯à®¤à¯à®¤à¯ வரà¯à®¯à®±à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "à®à®°à¯ பிணà¯à®¯à®¤à¯à®¤à¯ à®
ழிà®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "à®à¯à®à¯à®à¯à®à®ªà¯à®ªà®à¯à® பிணà¯à®¯à®¤à¯à®¤à¯ à®
ழிà®à¯à®à®µà¯à®®à¯."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "பிணà¯à®¯à®¤à¯à®¤à®¿à®©à¯ பà¯à®¯à®°à¯, id à®
லà¯à®²à®¤à¯ uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "பிணà¯à®¯à®®à¯ %s à®
ழிà®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "பிணà¯à®¯à®®à¯ %sà® à®à¯à®¤à®ªà¯à®ªà®à¯à®¤à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr " XML பறà¯à®±à®¿à®¯ பிணà¯à®¯ தà®à®µà®²à¯"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "XML dump லிரà¯à®¨à¯à®¤à¯ stdoutà®à¯à®à¯ பிணà¯à®¯ தà®à®µà®²à®¿à®©à¯ வà¯à®³à®¿à®ªà¯à®ªà®¾à®à¯."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "பà®à¯à®à®¿à®¯à®²à¯ பிணà¯à®¯à®à¯à®à®³à¯"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "பிணà¯à®¯à®à¯à®à®³à®¿à®©à¯ பà®à¯à®à®¿à®¯à®²à¯ à®à¯à®à¯à®à¯à®à®¿à®±à®¤à¯."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "à®à¯à®¯à®²à®¿à®²à®¿à®²à¯à®²à®¾à®¤ பிணà¯à®¯à®à¯à®à®³à¯ பà®à¯à®à®¿à®¯à®²à®¿à®à®µà¯à®®à¯"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "à®à¯à®¯à®²à®±à¯à®± & à®à¯à®¯à®²à®¿à®²à¯à®³à¯à®³ பிணà¯à®¯à®à¯à®à®³à¯ பà®à¯à®à®¿à®¯à®²à®¿à®à®µà¯à®®à¯"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "à®à¯à®¯à®²à®¿à®²à¯à®³à¯à®³ பிணà¯à®¯à®à¯à®à®³à¯ பà®à¯à®à®¿à®¯à®²à®¿à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "à®à¯à®¯à®²à®±à¯à®± பிணà¯à®¯à®à¯à®à®³à¯ பà®à¯à®à®¿à®¯à®²à®¿à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "தானா஠தà¯à®µà®à¯à®à®®à¯"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "தானா஠தà¯à®µà®à¯à®à®®à¯ à®à®²à¯à®²à¯"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "à®à¯à®¯à®²à®¿à®²à¯à®³à¯à®³à®¤à¯"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "à®à¯à®¯à®²à®¿à®²à¯à®²à®¾à®¤à®¤à¯"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "பிணà¯à®¯ à®à®à®¿ à®
லà¯à®²à®¤à¯ UUID஠பிணà¯à®¯ பà¯à®¯à®°à¯à®à¯à®à¯ மாறà¯à®±à®µà¯à®®à¯"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "பிணà¯à®¯ uuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "à®à®°à¯ à®à¯à®¯à®²à®±à¯à®± பிணà¯à®¯à®¤à¯à®¤à¯ à®à®°à®®à¯à®ªà®¿à®à¯à®à®µà¯à®®à¯ (à®®à¯à®©à¯à®ªà¯ வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯)"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "à®à®°à¯ பிணà¯à®¯à®¤à¯à®¤à¯ தà¯à®µà®à¯à®à®µà¯à®®à¯."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "à®à¯à®¯à®²à®±à¯à®± பிணà¯à®¯ பà¯à®¯à®°à¯"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "பிணà¯à®¯ %s தà¯à®à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "பிணà¯à®¯ %s ஠தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤ à®à®°à¯ à®à¯à®¯à®²à®±à¯à®± பிணà¯à®¯à®®à®"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "à®à®°à¯ à®à¯à®¯à®²à®±à¯à®± பிணà¯à®¯à®¤à¯à®¤à®¿à®±à¯à®à¯ வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤ à®à®à¯à®à®®à¯à®ªà¯à®ªà¯."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "பிணà¯à®¯à®®à¯ %s வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "பிணà¯à®¯à®®à¯ %s஠வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤à®¤à¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "பிணà¯à®¯à®ªà¯ பà¯à®¯à®°à¯ à®
லà¯à®²à®¤à¯ id஠பிணà¯à®¯à®®à¯ UUIDà®à¯à®à¯ மாறà¯à®±à®µà¯à®®à¯"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "பிணà¯à®¯ பà¯à®¯à®°à¯"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "UUID பிணà¯à®¯à®¤à¯à®¤à¯à®ªà¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
msgid "autostart a pool"
msgstr "à®à®°à¯ பà¯à®²à¯ தானா஠தà¯à®µà®à¯à®à®µà¯à®®à¯."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr "தானா஠தà¯à®µà®à¯à® à®à®°à¯ பà¯à®²à¯ à®à®à¯à®à®®à¯à®à¯à®à®µà¯à®®à¯."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr "பà¯à®²à¯ பà¯à®¯à®°à¯ à®
லà¯à®²à®¤à¯ uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "பà¯à®²à¯ %s à® à®à¯à®±à®¿à®à¯à® தானா஠தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "பà¯à®²à¯ %s à® à®à¯à®±à®¿à®¨à¯à®à¯à® தானா஠தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "பà¯à®²à¯ %s தானா஠தà¯à®µà®à¯à® à®à¯à®±à®¿à®à¯à®à®ªà¯à®ªà®à¯à®à¯à®³à¯à®³à®¤à¯\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "பà¯à®²à¯ %s தானா஠தà¯à®µà®à¯à® à®à¯à®±à®¿à®à¯à®à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr "XML à®à¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ பà¯à®²à¯ à®à®°à¯à®µà®¾à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr "à®à®°à¯ பà¯à®²à¯ à®à®°à¯à®µà®¾à®à¯à®à®µà¯à®®à¯."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr "XML பà¯à®²à¯ விளà®à¯à®à®¤à¯à®¤à¯ à®à¯à®£à¯à®à¯à®³à¯à®³ à®à¯à®ªà¯à®ªà¯"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, c-format
msgid "Pool %s created from %s\n"
msgstr "பà¯à®²à¯ %s %sலிரà¯à®¨à¯à®¤à¯ à®à®°à¯à®µà®¾à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr " %s லிரà¯à®¨à¯à®¤à¯ பà¯à®²à¯à®²à¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr "பà¯à®²à¯ பà¯à®¯à®°à¯"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr "பà¯à®²à®¿à®©à¯ வà®à¯"
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr "source-host à®à¯à®®à®¿à®ªà¯à®ªà®à®¤à¯à®¤à®¿à®±à¯à®à¯"
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr "à®®à¯à®² பாத௠à®à¯à®®à®¿à®ªà¯à®ªà®à®¤à¯à®¤à®¿à®±à¯à®à¯"
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr "à®®à¯à®² à®à®¾à®¤à®©à®®à¯ à®à¯à®®à®¿à®ªà¯à®ªà®à®¤à¯à®¤à®¿à®±à¯à®à¯"
-#: src/virsh.c:2881
+#: src/virsh.c:2931
#, fuzzy
msgid "source name for underlying storage"
msgstr "à®®à¯à®² பாத௠à®à¯à®®à®¿à®ªà¯à®ªà®à®¤à¯à®¤à®¿à®±à¯à®à¯"
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà®à®¤à¯à®¤à®¿à®±à¯à®à¯ à®à®²à®à¯à®à¯"
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
msgid "Failed to allocate XML buffer"
msgstr "XML à®à®à¯à®¯à®à®¤à¯à®¤à¯ à®à®¤à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr "XML à®à¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ பà¯à®²à¯ à®à®°à¯à®µà®¾à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr "பà¯à®²à¯ %s à®à®°à¯à®µà®¾à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr "பà¯à®²à¯ %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr "à®à®°à¯ XML à®à¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ à®à®°à¯ பà¯à®²à¯ வரà¯à®¯à®±à¯à®à¯à®à®µà¯à®®à¯ (à®à®©à®¾à®²à¯ à®à®°à®®à¯à®ªà®¿à®à¯à® வà¯à®£à¯à®à®¾à®®à¯)"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr "à®à®°à¯ பà¯à®²à¯ வரà¯à®¯à®±à¯à®à¯à®à®µà¯à®®à¯."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "பà¯à®²à¯ %s %sலிரà¯à®¨à¯à®¤à¯ வரà¯à®¯à®±à¯à®à¯à®à®µà¯à®®à¯\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr " %s லிரà¯à®¨à¯à®¤à¯ பà¯à®²à¯ வரà¯à®¯à®±à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr "à®à®°à¯ பà¯à®²à¯ à®à®°à¯ மதிபà¯à®ªà¯à®°à¯à®à¯à®à¯ வரà¯à®¯à®±à¯"
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr "பà¯à®²à¯ %s வரà¯à®¯à®±à¯à®à¯à®à®µà¯à®®à¯\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr "பà¯à®²à¯ %s஠வரà¯à®¯à®±à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr "à®à®°à¯ பà¯à®²à¯ à®à®°à¯à®µà®¾à®à¯à®à¯"
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr "à®à¯à®à¯à®à¯à®à®ªà®à¯à® பà¯à®²à¯ à®à®°à¯à®µà®¾à®à¯à®à¯"
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "பà¯à®²à¯ %s à®à®°à¯à®µà®¾à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, c-format
msgid "Failed to build pool %s"
msgstr "பà¯à®²à¯ %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr "à®à®°à¯ பà¯à®²à¯ à®à¯à®¤à®ªà¯à®ªà®à¯à®¤à¯à®¤à®µà¯à®®à¯"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr "à®à¯à®à¯à®à¯à®à®ªà¯à®ªà®à¯à® பà¯à®²à¯ à®à¯à®¤à®ªà¯à®ªà®à¯à®¤à¯à®¤à®µà¯à®®à¯."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr "பà¯à®²à¯ %s à®à¯à®¤à®ªà¯à®ªà®à¯à®¤à¯à®¤à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, c-format
msgid "Failed to destroy pool %s"
msgstr "பà¯à®²à¯ %sà® à®à¯à®¤à®ªà¯à®ªà®à¯à®¤à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr "à®à®°à¯ பà¯à®²à¯ à®
ழி"
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr "à®à¯à®à¯à®à¯à®à®ªà¯à®ªà®à¯à® பà¯à®²à¯ à®à¯à®¤à®ªà¯à®ªà®à¯à®¤à¯à®¤à®µà¯à®®à¯."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr "பà¯à®²à¯ %s à®à¯à®¤à®ªà¯à®ªà®à¯à®¤à¯à®¤à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, c-format
msgid "Failed to delete pool %s"
msgstr "பà¯à®²à¯ %sà® à®à¯à®¤à®ªà¯à®ªà®à¯à®¤à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr "à®à®°à¯ பà¯à®²à¯ பà¯à®¤à¯à®ªà¯à®ªà®¿"
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr "à®à®°à¯ à®à¯à®à¯à®à¯à®à®ªà¯à®ªà®à¯à® பà¯à®²à¯ பà¯à®¤à¯à®ªà¯à®ªà®¿"
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr "பà¯à®²à¯ %s à®®à¯à®£à¯à®à¯à®®à¯ தà¯à®à®°à®ªà¯à®ªà®à¯à®à®¿à®±à®¤à¯\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr "பà¯à®²à¯ %sà® à®®à¯à®£à¯à®à¯à®®à¯ தà¯à®à®° à®à¯à®¯à¯à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr "XML பறà¯à®±à®¿à®¯ à®à¯à®¯à®±à¯à®à®³ தà®à®µà®²à¯"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr "XML dump லிரà¯à®¨à¯à®¤à¯ stdoutà®à¯à®à¯ à®à¯à®¯à®±à¯à®à®³ தà®à®µà®²à®¿à®©à¯ வà¯à®³à®¿à®¯à¯à®à¯."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr "பà¯à®²à¯à®à®³à¯ பà®à¯à®à®¿à®¯à®²à¯"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
msgid "Returns list of pools."
msgstr "பà¯à®²à¯à®à®³à®¿à®©à¯ பà®à¯à®à®¿à®¯à®²à¯ à®à¯à®à¯à®à¯à®à®¿à®±à®¤à¯."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr "à®à¯à®¯à®²à®¿à®²à®¿à®²à¯à®²à®¾à®¤ பà¯à®²à¯à®à®³à¯ பà®à¯à®à®¿à®¯à®²à®¿à®à®µà¯à®®à¯"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
msgid "list inactive & active pools"
msgstr "à®à¯à®¯à®²à®±à¯à®± & à®à¯à®¯à®²à®¿à®²à¯à®³à¯à®³ பà¯à®²à¯à®à®³à¯ பà®à¯à®à®¿à®¯à®²à®¿à®à®µà¯à®®à¯"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
msgid "Failed to list active pools"
msgstr "à®à¯à®¯à®²à®¿à®²à¯à®³à¯à®³ பà¯à®²à¯à®à®³à¯ பà®à¯à®à®¿à®¯à®²à®¿à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
msgid "Failed to list inactive pools"
msgstr "à®à¯à®¯à®²à®±à¯à®± பà¯à®²à¯à®à®³à¯ பà®à¯à®à®¿à®¯à®²à®¿à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "%sà®à®²à¯ தவறான à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯ à®à¯à®à¯à®à®¿"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯à®à®³à¯ à®
தி஠à®
ளவ௠பà¯à®±à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "நினà¯à®µà®à®®à¯ பà¯à®¤à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "பà¯à®²à¯ %s஠வரà¯à®¯à®±à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯à®à®³à¯ à®
தி஠à®
ளவ௠பà¯à®±à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
msgid "storage pool information"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯ தà®à®µà®²à¯"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯ பறà¯à®±à®¿à®¯ à®
à®à®¿à®ªà¯à®ªà®à¯ தà®à®µà®²à¯ à®à¯à®à¯à®à¯à®à®¿à®±à®¤à¯"
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr "à®à®°à¯à®µà®¾à®à¯à®à¯à®à®¿à®±à®¤à¯"
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "à®à®¯à®à¯à®à¯à®à®¿à®±à®¤à¯"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr "à®à¯à®±à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr "à®à¯à®³à¯à®³à®³à®µà¯:"
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr "à®à®¤à¯à®à¯à®à¯à®à¯:"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr "à®à®°à¯à®ªà¯à®ªà®µà¯:"
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr "பà¯à®²à¯ UUID஠பà¯à®²à¯ பà¯à®¯à®°à¯à®à¯à®à¯ மாறà¯à®±à®µà¯à®®à¯"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr "பà¯à®²à¯ uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr "à®à®°à¯ à®à¯à®¯à®²à®±à¯à®± à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à®°à®®à¯à®ªà®¿à®à¯à®à®µà¯à®®à¯ (à®®à¯à®©à¯à®ªà¯ வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯)"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr "à®à®°à¯ பà¯à®²à¯ தà¯à®µà®à¯à®à®µà¯à®®à¯."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr "à®à¯à®¯à®²à®±à¯à®± பà¯à®²à¯ பà¯à®¯à®°à¯"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr "பà¯à®²à¯ %s தà¯à®à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, c-format
msgid "Failed to start pool %s"
msgstr "பà¯à®²à¯ %s ஠தà¯à®µà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr "à®à®°à¯ à®
ளவà¯à®°à¯à®à¯à®à®³à®¿à®²à®¿à®°à¯à®¤à¯ à®à®°à¯ தà¯à®à¯à®¤à®¿à®¯à¯ à®à®°à¯à®µà®¾à®à¯à®à¯"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr "à®à®°à¯ தà¯à®à¯à®¤à®¿à®¯à¯ à®à®°à¯à®µà®¾à®à¯à®à®µà¯à®®à¯."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr "பà¯à®²à¯ பà¯à®¯à®°à¯"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr "தà¯à®à¯à®¤à®¿à®¯à®¿à®©à¯ பà¯à®¯à®°à¯"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr "தà¯à®à¯à®¤à®¿à®¯à®¿à®©à¯ à®
ளவ௠k,M,G,T பினà¯à®©à¯à®à®¾à®à¯à®®à¯"
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr "தà¯à®µà®à¯à® à®à®¤à¯à®à¯à®à¯à®à¯ à®
ளவ௠k,M,G,T à®®à¯à®©à¯à®©à¯à®à¯à®à¯à®à®©à¯"
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr "à®à¯à®ªà¯à®ªà¯ à®®à¯à®±à¯à®®à¯ வà®à¯ raw,bochs,qcow,qcow2,vmdk"
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr "தவறான à®
ளவ௠%s"
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr "தà¯à®à¯à®¤à®¿ %s à®à®°à¯à®µà®¾à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, c-format
msgid "Failed to create vol %s"
msgstr "தà¯à®à¯à®¤à®¿ %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
msgid "undefine an inactive pool"
msgstr "வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤ à®à®°à¯ à®à¯à®¯à®²à®±à¯à®± பà¯à®²à¯"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
msgid "Undefine the configuration for an inactive pool."
msgstr "à®à®°à¯ à®à¯à®¯à®²à®±à¯à®± à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®±à¯à®à¯ வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤ à®à®à¯à®à®®à¯à®ªà¯à®ªà¯."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr "பà¯à®²à¯ %s வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, c-format
msgid "Failed to undefine pool %s"
msgstr "பà¯à®²à¯ %s஠வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤à®¤à¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
msgid "convert a pool name to pool UUID"
msgstr "பà¯à®²à¯ பà¯à®¯à®°à¯ பà¯à®²à¯ UUIDà®à¯à®à¯ மாறà¯à®±à®µà¯à®®à¯"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
msgid "failed to get pool UUID"
msgstr "UUID பà¯à®²à¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
msgid "create a vol from an XML file"
msgstr "XML à®à¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ vol à®à®°à¯à®µà®¾à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
msgid "file containing an XML vol description"
msgstr "XML தà¯à®à¯à®¤à®¿ விளà®à¯à®à®¤à¯à®¤à¯ à®à¯à®£à¯à®à¯à®³à¯à®³ à®à¯à®ªà¯à®ªà¯"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, c-format
msgid "Vol %s created from %s\n"
msgstr "தà¯à®à¯à®¤à®¿ %s %sலிரà¯à®¨à¯à®¤à¯ à®à®°à¯à®µà®¾à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, c-format
msgid "Failed to create vol from %s"
msgstr " %s லிரà¯à®¨à¯à®¤à¯ தà¯à®à¯à®¤à®¿à®¯à¯ à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr "à®à®°à¯ தà¯à®à¯à®¤à®¿à®¯à¯ à®
ழி"
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr "à®à¯à®à¯à®à¯à®à®ªà¯à®ªà®à¯à® à®à®°à¯ தà¯à®à¯à®¤à®¿à®¯à¯ à®
ழி."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr "தà¯à®à¯à®ªà¯à®ªà¯ பà¯à®¯à®°à¯, விà®à¯ à®
லà¯à®²à®¤à¯ பாதà¯"
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr "தà¯à®à¯à®¤à®¿ %s à®
ழிà®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, c-format
msgid "Failed to delete vol %s"
msgstr "தà¯à®à¯à®¤à®¿ %sà® à®à¯à®¤à®ªà¯à®ªà®à¯à®¤à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
msgid "storage vol information"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® தà¯à®à¯à®¤à®¿ தà®à®µà®²à¯"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® தà¯à®à¯à®¤à®¿ பறà¯à®±à®¿à®¯ à®
à®à®¿à®ªà¯à®ªà®à¯ தà®à®µà®²à¯ à®à¯à®à¯à®à¯à®à®¿à®±à®¤à¯."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
msgid "Type:"
msgstr "வà®à¯:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr "à®à¯à®ªà¯à®ªà¯"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr "தà®à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
msgid "vol information in XML"
msgstr "XML பறà¯à®±à®¿à®¯ தà¯à®à¯à®¤à®¿ தà®à®µà®²à¯"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
msgid "Output the vol information as an XML dump to stdout."
msgstr "XML dump லிரà¯à®¨à¯à®¤à¯ stdoutà®à¯à®à¯ தà¯à®à¯à®¤à®¿ தà®à®µà®²à®¿à®©à¯ வà¯à®³à®¿à®¯à¯à®à¯."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
msgid "list vols"
msgstr "தà¯à®à¯à®¤à®¿à®à®³à¯ பà®à¯à®à®¿à®¯à®²à¯"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
msgid "Returns list of vols by pool."
msgstr "தà¯à®à¯à®¤à®¿à®à®³à®¿à®©à¯ பà®à¯à®à®¿à®¯à®²à¯ à®à¯à®à¯à®à¯à®à®¿à®±à®¤à¯."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
msgid "Failed to list active vols"
msgstr "à®à¯à®¯à®²à®¿à®²à¯à®³à¯à®³ தà¯à®à¯à®¤à®¿à®à®³à¯ பà®à¯à®à®¿à®¯à®²à®¿à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr "பாதà¯"
-#: src/virsh.c:4145
+#: src/virsh.c:4205
msgid "convert a vol UUID to vol name"
msgstr "à®à®°à¯ தà¯à®à¯à®¤à®¿ UUID஠பிணà¯à®¯ பà¯à®¯à®°à¯à®à¯à®à¯ மாறà¯à®±à®µà¯à®®à¯"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr "vol விà®à¯ à®
லà¯à®²à®¤à¯ பாதà¯"
-#: src/virsh.c:4178
+#: src/virsh.c:4238
msgid "convert a vol UUID to vol key"
msgstr "à®à®°à¯ தà¯à®à¯à®¤à®¿ UUID஠தà¯à®à¯à®¤à®¿ விà®à¯à®à¯à®à¯ மாறà¯à®±à®µà¯à®®à¯"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
msgid "vol uuid"
msgstr "தà¯à®à¯à®¤à®¿ uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
msgid "convert a vol UUID to vol path"
msgstr "à®à®°à¯ தà¯à®à¯à®¤à®¿ UUID஠தà¯à®à¯à®¤à®¿ பாதà¯à®à¯à®à¯ மாறà¯à®±à®µà¯à®®à¯"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr "vol பà¯à®¯à®°à¯ à®
லà¯à®²à®¤à¯ விà®à¯"
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "பதிபà¯à®ªà¯ à®à®¾à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "à®à®£à®¿à®©à®¿ பதிபà¯à®ªà¯ தà®à®µà®²à¯ à®à®¾à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "hypervisor வà®à¯à®¯à¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "நà¯à®²à®à®¤à¯à®¤à®¿à®±à¯à®à¯ à®à®¤à®¿à®°à®¾à®© à®®à¯à®´à®¿à®®à®¾à®±à¯à®±à®®à¯: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "நà¯à®²à® பதிபà¯à®ªà¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "நà¯à®²à®à®¤à¯à®¤à¯ பயனà¯à®ªà®à¯à®¤à¯à®¤à¯à®¤à®²à¯: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "API பயனà¯à®ªà®à¯à®¤à¯à®¤à¯à®¤à®²à¯: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "hypervisor பதிபà¯à®ªà¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "à®à®¯à®à¯à®à¯à®®à¯ %s hypervisor பதிபà¯à®ªà®¿à®©à¯ பிரிதà¯à®¤à¯à®à¯à®à¯à® à®®à¯à®à®¿à®¯à®¾à®¤à¯\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "à®à®¯à®à¯à®à¯à®®à¯ hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "NUMA à®à®¨à¯à®¤ பà¯à®°à®µà®²à®©à®¿à®²à¯ தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "à®à¯à®¯à®²à¯à®¤à®¿à®±à®©à¯à®à®³à¯"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "hypervisor à®à®à®©à¯ à®à®£à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "à®à¯à®¯à®²à®±à¯à®± à®à¯à®¯à®±à¯à®à®³à®à¯à®à®³à¯ பà®à¯à®à®¿à®¯à®²à®¿à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "XML dump லிரà¯à®¨à¯à®¤à¯ stdoutà®à¯à®à¯ தà¯à®à¯à®¤à®¿ தà®à®µà®²à®¿à®©à¯ வà¯à®³à®¿à®¯à¯à®à¯."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "à®à®¾à®¤à®©à®®à¯"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "பà¯à®¤à®¿à®¯ வà®à¯à®à¯ à®à®¾à®¤à®©à®¤à¯à®¤à¯ à®à¯à®°à¯"
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s à®à¯à®¤à®ªà¯à®ªà®à¯à®¤à¯à®¤à®ªà¯à®ªà®à¯à®à®¤à¯\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr " %s லிரà¯à®¨à¯à®¤à¯ à®à®¾à®¤à®©à®¤à¯à®¤à¯ நà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "பà¯à®¤à®¿à®¯ வà®à¯à®à¯ à®à®¾à®¤à®©à®¤à¯à®¤à¯ à®à¯à®°à¯"
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "%s லிரà¯à®¨à¯à®¤à¯ à®à®¾à®¤à®©à®¤à¯à®¤à¯ à®à®£à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "வà®à¯à®à¯ à®à®¾à®¤à®©à®¤à¯à®¤à®¿à®©à¯ à®à®²à®à¯à®à¯"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "à®à®¯à®à¯à®à¯à®®à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®©à¯ நிலà¯à®¯à¯ à®à¯à®à¯à®à¯à®à®¿à®±à®¤à¯."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s à®®à¯à®£à¯à®à¯à®®à¯ தà¯à®à®°à®ªà¯à®ªà®à¯à®à®¿à®±à®¤à¯\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "logfile %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "hypervisor பà¯à®°à®µà®²à®©à¯ பà¯à®¯à®°à¯ à®
à®à¯à®à®¿à®à¯"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "பà¯à®°à®µà®²à®©à¯ பà¯à®¯à®°à¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "hypervisor à®à®²à¯à®©à®¿à®à¯à®à®²à¯ URIà® à®
à®à¯à®à®¿à®à¯à®à®¿à®±à®¤à¯"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "URI஠பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc à®à®¾à®à¯à®à®¿"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "VNC à®à®¾à®à¯à®à®¿à®à¯à®à¯ IP à®®à¯à®à®µà®°à®¿ மறà¯à®±à¯à®®à¯ தà¯à®±à¯ à®à®£à¯à®£à®¿à®©à¯ வà¯à®³à®¿à®ªà¯à®ªà®¾à®à¯."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty பணியà®à®®à¯"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "TTY பணியà®à®¤à¯à®¤à®¿à®±à¯ வà¯à®³à®¿à®ªà¯à®ªà®¾à®à¯ à®à®¾à®¤à®©à®®à¯."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "XML à®à¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ à®à®¾à®¤à®©à®¤à¯à®¤à¯ à®à®£à¯à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "XML à®à¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ à®à®¾à®¤à®©à®¤à¯à®¤à¯ à®à®£à¯à®à¯à®à®¿à®±à®¤à¯ <file>."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML à®à¯à®ªà¯à®ªà¯"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr "attach-device: <file> விரà¯à®ªà¯à®ªà®®à¯ விà®à¯à®ªà®à¯à®à®¿à®±à®¤à¯"
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "%s லிரà¯à®¨à¯à®¤à¯ à®à®¾à®¤à®©à®¤à¯à®¤à¯ à®à®£à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "XML à®à¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ à®à®¾à®¤à®©à®¤à¯à®¤à¯ பிரிà®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "à®à®°à¯ XML <file>à®à®²à®¿à®°à¯à®¨à¯à®¤à¯ à®à®¾à®¤à®©à®¤à¯à®¤à¯ நà¯à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr "detach-device: <file> விரà¯à®ªà¯à®ªà®®à¯ விà®à¯à®ªà®à¯à®à®¿à®±à®¤à¯"
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr " %s லிரà¯à®¨à¯à®¤à¯ à®à®¾à®¤à®©à®¤à¯à®¤à¯ நà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "பிணà¯à®¯ à®®à¯à®à®ªà¯à®ªà¯ à®à®£à¯à®¤à¯à®¤à®²à¯"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "பà¯à®¤à®¿à®¯ பிணà¯à®¯ à®®à¯à®à®ªà¯à®ªà¯ à®à®£à¯à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "பிணà¯à®¯ à®®à¯à®à®ªà¯à®ªà¯ வà®à¯"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "பிணà¯à®¯ à®®à¯à®à®ªà¯à®ªà®¿à®©à¯ à®®à¯à®²à®®à¯"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "à®à®²à®à¯à®à¯ பிணà¯à®¯ பà¯à®¯à®°à¯"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
msgid "MAC address"
msgstr "MAC à®®à¯à®à®µà®°à®¿"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "பாலம௠பிணà¯à®¯ à®®à¯à®à®ªà¯à®ªà¯à®à¯à®à¯ பயனà¯à®ªà®à¯à®¤à¯à®¤à®ªà¯à®ªà®à¯à® ஸà¯à®à®¿à®°à®¿à®ªà¯à®à¯"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "%s 'attach-interface' à®à®à¯à®à®³à¯à®¯à®¿à®²à¯ à®à¯à®µà¯à®¯à®¿à®²à¯à®²à¯"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "பிணà¯à®¯ à®®à¯à®à®ªà¯à®ªà¯ நà¯à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "பிணà¯à®¯ à®®à¯à®à®ªà¯à®ªà¯ தà¯à®£à¯à®à®¿à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "à®®à¯à®à®ªà¯à®ªà¯ தà®à®µà®²à¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "%s வà®à¯à®¯à®¿à®²à¯à®³à¯à®³ à®®à¯à®à®ªà¯à®ªà¯ à®à®²à¯à®²à¯"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "MAC à®®à¯à®à®µà®°à®¿ %sà®à¯à®à¯ à®à®¾à®£à®ªà¯à®ªà®à®¾à®¤ à®®à¯à®à®ªà¯à®ªà¯"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "நினà¯à®µà®à®¤à¯à®¤à¯ à®à®¤à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "XMLà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "வà®à¯à®à¯ à®à®¾à®¤à®©à®¤à¯à®¤à¯ à®à®£à¯"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "பà¯à®¤à®¿à®¯ வà®à¯à®à¯ à®à®¾à®¤à®©à®¤à¯à®¤à¯ à®à¯à®°à¯"
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "வà®à¯à®à¯ à®à®¾à®¤à®©à®¤à¯à®¤à®¿à®©à¯ à®®à¯à®²à®®à¯"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "வà®à¯à®à¯ à®à®¾à®¤à®©à®¤à¯à®¤à®¿à®©à¯ à®à®²à®à¯à®à¯"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "வà®à¯à®à¯ à®à®¾à®¤à®©à®¤à¯à®¤à®¿à®©à¯ à®à®¯à®à¯à®à®¿"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "வà®à¯à®à¯ à®à®¾à®¤à®©à®¤à¯à®¤à®¿à®©à¯ தà¯à®£à¯ à®à®¯à®à¯à®à®¿"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "à®à®²à®à¯à®à¯ à®à®¾à®¤à®© வà®à¯"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "à®à®¾à®¤à®© à®®à¯à®±à¯à®®à¯ à®à®´à¯à®¤à¯à®¤à®²à¯ மறà¯à®±à¯à®®à¯ வாà®à®¿à®¤à¯à®¤à®²à¯"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤ %s à®à®à¯à®à®³à¯à®¯à®¿à®²à¯ 'attach-disk'"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "வà®à¯à®à¯ à®à®¾à®¤à®©à®¤à¯à®¤à¯ தà¯à®£à¯à®à®¿"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "வà®à¯à®à¯ à®à®¾à®¤à®©à®¤à¯à®¤à¯ தà¯à®£à¯à®à®¿."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "வà®à¯à®à¯ தà®à®µà®²à¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "à®à®²à®à¯à®à¯ %sà®à®²à¯ வà®à¯à®à¯ à®à®²à¯à®²à¯"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "calloc நினà¯à®µà®à®®à¯ init à®à®°à®¤à¯à®¤à®¿à®±à¯à®à¯ தà¯à®²à¯à®µà®¿: %s"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "%s: பதிவ௠à®à¯à®ªà¯à®ªà®¿à®©à¯ à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "%s: பதிவ௠à®à¯à®ªà¯à®ªà®¿à®©à¯ à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "%s: பதிவ௠à®à¯à®ªà¯à®ªà®¿à®©à¯ à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s à® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "lvs à®à®à¯à®à®³à¯ தà¯à®²à¯à®µà®¿à®¯à¯à®±à¯à®±à®¤à¯"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, fuzzy, c-format
msgid "%s: command exited with non-zero status"
msgstr "lvs à®à®à¯à®à®³à¯ exitstatus %dà®à®à®©à¯ தà¯à®²à¯à®µà®¿"
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: பதிவ௠à®à¯à®ªà¯à®ªà®¿à®©à¯ à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "à®à®°à¯ à®à¯à®¯à®²à®±à¯à®± à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®±à¯à®à¯ வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤ à®à®à¯à®à®®à¯à®ªà¯à®ªà¯."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "à®à®°à¯ à®à¯à®¯à®²à®±à¯à®± à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®±à¯à®à¯ வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤ à®à®à¯à®à®®à¯à®ªà¯à®ªà¯."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà®¿à®©à¯ வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "à®à®°à¯ à®à¯à®¯à®²à®±à¯à®± பிணà¯à®¯à®¤à¯à®¤à®¿à®±à¯à®à¯ வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤ à®à®à¯à®à®®à¯à®ªà¯à®ªà¯."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "à®à®°à¯ à®à¯à®¯à®²à®±à¯à®± பிணà¯à®¯à®¤à¯à®¤à®¿à®±à¯à®à¯ வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤ à®à®à¯à®à®®à¯à®ªà¯à®ªà¯."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "à®à®°à¯ à®à¯à®¯à®²à®±à¯à®± à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®±à¯à®à¯ வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤ à®à®à¯à®à®®à¯à®ªà¯à®ªà¯."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "à®à®°à¯ à®à¯à®¯à®²à®±à¯à®± à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®±à¯à®à¯ வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤ à®à®à¯à®à®®à¯à®ªà¯à®ªà¯."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "à®à®¨à¯à®¤ à®à®à¯à®à¯à®à¯à®¯à®²à¯ à®®à¯à®©à¯à®¯à®¤à¯à®¤à¯ விà®à¯à®à¯ வà¯à®³à®¯à¯à®±à®µà¯à®®à¯"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "à®à®à¯à®à®³à¯ '%s' à®à¯à®à¯ <%s> விரà¯à®ªà¯à®ªà®®à¯ தà¯à®µà¯à®ªà¯à®ªà®à¯à®à®¿à®±à®¤à¯"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "à®à®à¯à®à®³à¯ '%s' à®à¯à®à¯ --%s விரà¯à®ªà¯à®ªà®®à¯ தà¯à®µà¯à®ªà¯à®ªà®à¯à®à®¿à®±à®¤à¯"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "à®à®à¯à®à®³à¯ '%s' à®à®²à¯à®²à¯"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " பà¯à®¯à®°à¯\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6427,17 +7010,17 @@ msgstr ""
"\n"
" SYNOPSIS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6445,7 +7028,7 @@ msgstr ""
"\n"
" விளà®à¯à®à®®à¯\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6453,58 +7036,58 @@ msgstr ""
"\n"
" விரà¯à®ªà¯à®ªà®à¯à®à®³à¯\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤ à®à¯à®¯à®±à¯à®à®³ பà¯à®¯à®°à¯ à®
லà¯à®²à®¤à¯ id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ '%s'஠பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤ பிணà¯à®¯ பà¯à®¯à®°à¯ à®
லà¯à®²à®¤à¯ id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "பிணà¯à®¯à®®à¯ '%s'஠பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
msgid "undefined pool name"
msgstr "வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤ பà¯à®²à¯ பà¯à®¯à®°à¯"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, c-format
msgid "failed to get pool '%s'"
msgstr "பà¯à®²à¯ '%s'஠பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
msgid "undefined vol name"
msgstr "வரà¯à®¯à®±à¯à®à¯à®à®ªà¯à®ªà®à®¾à®¤ தà¯à®à¯à®¤à®¿ பà¯à®¯à®°à¯"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, c-format
msgid "failed to get vol '%s'"
msgstr "தà¯à®à¯à®¤à®¿ '%s'஠பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6515,129 +7098,129 @@ msgstr ""
"(நà¯à®°à®®à¯: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "விà®à¯à®ªà®à¯à® \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à®¾à®¤ à®à¯à®à¯à®à®©à¯ (à®à®à¯à®à®³à¯ பà¯à®¯à®°à¯): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ à®à®à¯à®à®³à¯: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "à®à®à¯à®à®³à¯ '%s' --%sவிரà¯à®ªà¯à®ªà®¤à¯à®¤à®¿à®±à¯à®à¯ தà¯à®£à¯ பà¯à®°à®¿à®¯à®¾à®¤à¯"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®¤à¯à®¤ à®à®²à®à¯à®à®£à®®à¯: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "à®à®£à¯"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "à®à®°à®®à¯"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à®¾à®¤ தரவ௠'%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "விரà¯à®ªà¯à®ªà®®à¯"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "தà®à®µà®²à¯"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
#, fuzzy
msgid "idle"
msgstr "à®à¯à®ªà¯à®ªà¯"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "à®à®à¯ நிறà¯à®¤à¯à®¤à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "பணி நிறà¯à®¤à¯à®¤à®¤à¯à®¤à®¿à®²à¯"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "பணி நிறà¯à®¤à¯à®¤à®®à¯"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "à®®à¯à®±à®¿à®µà¯à®±à¯à®±à®¤à¯"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "à®à®£à¯à®ªà¯à®ªà®¿à®²à¯ à®à®²à¯à®²à®¾à®®à®²à¯"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "à®à®°à®¿à®¯à®¾à®© à®à®£à¯à®ªà¯à®ªà¯ à®à®²à¯à®²à¯"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: பிழà¯: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "பிழà¯: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: %d பà¯à®à¯à®à¯à®à®³à¯ à®à®¤à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: %lu பà¯à®à¯à®à¯à®à®³à¯ à®à®¤à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "hypervisor à®à®à®©à¯ à®à®£à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "பதிவà¯à®à¯ à®à¯à®ªà¯à®ªà¯ தà®à®µà®²à¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "பதிவ௠பாத௠à®à®°à¯ à®à¯à®ªà¯à®ªà®¿à®²à¯à®²à¯"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "பதிவ௠à®à¯à®ªà¯à®ªà®¿à®©à¯ திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯. பதிவ௠à®à¯à®ªà¯à®ªà¯ பாதà¯à®¯à¯ à®à®°à®¿ பாரà¯à®à¯à®à®µà¯à®®à¯"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "பதிவ௠à®à¯à®ªà¯à®ªà®¿à®©à¯ à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: பதிவ௠à®à¯à®ªà¯à®ªà®¿à®©à¯ à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
msgid "failed to disconnect from the hypervisor"
msgstr "hypervisor à®à®²à®¿à®°à¯à®¨à¯à®¤à¯ தà¯à®£à¯à®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6670,7 +7253,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6680,17 +7263,17 @@ msgstr ""
" (specify help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "தà¯à®£à¯à®¯à®¿à®²à¯à®²à®¾à®¤ விரà¯à®ªà¯à®ªà®®à¯ '-%c'. --help ஠பாரà¯à®à¯à®à®µà¯à®®à¯."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6699,7 +7282,7 @@ msgstr ""
"%sà®à¯à®à¯ வரவà¯à®±à¯à®à®ªà¯à®ªà®à¯à®à®¿à®±à¯à®°à¯à®à®³à¯, à®®à¯à®¯à¯à®¨à®¿à®à®°à®¾à®à¯à® à®à®à¯à®à¯à®à¯à®¯à®²à¯ à®®à¯à®©à¯à®¯à®®à¯.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6709,462 +7292,476 @@ msgstr ""
" 'quit' வà¯à®³à®¿à®¯à¯à®±à¯à®¤à®²à¯\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ பிழà¯"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "à®à®à¯à®à®°à®¿à®à¯à®à¯"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "பிழà¯"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "பிழà¯à®¯à®¾à®© à®à¯à®¯à¯à®¤à®¿à®à®³à¯ à®à¯à®à¯à®à¯à®à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "à®à®³à¯à®³à®¾à®°à¯à®¨à¯à®¤ பிழ௠%s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "à®à®³à¯à®³à®¾à®°à¯à®¨à¯à®¤ பிழà¯"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "நினà¯à®µà®à®®à¯ பà¯à®¤à®µà®¿à®²à¯à®²à¯"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "à®à®¨à¯à®¤ à®à¯à®¯à®²à¯à®ªà®¾à®à¯ hypervisorà®à®²à¯ தà¯à®£à¯à®ªà¯à®°à®¿à®µà®¤à®¿à®²à¯à®²à¯"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "à®à®¨à¯à®¤ à®à¯à®¯à®²à¯à®ªà®¾à®à¯ hypervisorà®à®²à¯ தà¯à®£à¯à®ªà¯à®°à®¿à®µà®¤à®¿à®²à¯à®²à¯: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "hypervisorà®à®à®©à¯ à®à®£à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr " %sà®à®à®©à¯ à®à®£à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "தவறான à®à®£à¯à®ªà¯à®ªà¯ பà¯à®³à¯à®³à®¿"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "%sà®à®²à¯ தவறான à®à®£à¯à®ªà¯à®ªà¯ பà¯à®³à¯à®³à®¿"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "தவறான à®à®³ பà¯à®³à¯à®³à®¿"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "%sà®à®²à¯ தவறான à®à®³à®ªà¯à®ªà¯à®³à¯à®³à®¿"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "தவறான à®
ளவà¯à®°à¯"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "%sà®à®²à¯ தவறான à®
ளவà¯à®°à¯"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "à®à¯à®¯à®±à¯à®ªà®¾à®à¯ à®à¯à®¯à®²à®¿à®´à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "à®à¯à®¯à®±à¯à®ªà®¾à®à¯ à®à¯à®¯à®²à®¿à®´à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET à®à¯à®¯à®±à¯à®ªà®¾à®à¯ à®à¯à®¯à®²à®¿à®´à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET à®à¯à®¯à®±à¯à®ªà®¾à®à¯ à®à¯à®¯à®²à®¿à®´à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST à®à¯à®¯à®±à¯à®ªà®¾à®à¯ à®à¯à®¯à®²à®¿à®´à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST à®à¯à®¯à®±à¯à®ªà®¾à®à¯ à®à¯à®¯à®²à®¿à®´à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ HTTP பிழ௠à®à¯à®±à®¿à®¯à¯à®à¯ %d பà¯à®±à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ பà¯à®°à®µà®²à®©à¯ %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ பà¯à®°à®µà®²à®©à¯"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "S-Expr஠வரிà®à¯à®ªà¯à®ªà®à¯à®¤à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "S-Expr ஠வரிà®à¯à®ªà¯à®ªà®à¯à®¤à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "Xen hypervisor à®à®³à¯à®³à¯à®à¯à®à¯ பயனà¯à®ªà®à¯à®¤à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "Xen hypervisor à®à®³à¯à®³à¯à®à¯ %s஠பயனà¯à®ªà®à¯à®¤à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "Xen Store à®à®à®©à¯ à®à®£à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "Xen Store %s à®à®à®©à¯ à®à®£à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "à®à¯à®¯à®²à®¿à®´à®à¯à®à®ªà¯à®ªà®à¯à® Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ OS வà®à¯"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ OS வà®à¯ %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "விà®à¯à®ªà®à¯à® à®à®°à¯à®©à®²à¯ தà®à®µà®²à¯"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "விà®à¯à®ªà®à¯à® à®°à¯à®à¯ à®à®¾à®¤à®© தà®à®µà®²à¯"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "%s à®à®²à¯ விà®à¯à®ªà®à¯à® à®°à¯à®à¯ à®à®¾à®¤à®© தà®à®µà®²à¯"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "à®à®¾à®¤à®©à®¤à¯à®¤à®¿à®±à¯à®à¯ விà®à¯à®ªà®à¯à® à®®à¯à®² தà®à®µà®²à¯"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "à®à®¾à®¤à®©à®®à¯ %sà®à¯à®à¯ விà®à¯à®ªà®à¯à® à®®à¯à®² தà®à®µà®²à¯"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "à®à®¾à®¤à®©à®¤à¯à®¤à®¿à®±à¯à®à¯ விà®à¯à®ªà®à¯à® à®à®²à®à¯à®à¯ தà®à®µà®²à¯"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "à®à®¾à®¤à®©à®®à¯ %s à®à¯à®à¯ விà®à¯à®ªà®à¯à® à®à®²à®à¯à®à¯ தà®à®µà®²à¯"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "விà®à¯à®ªà®à¯à® à®à¯à®¯à®±à¯à®à®³ பà¯à®¯à®°à¯ தà®à®µà®²à¯"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "%sà®à®²à¯ விà®à¯à®ªà®à¯à® à®à¯à®¯à®±à¯à®à®³ பà¯à®¯à®°à¯ தà®à®µà®²à¯"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "விà®à¯à®ªà®à¯à® à®à®¯à®à¯à®à®¤à¯à®¤à®³ தà®à®µà®²à¯"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "%sà®à¯à®à¯ விà®à¯à®ªà®à¯à® à®à®¯à®à¯à®à®¤à¯à®¤à®³ தà®à®µà®²à¯"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "விà®à¯à®ªà®à¯à® à®à®¾à®¤à®©à®à¯à®à®³à¯ தà®à®µà®²à¯"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "%sà®à¯à®à¯ விà®à¯à®ªà®à¯à® à®à®¾à®¤à®©à®à¯à®à®³à¯ தà®à®µà®²à¯"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "பல à®à®¯à®à¯à®à®¿à®à®³à¯ பதிவ௠à®à¯à®¯à¯à®¯à®ªà¯à®ªà®à¯à®à®©"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "பல à®à®¯à®à¯à®à®¿à®à®³à¯ %s à®à®²à¯ பதிவ௠à®à¯à®¯à¯à®¯à®ªà¯à®ªà®à¯à®à®©"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "நà¯à®²à® à®
à®´à¯à®ªà¯à®ªà¯ à®à¯à®¯à¯à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯, தà¯à®£à¯à®ªà¯à®°à®¿à®¯ வாயà¯à®ªà¯à®ªà®¿à®²à¯à®²à¯"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "நà¯à®²à® à®
à®´à¯à®ªà¯à®ªà¯ %s à®à¯à®¯à¯à®¯ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯, தà¯à®£à¯à®ªà¯à®°à®¿à®¯ வாயà¯à®ªà¯à®ªà®¿à®²à¯à®²à¯"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML விவரம௠à®à®°à®¿à®¯à®¾à® à®
à®®à¯à®à¯à®à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯ à®
லà¯à®²à®¤à¯ தவறானதà¯"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML விவரம௠%sà®à¯à®à¯ à®à®°à®¿à®¯à®¾à® à®
à®®à¯à®à¯à®à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯ à®
லà¯à®²à®¤à¯ தவறானதà¯"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "à®à®¨à¯à®¤ à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®±à¯à®à®©à®µà¯ à®à®³à¯à®³à®¤à¯"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s à®à®±à¯à®à®©à®µà¯ à®à®³à¯à®³à®¤à¯"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "வாà®à®¿à®ªà¯à®ªà¯ à®®à®à¯à®à¯à®®à¯ à®
ணà¯à®à®²à¯à®à¯à®à¯ à®à¯à®¯à®²à¯à®ªà®¾à®à¯ தà®à¯ à®à¯à®¯à¯à®¯à®ªà¯à®ªà®à¯à®à¯à®³à¯à®³à®¤à¯"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "வாà®à®¿à®ªà¯à®ªà¯ à®®à®à¯à®à¯à®®à¯ à®
ணà¯à®à®²à¯à®à¯à®à¯ à®à¯à®¯à®²à¯à®ªà®¾à®à¯ %s தà®à¯ à®à¯à®¯à¯à®¯à®ªà¯à®ªà®à¯à®à¯à®³à¯à®³à®¤à¯"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "வாà®à®¿à®à¯à® à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà®¿à®©à¯ திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "வாà®à®¿à®à¯à® %s ஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà®¿à®©à¯ வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà¯ %s ஠வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà®¿à®©à¯ à®à®²à®à¯à®à®£à®ªà¯à®ªà®à¯à®¤à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà¯ %s à® à®à®²à®à¯à®à®£à®ªà¯à®ªà®à¯à®¤à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà¯ à®à®²à®à¯à®à®£ பிழà¯"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà¯ à®à®²à®à¯à®à®£ பிழà¯: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà®¿à®©à¯ à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà®¿à®©à¯ à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "பிரிபà¯à®ªà¯ பிழà¯"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "தவறான பிணà¯à®¯ à®à¯à®à¯à®à®¿"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "%sà®à®²à¯ தவறான பிணà¯à®¯ à®à¯à®à¯à®à®¿"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "à®à®¨à¯à®¤ பிணà¯à®¯à®®à¯ à®à®±à¯à®à®©à®µà¯ à®à®³à¯à®³à®¤à¯"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "பிணà¯à®¯à®®à¯ %s à®à®±à¯à®à®©à®µà¯ à®à®³à¯à®³à®¤à¯"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "à®à®£à®¿à®©à®¿ à®
à®´à¯à®ªà¯à®ªà¯ பிழà¯"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC பிழà¯"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "GNUTLS à®
à®´à¯à®ªà¯à®ªà¯ பிழà¯"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "பிணà¯à®¯à®¤à¯à®¤à¯ à®à®¾à®£ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "பிணà¯à®¯à®¤à¯à®¤à¯ à®à®¾à®£ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®²à¯à®²à¯"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®²à¯à®²à¯: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "பிணà¯à®¯à®®à¯ à®à®²à¯à®²à¯"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "பிணà¯à®¯à®®à¯ à®à®²à¯à®²à¯: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
msgid "invalid MAC address"
msgstr "தவறான MAC à®®à¯à®à®µà®°à®¿"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, c-format
msgid "invalid MAC address: %s"
msgstr "தவறான MAC à®®à¯à®à®µà®°à®¿: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "à®
à®à¯à®à¯à®à®¾à®°à®®à¯ à®à¯à®¯à®²à®¿à®´à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "à®
à®à¯à®à¯à®à®¾à®°à®®à¯ à®à¯à®¯à®²à®¿à®´à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
msgid "Storage pool not found"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯ à®à®²à¯à®²à¯"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, c-format
msgid "Storage pool not found: %s"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯ à®à®²à¯à®²à¯: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
msgid "Storage volume not found"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® தà¯à®à¯à®¤à®¿ à®à®²à¯à®²à¯"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, c-format
msgid "Storage volume not found: %s"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® தà¯à®à¯à®¤à®¿ à®à®²à¯à®²à¯: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
msgid "invalid storage pool pointer in"
msgstr "தவறான à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯ à®à¯à®à¯à®à®¿"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr "%sà®à®²à¯ தவறான à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯ à®à¯à®à¯à®à®¿"
-#: src/virterror.c:937
+#: src/virterror.c:973
msgid "invalid storage volume pointer in"
msgstr "தவறான à®à¯à®®à®¿à®ªà¯à®ªà® தà¯à®à¯à®¤à®¿ à®à¯à®à¯à®à®¿"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr "தவறான à®à¯à®®à®¿à®ªà¯à®ªà® தà¯à®à¯à®¤à®¿ à®à¯à®à¯à®à®¿ %sà®à®²à¯"
-#: src/virterror.c:943
+#: src/virterror.c:979
msgid "Failed to find a storage driver"
msgstr "à®à®°à¯ à®à¯à®®à®¿à®ªà¯à®ªà® à®à®¯à®à¯à®à®¿à®¯à¯ à®à®¾à®£ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® à®à®¯à®à¯à®à®¿à®¯à¯ தà¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "à®à®°à¯ à®à¯à®®à®¿à®ªà¯à®ªà® à®à®¯à®à¯à®à®¿à®¯à¯ à®à®¾à®£ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® à®à®¯à®à¯à®à®¿à®¯à¯ தà¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "தவறான à®à¯à®®à®¿à®ªà¯à®ªà® தà¯à®à¯à®¤à®¿ à®à¯à®à¯à®à®¿"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "%sà®à®²à¯ தவறான à®à®³à®ªà¯à®ªà¯à®³à¯à®³à®¿"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "à®à®¾à®¤à®©à®®à¯ à®à®²à¯à®²à¯: %s (%s)"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "à®à®¾à®¤à®©à®®à¯ à®à®²à¯à®²à¯: %s (%s)"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯ à®à®²à¯à®²à¯"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "à®à¯à®®à®¿à®ªà¯à®ªà® பà¯à®²à¯ à®à®²à¯à®²à¯: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "à®
ளவà¯à®°à¯ à®à®à¯à®¯à®à®®à¯ மி஠à®à®¿à®±à®¿à®¯à®¤à¯"
@@ -7235,7 +7832,7 @@ msgstr "Credit scheduler நிற௠à®
ளவà¯à®°à¯ (%d) பà¯à®¤à¯à®®à®¾
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "Credit scheduler cap à®
ளவà¯à®°à¯ (%d) பà¯à®¤à¯à®®à®¾à®©à®¤à®¾à® à®à®²à¯à®²à¯ (0-65535)"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "%s஠வாà®à®¿à®à¯à® à®à®¯à®²à®µà®¿à®²à¯à®²à¯: %s"
@@ -7288,7 +7885,7 @@ msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ தà®à®µà®²à¯ நிறà¯à®µà¯ பà¯à®±
msgid "domain information incomplete, missing uuid"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ தà®à®µà®²à¯ நிறà¯à®µà¯ பà¯à®±à®¾à®®à®²à¯ à®à®³à¯à®³à®¤à¯, விà®à¯à®ªà®à¯à® uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ தà®à®µà®²à¯ நிறà¯à®µà¯ பà¯à®±à®¾à®®à®²à¯ à®à®³à¯à®³à®¤à¯, விà®à¯à®ªà®à¯à® பà¯à®¯à®°à¯"
@@ -7330,92 +7927,99 @@ msgstr "vbd à®à¯à®ªà¯à®ªà¯ பà¯à®¯à®°à¯ பிரிà®à¯à® à®®à¯à®
msgid "cannot parse vbd filename, missing driver type"
msgstr "vbd à®à¯à®ªà¯à®ªà¯ பà¯à®¯à®°à¯ பிரிà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯, à®à®¯à®à¯à®à®¿ வà®à¯ விà®à¯à®ªà®à¯à®à¯à®³à¯à®³à®¤à¯"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "தவறான MAC à®®à¯à®à®µà®°à®¿: %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à®¾à®¤ dict à®®à¯à®©à¯"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ auth வà®à¯ '%s'"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ தà®à®µà®²à¯ நிறà¯à®µà¯ பà¯à®±à®¾à®®à®²à¯ à®à®³à¯à®³à®¤à¯, விà®à¯à®ªà®à¯à® id"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "தவறான MAC à®®à¯à®à®µà®°à®¿: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ OS வà®à¯ %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à®²à®à¯à®à®£ பிழà¯"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "Xend à®à¯à®¯à®±à¯à®à®³ தà®à®µà®²à¯ à®à®²à®à¯à®à®£à®ªà¯à®ªà®à¯à®¤à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ à®à®¯à®à¯à®à®µà®¿à®²à¯à®²à¯"
+
+#: src/xend_internal.c:3219
#, fuzzy
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr "xenDaemonDomainDumpXMLByName à®à®¨à¯à®¤ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à®¾à®£ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "பà¯à®²à¯ %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤ à®à®³à¯à®³à¯à®à¯ à®à®¾à®¤à®© வà®à¯ %s"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr "xenDaemonGetAutostart failed à®à®¨à¯à®¤ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à®¾à®£à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr "xenDaemonSetAutostart failed à®à®¨à¯à®¤ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ à®à®¾à®£ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
msgid "unexpected value from on_xend_start"
msgstr "on_xend_startà®à®²à®¿à®°à¯à®¨à¯à®¤à¯ à®à®¤à®¿à®°à¯à®ªà®¾à®°à®¾à®¤ மதிபà¯à®ªà¯"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
msgid "no memory"
msgstr "நினà¯à®µà®à®®à¯ à®à®²à¯à®²à¯"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
msgid "sexpr2string failed"
msgstr "sexpr2string தà¯à®²à¯à®µà®¿"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
msgid "Failed to redefine sexpr"
msgstr "sexpr஠மற௠வரà¯à®¯à®±à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr "on_xend_start sexprà®à®²à¯ à®à®²à¯à®²à¯"
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "tty %s஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s\n"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
@@ -7423,124 +8027,124 @@ msgstr ""
"xenDaemonDomainMigrate: Xen à®à®à®®à¯à®ªà¯à®¯à®°à¯à®µà®¿à®©à¯ பà¯à®¤à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ மறà¯à®ªà¯à®¯à®°à®¿à®à¯à®µà®¤à®±à¯à®à¯ "
"தà¯à®£à¯à®ªà¯à®°à®¿à®µà®¤à®¿à®²à¯à®²à¯"
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
"xenDaemonDomainMigrate: Xen à®à®à®®à¯à®ªà¯à®¯à®°à¯à®µà®¿à®©à¯ பà¯à®¤à¯ à®
லà¯à®µà®°à®¿à®à¯ வரமà¯à®ªà¯à®à¯à®à¯ தà¯à®£à¯à®ªà¯à®°à®¿à®µà®¤à®¿à®²à¯à®²à¯"
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr "xenDaemonDomainMigrate: தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤ à®à¯à®à®¿"
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr "xenDaemonDomainMigrate: தவறான URI"
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr "xenDaemonDomainMigrate: xenmigr:// à®®à®à¯à®à¯à®®à¯ Xenà®à®²à¯ à®à®à®®à¯à®ªà¯à®¯à®° தà¯à®£à¯à®ªà¯à®°à®¿à®à®¿à®±à®¤à¯"
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr "xenDaemonDomainMigrate: à®à®°à¯ பà¯à®°à®µà®²à®©à¯ பà¯à®¯à®°à¯ URIà®à®²à¯ à®à¯à®±à®¿à®ªà¯à®ªà®¿à®à®ªà¯à®ªà® வà¯à®£à¯à®à¯à®®à¯"
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "xenDaemonDomainMigrate: தவறான தà¯à®±à¯ à®à®£à¯"
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
msgid "failed to parse domain description"
msgstr "à®à¯à®¯à®±à¯à®à®³ விளà®à¯à®à®¤à¯à®¤à¯ பà®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "à®à¯à®¯à®±à¯à®à®³à®®à¯ %s à® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr "xendConfigVersion < 4à®à®²à¯ தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
msgid "node information incomplete, missing scheduler name"
msgstr "à®®à¯à®©à¯ தà®à®µà®²à¯ நிறà¯à®µà¯ பà¯à®±à®¾à®®à®²à¯ à®à®³à¯à®³à®¤à¯, விà®à¯à®ªà®à¯à® திà®à¯à® பà¯à®¯à®°à¯"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr "strdup தà¯à®²à¯à®µà®¿"
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ திà®à¯à® à®®à¯à®²à®¾à®³à®°à¯"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
msgid "Failed to get a scheduler name"
msgstr "திà®à¯à®à®®à¯ பà¯à®¯à®°à¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
msgid "domain information incomplete, missing cpu_weight"
msgstr "à®à¯à®¯à®±à¯à®à®³ தà®à®µà®²à¯ à®®à¯à®´à¯à®®à¯à®¯à®¾à® à®à®²à¯à®²à¯, விà®à¯à®ªà®à¯à® cpu_weight"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
msgid "domain information incomplete, missing cpu_cap"
msgstr "à®à¯à®¯à®±à¯à®à®³ தà®à®µà®²à¯ à®®à¯à®´à¯à®®à¯ பà¯à®±à®µà®¿à®²à¯à®²à¯, விà®à¯à®ªà®à¯à® cpu_cap"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr "domainBlockPeek domà®à¯à®à¯ தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr "%s: தவறான பாதà¯"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "வாà®à®¿à®à¯à® திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s: %s"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "à®à¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ lseek à®
லà¯à®²à®¤à¯ வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s: %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à¯à®à¯à®à®¾à®¤ à®à¯à®¯à®±à¯à®à®³ வà®à¯ %d"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à®¾à®¤ mime வà®à¯"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤ à®à¯à®®à®¿à®ªà¯à®ªà® தà¯à®à¯à®¤à®¿ வà®à¯ %d"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à®¾à®¤ மதிபà¯à®ªà¯ à®®à¯à®©à¯"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr "HVM à®à¯à®¯à®±à¯à®à®³ à®à®±à¯à®±à®¿ à®à®²à¯à®²à¯"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "ai_socktype தà¯à®£à¯à®ªà¯à®°à®¿à®¯à®¾à®¤à¯"
@@ -7616,45 +8220,45 @@ msgstr "à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®±à¯à®à¯ à®à®à¯à®à®®à¯à®ªà¯
msgid "unexpected lifecycle action %d"
msgstr "à®à®¤à®¿à®°à¯à®ªà®¾à®°à®¾à®¤ dict à®®à¯à®©à¯"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà¯ பà¯à®¯à®°à¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®±à¯à®à¯ à®à®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr "à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à®¿à®±à¯à®à¯ à®®à¯à®²à¯à®´à¯à®¤ à®à®à¯à®à®®à¯ à®à®³à¯à®³à¯à®à¯à®à¯ à®à®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
msgid "failed to remove old domain from config map"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®®à¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ பழà¯à®¯ à®à¯à®¯à®±à¯à®à®³à®¤à¯à®¤à¯ நà¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà®¿à®©à¯ பà¯à®¯à®°à¯ மி஠நà¯à®³à®®à®¾à® à®à®³à¯à®³à®¤à¯"
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
msgid "unable to get current time"
msgstr "நà®à®ªà¯à®ªà¯ நà¯à®°à®¤à¯à®¤à¯à®ªà¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
msgid "unable to store config file handle"
msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà¯ à®à¯à®ªà¯à®ªà¯ à®à¯à®¯à®¾à®³à¯à®¤à®²à¯ à®à¯à®®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
msgid "unknown device"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ à®à®¾à®¤à®©à®®à¯"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "logfile %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "logfile %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
@@ -7663,19 +8267,34 @@ msgstr "logfile %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯
msgid "Invalid parameter to virXPathString()"
msgstr "virXPathString()à®à¯à®à¯ தவறான à®
ளவà¯à®°à¯"
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr "virXPathNumber()à®à¯à®à¯ தவறான à®
ளவà¯à®°à¯"
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "virXPathString()à®à¯à®à¯ தவறான à®
ளவà¯à®°à¯"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "virXPathString()à®à¯à®à¯ தவறான à®
ளவà¯à®°à¯"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr "virXPathBoolean()à®à¯à®à¯ தவறான à®
ளவà¯à®°à¯"
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr "virXPathNode()à®à¯à®à¯ தவறான à®
ளவà¯à®°à¯"
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "virXPathNodeSet()à®à¯à®à¯ தவறான à®
ளவà¯à®°à¯"
@@ -7701,16 +8320,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "பà¯à®²à¯ à®à®±à¯à®à®©à®µà¯ à®à¯à®¯à®²à®¿à®²à¯ à®à®³à¯à®³à®¤à¯"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "à®à¯à®¯à®±à¯à®à®³ à®à®¤à¯à®à¯à®à¯à®à¯"
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "%s '%s': %sà® à®
ணà¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ (%d)"
+
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "à®à®¾à®à¯ à®®à¯à®à®µà®°à®¿ %d (%s)஠பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "பியர௠மà¯à®à®µà®°à®¿ %d஠பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ (%s)"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "non-blocking à®à¯à®ªà¯à®ªà¯ விவரிபà¯à®ªà®¿ à®à¯à®à®¿à®¯à¯ à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯"
+
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "logfile %sà® à®à®°à¯à®µà®¾à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "VM logfile close-on-exec à®à¯à®à®¿à®¯à¯ à®
à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯ %s"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup: நினà¯à®µà®à®®à¯ பà¯à®¤à®µà®¿à®²à¯à®²à¯"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "logfile %dà® à®®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
+
#~ msgid "allocating configuration"
#~ msgstr "à®à®à¯à®à®®à¯à®ªà¯à®ªà®¿à®©à¯ à®à®¤à¯à®à¯à®à¯à®à®¿à®±à®¤à¯"
@@ -7758,9 +8405,6 @@ msgstr "à®à¯à®¯à®±à¯à®à®³ à®à®¤à¯à®à¯à®à¯à®à¯"
#~ msgid "failed to mount %s at %s for container: %s"
#~ msgstr "%sà® %s à®à¯à®à¯ à®à®±à¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "open(%s) தà¯à®²à¯à®µà®¿: %s"
-
#~ msgid "clone() failed, %s"
#~ msgstr "clone() தà¯à®²à¯à®µà®¿, %s"
@@ -8184,12 +8828,6 @@ msgstr "à®à¯à®¯à®±à¯à®à®³ à®à®¤à¯à®à¯à®à¯à®à¯"
#~ msgid "cannot write tty pid file %s: %s"
#~ msgstr "tty pid à®à¯à®ªà¯à®ªà¯ %sà® à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "tty pid à®à¯à®ªà¯à®ªà¯ %s஠திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-
-#~ msgid "cannot read tty pid file %s: %s"
-#~ msgstr "tty pid à®à¯à®ªà¯à®ªà¯ %s஠வாà®à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-
#~ msgid "execl failed to exec init: %s"
#~ msgstr "execl inità® à®à®¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
@@ -8307,9 +8945,6 @@ msgstr "à®à¯à®¯à®±à¯à®à®³ à®à®¤à¯à®à¯à®à¯à®à¯"
#~ msgid "missing sound model"
#~ msgstr "விà®à¯à®ªà®à¯à® à®à®²à®¿ மாதிரி"
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "தவறான à®à®²à®¿ மாதிரி '%s'"
-
#~ msgid "domain name length too long"
#~ msgstr "à®à¯à®¯à®±à¯à®à®³à®ªà¯ பà¯à®¯à®°à¯ மி஠நà¯à®³à®®à¯"
diff --git a/po/te.gmo b/po/te.gmo
index 79c74ca..11f09a1 100644
Binary files a/po/te.gmo and b/po/te.gmo differ
diff --git a/po/te.po b/po/te.po
index 0256d02..2a1b6e0 100644
--- a/po/te.po
+++ b/po/te.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: te\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-10-14 21:31+0530\n"
"Last-Translator: Krishna Babu K <kkrothap at redhat.com>\n"
"Language-Team: Telugu <en at li.org>\n"
@@ -95,239 +95,239 @@ msgstr "పారామితి à°¸à±à°à±à°°à°¿à°à°à± సరిà°à°¾ à°¯
msgid "Unknown error"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°¦à±à°·à°®à±"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
msgstr "%s '%s'నౠయాà°à±à°¸à°¿à°¸à± à°à±à°¯à°²à±à°¦à±: %s (%d)"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "à°¸à°à°à±à°¤à°ªà± à°ªà±à°ªà±âà°¨à±à°à°¡à°¿ à°à°¦à±à°µà±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "SIGHUPపౠà°à°à±à°¤à±à°à°°à°£ à°°à±à°²à±à°¡à°¿à°à°à±"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "à°¡à±à°°à±à°µà°°à±à°²à°¨à± à°°à±à°²à±à°¡à± à°à±à°¸à±à°¤à±à°¨à±à°¨à°ªà±à°ªà±à°¡à± à°¦à±à°·à°®à±"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "à°¸à°à°à±à°¤à°®à± %dà°¨à°à°¦à± à°®à±à°¸à°¿à°µà±à°¸à±à°¤à±à°à°¦à°¿"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "à°à°¹à±à°®à±à°à°¨à°¿ వాలà±à°¯à± à°¨à±à°¡à±"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "close-on-exec à°«à±à°²à±à°¯à±à°à±à° à°¡à°¿à°¸à±à°à±à°°à°¿à°ªà±à°à°¾à°°à± à°«à±à°²à°¾à°à± à°
మరà±à°à±à°à°²à± à°¦à±à°·à°®à±"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "non-blocking à°«à±à°²à± à°¡à°¿à°¸à±à°à±à°°à°¿à°ªà±à°à°¾à°°à± à°«à±à°²à°¾à°à± à°
మరà±à°à±à°à°²à± à°¦à±à°·à°®à±"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "pid à°«à±à°²à± '%s' à°¤à±à°°à±à°µà±à°à°²à± విఫలమà±à°à°¦à°¿ : %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "pid à°«à±à°²à± '%s' fdopenలౠవిఫలమà±à°à°¦à°¿ : %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "pid à°«à±à°²à± '%s'à°à± à°µà±à°°à°¾à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿ : %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "pid '%s'నౠమà±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿ : %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "struct qemud_socketà°à± à°®à±à°®à±à°°à±à°¨à°¿ à°à±à°à°¾à°¯à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "సాà°à±à°à± à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "సాà°à±à°à±âనౠ'%s'à°à± à°¬à°à°¦à°¨à° à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "'%s'పౠà°
à°¨à±à°¸à°à°§à°¾à°¨à°®à±à°² à°à±à°°à°à± వినà±à°à°à± విఫలమà±à°à°¦à°¿: %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr "à°¸à±à°µà°¿à° à°à°à°¨ à°à°¾à°²à±âà°¬à±à°¯à°¾à°à±âనౠà°à°¤à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "సాà°à±à°à±: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "à°¬à°à°¦à°¨à°: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "à°à°²à°à°¿à°à°à±: %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: calloc: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: listen: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr "qemudInitPaths() à°¨à°à°¦à°²à°¿ బఫరà±âà°à± పాతౠమరà±à°ªà±à°¡à°µà±à°¨à°¦à°¿"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "struct qemud_serverనౠà°à±à°à°¾à°¯à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "à°¬à±à°°à°¿à°¡à±à°à°¿ మదà±à°¦à°¤à±à°¨à± సిదà±à°¦à°ªà°°à°à°²à±à°®à±: %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "à°¬à±à°°à°¿à°¡à±à°à°¿ మదà±à°¦à°¤à±à°¨à± సిదà±à°¦à°ªà°°à°à°²à±à°®à±: %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "SASL à°¦à±à°µà±à°à°°à°£à°®à± %sనౠసిదà±à°¦à°®à± à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "SASL à°¦à±à°µà±à°à°°à°£à°®à± %sనౠసిదà±à°¦à°®à± à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "PolicyKit auth à°à±à°°à°à± సిసà±à°à°®à± బసà±âà°à± à°
à°¨à±à°¸à°à°§à°¾à°¨à°®à°à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: failed: client DN is %s"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate: నిరà±à°§à°¾à°°à°£ విఫలమà±à°à°¦à°¿: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr "remoteCheckCertificate: à°à°à±à°·à°¿à°¦à°¾à°°à°¿ à°¦à±à°µà±à°à°°à°£à°ªà°¤à±à°°à°®à± నమà±à°®à°¦à°à°¿à°¨à°¦à°¿ à°à°¾à°¦à±."
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr "remoteCheckCertificate: à°à°à±à°·à°¿à°¦à°¾à°°à°¿ à°¦à±à°µà±à°à°°à°£à°ªà°¤à±à°°à°®à± à°¤à±à°²à°¿à°¯à°¨à°¿ విడà±à°¦à°²à°à°¾à°°à±à°¨à°¿ à°à°²à°¿à°à°¿à°µà±à°à°¦à°¿."
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate: à°à°à±à°·à°¿à°¦à°¾à°°à°¿ à°¦à±à°µà±à°à°°à°£à°ªà°¤à±à°°à°®à± à°à±à°à±à°à°¿à°µà±à°¯à°¬à°¡à°¿à°à°¦à°¿."
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr "remoteCheckCertificate: à°à°à±à°·à°¿à°¦à°¾à°°à°¿ à°¦à±à°µà±à°à°°à°£à°ªà°¤à±à°°à°®à± à°°à°à±à°·à°£à°²à±à°¨à°¿ à°
à°²à±à°à°¾à°°à±à°¦à±à°®à±âనౠవà±à°ªà°¯à±à°à°¿à°¸à±à°¤à±à°à°¦à°¿."
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate: à°¦à±à°µà±à°à°°à°£à°ªà°¤à±à°°à°®à± X.509 à°à°¾à°¦à±"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate: à°ªà±à°°à±à°¸à±â à°²à±à°°à±"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: gnutls_x509_crt_init విఫలమà±à°à°¦à°¿"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate: à°à°à±à°·à°¿à°¦à°¾à°°à°¿ à°¦à±à°µà±à°à°°à°£à°ªà°¤à±à°°à°®à± à°à°¾à°²à°®à±à°¤à±à°°à°¿à°¨à°¦à°¿"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr "remoteCheckCertificate: à°à°à±à°·à°¿à°¦à°¾à°°à°¿ à°¦à±à°µà±à°à°°à°£à°ªà°¤à±à°°à°®à± యిà°à°à°¾ à°à±à°°à°¿à°¯à°¾à°¶à±à°²à°ªà°°à±à°à°¬à°¡à°¿à°²à±à°¦à±"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -339,11 +339,11 @@ msgstr ""
"'openssl x509 -in clientcert.pem -text'నౠవà±à°ªà°¯à±à°à°¿à°à°à°à°¡à°¿, à°²à±à°¦à°¾ à°¡à±à°®à±à°¨à±âనౠ--verbose "
"à°à°à±à°à°¿à°à°à°¤à± నడà±à°ªà±à°®à±."
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr "remoteCheckCertificate: à°à°à±à°·à°¿à°¦à°¾à°°à°¿ à°¦à±à°µà±à°à°°à°£à°ªà°¤à±à°°à°®à± నిరà±à°§à°¾à°°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
@@ -351,438 +351,454 @@ msgstr ""
"remoteCheckCertificate: tls_no_verify_certificate à°
మరà±à°à°¬à°¡à°¿à°à°¦à°¿ à°
à°à°¦à±à°µà°²à°¨ à°à±à°¡à±à°¡ "
"à°¦à±à°µà±à°à°°à°£à°ªà°¤à±à°°à°®à± వదిలివà±à°¯à°¬à°¡à°¿à°à°¦à°¿"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "à°à°à±à°·à°¦à°¾à°°à°¿ à°à°¨à°µà°¾à°³à±à°³à± నిరà±à°§à°¾à°°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "à°
à°¨à±à°¸à°à°§à°¾à°¨à°®à± à°à°®à±à°¦à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "à°à°°à± à°à±à°à°¾à°¯à°¿à°à°à±à°à°²à± à°®à±à°®à±à°°à± సరిపà±à°¦à±"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr "à°
à°¨à±à°®à°¤à°¿à°à°² à°à°à±à°·à°¿à°¦à°¾à°°à°¿ %dà°à± polkit authనౠà°à°«à±âà°à±à°¯à±à°®à±"
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "TLS హాà°à°¡à±âà°·à±à°à± విఫలమà±à°à°¦à°¿: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "à°
à°¨à±à°à±à°¨à°¿ à°¡à±à°®à±à°¨à± à°°à°à°®à± %d"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "à°à°¦à±à°µà±: %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "'%s' à°¸à±à°·à±à°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "à°µà±à°°à°¾à°¯à±: %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "'%s' à°¸à±à°·à±à°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr "à°¸à°à°à±à°¤ à°¸à°à°à°¾à°²à°¿à° %d à°¦à±à°·à°®à±à°²à°¨à± నివà±à°¦à°¿à°à°à°¿à°¨à°¦à°¿: à°à°à°°à°¿ à°¦à±à°·à°®à±: %s"
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "à°µà±à°°à°¾à°¯à±à°à°à± à°µà±à°«à°²à±à°¯à° à°à±à°à°¦à°¿à°à°¦à°¿"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "à°®à±à°®à±à°°à± à°à±à°à°¾à°¯à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "%s config à°à°¾à°¬à°¿à°¤à°¾à°à±à°°à°à± à°®à±à°®à±à°°à±à°¨à°¿ à°à±à°à°¾à°¯à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "%s config à°à°¾à°¬à°¿à°¤à°¾ విలà±à°µà°à± à°®à±à°®à±à°°à±à°¨à°¿ à°à±à°à°¾à°¯à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr "remoteReadConfigFile: %s: %s: à°¸à±à°à±à°°à°¿à°à°à± à°à°¾à°µà°¾à°²à°¿ à°²à±à°¦à°¾ à°¸à±à°à±à°°à°¿à°à°à± à°à°¾à°¬à°¿à°¤à°¾ à°à°¾à°µà°¾à°²à°¿\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr "remoteReadConfigFile: %s: %s: విలà±à°µà°à°¾à°¨à°¿ à°°à°à°®à±: à°ªà±à°à°¦à°¿à°à°¦à°¿ %s; à°
à°¨à±à°à±à°¨à±à°¨à°¦à°¿ %s\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr "remoteReadConfigFile: %s: %s: మదà±à°¦à°¤à±à°¯à°¨à°¿ auth %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "rootà°à°¾ నడà±à°µà°¨à°ªà±à°ªà±à°¡à± సమà±à°¹à°à°¨à± à°
మరà±à°à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr "సమà±à°¹à° '%s'నౠà°à±à°à±à°à±à°¨à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "à°°à±à°¤à°¿ '%s'నౠపారà±à°¶à±â à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "à°¡à±à°®à±à°¨à±âలా à°«à±à°°à±à°à± à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "à°ªà±à°ªà± à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "uuidనౠవà±à°¦à±à°à°µà°¿à°à°ªà°à±à°¯ à°²à±à°¦à±"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr "%sà°¯à±à°à±à° సమà±à°¹à°ªà± యాà°à°®à°¾à°¨à°¿à°¤à±à°µà°¾à°¨à±à°¨à°¿ మారà±à°à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr "à°à°¾à°²à±âà°¬à±à°¯à°¾à°à±âనౠసà°à°à±à°¤à°®à± à°ªà±à°ªà±âà°à±à°°à°à± నమà±à°¦à±à°à±à°¯à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr "à°ªà±à°°à±à°à±à°°à°¾à°®à± à°¤à±à°¡à°¾ (యాధారà±à°§à° %x, à°
à°¨à±à°à±à°¨à±à°¨à°¦à°¿ %x)"
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "వరà±à°·à°¨à± à°¤à±à°¡à°¾ (యధారà±à°§à° %x, à°
à°¨à±à°à±à°¨à±à°¨à°¦à°¿ %x)"
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "దిశ (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "à°¸à±à°¥à°¿à°¤à°¿ (%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "à°§à±à°µà±à°à°°à°£ à°
వసరమà±à°à°¦à°¿"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ విధానమà±: %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "పారà±à°¶à±â à°à°°à±à°à±à°¸à±â విఫలమà±à°¨à°¾à°¯à°¿"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr "à°
à°¨à±à°¸à°à°§à°¾à°¨à°®à± యిపà±à°ªà°à°¿à°à± à°¤à±à°°à°¿à°à°¿à°µà±à°à°¦à°¿"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "à°
à°¨à±à°¸à°à°§à°¾à°¨à°®à± à°¤à±à°°à°¿à°à°¿à°²à±à°¦à±"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr "strdup à°¨à°à°¦à± à°®à±à°®à±à°°à± à°²à±à°¦à±"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_NODE_MAX_CELLS"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr "nparams మరౠపà±à°¦à±à°¦à°µà°¿"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°°à°à°"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr "పరిమాణమౠ> à°à°°à°¿à°·à±à° బఫరౠపరిమాణà°"
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "à°ªà±à°°à°¸à±à°¤à±à°¤ సమయà°à°¨à± à°ªà±à°à°¦à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "à°ªà±à°°à°¸à±à°¤à±à°¤ సమయà°à°¨à± à°ªà±à°à°¦à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "à°à°¿à°°à±à°¨à°¾à°®à°¾ %dనౠపరిషà±à°à°°à°¿à°à°à°²à±à°¦à±: %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "à°à°à±à°·à°¿à°¦à°¾à°°à°¿ à°à±à°²à±à°²à°¨à°¿ SASL init à°
à°à±à°¯à°°à±à°§à°¨à°¨à± à°ªà±à°°à°¯à°¤à±à°¨à°¿à°à°à°¾à°¡à±"
-#: qemud/remote.c:2575
-#, c-format
-msgid "failed to get sock address %d (%s)"
+#: qemud/remote.c:2651
+#, fuzzy, c-format
+msgid "failed to get sock address: %s"
msgstr "sock à°à°¿à°°à±à°¨à°¾à°®à°¾ %d (%s)నౠపà±à°à°¦à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: qemud/remote.c:2586
-#, c-format
-msgid "failed to get peer address %d (%s)"
+#: qemud/remote.c:2663
+#, fuzzy, c-format
+msgid "failed to get peer address: %s"
msgstr "à°ªà±à°°à± à°à°¿à°°à±à°¨à°¾à°®à°¾ %d (%s)నౠపà±à°à°¦à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "sasl à°¸à°à°¦à°°à±à°à° à°
మరిఠవిఫలమà±à°à°¦à°¿ %d (%s)"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr "TLS à°¸à±à°«à°°à± పరిమాణà°à°¨à± à°ªà±à°à°¦à°²à±à°¦à±"
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr "SASL బహిరà±à°à°¤ SSF %d (%s)నౠà°
మరà±à°à°²à±à°¦à±"
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr "SASL à°°à°à±à°·à°£ props %d (%s)నౠà°
మరà±à°à°²à±à°¦à±"
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "SASL à°®à±à°à°¨à°¿à°à°®à±à°¸à±ââనౠ%d (%s) à°à°¾à°¬à°¿à°¤à°¾à°à±à°¯à°²à±à°¦à±"
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "mechlistనౠà°à±à°à°¾à°¯à°¿à°à°à°²à±à°¦à±"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "SASL ssfనౠà°
à°¨à±à°¸à°à°§à°¾à°¨à°®à± %d (%s)à°¨à°à°¦à± à°à±à°µà°°à±à°à±à°¯à°²à±à°¦à±"
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "à°²à±à°à±à°à°à±à°°à°¾à°¨à°¿ SSF %d à°à°¾à°µà°²à°¿à°¸à°¿à°¨à°à°¤ బలమà±à°¨à°¦à°¿à°à°¾à°¦à±"
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr "SASL వినియà±à°à°¦à°¾à°°à°¿à°¨à°¾à°®à°®à±à°¨à± à°
à°¨à±à°¸à°à°§à°¾à°¨à°®à± %d (%s)à°¨à°à°¦à± à°à±à°µà°°à±à°à±à°¯à°²à±à°¦à±"
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "à°à°à±à°µà°à°à°¿ à°à°à±à°·à°¿à°¦à°¾à°°à°¿ వినియà±à°à°¦à°¾à°°à°¿à°¨à°¾à°®à°®à± à°à°¨à°¬à°¡à°²à±à°¦à±"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "వినియà±à°à°¦à°¾à°°à°¿à°¨à°¾à°®à°®à±à°¨à± à°¨à°à°²à±à°¤à±à°¯à±à°à°²à± à°®à±à°®à±à°°à± మిà°à°à°¿à°¨à°¦à°¿"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "SASL à°à°à±à°·à°¿à°¦à°¾à°°à°¿ %s à°µà±à°à±âలిసà±à°à±à°¨à°à°¦à± à°
à°¨à±à°®à°¤à°¿à°à°à°¬à°¡à°¡à±"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr "à°à°à±à°·à°¿à°¦à°¾à°°à°¿ సరిà°à°¾à°¨à°¿ SASL à°ªà±à°°à°¾à°°à°à° à°
à°à±à°¯à°°à±à°§à°¨à°¨à± à°ªà±à°°à°¯à°¤à±à°¨à°¿à°à°à°¾à°¡à±"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "sasl à°ªà±à°°à°¾à°°à°à°à° విఫమà±à°à°¦à°¿ %d (%s)"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr "sasl à°ªà±à°°à°¾à°°à°à° à°ªà±à°°à°¤à±à°¯à±à°¤à±à°¤à°°à° à°¡à°¾à°à°¾ మరౠపà±à°¡à°µà±à°¨à°¦à°¿ %d"
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "sasl à°
à°à°à± విఫలమà±à°à°¦à°¿ %d (%s)"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr "sasl à°
à°à°à± à°ªà±à°°à°¤à±à°¯à±à°¤à±à°¤à°°à°®à± à°¡à°¾à°à°¾ మరà±à°ªà±à°¡à°µà±à°¨à°¦à°¿ %d"
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr "à°à°à±à°·à°¿à°¦à°¾à°°à°¿ మదà±à°¦à°¤à±à°¯à°¨à°¿ SASL init à°
à°à±à°¯à°°à±à°§à°¨à°¨à± à°ªà±à°°à°¯à°¤à±à°¨à°¿à°à°à°¿à°à°¦à°¿"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr "à°à°à±à°·à°¿à°¦à°¾à°°à°¿ మదà±à°¦à°¤à±à°¯à°¨à°¿ SASL à°ªà±à°°à°¾à°°à°à° à°
à°à±à°¯à°°à±à°§à°¨à°¨à± à°ªà±à°°à°¯à°¤à±à°¨à°¿à°à°à°¿à°à°¦à°¿"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "à°à°à±à°·à°¿à°¦à°¾à°°à°¿ మదà±à°¦à°¤à±à°¯à°¨à°¿ SASL à°
à°à°à± à°
à°à±à°¯à°°à±à°§à°¨à°¨à± à°ªà±à°°à°¯à°¤à±à°¨à°¿à°à°à°¿à°à°¦à°¿"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr "à°à°à±à°·à°¿à°¦à°¾à°°à°¿ à°à±à°²à±à°²à°¨à°¿ PolicyKit init à°
à°à±à°¯à°°à±à°§à°¨à°¨à± à°ªà±à°°à°¯à°¤à±à°¨à°¿à°à°à°¿à°à°¦à°¿"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "à°ªà±à°°à± సాà°à±à°à± à°à±à°°à±à°¤à°¿à°à°ªà±à°¨à± à°ªà±à°à°¦à°²à±à°à°ªà±à°¯à°¿à°à°¦à°¿"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "PID %dనౠపరిశà±à°²à°¿à°à°à±à° %dలా నడà±à°¸à±à°¤à±"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr "policy kit à°à°¾à°²à°°à±âనౠà°à±à°¸à±à°à±à°¨à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "polkit à°à°°à±à°¯à°¨à± %s à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫమà±à°à°¦à°¿\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "polkit à°¸à°à°¦à°°à±à°à°®à±à°¨à± %s à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "పాలసి à°à°¿à°à± à°¦à±à°µà±à°à°°à°£à°®à±à°¨à± పరిశà±à°²à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿ %d %s"
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr "పాలసి à°à°¿à°à± à°à°°à±à°¯ %sనౠpid %d, uid %dà°¨à±à°à°¡à°¿ తిరసà±à°à°°à°¿à°¸à±à°¤à±à°à°¦à°¿ ఫలితà°: %s\n"
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr "పాలసి à°à°°à±à°¯ %sనౠpid %d, uid %dà°¨à±à°à°¡à°¿ à°
à°¨à±à°®à°¤à°¿à°¸à±à°¤à±à°à°¦à°¿ ఫలితఠ%s"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr "à°à°à±à°·à°¿à°¦à°¾à°°à°¿ మదà±à°¦à°¤à±à°¯à°¨à°¿ PolicyKit init à°
à°à±à°¯à°°à±à°§à°¨à°¨à± à°ªà±à°°à°¯à°¤à±à°¨à°¿à°à°à°¿à°à°¦à°¿"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
#, fuzzy
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "పరిà°à°°à°®à± à°à°¨à±à°à±à°¨à°¬à°¡à°²à±à°¦à±: %s (%s)"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "à°à°¹à°¿à°à°à°¨à°¿ à°¡à°¿à°à±à°à± à°¨à±à°¡à±"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -898,524 +914,526 @@ msgstr "à°
à°¨à±à°¸à°à°§à°¾à°¨à°®à± హాషౠపà°à±à°à°¿à°à°à± à°¨
msgid "dev missing from connection hash table"
msgstr "à°
à°¨à±à°¸à°à°§à°¾à°¨ హాషౠపà°à±à°à°¿à°à°¨à±à°à°¡à± vol తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°°à°à°®à± '%s'"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°¬à±à°à± పరిà°à°°à°®à± '%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "సరిà°à°¾à°¨à°¿ à°«à±à°²à°¾à°ªà± పరిà°à°°à°®à± నామమà±: %s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "సరిà°à°¾à°¨à°¿ హారà±à°¡à±à°¡à°¿à°¸à±à°à± పరిà°à°°à°®à± నామమà±: %s"
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ auth à°°à°à°®à± '%s'"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "సరిà°à°¾à°¨à°¿ బసౠరà°à°®à± '%s' à°«à±à°²à°¾à°ªà± à°¡à°¿à°¸à±à°à± à°à±à°°à°à±"
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "సరిà°à°¾à°¨à°¿ బసౠరà°à°®à± '%s' à°«à±à°²à°¾à°ªà± à°¡à°¿à°¸à±à°à± à°à±à°°à°à±"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°¬à±à°à± పరిà°à°°à°®à± '%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ auth à°°à°à°®à± '%s'"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ auth à°°à°à°®à± '%s'"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr "à°à°à±à°µà°à°à°¿ <source> 'à°¨à±à°à±à°µà°°à±à°à±' యాà°à±à°°à°¿à°¬à±à°¯à±à°à± <interface type='network'/>తౠతà±à°²à±à°ªà°²à±à°¦à±"
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr "à°à°à±à°µà°à°à°¿ <source> 'dev' యాà°à±à°°à°¿à°¬à±à°¯à±à°à± <interface type='bridge'/>తౠతà±à°²à±à°ªà°¬à°¡à°²à±à°¦à±"
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr "à°à°à±à°µà°à°à°¿ <source> 'port' యాà°à±à°°à°¿à°¬à±à°¯à±à°à± సాà°à±à°à± à°à°à°à°°à±âà°«à±à°¸à±âతౠతà±à°²à±à°ªà°¬à°¡à°²à±à°¦à±"
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr "<source> 'à°ªà±à°°à±à°à±' యాà°à±à°°à°¿à°¬à±à°¯à±à°à± సాà°à±à°à± à°à°à°à°°à±âà°«à±à°¸à±âతౠపారà±à°¶à±â à°à±à°¯à°²à±à°®à±"
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr "à°à°à±à°µà°à°à°¿ <source> 'à°à°¿à°°à±à°¨à°¾à°®à°¾' యాà°à±à°°à°¿à°¬à±à°¯à±à°à± సాà°à±à°à± à°à°à°à°°à±âà°«à±à°¸à±âతౠతà±à°²à±à°ªà°¬à°¡à°²à±à°¦à±"
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr "à°®à±à°¡à°²à± నామమౠà°à±à°²à±à°²à°¨à°¿ à°
à°à±à°·à°°à°®à±à°²à°¨à± à°à°²à°¿à°à°¿à°µà±à°à°¦à°¿"
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
msgid "Missing source path attribute for char device"
msgstr "à°®à±à°²à°ªà± పాతౠయాà°à±à°°à°¿à°¬à±à°¯à±à°à±âనౠà°
à°à±à°·à°° పరిà°à°°à°®à± à°à±à°°à°à± తపà±à°ªà°¿à°¸à±à°¤à±à°¨à±à°¨à°¦à°¿"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
msgid "Missing source host attribute for char device"
msgstr "à°
à°à±à°·à°° పరిà°à°°à°®à± à°à±à°°à°à± à°®à±à°²à°ªà± à°¹à±à°¸à±à°à± యాà°à±à°°à°¿à°¬à±à°¯à±à°à±âనౠతపà±à°ªà°¿à°¸à±à°¤à±à°¨à±à°¨à°¦à°¿"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr "à°
à°à±à°·à°° పరిà°à°°à°®à± à°à±à°°à°à± à°®à±à°²à°ªà± à°¸à±à°µ యాà°à±à°°à°¿à°¬à±à°¯à±à°à±âనౠతపà±à°ªà°¿à°¸à±à°¤à±à°¨à±à°¨à°¦à°¿"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr "తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨ à°à°¨à±âà°ªà±à°à± పరిà°à°°à°®à± à°°à°à°®à±"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°¬à±à°à± పరిà°à°°à°®à± '%s'"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ auth à°°à°à°®à± '%s'"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "ps2 బసౠà°
à°¨à±à°¨à°¦à°¿ %s à°à°¨à±âà°ªà±à°à± పరిà°à°°à°®à±à°¨à± మదà±à°¦à°¤à±à°¯à±à°à°²à±à°¦à±"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "మదà±à°¦à°¤à±à°¯à°¨à°¿ à°à°¨à±âà°ªà±à°à± బసౠ%s"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr "xen బసౠà°
à°¨à±à°¨à°¦à°¿ %s à°à°¨à±âà°ªà±à°à± పరిà°à°°à°®à±à°¨à± మదà±à°¦à°¤à±à°¯à±à°à°²à±à°¦à±"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨ à°à°¨à±âà°ªà±à°à± పరిà°à°°à°®à± à°°à°à°®à±"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ పరిà°à°°à°®à± à°°à°à°®à±"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "%s à°à±à°°à°à± à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à± à°¤à±à°¸à°¿à°µà±à°¯à°²à±à°¦à±"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ auth à°°à°à°®à± '%s'"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°§à±à°µà°¨à°¿ à°°à±à°¤à°¿ à°°à°à°®à±"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "dir %sనౠà°à°¦à±à°µà°²à±à°¦à±: %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "పరిà°à°°à°®à± %sనౠతà±à°°à±à°µà°²à±à°¦à±"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "%sనౠà°à°¦à±à°µà°²à±à°¦à±: %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "పరిà°à°°à°®à± %sనౠతà±à°°à±à°µà°²à±à°¦à±"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ auth à°°à°à°®à± '%s'"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿ \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "à°®à±à°²à°ªà± à°¹à±à°¸à±à°à± తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨à°¦à°¿"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "పరిà°à°°à°®à± %sనౠతà±à°°à±à°µà°²à±à°¦à±"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "%sనౠà°à°¦à±à°µà°²à±à°¦à±: %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "పరిà°à°°à°®à± %sనౠతà±à°°à±à°µà°²à±à°¦à±"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ auth à°°à°à°®à± '%s'"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°¬à±à°à± పరిà°à°°à°®à± '%s'"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°¬à±à°à± పరిà°à°°à°®à± '%s'"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "à°®à±à°²à°ªà± à°¹à±à°¸à±à°à± తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨à°¦à°¿"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°à°¤à°¿à°§à±à°¯à°¿ %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°¦à±à°µà±à°à°°à°£à°®à± à°°à°à°®à± %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨ root à°®à±à°²à°à°®à±"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ పరిà°à°°à°®à± à°°à°à°®à±"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨ à°¡à±à°®à±à°¨à± à°°à°à°®à± యాà°à±à°°à°¿à°¬à±à°¯à±à°à±"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "à°à±à°²à±à°²à°¨à°¿ à°¡à±à°®à±à°¨à± à°°à°à°®à±"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "UUID à°µà±à°¦à±à°à°µà°¿à°à°ªà°à±à°¯à±à°à°à± విఫలమà±à°à°¦à°¿: %s"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "తపà±à°ªà±à°à°¾à°ªà°¨à°¿ à°à±à°¯à±à°à±à°¨à±à°¨ uuid à°®à±à°²à°à°®à±"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr "à°®à±à°®à±à°°à± à°®à±à°²à°à° తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨à°¦à°¿"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "'%s' à°à°¹à°¿à°à°à°¨à°¿ సమాà°à°¾à°°à°"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "à° OS à°°à°à°à°à°¾à°¦à±"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "మదà±à°¦à°¤à±à°¯à°¨à°¿ నిరà±à°®à°¾à°£à°®à±"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "à°®à±à°²à°ªà± పరిà°à°°à°¾à°²à°¨à± à°¯à±à°à±à°¸à±ââà°à±à°°à°¾à°à±à°à±â à°à±à°¯à°²à±à°¦à±"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "à°®à±à°²à°ªà± పరిà°à°°à°®à± తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨à°¦à°¿"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°¬à±à°à± పరిà°à°°à°®à± '%s'"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "à°®à±à°²à°ªà± పరిà°à°°à°¾à°²à°¨à± à°¯à±à°à±à°¸à±ââà°à±à°°à°¾à°à±à°à±â à°à±à°¯à°²à±à°¦à±"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
#, fuzzy
msgid "cannot extract filesystem devices"
msgstr "à°®à±à°²à°ªà± పరిà°à°°à°¾à°²à°¨à± à°¯à±à°à±à°¸à±ââà°à±à°°à°¾à°à±à°à±â à°à±à°¯à°²à±à°¦à±"
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "à°®à±à°²à°ªà± పరిà°à°°à°¾à°²à°¨à± à°¯à±à°à±à°¸à±ââà°à±à°°à°¾à°à±à°à±â à°à±à°¯à°²à±à°¦à±"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
#, fuzzy
msgid "cannot extract parallel devices"
msgstr "à°®à±à°²à°ªà± పరిà°à°°à°¾à°²à°¨à± à°¯à±à°à±à°¸à±ââà°à±à°°à°¾à°à±à°à±â à°à±à°¯à°²à±à°¦à±"
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "à°®à±à°²à°ªà± పరిà°à°°à°¾à°²à°¨à± à°¯à±à°à±à°¸à±ââà°à±à°°à°¾à°à±à°à±â à°à±à°¯à°²à±à°¦à±"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "à°®à±à°²à°ªà± పరిà°à°°à°¾à°²à°¨à± à°¯à±à°à±à°¸à±ââà°à±à°°à°¾à°à±à°à±â à°à±à°¯à°²à±à°¦à±"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "à°®à±à°²à°ªà± పరిà°à°°à°¾à°²à°¨à± à°¯à±à°à±à°¸à±ââà°à±à°°à°¾à°à±à°à±â à°à±à°¯à°²à±à°¦à±"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "à°®à±à°²à°ªà± పరిà°à°°à°¾à°²à°¨à± à°¯à±à°à±à°¸à±ââà°à±à°°à°¾à°à±à°à±â à°à±à°¯à°²à±à°¦à±"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "à°®à±à°²à°ªà± పరిà°à°°à°¾à°²à°¨à± à°¯à±à°à±à°¸à±ââà°à±à°°à°¾à°à±à°à±â à°à±à°¯à°²à±à°¦à±"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "à°¬à°à°¦à°¨à°: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "à°¡à±à°®à±à°¨à±âనౠనిలిపివà±à°à°à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr "సరిà°à°¾à°¨à°¿ root à°®à±à°²à°à°®à±"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "à°à±à°ªà°¾à°²à°à± à°à°ªà±âà°¸à±à°à± సినà±à°à°¾à°à±à°¸à± à°¦à±à°·à°"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "à°
à°¨à±à°à±à°¨à°¿ à°¡à±à°®à±à°¨à± à°°à°à°®à± %d"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "à°
à°¨à±à°à±à°¨à°¿ à°¡à±à°®à±à°¨à± à°°à°à°®à± %d"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "à°
à°¨à±à°à±à°¨à°¿ à°¡à±à°®à±à°¨à± à°°à°à°®à± %d"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "à°
à°¨à±à°à±à°¨à°¿ à°¡à±à°®à±à°¨à± à°°à°à°®à± %d"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "à°
à°¨à±à°à±à°¨à°¿ à°¡à±à°®à±à°¨à± à°°à°à°®à± %d"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "à°
à°¨à±à°à±à°¨à°¿ à°¡à±à°®à±à°¨à± à°°à°à°®à± %d"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "à°
à°¨à±à°à±à°¨à°¿ à°¡à±à°®à±à°¨à± à°°à°à°®à± %d"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "à°
à°¨à±à°à±à°¨à°¿ à°¡à±à°®à±à°¨à± à°°à°à°®à± %d"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "à°
à°¨à±à°à±à°¨à°¿ à°¡à±à°®à±à°¨à± à°°à°à°®à± %d"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "à°
à°¨à±à°à±à°¨à°¿ à°¡à±à°®à±à°¨à± à°°à°à°®à± %d"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "à°
à°¨à±à°à±à°¨à°¿ à°¡à±à°®à±à°¨à± à°°à°à°®à± %d"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "à°à°¹à°¿à°à°à°¨à°¿ à°¡à°¿à°à±à°à± à°¨à±à°¡à±"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "à°
à°¨à±à°à±à°¨à°¿ à°¡à±à°®à±à°¨à± à°°à°à°®à± %d"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr "à°
à°¨à±à°à±à°¨à°¿ à°¡à±à°®à±à°¨à± à°°à°à°®à± %d"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "à°
à°¨à±à°à±à°¨à°¿ à°¡à±à°®à±à°¨à± à°°à°à°®à± %d"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "à°à°¹à±à°®à±à°à°¨à°¿ వాలà±à°¯à± à°¨à±à°¡à±"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "à°à°à±à°¤à±à°à°°à°£ à°¡à±à°°à±à°à±à°à°°à±à°¨à°¿ à°¸à±à°·à±à°à°¿à°à°à°²à±à°¦à± %s: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à± à°¸à±à°·à±à°à°¿à°à°à°²à±à°¦à± %s: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à± రాయలà±à°¦à± %s: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à± à°à°¦à±à°°à°ªà°°à°à°²à±à°¦à± %s: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "dir '%s'నౠతà±à°°à±à°µà±à°à°à± విఫలమà±à°à°¦à°¿: %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "%s à°à±à°°à°à± à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à± à°¤à±à°¸à°¿à°µà±à°¯à°²à±à°¦à±"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ virt à°°à°à°®à±"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "నడà±à°à±à°à°à± à°µà±à°«à°²à±à°¯à° à°à±à°à°¦à°¿à°à°¦à°¿ '"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "à°à°¦à±à°µà±à°à°à± à°µà±à°«à°²à±à°¯à° à°à±à°à°¦à°¿à°à°¦à°¿"
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "à°µà±à°°à°¾à°¯à±à°à°à± à°µà±à°«à°²à±à°¯à° à°à±à°à°¦à°¿à°à°¦à°¿"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "à°¡à±à°°à±à°à±à°à°°à± %s à°¸à±à°·à±à°à°¿à°à°à±à°à°à± à°µà±à°«à°²à±à°¯à° à°à±à°à°¦à°¿à°à°¦à°¿ : %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "%sà°à± iptables నియమాలనౠà°à°¦à±à°°à°ªà°°à°à±à°à°²à± à°µà±à°«à°²à±à°¯à° à°à±à°à°¦à°¿à°à°¦à°¿ : %s"
@@ -1425,56 +1443,56 @@ msgstr "%sà°à± iptables నియమాలనౠà°à°¦à±à°°à°ªà°°à°à±à°
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr "iptables నియమఠ'%s'నౠà°à±à°¨à± '%s'à°¨à±à°à°¡à°¿ à°ªà°à±à°à°¿à° '%s'à°¨à°à°¦à± à°¤à±à°¸à°¿à°µà±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr "iptables నియమఠ'%s'నౠà°à±à°¨à± '%s'à°à± à°ªà°à±à°à°¿à° '%s'à°¨à°à°¦à± à°à°¤à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "à°
à°¨à±à°¸à°à°§à°¾à°¨à° URI ని పారà±à°¶à± à°à±à°¯à°²à±à°¦à±"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "లాà°à± à°¡à±à°°à±à°à±à°à°°à±à°¨à°¿ à°¸à±à°·à±à°à°¿à°à°à°²à±à°¦à± %s: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "à°à±à°°à±à°¨à°²à± పాతౠమరౠపà±à°¡à°µà±"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "à°ªà±à°ªà±à°¨à± à°¸à±à°·à±à°à°¿à°à°à°²à±à°®à±: %s"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare à°
à°¨à±à°¨à°¦à°¿ urià°à± à°
మరà±à°à°²à±à°¦à±"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domainMigratePrepare à°
à°¨à±à°¨à°¦à°¿ urià°à± à°
మరà±à°à°²à±à°¦à±"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr "పాతౠà°
à°¨à±à°¨à°¦à°¿ NULL"
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr "à°«à±à°²à°¾à°à±à°²à± తపà±à°ªà° à°¸à±à°¨à±à°¨à°¾à°
యివà±à°à°¡à°¾à°²à°¿"
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr "బఫరౠà°
à°¨à±à°¨à°¦à°¿ NULL"
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr "flags పారామితి తపà±à°ªà° VIR_MEMORY_VIRTUAL à°à°¾à°µà°¾à°²à°¿"
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr "బఫరౠà°
à°¨à±à°¨à°¦à°¿ NULL à°
యితౠపరిమాణఠసà±à°¨à±à°¨à°¾-à°à°¾à°¦à±"
@@ -1518,12 +1536,12 @@ msgstr "à°à°¤à°¨à° à°à°¾à°¨à°¿ à°¡à±à°®à±à°¨à± %s ని à°¸à±à°·à±à°
msgid "failed to bind new root %s"
msgstr "సాà°à±à°à±âనౠ'%s'à°à± à°¬à°à°¦à°¨à° à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "'%s' à°¸à±à°·à±à°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "సాà°à±à°à±âనౠ'%s'à°à± à°¬à°à°¦à°¨à° à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
@@ -1696,21 +1714,21 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr "సరిపà±à°µà± uuidతౠఠడà±à°®à±à°¨à± à°²à±à°¦à±"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr "à°à±à°°à°¿à°¯à°¾à°¶à±à°² à°¡à±à°®à±à°¨à±âనౠతà±à°²à°à°¿à°à°à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "à°à±à°°à°¿à°¯à°¾à°¶à±à°² à°¡à±à°®à±à°¨à±âనౠతà±à°²à°à°¿à°à°à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
@@ -1765,7 +1783,7 @@ msgstr "సరిà°à°¾à°¨à°¿ à°à±à°·à±à°¤à±à°° à°à±à°à°¦à±à°°à°"
msgid "failed to kill pid %d"
msgstr "tty pid à°«à±à°²à± %sనౠమà±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "à°«à±à°²à± '%s'నౠతà±à°°à±à°µà°²à±à°¦à±: %s"
@@ -1800,227 +1818,237 @@ msgstr "à°à±à°·à±à°¤à±à°° నామà°"
msgid "no domain with id %d"
msgstr "id %dతౠయà±à°à±à°µà°à°à°¿ à°¡à±à°®à±à°¨à± à°²à±à°¦à±"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ విధానమà±: %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "%s à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°¸à°à°à±à°·à°¿à°ªà±à°¤à±à°à°°à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "సరిà°à°¾à°¨à°¿ పాతà±: %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "virXPathNode()à°à± à°à±à°²à±à°²à°¨à°¿ పారామితి"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "à°à°¿à°°à±à°¨à°¾à°®à°¾ %dనౠపరిషà±à°à°°à°¿à°à°à°²à±à°¦à±: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "à°à°¿à°°à±à°¨à°¾à°®à°¾ %dనౠపరిషà±à°à°°à°¿à°à°à°²à±à°¦à±: %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "à°à°¿à°°à±à°¨à°¾à°®à°¾ %dనౠపరిషà±à°à°°à°¿à°à°à°²à±à°¦à±: %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "à°ªà±à° à°¿à° '%s'నౠà°à°¦à±à°µà°²à±à°¦à±: %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr "ఫారà±à°µà°¾à°¡à°¿à°à°à± à°
à°à±à°¯à°°à±à°§à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿, à°
యితౠయà±à°à±à°µà°à°à°¿ IPv4 à°à°¿à°°à±à°¨à°¾à°®à°¾/à°¨à±à°à±âమాసà±à°à± à°
à°à°¦à°¿à°µà±à°µà°¬à°¡à°²à±à°¦à±"
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ auth à°°à°à°®à± '%s'"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr "à°¨à±à°à±à°µà°°à±à°à± à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à± నామమౠ'%s' à°¨à±à°à±à°µà°°à±à°à± నామమౠ'%s'తౠసరిపà±à°²à°à° à°²à±à°¦à±"
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "%s à°à±à°°à°à± à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à± à°¤à±à°¸à°¿à°µà±à°¯à°²à±à°¦à±"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "%s à°à±à°·à±à°¤à±à°°à° à°à°ªà±à°ªà°à°¿à°à± à°à°à°¦à°¿"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "à°¨à±à°à±à°µà°°à±à°à± '%s'నౠసà±à°µà°¯à°à°à°¾à°²à°à°ªà±à°°à°¾à°°à°à°à° à°à±à°¯à±à°à°à± విఫలమà±à°à°¦à°¿: %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "à°¬à±à°°à°¿à°¡à±à°à°¿ మదà±à°¦à°¤à±à°¨à± సిదà±à°¦à°ªà°°à°à°²à±à°®à±: %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "qemudStartup: à°®à±à°®à±à°°à± à°à°¾à°²à°²à±à°¦à±"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
#, fuzzy
msgid "Reloading iptables rules\n"
msgstr "iptables నియమాలనౠతిరిà°à°¿à°²à±à°¡à±à°à±à°¸à±à°¤à±à°à°¦à°¿"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr "à°¸à±à°µà°¿à°à°à± IP à°à°¿à°°à±à°¨à°¾à°®à°¾ à°²à±à°à±à°à°¡à°¾ dhcp à°¡à±à°®à±à°¨à±âనౠపà±à°°à°¾à°°à°à°à°¿à°à°à°²à±à°®à±"
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "లాà°à± à°¡à±à°°à±à°à±à°à°°à±à°¨à°¿ à°¸à±à°·à±à°à°¿à°à°à°²à±à°¦à± %s: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "'%s'à°¨à±à°à°¡à°¿ ఫారà±à°µà°¾à°°à±à°¡à°¿à°à°à±à°¨à± à°
à°¨à±à°®à°¤à°¿à°à°à±à°à°à± iptables నియమానà±à°¨à°¿ à°à°¤à°à±à°¯à±à°à°à± విఫలమà±à°à°¦à°¿ : %s\n"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "'%s'à°à± ఫారà±à°µà°¾à°°à±à°¡à°¿à°à°à±à°¨à± à°
à°¨à±à°®à°¤à°¿à°à°à±à°à°à± iptables నియమానà±à°¨à°¿ à°à°¤à°à±à°¯à±à°à°à± విఫలమà±à°à°¦à°¿ : %s\n"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "మాసà±âà°à±à°µà°¾à°°à±à°¡à°°à°¿à°à°à± à°à±à°¤à°¨à°ªà°°à°à±à°à°à± iptables నియమానà±à°¨à°¿ à°à°¤à°à±à°¯à±à°à°à± విఫలమà±à°à°¦à°¿ : %s\n"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "'%s'à°¨à±à°à°¡à°¿ à°°à±à°à°¿à°à°à± à°
à°¨à±à°®à°¤à°¿à°à°à±à°à°à± iptables నియమానà±à°¨à°¿ à°à°¤à°à±à°¯à±à°à°à± విఫలమà±à°à°¦à°¿ : %s\n"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "'%s'à°à± à°°à±à°à°¿à°à°à±à°¨à± à°
à°¨à±à°®à°¤à°¿à°à°à±à°à°à± iptables నియమానà±à°¨à°¿ à°à°¤à°à±à°¯à±à°à°à± విఫలమà±à°à°¦à°¿ : %s\n"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr ""
"'%s'à°¨à±à°à°¡à°¿ DHCP à°
à°à±à°¯à°°à±à°§à°¨à°²à°¨à± à°
à°¨à±à°®à°¤à°¿à°à°à±à°à°à± iptables నియమానà±à°¨à°¿ à°à°¤à°à±à°¯à±à°à°à± విఫలమà±à°à°¦à°¿ : %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "'%s'à°¨à±à°à°¡à°¿ DNS à°
à°à±à°¯à°°à±à°§à°¨à°²à°¨à± à°
à°¨à±à°®à°¤à°¿à°à°à±à°à°à± iptables నియమానà±à°¨à°¿ à°à°¤à°à±à°¯à±à°à°à± విఫలమà±à°à°¦à°¿ : %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "'%s'à°¨à±à°à°¡à°¿ à°
à°µà±à°à±âà°¬à±à°à°¡à± à°à±à°°à°¾à°«à°¿à°à±âనౠబà±à°²à°¾à°à±âà°à±à°¯à±à°à°à± iptables నియమానà±à°¨à°¿ à°à°¤à°à±à°¯à±à°à°à± విఫలమà±à°à°¦à°¿ : %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "'%s'à°¨à±à°à°¡à°¿ à°à°¨à±âà°¬à±à°à°¡à± à°à±à°°à°¾à°«à°¿à°à±âనౠబà±à°²à°¾à°à±âà°à±à°¯à±à°à°à± iptables నియమానà±à°¨à°¿ à°à°¤à°à±à°¯à±à°à°à± విఫలమà±à°à°¦à°¿ : %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr ""
"'%s'à°¨à°à°¦à± à°à±à°°à°¾à°¸à± à°¬à±à°°à°¿à°¡à±à°à± à°à±à°°à°¾à°«à°¿à°à±âనౠà°
à°¨à±à°®à°¤à°¿à°à°à±à°à°à± iptables నియమానà±à°¨à°¿ à°à°¤à°à±à°¯à±à°à°à± విఫలమà±à°à°¦à°¿ : %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "à°¨à±à°à±à°µà°°à±à°à± యిపà±à°ªà°à°¿à°à± à°à±à°°à°¿à°¯à°¾à°¶à±à°²à°à°à°¾ à°µà±à°à°¦à°¿"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "à°¬à±à°°à°¿à°¡à±à°à± '%s'నౠసà±à°·à±à°à°¿à°à°à±à°²à±à°®à± : %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "à°¬à±à°°à°¿à°¡à±à°à± '%s'à°¨à°à°¦à± '%s'à°à± IP à°à°¿à°°à±à°¨à°¾à°®à°¾à°¨à± à°
మరà±à°à°²à±à°¦à± : %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "à°¬à±à°°à°¿à°¡à±à°à± '%s'à°¨à°à°¦à± '%s'à°à± à°¨à±à°à±âమాసà±à°à±à°¨à± à°
మరà±à°à°²à±à°®à±: %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "à°¬à±à°°à°¿à°¡à±à°à± '%s'నౠపà±à°à°¿ à°¤à±à°à±à°à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "IP ఫారà±à°µà°¾à°°à±à°¡à°¿à°à°à±à°¨à± à°à±à°¤à°¨à°ªà°°à°à±à°à°²à± విఫలమà±à°à°¦à°¿ : %s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "à°¬à±à°°à°¿à°¡à±à°à± '%s'నౠà°à±à°°à°¿à°à°¦à°¿à°à°¿ à°¤à±à°à±à°à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "à°¬à±à°°à°¿à°¡à±à°à± '%s'నౠతà±à°²à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "à°¨à±à°à±à°µà°°à±à°à±à°¨à± à°®à±à°¸à°¿à°µà±à°¸à±à°¤à±à°à°¦à°¿ '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr "సరిపà±à°²à± uuidతౠయà±à°à±à°µà°à°à°¿ à°¨à±à°à±à°µà°°à±à°à± à°²à±à°¦à±"
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr "సరిపà±à°²à± నామమà±à°¤à± à°¯à±à°à±à°µà°à°à°¿ à°¨à±à°à±à°µà°°à±à°à± à°²à±à°¦à±"
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "à°¨à±à°à±à°µà°°à±à°à± యిపà±à°ªà°à°¿à°à± à°à±à°°à°¿à°¯à°¾à°¶à±à°²à°à°à°¾ à°µà±à°à°¦à°¿"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr "సరిపà±à°²à± idతౠయà±à°à±à°µà°à°à°¿ à°¨à±à°à±à°µà°°à±à°à± à°²à±à°¦à±"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "à°¨à±à°à±à°µà°°à±à°à± '%s' à°à±à°°à°¿à°¯à°¾à°¶à±à°²à°®à±à°à°¾ à°²à±à°¦à±"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "à°¸à±à°µà°¯à°à°à°¾à°²à° à°¡à±à°°à±à°à±à°à°°à± %sని à°¸à±à°·à±à°à°¿à°à°à°²à±à°®à±: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "సిమà±âలిà°à°à± '%s'నౠ%sà°à±à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "సిమà±âలిà°à°à± '%s' à°¤à±à°²à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
@@ -2031,7 +2059,267 @@ msgstr "సిమà±âలిà°à°à± '%s' à°¤à±à°²à°à°¿à°à°à±à°à°²à±
msgid "no node device with matching name"
msgstr "సరిపà±à°²à± నామమà±à°¤à± à°¯à±à°à±à°µà°à°à°¿ నిలà±à°µ vol à°²à±à°¦à±"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "పరిà°à°°à°®à± à°ªà±à° à°¿à° %sనౠశà±à°à±à°°à°®à±à°à±à°¯à°²à±à°¦à±"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "à°®à±à°²à°ªà± పాతౠతపà±à°ªà°¿à°ªà±à°¯à°¿à°¨à°¦à°¿"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ నిలà±à°µ vol à°°à°à°®à± %d"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "à°«à±à°²à± à°¯à°à°®à°¾à°¨à°¿ '%s' à°
మరà±à°à°²à±à°®à±: %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "సరిà°à°¾à°¨à°¿ à°§à±à°µà°¨à°¿ à°°à±à°¤à°¿ '%s'"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "à°¨à±à°à±à°µà°°à±à°à± à°à°à°à°°à±âà°«à±à°¸à± à°°à°à°"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "%sలౠసరిà°à°¾à°¨à°¿ à°¨à±à°à±à°µà°°à±à°à± à°¸à±à°à°¿à°"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ auth à°°à°à°®à± '%s'"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "%sà°¨à°à°¦à± à°à±à°²à±à°²à°¨à°¿ నిలà±à°µ à°ªà±à°²à± à°¸à±à°à°à°¿"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "%s à°¯à°à°¦à± సరిà°à°¾à°¨à°¿ à°à±à°·à±à°¤à±à°° à°à±à°à°¦à±à°°à°"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "%s à°¯à°à°¦à± సరిà°à°¾à°¨à°¿ à°à±à°·à±à°¤à±à°° à°à±à°à°¦à±à°°à°"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "సరిà°à°¾à°¨à°¿ à°§à±à°µà°¨à°¿ à°°à±à°¤à°¿ '%s'"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "సరిà°à°¾à°¨à°¿ à°§à±à°µà°¨à°¿ à°°à±à°¤à°¿ '%s'"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "%sలౠసరిà°à°¾à°¨à°¿ à°
à°¨à±à°¸à°à°§à°¾à°¨ à°à±à°à°¦à±à°°à°"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "తపà±à°ªà±à°à°¾à°ªà°¨à°¿ à°à±à°¯à±à°à±à°¨à±à°¨ uuid à°®à±à°²à°à°®à±"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨ సామరà±à°§à±à°¯à°ªà± à°®à±à°²à°à°®à±"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ auth à°°à°à°®à± '%s'"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ auth à°°à°à°®à± '%s'"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "%sనౠతà±à°°à±à°µà°²à±à°®à±: %s"
@@ -2191,7 +2479,7 @@ msgstr "à°¡à±à°®à±à°¨à± à°
à°¨à±à°¨à°¦à°¿ shutoff à°¸à±à°¥à°¿à°¤à°¿à°¨à°
msgid "Could not read container config"
msgstr "à°
à°¨à±à°¸à°à°§à°¾à°¨à° URI ని పారà±à°¶à± à°à±à°¯à°²à±à°¦à±"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°°à°à°®à± '%s'"
@@ -2205,6 +2493,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "à°
à°¨à±à°¸à°à°§à°¾à°¨à° URI ని పారà±à°¶à± à°à±à°¯à°²à±à°¦à±"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "pid à°«à±à°²à± '%s' à°¤à±à°°à±à°µà±à°à°²à± విఫలమà±à°à°¦à°¿ : %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "à°¸à°à°à±à°¤à°ªà± à°ªà±à°ªà±âà°¨à±à°à°¡à°¿ à°à°¦à±à°µà±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "pid à°«à±à°²à± '%s'à°à± à°µà±à°°à°¾à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿ : %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "pid à°«à±à°²à± '%s' à°¤à±à°°à±à°µà±à°à°²à± విఫలమà±à°à°¦à°¿ : %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "విధాన à°µà±à°«à°²à±à°¯à°: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "సాà°à±à°à±âనౠ'%s'à°à± à°¬à°à°¦à°¨à° à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "à°
à°§à°¿à°ªà±à°°à°¤à°¿à°à°¿ à°
à°¨à±à°¸à°à°§à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "సాà°à±à°à±âనౠ'%s'à°à± à°¬à°à°¦à°¨à° à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "volనౠ%sà°¨à±à°à°¡à°¿ à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "uid '%d' à°à±à°°à°à± వనియà±à°à°¦à°¾à°°à°¿ recordనౠà°à°¨à±à°à±à°¨à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "à°ªà±à°²à± %sà°¨à±à°à°¡à°¿ à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2249,697 +2602,765 @@ msgstr "proxyతౠసమాà°à°¾à°° à°¸à°à°¬à°à°§à°¾à°² à°¦à±à°·à°: malfo
msgid "got asynchronous packet number %d\n"
msgstr "asynchronous పాà°à±à°¤à± à°¸à°à°à±à°¯ %dనౠపà±à°à°¦à°¾à°®à±\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "qemu %d à°¨à±à°à°¡à°¿ à°
à°¨à±à°à±à°¨à°¿ బహిషà±à°à°°à°£ à°¸à±à°¥à°¿à°¦à°¿ pid %lu"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr "à°
à°¨à±à°à±à°¨à°¿ బహిషà±à°à°°à°£ à°¸à±à°¥à°¿à°¤à°¿ '%d', qemu బహà±à°¶à°¾ విఫలమà±à°à°¦à°¿"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "QEMU à°¬à±à°¨à°°à± %sనౠà°à°¨à±à°à±à°¨à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "à°¨à±à°à±à°µà°°à±à°à± '%s' à°à°¨à±à°à±à°¨à°¬à°¡à°²à±à°¦à±"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr "à°¨à±à°à±à°µà°°à±à°à± à°°à°à°®à± %d మదà±à°¦à°¤à±à°¯à±à°à°²à±à°¦à±"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr "à°¬à±à°°à°¿à°¡à±à°à°¿ మదà±à°¦à°¤à±à°¨à± సిదà±à°¦à°ªà°°à°à°²à±à°®à±: %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "tap à°à°à°à°°à±âà°«à±à°¸à±â '%s'నౠబà±à°°à°¿à°¡à±à°à°¿ '%s'à°à± à°à°¤à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿ : %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "tap à°à°à°à°°à±âà°«à±à°¸à±â '%s'నౠబà±à°°à°¿à°¡à±à°à°¿ '%s'à°à± à°à°¤à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿ : %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "'info blockstats' à°
à°¨à±à°¨à°¦à°¿ à° qemuà°à±à°¤ మదà±à°¦à°¤à°¿à°µà±à°µà°¬à°¡à±à°à°²à±à°¦à±"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
#, fuzzy
msgid "STDIO migration is not supported with this QEMU binary"
msgstr "'info blockstats' à°
à°¨à±à°¨à°¦à°¿ à° qemuà°à±à°¤ మదà±à°¦à°¤à°¿à°µà±à°µà°¬à°¡à±à°à°²à±à°¦à±"
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "మదà±à°¦à°¤à±à°¯à°¨à°¿ à°¡à°¿à°¸à±à°à±à°°à°à°®à± '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "మదà±à°¦à°¤à±à°¯à°¨à°¿ à°¡à°¿à°¸à±à°à±à°°à°à°®à± '%s'"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr "మదà±à°¦à°¤à±à°¯à°¨à°¿ à°¡à°¿à°¸à±à°à±à°°à°à°®à± '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "సరిà°à°¾à°¨à°¿ à°§à±à°µà°¨à°¿ à°°à±à°¤à°¿"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "సరిà°à°¾à°¨à°¿ à°¡à±à°®à±à°¨à± నామమà±"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "సరిà°à°¾à°¨à°¿ పాతà±"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "మానిà°à°°à± పాతౠ%sనౠతà±à°°à±à°µà°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node à°à±à°·à±à°¤à±à°° à°à°¾à°¬à°¿à°¤à°¾"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "close-on-exec à°«à±à°²à±à°¯à±à°à±à° à°¡à°¿à°¸à±à°à±à°°à°¿à°ªà±à°à°¾à°°à± à°«à±à°²à°¾à°à± à°
మరà±à°à±à°à°²à± à°¦à±à°·à°®à±"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "non-blocking à°«à±à°²à± à°¡à°¿à°¸à±à°à±à°°à°¿à°ªà±à°à°¾à°°à± à°«à±à°²à°¾à°à± à°
మరà±à°à±à°à°²à± à°¦à±à°·à°®à±"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "లాà°à±âà°ªà±à°²à±à°¨à± à°¸à±à°·à±à°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿ %s: %s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "VM లాà°à±âà°«à±à°²à± close-on-exec à°«à±à°²à°¾à°à± %sనౠà°
మరà±à°à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "లాà°à±âà°ªà±à°²à±à°¨à± à°¸à±à°·à±à°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿ %s: %s"
-#: src/qemu_driver.c:211
-#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "లాà°à±âà°ªà±à°²à±à°¨à± à°¸à±à°·à±à°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿ %s: %s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "VM లాà°à±âà°«à±à°²à± close-on-exec à°«à±à°²à°¾à°à± %sనౠà°
మరà±à°à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "tty %sనౠతà±à°°à±à°µà°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s\n"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "VM à°¸à±à°µà°¯à°à°à°¾à°²à°à°ªà±à°°à°¾à°°à°à°à° విఫలమà±à°à°¦à°¿ '%s': %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "à°¬à±à°²à°¾à°à± à°¸à±à°à°¾à°à±à°¸à± à°ªà±à°à°¦à±à°à°²à± విఫలఠ%s %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "%s à°¨à±à°à°¡à± à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°¸à±à°·à±à°à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "%s à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ %sà°à°¿ à°à°¦à±à°°à°ªà°°à°µà°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "à°¡à±à°°à±à°à±à°à°°à± %s à°¸à±à°·à±à°à°¿à°à°à±à°à°à± à°µà±à°«à°²à±à°¯à° à°à±à°à°¦à°¿à°à°¦à°¿ : %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "à°ªà±à°°à°¸à±à°¤à±à°¤ సమయà°à°¨à± à°ªà±à°à°¦à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "à°°à±à°¤à°¿ '%s'నౠపారà±à°¶à±â à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "à°°à±à°¤à°¿ '%s'నౠపారà±à°¶à±â à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿"
+
+#: src/qemu_driver.c:476
#, fuzzy, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "VM à°¸à±à°µà°¯à°à°à°¾à°²à°à°ªà±à°°à°¾à°°à°à°à° విఫలమà±à°à°¦à°¿ '%s': %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup: à°®à±à°®à±à°°à± à°à°¾à°²à°²à±à°¦à±"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr "%s à°ªà±à°°à°¾à°°à°à°à° à°
à°µà±à°à±âà°ªà±à°à±âనౠà°à°¦à±à°µà±à°à±à°¨à±à°¨à°ªà±à°ªà±à°¡à± à°µà±à°«à°²à±à°¯à°®à±"
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr "%s à°ªà±à°°à°¾à°°à°à°à° à°
à°µà±à°à±âà°ªà±à°à±âనౠà°à°¦à±à°µà±à°à±à°¨à±à°¨à°ªà±à°ªà±à°¡à± సమయఠమిà°à°à°¿à°¨à°¦à°¿"
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr "%s à°ªà±à°°à°¾à°°à°à°à° à°
à°µà±à°à±âà°ªà±à°à±âనౠà°à°¦à±à°µà±à°à±à°¨à±à°¨à°ªà±à°ªà±à°¡à± à°à°¾à°³à± మిà°à°à°¿à°¨à°¦à°¿"
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, fuzzy, c-format
+msgid "Out of space while reading %s log output"
+msgstr "%s à°ªà±à°°à°¾à°°à°à°à° à°
à°µà±à°à±âà°ªà±à°à±âనౠà°à°¦à±à°µà±à°à±à°¨à±à°¨à°ªà±à°ªà±à°¡à± à°à°¾à°³à± మిà°à°à°¿à°¨à°¦à°¿"
+
+#: src/qemu_driver.c:757
+#, fuzzy, c-format
+msgid "Failure while reading %s log output"
+msgstr "%s à°ªà±à°°à°¾à°°à°à°à° à°
à°µà±à°à±âà°ªà±à°à±âనౠà°à°¦à±à°µà±à°à±à°¨à±à°¨à°ªà±à°ªà±à°¡à± à°µà±à°«à°²à±à°¯à°®à±"
+
+#: src/qemu_driver.c:771
+#, fuzzy, c-format
+msgid "Timed out while reading %s log output"
+msgstr "%s à°ªà±à°°à°¾à°°à°à°à° à°
à°µà±à°à±âà°ªà±à°à±âనౠà°à°¦à±à°µà±à°à±à°¨à±à°¨à°ªà±à°ªà±à°¡à± సమయఠమిà°à°à°¿à°¨à°¦à°¿"
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr "మానిà°à°°à± పాతౠ%sనౠతà±à°°à±à°µà°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr "మానిà°à°°à±âà°à± close-on-exec à°«à±à°²à°¾à°à±âనౠà°
మరà±à°à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr "మానిà°à°°à±âనౠనానà±-à°¬à±à°²à°¾à°à°¿à°à°à± à°°à±à°¤à°¿à°¨à°à°¦à± à°µà±à°à°à°²à±à°¦à±"
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "లాà°à±âà°«à±à°²à± %dనౠమà±à°¯à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "tty యాà°à±à°°à°¿à°¬à±à°¯à±à°à±à°²à°¨à± à°
మరà±à°à°²à±à°à°ªà±à°¯à°¿à°à°¦à°¿: %s\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr "CPU à°¤à°à°¤à°¿ సమాà°à°¾à°°à°®à±à°¨à± à°ªà±à°à°¦à±à°à°à± మానిà°à°°à± à°à°¦à±à°¶à°®à±à°¨à± నడà±à°ªà°²à±à°®à±"
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "CPU à°à°«à°¿à°¨à°¿à°à°¿ %sనౠà°
మరà±à°à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr "à°à°ªà°°à±à°·à°¨à± తిరిà°à°¿à°à±à°¨à°¸à°¾à°à°¿à°à°ªà± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "à°ªà±à°°à°¸à±à°¤à±à°¤ సమయà°à°¨à± à°ªà±à°à°¦à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "VM యిపà±à°ªà°à°¿à°à± à°à±à°°à°¿à°¯à°¾à°¶à±à°² పరà±à°à°¬à°¡à°¿à°à°¦à°¿"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr "à°à°ªà°¯à±à°à°¿à°à°à°¨à°¿ VNC à°ªà±à°°à±à°à±à°¨à± à°à°¨à±à°à±à°¨à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "లాà°à± à°¡à±à°°à±à°à±à°à°°à±à°¨à°¿ à°¸à±à°·à±à°à°¿à°à°à°²à±à°¦à± %s: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "QEMU à°¬à±à°¨à°°à± %sనౠà°à°¨à±à°à±à°¨à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "QEMU à°¬à±à°¨à°°à± %sనౠà°à°¨à±à°à±à°¨à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "argvనౠలాà°à±âà°«à±à°²à± %dà°à± à°µà±à°°à°¾à°¯à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "argvనౠలాà°à±âà°«à±à°²à± %dà°à± à°µà±à°°à°¾à°¯à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "argvనౠలాà°à±âà°«à±à°²à± %dà°à± à°µà±à°°à°¾à°¯à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "%s à°à±à°·à±à°¤à±à°°à° à°®à±à°à°¿à°à°à°¬à°¡à±à°¤à±à°à°¦à°¿\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "VM '%s'నౠమà±à°¸à°¿à°µà±à°¸à±à°¤à±à°à°¦à°¿"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "సాà°à±à°à±âనౠ'%s'à°à± à°¬à°à°¦à°¨à° à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "లాà°à±âà°«à±à°²à± %dనౠమà±à°¯à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
+msgid "Failed to remove domain status for %s"
+msgstr "%s à°¨à±à°à°¡à± à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°¸à±à°·à±à°à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "VM à°¤à±à°° à°¡à°¾à°à°¾à°¨à± లాà°à±âà°à±à°¯à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "tty %sనౠతà±à°°à±à°µà°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr "NUMA à° à°¹à±à°¸à±à°à±à°¨à°à°¦à± మదà±à°¦à°¤à±à°¯à±à°à°²à±à°¦à±"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr "NUMA à°«à±à°°à± à°®à±à°®à±à°°à±à°¨à°¿ à°à±à°µà°°à±à°à±à°¯à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "à°
తిధà±à°¯ నామమà±à°¨à± à°ªà±à°à°¦à±à°à°²à± విఫలà°"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "%s à°à±à°·à±à°¤à±à°°à° à°à°ªà±à°ªà°à°¿à°à± à°à°à°¦à°¿"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "%s à°à±à°·à±à°¤à±à°°à° à°à°ªà±à°ªà°à°¿à°à± à°à°à°¦à°¿"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "సరిపà±à°²à± id %dతౠయà±à°à±à°µà°à°à°¿ à°¡à±à°®à±à°¨à±âà°²à±à°¦à±"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "à°¡à±à°®à±à°¨à± నడà±à°à±à° à°²à±à°¦à±"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr "ససà±à°ªà±à°à°¡à± à°à°ªà°°à±à°·à°¨à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr "à°®à±à°¸à°¿à°µà±à°¤ à°à°ªà°°à±à°·à°¨à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "సరిపà±à°²à± uuid '%s'తౠయà±à°à±à°µà°à°à°¿ à°¡à±à°®à±à°¨à± à°²à±à°¦à±"
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr "à°ªà±à°°à°¸à±à°¤à±à°¤ à°®à±à°®à±à°°à±à°à°¨à±à°¨à°¾ à°¤à°à±à°à±à°µà°à°¾ à°à°°à°¿à°·à±à° à°®à±à°®à±à°°à±à°¨à°¿ à°ªà±à°à±à°à°²à±à°°à±"
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr "à°à±à°°à°¿à°¯à°¾à°¶à±à°² à°¡à±à°®à±à°¨à±âà°¯à±à°à±à° à°®à±à°®à±à°°à±à°¨à°¿ à°
మరà±à°à°²à±à°®à±"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr "à°à°°à°¿à°·à±à° à°®à±à°®à±à°°à±à°à°¨à±à°¨à°¾ à°¯à±à°à±à°à±à°µà°à°¾ à°®à±à°®à±à°°à±à°¨à°¿ à°
మరà±à°à°²à±à°®à±"
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr "à°¡à±à°®à±à°¨à± xml à°ªà±à°à°¦à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr "'%s' à°¸à±à°·à±à°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
msgstr "à°à°¦à±à°°à°ªà°°à°à°¿à°¨ à°ªà±à° à°¿à° à°µà±à°°à°¾à°¯à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr "xml à°µà±à°°à°¾à°¯à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "లాà°à±âà°«à±à°²à± %dనౠమà±à°¯à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "à°à±à°à°ªà±à°¤à°¿à°²à± à°²à±à°¦à±"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr "వలస à°à°ªà°°à±à°·à°¨à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
#, fuzzy
msgid "'migrate' not supported by this qemu"
msgstr "'info blockstats' à°
à°¨à±à°¨à°¦à°¿ à° qemuà°à±à°¤ మదà±à°¦à°¤à°¿à°µà±à°µà°¬à°¡à±à°à°²à±à°¦à±"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr "à°à±à°°à°¿à°¯à°¾à°¶à±à°² à°¡à±à°®à±à°¨à±âà°¯à±à°à±à° vcpu à°²à±à°à±à°à°¨à± మారà±à°à°²à±à°®à±"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr "à°¡à±à°®à±à°¨à±âà°à±à°°à°à± à°à°°à°¿à°·à±à° vcpusనౠనిరà±à°£à°¯à°¿à°à°à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr "à°
à°à±à°¯à°°à±à°§à°¿à°à°à°¿à°¨ vcpus à°¡à±à°®à±à°¨à±âà°à± à°
à°¨à±à°®à°¤à±à°¨ vcpus à°à°¨à±à°¨à°¾ à°¯à±à°à±à°à±à°µ: %d > %d"
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
msgid "cannot pin vcpus on an inactive domain"
msgstr "vcpus à°à±à°°à°¿à°¯à°¾à°¶à±à°² à°¡à±à°®à±à°¨à±âà°¨à°à°¦à± పినౠà°à±à°¯à°²à±à°®à±"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "vcpu à°¸à°à°à±à°¯ à°¸à±à°¥à°¾à°¯à°¿à°¨à°¿ దాà°à°¿à°µà±à°à°¦à°¿ %d > %d"
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "à°à°«à°¿à°¨à°¿à°à±à°¨à°¿ à°
మరà±à°à°²à±à°¦à±: %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr "cpu à°à°«à°¿à°¨à°¿à°à°¿ మదà±à°¦à°¤à±à°¯à±à°à°²à±à°¦à±"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "à°à°«à°¿à°¨à°¿à°à±à°¨à°¿ à°ªà±à°à°¦à°²à±à°®à±: %s"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr "cpu à°à°«à°¿à°¨à°¿à°à°¿ à°
à°à°¦à±à°¬à°¾à°à±à°²à± à°²à±à°¦à±"
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "à°¡à±à°®à±à°¨à± నిరà±à°µà°à°¨à° '%d'à°¨à°à°¦à± à°¤à±à°²à°¿à°¯à°¨à°¿ virt à°°à°à°®à±"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "à°ªà±à°°à°¸à±à°¤à±à°¤ సమయà°à°¨à± à°ªà±à°à°¦à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
+
+#: src/qemu_driver.c:3014
+#, fuzzy, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr "vCPU à°²à±à°à±à° à°
à°¨à±à°¨à°¦à°¿ à°à°°à°¿à°·à±à°à°®à±à°¨à± మిà°à°à±à°¤à±à°à°¦à°¿: %d > %d"
+
+#: src/qemu_driver.c:3023
+#, fuzzy, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr "vCPU à°²à±à°à±à° à°
à°¨à±à°¨à°¦à°¿ à°à°°à°¿à°·à±à°à°®à±à°¨à± మిà°à°à±à°¤à±à°à°¦à°¿: %d > %d"
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr "à°¡à±à°®à±à°¨à± à°ªà±à°°à°¤à°¿à°¬à°¿à°à°¬à°®à±à°¨à± à°à°¦à±à°µà°²à±à°¦à±"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr "qemu à°ªà±à° à°¿à°à°¨à± à°à°¦à±à°µà±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr "à°ªà±à°°à°¤à°¿à°¬à°¿à°à°¬à°®à± మాà°à°¿à°à± సరిà°à°¾à°¨à°¿à°¦à°¿"
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "à°ªà±à°°à°¤à°¿à°¬à°¿à°à°¬à°®à± వరà±à°·à°¨à± మదà±à°¦à°¤à±à°¯à±à° à°²à±à°¦à± (%d > %d)"
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr "XML à°à°¦à±à°µà±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr "XML పారà±à°¶à±â à°à±à°¯à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr "à°¡à±à°®à±à°¨à± యిపà±à°ªà°à°¿à°à± '%s'లా à°à±à°°à°¿à°¯à°¾à°¶à±à°²à°®à±à°¨à°¦à°¿"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
msgid "failed to assign new VM"
msgstr "à°à±à°¤à±à°¤ VMà°à± à°
à°ªà±à°ªà°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr "VM à°ªà±à°°à°¾à°°à°à°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
msgid "failed to resume domain"
msgstr "à°¡à±à°®à±à°¨à± తిరిà°à°¿à°à±à°¨à°¸à°¾à°à°¿à°à°à±à°à°à± విఫలమà±à°¨à°¦à°¿"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "మదà±à°¦à°¤à±à°¯à°¨à°¿ à°¡à°¿à°¸à±à°à±à°°à°à°®à± '%s'"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "cdrom మాధà±à°¯à°®à°¾à°¨à±à°¨à°¿ మారà±à°à°²à±à°¦à±"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "cdrom మాధà±à°¯à°®à°¾à°¨à±à°¨à°¿ మారà±à°à°²à±à°¦à±"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, fuzzy, c-format
msgid "target %s already exists"
msgstr "నిలà±à°µ vol యిపà±à°ªà°à°¿à°à± à°µà±à°à°¦à°¿"
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "%sనౠà°à°¦à±à°µà°²à±à°¦à±: %s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "%s à°à±à°·à±à°¤à±à°°à° à°à°ªà±à°ªà°à°¿à°à± à°à°à°¦à°¿"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "à°®à±à°²à°ªà± పరిà°à°°à°¾à°²à°¨à± à°¯à±à°à±à°¸à±ââà°à±à°°à°¾à°à±à°à±â à°à±à°¯à°²à±à°¦à±"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "à°à°¤à°¿à°§à±à°¯ నిరà±à°µà°à°¨ à°«à±à°²à±à°¨à± à°²à±à°¡à±à°à±à°¸à±à°¤à±à°à°¦à°¿"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "à°®à±à°²à°ªà± పరిà°à°°à°¾à°²à°¨à± à°¯à±à°à±à°¸à±ââà°à±à°°à°¾à°à±à°à±â à°à±à°¯à°²à±à°¦à±"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "à°à°¤à°¿à°§à±à°¯ నిరà±à°µà°à°¨ à°«à±à°²à±à°¨à± à°²à±à°¡à±à°à±à°¸à±à°¤à±à°à°¦à°¿"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr "à°à±à°°à°¿à°¯à°¾à°¹à±à°¨ à°¡à±à°®à±à°¨à±âà°¨à°à°¦à± పరిà°à°°à°¾à°¨à±à°¨à°¿ à°
à°¨à±à°à°à°¦à°¿à°à°à°²à±à°®à±"
-#: src/qemu_driver.c:3451
-#, fuzzy
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, fuzzy, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr "CDROM à°¡à°¿à°¸à±à°à± పరిà°à°°à°®à±à°²à± మాతà±à°°à°®à± à°
à°¨à±à°à°à°¦à°¿à°à°à°²à°®à±"
-#: src/qemu_driver.c:3460
-#, fuzzy
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, fuzzy, c-format
+msgid "device type '%s' cannot be attached"
msgstr "CDROM à°¡à°¿à°¸à±à°à± పరిà°à°°à°®à±à°²à± మాతà±à°°à°®à± à°
à°¨à±à°à°à°¦à°¿à°à°à°²à°®à±"
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "à°¡à±à°®à±à°¨à± à°à°¨à°ªà°¡à°²à±à°¦à±"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "à°¡à±à°®à±à°¨à± తిరిà°à°¿à°à±à°¨à°¸à°¾à°à°¿à°à°à±à°à°à± విఫలమà±à°¨à°¦à°¿"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "%s à°¨à±à°à°¡à°¿ పరిà°à°¾à°°à°¾à°¨à±à°¨à°¿ à°µà±à°°à±à°à±à°¯à±à°à°²à± విఫలà°"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "à°à±à°°à°¿à°¯à°¾à°¹à±à°¨ à°¡à±à°®à±à°¨à±âà°¨à°à°¦à± పరిà°à°°à°¾à°¨à±à°¨à°¿ à°
à°¨à±à°à°à°¦à°¿à°à°à°²à±à°®à±"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
#, fuzzy
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr "CDROM à°¡à°¿à°¸à±à°à± పరిà°à°°à°®à±à°²à± మాతà±à°°à°®à± à°
à°¨à±à°à°à°¦à°¿à°à°à°²à°®à±"
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "à°à±à°°à°¿à°¯à°¾à°¶à±à°² à°¡à±à°®à±à°¨à±âà°¯à±à°à±à° à°®à±à°®à±à°°à±à°¨à°¿ à°
మరà±à°à°²à±à°®à±"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "à°¸à±à°µà°¯à°à°à°¾à°²à° à°¡à±à°°à±à°à±à°à°°à± %sని à°¸à±à°·à±à°à°¿à°à°à°²à±à°®à±: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "సిమà±âలిà°à°à± '%s'నౠ%sà°à±à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "సరిà°à°¾à°¨à°¿ పాతà±: %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr "'info blockstats' à°à°¦à±à°¶à°®à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "'info blockstats' à°
à°¨à±à°¨à°¦à°¿ à° qemuà°à±à°¤ మదà±à°¦à°¤à°¿à°µà±à°µà°¬à°¡à±à°à°²à±à°¦à±"
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "పరిà°à°°à°®à± à°à°¨à±à°à±à°¨à°¬à°¡à°²à±à°¦à±: %s (%s)"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr "NULL à°²à±à°¦à°¾ à°à°¾à°³à± పాతà±"
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "సరిà°à°¾à°¨à°¿ పాతà±, '%s' à°
à°¨à±à°¨à°¦à°¿ à°¤à±à°²à°¿à°¸à°¿à°¨ à°à°à°à°°à±âà°«à±à°¸à± à°à°¾à°¦à±"
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "dir '%s'నౠతà±à°°à±à°µà±à°à°à± విఫలమà±à°à°¦à°¿: %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "à°«à±à°²à±à°¨à±à°à°¡à°¿ à°à°¦à±à°µà±à°à°à± à°²à±à°¦à°¾ lseekà°à± విఫలమà±à°à°¦à°¿: %s: %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "సరిà°à°¾à°¨à°¿ పాతà±"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr "QEMU à°¡à±à°°à±à°µà°°à± à°
à°¨à±à°¨à°¦à°¿ వరà±à°à±à°¯à±à°µà°²à± à°®à±à°®à±à°°à± à°à°¿à°°à±à°¨à°¾à°®à°¾à°¨à± మాతà±à°°à°®à± మదà±à°¦à°¤à°¿à°¸à±à°¤à±à°à°¦à°¿"
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "open(%s) విఫలమà±à°à°¦à°¿: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "lvs à°à°¦à±à°¶à°®à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s: విఫలమà±à°à°¦à°¿ లాà°à± దసà±à°¤à±à°°à° à°à± à°µà±à°°à°¾à°¯à±à°à°²à±:%s"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "node à°à±à°·à±à°¤à±à°° à°à°¾à°¬à°¿à°¤à°¾"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "UUIDనౠవà±à°¦à±à°à°µà°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "à°¡à±à°®à±à°¨à± యిపà±à°ªà°à°¿à°à± '%s'లా à°à±à°°à°¿à°¯à°¾à°¶à±à°²à°®à±à°¨à°¦à°¿"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "VM à°ªà±à°°à°¾à°°à°à°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "విధాన à°µà±à°«à°²à±à°¯à°: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "%s à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°¸à°à°à±à°·à°¿à°ªà±à°¤à±à°à°°à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "సరిà°à±à°¡à°¿ నామమà±à°¤à± à°¯à±à°à±à°µà°à°à°¿ à°¡à±à°®à±à°¨à± à°²à±à°¦à±"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
msgstr "libvirtd à°¬à±à°¨à°°à±à°¨à°¿ à°à°¨à±à°à±à°¨à±à°à°à± విఫలమà±à°à°¦à°¿"
@@ -2950,508 +3371,589 @@ msgid ""
msgstr ""
"remote_open:URL à°¨à°à°¦à± à°à±à°°à°¾à°¨à±à°¸à±à°ªà±à°°à±à°à± à°à±à°°à±à°¤à°¿à°à°à°¬à°¡à°²à±à°¦à± (tls|unix|ssh|ext|tcp యిలావà±à°à°¡à°¾à°²à°¿)"
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open: 'ext' బదిలà±à°à°°à°£à°à±, à°à°¦à±à°¶à°®à± à°
వసరమà±à°¨à°¦à°¿"
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "tty %sనౠతà±à°°à±à°µà°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s\n"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "tty %sనౠతà±à°°à±à°µà°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s\n"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "సాà°à±à°à± à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "సాà°à±à°à± à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr "విà°à°¡à±à°¸à± à°¨à°à°¦à± బదిలà±à°à°°à°£ పదà±à°¦à°¤à±à°²à± unix, ssh మరియౠext మదà±à°¦à°¤à±à°¯à°¬à°¡à°µà±"
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "సాà°à±à°à± à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "లాà°à±âà°«à±à°²à± %dనౠమà±à°¯à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "URI నౠపà±à°à°¦à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°à±à°à°¾à°¯à°¿à°¸à±à°¤à±à°à°¦à°¿"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "%s '%s'నౠయాà°à±à°¸à°¿à°¸à± à°à±à°¯à°²à±à°¦à±: %s (%d)"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "à°à°à°à±à°¨à°°à± à°¸à±à°à°¾à°à±à°¨à± à°à±à°à°¾à°¯à°¿à°à°à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "VM à°¤à±à°° à°¡à°¾à°à°¾à°¨à± లాà°à±âà°à±à°¯à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "SASL à°²à±à°¬à±à°°à°°à± సిదà±à°¦à°®à±à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿: %d (%s)"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, fuzzy, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "tty యాà°à±à°°à°¿à°¬à±à°¯à±à°à±à°²à°¨à± à°
మరà±à°à°²à±à°à°ªà±à°¯à°¿à°à°¦à°¿: %s\n"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "tty యాà°à±à°°à°¿à°¬à±à°¯à±à°à±à°²à°¨à± à°
మరà±à°à°²à±à°à°ªà±à°¯à°¿à°à°¦à°¿: %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "à°à°à±à°·à°¦à°¾à°°à°¿ à°à°¨à°µà°¾à°³à±à°³à± నిరà±à°§à°¾à°°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "tty %sనౠతà±à°°à±à°µà°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s\n"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr "à°¸à±à°µà°¿à° నిరà±à°§à°¾à°°à°£ (మన à°¦à±à°µà±à°à°°à°£à°ªà°¤à±à°°à°®à± à°²à±à°¦à°¾ IP à°à°¿à°°à±à°¨à°¾à°®à°¾ à°¯à±à°à±à°) విఫలమà±à°à°¦à°¿\n"
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "à°à°à±à°·à°¦à°¾à°°à°¿ à°à°¨à°µà°¾à°³à±à°³à± నిరà±à°§à°¾à°°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "à°ªà±à°ªà±à°¨à± à°¸à±à°·à±à°à°¿à°à°à°²à±à°®à±: %s"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "సరిà°à°¾à°¨à°¿ పరిà°à°°à°®à± à°°à°à°®à±: %s"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
#, fuzzy
msgid "The certificate is not trusted."
msgstr "à°¦à±à°µà±à°à°°à°£à°ªà°¤à±à°°à°®à± యిà°à°à°¾ à°à±à°°à°¿à°¯à°¾à°¶à±à°²à°ªà°°à±à°à°¬à°¡à°¿à°²à±à°¦à±"
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
#, fuzzy
msgid "The certificate hasn't got a known issuer."
msgstr "remoteCheckCertificate: à°à°à±à°·à°¿à°¦à°¾à°°à°¿ à°¦à±à°µà±à°à°°à°£à°ªà°¤à±à°°à°®à± à°¤à±à°²à°¿à°¯à°¨à°¿ విడà±à°¦à°²à°à°¾à°°à±à°¨à°¿ à°à°²à°¿à°à°¿à°µà±à°à°¦à°¿."
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
#, fuzzy
msgid "The certificate has been revoked."
msgstr "à°¦à±à°µà±à°à°°à°£à°ªà°¤à±à°°à°®à± à°à°¾à°²à°®à±à°¤à±à°°à°¿à°¨à°¦à°¿"
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
#, fuzzy
msgid "The certificate uses an insecure algorithm"
msgstr "remoteCheckCertificate: à°à°à±à°·à°¿à°¦à°¾à°°à°¿ à°¦à±à°µà±à°à°°à°£à°ªà°¤à±à°°à°®à± à°°à°à±à°·à°£à°²à±à°¨à°¿ à°
à°²à±à°à°¾à°°à±à°¦à±à°®à±âనౠవà±à°ªà°¯à±à°à°¿à°¸à±à°¤à±à°à°¦à°¿."
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "à°¦à±à°µà±à°à°°à°£à°ªà°¤à±à°°à°®à± à°¯à±à°à±à° à°°à°à°®à± X.509 à°à°¾à°¦à±"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "gnutls_certificate_get_peers విఫలమà±à°à°¦à°¿"
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "SASL à°¦à±à°µà±à°à°°à°£à°®à± %sనౠసిదà±à°¦à°®à± à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "tty %sనౠతà±à°°à±à°µà°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s\n"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "à°¦à±à°µà±à°à°°à°£à°ªà°¤à±à°°à°®à± à°à°¾à°²à°®à±à°¤à±à°°à°¿à°¨à°¦à°¿"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "à°¦à±à°µà±à°à°°à°£à°ªà°¤à±à°°à°®à± యిà°à°à°¾ à°à±à°°à°¿à°¯à°¾à°¶à±à°²à°ªà°°à±à°à°¬à°¡à°¿à°²à±à°¦à±"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr "à°¦à±à°µà±à°à°°à°£à°ªà°¤à±à°°à°ªà± à°¯à°à°®à°¾à°¨à°¿ à°¹à±à°¸à±à°à±à°¨à°¾à°®à°®à± (%s)తౠసరిపà±à°²à°¡à° à°²à±à°¦à±"
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "à°à°¾à°²à°¾ à°¯à±à°à±à°à±à°µ NUMA à°
à°°à°²à±: %d > %d"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "à°à°¾à°²à°¾ à°¯à±à°à±à°à±à°µ à°¦à±à°°à°¸à±à°§ à°¡à±à°®à±à°¨à± IDs: %d > %d"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr "map à°ªà±à°¡à°µà± à°à°°à°¿à°·à±à°à°®à± à°à°¨à±à°¨à°¾ à°¯à±à°à±à°à±à°µ : %d > %d"
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "vCPU à°²à±à°à±à° à°
à°¨à±à°¨à°¦à°¿ à°à°°à°¿à°·à±à°à°®à±à°¨à± మిà°à°à±à°¤à±à°à°¦à°¿: %d > %d"
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr "vCPU మాపౠబఫరౠపà±à°¡à°µà± à°à°°à°¿à°·à±à°à°®à±à°¨à± మిà°à°à±à°¤à±à°à°¦à°¿: %d > %d"
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "à°¹à±à°¸à±à°à± నివà±à°¦à°¿à°à°²à± à°à°¾à°²à°¾ à°¯à±à°à±à°à±à°µ vCPUs: %d > %d"
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr "à°¹à±à°¸à±à°à± నివà±à°¦à°¿à°à°² మాపౠబఫరౠపà±à°¡à°µà± à°à°°à°¿à°·à±à°à°®à±à°¨à± మిà°à°à±à°¤à±à°à°¦à°¿: %d > %d"
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, fuzzy, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr "vCPU à°²à±à°à±à° à°
à°¨à±à°¨à°¦à°¿ à°à°°à°¿à°·à±à°à°®à±à°¨à± మిà°à°à±à°¤à±à°à°¦à°¿: %d > %d"
+
+#: src/remote_internal.c:2352
+#, fuzzy, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr "vCPU à°²à±à°à±à° à°
à°¨à±à°¨à°¦à°¿ à°à°°à°¿à°·à±à°à°®à±à°¨à± మిà°à°à±à°¤à±à°à°¦à°¿: %d > %d"
+
+#: src/remote_internal.c:2361
+#, fuzzy, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr "vCPU à°²à±à°à±à° à°
à°¨à±à°¨à°¦à°¿ à°à°°à°¿à°·à±à°à°®à±à°¨à± మిà°à°à±à°¤à±à°à°¦à°¿: %d > %d"
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr "à°à°¾à°²à°¾ à°¯à±à°à±à°à±à°µ à°°à°¿à°®à±à°à± à°¡à±à°®à±à°¨à± నామమà±à°²à±: %d > %d"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr "remoteDomainGetSchedulerParameters: పరిమితిని మిà°à°à°¿à°¨ పారామితà±à°² à°¸à°à°à±à°¯à°¨à± తిరిà°à°¿à°¯à°¿à°¸à±à°¤à±à°à°¦à°¿"
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "remoteDomainGetSchedulerParameters: à°¤à±à°²à°¿à°¯à°¨à°¿ పారామితి à°°à°à°®à±"
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "à°à°°à± à°à±à°à°¾à°¯à°¿à°à°à±à°à°²à± à°®à±à°®à±à°°à± సరిపà±à°¦à±"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ పారామితి à°°à°à°®à±"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr "à°¦à±à°°à°¸à±à°¥ నియమà°à°à± à°¬à±à°²à°¾à°à± à°ªà±à°à± à°
à°à±à°¯à°°à±à°§à°¨ మరౠపà±à°¡à°µà±, %zi > %d"
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr "తిరిà°à°¿à°¯à°¿à°à±à°à°¿à°¨ బఫరౠà°
à°à±à°¯à°°à±à°§à°¿à°à°à°¿à°¨ పరిమాణమà°à°¤ à°à°¾à°¦à±"
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr "à°¦à±à°°à°¸à±à°¥ నియమà°à°à± à°®à±à°®à±à°°à± à°ªà±à°à± à°
à°à±à°¯à°°à±à°§à°¨ మరౠయà±à°à±à°à±à°µ, %Zi > %d"
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "మరౠà°à°à±à°à±à°µ à°¦à±à°°à°¸à±à°¥ à°¨à±à°à±à°µà°°à±à°à±à°²à±: %d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr "మరౠయà±à°à±à°à±à°µ నిలà±à°µ à°ªà±à°²à±à°¸à±â à°
à°à±à°¯à°°à±à°¦à°¿à°à°à°¬à°¡à°¿à°¨à°µà°¿"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr "మరౠయà±à°à±à°à±à°µ నిలà±à°µ à°ªà±à°²à±à°¸à±â à°ªà±à°à°¦à°¬à°¡à°¿à°¨à°µà°¿"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr "మరౠయà±à°à±à°à±à°µ నిలà±à°µ వాలà±à°¯à±à°®à±à°¸à±â à°
à°à±à°¯à°°à±à°§à°¿à°à°à°¬à°¡à°¿à°¨à°µà°¿"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr "మరౠయà±à°à±à°à±à°µ నిలà±à°µ వాలà±à°¯à±à°®à±à°¸à±â à°ªà±à°à°¦à°¬à°¡à°¿à°¨à°µà°¿"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "మరౠయà±à°à±à°à±à°µ నిలà±à°µ వాలà±à°¯à±à°®à±à°¸à±â à°
à°à±à°¯à°°à±à°§à°¿à°à°à°¬à°¡à°¿à°¨à°µà°¿"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "మరౠయà±à°à±à°à±à°µ నిలà±à°µ వాలà±à°¯à±à°®à±à°¸à±â à°ªà±à°à°¦à°¬à°¡à°¿à°¨à°µà°¿"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "మరౠయà±à°à±à°à±à°µ నిలà±à°µ వాలà±à°¯à±à°®à±à°¸à±â à°
à°à±à°¯à°°à±à°§à°¿à°à°à°¬à°¡à°¿à°¨à°µà°¿"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "మరౠయà±à°à±à°à±à°µ నిలà±à°µ వాలà±à°¯à±à°®à±à°¸à±â à°ªà±à°à°¦à°¬à°¡à°¿à°¨à°µà°¿"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°¦à±à°µà±à°à°°à°£à°®à± à°°à°à°®à± %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr "à°
à°à±à°¯à°°à±à°§à°¿à°à°à°¬à°¡à°¿à°¨ à°¦à±à°µà±à°à°°à°£ à°°à°à°®à± %s తిరసà±à°à°°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿"
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "మదà±à°¦à°¤à±à°¯à°¨à°¿ à°¦à±à°µà±à°à°°à°£ à°°à°à°®à± %d"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "SASL à°²à±à°¬à±à°°à°°à± సిదà±à°¦à°®à±à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿: %d (%s)"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "sock à°à°¿à°°à±à°¨à°¾à°®à°¾ %d (%s)నౠపà±à°à°¦à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "à°ªà±à°°à± à°à°¿à°°à±à°¨à°¾à°®à°¾ %d (%s)నౠపà±à°à°¦à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "SASL à°à°à±à°·à°¿à°¦à°¾à°°à°¿ à°¸à°à°¦à°°à±à°à°®à±à°¨à± à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿: %d (%s)"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr "TLS à°¸à±à°·à°¨à±âà°à±à°°à°à± సరిà°à°¾à°¨à°¿ à°¸à±à°«à°°à± పరిమాణమà±"
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "బహిరà±à°à°¤ SSFనౠà°
మరà±à°à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿ %d (%s)"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr "à°°à°à±à°·à°£ à°²à°à±à°·à°£à°®à±à°²à°¨à± à°
మరà±à°à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿ %d (%s)"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "SASL à°®à±à°à°¾à°¨à°¿à°à° %s à°¸à±à°µà°¿à° à°¦à±à°µà°¾à°°à°¾ మదà±à°¦à°¤à±à°¯à°¬à°¡à±à° à°²à±à°¦à±"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "SASL à°¨à±à°à±à°·à°¿à°¯à±à°·à°¨à± à°ªà±à°°à°¾à°°à°à°à°®à°à±à°à°à± విఫలమà±à°à°¦à°¿: %d (%s)"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr "auth à°à°¨à°µà°¾à°³à±à°³à± à°à±à°¯à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr "SASL à°¨à±à°à±à°·à°¿à°¯à±à°·à°¨à± à°¡à°¾à°à°¾ మరౠపà±à°¡à°µà±à°à°¦à°¿: %d bytes"
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "SASL à°
à°à°à± విఫలమà±à°à°¦à°¿: %d (%s)"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr "à°¨à±à°à±à°·à°¿à°¯à±à°·à°¨à± SSF %d సరిపà±à°µà±à°¨à°à°¤ బలమà±à°¨à°¦à°¿à°à°¾à°¦à±"
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr "auth à°à°¨à°µà°¾à°³à±à°³à± à°¸à±à°à°°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr "xdr_remote_message_header విఫలమà±à°à°¦à°¿"
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr "మారà±à°·à°²à°¿à°à°à± args"
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
#, fuzzy
msgid "xdr_u_int (length word)"
msgstr "xdr_int (length word)"
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "à°¡à±à°®à±à°¨à± à°¡à°¾à°à°¾à°¨à± à°à°¦à±à°°à°ªà°°à°à°²à±à°¦à±"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "%d సాà°à±à°à±à°à±à°¨à± à°à°¦à°µà°à°à°²à± విఫలమà±à°à°¦à°¿\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "à°à°¦à°µà°à°¾à°¨à°¿à°à°¿ మాతà±à°°à°®à± à°
à°¨à±à°¸à°à°§à°¾à°¨à°"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "à°®à±à°à°¾à°¡à°¾à°à°¾à°¨à± à°µà±à°°à°¾à°¯à°²à±à°®à±"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "'%s' à°¸à±à°·à±à°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "vol %sనౠతà±à°²à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
#, fuzzy
msgid "xdr_u_int (length word, reply)"
msgstr "xdr_int (length word, reply)"
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
#, fuzzy
msgid "packet received from server too small"
msgstr "à°¸à±à°µà°à°¨à±à°à°¡à°¿ à°ªà±à°à°¦à°¿à°¨ à°ªà±à°¯à°¾à°à±à°à± మరౠపà±à°¡à°µà±à°¨à°¦à°¿"
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr "à°¸à±à°µà°à°¨à±à°à°¡à°¿ à°ªà±à°à°¦à°¿à°¨ à°ªà±à°¯à°¾à°à±à°à± మరౠపà±à°¡à°µà±à°¨à°¦à°¿"
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr "à°ªà±à°°à°¤à±à°¯à±à°¤à±à°¤à°°à°®à±à°¨à°à°¦à± సరిà°à°¾à°¨à°¿ à°ªà±à° à°¿à°"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°ªà±à°°à±à°à±à°°à°¾à°®à± (à°ªà±à°à°¦à°¿à°à°¦à°¿ %x, à°
à°¨à±à°à±à°¨à±à°¨à°¦à°¿ %x)"
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°ªà±à°°à±à°à±à°à°¾à°²à± వరà±à°·à°¨à± (à°ªà±à°¦à°¿à°à°¦à°¿ %x, à°
à°¨à±à°à±à°¨à±à°¨à°¦à°¿ %x)"
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ విధానఠ(à°ªà±à°à°¦à°¿à°à°¦à°¿ %x, à°
à°¨à±à°à±à°¨à±à°¨à°¦à°¿ %x)"
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr "à°
à°¨à±âమారà±à°·à°²à°¿à°à°à± ret"
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr "à°
à°¨à±âమారà±à°·à°²à°¿à°à°à± remote_error"
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°¸à±à°¥à°¿à°¤à°¿ (à°ªà±à°à°¦à°¿à°¨à°¦à°¿ %x)"
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "calloc విఫలమà±à°à°¦à°¿"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "à°à°¦à±à°¶à°®à± à°à±à°°à°à± à°µà±à°à°¿à°µà±à°à°¡à±à°à°à± విఫలమà±à°à°¦à°¿: %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "tty pid à°«à±à°²à± %sనౠతà±à°°à±à°µà°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
+
+#: src/security_selinux.c:120
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr "tty pid à°«à±à°²à± %sనౠà°à°¦à±à°µà°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "tty pid à°«à±à°²à± %sనౠతà±à°°à±à°µà°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "tty pid à°«à±à°²à± %sనౠà°à°¦à±à°µà°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "%sà°¯à±à°à±à° à°«à±à°²à± à°¸à°à°¦à°°à±à°à°®à±à°¨à± à°ªà±à°à°¦à°²à±à°¦à±: %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, fuzzy, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr "vCPU à°²à±à°à±à° à°
à°¨à±à°¨à°¦à°¿ à°à°°à°¿à°·à±à°à°®à±à°¨à± మిà°à°à±à°¤à±à°à°¦à°¿: %d > %d"
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "tty %sనౠతà±à°°à±à°µà°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s\n"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "tty %sనౠతà±à°°à±à°µà°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s\n"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3482,45 +3984,45 @@ msgstr "à°«à±à°²à± '%s'వరà°à± à°µà±à°à°¿à°à±à°¡à°²à±à°¦à±: %s"
msgid "cannot read beginning of file '%s'"
msgstr "à°«à±à°²à± '%s'వరà°à± à°µà±à°à°¿à°à±à°¡à°²à±à°¦à±: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "%sà°¯à±à°à±à° à°«à±à°²à± à°¸à°à°¦à°°à±à°à°®à±à°¨à± à°ªà±à°à°¦à°²à±à°¦à±: %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "dir %sనౠà°à°¦à±à°µà°²à±à°¦à±: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr "regex %s నిరà±à°µà°°à±à°¤à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "fd à°à°¦à±à°µà°²à±à°¦à±"
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "à°à°¦à±à°¶à°®à± à°à±à°°à°à± à°µà±à°à°¿à°µà±à°à°¡à±à°à°à± విఫలమà±à°à°¦à°¿: %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr "à°à°¦à±à°¶à°®à± à°¶à±à°à±à°°à°®à±à°à°¾ నిషà±à°à±à°°à°®à°¿à°à°à°²à±à°¦à±"
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "à°à°¦à±à°µà± à°¦à±à°·à°®à±: %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr "à°à°¦à±à°¶à°®à± %dà°¨à±à°à°¡à°¿ à°¸à±à°¨à±à°¨à°¾-à°à°¾à°¨à°¿ నిషà±à°à±à°°à°®à°£ à°¸à±à°¥à°¿à°¤à°¿"
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "%s: à°à°à°ªà±à°²à°¿à°®à±à°à°à± à°à°¾à°²à±à°¦à±\n"
@@ -3631,7 +4133,7 @@ msgid "cannot extend file '%s'"
msgstr "à°«à±à°²à± '%s'నౠపà±à°¡à°¿à°à°¿à°à°ªà°²à±à°®à±: %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "పాతౠ'%s'నౠà°à°¦à±à°µà°²à±à°®à±: %s"
@@ -3665,17 +4167,17 @@ msgstr "qemu-imgతౠnon-raw à°ªà±à°°à°¤à°¿à°¬à°¿à°à°¬à°®à±à°²à°¨à± à°¸à±
msgid "creation of non-raw images is not supported without qemu-img"
msgstr "qemu-imgతౠnon-raw à°ªà±à°°à°¤à°¿à°¬à°¿à°à°¬à°®à±à°²à°¨à± à°¸à±à°·à±à°à°¿à°à°à±à° మదà±à°¦à°¤à±à°¯à°¬à°¡à°¦à±"
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "à°«à±à°²à± à°¯à°à°®à°¾à°¨à°¿ '%s' à°
మరà±à°à°²à±à°®à±: %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "à°«à±à°²à± à°°à±à°¤à°¿ '%s'ని à°
మరà±à°à°²à±à°®à±: %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "à°«à±à°²à± '%s'నౠమà±à°¯à°²à±à°®à±: %s"
@@ -3786,11 +4288,7 @@ msgstr "పరిà°à°°à°®à± %sనౠమà±à°¯à°²à±à°¦à±"
msgid "cannot remove PV device '%s'"
msgstr "tty Pid à°«à±à°²à± %sనౠతà±à°¸à°¿à°µà±à°¯à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "à°à±à°¤à±à°¤à°à°¾ à°¸à±à°·à±à°à°¿à°à°à°¿à°¨ వాలà±à°¯à±à°®à± '%s'నౠà°à°¨à±à°à±à°¨à°²à±à°¦à±: %s"
@@ -3803,164 +4301,169 @@ msgstr "తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨ auth à°¹à±à°¸à±à°à± యాà°à±à°°
msgid "missing auth passwd attribute"
msgstr "తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨ auth passwd యాà°à±à°°à°¿à°¬à±à°¯à±à°à±"
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr "తపà±à°ªà±à°à°¾à°«à°¾à°°à±à°®à±à°¨ à°
à°·à±à°à°¾à°à°¶ à°¤à±à°°à±"
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr "తపà±à°ªà±à°à°¾à°ªà°¾à°°à±à°®à±à°¨ à°¯à°à°®à°¾à°¨à°¿ à°®à±à°²à°à°"
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr "తపà±à°ªà±à°à°¾ ఫారà±à°®à±à°¨ సమà±à°¹ à°®à±à°²à°à°"
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ root à°®à±à°²à°à°®à±"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ నిలà±à°µ vol à°°à°à°®à± %d"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨ నామపౠమà±à°²à°à°®à±"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr "uuidనౠవà±à°¦à±à°à°µà°¿à°à°ªà°à±à°¯ à°²à±à°¦à±"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ auth à°°à°à°®à± '%s'"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨ à°®à±à°² à°¹à±à°¸à±à°à± నామమà±"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "à°®à±à°²à°ªà± పరిà°à°°à°¾à°²à°¨à± à°¯à±à°à±à°¸à±ââà°à±à°°à°¾à°à±à°à±â à°à±à°¯à°²à±à°¦à±"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨ à°®à±à°²à°ªà± పరిà°à°°à°®à± పాతà±"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "à°®à±à°²à°ªà± పాతౠతపà±à°ªà°¿à°ªà±à°¯à°¿à°¨à°¦à°¿"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ auth à°°à°à°®à± '%s'"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨ à°²à°à±à°·à±à°¯à°ªà± పాతà±"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "మదà±à°¦à°¤à±à°¯à°¨à°¿ à°ªà±à°²à± à°°à±à°ªà°®à± %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr "à°à°¹à°¿à°à°à°¨à°¿ à°ªà±à°²à± à°°à°à°®à±"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr "తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨ à°¯à°à°®à°¾à°¨à°¿ à°®à±à°²à°à°®à±"
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨ root à°®à±à°²à°à°®à±"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ పరిమాణపౠయానిà°à±à°²à± '%s'"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr "తపà±à°ªà±à°à°¾à°«à°¾à°°à±à°®à±à°¨ సామరà±à°§à±à°¯à°ªà± à°®à±à°²à°à°®à±"
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr "సామరà±à°¦à±à°¯à°ªà± à°®à±à°²à°à°®à± విలà±à°µ మరౠయà±à°à±à°à±à°µ"
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ root à°®à±à°²à°à°®à±"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨ నామపౠమà±à°²à°à°®à±"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr "తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨ సామరà±à°§à±à°¯à°ªà± à°®à±à°²à°à°®à±"
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ auth à°°à°à°®à± '%s'"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, fuzzy, c-format
msgid "unknown volume format number %d"
msgstr "మదà±à°¦à°¤à±à°¯à°¨à°¿ వాలà±à°¯à±à°®à± à°°à±à°ªà°®à± %d"
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "à°à°à±à°¤à±à°à°°à°£ à°¡à±à°°à±à°à±à°à°°à±à°¨à°¿ à°¸à±à°·à±à°à°¿à°à°à°²à±à°¦à± %s: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "config à°«à±à°²à± పాతà±âనౠనిరà±à°®à°¿à°à°à°²à±à°¦à±"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr "à°¸à±à°µà°¯à°à°à°¾à°²à°à°ªà±à°°à°¾à°°à°à° లిà°à°à± పాతà±âనౠనిరà±à°®à°¿à°à°à°²à±à°¦à±"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr "XML à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à± à°¸à±à°·à±à°à°¿à°à°à°²à±à°¦à± %s: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à± రాయలà±à°¦à± %s: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à± à°à°¦à±à°°à°ªà°°à°à°²à±à°¦à± %s: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "%s à°à±à°°à°à± à°¯à±à°à±à°µà°à°à°¿ à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°²à±à°¦à±"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "%s à°à±à°°à°à± à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à± à°¤à±à°¸à°¿à°µà±à°¯à°²à±à°¦à±"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr "సరిపà±à°²à± uuidతౠయà±à°à±à°µà°à°à°¿ à°ªà±à°²à± à°²à±à°¦à±"
@@ -3968,17 +4471,17 @@ msgstr "సరిపà±à°²à± uuidతౠయà±à°à±à°µà°à°à°¿ à°ªà±à°²à±
msgid "no pool with matching name"
msgstr "సరిపà±à°²à± నామమà±à°¤à± à°¯à±à°à±à°µà°à°à°¿ à°ªà±à°²à± à°²à±à°¦à±"
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr "నిలà±à°µ à°ªà±à°²à± యిపà±à°ªà°à°¿à°à± à°µà±à°à°¦à°¿"
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr "సరిపà±à°²à± uuidతౠయà±à°à±à°µà°à°à°¿ నిలà±à°µ à°ªà±à°²à± à°²à±à°¦à±"
@@ -3986,61 +4489,61 @@ msgstr "సరిపà±à°²à± uuidతౠయà±à°à±à°µà°à°à°¿ నిలà±
msgid "pool is still active"
msgstr "à°ªà±à°²à± యిపà±à°ªà°à°¿à°à± à°à±à°°à°¿à°¯à°¾à°¶à±à°²à°®à±à°à°¾ à°µà±à°à°¦à°¿"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr "à°ªà±à°²à± యిపà±à°ªà°à°¿à°à± à°à±à°°à°¿à°¯à°¾à°¶à±à°²à°®à±à°à°¾à°µà±à°à°¦à°¿"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr "నిలà±à°µ à°ªà±à°²à± యిపà±à°ªà°à°¿à°à± à°à±à°°à°¿à°¯à°¾à°¶à±à°²à°®à±à°à°¾ à°µà±à°à°¦à°¿"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr "నిలà±à°µ à°ªà±à°²à± à°à±à°°à°¿à°¯à°¾à°¶à±à°²à°®à±à°à°¾ à°²à±à°¦à±"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr "నిలà±à°µ à°ªà±à°²à± యిà°à°à°¨à± à°à±à°°à°¿à°¯à°¾à°¶à±à°²à°®à±à°à°¾ à°µà±à°¨à±à°¨à°¦à°¿"
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr "à°ªà±à°²à± వాలà±à°¯à±à°®à± à°¤à±à°²à°à°¿à°à°ªà±à°¨à± మదà±à°¦à°¤à±à°¯à°¦à±"
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "à°ªà±à°²à± à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à± à°à°²à°¿à°à°¿à°²à±à°¦à±"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr "సరిపà±à°²à± నామమà±à°¤à± à°¯à±à°à±à°µà°à°à°¿ నిలà±à°µ vol à°²à±à°¦à±"
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr "సరిపà±à°²à± à°à±à°¤à± à°¯à±à°à±à°µà°à°à°¿ నిలà±à°µ vol à°²à±à°¦à±"
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr "సరిపà±à°²à± పాతà±âతౠయà±à°à±à°µà°à°à°¿ నిలà±à°µ vol à°²à±à°¦à±"
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr "నిలà±à°µ vol యిపà±à°ªà°à°¿à°à± à°µà±à°à°¦à°¿"
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr "నిలà±à°µ à°ªà±à°²à± వాలà±à°¯à±à°®à± à°¸à±à°·à±à°à±à°à°°à°£à°¨à± మదà±à°¦à°¤à±à°¯à±à° à°²à±à°¦à±"
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr "నిలà±à°µ à°ªà±à°²à± vol à°¤à±à°²à°à°¿à°à°ªà±à°¨à± మదà±à°¦à°¤à±à°¯à±à°à°²à±à°¦à±"
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "à°°à±à°à± à°¯à±à°à±à° సమయానà±à°¨à°¿ à°ªà±à°à°¦à±à°¤à±à°à°¦à°¿"
@@ -4097,155 +4600,155 @@ msgstr "node à°à±à°·à±à°¤à±à°° à°à°¾à°¬à°¿à°¤à°¾"
msgid "resolving domain filename"
msgstr "à°à±à°·à±à°¤à±à°° à°«à±à°²à± à°ªà±à°°à±à°¨à± à°¤à±à°°à±à°®à°¾à°¨à°¿à°¸à±à°¤à±à°à°¦à°¿"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node à°à±à°·à±à°¤à±à°° à°à°¾à°¬à°¿à°¤à°¾"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "à°¨à±à°à±à°µà°°à±à°à± దసà±à°¤à±à°°à°¨à°¾à°®à°¾à°¨à±à°¨à°¿ à°°à°¿à°à°¾à°²à±à°µà± à°à±à°¯à°®à±"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node à°à±à°·à±à°¤à±à°° à°à°¾à°¬à°¿à°¤à°¾"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "à°à±à°·à±à°¤à±à°° à°«à±à°²à± à°ªà±à°°à±à°¨à± à°¤à±à°°à±à°®à°¾à°¨à°¿à°¸à±à°¤à±à°à°¦à°¿"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: పాతౠనౠసమà°à±à°°à±à°à°à°¡à°¿ à°²à±à°¦à°¾ test:///default à°à°ªà°¯à±à°à°¿à°à°à°à°¡à°¿"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "à°«à±à°²à± '%s'నౠమà±à°¯à°²à±à°®à±: %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "à°¡à±à°®à±à°¨à± à°à°¨à°ªà°¡à°²à±à°¦à±"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "à°¡à±à°®à±à°¨à± నడà±à°à±à° à°²à±à°¦à±"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "à°®à±à°à°¾à°¡à°¾à°à°¾à°à± à°à°¾à°³à±à°¨à°¿ à°à±à°à°¾à°¯à°¿à°à°à°²à±à°®à±"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "à°à±à°·à±à°¤à±à°° à°¸à±à°¥à°¿à°¤à°¿à°¨à°¿ à°«à±à°²à±à°à°¿ à°à°¦à±à°°à°ªà°°à±à°µà±"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "à°à±à°·à±à°¤à±à°° à°¸à±à°¥à°¿à°¤à°¿à°¨à°¿ à°«à±à°²à±à°à°¿ à°à°¦à±à°°à°ªà°°à±à°µà±"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "à°¡à±à°®à±à°¨à± à°ªà±à°°à°¤à°¿à°¬à°¿à°à°¬à°®à±à°¨à± à°à°¦à±à°µà°²à±à°¦à±"
-#: src/test.c:1295
+#: src/test.c:1292
#, fuzzy, c-format
msgid "incomplete save header in '%s'"
msgstr "à°ªà±à°°à±à°¤à°¿à°à°¾à°¨à°¿ à°à°¦à±à°°à°¤ à°ªà±à° à°¿à°"
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr "సరిపà±à°²à°¨à°¿ à°ªà±à° ిఠమాà°à°¿à°à±"
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "à°®à±à°à°¾à°¡à°¾à°à°¾ à°ªà±à°¡à°µà± à°à°¦à±à°µà±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr "à°®à±à°à°¾à°¡à°¾à°à°¾ à°¯à±à°à±à° à°ªà±à°¡à°µà± à°¸à±à°¥à°¾à°¯à°¿à°®à°¿à°à°à°¿à°¨à°¦à°¿"
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "à°ªà±à°°à±à°¤à°¿à°à°¾à°¨à°¿ à°®à±à°à°¾à°¡à°¾à°à°¾"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "%s à°à±à°·à±à°¤à±à°°à°à°¨à± %sలౠనిà°\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "%s: విఫలమà±à°à°¦à°¿ లాà°à± దసà±à°¤à±à°°à° à°à± à°µà±à°°à°¾à°¯à±à°à°²à±:%s"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "%s à°à±à°·à±à°¤à±à°°à°à°¨à± %sలౠనిà°\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr "à°¸à±à°¥à°¾à°¯à°¿ à°
à°à°¦à±à°¬à°¾à°à±à°²à±à°µà±à°¨à±à°¨ à°
రలనౠమిà°à°à°¿à°¨à°¦à°¿"
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "à°¡à±à°®à±à°¨à± à°à°ªà±à°ªà°à°¿à°à± నడà±à°¸à±à°¤à±à°¨à±à°¨à°¦à°¿"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "à°¡à±à°®à±à°¨à± à°à°ªà±à°ªà°à°¿à°à± నడà±à°¸à±à°¤à±à°¨à±à°¨à°¦à°¿"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "à°¨à±à°à±à°µà°°à±à°à± à°à°ªà±à°ªà°à°¿à°à± నడà±à°¸à±à°¤à±à°¨à± à°à°à°¦à°¿"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "à°¨à±à°à±à°µà°°à±à°à± à°à°ªà±à°ªà°à°¿à°à± నడà±à°¸à±à°¤à±à°¨à±à°¨à°¦à°¿à°à°¦à°¿"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "నిలà±à°µ à°ªà±à°²à± యిపà±à°ªà°à°¿à°à± à°à±à°°à°¿à°¯à°¾à°¶à±à°²à°®à±à°à°¾ à°µà±à°à°¦à°¿"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "నిలà±à°µ à°ªà±à°²à± à°à±à°°à°¿à°¯à°¾à°¶à±à°²à°®à±à°à°¾ à°²à±à°¦à±"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "సరిపà±à°²à± నామమà±à°¤à± à°¯à±à°à±à°µà°à°à°¿ నిలà±à°µ vol à°²à±à°¦à±"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "సరిపà±à°²à± à°à±à°¤à± à°¯à±à°à±à°µà°à°à°¿ నిలà±à°µ vol à°²à±à°¦à±"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "సరిపà±à°²à± పాతà±âతౠయà±à°à±à°µà°à°à°¿ నిలà±à°µ vol à°²à±à°¦à±"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4260,155 +4763,160 @@ msgstr "à°
à°à±à°·à°° పరిà°à°°à°®à±à°à± à°à°¾à°³à±à°¨à°¿ à°à±à°
msgid "unsupported chr device type %d"
msgstr "మదà±à°¦à°¤à±à°¯à°¨à°¿ à°à°¨à±âà°ªà±à°à± పరిà°à°°à°®à± à°°à°à°®à± %s"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "close-on-exec à°«à±à°²à±à°¯à±à°à±à° à°¡à°¿à°¸à±à°à±à°°à°¿à°ªà±à°à°¾à°°à± à°«à±à°²à°¾à°à± à°
మరà±à°à±à°à°²à± à°¦à±à°·à°®à±"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "à°¬à±à°°à°¿à°¡à±à°à°¿ మదà±à°¦à°¤à±à°¨à± సిదà±à°¦à°ªà°°à°à°²à±à°®à±: %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "à°¡à±à°°à±à°à±à°à°°à± %s à°¸à±à°·à±à°à°¿à°à°à±à°à°à± à°µà±à°«à°²à±à°¯à° à°à±à°à°¦à°¿à°à°¦à°¿ : %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "qemudStartup: à°®à±à°®à±à°°à± à°à°¾à°²à°²à±à°¦à±"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "లాà°à±âà°ªà±à°²à±à°¨à± à°¸à±à°·à±à°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿ %s: %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "%sనౠతà±à°°à±à°µà°²à±à°®à±: %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "à°¸à±à°·à°¨à±âనౠà°à°¨à±à°à±à°¨à°²à±à°®à±"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "à°«à±à°²à± à°°à±à°¤à°¿ '%s'ని à°
మరà±à°à°²à±à°®à±: %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "%sనౠà°à°¦à±à°µà°²à±à°¦à±: %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "dir %sనౠà°à°¦à±à°µà°²à±à°¦à±: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "QEMU à°¬à±à°¨à°°à± %sనౠà°à°¨à±à°à±à°¨à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "à°à°¦à±à°¶à°®à± à°à±à°°à°à± à°µà±à°à°¿à°µà±à°à°¡à±à°à°à± విఫలమà±à°à°¦à°¿: %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "à°
à°¨à±à°à±à°¨à°¿ pidనౠపà±à°à°¦à°¿à°à°¦à°¿, damn"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "%sనౠà°à°¦à±à°µà°²à±à°¦à±: %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "à°à±à°°à°¿à°¯à°¾à°¶à±à°² à°¡à±à°®à±à°¨à±âనౠతà±à°²à°à°¿à°à°à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "%sనౠà°à°¦à±à°µà°²à±à°¦à±: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "à°«à±à°²à± '%s'నౠమà±à°¯à°²à±à°®à±: %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "à°ªà±à°ªà±à°¨à± à°¸à±à°·à±à°à°¿à°à°à°²à±à°®à±: %s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "à°ªà±à°ªà± à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "à°¶à°¿à°¶à±à°µà± à°à°¾à°°à±à°¯à°à±à°°à°®à°®à±à°¨à± à°«à±à°°à±à°à± à°à±à°¯à°²à±à°¦à±: %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "à°ªà±à°²à± '%s'నౠà°
à°¨à±âలిà°à°à± à°à±à°¯à°²à±à°®à±: %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "పరిà°à°°à°®à± à°ªà±à° à°¿à° %sనౠశà±à°à±à°°à°®à±à°à±à°¯à°²à±à°¦à±"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "à°¸à±à°µà°¯à°à°à°¾à°²à° à°¡à±à°°à±à°à±à°à°°à± %sని à°¸à±à°·à±à°à°¿à°à°à°²à±à°®à±: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "strdup à°¹à±à°¸à±à°à±à°¨à°¾à°®à°®à±à° విఫలమà±à°à°¦à°¿: %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "strdup à°¹à±à°¸à±à°à±à°¨à°¾à°®à°®à±à° విఫలమà±à°à°¦à°¿: %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "strdup à°¹à±à°¸à±à°à±à°¨à°¾à°®à°®à±à° విఫలమà±à°à°¦à°¿: %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "à°«à±à°²à± '%s'నౠపà±à°¡à°¿à°à°¿à°à°ªà°²à±à°®à±: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "à°à°¦à±à°µà± à°¦à±à°·à°®à±: %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "uid '%d' à°à±à°°à°à± వనియà±à°à°¦à°¾à°°à°¿ recordనౠà°à°¨à±à°à±à°¨à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
@@ -4418,19 +4926,24 @@ msgstr "uid '%d' à°à±à°°à°à± వనియà±à°à°¦à°¾à°°à°¿ recordనౠà°
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr "pseudorandom UUIDà°à± తిరిà°à°¿à°µà±à°³à±à°¤à±à°à°¦à°¿, à°°à°¾à°à°¡à°®à± à°¬à±à°à±à°²à°¨à± à°¸à±à°·à±à°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿: %s"
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°¦à±à°·à°®à±"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "à°®à±à°¦à±à°°à°£ సహాయà°"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "సారà±à°µà°à°¨à°¿à° సహాయఠలà±à°¦à°¾ à°à°®à°¾à°à°¡à± à°à°§à°¾à°°à°¿à°¤ సహాయానà±à°¨à°¿ à°®à±à°¦à±à°°à°¿à°à°à±"
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "à°à°¦à±à°¶à° à°¯à±à°à±à° నామమà±"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4438,613 +4951,625 @@ msgstr ""
"à°à°¦à±à°¶à°¾à°²à±:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "à°¡à±à°®à±à°¨à± నౠసà±à°µà°¯à°à°à°¾à°²à°à°à°à°¾ à°ªà±à°°à°¾à°°à°à°à°¿à°à°à±"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "à°¬à±à°à± వదà±à°¦ à°¸à±à°µà°¯à°à°à°¾à°²à°à°à°à°¾ à°ªà±à°°à°¾à°°à°à°à° à°
à°à±à°à°à± à°¡à±à°®à±à°¨à± నౠà°à°à±à°¤à±à°à°°à°¿à°à°à±."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "à°à±à°·à±à°¤à±à°° నామà°, à°à°¡à°¿ à°²à±à°¦à°¾ uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "à°¸à±à°µà°¯à°à°à°¾à°²à°à°ªà±à°°à°¾à°°à°à°à°¾à°¨à±à°¨à°¿ à°
à°à±à°¤à°¨à°à°à±à°¯à°à°¡à°¿"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "%s à°¡à±à°®à±à°¨à± నౠసà±à°µà°¯à°à°à°¾à°²à°à°ªà±à°°à°¾à°°à°à°à°¿à° à°à°¾ à°à°à°à±à°à°²à± విఫలà°"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "%s à°¡à±à°®à±à°¨à± నౠసà±à°µà°¯à°à°à°¾à°²à° à°ªà±à°°à°¾à°°à°à°à°¿à° à°à°¾ à°à±à°°à±à°¤à°¿à°à°à° à°ªà±à°µà±à°à°²à± విఫలà°"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "à°¡à±à°®à±à°¨à± %s à°¸à±à°µà°¯à°à°à°¾à°²à°à°ªà±à°°à°¾à°°à°à°à°¿à° à°à°¾ à°à±à°°à±à°¤à±à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "à°¡à±à°®à±à°¨à± %s à°¸à±à°µà°¯à°à°à°¾à°²à°à°ªà±à°°à°¾à°°à°à°à°¿à° à°à°¾ à°à±à°°à±à°¤à±à°à°à°¬à°¡à°²à±à°¦à±\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "à°
à°§à°¿à°ªà±à°°à°¤à°¿à°à°¿ (తిరిà°à°¿) à°
à°¨à±à°¸à°à°§à°¿à°à°à±"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr "à°¸à±à°¥à°¾à°¨à°¿à° à°
à°§à°¿à°ªà±à°°à°¤à°¿à°à°¿ à°
à°¨à±à°¸à°à°§à°¾à°¨à°. à°à°¦à°¿ షలౠసà±à°à°¾à°°à±à°à°ªà± తరà±à°µà°¾à°¤ à°à°®à°¾à°à°¡à±à°²à± నిరà±à°®à°¿à°à°à°¬à°¡à±à°¤à±à°à°¦à°¿."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "à°
à°§à°¿à°ªà±à°°à°¤à°¿ à°
à°¨à±à°¸à°à°§à°¾à°¨à° URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "à°à°¦à°µà°à°¾à°¨à°¿à°à°¿-మాతà±à°°à°®à± à°
à°¨à±à°¸à°à°§à°¾à°¨à°"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "à°
à°§à°¿à°ªà±à°°à°¤à°¿à°¨à±à°à°¡à± à°
à°¨à±à°¸à°à°§à°¾à°¨à° à°¤à±à°²à°à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "à°
à°§à°¿à°ªà±à°°à°¤à°¿à°à°¿ à°
à°¨à±à°¸à°à°§à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "à°à°à±à°·à°¿à°¦à°¾à°°à°¿ à°à°¨à±à°¸à±à°²à± à°à± à°
à°¨à±à°¸à°à°§à°¾à°¨à°¿à°à°à±"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "వాసà±à°¤à°µà°¿à° à°à±à°°à°®à°¾à°à° à°à°¨à±à°¸à±à°²à± నౠà°à°à±à°·à°¿à°¦à°¾à°°à°¿ à°à°¿ à°
à°¨à±à°¸à°à°§à°¾à°¨à°¿à°à°à±"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "à°¡à±à°®à±à°¨à± à°à±à°°à°à± à° à°à°¨à±à°¸à±à°²à± à°
à°à°¦à±à°¬à°¾à°à±à°²à± à°²à±à°¦à±\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "à° à°ªà±à°²à°¾à°à±âà°«à°¾à°à°¨à°à°¦à± à°¤à±à°° యిà°à°ªà±à°²à°¿à°®à±à°à°à± à°à°¾à°²à±à°¦à±"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "à°à°¾à°¬à°¿à°¤à°¾ à°à±à°·à±à°¤à±à°°à°¾à°²à±"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "à°à±à°·à±à°¤à±à°°à°¾à°² తిరà±à°à± à°à°¾à°¬à°¿à°¤à°¾."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°à±à°·à±à°¤à±à°°à°¾à°² à°à°¾à°¬à°¿à°¤à°¾ à°à±à°¯à±à°¯à°¿"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ & à°à±à°°à°¿à°¯à°¾à°¶à±à°² à°à±à°·à±à°¤à±à°°à°¾à°² à°à°¾à°¬à°¿à°¤à°¾ à°à±à°¯à°¿"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "à°à±à°°à°¿à°¯à°¾à°¶à±à°² à°à±à°·à±à°¤à±à°°à°¾à°² à°à°¾à°¬à°¿à°¤à°¾ à°à°µà±à°µà°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°à±à°·à±à°¤à±à°°à°¾à°²à°¨à± à°à°¾à°¬à°¿à°¤à°¾ à°à±à°¯à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "à°à°¡à°¿"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "à°ªà±à°°à±"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "à°¸à±à°¥à°¿à°¤à°¿"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "à°¸à±à°¥à°¿à°¤à°¿ రాహితà±à°¯à°"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "à°à±à°·à±à°¤à±à°° à°¸à±à°¥à°¿à°¤à°¿"
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr "à°¡à±à°®à±à°¨à± à°à±à°°à°¿à°à°à°¿ తిరిà°à°¿à°¯à°¿à°à±à°à± à°¸à±à°¥à°¿à°¤à°¿"
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "à°¡à±à°®à±à°¨à± à°à± పరిà°à°°à° à°¬à±à°²à°¾à°à± à°¸à±à°à°à±à°¸à± నౠపà±à°à°¦à±à°®à±"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "నడà±à°¸à±à°¤à±à°¨à±à°¨ à°¡à±à°®à±à°¨à± à°à± పరిà°à°°à° à°¬à±à°²à°¾à°à± à°¸à±à°à°¾à°à±à°¸à± నౠపà±à°à°¦à±à°®à±."
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "à°¬à±à°²à°¾à°à± పరిà°à°°à°"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "à°¬à±à°²à°¾à°à± à°¸à±à°à°¾à°à±à°¸à± à°ªà±à°à°¦à±à°à°²à± విఫలఠ%s %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "à°¡à±à°®à±à°¨à± à°à±à°°à°à± à°¨à±à°à±à°µà°°à±à°à± à°à°à°à°°à±âà°«à±à°¸à± à°¸à±à°à°¾à°à±à°¸à± నౠపà±à°à°¦à±à°®à±"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "నడà±à°¸à±à°¤à±à°¨à±à°¨ à°¡à±à°®à±à°¨à± à°à±à°°à°à± à°¨à±à°à±à°µà°°à±à°à± à°à°à°à°°à±âà°«à±à°¸à± à°¸à±à°à°¾à°à±à°¸à± నౠపà±à°à°¦à±à°®à±."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "à°à°à°à°°à±âà°«à±à°¸à± పరిà°à°°à°"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "à°à°à°à°°à±âà°«à±à°¸à± à°¸à±à°à°¾à°à±à°¸à± à°ªà±à°à°¦à±à°à°²à± విఫలఠ%s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°¤à±à°²à°à°¿à°à°à±"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "నడà±à°¸à±à°¤à±à°¨à±à°¨ à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°¤à±à°²à°à°¿à°à°à±"
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "%s à°à±à°·à±à°¤à±à°°à° à°¤à±à°²à°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°¤à±à°²à°à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿ %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "XML à°«à±à°²à±à°à±à°¸à° à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°¸à±à°·à±à°à°¿à°à°à±"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°¸à±à°·à±à°à°¿à°à°à±"
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "దసà±à°¤à±à°°à° à°à° XML à°¡à±à°®à±à°¨à± వివరణ నౠà°à°²à°¿à°à°¿ à°à°à°¦à°¿"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "à°à±à°·à±à°¤à±à°°à° %s %s à°¨à±à°à°¡à± à°¸à±à°·à±à°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "%s à°¨à±à°à°¡à± à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°¸à±à°·à±à°à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "XML à°«à±à°²à± à°¨à±à°à°¡à± à°à° à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ నిరà±à°µà°à°¿à°à°à°à°¡à°¿ (à°à°¾à°¨à± à°ªà±à°°à°¾à°°à°à°à°¿à°à°à°µà°¦à±à°¦à±)"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ నిరà±à°µà°à°¿à°à°à±."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "%s à°à±à°·à±à°¤à±à°°à° %s à°¨à±à°à°¡à± నిరà±à°µà°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "%s à°¨à±à°à°¡à± à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ నిరà±à°µà°à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ నిరà±à°µà°à°¿à°à°à°à±"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°à±à°·à±à°¤à±à°° à°à°à±à°¤à±à°à°°à°£à°¨à± నిరà±à°µà°à°¿à°à°à°à±."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "à°à±à°·à±à°¤à±à°° నామఠలà±à°¦à°¾ uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "%s à°à±à°·à±à°¤à±à°°à° నిరà±à°µà°à°¿à°à°à°¬à°¡à°¨à°¿à°¦à°¿\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "%s నిరà±à°µà°à°¿à°à°à°¬à°¡à°¨à°¿ à°à±à°·à±à°¤à±à°°à°¾à°¨à°¿à°à°¿ విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "à°à° à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ (à°®à±à°à°¦à± నిరà±à°µà°à°¿à°à°à°¬à°¡à°¿à°¨) à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°ªà±à°°à°¾à°à°à°¿à°à°à±"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°ªà±à°°à°¾à°°à°à°à°¿à°à°à±."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°à±à°·à±à°¤à±à°° నామà°"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "à°à±à°·à±à°¤à±à°°à° à°à°ªà±à°ªà°à°¿à°à± âà°à±à°°à°¿à°¯à°¾à°¸à°¹à°¿à°¤à°à°à°¾ à°à°à°¦à°¿"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "%s à°à±à°·à±à°¤à±à°°à° à°ªà±à°°à°¾à°°à°à°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "%s à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°ªà±à°°à°¾à°°à°à°à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "à°à±à°·à±à°¤à±à°° à°¸à±à°¥à°¿à°¤à°¿à°¨à°¿ à°«à±à°²à±à°à°¿ à°à°¦à±à°°à°ªà°°à±à°µà±"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "à°à° నడà±à°¸à±à°¤à±à°¨à±à°¨ à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°à°¦à±à°°à°ªà°°à±à°µà±."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "సమాà°à°¾à°°à°¾à°¨à±à°¨à°¿ à°à°à±à°à°¡ à°à°¦à±à°°à°ªà°°à°µà°¾à°²à°¿"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "%s à°à±à°·à±à°¤à±à°°à° %sలౠà°à°¦à±à°°à°ªà°°à°µà°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "%s à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ %sà°à°¿ à°à°¦à±à°°à°ªà°°à°µà°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "à°à±à°ªà±à°®à±/à°
మరà±à°à±à°®à± à°·à±à°¡à±à°¯à±à°²à°°à± పారామితà±à°²à°¨à±."
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "à°à±à°ªà±à°®à±/à°
మరà±à°à±à°®à± à°·à±à°¡à±à°¯à±à°²à°°à± పారామితà±à°²à°¨à±."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "విలà±à°µà°¨à± à°à±à°à°¾à°¯à°¿à°à°à±à°®à±"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "XEN_CREDIT à°à±à°°à°à± బరà±à°µà±"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "XEN_CREDIT à°à±à°°à°à± à°à°¾à°ªà±"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "బరà±à°µà± à°¯à±à°à±à° సరిà°à°¾à°¨à°¿ విలà±à°µ"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "à°à°¾à°ªà± à°¯à±à°à±à° సరిà°à°¾à°¨à°¿ విలà±à°µ"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "à°à°¾à°ªà± à°¯à±à°à±à° సరిà°à°¾à°¨à°¿ విలà±à°µ"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "à°·à±à°¡à±à°¯à±à°²à°°à±"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "à°«à±à°²à±à°²à±à°¨à°¿ à°à°¦à±à°°à°ªà°°à°¿à°à± à°¸à±à°¥à°¿à°¤à°¿à°¨à±à°à°¡à± à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ తిరిà°à°¿ à°¸à±à°à±à°°à±à°à±à°¯à°¿"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "à°à° à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ తిరిà°à°¿ à°¸à±à°à±à°°à±à°à±à°¯à°¿."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "తిరిà°à°¿ à°¸à±à°à±à°°à± à°à±à°¸à± à°¸à±à°¥à°¿à°¤à°¿"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "%s à°¨à±à°à°¡à± à°à±à°·à±à°¤à±à°°à° తిరిà°à°¿ à°¸à±à°à±à°°à± à°à±à°¯à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "%s à°¨à±à°à°¡à± à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ తిరిà°à°¿ à°¸à±à°à±à°°à±à°à±à°¯à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "à°à±à°·à±à°¤à±à°°à° à°à±à°°à±à°¨à± విశà±à°²à±à°·à°£à°à±à°¸à° à°«à±à°²à±à°à°¿ నిà°à°ªà±"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°¸à°à°à±à°·à°¿à°ªà±à°¤à±à°à°°à°¿à°à°à±"
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "à°à±à°°à±à°¨à± à°à°à±à°à°¡ నిà°à°ªà°¾"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "%s à°à±à°·à±à°¤à±à°°à°à°¨à± %sలౠనిà°\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "%s à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ %sà°à°¿ à°à°¦à±à°°à°ªà°°à°µà°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°¸à°à°à±à°·à°¿à°ªà±à°¤à±à°à°°à°¿à°à°à±"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "à°à°à°¤à°à±à°®à±à°à°¦à± à°¤à±à°²à°à°¿à°à°à°¬à°¡à°¿à°¨ à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°¸à°à°à±à°·à°¿à°ªà±à°¤à±à°à°°à°¿à°à°à±."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "%s à°à±à°·à±à°¤à±à°°à° à°¸à°à°à±à°·à°¿à°ªà±à°¤à±à°à°°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "%s à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°¸à°à°à±à°·à°¿à°ªà±à°¤à±à°à°°à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "విà°à°¯à°µà°à°¤à°à°à°¾ à°à° à°à±à°·à±à°¤à°¾à°¨à±à°¨à°¿ à°®à±à°¯à±à°¯à°¿"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "à°²à°à±à°·à±à°¯ à°à±à°·à±à°¤à±à°°à°à°¨à± à°à°ªà°¯à±à°à°¿à°¸à±à°¤à± à°®à±à°¯à±à°¯à°¿."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "%s à°à±à°·à±à°¤à±à°°à° à°®à±à°à°¿à°à°à°¬à°¡à±à°¤à±à°à°¦à°¿\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "%s à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°®à±à°à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "à°à° à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°ªà±à°¨à°à°ªà±à°°à°¾à°°à°à°à°¿à°à°à±"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "à°²à°à±à°·à±à°¯ à°à±à°·à±à°¤à±à°°à°à°²à± à°à° à°°à±à°¬à±à°à± à°à°¦à±à°¶à°¾à°¨à±à°¨à°¿ à°à°ªà°¯à±à°à°¿à°à°à±."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "%s à°à±à°·à±à°¤à±à°°à° à°ªà±à°¨à°à°ªà±à°°à°¾à°°à°à°à°¿à°à°à°¬à°¡à±à°¤à± à°à°à°¦à°¿\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°ªà±à°¨à°à°ªà±à°°à°¾à°°à°à°à°¿à°à°à°à°à°²à± à°µà±à°«à°²à±à°¯à° %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ నాశనఠà°à±à°¯à°¿"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "à°à°à±à°à°¿à°¨ à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ నాశనà°à°à±à°¯à°¿."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "%s à°à±à°·à±à°¤à±à°°à° నాశనఠà°à±à°¯à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ నాశనఠà°à±à°¯à°à°à°²à± విఫలమà±à°à°¦à°¿ %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "à°à±à°·à±à°¤à±à°° సమాà°à°¾à°°à°"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "à°à±à°·à±à°¤à±à°°à°¾à°¨à°¿à°à°¿ à°¸à°à°¬à°à°§à°¿à°à°à°¿à°¨ à°ªà±à°°à°¾à°§à°®à°¿à° సమాà°à°¾à°°à°¾à°¨à°¿à°à°¿ తిరిà°à°¿ à°µà±à°³à±à°²à±."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "à°à°¡à°¿:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "à°ªà±à°°à±:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS వరà±à°à°:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "à°¸à±à°¥à°¿à°¤à°¿:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU సమయà°:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "à°à°°à°¿à°·à±à° à°®à±à°®à±à°°à±:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "హదà±à°¦à± à°²à±à°¦à±"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "à°à°ªà°¯à±à°à°¿à°à°à°¿à°¨ à°®à±à°®à±à°°à±:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
msgid "Autostart:"
msgstr "à°¸à±à°¯à°¯à°à°à°¾à°²à°à°ªà±à°°à°¾à°°à°à°à°:"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr "à°à±à°¤à°¨à°ªà°°à°à±"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr "à°
à°à±à°¤à°¨à°ªà°°à°à±"
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "NUMA à°à°¾à°³à± à°®à±à°®à±à°°à°¿"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "NUMA à°¸à±à°²à± à°à± à°
à°à°¦à±à°¬à°¾à°à± లౠà°à°¨à±à°¨ à°à°à°¿à°¤ à°®à±à°®à±à°°à± ని à°ªà±à°°à°¦à°°à±à°¶à°¿à°à°ªà±à°®à±."
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "NUMA à°¸à±à°²à± à°¸à°à°à±à°¯"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "à°®à±à°¤à±à°¤à°"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "à°à±à°·à±à°¤à±à°° vcpu సమాà°à°¾à°°à°"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "à°à±à°·à±à°¤à±à°° వాసà±à°¤à°µà°¿à° CPUà°² à°à±à°°à°¿à°à°à°¿à°¨ à°ªà±à°°à°¾à°§à°®à°¿à° సమాà°à°¾à°°à°¾à°¨à°¿à°à°¿ తిరిà°à°¿ à°µà±à°³à±à°²à±."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "à°¡à±à°®à±à°¨à± à°·à°à± à°à°«à± à°
à°µà±à°¤à±à°à°¦à°¿, వాసà±à°¤à°µà°¿ CPUs హాà°à°°à± à°à°¾à°²à±à°¦à±."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "నియà°à°¤à±à°°à°£ à°à±à°·à±à°¤à±à°° vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "à°à±à°¤à°¿à° CPUà°²à°à± à°à°¤à°¿à°§à±à°¯ పినౠడà±à°®à±à°¨à± VCPUà°²à±."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu à°¸à°à°à±à°¯"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "à°à°¤à°¿à°§à±à°¯ cpu à°¸à°à°à±à°¯(à°²à±) (à°à°¾à°®à°¾à°à± à°µà±à°°à±à°à±à°¯à°¬à°¡à°¿à°¨à°µà°¿)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr "vcpupin: à°à±à°²à±à°²à°¨à°¿ à°²à±à°¦à°¾ తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨ vCPU à°¸à°à°à±à°¯."
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr "vcpupin: తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨ cpuà°à°¾à°¬à°¿à°¤à°¾"
-#: src/virsh.c:1765
+#: src/virsh.c:1814
msgid "vcpupin: failed to get domain informations."
msgstr "vcpupin: à°¡à±à°®à±à°¨à± సమాà°à°¾à°°à°¾à°²à°¨à± à°ªà±à°à°¦à±à°à°à± విఫలమà±à°à°¦à°¿."
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin: సరిà°à°¾à°¨à°¿ vCPU à°¸à°à°à±à°¯."
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: సరిà°à°¾à°¨à°¿ ఫారà±à°®à°¾à°à±. à°à°¾à°³à± à°¸à±à°à±à°°à°¿à°à°à±."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr "cpulist: %s: సరిà°à°¾à°¨à°¿ ఫారà±à°®à°¾à°à±. à°¸à±à°¥à°¾à°¨à° %d (near '%c') à°
à°à°à±à°à±à°¸à° à°à±à°¸à±à°¤à±à°à°¦à°¿."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5053,1349 +5578,1407 @@ msgstr ""
"cpulist: %s: సరిà°à°¾à°¨à°¿ ఫారà±à°®à°¾à°à±. à°¸à±à°¥à°¾à°¨ %d (near '%c'. వదà±à°¦ à°
à°à°à±à°¨à± à°à°¾à°¨à°¿ à°²à±à°¦à°¾ à°à°¾à°®à°¾ నౠà°à°¾à°¨à°¿ "
"à°à°¾à°µà°¾à°²à°¨à±à°à±à°à°à±à°¨à±à°¨à°¦à°¿"
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: సరిà°à°¾à°¨à°¿ పారà±à°®à°¾à°à±.à°à°¾à°®à°¾à°¨à± à°¸à±à°¥à°¾à°¨à° %d వదà±à°¦ à°ªà±à°°à°¯à±à°à°¿à°¸à±à°¤à±à°¨à±à°¨à°¦à°¿."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "à°à±à°¤à°¿à° CPU %d à°²à±à°¦à±."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "వాసà±à°¤à°µà°¿à° à°¸à°à°à±à°¯à°² CPUà°² మారà±à°ªà±"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "à°à±à°¸à±à°à± à°¡à±à°®à±à°¨à±âà°¨à°à°¦à± వరà±à°à±à°¯à±à°µà°²à± CPUs à°¯à±à°à±à° à°¸à°à°à±à°¯à°¨à± మారà±à°à±à°®à±"
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "వాసà±à°¤à°µà°¿à° CPUà°² à°¸à°à°à±à°¯"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "సరిà°à°¾à°¨à°¿ వాసà±à°¤à°µà°¿à° CPUà°² à°¸à°à°à±à°¯"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "à°à°¾à°²à°¾ à°à°à±à°à°µ వాసà±à°¤à°µà°¿à° CPUà°² à°¸à°à°à±à°¯"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "à°®à±à°®à±à°°à± à°à±à°à°¾à°¯à°¿à°à°ªà±à°²à°¨à± మారà±à°à±"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "à°à°¤à°¿à°§à±à°¯ à°à±à°·à±à°¤à±à°°à°à°²à±à°¨à°¿ à°ªà±à°°à°¸à±à°¤à±à°¤ à°®à±à°®à±à°°à± à°à±à°à°¾à°¯à°¿à°à°ªà±à°²à°¨à± మారà±à°à±."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "à°®à±à°®à±à°°à± à°à°¿à°²à±à°¬à±à°à±à°² à°¸à°à°à±à°¯"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "à°®à±à°®à±à°°à± పరిమాణà°à°à± %d à°¯à±à°à±à° సరిà°à°¾à°¨à°¿ విలà±à°µ"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "à°à°°à°¿à°·à±à° à°®à±à°®à±à°°à±à°ªà°°à°¿à°®à°¾à°£à° నౠనిరà±à°¦à°¾à°°à°¿à°à° à°²à±à°¦à±"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "à°à°°à°¿à°·à±à° à°®à±à°®à±à°°à± హదà±à°¦à±à°¨à± మారà±à°à±"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "à°à°¤à°¿à°§à±à°¯ à°à±à°·à±à°¤à±à°°à°à°²à±à°¨à°¿ à°à°°à°¿à°·à±à° à°®à±à°®à±à°°à± à°à±à°à°¾à°¯à°¿à°à°ªà±à°² హదà±à°¦à±à°¨à± మారà±à°à±."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "à°à°¿à°²à±à°¬à±à°à±à°² లౠà°à°°à°¿à°·à±à° à°®à±à°®à±à°°à± హదà±à°¦à±"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "à°ªà±à°°à°¸à±à°¤à±à°¤ à°®à±à°®à±à°°à°¿ పరిమాణఠనౠనిరà±à°¦à°¾à°°à°¿à°à° à°²à±à°¦à±"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "à°ªà±à°°à°¸à±à°¤à±à°¤ à°®à±à°®à±à°°à°¿ పరిమాణఠనౠà°à±à°à°¿à°à°à°²à±à°¦à±"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "à°à°°à°¿à°·à±à° à°®à±à°®à±à°°à°¿à°ªà°°à°¿à°®à°¾à°£à° నౠమారà±à°à°²à±à°¦à±"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "à°¨à±à°¡à± సమాà°à°¾à°°à°"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "à°¨à±à°¡à±à°¨à± à°à°¿à°°à°¿à°à°à°¿à°¨ à°ªà±à°°à°¾à°§à°®à°¿à° సమాà°à°¾à°°à°¾à°¨à°¿à°à°¿ తిరిà°à°¿ à°µà±à°³à±à°²à±"
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "à°¨à±à°¡à± సమాà°à°¾à°°à°¾à°¨à±à°¨à°¿ à°ªà±à°à°¦à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU మాదిరి:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU తరà°à±à°¦à°¨à°:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU సాà°à±à°à±(à°²à±):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "సాà°à±à°à±à°à°¿ à°à±à°°à±(à°²à±):"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "à°à±à°°à±à°à± à°¤à±à°°à±à°¡à±(à°²à±):"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA à°¸à±à°²à±(à°²à±):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "à°®à±à°®à±à°°à± పరిమాణà°:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "సామారà±à°§à±à°¯à°¾à°²à±"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "à°¹à±à°ªà°°à±à°µà°¿à°à°°à±/పరిà°à°°à° à°¯à±à°à±à° సామరà±à°§à±à°¯à°¾à°²à± తిరిà°à°¿à°µà°à±à°à°¿à°¨à°µà°¿."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "సామరà±à°§à±à°¯à°®à±à°²à°¨à± à°ªà±à°à°¦à±à°à°²à± విఫలà°"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "XMLలౠà°à±à°·à±à°¤à±à°° సమాà°à°¾à°°à°"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "à°¡à±à°®à±à°¨à± సమాà°à°¾à°°à°¾à°¨à±à°¨à°¿ XML à°¡à°à°ªà± లా stdout à°à± à°
à°µà±à°à±âà°ªà±à°à± à°à±à°¯à±à°®à±"
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°¡à±à°®à±à°¨à± à°à°¾à°¦à±"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "à°à±à°·à±à°¤à±à°° à°à°¡à°¿ à°²à±à°¦à°¾ UUIDని à°à±à°·à±à°¤à±à°° నామà°à°à°¾ మారà±à°à±"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "à°à±à°·à±à°¤à±à°° à°à°¡à°¿ à°²à±à°¦à°¾ uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "à°à±à°·à±à°¤à±à°° నామఠలà±à°¦à°¾ UUIDని à°à±à°·à±à°¤à±à°° à°à°¡à°¿à°à°¾ మారà±à°à±"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "à°à±à°·à±à°¤à±à°° నామఠలà±à°¦à°¾ à°à°¡à°¿à°¨à°¿ à°à±à°·à±à°¤à±à°° UUIDà°à°¾âమారà±à°à±"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "à°à±à°·à±à°¤à±à°° à°à°¡à°¿ à°²à±à°¦à°¾ నామà°"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "à°à±à°·à±à°¤à±à°° UUIDని à°ªà±à°à°¦à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "à°¡à±à°®à±à°¨à± నౠవà±à°°à±à° à°
తిధà±à°¯ à°à± à°ªà±à°°à°µà°¾à°¸à° à°à±à°¯à°¿"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr "à°¡à±à°®à±à°¨à± నౠవà±à°°à±à° à°
తిధà±à°¯ à°à± à°ªà±à°°à°µà°¾à°¸à° à°à±à°¯à°¿. à°²à±à°µà± à°ªà±à°°à°µà°¾à°¸à° à°à± --live నౠà°à°²à°ªà°à°¡à°¿."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "à°²à±à°µà± à°ªà±à°°à°µà°¾à°¸à°"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "à°à±à°°à°µà°²à°¿à°¸à°¿à°¨ à°
తిధà±à°¯ à°¯à±à°à±à° à°
à°¨à±à°¸à°à°§à°¾à°¨à° URI"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "à°ªà±à°°à°µà°¾à°¸ URI, సాదారణà°à°à°¾ వదిలివà±à°¯à°µà°à±à°à±"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "à°ªà±à°°à°µà°¾à°¸à°: తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨ à°¡à±à°¸à±à°à±à°°à°¿"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "à°à° à°¨à±à°à±à°µà°°à±à°à±à°¨à± à°¸à±à°µà°¯à°à°¾à°²à°à°ªà±à°°à°¾à°°à°à°à° à°à±à°¯à±à°®à±"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "à°¬à±à°à± సమయమà°à°¦à± à°¸à±à°µà°¯à°à°à°¾à°²à°à°à°à°¾ à°ªà±à°°à°¾à°°à°à°à°à°®à°à±à°¨à°à±à°²à± à°¨à±à°à±à°µà°°à±à°à± నౠà°à°à±à°¤à±à°à°°à°¿à°à°à±"
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "à°¨à±à°à±à°µà°°à±à°à± నామఠలà±à°¦à°¾ uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "à°¨à±à°à±à°µà°°à±à°à± %s నౠసà±à°µà°¯à°à°à°¾à°²à°à°à°à°¾à°ªà±à°°à°¾à°°à°à°à°¿à°à°à°¾ à°à±à°°à±à°¤à±à°à°à±à°à°²à± విఫలà°"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "à°¨à±à°à±à°µà°°à±à°à± %s నౠసà±à°µà°¯à°à°à°¾à°²à°à°à°à°¾à°ªà±à°°à°¾à°°à°à°à°¿à°à°à°¾ à°à±à°°à±à°¤à±à°à°à°à°ªà±à°µà±à°à°²à± విఫలà°"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "à°¨à±à°à±à°µà°°à±à°à± %s à°¸à±à°µà°¯à°à°à°¾à°²à°à°ªà±à°°à°¾à°°à°à°à°¿à° à°à°¾ à°à±à°°à±à°¤à±à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "à°¨à±à°à±à°µà°°à±à°à± %s à°¸à±à°µà°¯à°à°à°¾à°²à°à°ªà±à°°à°¾à°°à°à°à°¿à°à°à°¾ à°à±à°°à±à°¤à±à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "XML దసà±à°¤à±à°°à° à°¨à±à°à°¡à°¿ à°à° à°¨à±à°à±à°µà°°à±à°à± నౠసà±à°·à±à°à°¿à°à°à°à°¡à°¿"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "à°¨à±à°à±à°µà°°à±à°à± నౠసà±à°·à±à°à°¿à°à°à°à°¡à°¿"
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "దసà±à°¤à±à°°à° XML à°¨à±à°à±à°µà°°à±à°à± వివరణనౠà°à°²à°¿à°à°¿à°à°à°¦à°¿"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "à°¨à±à°à±à°µà°°à±à°à± %s %s à°¨à±à°à°¡à± à°¸à±à°·à±à°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "%s à°¨à±à°à°¡à± à°¨à±à°à±à°µà°°à±à°à± à°¸à±à°·à±à°à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "XML à°«à±à°²à± à°¨à±à°à°¡à± à°à° à°¨à±à°à±à°µà°°à±à°à±à°¨à± నిరà±à°µà°à°¿à°à°à°à°¡à°¿ (à°à°¾à°¨à± à°ªà±à°°à°¾à°°à°à°à°¿à°à°à°µà°¦à±à°¦à±)"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "à°¨à±à°à±à°µà°°à±à°à±à°¨à± నిరà±à°µà°à°¿à°à°à±."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "à°¨à±à°à±à°µà°°à±à°à± %s %s à°¨à±à°à°¡à± నిరà±à°µà°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "%s à°¨à±à°à°¡à± à°¨à±à°à±à°µà°°à±à°à± నిరà±à°µà°à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "à°à°à±à°à°¿à°¨ à°¨à±à°à±à°µà°°à±à°à± నౠనాశనà°à°à±à°¯à°¿"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "à°à°à±à°à°¿à°¨ à°¨à±à°à±à°µà°°à±à°à± నౠనాశనà°à°à±à°¯à°¿."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "à°¨à±à°à±à°µà°°à±à°à± నామమà±, à°à°¡à°¿ à°²à±à°¦à°¾ uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "%s à°¨à±à°à±à°µà°°à±à°à± నాశనఠà°à±à°¯à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "à°¨à±à°à±à°µà°°à±à°à± నాశనఠà°à±à°¯à°à°à°²à± విఫలమà±à°à°¦à°¿ %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "XMLలౠనà±à°à±à°µà°°à±à°à± సమాà°à°¾à°°à°"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "à°¨à±à°à±à°µà°°à±à°à± సమాà°à°¾à°°à°¾à°¨à±à°¨à°¿ XML à°¡à°à°ªà± లాà°à°¾ stdout à°à± à°
à°µà±à°à±âà°ªà±à°à± à°à±à°¯à±à°®à±."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "à°¨à±à°à±à°µà°°à±à°à±à°² à°à°¾à°¬à°¿à°¤à°¾à°à±à°¯à°¿"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "à°¨à±à°à±à°µà°°à±à°à±à°² à°à°¾à°¬à°¿à°¤à°¾à°¨à± తిరిà°à°¿à°à°µà±à°µà±."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°¨à±à°à±à°µà°°à±à°à±à°²à°¨à± à°à°¾à°¬à°¿à°¤à°¾ à°à±à°¯à±à°¯à°¿"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ & à°à±à°°à°¿à°¯à°¾à°¶à±à°² à°¨à±à°à±à°µà°°à±à°à±à°²à°¨à± à°à°¾à°¬à°¿à°¤à°¾ à°à±à°¯à°¿"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "à°à±à°°à°¿à°¯à°¾à°¶à±à°² à°¨à±à°à±à°µà°°à±à°à±à°² à°à°¾à°¬à°¿à°¤à°¾ à°à°µà±à°µà°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°¨à±à°à±à°µà°°à±à°à±à°²à°¨à± à°à°¾à°¬à°¿à°¤à°¾ à°à±à°¯à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "à°¸à±à°¯à°¯à°à°à°¾à°²à°à°ªà±à°°à°¾à°°à°à°à°"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "à°¸à±à°µà°¯à°à°¾à°²à°à°ªà±à°°à°¾à°°à°à°à°à°à°¾à°¦à±"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "à°à±à°°à°¿à°¯à°¾à°¶à±à°²à°"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "à°à±à°°à°¿à°¯à°¾à°¹à±à°¨à°"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "à°¨à±à°à±à°µà°°à±à°à± UUIDని à°¨à±à°à±à°µà°°à±à°à± నామà°à°à°¾ మారà±à°à±à°®à±"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "à°¨à±à°à±à°µà°°à±à°à± uuid "
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "à°à° à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ (à°®à±à°à°¦à± నిరà±à°µà°à°¿à°à°à°¬à°¡à°¿à°¨) à°¨à±à°à±à°µà°°à±à°à±à°¨à± à°ªà±à°°à°¾à°à°à°¿à°à°à±"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "à°¨à±à°à±à°µà°°à±à°à±à°¨à± à°ªà±à°°à°¾à°°à°à°à°¿à°à°à±."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°¨à±à°à±à°µà°°à±à°à± నామà°"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "%s à°¨à±à°à±à°µà°°à±à°à± à°ªà±à°°à°¾à°°à°à°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "%s à°¨à±à°à±à°µà°°à±à°à± à°ªà±à°°à°¾à°°à°à°à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°¨à±à°à±à°µà°°à±à°à± నౠనిరà±à°µà°à°¿à°à°à°à±"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°¨à±à°à±à°µà°°à±à°à± à°à°à±à°¤à±à°à°°à°£à°¨à± నిరà±à°µà°à°¿à°à°à°à±."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "%s à°¨à±à°à±à°µà°°à±à°à± నిరà±à°µà°à°¿à°à°à°¬à°¡à°¨à°¿à°¦à°¿\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "%s నిరà±à°µà°à°¿à°à°à°¬à°¡à°¨à°¿ à°¨à±à°à±à°µà°°à±à°à±à°à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "à°¨à±à°à±à°µà°°à±à°à± నామమà±à°¨à± à°¨à±à°à±à°µà°°à±à°à± UUIDà°à°¾âమారà±à°à±"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "à°¨à±à°à±à°µà°°à±à°à± నామమà±"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "à°¨à±à°à±à°µà°°à±à°à± UUIDని à°ªà±à°à°¦à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
msgid "autostart a pool"
msgstr "à°ªà±à°²à± à°¸à±à°µà°¯à°à°à°¾à°²à°à°à°à°¾ à°ªà±à°°à°¾à°°à°à°à°¿à°à°à±à°®à±"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr "à°¬à±à°à± à°¨à°à°¦à± à°¸à±à°µà°¯à°à°à°¾à°²à°à°à°à°¾ à°ªà±à°²à± à°ªà±à°°à°¾à°°à°à°à°®à°à±à°¨à°à±à°²à± à°à°à±à°¤à±à°à°°à°¿à°à°à±à°®à±."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr "à°ªà±à°²à± నామమౠలà±à°¦à°¾ uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "à°ªà±à°²à± %s à°
à°¨à±à°¨à°¦à°¿ à°¸à±à°µà°¯à°à°à°¾à°²à°à°ªà±à°°à°¾à°°à°à°à°à°à°¾ à°à±à°°à±à°¤à±à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "à°ªà±à°²à± %s à°
à°¨à±à°¨à°¦à°¿ à°¸à±à°µà°¯à°à°à°¾à°²à°à°ªà±à°°à°¾à°°à°à°à°à°²à°¾à°à°¾ à°à±à°°à±à°¤à±à°¤à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "à°ªà±à°²à± %s à°¸à±à°µà°¯à°à°à°¾à°²à°à°ªà±à°°à°¾à°°à°à°à° వలౠà°à±à°°à±à°¤à±à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "à°ªà±à°²à± %s à°
à°¨à±à°¨à°¦à°¿ à°¸à±à°µà°¯à°à°à°¾à°²à°à°ªà±à°°à°¾à°°à°à°à°à°µà°²à± à°à±à°°à±à°¤à± à°¤à±à°¯à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr "à°ªà±à°²à±âనౠXML à°«à±à°²à±à°¨à±à°à°¡à°¿ à°¸à±à°·à±à°à°¿à°à°à±à°®à±"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr "à°ªà±à°²à±âనౠసà±à°·à±à°à°¿à°à°à±à°®à±."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr "XML à°ªà±à°²à± వివరణనౠఫà±à°²à± à°à°²à°¿à°à°¿ à°à°à°¦à°¿"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, c-format
msgid "Pool %s created from %s\n"
msgstr "à°ªà±à°²à± %s à°
à°¨à±à°¨à°¦à°¿ %sà°¨à±à°à°¡à°¿ à°¸à±à°·à±à°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr "à°ªà±à°²à± %sà°¨à±à°à°¡à°¿ à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr "à°ªà±à°²à±âà°¯à±à°à±à° నామమà±"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr "à°ªà±à°²à±âà°¯à±à°à±à° à°°à°à°®à±"
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr "à°à±à°°à°¿à°à°¦à°µà±à°¨à±à°¨ నిలà±à°µà°à± à°®à±à°²-à°¹à±à°¸à±à°à±"
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr "à°à±à°°à°¿à°à°¦à°µà±à°¨à±à°¨ నిలà±à°µà°à± à°®à±à°²à°ªà± పాతà±"
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr "à°à±à°°à°¿à°à°¦à°µà±à°¨à±à°¨ నిలà±à°µà°à± à°®à±à°²à°ªà± పరిà°à°°à°®à±"
-#: src/virsh.c:2881
+#: src/virsh.c:2931
#, fuzzy
msgid "source name for underlying storage"
msgstr "à°à±à°°à°¿à°à°¦à°µà±à°¨à±à°¨ నిలà±à°µà°à± à°®à±à°²à°ªà± పాతà±"
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr "à°à±à°°à°¿à°à°¦à°µà±à°¨à±à°¨ నిలà±à°µà°à± à°²à°à±à°·à±à°¯à°"
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
msgid "Failed to allocate XML buffer"
msgstr "XML బఫరà±âనౠà°à±à°à°¾à°¯à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr "à°ªà±à°²à±âనౠargs సమితినà±à°à°¡à°¿ à°¸à±à°·à±à°à°¿à°à°à±à°®à±"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr "à°ªà±à°²à± %s à°¸à±à°·à±à°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr "à°ªà±à°²à± %sనౠసà±à°·à±à°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr "XML à°«à±à°²à± à°¨à±à°à°¡à± à°à° à°ªà±à°²à±âనౠనిరà±à°µà°à°¿à°à°à°à°¡à°¿ (à°à°¾à°¨à± à°ªà±à°°à°¾à°°à°à°à°¿à°à°à°µà°¦à±à°¦à±)"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr "à°ªà±à°²à±âనౠనిరà±à°µà°à°¿à°à°à±."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "%s à°ªà±à°²à± %s à°¨à±à°à°¡à± నిరà±à°µà°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr "%s à°¨à±à°à°¡à± à°ªà±à°²à± నిరà±à°µà°à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr "args సమితినà±à°à°¡à°¿ à°ªà±à°²à±âనౠనిరà±à°µà°à°¿à°à°à±à°®à±"
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr "%sà°ªà±à°²à± నిరà±à°µà°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr "%s à°ªà±à°²à± నిరà±à°µà°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿."
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr "à°ªà±à°²à± నిరà±à°®à°¿à°à°à±à°®à±"
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr "à°à°à±à°à°¿à°¨ à°ªà±à°²à± నిరà±à°®à°¿à°à°à±à°®à±."
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "à°ªà±à°²à± %s నిరà±à°®à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, c-format
msgid "Failed to build pool %s"
msgstr "à°ªà±à°²à± %s నిరà±à°®à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr "à°ªà±à°²à±âనౠనాశనఠà°à±à°¯à°¿"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr "à°à°à±à°à°¿à°¨ à°ªà±à°²à±âనౠనాశనà°à°à±à°¯à°¿."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr "à°ªà±à°²à± %s నాశనà°à°à±à°¯à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, c-format
msgid "Failed to destroy pool %s"
msgstr "à°ªà±à°²à± %sనౠనాశనà°à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr "à°ªà±à°²à±âనౠతà±à°²à°à°¿à°à°à±à°®à±"
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr "à°à°à±à°à°¿à°¨ à°ªà±à°²à±âనౠనాశనà°à°à±à°¯à°¿."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr "%s à°ªà±à°²à± నాశనఠà°à±à°¯à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, c-format
msgid "Failed to delete pool %s"
msgstr "%s à°ªà±à°²à± à°¤à±à°²à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr "à°ªà±à°²à± à°°à±à°«à±à°°à±à°·à±âà°à±à°¯à°¿"
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr "à°à°à±à°à°¿à°¨ à°ªà±à°²à± à°°à±à°«à±à°°à±à°·à±âà°à±à°¯à°¿."
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr "à°ªà±à°²à± %s à°°à±à°«à±à°°à±à°·à±âà°à±à°¯à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr "à°ªà±à°²à± %sనౠరà±à°«à±à°²à±à°·à±âà°à±à°¯à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr "XMLలౠపà±à°²à± సమాà°à°¾à°°à°®à±"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr "à°ªà±à°²à± సమాà°à°¾à°°à°®à±à°¨à± XML వలౠstdoutà°à± à°¡à°à°ªà±âà°à±à°¯à±à°®à±."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr "à°ªà±à°²à±à°¸à±ââనౠà°à°¾à°¬à°¿à°¤à°¾à°à±à°¯à±à°®à±"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
msgid "Returns list of pools."
msgstr "à°ªà±à°²à±à°¸à±ââà°¯à±à°à±à° à°à°¾à°¬à°¿à°¤à°¾à°¨à± తిరిà°à°¿à°¯à°¿à°µà±à°µà±à°®à±."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°ªà±à°²à±à°¸à±à°¨à± à°à°¾à°¬à°¿à°¤à°¾ à°à±à°¯à±à°¯à°¿"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
msgid "list inactive & active pools"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ & à°à±à°°à°¿à°¯à°¾à°¶à±à°² à°ªà±à°²à±à°¸à±à°¨à± à°à°¾à°¬à°¿à°¤à°¾ à°à±à°¯à°¿"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
msgid "Failed to list active pools"
msgstr "à°à±à°°à°¿à°¯à°¾à°¶à±à°² à°ªà±à°²à±à°¸à±à°¨à± à°à°¾à°¬à°¿à°¤à°¾ à°à°µà±à°µà°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
msgid "Failed to list inactive pools"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°ªà±à°²à±à°¸à±à°¨à± à°à°¾à°¬à°¿à°¤à°¾ à°à±à°¯à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "%sà°¨à°à°¦à± à°à±à°²à±à°²à°¨à°¿ నిలà±à°µ à°ªà±à°²à± à°¸à±à°à°à°¿"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "మరౠయà±à°à±à°à±à°µ నిలà±à°µ à°ªà±à°²à±à°¸à±â à°ªà±à°à°¦à°¬à°¡à°¿à°¨à°µà°¿"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "à°à±à°à°ªà±à°¤à°¿à°²à± à°²à±à°¦à±"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "%s à°ªà±à°²à± నిరà±à°µà°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿."
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "మరౠయà±à°à±à°à±à°µ నిలà±à°µ à°ªà±à°²à±à°¸à±â à°ªà±à°à°¦à°¬à°¡à°¿à°¨à°µà°¿"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
msgid "storage pool information"
msgstr "నిలà±à°µ à°ªà±à°²à± సమాà°à°¾à°°à°®à±"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr "నిలà±à°µ à°ªà±à°²à± à°à±à°°à°¿à°à°à°¿à°¨ à°ªà±à°°à°¾à°§à°®à°¿à° సమాà°à°¾à°°à°®à±à°¨à± తిరిà°à°¿à°¯à°¿à°µà±à°µà±à°®à±"
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr "నిరà±à°®à°¿à°à°à±"
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "à°à°ªà°¯à±à°à°¿à°à°à°¬à°¡à±à°¤à±à°à°¦à°¿"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr "à°¤à°à±à°à°¿à°à°à°¿à°¨"
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr "సామరà±à°§à±à°¯à°®à±:"
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr "à°à±à°à°¾à°¯à°¿à°à°ªà±:"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr "à°
à°à°¦à±à°¬à°¾à°à±:"
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr "à°ªà±à°²à± UUIDనౠపà±à°²à± నామమà±à°à± మారà±à°à±à°®à±"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr "à°ªà±à°²à± uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr "à°à° à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ (à°®à±à°à°¦à± నిరà±à°µà°à°¿à°à°à°¬à°¡à°¿à°¨) à°ªà±à°²à±âనౠపà±à°°à°¾à°à°à°¿à°à°à±"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr "à°ªà±à°²à±âనౠపà±à°°à°¾à°°à°à°à°¿à°à°à±."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°ªà±à°²à±â నామà°"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr "%s à°ªà±à°²à±â à°ªà±à°°à°¾à°°à°à°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, c-format
msgid "Failed to start pool %s"
msgstr "%s à°ªà±à°²à±âనౠపà±à°°à°¾à°°à°à°à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr "args సమితినà±à°à°¡à°¿ వాలà±à°¯à±à°®à±âనౠసà±à°·à±à°à°¿à°à°à±à°®à±"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr "వాలà±à°¯à±à°®à±âనౠసà±à°·à±à°à°¿à°à°à±"
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr "à°ªà±à°²à±â నామà°"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr "వాలà±à°¯à±à°®à± నామమà±"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr "à°à°à±à°à°¿à° k,M,G,T సఫిà°à±à°¸à±à°²à°¤à± volà°¯à±à°à±à° పరిమాణమà±"
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr "à°ªà±à°°à°¾à°§à°®à°¿à° à°à±à°à°¾à°¯à°¿à°à°ªà± పరిమాణమౠk,M,G,T à°à°à±à°à°¿à° సఫిà°à±à°¸à±à°²à°¤à±"
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr "à°«à±à°²à± ఫారà±à°®à°¾à°à± à°°à°à°®à± raw,bochs,qcow,qcow2,vmdk"
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr "తపà±à°ªà±à°à°¾à°«à°¾à°°à±à°®à±à°¨ పరిమాణమౠ%s"
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr "Vol %s à°¸à±à°·à±à°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, c-format
msgid "Failed to create vol %s"
msgstr "vol %s à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
msgid "undefine an inactive pool"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°ªà±à°²à±âనౠనిరà±à°µà°à°¿à°à°à°à±"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
msgid "Undefine the configuration for an inactive pool."
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°ªà±à°²à±âà°à± à°à°à±à°¤à±à°à°°à°£à°¨à± నిరà±à°µà°à°¿à°à°à°à±."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr "%s à°ªà±à°²à± à°
నిరà±à°µà°à°¿à°à°à°¬à°¡à°¿à°¨à°¦à°¿\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, c-format
msgid "Failed to undefine pool %s"
msgstr "à°ªà±à°²à± %sనౠà°
నిరà±à°µà°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
msgid "convert a pool name to pool UUID"
msgstr "à°ªà±à°²à± నామమà±à°¨à± à°ªà±à°²à± UUIDà°à± మారà±à°à±à°®à±"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
msgid "failed to get pool UUID"
msgstr "à°ªà±à°²à± UUID à°ªà±à°à°¦à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
msgid "create a vol from an XML file"
msgstr "XML à°«à±à°²à±à°¨à±à°à°¡à°¿ volనౠసà±à°·à±à°à°¿à°à°à±à°®à±"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
msgid "file containing an XML vol description"
msgstr "XML vol వివరణనౠà°à°²à°¿à°à°¿à°µà±à°¨à±à°¨ à°ªà±à°²à±"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, c-format
msgid "Vol %s created from %s\n"
msgstr "Vol %s à°
à°¨à±à°¨à°¦à°¿ %sà°¨à±à°à°¡à°¿ à°¸à±à°·à±à°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, c-format
msgid "Failed to create vol from %s"
msgstr "volనౠ%sà°¨à±à°à°¡à°¿ à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr "volనౠతà±à°²à°à°¿à°à°à±à°®à±"
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr "à°à°à±à°à°¿à°¨ volనౠతà±à°²à°à°¿à°à°à±à°®à±."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr "vol నామమà±, à°à± à°²à±à°¦à°¾ పాతà±"
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr "Vol %s à°¤à±à°²à°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, c-format
msgid "Failed to delete vol %s"
msgstr "vol %sనౠతà±à°²à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
msgid "storage vol information"
msgstr "నిలà±à°µ vol సమాà°à°¾à°°à°®à±"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr "నిలà±à°µ volà°à±à°°à°¿à°à°à°¿ à°ªà±à°°à°¾à°§à°®à°¿à° సమాà°à°¾à°°à°®à±à°¨à± యిసà±à°¤à±à°à°¦à°¿."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
msgid "Type:"
msgstr "à°°à°à°®à±:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr "à°«à±à°²à±"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr "à°¬à±à°²à°¾à°à±"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
msgid "vol information in XML"
msgstr "XMLలౠvol సమాà°à°¾à°°à°"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
msgid "Output the vol information as an XML dump to stdout."
msgstr "stdoutà°à± vol సమాà°à°¾à°°à°®à±à°¨à± XML à°¡à°à°ªà±âవలౠà°
à°µà±à°à±âà°ªà±à°à± à°à±à°¯à±à°®à±."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
msgid "list vols"
msgstr "à°à°¾à°¬à°¿à°¤à°¾ vols"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
msgid "Returns list of vols by pool."
msgstr "à°ªà±à°²à± à°à±à°¤ vols à°¯à±à°à±à° à°à°¾à°¬à°¿à°¤à°¾à°¨à± తిరిà°à°¿à°¯à°¿à°ªà±à°ªà°¿à°à°à±à°®à±."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
msgid "Failed to list active vols"
msgstr "à°à±à°°à°¿à°¯à°¾à°¶à±à°² volsనౠà°à°¾à°¬à°¿à°¤à°¾à°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr "పాతà±"
-#: src/virsh.c:4145
+#: src/virsh.c:4205
msgid "convert a vol UUID to vol name"
msgstr "vol UUIDనౠvol నామమà±à°à± మారà±à°à±à°®à±"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr "vol à°à± à°²à±à°¦à°¾ పాతà±"
-#: src/virsh.c:4178
+#: src/virsh.c:4238
msgid "convert a vol UUID to vol key"
msgstr "vol UUIDనౠvol à°à±à°à± మారà±à°à±à°®à±"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
msgid "vol uuid"
msgstr "vol uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
msgid "convert a vol UUID to vol path"
msgstr "vol UUIDనౠvol పాతà±âà°à± మారà±à°à±à°®à±"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr "vol నామమౠలà±à°¦à°¾ à°à±"
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "à°ªà±à°°à°¤à°¿à°¨à°¿ à°à±à°ªà°¿à°à°à±"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "à°à°à°ªà±à°¯à±à°à°°à± వరà±à°·à°¨à± సమాà°à°¾à°°à°¾à°¨à±à°¨à°¿ à°ªà±à°°à°¦à°°à±à°¶à°¿à°à°à±."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "à°
à°§à°¿à°ªà±à°°à°¤à°¿ à°°à°à°¾à°¨à±à°¨à°¿ à°ªà±à°à°¦à°à°à°²à± à°µà±à°«à°²à±à°¯à°"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "à°²à±à°¬à±à°°à°°à±à°à°¿ విరà±à°¦à±à°§à°à°à°¾ à°¸à°à°à±à°°à°¹à°¿à°à°à±: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "à°²à±à°¬à±à°°à°°à± à°ªà±à°°à°¤à°¿à°¨à°¿ à°ªà±à°à°¦à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "à°à°ªà°¯à±à°à°¿à°¸à±à°¤à±à°¨à±à°¨ à°²à±à°¬à±à°°à°°à±: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "à°à°ªà°¯à±à°à°¿à°¸à±à°¤à±à°¨à±à°¨ API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "à°
ధివిశà±à°°à± à°ªà±à°°à°¤à°¿à°¨à°¿ à°ªà±à°à°¦à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "à°ªà±à°°à°¸à±à°¤à±à°¤à° నడà±à°¸à±à°¤à±à°¨à±à°¨ %s à°
ధివిశà±à°°à± à°ªà±à°°à°¤à°¿à°¨à°¿ à°¸à°à°à±à°°à°¹à°¿à°à°à°²à±à°¦à±\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "నడà±à°¸à±à°¤à±à°¨à±à°¨ à°
ధివిశà±à°°à±: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "NUMA à° à°¹à±à°¸à±à°à±à°¨à°à°¦à± మదà±à°¦à°¤à±à°¯à±à°à°²à±à°¦à±"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "సామారà±à°§à±à°¯à°¾à°²à±"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "à°
à°§à°¿à°ªà±à°°à°¤à°¿à°à°¿ à°
à°¨à±à°¸à°à°§à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°à±à°·à±à°¤à±à°°à°¾à°²à°¨à± à°à°¾à°¬à°¿à°¤à°¾ à°à±à°¯à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "stdoutà°à± vol సమాà°à°¾à°°à°®à±à°¨à± XML à°¡à°à°ªà±âవలౠà°
à°µà±à°à±âà°ªà±à°à± à°à±à°¯à±à°®à±."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "పరిà°à°°à°®à±"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "à°à±à°¤à±à°¤ à°¡à°¿à°¸à±à°à± పరిà°à°°à°¾à°¨à±à°¨à°¿ à°à°¤à°ªà°°à°à°à°¡à°¿."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "%s à°à±à°·à±à°¤à±à°°à° నాశనఠà°à±à°¯à°¬à°¡à°¿à°à°¦à°¿\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "%s à°¨à±à°à°¡à°¿ పరిà°à°¾à°°à°¾à°¨à±à°¨à°¿ à°µà±à°°à±à°à±à°¯à±à°à°²à± విఫలà°"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "à°à±à°¤à±à°¤ à°¡à°¿à°¸à±à°à± పరిà°à°°à°¾à°¨à±à°¨à°¿ à°à°¤à°ªà°°à°à°à°¡à°¿."
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "%s à°¨à±à°à°¡à°¿ పరిà°à°°à°¾à°¨à±à°¨à°¿ à°à°¤à°ªà°°à±à°à±à°à°²à± విఫలà°"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "à°¡à°¿à°¸à±à°à± పరిà°à°°à° à°¯à±à°à±à° à°²à°à±à°·à±à°¯à°"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "నడà±à°¸à±à°¤à±à°¨à±à°¨ à°¡à±à°®à±à°¨à± à°à± పరిà°à°°à° à°¬à±à°²à°¾à°à± à°¸à±à°à°¾à°à±à°¸à± నౠపà±à°à°¦à±à°®à±."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "%s à°à±à°·à±à°¤à±à°°à° à°¸à°à°à±à°·à°¿à°ªà±à°¤à±à°à°°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "లాà°à±âà°ªà±à°²à±à°¨à± à°¸à±à°·à±à°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿ %s: %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "à°¹à±à°ªà°°à±âవిà°à°°à± à°
తిధà±à°¯ నామమà±à°¨à± à°®à±à°¦à±à°°à°¿à°à°à±à°®à±"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "à°
తిధà±à°¯ నామమà±à°¨à± à°ªà±à°à°¦à±à°à°²à± విఫలà°"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "à°¹à±à°ªà°°à±âవిà°à°°à± à°à°¾à°¨à±à°¨à°¿à°à°²à± URI à°®à±à°¦à±à°°à°¿à°à°à±"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "URI నౠపà±à°à°¦à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc à°ªà±à°°à°¦à°°à±à°¶à°¨"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "IP à°à°¿à°°à±à°¨à°¾à°®à°¾ మరియౠపà±à°°à±à°à± à°¸à°à°à±à°¯ నౠVNC à°ªà±à°°à°¦à°°à±à°¶à°¨ à°à±à°°à°à± à°
à°µà±à°à±âà°ªà±à°à± à°à±à°¯à°à°¡à°¿."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty à°à°¨à±à°¸à±à°²à±"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "పరిà°à°°à°¾à°¨à±à°¨à°¿ TTY à°à°¨à±à°¸à±à°²à± à°à±à°°à°à± à°
à°µà±à°à±âà°ªà±à°à± à°à±à°¯à°à°¡à°¿."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "XML దసà±à°¤à±à°°à°à°¨à±à°à°¡à°¿ పరిà°à°°à°¾à°¨à±à°¨à°¿ à°à°¤à°ªà°°à°à°à°¡à°¿"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "పరిà°à°°à°¾à°¨à±à°¨à°¿ XML <file> à°¨à±à°à°¡à°¿ à°à°¤à°ªà°°à°à°à°¡à°¿."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML దసà±à°¤à±à°°à°"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr "attach-device: <file> à°à°à±à°à°¿à°à° తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨à°¦à°¿"
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "%s à°¨à±à°à°¡à°¿ పరిà°à°°à°¾à°¨à±à°¨à°¿ à°à°¤à°ªà°°à±à°à±à°à°²à± విఫలà°"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "XML à°§à°¸à±à°¤à±à°°à°à°¨à±à°à°¡à°¿ పరిà°à°°à°¾à°¨à±à°¨à°¿ à°µà±à°°à±à°à±à°¯à±à°®à±"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "XML <file> à°¨à±à°à°¡à°¿ పరిà°à°°à°¾à°¨à±à°¨à°¿ à°µà±à°°à±à°à±à°¯à°®à±"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr "detach-device:<file> à°à°à±à°à°¿à°à° తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨à°¦à°¿"
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "%s à°¨à±à°à°¡à°¿ పరిà°à°¾à°°à°¾à°¨à±à°¨à°¿ à°µà±à°°à±à°à±à°¯à±à°à°²à± విఫలà°"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "à°¨à±à°à±à°µà°°à±à°à± à°à°à°à°°à±âà°«à±à°¸à± నౠà°à°¤à°ªà°°à±à°à±à°®à±"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "à°à±à°¤à±à°¤ à°¨à±à°à±à°µà°°à±à°à± à°à°à°à°°à±âà°«à±à°¸à± నౠà°à°¤à°ªà°°à±à°à±à°®à±"
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "à°¨à±à°à±à°µà°°à±à°à± à°à°à°à°°à±âà°«à±à°¸à± à°°à°à°"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "à°®à±à°² à°¨à±à°à±à°µà°°à±à°à± à°à°à°à°°à±âà°«à±à°¸à±"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "à°²à°à±à°·à±à°¯ à°¨à±à°à±à°µà°°à±à°à± నామమà±"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
msgid "MAC address"
msgstr "MAC à°à°¿à°°à±à°¨à°¾à°®à°¾"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "à°¸à±à°à±à°°à°¿à°ªà±à°à± à°¨à±à°à±à°µà°°à±à°à± à°à°à°à°°à±âà°«à±à°¸à± à°¬à±à°°à°¿à°¡à±à°à± à°à±à°¯à±à°à°à± à°à°ªà°¯à±à°à°¿à°à°à°¿à°à°¦à°¿"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "à°à°¦à±à°¶à° 'attach-interface' లౠమదà±à°¦à°¤à± %s à°²à±à°¦à±"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "à°¨à±à°à±à°µà°°à±à°à°à°à°à°°à±âà°«à±à°¸à± నౠవà±à°°à±à°à±à°¯à±à°®à±"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "à°¨à±à°à±à°µà°°à±à°à± à°à°à°à°°à±âà°«à±à°¸à± నౠవà±à°°à±à°à±à°¯à±à°®à±."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "à°à°à°à°°à±âà°«à±à°¸à± సమాà°à°¾à°°à°¾à°¨à±à°¨à°¿ à°ªà±à°à°¦à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "%s à°°à°à°®à±à°¨ దాని à°à°à°à°°à±âà°«à±à°¸à± à°à°¨à°¬à°¡à°²à±à°¦à±"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "%s MAC à°à°¿à°°à±à°¨à°¾à°®à°¾ à°à°²à°¿à°à°¿à°¨à°¦à°¾à°¨à°¿ à°à°à°à°°à±âà°«à±à°¸à± à°à°¨à°¬à°¡à°²à±à°¦à±"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "à°®à±à°®à±à°°à± à°à±à°à°¾à°¯à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "XML à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "à°¡à°¿à°¸à±à°à± పరిà°à°°à° à°à°¤à°ªà°°à°à°à°¡à°¿"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "à°à±à°¤à±à°¤ à°¡à°¿à°¸à±à°à± పరిà°à°°à°¾à°¨à±à°¨à°¿ à°à°¤à°ªà°°à°à°à°¡à°¿."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "à°¡à°¿à°¸à±à°à± పరిà°à°°à° à°¯à±à°à±à° à°®à±à°²à°"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "à°¡à°¿à°¸à±à°à± పరిà°à°°à° à°¯à±à°à±à° à°²à°à±à°·à±à°¯à°"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "à°¡à°¿à°¸à±à°à± పరిà°à°°à° à°¯à±à°à±à° à°¡à±à°°à±à°µà°°à±"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "à°¡à°¿à°¸à±à°à± పరిà°à°°à° à°¯à±à°à±à° సబà±âà°¡à±à°°à±à°µà°°à±"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "à°²à°à±à°·à±à°¯ పరిà°à°°à° à°°à°à°"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "పరిà°à°°à° à°¯à±à°à±à° à°°à±à°¤à°¿ à°à°¦à±à°µà±à° మరియౠవà±à°°à°¾à°¯à±à°"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "à°à°¦à±à°¶à° 'attach-disk' లౠ%s మదà±à°¦à°¤à± à°²à±à°¦à±"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "à°¡à°¿à°¸à±à°à± పరిà°à°°à°¾à°¨à±à°¨à°¿ à°µà±à°°à±à°à±à°¯à°¿"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "à°¡à°¿à°¸à±à°à± పరిà°à°°à°¾à°¨à±à°¨à°¿ à°µà±à°°à±à°à±à°¯à°¿"
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "à°¡à°¿à°¸à±à°à± సమాà°à°¾à°°à°¾à°¨à±à°¨à°¿ à°ªà±à°à°¦à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "%s à°²à°à±à°·à±à°¯à°à°à°¾ à°à°² దాని à°¡à°¿à°¸à±à°à± à°à°¨à°¬à°¡à°²à±à°¦à±"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "init à°¸à±à°à±à°°à°¿à°à°à±âà°à± à°®à±à°®à±à°°à± callocà°à± విఫలమà±à°à°¦à°¿: %s"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "%s: విఫలమà±à°à°¦à°¿ లాà°à± దసà±à°¤à±à°°à° à°à± à°µà±à°°à°¾à°¯à±à°à°²à±:%s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "%s: విఫలమà±à°à°¦à°¿ లాà°à± దసà±à°¤à±à°°à° à°à± à°µà±à°°à°¾à°¯à±à°à°²à±:%s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "%s: విఫలమà±à°à°¦à°¿ లాà°à± దసà±à°¤à±à°°à° à°à± à°µà±à°°à°¾à°¯à±à°à°²à±:%s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "à°à°¤à°¨à° à°à°¾à°¨à°¿ à°¡à±à°®à±à°¨à± %s ని à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫలà°\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "lvs à°à°¦à±à°¶à°®à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, fuzzy, c-format
msgid "%s: command exited with non-zero status"
msgstr "lvs à°à°¦à±à°¶à°®à± నిషà±à°à±à°°à°®à°£à°¸à±à°¥à°¿à°¤à°¿ %dతౠవిఫలమà±à°à°¦à°¿"
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: విఫలమà±à°à°¦à°¿ లాà°à± దసà±à°¤à±à°°à° à°à± à°µà±à°°à°¾à°¯à±à°à°²à±:%s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°à±à°·à±à°¤à±à°° à°à°à±à°¤à±à°à°°à°£à°¨à± నిరà±à°µà°à°¿à°à°à°à±."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°à±à°·à±à°¤à±à°° à°à°à±à°¤à±à°à°°à°£à°¨à± నిరà±à°µà°à°¿à°à°à°à±."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à± à°à°¦à°µà°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°¨à±à°à±à°µà°°à±à°à± à°à°à±à°¤à±à°à°°à°£à°¨à± నిరà±à°µà°à°¿à°à°à°à±."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°¨à±à°à±à°µà°°à±à°à± à°à°à±à°¤à±à°à°°à°£à°¨à± నిరà±à°µà°à°¿à°à°à°à±."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°ªà±à°²à±âà°à± à°à°à±à°¤à±à°à°°à°£à°¨à± నిరà±à°µà°à°¿à°à°à°à±."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "à°à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°ªà±à°²à±âà°à± à°à°à±à°¤à±à°à°°à°£à°¨à± నిరà±à°µà°à°¿à°à°à°à±."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "à° à°ªà±à°°à°à°¾à°µà°¶à±à°² à°à±à°°à±à°®à°¿à°¨à°²à± à°¨à±à°à°¡à± బయà°à°à±à°°à°¾"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "'%s' à°à°¦à±à°¶à°¾à°¨à°¿à°à°¿ <%s> à°à°à±à°à°¿à°à° à°à°¾à°µà°²à°¸à°¿ à°à°à°¦à°¿"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "'%s' à°à°¦à±à°¶à°¾à°¨à°¿à°à°¿ --%s à°à°à±à°à°¿à°à° à°à°¾à°µà°²à°¸à°¿ à°à°à°¦à°¿"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "'%s' à°à°¦à±à°¶à° à°²à±à°¦à±"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " నామà°\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6403,17 +6986,17 @@ msgstr ""
"\n"
" SYNOPSIS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6421,7 +7004,7 @@ msgstr ""
"\n"
" వివరణ\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6429,58 +7012,58 @@ msgstr ""
"\n"
" à°à°à±à°à°¿à°à°¾à°²à±\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "నిరà±à°µà°à°¿à°à°à°¬à°¡à°¨à°¿ à°à±à°·à±à°¤à±à°° నామఠలà±à°¦à°¾ à°à°¡à°¿"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "'%s' à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°ªà±à°à°¦à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "నిరà±à°µà°à°¿à°à°à°¬à°¡à°¨à°¿ à°¨à±à°à±à°µà°°à±à°à± నామà°"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "'%s' à°¨à±à°à±à°µà°°à±à°à± à°ªà±à°à°¦à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
msgid "undefined pool name"
msgstr "నిరà±à°µà°à°¿à°à°à°¬à°¡à°¨à°¿ à°ªà±à°²à± నామà°"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, c-format
msgid "failed to get pool '%s'"
msgstr "à°ªà±à°²à± '%s'నౠపà±à°à°¦à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
msgid "undefined vol name"
msgstr "నిరà±à°µà°à°¿à°à°à°¬à°¡à°¨à°¿ vol నామà°"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, c-format
msgid "failed to get vol '%s'"
msgstr "vol '%s'నౠపà±à°à°¦à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6491,129 +7074,129 @@ msgstr ""
"(సమయà°: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿ \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "à°à°¹à°¿à°à°à°¨à°¿ à°à±à°à±à°¨à± (à°à°¦à±à°¶ నామà°): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°à°¦à±à°¶à°: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "'%s' à°à°¦à±à°¶à° --%s à°à°à±à°à°¿à°à°¾à°¨à°¿à°à°¿ మదà±à°¦à°¤à°¿à°µà±à°µà°¦à±"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "à°à°¹à°¿à°à°à°¿à°¨ సినà±à°à°¾à°à±à°¸à±: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "à°¸à°à°à±à°¯"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "à°¸à±à°à±à°°à°¿à°à°à±"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "'%s' à°à°¹à°¿à°à°à°¨à°¿ సమాà°à°¾à°°à°"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "à°à°à±à°à°¿à°à°"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "సమాà°à°¾à°°à°"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
#, fuzzy
msgid "idle"
msgstr "à°«à±à°²à±"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "నిలిà°à°¿à°à°¦à°¿"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "à°®à±à°¸à°¿à°µà±à°¯à°à°à°²à±"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "à°®à±à°¸à°¿à°µà±à°¯à°¿"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "à°à±à°°à°¾à°·à°¯à±à°¯à°¿à°à°¦à°¿"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "à°à°«à± à°²à±à°¨à±"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "సరà±à°¨ à°
à°¨à±à°¸à°à°§à°¾à°¨à° à°à°¾à°¦à±"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: à°¦à±à°·à°: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "à°¦à±à°·à°: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: %d à°¬à±à°à±à°²à°¨à± à°à±à°à°¾à°¯à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d:విఫలమà±à°à°¦à°¿ %lu à°¬à±à°à±à°²à± à°à±à°à°¾à°¯à°¿à°à°à±à°à°²à±"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "à°
à°§à°¿à°ªà±à°°à°¤à°¿à°à°¿ à°
à°¨à±à°¸à°à°§à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "లాà°à± దసà±à°¤à±à°°à° సమాà°à°¾à°°à°¾à°¨à±à°¨à°¿ à°ªà±à°à°¦à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "లాà°à± పాతౠదసà±à°¤à±à°°à° à°à°¾à°¦à±"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "లాà°à± దసà±à°¤à±à°°à° à°¤à±à°°à±à°à±à°à°²à± à°¦à±à°·à°.లాà°à± దసà±à°¤à±à°°à° పాతౠపరిశà±à°²à°¿à°à°à°à°¡à°¿"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "లాà°à± దసà±à°¤à±à°°à° à°à± à°µà±à°°à°¾à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: విఫలమà±à°à°¦à°¿ లాà°à± దసà±à°¤à±à°°à° à°à± à°µà±à°°à°¾à°¯à±à°à°²à±:%s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
msgid "failed to disconnect from the hypervisor"
msgstr "à°
à°§à°¿à°ªà±à°°à°¤à°¿à°¨à±à°à°¡à± à°
à°¨à±à°¸à°à°§à°¾à°¨à° à°¤à±à°²à°à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6646,7 +7229,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6656,17 +7239,17 @@ msgstr ""
" (à°¤à±à°²à°ªà°à°¡à°¿ help <command> à° à°à°¦à±à°¶à°¾à°¨à°¿à°à°¿ à°¸à°à°¬à°à°§à°¿à°à°à°¿à°¨ వివరాలà°à±à°¸à°)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "మదà±à°¦à°¤à°¿à°µà±à°µà°¨à°¿ à°à°à±à°à°¿à°à° '-%c'. à°à°¾à°¡à°à°¡à°¿ --సహాయà°."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6675,7 +7258,7 @@ msgstr ""
"%sà°à°¿ à°¸à±à°¸à±à°µà°¾à°à°¤à°, వాసà±à°¤à°µà°¿à° పరిà°à°¯à°¾à°¤à±à°®à° à°à±à°°à±à°®à°¿à°¨à°²à±.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6685,462 +7268,476 @@ msgstr ""
" 'బయà°à°à±' బయà°à°à± రావà°à°¾à°¨à°¿à°à°¿\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°¦à±à°·à°®à±"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "à°¹à±à°à±à°à°°à°¿à°"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "à°¦à±à°·à°"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "à° à°¦à±à°· సమాà°à°¾à°°à°®à± సమà°à±à°°à±à°à°¬à°¡à°²à±à°¦à±"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "à°
à°à°¤à°°à±à°à°¤ à°¦à±à°·à° %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "à°
à°à°¤à°°à±à°à°¤ à°¦à±à°·à°"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "à°à±à°à°ªà±à°¤à°¿à°²à± à°²à±à°¦à±"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "à° à°«à°à°à±à°·à°¨à± à°¹à±à°ªà°°à±âవిà°à°°à± à°à±à°¤ మదà±à°¦à°¤à±à°¯à°¬à°¡à°¦à±"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "à° à°«à°à°à±à°·à°¨à± à°¹à±à°ªà°°à±âవిà°à°°à± à°à±à°¤ మదà±à°¦à°¤à±à°¯à°¬à°¡à°¦à±: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "à°
à°§à°¿à°ªà±à°°à°¤à°¿à°à°¿ à°
à°¨à±à°¸à°à°§à°¿à°à°à°¬à°¡à°²à±à°¦à±"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "%sà°à°¿ à°
à°¨à±à°¸à°à°§à°¿à°à°à°¬à°¡à°²à±à°¦à±"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "సరిà°à°¾à°¨à°¿ à°
à°¨à±à°¸à°à°§à°¾à°¨ à°à±à°à°¦à±à°°à°"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "%sలౠసరిà°à°¾à°¨à°¿ à°
à°¨à±à°¸à°à°§à°¾à°¨ à°à±à°à°¦à±à°°à°"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "సరిà°à°¾à°¨à°¿ à°à±à°·à±à°¤à±à°° à°à±à°à°¦à±à°°à°"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "%s à°¯à°à°¦à± సరిà°à°¾à°¨à°¿ à°à±à°·à±à°¤à±à°° à°à±à°à°¦à±à°°à°"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "సరిà°à°¾à°¨à°¿ వాదà°"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "%s à°¯à°à°¦à± సరిà°à°¾à°¨à°¿ వాదà°"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "విధాన à°µà±à°«à°²à±à°¯à°: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "విధానఠవిఫలమà±à°à°¦à°¿"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET విధాన à°µà±à°«à°²à±à°¯à°: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET విధానఠవిఫలమà±à°à°¦à°¿"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST విధాన à°µà±à°«à°²à±à°¯à°: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST విధానఠవిఫలమà±à°à°¦à°¿"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ HTTP à°¦à±à°· à°à±à°¡à± %dనౠపà±à°à°¦à°¾à°¨à±"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°à°¤à°¿à°§à±à°¯à°¿ %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°à°¤à°¿à°§à±à°¯à°¿"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "S-Exprనౠà°à±à°°à°®à°à°²à± à°à°à°à°à°à°²à± à°µà±à°«à°²à±à°¯à°: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "S-Exprనౠà°à±à°°à°®à°à°²à± à°à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "Xen à°
à°§à°¿à°ªà±à°°à°¤à°¿ à°ªà±à°°à°µà±à°¶à°¾à°¨à±à°¨à°¿ à°à°ªà°¯à±à°à°¿à°à°à°²à±à°¦à±"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "Xen à°
à°§à°¿à°ªà±à°°à°¤à°¿ à°ªà±à°°à°µà±à°¶à° %sని à°à°ªà°¯à±à°à°¿à°à°à°²à±à°¦à±"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "Xen à°¸à±à°à±à°°à±à°à± à°
à°¨à±à°¸à°à°§à°¿à°à°à°¬à°¡à°²à±à°¦à±"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "Xen à°¸à±à°à±à°°à± %sà°à± à°
à°¨à±à°¸à°à°§à°¿à°à°à°¬à°¡à°²à±à°¦à±"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "Xen sysà°à°¾à°²à± %s %d విఫలమà±à°à°¦à°¿"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ OS à°°à°à°"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ OS %s à°°à°à°"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "à°à±à°°à±à°¨à°²à± సమాà°à°¾à°°à°®à± తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "à°°à±à°à± సాధన సమాà°à°¾à°°à° తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "%sలౠరà±à°à± సాధన సమాà°à°¾à°°à° తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "సధనఠà°à±à°¸à° à°à°à°° సమాà°à°¾à°°à° తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "%s సాధనఠà°à±à°¸à° à°à°à°° సమాà°à°¾à°°à° తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "సాధనఠà°à±à°¸à° à°²à°à±à°·à±à°¯ సమాà°à°¾à°°à° తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "%s సాధనà°à°à±à°¸à° à°²à°à±à°·à±à°¯ సమాà°à°¾à°°à° తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "à°à±à°·à±à°¤à±à°° నామ సమాà°à°¾à°°à° తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "%sలౠà°à±à°·à±à°¤à±à°° నామ సమాà°à°¾à°°à° తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "à°à°ªà°°à±à°à°¿à°à°à± సిసà±à°à° సమాà°à°¾à°°à° తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "%s à°à±à°¸à° à°à°ªà°°à±à°à°¿à°à°à± సిసà±à°à° సమాà°à°¾à°°à° తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "సాధన సమాà°à°¾à°°à° తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "%s à°à±à°¸à° సాధన సమాà°à°¾à°°à° తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "à°à°¾à°²à°¾ à°¡à±à°°à±à°µà°°à±à°²à± నమà±à°¦à°¯à±à°¯à°¾à°¯à°¿"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "%sలౠà°à°¾à°²à°¾ à°¡à±à°°à±à°µà°°à±à°²à± నమà±à°¦à°¯à±à°¯à°¾à°¯à°¿"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library à°à°¾à°²à± విఫలమà±à°à°¦à°¿, సాధà±à°¯à°®à±à°à°¨à°à°¤à°µà°°à°à± మదà±à°¦à°¤à°¿à°µà±à°µà° à°ªà±à°µà°à±à°à±"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "%s library à°à°¾à°²à± విఫలమà±à°à°¦à°¿, సాధà±à°¯à°®à±à°à°¨à°à°¤à°µà°°à°à± మదà±à°¦à°¤à°¿à°µà±à°µà° à°ªà±à°µà°à±à°à±"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML వివరణ సరిà°à°¾ à°à±à°¯à°¬à°¡à°²à±à°¦à± à°²à±à°¦à°¾ à°à±à°²à±à°²à°¨à°¿à°¦à°¿à°à°¾ à°à°à°¦à°¿"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "%s à°à±à°¸à° XML వివరణ సరిà°à°¾ à°à±à°¯à°¬à°¡à°²à±à°¦à± à°²à±à°¦à°¾ à°à±à°²à±à°²à°¨à°¿à°¦à°¿à°à°¾ à°à°à°¦à°¿"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "à° à°à±à°·à±à°¤à±à°°à° à°à°ªà±à°ªà°à°¿à°à± à°à°à°¦à°¿"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "%s à°à±à°·à±à°¤à±à°°à° à°à°ªà±à°ªà°à°¿à°à± à°à°à°¦à°¿"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "విధానఠనిషà±à°§à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿ à°à°¦à°µà°à°¾à°¨à°¿à°à°¿ మాతà±à°°à°®à± à°µà±à°²à±à°¤à±à°à°¦à°¿"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "విధానఠ%s నిషà±à°§à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿ à°à°¦à°µà°à°¾à°¨à°¿à°à°¿ మాతà±à°°à°®à± à°µà±à°²à±à°¤à±à°à°¦à°¿"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "à°à°¦à°µà°à°¾à°¨à°¿à°à°¿ à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à± à°¤à±à°°à°µà°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "à°à°¦à°µà°à°¾à°¨à°¿à°à°¿ %sనౠతà±à°°à°µà°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à± à°à°¦à°µà°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "%s à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à± à°à°¦à°µà°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à± విశà±à°²à±à°·à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "%s à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à± విశà±à°²à±à°·à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à± వాà°à±à°¯ à°¦à±à°·à°"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à± వాà°à±à°¯ à°¦à±à°·à°: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à± రాయà°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à± రాయà°à°à°²à± à°µà±à°«à°²à±à°¯à°: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "పారà±à°¶à°°à± à°¦à±à°·à°"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "సరిà°à°¾à°¨à°¿ à°¨à±à°à±à°µà°°à±à°à± à°¸à±à°à°¿à° à°à°à°¦à°¿"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "%sలౠసరిà°à°¾à°¨à°¿ à°¨à±à°à±à°µà°°à±à°à± à°¸à±à°à°¿à°"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "à° à°¨à±à°à±à°µà°°à±à°à± à°à°ªà±à°ªà°à°¿à°à± à°à°à°¦à°¿"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "à°¨à±à°à±à°µà°°à±à°à± %s à°à°ªà±à°ªà°à°¿à°à± à°à°à°¦à°¿"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "సిసà±à°à°®à± à°à°¾à°²à± à°¦à±à°·à°"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC à°¦à±à°·à°"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "GNUTLS à°à°¾à°²à± à°¦à±à°·à°"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "à°¨à±à°à±à°µà°°à±à°à± à°à°¨à±à°à±à°¨à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "à°¨à±à°à±à°µà°°à±à°à± à°à°¨à±à°à±à°¨à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "à°¡à±à°®à±à°¨à± à°à°¨à°ªà°¡à°²à±à°¦à±"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "à°¡à±à°®à±à°¨à± à°à°¨à°ªà°¡à°²à±à°¦à±: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "à°¨à±à°à±à°µà°°à±à°à± à°à°¨à°¬à°¡à°²à±à°¦à±"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "à°¨à±à°à±à°µà°°à±à°à± à°à°¨à°¬à°¡à°²à±à°¦à±: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
msgid "invalid MAC address"
msgstr "సరిà°à°¾à°¨à°¿ MAC à°à°¿à°°à±à°¨à°¾à°®à°¾"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, c-format
msgid "invalid MAC address: %s"
msgstr "సరిà°à°¾à°¨à°¿ MAC à°à°¿à°°à±à°¨à°¾à°®à°¾: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "à°§à±à°µà±à°à°°à°£ విఫలమà±à°à°¦à°¿"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "à°§à±à°µà±à°à°°à°£ విఫలమà±à°à°¦à°¿: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
msgid "Storage pool not found"
msgstr "నిలà±à°µ à°ªà±à°²à± à°à°¨à°¬à°¡à°²à±à°¦à±"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, c-format
msgid "Storage pool not found: %s"
msgstr "నిలà±à°µ à°ªà±à°²à± à°à°¨à°¬à°¡à°²à±à°¦à±: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
msgid "Storage volume not found"
msgstr "నిలà±à°µ వాలà±à°¯à±à°®à± à°à°¨à°¬à°¡à°²à±à°¦à±"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, c-format
msgid "Storage volume not found: %s"
msgstr "నిలà±à°µ వాలà±à°¯à±à°®à± à°à°¨à°¬à°¡à°²à±à°¦à±: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
msgid "invalid storage pool pointer in"
msgstr "à°à±à°²à±à°²à°¨à°¿ నిలà±à°µ à°ªà±à°²à± à°¸à±à°à°à°¿ à°µà±à°à°¦à°¿"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr "%sà°¨à°à°¦à± à°à±à°²à±à°²à°¨à°¿ నిలà±à°µ à°ªà±à°²à± à°¸à±à°à°à°¿"
-#: src/virterror.c:937
+#: src/virterror.c:973
msgid "invalid storage volume pointer in"
msgstr "à°à±à°²à±à°²à°¨à°¿ నిలà±à°µ వాలà±à°¯à±à°®à± à°¸à±à°à°à°¿à°µà±à°à°¦à°¿"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr "%sà°¨à°à°¦à± à°à±à°²à±à°²à°¨à°¿ నిలà±à°µ వాలà±à°¯à±à°®à± à°¸à±à°à°à°¿"
-#: src/virterror.c:943
+#: src/virterror.c:979
msgid "Failed to find a storage driver"
msgstr "నిలà±à°µ à°¡à±à°°à±à°µà°°à± à°à°¨à±à°à±à°¨à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr "నిలà±à°µ à°¡à±à°°à±à°µà°°à± à°à°¨à±à°à±à°¨à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "నిలà±à°µ à°¡à±à°°à±à°µà°°à± à°à°¨à±à°à±à°¨à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "నిలà±à°µ à°¡à±à°°à±à°µà°°à± à°à°¨à±à°à±à°¨à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "à°à±à°²à±à°²à°¨à°¿ నిలà±à°µ వాలà±à°¯à±à°®à± à°¸à±à°à°à°¿à°µà±à°à°¦à°¿"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "%s à°¯à°à°¦à± సరిà°à°¾à°¨à°¿ à°à±à°·à±à°¤à±à°° à°à±à°à°¦à±à°°à°"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "పరిà°à°°à°®à± à°à°¨à±à°à±à°¨à°¬à°¡à°²à±à°¦à±: %s (%s)"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "పరిà°à°°à°®à± à°à°¨à±à°à±à°¨à°¬à°¡à°²à±à°¦à±: %s (%s)"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "నిలà±à°µ à°ªà±à°²à± à°à°¨à°¬à°¡à°²à±à°¦à±"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "నిలà±à°µ à°ªà±à°²à± à°à°¨à°¬à°¡à°²à±à°¦à±: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "à°à°°à±à°à±à°®à±à°à°à± బఫరౠమరౠà°à°¿à°¨à±à°¨à°¦à°¿"
@@ -7211,7 +7808,7 @@ msgstr "à°à±à°°à±à°¡à°¿à°¡à± à°·à±à°¡à±à°¯à±à°²à°°à± à°µà±à°¯à°¿à°à±
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "à°à±à°°à±à°¡à°¿à°¡à± à°·à±à°¡à±à°¯à±à°²à°°à± à°à°¾à°ªà± పారామితి(%d) పరిమితి(0-65535) మిà°à°à°¿à°¨à°¦à°¿"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "%sనౠà°à°¦à±à°µà°²à±à°¦à±: %s"
@@ -7264,7 +7861,7 @@ msgstr "à°à±à°·à±à°¤à±à°° సమాà°à°¾à°°à° సరà±à°¨à°¦à°¿à°à°¾à°¦
msgid "domain information incomplete, missing uuid"
msgstr "à°à±à°·à±à°¤à±à°° సమాà°à°¾à°°à° à°
à°¸à°à°ªà±à°°à±à°¤à°¿à°à°¾ à°à°à°¦à°¿, uuid తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "à°à±à°·à±à°¤à±à°° సమాà°à°¾à°°à° à°
à°¸à°à°ªà±à°°à±à°¤à°¿à°à°¾ à°à°à°¦à°¿, à°ªà±à°°à± తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
@@ -7306,214 +7903,221 @@ msgstr "vbd à°«à±à°²à± à°ªà±à°°à± విశà±à°²à±à°·à°¿à°à°à°à°¾à°¨à°¿
msgid "cannot parse vbd filename, missing driver type"
msgstr "vbd à°«à±à°²à± à°ªà±à°°à± విశà±à°²à±à°·à°¿à°à°à°à°¾à°¨à°¿à°à°¿ à°à±à°¦à°°à°¦à±, à°¡à±à°°à±à°µà°°à± à°°à°à° తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "సరిà°à°¾à°¨à°¿ MAC à°à°¿à°°à±à°¨à°¾à°®à°¾: %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "à°à°¹à°¿à°à°à°¨à°¿ à°¡à°¿à°à±à°à± à°¨à±à°¡à±"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ auth à°°à°à°®à± '%s'"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "à°¡à±à°®à±à°¨à± సమాà°à°¾à°°à° à°
à°¸à°à°ªà±à°°à±à°¤à°¿à°à°¾ à°à°à°¦à°¿, id తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "సరిà°à°¾à°¨à°¿ MAC à°à°¿à°°à±à°¨à°¾à°®à°¾: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ OS %s à°°à°à°"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "à°à±à°ªà°¾à°²à°à± సినà±à°à°¾à°à±à°¸à± à°¦à±à°·à°"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "Xend à°à±à°·à±à°¤à±à°° సమాà°à°°à°¾à°¨à±à°¨à°¿ విశà±à°²à±à°·à°¿à°à°à°à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "à°¡à±à°®à±à°¨à± నడà±à°à±à° à°²à±à°¦à±"
+
+#: src/xend_internal.c:3219
#, fuzzy
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr "xenDaemonDomainDumpXMLByName à° à°¡à±à°®à±à°¨à±âనౠà°à°¨à±à°à±à°¨à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "à°ªà±à°²à± %s నిరà±à°®à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "మదà±à°¦à°¤à±à°¯à°¨à°¿ à°à°¨à±âà°ªà±à°à± పరిà°à°°à°®à± à°°à°à°®à± %s"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr "xenDaemonGetAutostart à° à°¡à±à°®à±à°¨à± à°à°¨à±à°à±à°¨à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr "xenDaemonSetAutostart à° à°¡à±à°®à±à°¨à± à°à°¨à±à°à±à°¨à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
msgid "unexpected value from on_xend_start"
msgstr "on_xend_start à°¨à±à°à°¡à°¿ à°
à°¨à±à°à±à°¨à°¿ విలà±à°µ"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
msgid "no memory"
msgstr "à°®à±à°®à±à°°à± à°²à±à°¦à±"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
msgid "sexpr2string failed"
msgstr "sexpr2string విఫలమà±à°à°¦à°¿"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
msgid "Failed to redefine sexpr"
msgstr "sexpr తిరిà°à°¿à°¨à°¿à°°à±à°µà°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr "on_xend_start à°
à°¨à±à°¨à°¦à°¿ sexprà°¨à°à°¦à± à°²à±à°¦à±"
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "tty %sనౠతà±à°°à±à°µà°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s\n"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr "xenDaemonDomainMigrate: Xen à°
à°¨à±à°¨à°¦à°¿ మిà°à°¿à°²à°¿à°¨ à°¡à±à°®à±à°¨à±à°²à°¨à± వలసనà°à°¦à± మదà±à°¦à°¤à±à°¯à°¦à±."
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr "xenDaemonDomainMigrate: Xen à°
à°¨à±à°¨à°¦à°¿ వలసనà°à°¦à± బాà°à°¡à±âవిడà±à°¤à± పరిమితà±à°²à°¨à± మదà±à°¦à°¤à±à°¯à°¦à±"
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr "xenDaemonDomainMigrate: మదà±à°¦à°¤à±à°¯à°¨à°¿ à°«à±à°²à°¾à°à±"
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr "xenDaemonDomainMigrate: సరిà°à°¾à°¨à°¿ URI"
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr "xenDaemonDomainMigrate: xenmigr:// migrations మాతà±à°°à°®à± Xen à°à±à°¤ మదà±à°¦à°¤à°¿à°µà±à°µà°¬à°¡à°¤à°¾à°¯à°¿"
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr "xenDaemonDomainMigrate: à°¹à±à°¸à±à°à±à°¨à°¾à°®à°®à± తపà±à°ªà° URIà°¨à°à°¦à± à°¤à±à°²à±à°ªà°µà°²à±à°¨à±"
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "xenDaemonDomainMigrate: à°à±à°²à±à°²à°¨à°¿ à°ªà±à°°à±à°à± à°¸à°à°à±à°¯"
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
msgid "failed to parse domain description"
msgstr "à°¡à±à°®à±à°¨à± వివరణనౠపారà±à°¶à±â à°à±à°¯à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "à°à°¤à°¨à° à°à°¾à°¨à°¿ à°¡à±à°®à±à°¨à± %s ని à°¸à±à°·à±à°à°¿à°à°à±à°à°²à± విఫలà°\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr "xendConfigVersion < 4 à°¨à°à°¦à± మదà±à°¦à°¤à°¿à°µà±à°µà°¦à±"
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
msgid "node information incomplete, missing scheduler name"
msgstr "à°¨à±à°¡à± సమాà°à°¾à°°à° à°
à°¸à°à°ªà±à°°à±à°¤à°¿à°à°¾ à°à°à°¦à°¿, à°ªà±à°°à°£à°¾à°³à°à°¿ à°ªà±à°°à± తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr "strdup విఫలమà±à°à°¦à°¿"
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°ªà±à°°à°£à°¾à°³à°à°¿"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
msgid "Failed to get a scheduler name"
msgstr "à°ªà±à°°à°£à°¾à°³à°à°¿ à°ªà±à°°à±à°¨à± à°ªà±à°à°¦à±à°à°à± విఫలమà±à°à°¦à°¿"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
msgid "domain information incomplete, missing cpu_weight"
msgstr "à°¡à±à°®à±à°¨à± సమాà°à°¾à°°à° à°
à°¸à°à°ªà±à°°à±à°¤à°¿à°à°¾ à°à°à°¦à°¿, cpu_weight తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
msgid "domain information incomplete, missing cpu_cap"
msgstr "à°¡à±à°®à±à°¨à± సమాà°à°¾à°°à° à°
à°¸à°à°ªà±à°°à±à°¤à°¿à°à°¾ à°à°à°¦à°¿, cpu_cap తపà±à°ªà°¿à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr "domainBlockPeek à°
à°¨à±à°¨à°¦à°¿ dom0à°à± మదà±à°¦à°¤à±à°¨à±à°¯à°¦à±"
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr "%s: à°à±à°²à±à°²à°¨à°¿ పాతà±"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "à°à°¦à±à°µà±à°à°à± à°¤à±à°°à±à°µà±à°à°²à± విఫలమà±à°à°¦à°¿: %s: %s"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "à°«à±à°²à±à°¨à±à°à°¡à°¿ à°à°¦à±à°µà±à°à°à± à°²à±à°¦à°¾ lseekà°à± విఫలమà±à°à°¦à°¿: %s: %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "à°
à°¨à±à°à±à°¨à°¿ à°¡à±à°®à±à°¨à± à°°à°à°®à± %d"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "à°à°¹à°¿à°à°à°¨à°¿ à°®à±à° à°°à°à°"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "మదà±à°¦à°¤à±à°¯à°¨à°¿ నిలà±à°µ vol à°°à°à°®à± %d"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "à°à°¹à±à°®à±à°à°¨à°¿ వాలà±à°¯à± à°¨à±à°¡à±"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr "à°à°à±à°µà°à°à°¿ HVM à°¡à±à°®à±à°¨à± à°²à±à°¡à°°à± à°²à±à°¦à±"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "ai_socktype మదà±à°¦à°¤à±à°¯à±à°à°²à±à°¦à±"
@@ -7589,45 +8193,45 @@ msgstr "à°¡à±à°®à±à°¨à± à°à±à°°à°à± à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±
msgid "unexpected lifecycle action %d"
msgstr "à°à°¹à°¿à°à°à°¨à°¿ à°¡à°¿à°à±à°à± à°¨à±à°¡à±"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr "à°à°µà°°à±âà°°à±à°à± à°à±à°¯à±à°à°à± à°¡à±à°®à±à°¨à± à°à±à°°à°à± à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à±à°¨à°¾à°®à°®à±à°¨à± à°µà±à°²à°¿à°à°¿à°¤à±à°¯à°²à±à°¦à±"
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr "à°à°µà°°à±âà°°à±à°à± à°à±à°¯à±à°à°à± à°¡à±à°®à±à°¨à± à°à±à°°à°à± à°à°à±à°¤à±à°à°°à°£ à°ªà±à°°à°µà±à°¶à°à°¨à± à°µà±à°²à°¿à°à°¿à°¤à±à°¯à°²à±à°¦à±"
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
msgid "failed to remove old domain from config map"
msgstr "పాత à°¡à±à°®à±à°¨à±âనౠà°à°à±à°¤à±à°à°°à°£ మాపà±âà°¨à±à°à°¡à°¿ à°¤à±à°¸à°¿à°µà±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr "à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à± నామమౠమరౠపà±à°¡à°µà±à°¨à°¦à°¿"
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
msgid "unable to get current time"
msgstr "à°ªà±à°°à°¸à±à°¤à±à°¤ సమయà°à°¨à± à°ªà±à°à°¦à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
msgid "unable to store config file handle"
msgstr "à°à°à±à°¤à±à°à°°à°£ à°«à±à°²à± à°¸à°à°à°¾à°²à°¿à°à°¨à± నిలà±à°µà°à±à°¯à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
msgid "unknown device"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ పరిà°à°°à°®à±"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "లాà°à±âà°ªà±à°²à±à°¨à± à°¸à±à°·à±à°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿ %s: %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "లాà°à±âà°ªà±à°²à±à°¨à± à°¸à±à°·à±à°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿ %s: %s"
@@ -7636,19 +8240,34 @@ msgstr "లాà°à±âà°ªà±à°²à±à°¨à± à°¸à±à°·à±à°à°¿à°à°à±à°à°à±
msgid "Invalid parameter to virXPathString()"
msgstr "virXPathString()à°à± à°à±à°²à±à°²à°¨à°¿ పారామితి"
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr "virXPathNumber()à°à± à°à±à°²à±à°²à°¨à°¿ పారామితి"
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "virXPathString()à°à± à°à±à°²à±à°²à°¨à°¿ పారామితి"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "virXPathString()à°à± à°à±à°²à±à°²à°¨à°¿ పారామితి"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr "virXPathBoolean()à°à± à°à±à°²à±à°²à°¨à°¿ పారామితి"
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr "virXPathNode()à°à± à°à±à°²à±à°²à°¨à°¿ పారామితి"
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "virXPathNodeSet()à°à± à°à±à°²à±à°²à°¨à°¿ పారామితి"
@@ -7674,16 +8293,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "à°ªà±à°²à± యిపà±à°ªà°à°¿à°à± à°à±à°°à°¿à°¯à°¾à°¶à±à°²à°®à±à°à°¾à°µà±à°à°¦à°¿"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°à±à°à°¾à°¯à°¿à°¸à±à°¤à±à°à°¦à°¿"
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "%s '%s'నౠయాà°à±à°¸à°¿à°¸à± à°à±à°¯à°²à±à°¦à±: %s (%d)"
+
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "sock à°à°¿à°°à±à°¨à°¾à°®à°¾ %d (%s)నౠపà±à°à°¦à±à°à°²à± విఫలమà±à°à°¦à°¿"
+
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "à°ªà±à°°à± à°à°¿à°°à±à°¨à°¾à°®à°¾ %d (%s)నౠపà±à°à°¦à±à°à°²à± విఫలమà±à°à°¦à°¿"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "non-blocking à°«à±à°²à± à°¡à°¿à°¸à±à°à±à°°à°¿à°ªà±à°à°¾à°°à± à°«à±à°²à°¾à°à± à°
మరà±à°à±à°à°²à± à°¦à±à°·à°®à±"
+
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "లాà°à±âà°ªà±à°²à±à°¨à± à°¸à±à°·à±à°à°¿à°à°à±à°à°à± విఫలమà±à°à°¦à°¿ %s: %s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "VM లాà°à±âà°«à±à°²à± close-on-exec à°«à±à°²à°¾à°à± %sనౠà°
మరà±à°à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup: à°®à±à°®à±à°°à± à°à°¾à°²à°²à±à°¦à±"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "లాà°à±âà°«à±à°²à± %dనౠమà±à°¯à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
+
#~ msgid "allocating configuration"
#~ msgstr "à°à°à±à°¤à±à°à°°à°£à°¨à± à°à±à°à°¾à°¯à°¿à°¸à±à°¤à±à°à°¦à°¿"
@@ -7731,9 +8378,6 @@ msgstr "à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°à±à°à°¾à°¯à°¿à°¸à±à°¤à±à°
#~ msgid "failed to mount %s at %s for container: %s"
#~ msgstr "%s à°
à°¨à±à°¨à°¦à°¿ %sవదà±à°¦ à°®à±à°à°à± à°
à°à±à°à°à± విఫలమà±à°à°¦à°¿ à° à°à°à°à±à°¨à°°à±âà°à±: %s"
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "open(%s) విఫలమà±à°à°¦à°¿: %s"
-
#~ msgid "clone() failed, %s"
#~ msgstr "clone() విఫలమà±à°à°¦à°¿, %s"
@@ -8157,12 +8801,6 @@ msgstr "à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°à±à°à°¾à°¯à°¿à°¸à±à°¤à±à°
#~ msgid "cannot write tty pid file %s: %s"
#~ msgstr "tty pid à°«à±à°²à± %sనౠవà±à°°à°¾à°¯à°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "tty pid à°«à±à°²à± %sనౠతà±à°°à±à°µà°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
-
-#~ msgid "cannot read tty pid file %s: %s"
-#~ msgstr "tty pid à°«à±à°²à± %sనౠà°à°¦à±à°µà°²à±à° à°ªà±à°¯à°¿à°à°¦à°¿: %s"
-
#~ msgid "execl failed to exec init: %s"
#~ msgstr "initనౠనిరà±à°µà°°à±à°¤à°¿à°à°à±à°à°à± execl విఫలమà±à°à°¦à°¿: %s"
@@ -8280,9 +8918,6 @@ msgstr "à°à±à°·à±à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°à±à°à°¾à°¯à°¿à°¸à±à°¤à±à°
#~ msgid "missing sound model"
#~ msgstr "తపà±à°ªà°¿à°ªà±à°¯à°¿à°¨ à°§à±à°µà°¨à°¿ à°°à±à°¤à°¿"
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "సరిà°à°¾à°¨à°¿ à°§à±à°µà°¨à°¿ à°°à±à°¤à°¿ '%s'"
-
#~ msgid "domain name length too long"
#~ msgstr "à°¡à±à°®à±à°¨à± నామమౠపà±à°¡à°µà± మరౠయà±à°à±à°à±à°µ"
diff --git a/po/th.gmo b/po/th.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/th.gmo and b/po/th.gmo differ
diff --git a/po/th.po b/po/th.po
index 81435e0..a38ec32 100644
--- a/po/th.po
+++ b/po/th.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/tr.gmo b/po/tr.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/tr.gmo and b/po/tr.gmo differ
diff --git a/po/tr.po b/po/tr.po
index 81435e0..a38ec32 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/uk.gmo b/po/uk.gmo
index 693c6c3..da77ad5 100644
Binary files a/po/uk.gmo and b/po/uk.gmo differ
diff --git a/po/uk.po b/po/uk.po
index 48e35bb..69ffe78 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2007-08-22 14:58+0300\n"
"Last-Translator: Maxim V. Dziumanenko <dziumanenko at gmail.com>\n"
"Language-Team: Ukrainian <uk at li.org>\n"
@@ -95,241 +95,241 @@ msgstr ""
msgid "Unknown error"
msgstr "ÐевÑдомо"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "помилка ÑиÑÐ°Ð½Ð½Ñ Ð· демона Xen"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "пÑизнаÑÐµÐ½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÑ"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "Ðомилка видÑÐ»ÐµÐ½Ð½Ñ Ð¿Ð°Ð¼'ÑÑÑ: %s"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "неоÑÑкÑваний вÑзол знаÑенÑ"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "Ðе вдаÑÑÑÑÑ Ð²Ð¸Ð´ÑлиÑи пам'ÑÑÑ"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Ðомилка ÑиÑÐ°Ð½Ð½Ñ ÑокеÑÑ %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "Ðе вдаÑÑÑÑÑ Ð²Ð¸Ð´ÑлиÑи пам'ÑÑÑ"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Ðе вдаÑÑÑÑÑ Ð·Ð½Ð°Ð¹Ñи меÑежÑ: %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð·Ð½Ð°Ð¹Ñи меÑежÑ: %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Ðомилка з'ÑÐ´Ð½Ð°Ð½Ð½Ñ Ð· гÑпеÑвÑзоÑом"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "помилка дÑÑ: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -337,453 +337,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð¾ÑÑимаÑи ÑÑаÑиÑÑÐ¸ÐºÑ ÑнÑеÑÑейÑÑ %s %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Ðомилка запÑÑÐºÑ Ð¼ÐµÑÐµÐ¶Ñ %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "змÑниÑи видÑÐ»ÐµÐ½Ð½Ñ Ð¿Ð°Ð¼'ÑÑÑ"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "Ðомилка дÑÑ GET: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "неоÑÑкÑваний Ñим MIME"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Ðе вдаÑÑÑÑÑ ÑÑвоÑиÑи XML"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Ðе вдаÑÑÑÑÑ ÑÑвоÑиÑи XML"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Ðомилка запиÑÑ ÑокеÑÑ %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "Ðе вдаÑÑÑÑÑ Ð²Ð¸Ð´ÑлиÑи пам'ÑÑÑ"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "Ðе вдаÑÑÑÑÑ Ð²Ð¸Ð´ÑлиÑи пам'ÑÑÑ"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "Ðе вдаÑÑÑÑÑ Ð²Ð¸Ð´ÑлиÑи пам'ÑÑÑ"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Ðомилка вÑÐ´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ ÑобоÑи Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Ðе вдаÑÑÑÑÑ ÑÑвоÑиÑи XML"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "назва меÑÐµÐ¶Ñ Ð°Ð±Ð¾ uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð°Ð¼Ð¿Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "помилка дÑÑ"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "невÑдомий код помилки HTTP %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "помилка ÑозбоÑÑ Ð²ÑдповÑдÑ"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "непÑавилÑний вказÑвник з'ÑÐ´Ð½Ð°Ð½Ð½Ñ Ñ"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "недоÑÑаÑнÑо пам'ÑÑÑ"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "невÑдомий Ñип ÐС"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "Ðе вдаÑÑÑÑÑ Ð¿ÐµÑевÑÑиÑи поÑоÑне знаÑÐµÐ½Ð½Ñ MemorySize"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "Ðе вдаÑÑÑÑÑ Ð¿ÐµÑевÑÑиÑи поÑоÑне знаÑÐµÐ½Ð½Ñ MemorySize"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдкÑиÑи блоÑÐ½Ñ ÑÑаÑиÑÑÐ¸ÐºÑ %s %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð¾ÑÑимаÑи ÑÑаÑиÑÑÐ¸ÐºÑ ÑнÑеÑÑейÑÑ %s %s"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "недоÑÑаÑнÑо пам'ÑÑÑ"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð½ÐµÐ°ÐºÑивного Ð´Ð¾Ð¼ÐµÐ½Ñ %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð½ÐµÐ°ÐºÑивного Ð´Ð¾Ð¼ÐµÐ½Ñ %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Ðомен не знайдено"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "неоÑÑкÑваний вÑзол node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -904,534 +920,535 @@ msgstr "помилка Ð´Ð¾Ð´Ð°Ð²Ð°Ð½Ð½Ñ Ð¼ÐµÑÐµÐ¶Ñ Ñ Ñ
еÑ-ÑаблиÑÑ
msgid "dev missing from connection hash table"
msgstr "домен вÑдÑÑÑнÑй Ñ Ñ
еÑ-ÑаблиÑÑ Ð·'ÑднанÑ"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "невÑдомий Ñип ÐС %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "джеÑело Ð´Ð»Ñ Ð´Ð¸Ñкового пÑиÑÑÑоÑ"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "невÑдомий Ñип ÐС %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "джеÑело Ð´Ð»Ñ Ð´Ð¸Ñкового пÑиÑÑÑоÑ"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "невÑдомий Ñип ÐС %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "невÑдомий Ñип ÐС %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо джеÑело Ð´Ð»Ñ Ð¿ÑиÑÑÑоÑ"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо джеÑело Ð´Ð»Ñ Ð¿ÑиÑÑÑоÑ"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо джеÑело Ð´Ð»Ñ Ð¿ÑиÑÑÑоÑ"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "Ñип ÑÑлÑового пÑиÑÑÑоÑ"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "невÑдомий Ñип ÐС %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "невÑдомий Ñип ÐС %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо коÑеневий пÑиÑÑÑÑй"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "невÑдомий Ñип ÐС %s"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "невÑдомий Ñип ÐС %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "невÑдома команда: '%s'"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Ñип ÑÑлÑового пÑиÑÑÑоÑ"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "невÑдомий Ñип ÐС %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "вÑдÑÑÑнÑй \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "вÑдÑÑÑнÑй \""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Ñип ÑÑлÑового пÑиÑÑÑоÑ"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "не вдаÑÑÑÑÑ Ð·'ÑднаÑиÑÑ %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "не вдаÑÑÑÑÑ Ð·'ÑднаÑиÑÑ %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "невÑдомий Ñип ÐС %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "невÑдомий вÑзол %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "невÑдомий вÑзол %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "вÑдÑÑÑÐ½Ñ ÑÑлÑова ÑнÑоÑмаÑÑÑ Ð´Ð»Ñ Ð¿ÑиÑÑÑоÑ"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "невÑдомий вÑзол %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо коÑеневий пÑиÑÑÑÑй"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "невÑдомий Ñип ÐС"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо Ð½Ð°Ð·Ð²Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "непÑавилÑний вказÑвник Ð´Ð¾Ð¼ÐµÐ½Ñ Ñ %s"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "помилка оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ UUID меÑежÑ"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "неоÑÑкÑÐ²Ð°Ð½Ñ Ð´Ð°Ð½Ñ '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "невÑдомий Ñип ÐС"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "пÑиÑÑÑÑй ÑнÑеÑÑейÑÑ"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо коÑеневий пÑиÑÑÑÑй"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "невÑдомий вÑзол %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "пÑиÑднаÑи диÑковий пÑиÑÑÑÑй"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "пÑиÑднаÑи меÑежний пÑиÑÑÑÑй"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "пÑиÑÑÑÑй ÑнÑеÑÑейÑÑ"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "пÑиÑднаÑи диÑковий пÑиÑÑÑÑй"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "пÑиÑднаÑи диÑковий пÑиÑÑÑÑй"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "пÑиÑднаÑи диÑковий пÑиÑÑÑÑй"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "пÑиÑднаÑи диÑковий пÑиÑÑÑÑй"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "помилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð²Ð¼ÑÑÑÑ"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "неоÑÑкÑваний Ñим MIME"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "неоÑÑкÑваний Ñим MIME"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "неоÑÑкÑваний вÑзол node"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "неоÑÑкÑваний вÑзол node"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "неоÑÑкÑваний вÑзол node"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "неоÑÑкÑваний Ñим MIME"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "неоÑÑкÑваний Ñим MIME"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "неоÑÑкÑваний Ñим MIME"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "неоÑÑкÑваний вÑзол node"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "неоÑÑкÑваний Ñим MIME"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "неоÑÑкÑваний Ñим MIME"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "неоÑÑкÑваний вÑзол node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "неоÑÑкÑваний Ñим MIME"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "неоÑÑкÑваний Ñим MIME"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "неоÑÑкÑваний Ñим MIME"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "неоÑÑкÑваний вÑзол знаÑенÑ"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "помилка запиÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑайлÑ: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "помилка запиÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑайлÑ: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "помилка запиÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑайлÑ: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "помилка запиÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑайлÑ: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "помилка запиÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑайлÑ: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "невÑдомий Ñип ÐС"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Ðе вдаÑÑÑÑÑ ÑÑвоÑиÑи XML"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Ðе вдаÑÑÑÑÑ ÑÑвоÑиÑи XML"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Ðомилка запиÑÑ ÑокеÑÑ %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð¼ÐµÑÐµÐ¶Ñ Ð· %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
@@ -1441,57 +1458,57 @@ msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "не вдаÑÑÑÑÑ Ð·'ÑднаÑиÑÑ %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "пÑиÑднаÑи меÑежний пÑиÑÑÑÑй"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Ðе вдаÑÑÑÑÑ Ð¿ÐµÑевÑÑиÑи поÑоÑне знаÑÐµÐ½Ð½Ñ MemorySize"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "непÑавилÑна ÑнÑоÑмаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ, domid Ð¼Ð°Ñ Ð±ÑÑи ÑиÑлом"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "непÑавилÑна ÑнÑоÑмаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ, domid Ð¼Ð°Ñ Ð±ÑÑи ÑиÑлом"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1534,12 +1551,12 @@ msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð½ÐµÐ°ÐºÑивного Ð´Ð¾Ð¼ÐµÐ½Ñ %s
msgid "failed to bind new root %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð·Ð½Ð°Ð¹Ñи меÑежÑ: %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Ðе вдаÑÑÑÑÑ ÑÑвоÑиÑи XML"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
@@ -1712,23 +1729,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "ID Ð´Ð¾Ð¼ÐµÐ½Ñ Ð°Ð±Ð¾ UUID"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "назва неакÑивного доменÑ"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "ÑкаÑÑваÑи визнаÑÐµÐ½Ð½Ñ Ð½ÐµÐ°ÐºÑивного доменÑ"
@@ -1783,7 +1800,7 @@ msgstr "непÑавилÑний вказÑвник Ð´Ð¾Ð¼ÐµÐ½Ñ Ñ"
msgid "failed to kill pid %d"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
@@ -1818,225 +1835,235 @@ msgstr "назва доменÑ"
msgid "no domain with id %d"
msgstr "ÑпиÑок доменÑв вÑзла"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "невÑдомий вÑзол %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Ðомилка вÑÐ´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ ÑобоÑи Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "непÑавилÑний аÑгÑÐ¼ÐµÐ½Ñ Ñ %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "непÑавилÑний аÑгÑÐ¼ÐµÐ½Ñ Ñ"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "непÑавилÑна MAC-адÑеÑа: %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "невÑдомий Ñип ÐС %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "помилка запиÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑайлÑ: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "домен %s вже ÑÑнÑÑ"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Ðомилка запÑÑÐºÑ Ð¼ÐµÑÐµÐ¶Ñ %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "недоÑÑаÑнÑо пам'ÑÑÑ"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð¼ÐµÑÐµÐ¶Ñ Ð· %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Ðомен вже акÑивний"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "помилка запиÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑайлÑ: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "помилка пÑи ÑпÑÐ¾Ð±Ñ Ð²ÑдкÑиÑи %s Ð´Ð»Ñ ÑиÑаннÑ"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "помилка пÑи оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð¼ÐµÑÐµÐ¶Ñ '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "ÐеÑежа доÑÑ Ð·Ð°Ð¿ÑÑена"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "ÑнÑоÑмаÑÑÑ Ð¿Ñо меÑÐµÐ¶Ñ Ñ XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "ÐеÑежа %s запÑÑена\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð¼ÐµÑÐµÐ¶Ñ Ð· %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
@@ -2046,7 +2073,267 @@ msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Ñип ÑÑлÑового пÑиÑÑÑоÑ"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "невÑдомий Ñип ÐС %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "Ñип меÑежного ÑнÑеÑÑейÑÑ"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "непÑавилÑний вказÑвник меÑÐµÐ¶Ñ Ñ %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "невÑдомий Ñип ÐС %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "непÑавилÑний вказÑвник меÑÐµÐ¶Ñ Ñ %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "непÑавилÑний вказÑвник Ð´Ð¾Ð¼ÐµÐ½Ñ Ñ %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "непÑавилÑний вказÑвник Ð´Ð¾Ð¼ÐµÐ½Ñ Ñ %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "непÑавилÑний вказÑвник з'ÑÐ´Ð½Ð°Ð½Ð½Ñ Ñ %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо коÑеневий пÑиÑÑÑÑй"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "невÑдомий Ñип ÐС %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "невÑдомий Ñип ÐС %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
@@ -2206,7 +2493,7 @@ msgstr ""
msgid "Could not read container config"
msgstr "не вдаÑÑÑÑÑ Ð·'ÑднаÑиÑÑ %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "невÑдомий Ñип ÐС %s"
@@ -2220,6 +2507,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "не вдаÑÑÑÑÑ Ð·'ÑднаÑиÑÑ %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "помилка ÑиÑÐ°Ð½Ð½Ñ Ð· демона Xen"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "помилка дÑÑ: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Ðе вдаÑÑÑÑÑ Ð¿ÑиÑднаÑи пÑиÑÑÑÑй з %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Ðомилка з'ÑÐ´Ð½Ð°Ð½Ð½Ñ Ð· гÑпеÑвÑзоÑом"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Ðе вдаÑÑÑÑÑ Ð¿ÑиÑднаÑи пÑиÑÑÑÑй з %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð· %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Ðе вдаÑÑÑÑÑ Ð·Ð½Ð°Ð¹Ñи меÑежÑ: %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð· %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2264,708 +2616,780 @@ msgstr "Ðомилка зв'ÑÐ·ÐºÑ Ð· пÑокÑÑ: погано ÑÑоÑмо
msgid "got asynchronous packet number %d\n"
msgstr "оÑÑимано аÑинÑ
Ñонний Ð½Ð¾Ð¼ÐµÑ Ð¿Ð°ÐºÐµÑÑ - %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "ÐеÑежа не ÑÑнÑÑ"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "ÐеÑежа %s запÑÑена\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð¾ÑÑимаÑи ÑÑаÑиÑÑÐ¸ÐºÑ ÑнÑеÑÑейÑÑ %s %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "ÑÑнкÑÑÑ Ð½Ðµ пÑдÑÑимÑÑÑÑÑÑ Ð³ÑпеÑвÑзоÑом"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "неоÑÑкÑÐ²Ð°Ð½Ñ Ð´Ð°Ð½Ñ '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "неоÑÑкÑÐ²Ð°Ð½Ñ Ð´Ð°Ð½Ñ '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "непÑавилÑний вказÑвник Ð´Ð¾Ð¼ÐµÐ½Ñ Ñ %s"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "непÑавилÑний аÑгÑÐ¼ÐµÐ½Ñ Ñ"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "ÑпиÑок доменÑв вÑзла"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "не вдаÑÑÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи Ñ Ñайл жÑÑналÑ"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "не вдаÑÑÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи Ñ Ñайл жÑÑналÑ"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "не вдаÑÑÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи Ñ Ñайл жÑÑналÑ"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "Ðомилка закÑиÑÑÑ ÑокеÑÑ %d\n"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдкÑиÑи блоÑÐ½Ñ ÑÑаÑиÑÑÐ¸ÐºÑ %s %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð· %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð¼ÐµÑÐµÐ¶Ñ Ð· %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "Ðе вдаÑÑÑÑÑ Ð¿ÐµÑевÑÑиÑи поÑоÑне знаÑÐµÐ½Ð½Ñ MemorySize"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "недоÑÑаÑнÑо пам'ÑÑÑ"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "Ðомилка закÑиÑÑÑ ÑокеÑÑ %d\n"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "Ðомилка закÑиÑÑÑ ÑокеÑÑ %d\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "помилка пÑи оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "помилка дÑÑ"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "Ðе вдаÑÑÑÑÑ Ð¿ÐµÑевÑÑиÑи поÑоÑне знаÑÐµÐ½Ð½Ñ MemorySize"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Ðомен вже акÑивний"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "не вдаÑÑÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи Ñ Ñайл жÑÑналÑ"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "не вдаÑÑÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи Ñ Ñайл жÑÑналÑ"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "не вдаÑÑÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи Ñ Ñайл жÑÑналÑ"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "ÐÑдклÑÑÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "Ðомилка закÑиÑÑÑ ÑокеÑÑ %d\n"
+msgid "Failed to remove domain status for %s"
+msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð· %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "ÐайнÑÑо пам'ÑÑÑ:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "помилка оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð½Ð°Ð·Ð²Ð¸ вÑзла гÑпеÑвÑзоÑа"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "домен %s вже ÑÑнÑÑ"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "домен %s вже ÑÑнÑÑ"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Ðомен доÑÑ Ð¿ÑаÑÑÑ"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "помилка дÑÑ"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "помилка дÑÑ"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "назва неакÑивного доменÑ"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "помилка оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ UUID доменÑ"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Ðе вдаÑÑÑÑÑ ÑÑвоÑиÑи XML"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "не вдаÑÑÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи Ñ Ñайл жÑÑналÑ"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "не вдаÑÑÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи Ñ Ñайл жÑÑналÑ"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "Ðомилка закÑиÑÑÑ ÑокеÑÑ %d\n"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "недоÑÑаÑнÑо пам'ÑÑÑ"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "помилка дÑÑ"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "СкаÑÑваÑи пÑизнаÑÐµÐ½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÑ Ð´Ð»Ñ Ð½ÐµÐ°ÐºÑивного доменÑ."
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "ÑкаÑÑваÑи визнаÑÐµÐ½Ð½Ñ Ð½ÐµÐ°ÐºÑивного доменÑ"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Ñип ÑÑлÑового пÑиÑÑÑоÑ"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "ÑпиÑок доменÑв вÑзла"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "Ðе вдаÑÑÑÑÑ Ð¿ÐµÑевÑÑиÑи поÑоÑне знаÑÐµÐ½Ð½Ñ MemorySize"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "ÑпиÑок доменÑв вÑзла"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "помилка ÑиÑÐ°Ð½Ð½Ñ Ð· демона Xen"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Ðе вдаÑÑÑÑÑ ÑÑвоÑиÑи XML"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Ðе вдаÑÑÑÑÑ ÑÑвоÑиÑи XML"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Ðомен вже акÑивний"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "помилка оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ UUID меÑежÑ"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Ðомилка запÑÑÐºÑ Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Ðомилка вÑÐ´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ ÑобоÑи Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "не вдаÑÑÑÑÑ Ð·'ÑднаÑиÑÑ %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "не вдаÑÑÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи Ñ Ñайл жÑÑналÑ"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "домен %s вже ÑÑнÑÑ"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "заванÑÐ°Ð¶ÐµÐ½Ð½Ñ ÑÐ°Ð¹Ð»Ñ Ð²Ð¸Ð·Ð½Ð°ÑÐµÐ½Ð½Ñ Ñ
оÑÑ"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "пÑиÑднаÑи диÑковий пÑиÑÑÑÑй"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "заванÑÐ°Ð¶ÐµÐ½Ð½Ñ ÑÐ°Ð¹Ð»Ñ Ð²Ð¸Ð·Ð½Ð°ÑÐµÐ½Ð½Ñ Ñ
оÑÑ"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "ÑкаÑÑваÑи визнаÑÐµÐ½Ð½Ñ Ð½ÐµÐ°ÐºÑивного доменÑ"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "Ðомен не знайдено"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "помилка оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ
вÑзла"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Ðе вдаÑÑÑÑÑ Ð²Ñд'ÑднаÑи пÑиÑÑÑÑй з %s"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "ÑкаÑÑваÑи визнаÑÐµÐ½Ð½Ñ Ð½ÐµÐ°ÐºÑивного доменÑ"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "авÑозапÑÑк доменÑ"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð¼ÐµÑÐµÐ¶Ñ Ð· %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "непÑавилÑний аÑгÑÐ¼ÐµÐ½Ñ Ñ %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Ðомен не знайдено: %s"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "помилка ÑиÑÐ°Ð½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑÐ°Ð¹Ð»Ñ %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "непÑавилÑний аÑгÑÐ¼ÐµÐ½Ñ Ñ"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "помилка дÑÑ: %s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "не вдаÑÑÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи Ñ Ñайл жÑÑналÑ"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "ÑпиÑок доменÑв вÑзла"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "помилка оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ UUID доменÑ"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Ðомилка запÑÑÐºÑ Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "помилка дÑÑ: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Ðомилка вÑÐ´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ ÑобоÑи Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -2976,511 +3400,592 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "не вдаÑÑÑÑÑ Ð·'ÑднаÑиÑÑ %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Ðомилка ÑиÑÐ°Ð½Ð½Ñ ÑокеÑÑ %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Ðомилка ÑиÑÐ°Ð½Ð½Ñ ÑокеÑÑ %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Ðомилка ÑиÑÐ°Ð½Ð½Ñ ÑокеÑÑ %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "Ðомилка закÑиÑÑÑ ÑокеÑÑ %d\n"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "помилка пÑи оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ URI"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
#, fuzzy
msgid "Error allocating callbacks list"
msgstr "Ðомилка видÑÐ»ÐµÐ½Ð½Ñ Ð¿Ð°Ð¼'ÑÑÑ: %s"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "видÑÐ»ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "помилка видÑÐ»ÐµÐ½Ð½Ñ Ð²Ñзла"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð¿ÐµÑевÑÑиÑи поÑоÑне знаÑÐµÐ½Ð½Ñ MemorySize"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Ðе вдаÑÑÑÑÑ Ð¿ÐµÑевÑÑиÑи поÑоÑне знаÑÐµÐ½Ð½Ñ MemorySize"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "ÐекоÑекÑне знаÑÐµÐ½Ð½Ñ Ð¾Ð±ÑÑÐ³Ñ Ð¿Ð°Ð¼'ÑÑÑ (%d)"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "помилка запиÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑайлÑ: %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "надÑо багаÑо доменÑв"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "надÑо багаÑо доменÑв"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "змÑниÑи видÑÐ»ÐµÐ½Ð½Ñ Ð¿Ð°Ð¼'ÑÑÑ"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "невÑдомий Ñип ÐС"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "надÑо багаÑо меÑеж"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "заÑеÑÑÑÑовано надÑо багаÑо дÑайвеÑÑв"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "заÑеÑÑÑÑовано надÑо багаÑо дÑайвеÑÑв"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "заÑеÑÑÑÑовано надÑо багаÑо дÑайвеÑÑв"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "заÑеÑÑÑÑовано надÑо багаÑо дÑайвеÑÑв"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "заÑеÑÑÑÑовано надÑо багаÑо дÑайвеÑÑв"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "заÑеÑÑÑÑовано надÑо багаÑо дÑайвеÑÑв"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "заÑеÑÑÑÑовано надÑо багаÑо дÑайвеÑÑв"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "помилка дÑÑ: %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "помилка дÑÑ"
# c-format
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "помилка пеÑеÑвоÑÐµÐ½Ð½Ñ S-Expr: %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдкÑиÑи блоÑÐ½Ñ ÑÑаÑиÑÑÐ¸ÐºÑ %s %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "Ðе вдаÑÑÑÑÑ Ð¾ÑÑимаÑи ÑÑаÑиÑÑÐ¸ÐºÑ ÑнÑеÑÑейÑÑ %s %s"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð½ÐµÐ°ÐºÑивного Ð´Ð¾Ð¼ÐµÐ½Ñ %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "ÑÑнкÑÑÑ Ð½Ðµ пÑдÑÑимÑÑÑÑÑÑ Ð³ÑпеÑвÑзоÑом"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Ðомилка запÑÑÐºÑ Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "помилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð²Ð¼ÑÑÑÑ"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Ðомилка запÑÑÐºÑ Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "Ðомилка з'ÑÐ´Ð½Ð°Ð½Ð½Ñ Ð· гÑпеÑвÑзоÑом"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "ÑпиÑок доменÑв вÑзла"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Ðомилка ÑиÑÐ°Ð½Ð½Ñ ÑокеÑÑ %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "з'ÑÐ´Ð½Ð°Ð½Ð½Ñ Ð»Ð¸Ñе Ð´Ð»Ñ ÑиÑаннÑ"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "ÑпиÑок доменÑв вÑзла"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Ðе вдаÑÑÑÑÑ ÑÑвоÑиÑи XML"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "помилка пÑи оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð¼ÐµÑÐµÐ¶Ñ '%s'"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "непÑавилÑний аÑгÑÐ¼ÐµÐ½Ñ Ñ %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "помилка дÑÑ"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Ðомилка запÑÑÐºÑ Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3511,45 +4016,45 @@ msgstr "помилка запиÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑайлÑ:
msgid "cannot read beginning of file '%s'"
msgstr "помилка запиÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑайлÑ: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "непÑавилÑна MAC-адÑеÑа: %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Ðомилка запÑÑÐºÑ Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "внÑÑÑÑÑÐ½Ñ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3663,7 +4168,7 @@ msgid "cannot extend file '%s'"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
@@ -3696,17 +4201,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
@@ -3817,11 +4322,7 @@ msgstr "Ñип ÑÑлÑового пÑиÑÑÑоÑ"
msgid "cannot remove PV device '%s'"
msgstr "Ñип ÑÑлÑового пÑиÑÑÑоÑ"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
@@ -3834,162 +4335,167 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "невÑдомий Ñип ÐС %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "назва меÑÐµÐ¶Ñ Ð°Ð±Ð¾ uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "невÑдомий Ñип ÐС %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо джеÑело Ð´Ð»Ñ Ð¿ÑиÑÑÑÐ¾Ñ %s"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "невÑдомий Ñип ÐС %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "неоÑÑкÑваний Ñим MIME"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо коÑеневий пÑиÑÑÑÑй"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "невÑдомий вÑзол %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "невÑдомий вÑзол %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо Ð½Ð°Ð·Ð²Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "невÑдомий Ñип ÐС %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "помилка запиÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑайлÑ: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Ðе вдаÑÑÑÑÑ ÑÑвоÑиÑи XML"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "помилка запиÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑайлÑ: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "помилка запиÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑайлÑ: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "помилка запиÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑайлÑ: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "ÑинÑакÑиÑна помилка Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÐ¹Ð½Ð¾Ð¼Ñ ÑайлÑ: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3997,17 +4503,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4015,64 +4521,64 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Ðомен вже акÑивний"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Ðомен вже акÑивний"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
#, fuzzy
msgid "storage pool is not active"
msgstr "ÑлÑÑ
до ÑÐ°Ð¹Ð»Ñ Ð¶ÑÑÐ½Ð°Ð»Ñ Ð²ÐºÐ°Ð·ÑÑ Ð½Ðµ на Ñайл"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ ÑаÑÑ Ð´Ð½Ñ"
@@ -4129,154 +4635,154 @@ msgstr "ÑпиÑок доменÑв вÑзла"
msgid "resolving domain filename"
msgstr "Ñозв'ÑÐ·Ð°Ð½Ð½Ñ Ð½Ð°Ð·Ð²Ð¸ Ñайла доменÑ"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "ÑпиÑок доменÑв вÑзла"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "Ñозв'ÑÐ·Ð°Ð½Ð½Ñ Ð½Ð°Ð·Ð²Ð¸ ÑÐ°Ð¹Ð»Ñ Ð¼ÐµÑежÑ"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "ÑпиÑок доменÑв вÑзла"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "Ñозв'ÑÐ·Ð°Ð½Ð½Ñ Ð½Ð°Ð·Ð²Ð¸ Ñайла доменÑ"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: вкажÑÑÑ ÑлÑÑ
або викоÑиÑÑовÑйÑе test:///default"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "домен %s вже ÑÑнÑÑ"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Ðомен доÑÑ Ð¿ÑаÑÑÑ"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "помилка видÑÐ»ÐµÐ½Ð½Ñ Ð²Ñзла"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "збеÑегÑи ÑÑаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð² Ñайл"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "збеÑегÑи ÑÑаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð² Ñайл"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "ÑпиÑок доменÑв вÑзла"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "помилка ÑиÑÐ°Ð½Ð½Ñ Ð· демона Xen"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "неоÑÑкÑÐ²Ð°Ð½Ñ Ð´Ð°Ð½Ñ '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Ðамп Ð´Ð¾Ð¼ÐµÐ½Ñ %s збеÑежено Ñ %s\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "не вдаÑÑÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи Ñ Ñайл жÑÑналÑ"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Ðамп Ð´Ð¾Ð¼ÐµÐ½Ñ %s збеÑежено Ñ %s\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Ðомен вже пÑаÑÑÑ"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Ðомен доÑÑ Ð¿ÑаÑÑÑ"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "ÐеÑежа доÑÑ Ð·Ð°Ð¿ÑÑена"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "ÐеÑежа вже запÑÑена"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Ðомен вже акÑивний"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4290,151 +4796,155 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð¼ÐµÑÐµÐ¶Ñ Ð· %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "недоÑÑаÑнÑо пам'ÑÑÑ"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "ÑокеÑи вÑзла cpu"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "ÑокеÑи вÑзла cpu"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "невÑдома команда: '%s'"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "невÑдома команда: '%s'"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "не вдаÑÑÑÑÑ Ð·'ÑднаÑиÑÑ %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Ðомилка запиÑÑ ÑокеÑÑ %d\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "не вдаÑÑÑÑÑ Ð·'ÑднаÑиÑÑ %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "назва неакÑивного доменÑ"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "Ñип ÑÑлÑового пÑиÑÑÑоÑ"
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Ðе вдаÑÑÑÑÑ ÑÑвоÑиÑи XML"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Ðе вдаÑÑÑÑÑ ÑÑвоÑиÑи XML"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "ÑокеÑи вÑзла cpu"
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "помилка ÑозбоÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑÐ°Ð¹Ð»Ñ %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "помилка ÑозбоÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑÐ°Ð¹Ð»Ñ %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "Ðомилка ÑкаÑÑÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "не вдаÑÑÑÑÑ Ð·'ÑднаÑиÑÑ %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "помилка: "
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Ðе вдаÑÑÑÑÑ Ð·Ð½Ð°Ð¹Ñи меÑежÑ: %s"
@@ -4444,19 +4954,24 @@ msgstr "Ðе вдаÑÑÑÑÑ Ð·Ð½Ð°Ð¹Ñи меÑежÑ: %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "ÐевÑдомо"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "довÑдка з дÑÑкÑ"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "ÐиводиÑÑ Ð·Ð°Ð³Ð°Ð»ÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð´Ð¾Ð²Ñдки або довÑÐ´ÐºÑ Ð´Ð»Ñ Ð¾ÐºÑемиÑ
команд."
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "назва команди"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4464,615 +4979,627 @@ msgstr ""
"Ðоманди:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "авÑозапÑÑк доменÑ"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "ÐалаÑÑÑваÑи домен на авÑомаÑиÑний запÑÑк пÑи заванÑаженнÑ."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "назва доменÑ, id або uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "вимкнÑÑи авÑозапÑÑк"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Ðомилка познаÑÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s Ñк Ð´Ð¾Ð¼ÐµÐ½Ñ Ð· авÑозапÑÑком"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Ðомилка знÑÑÑÑ Ð¿Ð¾Ð·Ð½Ð°Ñки Ð´Ð¾Ð¼ÐµÐ½Ñ %s Ñк Ð´Ð¾Ð¼ÐµÐ½Ñ Ð· авÑозапÑÑком"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Ðомен %s познаÑений Ñк домен з авÑозапÑÑком\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Ðомен %s не познаÑений Ñк домен з авÑозапÑÑком\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(пеÑе)з'ÑднаÑиÑÑ Ð· гÑпеÑвÑзоÑом"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Ð'ÑднаÑиÑÑ Ð· локалÑним гÑпеÑвÑзоÑом. Ð¦Ñ Ð²Ð±Ñдована команда акÑивна пÑÑÐ»Ñ "
"ÑÑаÑÑÑ Ð¾Ð±Ð¾Ð»Ð¾Ð½ÐºÐ¸."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "URI з'ÑÐ´Ð½Ð°Ð½Ð½Ñ Ð³ÑпеÑвÑзоÑа"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "з'ÑÐ´Ð½Ð°Ð½Ð½Ñ Ð»Ð¸Ñе Ð´Ð»Ñ ÑиÑаннÑ"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Ðомилка вÑдклÑÑÐµÐ½Ð½Ñ Ð²Ñд гÑпеÑвÑзоÑа"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Ðомилка з'ÑÐ´Ð½Ð°Ð½Ð½Ñ Ð· гÑпеÑвÑзоÑом"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "з'ÑднаÑиÑÑ Ð· конÑÐ¾Ð»Ð»Ñ Ð³Ð¾ÑÑÑÐ¾Ð²Ð¾Ñ ÑиÑÑеми"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "Ð'ÑднаÑиÑÑ Ð· вÑÑÑÑалÑÐ½Ð¾Ñ Ð¿Ð¾ÑлÑÐ´Ð¾Ð²Ð½Ð¾Ñ ÐºÐ¾Ð½ÑÐ¾Ð»Ð»Ñ Ð³Ð¾ÑÑÑÐ¾Ð²Ð¾Ñ ÑиÑÑеми"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "ÐонÑÐ¾Ð»Ñ Ð½ÐµÐ´Ð¾ÑÑÑпна Ð´Ð»Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "пеÑеглÑд доменÑв"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "ÐовеÑÑÐ°Ñ ÑпиÑок доменÑв."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "пеÑеглÑд неакÑивниÑ
доменÑв"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "пеÑеглÑд неакÑивниÑ
Ñа акÑивниÑ
доменÑв"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Ðомилка вÑдобÑÐ°Ð¶ÐµÐ½Ð½Ñ ÑпиÑÐºÑ Ð°ÐºÑивниÑ
доменÑв"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Ðомилка вÑдобÑÐ°Ð¶ÐµÐ½Ð½Ñ ÑпиÑÐºÑ Ð½ÐµÐ°ÐºÑивниÑ
доменÑв"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "ID"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Ðазва"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "СÑаÑÑÑ"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "Ð½ÐµÐ¼Ð°Ñ ÑÑаÑÑÑÑ"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "ÑÑаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "ÐовеÑÑÐ°Ñ ÑÑан запÑÑеного доменÑ."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "оÑÑимаÑи блоÑÐ½Ñ ÑÑаÑиÑÑÐ¸ÐºÑ Ð¿ÑиÑÑÑоÑв Ð´Ð»Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "ÐÑÑимаÑи блоÑÐ½Ñ ÑÑаÑиÑÑÐ¸ÐºÑ Ð¿ÑиÑÑÑоÑв Ð´Ð»Ñ Ð·Ð°Ð¿ÑÑеного доменÑ"
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "блоÑний пÑиÑÑÑÑй"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдкÑиÑи блоÑÐ½Ñ ÑÑаÑиÑÑÐ¸ÐºÑ %s %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "оÑÑимаÑи ÑÑаÑиÑÑÐ¸ÐºÑ ÑнÑеÑÑейÑÑ Ð´Ð»Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "ÐÑÑимаÑи ÑÑаÑиÑÑÐ¸ÐºÑ ÑнÑеÑÑейÑÑ Ð´Ð»Ñ Ð·Ð°Ð¿ÑÑеного доменÑ"
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "пÑиÑÑÑÑй ÑнÑеÑÑейÑÑ"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð¾ÑÑимаÑи ÑÑаÑиÑÑÐ¸ÐºÑ ÑнÑеÑÑейÑÑ %s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "пеÑевеÑÑи домен в ÑÑан оÑÑкÑваннÑ"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "ÐеÑевеÑÑи запÑÑений домен в ÑÑан оÑÑкÑваннÑ."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Ðомен %s пеÑеведено в ÑÑан оÑÑкÑÐ²Ð°Ð½Ð½Ñ \n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Ðомилка пÑи пеÑÐµÐ²ÐµÐ´ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в ÑÑан оÑÑкÑваннÑ"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "ÑÑвоÑиÑи домен з ÑÐ°Ð¹Ð»Ñ XML"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "СÑвоÑиÑи домен."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "Ñайл, Ñо мÑÑÑиÑÑ XML Ð¾Ð¿Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Ðомен %s ÑÑвоÑено з %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð· %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "визнаÑиÑи (але не запÑÑкаÑи) домен з ÑÐ°Ð¹Ð»Ñ XML"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "ÐизнаÑиÑи домен."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Ðомен %s визнаÑено на оÑÐ½Ð¾Ð²Ñ %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Ðомилка визнаÑÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð½Ð° оÑÐ½Ð¾Ð²Ñ %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "ÑкаÑÑваÑи визнаÑÐµÐ½Ð½Ñ Ð½ÐµÐ°ÐºÑивного доменÑ"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "СкаÑÑваÑи пÑизнаÑÐµÐ½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÑ Ð´Ð»Ñ Ð½ÐµÐ°ÐºÑивного доменÑ."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "назва Ð´Ð¾Ð¼ÐµÐ½Ñ Ð°Ð±Ð¾ uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "ÐонÑÑгÑÑаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ %s ÑкаÑована\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Ðомилка ÑкаÑÑÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "запÑÑÑиÑи ÑанÑÑе визнаÑений неакÑивний домен"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "ÐапÑÑк доменÑ."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "назва неакÑивного доменÑ"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Ðомен вже акÑивний"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Ðомен %s запÑÑений\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Ðомилка запÑÑÐºÑ Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "збеÑегÑи ÑÑаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð² Ñайл"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "ÐбеÑегÑи домен, Ñо виконÑÑÑÑÑÑ."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "де збеÑегÑи"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Ðомен %s збеÑежено Ñ %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "показаÑи/вÑÑановиÑи паÑамеÑÑи планÑваннÑ"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "ÐоказаÑи/вÑÑановиÑи паÑамеÑÑи планÑваннÑ."
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "вага XEN_CREDIT"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "cap Ð´Ð»Ñ XEN_CREDIT"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
#, fuzzy
msgid "Invalid value of weight"
msgstr "ÐекоÑекÑне знаÑÐµÐ½Ð½Ñ Ð¾Ð±ÑÑÐ³Ñ Ð¿Ð°Ð¼'ÑÑÑ (%d)"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
#, fuzzy
msgid "Invalid value of cap"
msgstr "ÐекоÑекÑне знаÑÐµÐ½Ð½Ñ Ð¾Ð±ÑÑÐ³Ñ Ð¿Ð°Ð¼'ÑÑÑ (%d)"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "ÐекоÑекÑне знаÑÐµÐ½Ð½Ñ Ð¾Ð±ÑÑÐ³Ñ Ð¿Ð°Ð¼'ÑÑÑ (%d)"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "ÐланÑваннÑ"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "ÐевÑдомо"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "вÑдновиÑи домен Ñз збеÑеженого ÑÑÐ°Ð½Ñ Ñ ÑайлÑ"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "ÐÑдновиÑи домен."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "вÑдновлÑваний ÑÑаÑÑÑ"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Ðомен вÑдновлено з %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Ðомилка вÑÐ´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð· %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "виконаÑи дамп ÑдÑа Ð´Ð¾Ð¼ÐµÐ½Ñ Ñ Ñайл Ð´Ð»Ñ Ð°Ð½Ð°Ð»ÑзÑ"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Ðамп ÑдÑа доменÑ."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "мÑÑÑе збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð°Ð¼Ð¿Ñ ÑдÑа"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Ðамп Ð´Ð¾Ð¼ÐµÐ½Ñ %s збеÑежено Ñ %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð°Ð¼Ð¿Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "вÑдновиÑи домен"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "ÐÑдновиÑи ÑобоÑÑ ÑанÑÑе пÑизÑпиненого доменÑ."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "ÐÐ¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s вÑдновлено\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Ðомилка вÑÐ´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ ÑобоÑи Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "коÑекÑно вимкнÑÑи домен"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "ÐиконаÑи Ð²Ð¸Ð¼Ð¸ÐºÐ°Ð½Ð½Ñ ÑÑлÑового доменÑ."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "ÐÑдклÑÑÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Ðомилка вÑдклÑÑÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "пеÑезаванÑажиÑи домен"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "ÐиконаÑи ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ reboot ÑÑлÑового доменÑ."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "ÐеÑезаванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Ðомилка пеÑезаванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "зниÑиÑи домен"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "ÐниÑиÑи вказаний домен."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Ðомен %s зниÑено\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Ðомилка зниÑÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "ÑнÑоÑмаÑÑÑ Ð¿Ñо домен"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "ÐовеÑÑÐ°Ñ Ð¾ÑÐ½Ð¾Ð²Ð½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо домен."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "ID:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Ðазва:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "Тип ÐС:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "СÑаÑÑÑ:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU:"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "Ð§Ð°Ñ CPU:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "ÐакÑ.пам'ÑÑÑ:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "без обмеженÑ"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "ÐайнÑÑо пам'ÑÑÑ:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "ÐвÑозапÑÑк"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "ÐайнÑÑо пам'ÑÑÑ:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "ÐомÑÑки NUMA:"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "Ð´Ð°Ð½Ñ vcpu доменÑ"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "ÐовеÑÑÐ°Ñ Ð¾ÑÐ½Ð¾Ð²Ð½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо вÑÑÑÑалÑÐ½Ñ Ð¿ÑоÑеÑоÑи доменÑ."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "ÐÑив'Ñзка CPU:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "Ðомен вимкнено, вÑÑÑÑалÑÐ½Ñ Ð¿ÑоÑеÑоÑи не вÑÑановленÑÑ."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "конÑÑолÑÑ Ð¿ÑиналежнÑÑÑÑ Ð·Ð°Ð´Ð°Ñ Ð²ÑÑÑÑалÑним пÑоÑеÑоÑам доменÑ"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "СпÑвÑÑÐ°Ð²Ð»ÐµÐ½Ð½Ñ VCPU Ð´Ð¾Ð¼ÐµÐ½Ñ ÑÑзиÑним CPU."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "ÑиÑло vcpu"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "номеÑи cpu Ñ
оÑÑа (ÑоздÑÐ»ÐµÐ½Ñ ÐºÐ¾Ð¼Ð¾Ñ)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "помилка оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ
вÑзла"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist: ÐекоÑекÑний ÑоÑмаÑ. ÐоÑожнÑй ÑÑдок."
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
@@ -5080,7 +5607,7 @@ msgstr ""
"cpulist: %s: ÐекоÑекÑний ÑоÑмаÑ. ÐÑÑкÑвалаÑÑ ÑиÑÑа Ñ Ð¿Ð¾Ð·Ð¸ÑÑÑ %d (поÑÑÑ Ð· '%"
"c')."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
@@ -5089,1403 +5616,1461 @@ msgstr ""
"cpulist: %s: ÐекоÑекÑний ÑоÑмаÑ. ÐÑÑкÑвалаÑÑ ÑиÑÑа або кома Ñ Ð¿Ð¾Ð·Ð¸ÑÑÑ %d "
"(поÑÑÑ Ð· '%c')."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpulist: %s: ÐекоÑекÑний ÑоÑмаÑ. ÐавеÑÑалÑна кома Ñ Ð¿Ð¾Ð·Ð¸ÑÑÑ %d."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "ФÑзиÑний пÑоÑеÑÐ¾Ñ '%d' не ÑÑнÑÑ"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "змÑниÑи кÑлÑкÑÑÑÑ Ð²ÑÑÑÑалÑниÑ
пÑоÑеÑоÑÑв"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "ÐмÑниÑи ÑиÑло вÑÑÑÑалÑниÑ
пÑоÑеÑоÑÑв, акÑивниÑ
в гоÑÑÑÐ¾Ð²Ð¾Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "ÑиÑло вÑÑÑÑалÑниÑ
пÑоÑеÑоÑÑв"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "ÐепÑавилÑна кÑлÑкÑÑÑÑ Ð²ÑÑÑÑалÑниÑ
пÑоÑеÑоÑÑв."
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "ÐадÑо багаÑо вÑÑÑÑалÑниÑ
пÑоÑеÑоÑÑв."
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "змÑниÑи видÑÐ»ÐµÐ½Ð½Ñ Ð¿Ð°Ð¼'ÑÑÑ"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "ÐмÑниÑи ÑозподÑл пам'ÑÑÑ Ñ Ð³Ð¾ÑÑÑÐ¾Ð²Ð¾Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "кÑлÑкÑÑÑÑ Ð¿Ð°Ð¼'ÑÑÑ Ñ ÐºÑлобайÑаÑ
"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "ÐекоÑекÑне знаÑÐµÐ½Ð½Ñ Ð¾Ð±ÑÑÐ³Ñ Ð¿Ð°Ð¼'ÑÑÑ (%d)"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "Ðе вдаÑÑÑÑÑ Ð¿ÐµÑевÑÑиÑи MaxMemorySize"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "змÑниÑи макÑималÑний лÑмÑÑ Ð¿Ð°Ð¼'ÑÑÑ"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr ""
"ÐмÑниÑи макÑималÑно допÑÑÑимий лÑмÑÑ Ð¿Ð°Ð¼'ÑÑÑ, Ñо видÑлÑÑÑÑÑÑ Ñ Ð³Ð¾ÑÑÑÐ¾Ð²Ð¾Ð¼Ñ "
"доменÑ."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "макÑималÑний лÑмÑÑ Ð¿Ð°Ð¼'ÑÑÑ Ñ ÐºÑлобайÑаÑ
"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "Ðе вдаÑÑÑÑÑ Ð¿ÐµÑевÑÑиÑи поÑоÑне знаÑÐµÐ½Ð½Ñ MemorySize"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "Ðе вдаÑÑÑÑÑ Ð¾Ð±ÑÑзаÑи поÑоÑне знаÑÐµÐ½Ð½Ñ MemorySize"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "Ðе вдаÑÑÑÑÑ Ð·Ð¼ÑниÑи поÑоÑне знаÑÐµÐ½Ð½Ñ MaxMemorySize"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "ÑнÑоÑмаÑÑÑ Ð¿Ñо вÑзол"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "ÐовеÑÑÐ°Ñ Ð·Ð°Ð³Ð°Ð»ÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо вÑзол."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "помилка оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ
вÑзла"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "ÐÐ¾Ð´ÐµÐ»Ñ CPU:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "ЧаÑÑоÑа CPU:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "СокеÑ(и) CPU:"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Ð¯Ð´ÐµÑ Ð½Ð° ÑокеÑ:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "ÐоÑокÑв на ÑдÑо:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "ÐомÑÑки NUMA:"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "ÐбÑÑг пам'ÑÑÑ:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "можливоÑÑÑ"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "ÐовеÑÑÐ°Ñ Ð¼Ð¾Ð¶Ð»Ð¸Ð²Ð¾ÑÑÑ Ð³ÑпеÑвÑзоÑа/дÑайвеÑа."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "помилка запиÑÑ Ð¼Ð¾Ð¶Ð»Ð¸Ð²Ð¾ÑÑей"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "ÑнÑоÑмаÑÑÑ Ð¿Ñо Ð´Ð¾Ð¼ÐµÐ½Ñ Ñ XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "ÐивÑд ÑнÑоÑмаÑÑÑ Ð¿Ñо домен Ñ Ð²Ð¸Ð³Ð»ÑÐ´Ñ Ð´Ð°Ð¼Ð¿Ñ XML на stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "пеÑеглÑд неакÑивниÑ
доменÑв"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "пеÑеÑвоÑиÑи ID Ð´Ð¾Ð¼ÐµÐ½Ñ Ð°Ð±Ð¾ UUID на Ð½Ð°Ð·Ð²Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "ID Ð´Ð¾Ð¼ÐµÐ½Ñ Ð°Ð±Ð¾ UUID"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "пеÑеÑвоÑиÑи назва Ð´Ð¾Ð¼ÐµÐ½Ñ Ð°Ð±Ð¾ UUID на ID доменÑ"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "пеÑеÑвоÑиÑи назва Ð´Ð¾Ð¼ÐµÐ½Ñ Ð°Ð±Ð¾ ID на UUID доменÑ"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "ID Ð´Ð¾Ð¼ÐµÐ½Ñ Ð°Ð±Ð¾ назва"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "помилка оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ UUID доменÑ"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "мÑгÑаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð½Ð° ÑнÑий вÑзол"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr "ÐÑгÑаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð½Ð° ÑнÑий вÑзол. ÐодаÑи --live до Ð¶Ð¸Ð²Ð¾Ñ Ð¼ÑгÑаÑÑÑ."
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "жива мÑгÑаÑÑÑ"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "URI з'ÑÐ´Ð½Ð°Ð½Ð½Ñ 'з ÑÑлÑÐ¾Ð²Ð¾Ñ ÑиÑÑемоÑ"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "URI мÑгÑаÑÑÑ, зазвиÑай може бÑÑи пÑопÑÑене"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "migrate: вÑдÑÑÑнÑй паÑамеÑÑ desturi"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "авÑозапÑÑк меÑежÑ"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "ÐалаÑÑÑваÑи меÑÐµÐ¶Ñ Ð½Ð° авÑомаÑиÑний запÑÑк пÑи заванÑаженнÑ."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "назва меÑÐµÐ¶Ñ Ð°Ð±Ð¾ uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "не вдаÑÑÑÑÑ Ð¿Ð¾Ð·Ð½Ð°ÑиÑи меÑÐµÐ¶Ñ %s Ð´Ð»Ñ Ð°Ð²ÑозапÑÑкÑ"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Ðомилка знÑÑи авÑозапÑÑк з меÑÐµÐ¶Ñ %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "ÐеÑежа %s познаÑена Ð´Ð»Ñ Ð°Ð²ÑозапÑÑкÑ\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "ÐеÑежа %s знÑÑа з авÑозапÑÑкÑ\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "ÑÑвоÑиÑи меÑÐµÐ¶Ñ Ð· ÑÐ°Ð¹Ð»Ñ XML"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "СÑвоÑиÑи меÑежÑ."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "Ñайл, Ñо мÑÑÑиÑÑ XML Ð¾Ð¿Ð¸Ñ Ð¼ÐµÑежÑ"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "ÐеÑежа %s ÑÑвоÑена з %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð¼ÐµÑÐµÐ¶Ñ Ð· %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "визнаÑиÑи (але не запÑÑкаÑи) меÑÐµÐ¶Ñ Ð· ÑÐ°Ð¹Ð»Ñ XML"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "ÐизнаÑиÑи меÑежÑ."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "ÐеÑежа %s визнаÑена на оÑÐ½Ð¾Ð²Ñ %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "Ðомилка визнаÑÐµÐ½Ð½Ñ Ð¼ÐµÑÐµÐ¶Ñ Ð½Ð° оÑÐ½Ð¾Ð²Ñ %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "зниÑиÑи меÑежÑ"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "ÐниÑиÑи Ð²ÐºÐ°Ð·Ð°Ð½Ñ Ð¼ÐµÑежÑ."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "назва меÑежÑ, id або uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "ÐеÑÐµÐ¶Ñ %s зниÑено\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "Ðомилка зниÑÐµÐ½Ð½Ñ Ð¼ÐµÑÐµÐ¶Ñ %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "ÑнÑоÑмаÑÑÑ Ð¿Ñо меÑÐµÐ¶Ñ Ñ XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "ÐивÑд ÑнÑоÑмаÑÑÑ Ð¿Ñо меÑÐµÐ¶Ñ Ñ Ð²Ð¸Ð³Ð»ÑÐ´Ñ XML або на stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "ÑпиÑок меÑеж"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "ÐовеÑÑÐ°Ñ ÑпиÑок меÑеж."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "пеÑеглÑд неакÑивниÑ
меÑеж"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "пеÑеглÑд неакÑивниÑ
Ñа акÑивниÑ
меÑеж"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "Ðомилка вÑдобÑÐ°Ð¶ÐµÐ½Ð½Ñ ÑпиÑÐºÑ Ð°ÐºÑивниÑ
меÑеж"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "Ðомилка вÑдобÑÐ°Ð¶ÐµÐ½Ð½Ñ ÑпиÑÐºÑ Ð½ÐµÐ°ÐºÑивниÑ
меÑеж"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "ÐвÑозапÑÑк"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "без авÑозапÑÑкÑ"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "акÑивна"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "неакÑивна"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "пеÑеÑвоÑиÑи UUID на Ð½Ð°Ð·Ð²Ñ Ð¼ÐµÑежÑ"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "uuid меÑежÑ"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "запÑÑÑиÑи ÑанÑÑе визнаÑÐµÐ½Ñ Ð½ÐµÐ°ÐºÑÐ¸Ð²Ð½Ñ Ð¼ÐµÑежа"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "ÐапÑÑк меÑежÑ."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "назва неакÑÐ¸Ð²Ð½Ð¾Ñ Ð¼ÐµÑежÑ"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "ÐеÑежа %s запÑÑена\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "Ðомилка запÑÑÐºÑ Ð¼ÐµÑÐµÐ¶Ñ %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "ÑкаÑÑваÑи визнаÑÐµÐ½Ð½Ñ Ð½ÐµÐ°ÐºÑÐ¸Ð²Ð½Ð¾Ñ Ð¼ÐµÑежÑ"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "СкаÑÑваÑи пÑизнаÑÐµÐ½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÑ Ð´Ð»Ñ Ð½ÐµÐ°ÐºÑÐ¸Ð²Ð½Ð¾Ñ Ð¼ÐµÑежÑ."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "ÐонÑÑгÑÑаÑÑÑ Ð¼ÐµÑÐµÐ¶Ñ %s ÑкаÑована\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "Ðомилка ÑкаÑÑÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÑ Ð¼ÐµÑÐµÐ¶Ñ %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "пеÑеÑвоÑиÑи Ð½Ð°Ð·Ð²Ñ Ð¼ÐµÑÐµÐ¶Ñ Ð½Ð° UUID меÑежÑ"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "назва меÑежÑ"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "помилка оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ UUID меÑежÑ"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "авÑозапÑÑк доменÑ"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
#, fuzzy
msgid "Configure a pool to be automatically started at boot."
msgstr "ÐалаÑÑÑваÑи домен на авÑомаÑиÑний запÑÑк пÑи заванÑаженнÑ."
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "назва Ð´Ð¾Ð¼ÐµÐ½Ñ Ð°Ð±Ð¾ uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "не вдаÑÑÑÑÑ Ð¿Ð¾Ð·Ð½Ð°ÑиÑи меÑÐµÐ¶Ñ %s Ð´Ð»Ñ Ð°Ð²ÑозапÑÑкÑ"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Ðомилка знÑÑи авÑозапÑÑк з меÑÐµÐ¶Ñ %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Ðомен %s познаÑений Ñк домен з авÑозапÑÑком\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Ðомен %s не познаÑений Ñк домен з авÑозапÑÑком\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "ÑÑвоÑиÑи домен з ÑÐ°Ð¹Ð»Ñ XML"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "СÑвоÑиÑи домен."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "Ñайл, Ñо мÑÑÑиÑÑ XML Ð¾Ð¿Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Ðомен %s ÑÑвоÑено з %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð· %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "назва неакÑивного доменÑ"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "не вдаÑÑÑÑÑ Ð²Ð¸Ð´ÑлиÑи бÑÑеÑ"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "ÑÑвоÑиÑи домен з ÑÐ°Ð¹Ð»Ñ XML"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Ðомен %s ÑÑвоÑено з %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð· %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "визнаÑиÑи (але не запÑÑкаÑи) домен з ÑÐ°Ð¹Ð»Ñ XML"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "ÐизнаÑиÑи домен."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Ðомен %s визнаÑено на оÑÐ½Ð¾Ð²Ñ %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Ðомилка визнаÑÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð½Ð° оÑÐ½Ð¾Ð²Ñ %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Ðомен %s визнаÑено на оÑÐ½Ð¾Ð²Ñ %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Ðомилка ÑкаÑÑÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Ðомен %s зниÑено\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Ðомилка пÑи пеÑÐµÐ²ÐµÐ´ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в ÑÑан оÑÑкÑваннÑ"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "зниÑиÑи домен"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "ÐниÑиÑи вказаний домен."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Ðомен %s зниÑено\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Ðомилка зниÑÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "ÐниÑиÑи вказаний домен."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Ðомен %s зниÑено\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Ðомилка зниÑÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "ÐÐ¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s вÑдновлено\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Ðомилка вÑÐ´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ ÑобоÑи Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "ÑнÑоÑмаÑÑÑ Ð¿Ñо Ð´Ð¾Ð¼ÐµÐ½Ñ Ñ XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "ÐивÑд ÑнÑоÑмаÑÑÑ Ð¿Ñо домен Ñ Ð²Ð¸Ð³Ð»ÑÐ´Ñ Ð´Ð°Ð¼Ð¿Ñ XML на stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "пеÑеглÑд доменÑв"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "ÐовеÑÑÐ°Ñ ÑпиÑок доменÑв."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "пеÑеглÑд неакÑивниÑ
доменÑв"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "пеÑеглÑд неакÑивниÑ
Ñа акÑивниÑ
доменÑв"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Ðомилка вÑдобÑÐ°Ð¶ÐµÐ½Ð½Ñ ÑпиÑÐºÑ Ð°ÐºÑивниÑ
доменÑв"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Ðомилка вÑдобÑÐ°Ð¶ÐµÐ½Ð½Ñ ÑпиÑÐºÑ Ð½ÐµÐ°ÐºÑивниÑ
доменÑв"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "недоÑÑаÑнÑо пам'ÑÑÑ"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Ðомилка збеÑÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s в %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "ÑнÑоÑмаÑÑÑ Ð¿Ñо вÑзол"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "ÐовеÑÑÐ°Ñ Ð·Ð°Ð³Ð°Ð»ÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо вÑзол."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "виконаннÑ"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "видÑÐ»ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "пеÑеÑвоÑиÑи UUID на Ð½Ð°Ð·Ð²Ñ Ð¼ÐµÑежÑ"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "UUID доменÑ"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "запÑÑÑиÑи ÑанÑÑе визнаÑений неакÑивний домен"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "ÐапÑÑк доменÑ."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "назва неакÑивного доменÑ"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Ðомен %s запÑÑений\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Ðомилка запÑÑÐºÑ Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "ÑÑвоÑиÑи домен з ÑÐ°Ð¹Ð»Ñ XML"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "СÑвоÑиÑи домен."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "назва доменÑ"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "назва неакÑивного доменÑ"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Ðомен %s ÑÑвоÑено з %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Ðе вдаÑÑÑÑÑ ÑÑвоÑиÑи XML"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "ÑкаÑÑваÑи визнаÑÐµÐ½Ð½Ñ Ð½ÐµÐ°ÐºÑивного доменÑ"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "СкаÑÑваÑи пÑизнаÑÐµÐ½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÑ Ð´Ð»Ñ Ð½ÐµÐ°ÐºÑивного доменÑ."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "ÐонÑÑгÑÑаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ %s ÑкаÑована\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Ðомилка ÑкаÑÑÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "пеÑеÑвоÑиÑи Ð½Ð°Ð·Ð²Ñ Ð¼ÐµÑÐµÐ¶Ñ Ð½Ð° UUID меÑежÑ"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "помилка оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ UUID доменÑ"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "ÑÑвоÑиÑи домен з ÑÐ°Ð¹Ð»Ñ XML"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "Ñайл, Ñо мÑÑÑиÑÑ XML Ð¾Ð¿Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Ðомен %s ÑÑвоÑено з %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð· %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "ÐниÑиÑи вказаний домен."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Ðомен %s зниÑено\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Ðомилка зниÑÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "ÑнÑоÑмаÑÑÑ Ð¿Ñо вÑзол"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "ÐовеÑÑÐ°Ñ Ð·Ð°Ð³Ð°Ð»ÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо вÑзол."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "Тип ÐС:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "file"
msgstr "Файл XML"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "заблоковано"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "ÑнÑоÑмаÑÑÑ Ð¿Ñо Ð´Ð¾Ð¼ÐµÐ½Ñ Ñ XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "ÐивÑд ÑнÑоÑмаÑÑÑ Ð¿Ñо домен Ñ Ð²Ð¸Ð³Ð»ÑÐ´Ñ Ð´Ð°Ð¼Ð¿Ñ XML на stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "пеÑеглÑд доменÑв"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "ÐовеÑÑÐ°Ñ ÑпиÑок доменÑв."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Ðомилка вÑдобÑÐ°Ð¶ÐµÐ½Ð½Ñ ÑпиÑÐºÑ Ð°ÐºÑивниÑ
доменÑв"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "пеÑеÑвоÑиÑи UUID на Ð½Ð°Ð·Ð²Ñ Ð¼ÐµÑежÑ"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "пеÑеÑвоÑиÑи UUID на Ð½Ð°Ð·Ð²Ñ Ð¼ÐµÑежÑ"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "UUID доменÑ"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "пеÑеÑвоÑиÑи UUID на Ð½Ð°Ð·Ð²Ñ Ð¼ÐµÑежÑ"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "показаÑи веÑÑÑÑ"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "ÐоказаÑи ÑнÑоÑмаÑÑÑ Ð¿Ñо веÑÑÑÑ ÑиÑÑеми"
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "помилка оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ñипа гÑпеÑвÑзоÑа"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Ðиконана компÑлÑÑÑÑ Ð½Ð° Ð±Ð°Ð·Ñ Ð±ÑблÑоÑеки: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "помилка оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð²ÐµÑÑÑÑ Ð±ÑблÑоÑеки"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "ÐикоÑиÑÑовÑÑÑÑÑÑ Ð±ÑблÑоÑека: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "ÐикоÑиÑÑовÑÑÑÑÑÑ API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "помилка оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð²ÐµÑÑÑÑ Ð³ÑпеÑвÑзоÑа"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Ðеможливо оÑÑимаÑи веÑÑÑÑ Ð³ÑпеÑвÑзоÑа, Ñо виконÑÑÑÑÑÑ Ð½Ð° %s\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "ÐиконÑÑÑÑÑÑ Ð³ÑпеÑвÑзоÑ: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "мÑгÑаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð½Ð° ÑнÑий вÑзол"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "можливоÑÑÑ"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Ðомилка з'ÑÐ´Ð½Ð°Ð½Ð½Ñ Ð· гÑпеÑвÑзоÑом"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Ðомилка вÑдобÑÐ°Ð¶ÐµÐ½Ð½Ñ ÑпиÑÐºÑ Ð½ÐµÐ°ÐºÑивниÑ
доменÑв"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "ÐивÑд ÑнÑоÑмаÑÑÑ Ð¿Ñо меÑÐµÐ¶Ñ Ñ Ð²Ð¸Ð³Ð»ÑÐ´Ñ XML або на stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "ÐÑиÑднаÑи диÑковий пÑиÑÑÑÑй"
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Ðомен %s зниÑено\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Ðе вдаÑÑÑÑÑ Ð²Ñд'ÑднаÑи пÑиÑÑÑÑй з %s"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "ÐÑиÑднаÑи диÑковий пÑиÑÑÑÑй"
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Ðе вдаÑÑÑÑÑ Ð¿ÑиÑднаÑи пÑиÑÑÑÑй з %s"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "ÑÑÐ»Ñ Ð´Ð»Ñ Ð´Ð¸Ñкового пÑиÑÑÑоÑ"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "ÐÑÑимаÑи блоÑÐ½Ñ ÑÑаÑиÑÑÐ¸ÐºÑ Ð¿ÑиÑÑÑоÑв Ð´Ð»Ñ Ð·Ð°Ð¿ÑÑеного доменÑ"
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "ÐÐ¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s вÑдновлено\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Ðе вдаÑÑÑÑÑ Ð¿ÑиÑднаÑи пÑиÑÑÑÑй з %s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "вивеÑÑи Ð½Ð°Ð·Ð²Ñ Ð²ÑÐ·Ð»Ñ Ð³ÑпеÑвÑзоÑа"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "помилка оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð½Ð°Ð·Ð²Ð¸ вÑзла гÑпеÑвÑзоÑа"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "вивеÑÑи канонÑÑний URI гÑпеÑвÑзоÑа"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "помилка пÑи оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ URI"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "диÑплей vnc"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "ÐивÑд IP адÑеÑи и номеÑÑ Ð¿Ð¾ÑÑÑ Ð´Ð»Ñ Ð´Ð¸ÑÐ¿Ð»ÐµÑ VNC."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "конÑÐ¾Ð»Ñ tty"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "ÐивÑд пÑиÑÑÑÐ¾Ñ Ð´Ð»Ñ ÐºÐ¾Ð½ÑÐ¾Ð»Ñ TTY."
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "пÑиÑднаÑи пÑиÑÑÑÑй з ÑÐ°Ð¹Ð»Ñ XML"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "ÐÑиÑднаÑи пÑиÑÑÑÑй з ÑÐ°Ð¹Ð»Ñ XML <Ñайл>."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "Файл XML"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð¿ÑиÑднаÑи пÑиÑÑÑÑй з %s"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "вÑд'ÑднаÑи пÑиÑÑÑÑй з ÑÐ°Ð¹Ð»Ñ XML"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "ÐÑд'ÑднаÑи пÑиÑÑÑÑй з ÑÐ°Ð¹Ð»Ñ XML <Ñайл>"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð²Ñд'ÑднаÑи пÑиÑÑÑÑй з %s"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "пÑиÑднаÑи меÑежний пÑиÑÑÑÑй"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "ÐÑиÑднаÑи новий меÑежний пÑиÑÑÑÑй."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "Ñип меÑежного ÑнÑеÑÑейÑÑ"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "джеÑело меÑежного ÑнÑеÑÑейÑÑ"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "назва ÑÑлÑÐ¾Ð²Ð¾Ñ Ð¼ÐµÑежÑ"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "MAC-адÑеÑа"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "ÑÑенаÑÑй, Ñо викоÑиÑÑовÑÑÑÑÑÑ Ð´Ð»Ñ Ð¼Ð¾ÑÑÑ Ð¼ÐµÑежного ÑнÑеÑÑейÑÑ"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "У ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ 'attach-interface' вÑдÑÑÑÐ½Ñ Ð¿ÑдÑÑимка %s "
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "вÑд'ÑднаÑи меÑежний пÑиÑÑÑÑй"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "ÐÑд'ÑднаÑи меÑежний пÑиÑÑÑÑй"
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "Ðе вдаÑÑÑÑÑ Ð¾ÑÑимаÑи ÑнÑоÑмаÑÑÑ Ð¿Ñо пÑиÑÑÑÑй"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "ÐÑдÑÑÑнÑй пÑиÑÑÑÑй, Ñий Ñип - %s"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "ÐÑдÑÑÑнÑй пÑиÑÑÑÑй з MAC-адÑеÑÐ¾Ñ %s"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "Ðе вдаÑÑÑÑÑ Ð²Ð¸Ð´ÑлиÑи пам'ÑÑÑ"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "Ðе вдаÑÑÑÑÑ ÑÑвоÑиÑи XML"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "пÑиÑднаÑи диÑковий пÑиÑÑÑÑй"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "ÐÑиÑднаÑи диÑковий пÑиÑÑÑÑй"
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "джеÑело Ð´Ð»Ñ Ð´Ð¸Ñкового пÑиÑÑÑоÑ"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "ÑÑÐ»Ñ Ð´Ð»Ñ Ð´Ð¸Ñкового пÑиÑÑÑоÑ"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "дÑÐ°Ð¹Ð²ÐµÑ Ð´Ð»Ñ Ð´Ð¸Ñкового пÑиÑÑÑоÑ"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "пÑддÑÐ°Ð¹Ð²ÐµÑ Ð´Ð»Ñ Ð´Ð¸Ñкового пÑиÑÑÑоÑ"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "Ñип ÑÑлÑового пÑиÑÑÑоÑ"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "Ñежим ÑиÑÐ°Ð½Ð½Ñ Ñа запиÑÑ Ð´Ð»Ñ Ð¿ÑиÑÑÑоÑ"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "У ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ 'attach-disk' вÑдÑÑÑÐ½Ñ Ð¿ÑдÑÑимка %s"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "вÑд'ÑднаÑи диÑковий пÑиÑÑÑÑй"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "ÐÑд'ÑднаÑи диÑковий пÑиÑÑÑÑй"
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "Ðе вдаÑÑÑÑÑ Ð¾ÑÑимаÑи ÑнÑоÑмаÑÑÑ Ð¿Ñо диÑк"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "ÐÑдÑÑÑнÑй диÑк, ÑÑÐ»Ñ Ñкого - %s"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "помилка видÑÐ»ÐµÐ½Ð½Ñ Ð²Ñзла"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "не вдаÑÑÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи Ñ Ñайл жÑÑналÑ"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "не вдаÑÑÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи Ñ Ñайл жÑÑналÑ"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "не вдаÑÑÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи Ñ Ñайл жÑÑналÑ"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð½ÐµÐ°ÐºÑивного Ð´Ð¾Ð¼ÐµÐ½Ñ %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "не вдаÑÑÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи Ñ Ñайл жÑÑналÑ"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "не вдаÑÑÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи Ñ Ñайл жÑÑналÑ"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "СкаÑÑваÑи пÑизнаÑÐµÐ½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÑ Ð´Ð»Ñ Ð½ÐµÐ°ÐºÑивного доменÑ."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "СкаÑÑваÑи пÑизнаÑÐµÐ½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÑ Ð´Ð»Ñ Ð½ÐµÐ°ÐºÑивного доменÑ."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "помилка ÑиÑÐ°Ð½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑайлÑ"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "СкаÑÑваÑи пÑизнаÑÐµÐ½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÑ Ð´Ð»Ñ Ð½ÐµÐ°ÐºÑÐ¸Ð²Ð½Ð¾Ñ Ð¼ÐµÑежÑ."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "СкаÑÑваÑи пÑизнаÑÐµÐ½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÑ Ð´Ð»Ñ Ð½ÐµÐ°ÐºÑÐ¸Ð²Ð½Ð¾Ñ Ð¼ÐµÑежÑ."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "СкаÑÑваÑи пÑизнаÑÐµÐ½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÑ Ð´Ð»Ñ Ð½ÐµÐ°ÐºÑивного доменÑ."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "СкаÑÑваÑи пÑизнаÑÐµÐ½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÑ Ð´Ð»Ñ Ð½ÐµÐ°ÐºÑивного доменÑ."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "вийÑи з ÑнÑеÑакÑивного ÑеÑмÑналÑ"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "Ð´Ð»Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð¸ '%s' поÑÑÑбно вказаÑи паÑамеÑÑ <%s>"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "Ð´Ð»Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð¸ '%s' поÑÑÑбно вказаÑи паÑамеÑÑ --%s"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "команда '%s' не ÑÑнÑÑ"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " ÐÐÐÐÐ\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6493,17 +7078,17 @@ msgstr ""
"\n"
" ÐÐÐТÐЦÐЯ\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <ÑиÑло>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <ÑÑдок>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6511,7 +7096,7 @@ msgstr ""
"\n"
" ÐÐÐС\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6519,60 +7104,60 @@ msgstr ""
"\n"
" ÐÐÐ ÐÐÐТРÐ\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <ÑиÑло>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <ÑÑдок>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "невизнаÑена назва Ð´Ð¾Ð¼ÐµÐ½Ñ Ð°Ð±Ð¾ ID"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "помилка пÑи оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "невизнаÑена назва меÑежÑ"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "помилка пÑи оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð¼ÐµÑÐµÐ¶Ñ '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "невизнаÑена назва меÑежÑ"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "помилка пÑи оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "невизнаÑена назва меÑежÑ"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "помилка пÑи оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6583,129 +7168,129 @@ msgstr ""
"(ЧаÑ: %.3f мÑ)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "вÑдÑÑÑнÑй \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "непеÑедбаÑена ознака (назва команди): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "невÑдома команда: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "команда '%s' не пÑдÑÑимÑÑ Ð¿Ð°ÑамеÑÑ --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "оÑÑкÑваний ÑоÑмаÑ: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "ÑиÑло"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "ÑÑдок"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "неоÑÑкÑÐ²Ð°Ð½Ñ Ð´Ð°Ð½Ñ '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "ÐÐÐ ÐÐÐТР"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "ÐÐÐÐ"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "пÑизÑпинено"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "вимикаÑÑÑÑÑ"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "вимкнÑÑи"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "аваÑÑйна помилка"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "авÑономний Ñежим"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "Ð½ÐµÐ¼Ð°Ñ Ð´ÑÑÑого з'ÑднаннÑ"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: помилка: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "помилка: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "Ðомилка %s: %d: пÑи ÑпÑÐ¾Ð±Ñ Ð²Ð¸Ð´ÑÐ»ÐµÐ½Ð½Ñ %d байÑ"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "Ðомилка %s: %d: пÑи ÑпÑÐ¾Ð±Ñ Ð²Ð¸Ð´ÑÐ»ÐµÐ½Ð½Ñ %lu байÑ"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "помилка з'ÑÐ´Ð½Ð°Ð½Ð½Ñ Ð· гÑпеÑвÑзоÑом"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "не вдаÑÑÑÑÑ Ð¾ÑÑимаÑи ÑнÑоÑмаÑÑÑ Ð¿Ñо Ñайл жÑÑналÑ"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "ÑлÑÑ
до ÑÐ°Ð¹Ð»Ñ Ð¶ÑÑÐ½Ð°Ð»Ñ Ð²ÐºÐ°Ð·ÑÑ Ð½Ðµ на Ñайл"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "не вдаÑÑÑÑÑ Ð²ÑдÑиÑи Ñайл жÑÑналÑ. пеÑевÑÑÑе ÑлÑÑ
до ÑÐ°Ð¹Ð»Ñ Ð¶ÑÑналÑ"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "не вдаÑÑÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи Ñ Ñайл жÑÑналÑ"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "не вдаÑÑÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи Ñ Ñайл жÑÑналÑ"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Ðомилка вÑдклÑÑÐµÐ½Ð½Ñ Ð²Ñд гÑпеÑвÑзоÑа"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6738,7 +7323,7 @@ msgstr ""
"\n"
" команди (ÑекÑÑовий Ñежим):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6748,17 +7333,17 @@ msgstr ""
" (набеÑÑÑÑ help <команда> Ð´Ð»Ñ Ð²Ð¸Ð²Ð¾Ð´Ñ Ð´Ð¾ÐºÐ»Ð°Ð´Ð½Ð¾Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо командÑ)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "непÑдÑÑимÑваний паÑамеÑÑ '-%c'. ÐвеÑнÑÑÑÑÑ Ð´Ð¾ --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6767,7 +7352,7 @@ msgstr ""
"ÐаÑкаво пÑоÑимо до %s - ÑнÑеÑакÑивного ÑеÑмÑÐ½Ð°Ð»Ñ Ð²ÑÑÑÑализаÑÑÑ.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6777,471 +7362,485 @@ msgstr ""
" 'quit' Ð´Ð»Ñ Ð²Ð¸Ñ
одÑ\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "ÐевÑдомо"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "попеÑедженнÑ"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "помилка"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "Ðе вказано повÑÐ´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ñо помилкÑ"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "внÑÑÑÑÑÐ½Ñ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "внÑÑÑÑÑÐ½Ñ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "недоÑÑаÑнÑо пам'ÑÑÑ"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "ÑÑнкÑÑÑ Ð½Ðµ пÑдÑÑимÑÑÑÑÑÑ Ð³ÑпеÑвÑзоÑом"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "ÑÑнкÑÑÑ Ð½Ðµ пÑдÑÑимÑÑÑÑÑÑ Ð³ÑпеÑвÑзоÑом: %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "не вдаÑÑÑÑÑ Ð·'ÑднаÑиÑÑ Ð· гÑпеÑвÑзоÑом"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "не вдаÑÑÑÑÑ Ð·'ÑднаÑиÑÑ %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "непÑавилÑний вказÑвник з'ÑÐ´Ð½Ð°Ð½Ð½Ñ Ñ"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "непÑавилÑний вказÑвник з'ÑÐ´Ð½Ð°Ð½Ð½Ñ Ñ %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "непÑавилÑний вказÑвник Ð´Ð¾Ð¼ÐµÐ½Ñ Ñ"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "непÑавилÑний вказÑвник Ð´Ð¾Ð¼ÐµÐ½Ñ Ñ %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "непÑавилÑний аÑгÑÐ¼ÐµÐ½Ñ Ñ"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "непÑавилÑний аÑгÑÐ¼ÐµÐ½Ñ Ñ %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "помилка дÑÑ: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "помилка дÑÑ"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "Ðомилка дÑÑ GET: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "Ðомилка дÑÑ GET"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "Ðомилка дÑÑ POST: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "Ðомилка дÑÑ POST"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "невÑдомий код помилки HTTP %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "невÑдомий вÑзол %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "невÑдомий вÑзол"
# c-format
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "помилка пеÑеÑвоÑÐµÐ½Ð½Ñ S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "помилка пеÑеÑвоÑÐµÐ½Ð½Ñ S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "неможливо викоÑиÑÑаÑи Ð·Ð°Ð¿Ð¸Ñ Ð³ÑпеÑвÑзоÑа Xen"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "неможливо викоÑиÑÑаÑи Ð·Ð°Ð¿Ð¸Ñ Ð³ÑпеÑвÑзоÑа Xen %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "не вдаÑÑÑÑÑ Ð·'ÑднаÑиÑÑ Ð·Ñ ÑÑ
овиÑем Xen"
# c-format
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "не вдаÑÑÑÑÑ Ð·'ÑднаÑиÑÑ Ð·Ñ ÑÑ
овиÑем Xen %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "помилка Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "невÑдомий Ñип ÐС"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "невÑдомий Ñип ÐС %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ ÑдÑа"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо коÑеневий пÑиÑÑÑÑй"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо коÑеневий пÑиÑÑÑÑй Ñ %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо джеÑело Ð´Ð»Ñ Ð¿ÑиÑÑÑоÑ"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо джеÑело Ð´Ð»Ñ Ð¿ÑиÑÑÑÐ¾Ñ %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "вÑдÑÑÑÐ½Ñ ÑÑлÑова ÑнÑоÑмаÑÑÑ Ð´Ð»Ñ Ð¿ÑиÑÑÑоÑ"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "вÑдÑÑÑÐ½Ñ ÑÑлÑова ÑнÑоÑмаÑÑÑ Ð´Ð»Ñ Ð¿ÑиÑÑÑÐ¾Ñ %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо Ð½Ð°Ð·Ð²Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо Ð½Ð°Ð·Ð²Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо ÐС"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо ÐС %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо пÑиÑÑÑоÑ"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "вÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо пÑиÑÑÑÐ¾Ñ %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "заÑеÑÑÑÑовано надÑо багаÑо дÑайвеÑÑв"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "заÑеÑÑÑÑовано надÑо багаÑо дÑайвеÑÑв %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "помилка звеÑÐ½ÐµÐ½Ð½Ñ Ð´Ð¾ бÑблÑоÑеки, можливо не пÑдÑÑимÑÑÑÑÑÑ"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "помилка звеÑÐ½ÐµÐ½Ð½Ñ %s до бÑблÑоÑеки, можливо не пÑдÑÑимÑÑÑÑÑÑ"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "Ð¾Ð¿Ð¸Ñ XML непÑавилÑно ÑÑоÑмовано, або вÑн некоÑекÑний"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "Ð¾Ð¿Ð¸Ñ XML Ð´Ð»Ñ %s непÑавилÑно ÑÑоÑмовано, або вÑн некоÑекÑний"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "домен вже ÑÑнÑÑ"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "домен %s вже ÑÑнÑÑ"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "опеÑаÑÑÑ Ð·Ð°Ð±Ð¾Ñонена в ÑÐµÐ¶Ð¸Ð¼Ñ Ð»Ð¸Ñе Ð´Ð»Ñ ÑиÑаннÑ"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "опеÑаÑÑÑ %s забоÑонена в ÑÐµÐ¶Ð¸Ð¼Ñ Ð»Ð¸Ñе Ð´Ð»Ñ ÑиÑаннÑ"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "помилка вÑдкÑÐ¸Ð²Ð°Ð½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑÐ°Ð¹Ð»Ñ Ð´Ð»Ñ ÑиÑаннÑ"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "помилка пÑи ÑпÑÐ¾Ð±Ñ Ð²ÑдкÑиÑи %s Ð´Ð»Ñ ÑиÑаннÑ"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "помилка ÑиÑÐ°Ð½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑайлÑ"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "помилка ÑиÑÐ°Ð½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑÐ°Ð¹Ð»Ñ %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "помилка ÑозбоÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑайлÑ"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "помилка ÑозбоÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑÐ°Ð¹Ð»Ñ %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "ÑинÑакÑиÑна помилка Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÐ¹Ð½Ð¾Ð¼Ñ ÑайлÑ"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "ÑинÑакÑиÑна помилка Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÐ¹Ð½Ð¾Ð¼Ñ ÑайлÑ: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "помилка запиÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑайлÑ"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "помилка запиÑÑ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑайлÑ: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "помилка ÑозбоÑÑ"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "непÑавилÑний вказÑвник меÑÐµÐ¶Ñ Ñ"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "непÑавилÑний вказÑвник меÑÐµÐ¶Ñ Ñ %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "ÑÑ Ð¼ÐµÑежа вже ÑÑнÑÑ"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "меÑежа %s вже ÑÑнÑÑ"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "помилка ÑиÑÑемного викликÑ"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "помилка RPC"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "помилка Ð²Ð¸ÐºÐ»Ð¸ÐºÑ GNUTLS"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "Ðе вдаÑÑÑÑÑ Ð·Ð½Ð°Ð¹Ñи меÑежÑ"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð·Ð½Ð°Ð¹Ñи меÑежÑ: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "Ðомен не знайдено"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "Ðомен не знайдено: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "ÐеÑежа не ÑÑнÑÑ"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "ÐеÑежа не ÑÑнÑÑ: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "непÑавилÑна MAC-адÑеÑа"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "непÑавилÑна MAC-адÑеÑа: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "помилка дÑÑ"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "помилка дÑÑ: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "ÐеÑежа не ÑÑнÑÑ"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "ÐеÑежа не ÑÑнÑÑ: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "ÐеÑежа не ÑÑнÑÑ"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "ÐеÑежа не ÑÑнÑÑ: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "непÑавилÑний вказÑвник меÑÐµÐ¶Ñ Ñ"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "непÑавилÑний вказÑвник меÑÐµÐ¶Ñ Ñ %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "непÑавилÑний вказÑвник меÑÐµÐ¶Ñ Ñ"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "непÑавилÑний вказÑвник меÑÐµÐ¶Ñ Ñ %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Ðе вдаÑÑÑÑÑ Ð·Ð½Ð°Ð¹Ñи меÑежÑ"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð·Ð½Ð°Ð¹Ñи меÑежÑ: %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Ðе вдаÑÑÑÑÑ Ð·Ð½Ð°Ð¹Ñи меÑежÑ"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð·Ð½Ð°Ð¹Ñи меÑежÑ: %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "непÑавилÑний вказÑвник Ð´Ð¾Ð¼ÐµÐ½Ñ Ñ"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "непÑавилÑний вказÑвник Ð´Ð¾Ð¼ÐµÐ½Ñ Ñ %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Ðомен не знайдено"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Ðомен не знайдено: %s"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "ÐеÑежа не ÑÑнÑÑ"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "ÐеÑежа не ÑÑнÑÑ: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "внÑÑÑÑÑÐ½Ñ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° %s"
@@ -7310,7 +7909,7 @@ msgstr "ÐаÑамеÑÑ Ð²Ð°Ð³Ð¸ планÑÐ²Ð°Ð½Ð½Ñ (%d) за межами д
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "ÐаÑамеÑÑ cap планÑÐ²Ð°Ð½Ð½Ñ (%d) за межами дÑÐ°Ð¿Ð°Ð·Ð¾Ð½Ñ (1-65535)"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Ñип ÑÑлÑового пÑиÑÑÑоÑ"
@@ -7364,7 +7963,7 @@ msgstr "непÑавилÑна ÑнÑоÑмаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ, domid маÑ
msgid "domain information incomplete, missing uuid"
msgstr "неповна ÑнÑоÑмаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ, вÑдÑÑÑнÑй uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "неповна ÑнÑоÑмаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ, вÑдÑÑÑÐ½Ñ Ð½Ð°Ð·Ð²Ð°"
@@ -7408,225 +8007,232 @@ msgstr "помилка ÑозбоÑÑ Ð½Ð°Ð·Ð²Ð¸ Ñайла vbd, вÑдÑÑÑн
msgid "cannot parse vbd filename, missing driver type"
msgstr "помилка ÑозбоÑÑ Ð½Ð°Ð·Ð²Ð¸ Ñайла vbd, вÑдÑÑÑнÑй Ñип дÑайвеÑа"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "неоÑÑкÑваний вÑзол node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "невÑдомий Ñип ÐС %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "неповна ÑнÑоÑмаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ, вÑдÑÑÑнÑй id"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "непÑавилÑна MAC-адÑеÑа: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "невÑдомий Ñип ÐС %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "ÑинÑакÑиÑна помилка Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÐ¹Ð½Ð¾Ð¼Ñ ÑайлÑ"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "помилка ÑозбоÑÑ ÑнÑоÑмаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ Xend"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Ðомен доÑÑ Ð¿ÑаÑÑÑ"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "помилка пеÑеÑвоÑÐµÐ½Ð½Ñ S-Expr"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "Ñип ÑÑлÑового пÑиÑÑÑоÑ"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "неоÑÑкÑваний вÑзол знаÑенÑ"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "пам'ÑÑÑ Ð²Ñзла"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "помилка дÑÑ"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Ðомилка ÑкаÑÑÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÑ Ð¼ÐµÑÐµÐ¶Ñ %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "помилка ÑозбоÑÑ ÑнÑоÑмаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ Xend"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð½ÐµÐ°ÐºÑивного Ð´Ð¾Ð¼ÐµÐ½Ñ %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "неповна ÑнÑоÑмаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ, вÑдÑÑÑÐ½Ñ Ð½Ð°Ð·Ð²Ð°"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "ÐланÑваннÑ"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "помилка оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð½Ð°Ð·Ð²Ð¸ вÑзла гÑпеÑвÑзоÑа"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "неповна ÑнÑоÑмаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ, вÑдÑÑÑнÑй uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "неповна ÑнÑоÑмаÑÑÑ Ð´Ð¾Ð¼ÐµÐ½Ñ, вÑдÑÑÑнÑй uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "помилка пÑи ÑпÑÐ¾Ð±Ñ Ð²ÑдкÑиÑи %s Ð´Ð»Ñ ÑиÑаннÑ"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "помилка ÑиÑÐ°Ð½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑÐ°Ð¹Ð»Ñ %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "неоÑÑкÑваний Ñим MIME"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "неоÑÑкÑваний Ñим MIME"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "неоÑÑкÑваний вÑзол знаÑенÑ"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "ÑпиÑок доменÑв вÑзла"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7703,49 +8309,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "неоÑÑкÑваний вÑзол node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Ðомилка вÑÐ´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð· %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "Ðе вдаÑÑÑÑÑ Ð¿ÐµÑевÑÑиÑи поÑоÑне знаÑÐµÐ½Ð½Ñ MemorySize"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "помилка ÑиÑÐ°Ð½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑйного ÑÐ°Ð¹Ð»Ñ %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "невÑдомий Ñип ÐС"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Ðомилка ÑÑвоÑÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ Ð· %s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
@@ -7754,19 +8360,34 @@ msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдÑиÑи '%s': %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "непÑавилÑний аÑгÑÐ¼ÐµÐ½Ñ Ñ"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "непÑавилÑний аÑгÑÐ¼ÐµÐ½Ñ Ñ"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7792,15 +8413,39 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "видÑÐ»ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Ðе вдаÑÑÑÑÑ Ð²ÑдкÑиÑи блоÑÐ½Ñ ÑÑаÑиÑÑÐ¸ÐºÑ %s %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "Ðе вдаÑÑÑÑÑ Ð¾ÑÑимаÑи ÑÑаÑиÑÑÐ¸ÐºÑ ÑнÑеÑÑейÑÑ %s %s"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "не вдаÑÑÑÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи Ñ Ñайл жÑÑналÑ"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "Ðомилка закÑиÑÑÑ ÑокеÑÑ %d\n"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "недоÑÑаÑнÑо пам'ÑÑÑ"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "Ðомилка закÑиÑÑÑ ÑокеÑÑ %d\n"
+
#~ msgid "allocating configuration"
#~ msgstr "пÑизнаÑÐµÐ½Ð½Ñ ÐºÐ¾Ð½ÑÑгÑÑаÑÑÑ"
@@ -7846,10 +8491,6 @@ msgstr "видÑÐ»ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñ"
#~ msgstr "помилка пÑи ÑпÑÐ¾Ð±Ñ Ð²ÑдкÑиÑи %s Ð´Ð»Ñ ÑиÑаннÑ"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "помилка дÑÑ: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "помилка дÑÑ: %s"
diff --git a/po/ur.gmo b/po/ur.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/ur.gmo and b/po/ur.gmo differ
diff --git a/po/ur.po b/po/ur.po
index 81435e0..a38ec32 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/vi.gmo b/po/vi.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/vi.gmo and b/po/vi.gmo differ
diff --git a/po/vi.po b/po/vi.po
index 81435e0..a38ec32 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/po/zh_CN.gmo b/po/zh_CN.gmo
index d5ea87b..6541332 100644
Binary files a/po/zh_CN.gmo and b/po/zh_CN.gmo differ
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 6e139c0..606971f 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt.HEAD\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2008-10-21 13:04+1000\n"
"Last-Translator: Leah Liu <lliu at redhat.com>\n"
"Language-Team: Simplified Chinese <zh at li.org>\n"
@@ -99,239 +99,239 @@ msgstr "û
msgid "Unknown error"
msgstr "δ֪´íÎó"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
msgstr "ÎÞ·¨·ÃÎÊ %s '%s'£º%s £¨%d£©"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr "gnutls_certificate_allocate_credentials: %s"
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr "gnutls_certificate_set_x509_trust_file: %s"
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr "gnutls_certificate_set_x509_crl_file: %s"
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr "gnutls_certificate_set_x509_key_file: %s"
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr "gnutls_dh_params_init: %s"
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr "gnutls_dh_params_generate2: %s"
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "´ÓÐźŹܵÀ¶Áȡʧ°Ü£º%s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
msgid "Reloading configuration on SIGHUP"
msgstr "ÔÚ SIGHUP ÖÐÖØÐÂÔØÈëÅäÖÃ"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
msgid "Error while reloading drivers"
msgstr "ÖØÐÂÔØÈëÇý¶¯³ÌÐòʱ³ö´í"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr "ÔÚÐźŠ%d ÖйرÕ"
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "ÒâÍâµÄÖµ½Úµã"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "É趨ִÐÐʱ¹Ø±Õ£¨close-on-exec£©ÃèÊö·û±ê¼Çʧ°Ü"
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr "É趨·Ç¿éÎļþÃèÊö·û±ê¼Çʧ°Ü"
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "´ò¿ª pid Îļþ '%s' : %s ʧ°Ü"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "´ò¿ª fdopen Îļþ '%s' : %s ʧ°Ü"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Ïò pid Îļþ '%s' : %s дÈëʧ°Ü"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "¹Ø±Õ pid Îļþ '%s' : %s ʧ°Ü"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "Ϊ½¨Á¢ qemud_socket ·ÖÅäÄÚ´æÊ§°Ü"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, c-format
msgid "Failed to create socket: %s"
msgstr "´´½¨Ì×½Ó×Öʧ°Ü£º%s"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "½«Ì×½Ó×ְ󶨵½ '%s' : %s ʧ°Ü"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "ÕìÌýµ½ '%s' : %s µÄÁ¬½Óʧ°Ü"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr "Ìì¼Ó·þÎñÆ÷ʼþ¸´²éʧ°Ü"
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr "getaddrinfo: %s\n"
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr "socket: %s"
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr "bind: %s"
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr "listen: %s"
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr "remoteListenTCP: calloc: %s"
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr "remoteListenTCP: listen: %s"
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr "¶ÔÓÚ qemudInitPaths() ÖеĻº³å½âÎö·¾¶¹ý³¤"
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
msgid "Failed to allocate struct qemud_server"
msgstr "½¨Á¢ qemud_server ʱ·ÖÅäÄÚ´æÊ§°Ü"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "ÎÞ·¨³õʼ»¯ÇŽÓÖ§³Ö£º%s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "ÎÞ·¨³õʼ»¯ÇŽÓÖ§³Ö£º%s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "³õʼ»¯ SASL ÑéÖ¤ %s ʧ°Ü"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "³õʼ»¯ SASL ÑéÖ¤ %s ʧ°Ü"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Ϊ PolicyKit auth: %s Á¬½Óµ½ÏµÍ³×ÜÏßʧ°Ü"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr "remoteInitializeTLSSession: %s"
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr "remoteCheckDN: failed: client DN is %s"
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "remoteCheckCertificate£ºÑé֤ʧ°Ü£º %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr "remoteCheckCertificate£º¿Í»§¶ËÖ¤Êé²»¿ÉÐÅ¡£"
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr "remoteCheckCertificate£º¿Í»§¶ËÖ¤ÊéÖÐÓÐδ֪·¢ÐÐÕß¡£"
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr "remoteCheckCertificate£º¿Í»§¶ËÖ¤ÊéÒѾ±»µõÏú¡£"
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr "remoteCheckCertificate£º¿Í»§¶ËÖ¤ÊéʹÓÃÁ˲»°²È«Ëã·¨¡£"
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr "remoteCheckCertificate£ºÖ¤Êé²»ÊÇ X.509"
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr "remoteCheckCertificate£ºÎÞͬµÈÖ¤Êé"
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr "remoteCheckCertificate: gnutls_x509_crt_init failed"
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr "remoteCheckCertificate£º¿Í»§¶ËÖ¤Êé¹ýÆÚ"
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr "remoteCheckCertificate£º¿Í»§¶ËÖ¤Ê黹ûÓ줻î"
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -342,449 +342,465 @@ msgstr ""
"£¨tls_allowed_dn_list£©¡£ÇëʹÓà 'openssl x509 -in clientcert.pem -text' ²é¿´"
"¿Í»§¶ËÖ¤ÊéÖÐµÄ Distinguished Name ×ֶΣ¬»òÕßÔËÐдø --verbose Ñ¡ÏîµÄÊØ»¤½ø³Ì¡£"
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr "remoteCheckCertificate£ºÑéÖ¤¿Í»§¶ËÖ¤Êéʧ°Ü"
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
"remoteCheckCertificate£ºÉ趨ÁË tls_no_verify_certificate£¬Òò´Ë»áºöÂÔ»µÖ¤Êé"
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, c-format
msgid "Failed to verify client credentials: %s"
msgstr "ÑéÖ¤¿Í»§¶ËÖ¤Êéʧ°Ü£º %s"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, c-format
msgid "Failed to accept connection: %s"
msgstr "½ÓÊÜÁ¬½Óʧ°Ü£º %s "
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "·ÖÅäÕóÁÐʱÄÚ´æÒç³ö"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr "ÎªÌØÈ¨¿Í»§ %d ¹Ø±Õ polkit ÑéÖ¤"
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, c-format
msgid "TLS handshake failed: %s"
msgstr "TLS ¶Ô»°Ê§°Ü£º %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "ÒâÍâµÄÓòÀàÐÍ %d"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr "read: %s"
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr "gnutls_record_recv: %s"
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "´´½¨ '%s' ʧ°Ü"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr "write: %s"
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr "gnutls_record_send: %s"
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "´´½¨ '%s' ʧ°Ü"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr "ÐźŴ¦ÀíÆ÷±¨¸æ %d ´íÎó£ºÉϸö´íÎó£º%s"
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "дÈëʧ°Ü"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "·ÖÅäÄÚ´æÊ§°Ü"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "Ϊ %s ÅäÖÃÁбí·ÖÅäÄÚ´æÊ§°Ü"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "Ϊ %s ÅäÖÃÁбíÖµ·ÖÅäÄÚ´æÊ§°Ü"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr "remoteReadConfigFile: %s: %s: ±ØÐëÊÇÒ»¸ö×Ö·û´®»òÕßÒ»×é×Ö·û´®\n"
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr "remoteReadConfigFile: %s: %s: ÎÞЧÀàÐÍ£ºµÃµ½ %s£¬Ó¦¸ÃÊÇ %s\n"
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr "remoteReadConfigFile: %s\n"
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr "remoteReadConfigFile: %s: %s: ²»Ö§³ÖµÄÑéÖ¤·½·¨ %s\n"
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr "²»ÊÇÒÔ¸ùÉí·ÝÔËÐÐʱÎÞ·¨É趨×éȺ"
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, c-format
msgid "Failed to lookup group '%s'"
msgstr "²éÕÒ×éȺ '%s' ʧ°Ü"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "½âÎöģʽ '%s' ʧ°Ü"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Óà fork ×÷ÎªÊØ»¤½ø³Ìʧ°Ü£º%s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, c-format
msgid "Failed to create pipe: %s"
msgstr "´´½¨¹ÜµÀʧ°Ü£º%s"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "ÎÞ·¨Éú³É uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, c-format
msgid "Failed to change group ownership of %s"
msgstr "¸ü¸Ä %s ×éȺËùÓÐÕßʧ°Ü"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr "ΪÐźŹܵÀ×¢²á»Ø½Ðʧ°Ü"
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr "³ÌÐò²»Æ¥Å䣨ʵ¼ÊÊÇ %x£¬ÏëÒªµÄÊÇ %x£©"
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "°æ±¾²»Æ¥Å䣨ʵ¼ÊÊÇ %x£¬ÏëÒªµÄÊÇ %x£©"
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr "direction (%d) != REMOTE_CALL"
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr "status (%d) != REMOTE_OK"
-#: qemud/remote.c:288
+#: qemud/remote.c:289
msgid "authentication required"
msgstr "ÐèÒªÑéÖ¤"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, c-format
msgid "unknown procedure: %d"
msgstr "δ֪¹ý³Ì£º%d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
msgid "parse args failed"
msgstr "½âÎö²ÎÊýʧ°Ü"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr "Á¬½ÓÒѾ´ò¿ª"
-#: qemud/remote.c:464
+#: qemud/remote.c:465
msgid "connection not open"
msgstr "Á¬½Óδ´ò¿ª"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
msgid "out of memory in strdup"
msgstr "strdup ÖÐÓÐÄÚ´æÒç³ö"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr "maxCells > REMOTE_NODE_MAX_CELLS"
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr "nparmas ¹ý´ó"
-#: qemud/remote.c:806
+#: qemud/remote.c:807
msgid "unknown type"
msgstr "δ֪ÀàÐÍ"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr "´óС > ×î´ó»º³å´óС"
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "ÎÞ·¨»ñµÃµ±Ç°Ê±¼ä"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "ÎÞ·¨»ñµÃµ±Ç°Ê±¼ä"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr "cpumap_len > REMOTE_CPUMAP_MAX"
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr "ÎÞ·¨½âÎöµØÖ· %d£º%s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr "¿Í»§¶Ë³¢ÊÔÎÞЧ SASL ³õʼ»¯ÇëÇó"
-#: qemud/remote.c:2575
-#, c-format
-msgid "failed to get sock address %d (%s)"
+#: qemud/remote.c:2651
+#, fuzzy, c-format
+msgid "failed to get sock address: %s"
msgstr "ÎÞ·¨»ñµÃ sock µØÖ· %d£¨%s£©"
-#: qemud/remote.c:2586
-#, c-format
-msgid "failed to get peer address %d (%s)"
+#: qemud/remote.c:2663
+#, fuzzy, c-format
+msgid "failed to get peer address: %s"
msgstr "ÎÞ·¨»ñµÃ peer µØÖ· %d£¨%s£©"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr "sasl »·¾³ÉèÖÃʧ°Ü %d£¨%s£©"
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr "TLS ÎÞ·¨»ñµÃÃÜÂë´óС"
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr "ÎÞ·¨É趨 SASL Íⲿ SSF %d£¨%s£©"
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr "ÎÞ·¨É趨 SASL °²È«Ö§³Ö %d£¨%s£©"
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "ÎÞ·¨Áгö SASL »úÖÆ %d£¨%s£©"
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr "ÎÞ·¨·ÖÅä mechlist"
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "ÎÞ·¨ÔÚÁ¬½Ó %d£¨%s£©ÊDzéѯ SASL"
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "ÐÉÌ SSF %d ²»¹»Ç¿´ó"
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr "ÔÚÁ¬½Óµ½ %d£¨%s£©Ê±²»Äܲéѯ SASL Óû§Ãû"
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr "ûÓÐÕÒµ½¿Í»§¶ËÓû§Ãû"
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
msgid "out of memory copying username"
msgstr "¸´ÖÆÓû§ÃûʱÄÚ´æÒç³ö"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "ÔÚ°×Ãûµ¥Öв»ÔÊÐí SASL ¿Í»§¶Ë %s"
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr "¿Í»§¶Ë³¢ÊÔÎÞЧ SASL Æô¶¯ÇëÇó"
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr "sasl Æô¶¯Ê§°Ü %d£¨%s£©"
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr "sasl Æô¶¯»ØÓ¦Êý¾Ý¹ý³¤ %d"
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr "sasl ²½Öèʧ°Ü %d£¨%s£©"
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr "sasl ²½Öè»ØÓ¦Êý¾Ý¹ý³¤ %d"
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr "¿Í»§¶Ë³¢ÊÔ²»Ö§³ÖµÄ SASL ³õʼÇëÇó"
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr "¿Í»§¶Ë³¢ÊÔ²»Ö§³ÖµÄ SASL Æô¶¯ÇëÇó"
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr "¿Í»§¶Ë³¢ÊÔ²»Ö§³ÖµÄ SASL ²½ÖèÇëÇó"
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr "¿Í»§¶Ë³¢ÊÔÎÞЧ PolicyKit ³õʼÇëÇó"
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr "ÎÞ·¨»ñµÃͬ¼¶Ì×½Ó×ÖÉí·Ý"
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr "ÒÔ %d ÔËÐÐʱ¼ì²é PID %d"
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr "¼ì²é²ßÂÔÌ×¼þµ÷ÓóÌÐòʧ°Ü£º%s"
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, c-format
msgid "Failed to create polkit action %s\n"
msgstr "´´½¨ polkit Ðж¯ %s ʧ°Ü\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, c-format
msgid "Failed to create polkit context %s\n"
msgstr "´´½¨ polkit »·¾³ %s ʧ°Ü\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "²ßÂÔÌ×¼þÎÞ·¨¼ì²éÑéÖ¤ %d %s"
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr "²ßÂÔ×é¼þ¾Ü¾ø¶¯×÷ %s À´×Ô pid %d£¬uid %d£¬½á¹û£º%s\n"
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr "²ßÂÔ×é¼þÔÊÐí¶¯×÷ %s À´×Ô pid %d£¬uid %d£¬½á¹û %s"
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr "¿Í»§¶Ë³¢ÊÔ²»Ö§³ÖµÄ PolicyKit ³õʼÇëÇó"
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
#, fuzzy
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "δÕÒµ½É豸£º%s£¨%s£©"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "ÒâÍâµÄÖØ¸´½Úµã"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -900,524 +916,526 @@ msgstr "
msgid "dev missing from connection hash table"
msgstr "Á¬½Ó¹þÏ£±íÖÐȱÉÙÈÝÁ¿"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "δ֪ÀàÐÍ '%s'"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "δ֪Òýµ¼É豸 '%s'"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "ÎÞЧÈíÅÌÉ豸Ãû³Æ£º%s"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "ÎÞЧӲÅÌÉ豸Ãû³Æ£º%s"
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "δ֪ auth ÀàÐÍ '%s'"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "ÈíÅ̵ÄÎÞЧ×ÜÏßÀàÐÍ '%s' "
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "ÈíÅ̵ÄÎÞЧ×ÜÏßÀàÐÍ '%s' "
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "δ֪Òýµ¼É豸 '%s'"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "δ֪ auth ÀàÐÍ '%s'"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "δ֪ auth ÀàÐÍ '%s'"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr "ûÓÐʹÓà <interface type='network'/> Ö¸¶¨ <source>¡®networking¡¯ÊôÐÔ"
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr "ûÓÐʹÓà <interface type='bridge'/> Ö¸¶¨ <source>¡®dev¡¯ÊôÐÔ"
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr "ûÓÐʹÓÃÌ×½Ó×Ö½Ó¿ÚÖ¸¶¨ <source>¡®port¡¯ÊôÐÔ"
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr "ÎÞ·¨Ê¹ÓÃÌ×½Ó×Ô½Ó¿Ú½âÎö <source> 'port' ÊôÐÔ"
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr "ûÓÐʹÓÃÌ×½Ó×Ô½Ó¿ÚÖ¸¶¨µÄ <source> 'address' ÊôÐÔ"
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr "Ä£¿éÃû³ÆÖк¬ÓÐÎÞЧ×Ö·û"
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
msgid "Missing source path attribute for char device"
msgstr "ȱÉÙ×Ö·ûÉ豸µÄԴ·¾¶ÊôÐÔ"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
msgid "Missing source host attribute for char device"
msgstr "ȱÉÙ×Ö·ûÉ豸µÄÔ´Ö÷»úÊôÐÔ"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
msgid "Missing source service attribute for char device"
msgstr "ȱÉÙ×Ö·ûÉ豸µÄÔ´·þÎñÊôÐÔ"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
msgid "missing input device type"
msgstr "ȱÉÙÊäÈëÉ豸ÀàÐÍ"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "δ֪Òýµ¼É豸 '%s'"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "δ֪ auth ÀàÐÍ '%s'"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "ps2 ×ÜÏß²»Ö§³Ö %s ÊäÈëÉ豸"
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr "²»Ö§³ÖµÄÊäÈë×ÜÏß %s"
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr "xen ×ÜÏß²»Ö§³Ö %s ÊäÈëÉ豸"
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "ȱÉÙÊäÈëÉ豸ÀàÐÍ"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "δ֪É豸ÀàÐÍ"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "ÎÞ·¨Îª %s ɾ³ýÅäÖÃ"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "δ֪ auth ÀàÐÍ '%s'"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "δ֪ÉùÒôģʽÀàÐÍ"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "ÎÞ·¨¶ÁȡĿ¼ %s£º%s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "ÎÞ·¨´ò¿ªÉ豸 %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "ÎÞ·¨¶ÁÈ¡ %s£º%s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "ÎÞ·¨´ò¿ªÉ豸 %s"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "δ֪ auth ÀàÐÍ '%s'"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "ȱÉÙ \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "Ô´Ö÷»úȱʧ"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "ÎÞ·¨´ò¿ªÉ豸 %s"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "ÎÞ·¨¶ÁÈ¡ %s£º%s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "ÎÞ·¨´ò¿ªÉ豸 %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "δ֪ auth ÀàÐÍ '%s'"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "δ֪Òýµ¼É豸 '%s'"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "δ֪Òýµ¼É豸 '%s'"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "Ô´Ö÷»úȱʧ"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "δ֪µÄÖ÷»ú %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "δ֪ÑéÖ¤ÀàÐÍ %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
msgid "missing root element"
msgstr "ȱÉÙ¸ùÔªËØ"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
msgid "unknown device type"
msgstr "δ֪É豸ÀàÐÍ"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
msgid "missing domain type attribute"
msgstr "ȱÉÙÓòÀàÐÍÊôÐÔ"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "ÎÞЧÓòÃûÀàÐÍ"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Éú³É UUID ʧ°Ü£º%s"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr "»ûÐ뵀 uuid ÔªËØ"
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr "ȱÉÙÄÚ´æÔªËØ"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "·ÇÆÚÍûµÄÊý¾Ý '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
msgid "no OS type"
msgstr "ûÓвÙ×÷ϵͳÀàÐÍ"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "²»Ö§³ÖµÄ¹¹¼Ü"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "ÎÞ·¨ÌáȡԴÉ豸"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "ȱÉÙÔ´É豸"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, c-format
msgid "unknown boot device '%s'"
msgstr "δ֪Òýµ¼É豸 '%s'"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "ÎÞ·¨ÌáȡԴÉ豸"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
#, fuzzy
msgid "cannot extract filesystem devices"
msgstr "ÎÞ·¨ÌáȡԴÉ豸"
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "ÎÞ·¨ÌáȡԴÉ豸"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
#, fuzzy
msgid "cannot extract parallel devices"
msgstr "ÎÞ·¨ÌáȡԴÉ豸"
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "ÎÞ·¨ÌáȡԴÉ豸"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "ÎÞ·¨ÌáȡԴÉ豸"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "ÎÞ·¨ÌáȡԴÉ豸"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "ÎÞ·¨ÌáȡԴÉ豸"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
#, fuzzy
msgid "cannot extract host devices"
msgstr "ÎÞ·¨ÌáȡԴÉ豸"
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "bind: %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "ÔÝÍ£Óòʧ°Ü"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr "²»ÕýÈ·µÄ¸ùÔªËØ"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr "ÍØÆË cpu ×éÓï·¨´íÎó"
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "ÒâÍâµÄÓòÀàÐÍ %d"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "ÒâÍâµÄÓòÀàÐÍ %d"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "ÒâÍâµÄÓòÀàÐÍ %d"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "ÒâÍâµÄÓòÀàÐÍ %d"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "ÒâÍâµÄÓòÀàÐÍ %d"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "ÒâÍâµÄÓòÀàÐÍ %d"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "ÒâÍâµÄÓòÀàÐÍ %d"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "ÒâÍâµÄÓòÀàÐÍ %d"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "ÒâÍâµÄÓòÀàÐÍ %d"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "ÒâÍâµÄÓòÀàÐÍ %d"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "ÒâÍâµÄÓòÀàÐÍ %d"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "ÒâÍâµÄÖØ¸´½Úµã"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "ÒâÍâµÄÓòÀàÐÍ %d"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, c-format
msgid "unexpected domain type %d"
msgstr "ÒâÍâµÄÓòÀàÐÍ %d"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "ÒâÍâµÄÓòÀàÐÍ %d"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "ÒâÍâµÄÖµ½Úµã"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "ÎÞ·¨Éú³ÉÅäÖÃĿ¼ %s£º%s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "ÎÞ·¨Éú³ÉÅäÖÃÎļþ %s£º %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "ÎÞ·¨Ð´ÈëÅäÖÃÎļþ %s£º%s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "ÎÞ·¨±£´æÅäÖÃÎļþ %s£º%s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "´ò¿ªÄ¿Â¼ '%s' ʧ°Ü£º %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "ÎÞ·¨Îª %s ɾ³ýÅäÖÃ"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
msgid "unknown virt type"
msgstr "δ֪ virt ÀàÐÍ"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "ÔËÐÐ ' ʧ°Ü"
-#: src/iptables.c:150
+#: src/iptables.c:151
msgid "Failed to read "
msgstr "¶Áȡʧ°Ü"
-#: src/iptables.c:178
+#: src/iptables.c:180
msgid "Failed to write to "
msgstr "дÈëʧ°Ü"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, c-format
msgid "Failed to create directory %s : %s"
msgstr "´´½¨Ä¿Â¼ %s ʧ°Ü£º%s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "½«Â·ÓÉ±í¹æÔò±£´æµ½ %s ʧ°Ü£º%s"
@@ -1427,56 +1445,56 @@ msgstr "
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr "ÎÞ·¨´Ó±í '%s' ÖеÄÁ´ '%s' ÖÐɾ³ý·ÓÉ±í¹æÔò '%s'£º%s"
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr "ÎÞ·¨Ïò±í '%s' ÖеÄÁ´ '%s' Ìí¼Ó·ÓÉ±í¹æÔò '%s'£º%s"
-#: src/libvirt.c:886
+#: src/libvirt.c:893
msgid "could not parse connection URI"
msgstr "ÎÞ·¨½âÎöÁ¬½Ó URI"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "ÎÞ·¨Éú³ÉÈÕ־Ŀ¼ %s£º%s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "Äں˷¾¶¹ý³¤"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "ÎÞ·¨´´½¨¹Ü·£º%s"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare ûÓÐÉ趨 uri"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domainMigratePrepare ûÓÐÉ趨 uri"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr "·¾¶Îª NULL"
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr "±êÇ©±ØÐëΪÁã"
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr "»º³åΪ NULL"
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr "±êÇ©²ÎÊý±ØÐëΪ VIR_MEMORY_VIRTUAL"
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr "»º³åΪ NULL µ«´óСÊÇ·ÇÁãÊý"
@@ -1520,12 +1538,12 @@ msgstr "
msgid "failed to bind new root %s"
msgstr "½«Ì×½Ó×ְ󶨵½ '%s' : %s ʧ°Ü"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "´´½¨ '%s' ʧ°Ü"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "½«Ì×½Ó×ְ󶨵½ '%s' : %s ʧ°Ü"
@@ -1698,21 +1716,21 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
msgid "no domain with matching uuid"
msgstr "ûÓÐÆ¥Åä uuid µÄÓò"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
msgid "cannot delete active domain"
msgstr "ÎÞ·¨É¾³ý»îÔ¾Óò"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "ÎÞ·¨É¾³ý»îÔ¾Óò"
@@ -1767,7 +1785,7 @@ msgstr "
msgid "failed to kill pid %d"
msgstr "¹Ø±Õ tty pid Îļþ %s ʧ°Ü£º%s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "ÎÞ·¨²âÊÔÎļþ '%s'£º%s"
@@ -1802,225 +1820,235 @@ msgstr "
msgid "no domain with id %d"
msgstr "ûÓдø id %d µÄÓò"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "δ֪¹ý³Ì£º%d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "»Ö¸´Óò %s ʧ°Ü"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "ÎÞЧ·¾¶£º%s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "virXPathNode() µÄÎÞЧ²ÎÊý"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "ÎÞ·¨½âÎöµØÖ· %d£º%s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "ÎÞ·¨½âÎöµØÖ· %d£º%s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "ÎÞ·¨½âÎöµØÖ· %d£º%s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "ÎÞ·¨¶ÁÈ¡±êÌâ '%s'£º%s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr "ÇëÇóת·¢£¬µ«Ã»ÓÐÌṩ IPv4 µØÖ·/×ÓÍøÑÚÂë"
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "δ֪ auth ÀàÐÍ '%s'"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr "ÍøÂçÅäÖÃÎļþ '%s' ÓëÍøÂçÃû³Æ '%s' ²»Æ¥Åä"
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "ÎÞ·¨Îª %s ɾ³ýÅäÖÃ"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "ÓòÃû %s ÒѾ´æÔÚ"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "×Ô¶¯Æô¶¯ÍøÂç '%s' ʧ°Ü£º%s "
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "ÎÞ·¨³õʼ»¯ÇŽÓÖ§³Ö£º%s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "qemudStartup£ºÄÚ´æÒç³ö"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
#, fuzzy
msgid "Reloading iptables rules\n"
msgstr "ÖØÐÂÔØÈë·ÓÉ±í¹æÔò"
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr "ûÓзþÎñÆ÷ IP µØÖ·ÎÞ·¨Æô¶¯ dhcp ÊØ»¤½ø³Ì"
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "ÎÞ·¨Éú³ÉÈÕ־Ŀ¼ %s£º%s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Ìí¼Ó·ÓÉ±í¹æÔòÔÊÐí´Ó '%s' ת·¢Ê§°Ü£º%s\n"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Ìí¼Ó·ÓÉ±í¹æÔòÔÊÐíת·¢ÖÁ '%s' ʧ°Ü£º%s\n"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Ìí¼Ó·ÓÉ±í¹æÔòÆôÓÃαװʧ°Ü£º%s\n"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Ìí¼Ó·ÓÉ±í¹æÔòÔÊÐí´Ó '%s' ·ÓÉʧ°Ü£º%s\n"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Ìí¼Ó·ÓÉ±í¹æÔòÔÊÐí·ÓÉÖÁ '%s' ʧ°Ü£º%s\n"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Ìí¼Ó·ÓÉ±í¹æÔòÔÊÐí´Ó '%s' ÇëÇó DHCP ʧ°Ü£º%s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Ìí¼Ó·ÓÉ±í¹æÔòÔÊÐí´Ó '%s' ÇëÇó DNS ʧ°Ü£º%s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Ìí¼Ó·ÓÉ±í¹æÔòÔÊÐí×è¶Ï´Ó '%s' Íâ³öÁ÷Á¿Ê§°Ü£º%s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Ìí¼Ó·ÓÉ±í¹æÔòÔÊÐí½øÈë '%s' µÄÁ÷Á¿Ê§°Ü£º%s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Ìí¼Ó·ÓÉ±í¹æÔòÔÊÐí´Ó '%s' ÖеĿçÇŽÓÁ÷Á¿Ê§°Ü£º%s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
msgid "network is already active"
msgstr "ÍøÂçÒѾ¼¤»î"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "ÎÞ·¨´´½¨ÇÅ½Ó '%s'£º%s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "ÎÞ·¨ÔÚÇÅ½Ó '%s' ½« IP µØÖ·ÉèΪ '%s'£º%s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "ÎÞ·¨ÔÚÇÅ½Ó '%s' ½«×ÓÍøÑÚÂëÉèΪ '%s'£º%s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Í£Ö¹ÇÅ½Ó '%s' ʧ°Ü£º%s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "Æô¶¯ IP ת·¢Ê§°Ü£º%s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "¼õÉÙÇÅ½Ó '%s' ʧ°Ü£º%s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "ɾ³ýÇÅ½Ó '%s' ʧ°Ü£º%s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "¹Ø±ÕÍøÂç '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr "ûÓдøÆ¥Åä uuid µÄÍøÂç"
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr "ûÓдøÆ¥ÅäÃû³ÆµÄÍøÂç"
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "ÍøÂçÒѾ¼¤»î"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
msgid "no network with matching id"
msgstr "ûÓдøÆ¥Åä id µÄÍøÂç"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "ÍøÂç '%s' δ¼¤»î"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "ÎÞ·¨Éú³É×Ô¶¯Æô¶¯Ä¿Â¼ %s£º%s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Ϊ '%s' ´´½¨·ûºÅÁ´½Ó '%s' ʧ°Ü£º%s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "ɾ³ý·ûºÅÁ´½Ó '%s' ʧ°Ü£º%s"
@@ -2031,7 +2059,267 @@ msgstr "ɾ
msgid "no node device with matching name"
msgstr "ûÓдøÆ¥ÅäÃû³ÆµÄ´æ´¢¾í"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "ÎÞ·¨Çå³ýÉ豸±êÌâ %s"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "ȱÉÙԴ·¾¶"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "δ֪´æ´¢¾íÀàÐÍ %d"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "ÎÞ·¨´´½¨ÓµÓÐÕß '%s'£º%s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "ÎÞЧµÄÉùÒôÄ£¿é '%s'"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "ÍøÂç½çÃæÀàÐÍ"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "ÎÞЧµÄÍøÂçÖ¸Õë %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "δ֪ auth ÀàÐÍ '%s'"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "%s ÖÐÎÞЧµÄ´æ´¢³ØÖ¸Õë"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "ÎÞЧµÄÓòÃûÖ¸Ïò %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "ÎÞЧµÄÓòÃûÖ¸Ïò %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "ÎÞЧµÄÉùÒôÄ£¿é '%s'"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "ÎÞЧµÄÉùÒôÄ£¿é '%s'"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "ÎÞЧµÄÁ¬½ÓÖ¸Ïò %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "»ûÐ뵀 uuid ÔªËØ"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "ȱÉÙÈÝÁ¿ÔªËØ"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "δ֪ auth ÀàÐÍ '%s'"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "δ֪ auth ÀàÐÍ '%s'"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "ÎÞ·¨´ò¿ª %s£º%s"
@@ -2191,7 +2479,7 @@ msgstr "
msgid "Could not read container config"
msgstr "ÎÞ·¨½âÎöÁ¬½Ó URI"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, c-format
msgid "unknown type '%s'"
msgstr "δ֪ÀàÐÍ '%s'"
@@ -2205,6 +2493,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "ÎÞ·¨½âÎöÁ¬½Ó URI"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "´ò¿ª pid Îļþ '%s' : %s ʧ°Ü"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "´ÓÐźŹܵÀ¶Áȡʧ°Ü£º%s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Ïò pid Îļþ '%s' : %s дÈëʧ°Ü"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "´ò¿ª pid Îļþ '%s' : %s ʧ°Ü"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "²Ù×÷ʧ°Ü: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "½«Ì×½Ó×ְ󶨵½ '%s' : %s ʧ°Ü"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Á¬½Óµ½¹ÜÀí³ÌÐòʧ°Ü"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "½«Ì×½Ó×ְ󶨵½ '%s' : %s ʧ°Ü"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "ÔÚ %s Öд´½¨¾íʧ°Ü"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "²éÕÒ uid '%d': %s Óû§¼Ç¼ʧ°Ü"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "´Ó %s ´´½¨³ØÊ§°Ü"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2249,697 +2602,765 @@ msgstr "
msgid "got asynchronous packet number %d\n"
msgstr "»ñµÃÁËÒì²½Êý¾Ý°üºÅ %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr "À´×Ô %d pid %lu µÄÒâÍâÍ˳ö״̬"
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr "ÒâÍâÍ˳ö״̬ '%d'£¬qemu ¿ÉÄÜʧ°Ü"
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "ÎÞ·¨ÕÒµ½ QEMU ¶þ½øÖÆ %s£º%s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, c-format
msgid "Network '%s' not found"
msgstr "δÕÒµ½ÍøÂç '%s'"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, c-format
msgid "Network type %d is not supported"
msgstr "²»Ö§³ÖÍøÂçÀàÐÍ %d"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr "ÎÞ·¨³õʼ»¯ÇŽÓÖ§³Ö£º%s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "½« tap ½Ó¿Ú '%s' Ìí¼Óµ½ÇÅ½Ó '%s' ʧ°Ü£º%s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "½« tap ½Ó¿Ú '%s' Ìí¼Óµ½ÇÅ½Ó '%s' ʧ°Ü£º%s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "Õâ¸ö qemu ²»Ö§³Ö 'info blockstats'"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
#, fuzzy
msgid "STDIO migration is not supported with this QEMU binary"
msgstr "Õâ¸ö qemu ²»Ö§³Ö 'info blockstats'"
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "²»Ö§³ÖµÄ´ÅÅÌÀàÐÍ '%s'"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "²»Ö§³ÖµÄ´ÅÅÌÀàÐÍ '%s'"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, c-format
msgid "unsupported disk type '%s'"
msgstr "²»Ö§³ÖµÄ´ÅÅÌÀàÐÍ '%s'"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr "ÎÞЧµÄÉùÒôÄ£¿é"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "ÎÞЧÓòÃû"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "ÎÞЧ·¾¶"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "ÎÞ·¨´ò¿ª¼à¿ØÆ÷·¾¶ %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "½ÚµãÓòÁбí"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "É趨ִÐÐʱ¹Ø±Õ£¨close-on-exec£©ÃèÊö·û±ê¼Çʧ°Ü"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "É趨·Ç¿éÎļþÃèÊö·û±ê¼Çʧ°Ü"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "Éú³ÉÈÕÖ¾Îļþʧ°Ü %s£º%s"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "ÎÞ·¨Îª VM ÈÕÖ¾ÎļþÉ趨 close-on-exec ±êÇ© %s"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "Éú³ÉÈÕÖ¾Îļþʧ°Ü %s£º%s"
-#: src/qemu_driver.c:211
-#, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "Éú³ÉÈÕÖ¾Îļþʧ°Ü %s£º%s"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "ÎÞ·¨Îª VM ÈÕÖ¾ÎļþÉ趨 close-on-exec ±êÇ© %s"
-
-#: src/qemu_driver.c:224
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "ÎÞ·¨´ò¿ª tty %s: %s\n"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "×Ô¶¯Æô¶¯ VM '%s' ʧ°Ü£º%s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "ÎÞ·¨»ñµÃ¿é״̬ %s %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "´Ó %s ´´½¨Óòʧ°Ü"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "°ÑÓò %s ´æµ½ %s ʧ°Ü"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "´´½¨Ä¿Â¼ %s ʧ°Ü£º%s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "ÎÞ·¨»ñµÃµ±Ç°Ê±¼ä"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
+#, fuzzy, c-format
+msgid "Failed to copy secModel model: %s"
+msgstr "½âÎöģʽ '%s' ʧ°Ü"
+
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "½âÎöģʽ '%s' ʧ°Ü"
+
+#: src/qemu_driver.c:476
#, fuzzy, c-format
msgid "Failed to create state dir '%s': %s\n"
msgstr "×Ô¶¯Æô¶¯ VM '%s' ʧ°Ü£º%s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "qemudStartup£ºÄÚ´æÒç³ö"
-
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr "¶ÁÈ¡ %s Æô¶¯Êä³öʧ°Ü"
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr "¶ÁÈ¡ %s Æô¶¯Êä³ö³¬Ê±"
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr "¶ÁÈ¡ %s Æô¶¯Êä³öʱ¿Õ¼ä²»×ã"
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, fuzzy, c-format
+msgid "Out of space while reading %s log output"
+msgstr "¶ÁÈ¡ %s Æô¶¯Êä³öʱ¿Õ¼ä²»×ã"
+
+#: src/qemu_driver.c:757
+#, fuzzy, c-format
+msgid "Failure while reading %s log output"
+msgstr "¶ÁÈ¡ %s Æô¶¯Êä³öʧ°Ü"
+
+#: src/qemu_driver.c:771
+#, fuzzy, c-format
+msgid "Timed out while reading %s log output"
+msgstr "¶ÁÈ¡ %s Æô¶¯Êä³ö³¬Ê±"
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr "ÎÞ·¨´ò¿ª¼à¿ØÆ÷·¾¶ %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr "ÎÞ·¨Îª¼àÊÓÆ÷É趨 close-on-exec ±êÇ©"
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr "ÎÞ·¨½«¼àÊÓÆ÷ÖÃÓÚÎÞ×èÈûģʽ"
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "ÎÞ·¨¹Ø±ÕÈÕÖ¾Îļþ %d£º%s"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "ÎÞ·¨É趨 tty ÊôÐÔ£º%s\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr "ÎÞ·¨ÔËÐмàÊÓÆ÷ÃüÁîÌáÈ¡ CPU Ïß³ÌÐÅÏ¢"
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "É趨 CPU Ç׺ÍÐÔ %s ʧ°Ü"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
msgid "resume operation failed"
msgstr "»Ö¸´²Ù×÷ʧ°Ü"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "ÎÞ·¨»ñµÃµ±Ç°Ê±¼ä"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
msgid "VM is already active"
msgstr "VM ÒѾ¼¤»î"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr "ÎÞ·¨ÕÒµ½Ã»ÓÐʹÓÃµÄ VNC ¶Ë¿Ú"
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "ÎÞ·¨Éú³ÉÈÕ־Ŀ¼ %s£º%s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "ÎÞ·¨ÕÒµ½ QEMU ¶þ½øÖÆ %s£º%s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "ÎÞ·¨ÕÒµ½ QEMU ¶þ½øÖÆ %s£º%s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "ÎÞ·¨½« argv дÈëÈÕÖ¾Îļþ %d£º%s"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "ÎÞ·¨½« argv дÈëÈÕÖ¾Îļþ %d£º%s"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "ÎÞ·¨½« argv дÈëÈÕÖ¾Îļþ %d£º%s"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Óò %s ±»¹Ø±Õ\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "¹Ø±Õ VM '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "½«Ì×½Ó×ְ󶨵½ '%s' : %s ʧ°Ü"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "ÎÞ·¨¹Ø±ÕÈÕÖ¾Îļþ %d£º%s"
+msgid "Failed to remove domain status for %s"
+msgstr "´Ó %s ´´½¨Óòʧ°Ü"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "ÎÞ·¨¼Ç¼ VM ¿ØÖÆÌ¨Êý¾Ý£º%s"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "ÎÞ·¨´ò¿ª tty %s: %s\n"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr "ÔÚÕą̂Ö÷»úÖв»Ö§³Ö NUMA"
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
msgid "Failed to query NUMA free memory"
msgstr "²éѯ NUMA ¿ÉÓÃÄÚ´æÊ§°Ü"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "»ñµÃÖ÷»úÃûʧ°Ü"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "ÓòÃû %s ÒѾ´æÔÚ"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "ÓòÃû %s ÒѾ´æÔÚ"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr "ûÓÐÆ¥Åä id %d µÄÓò"
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
msgid "domain is not running"
msgstr "ÓòûÓÐÔÚÔËÐÐ"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
msgid "suspend operation failed"
msgstr "¹ÒÆð²Ù×÷ʧ°Ü"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
msgid "shutdown operation failed"
msgstr "¹Ø±Õ²Ù×÷ʧ°Ü"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "ûÓÐÆ¥Åä uuid '%s' µÄÓò"
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr "ÎÞ·¨½«×î´óÄÚ´æÉèÖÃΪµÍÓÚµ±Ç°ÄÚ´æ"
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
msgid "cannot set memory of an active domain"
msgstr "ÎÞ·¨ÔÚ»îÔ¾ÓòÖÐÉ趨ÄÚ´æ"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr "ÎÞ·¨½«ÄÚ´æÉèÖÃΪ¸ßÓÚ×î´óÄÚ´æ"
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
msgid "failed to get domain xml"
msgstr "»ñµÃÓò xml ʧ°Ü"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, c-format
msgid "failed to create '%s'"
msgstr "´´½¨ '%s' ʧ°Ü"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
msgid "failed to write save header"
msgstr "дÈë±£´æ±êÌâʧ°Ü"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
msgid "failed to write xml"
msgstr "дÈë xml ʧ°Ü"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "ÎÞ·¨¹Ø±ÕÈÕÖ¾Îļþ %d£º%s"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "ÄÚ´æÒç³ö"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
msgid "migrate operation failed"
msgstr "Ç¨ÒÆ²Ù×÷ʧ°Ü"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
#, fuzzy
msgid "'migrate' not supported by this qemu"
msgstr "Õâ¸ö qemu ²»Ö§³Ö 'info blockstats'"
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
msgid "cannot change vcpu count of an active domain"
msgstr "ÎÞ·¨¸ü¸Ä»îÔ¾ÓòµÄ vcpu ¼ÆÊý"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr "ÎÞ·¨¾ö¶¨¸ÃÓòµÄ×î´ó vcpu"
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr "ÐèÒªµÄ vcpu ´óÓÚ¸ÃÓò×î¶àÔÊÐíµÄ vcpu£º%d > %d"
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
msgid "cannot pin vcpus on an inactive domain"
msgstr "ÎÞ·¨ÔÚ»îÔ¾µÄÓòÖÐ pin vcpu"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "vcpu Êý³¬¹ý·¶Î§ %d > %d"
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "ÎÞ·¨É趨Ç׺ÍÐÔ£º%s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr "²»Ö§³Ö cpu Ç׺ÍÐÔ"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "ÎÞ·¨»ñµÃÇ׺ÍÐÔ£º%s"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr "cpu Ç׺ÍÐÔ²»¿ÉÓÃ"
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "Óò¶¨Òå '%d' ÖÐδ֪µÄ virt ÀàÐÍ"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "ÎÞ·¨»ñµÃµ±Ç°Ê±¼ä"
+
+#: src/qemu_driver.c:3014
+#, fuzzy, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr "vCPU ¼ÆÊý³¬¹ý×î´óÖµ£º%d > %d"
+
+#: src/qemu_driver.c:3023
+#, fuzzy, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr "vCPU ¼ÆÊý³¬¹ý×î´óÖµ£º%d > %d"
+
+#: src/qemu_driver.c:3047
msgid "cannot read domain image"
msgstr "ÎÞ·¨¶ÁÈ¡ÓòÓ³Ïñ"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
msgid "failed to read qemu header"
msgstr "¶ÁÈ¡ qemu ±êÌâʧ°Ü"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr "image magic ²»ÕýÈ·"
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "Ó³Ïñ°æ±¾²»ÊÜÖ§³Ö£¨%d > %d£©"
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
msgid "failed to read XML"
msgstr "¶ÁÈ¡ XML ʧ°Ü"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
msgid "failed to parse XML"
msgstr "½âÎö XML ʧ°Ü"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, c-format
msgid "domain is already active as '%s'"
msgstr "ÓòÒѾ¼¤»îΪ '%s'"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
msgid "failed to assign new VM"
msgstr "·ÖÅäÐ嵀 VM ʧ°Ü"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
msgid "failed to start VM"
msgstr "Æô¶¯ VM ʧ°Ü"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
msgid "failed to resume domain"
msgstr "»Ö¸´Óòʧ°Ü"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "²»Ö§³ÖµÄ´ÅÅÌÀàÐÍ '%s'"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "ÎÞ·¨¸ü¸Ä¹âÅ̽éÖÊ"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "ÎÞ·¨¸ü¸Ä¹âÅ̽éÖÊ"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, fuzzy, c-format
msgid "target %s already exists"
msgstr "´æ´¢¾íÒѾ´æÔÚ"
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "ÎÞ·¨¶ÁÈ¡ %s£º%s"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "ÓòÃû %s ÒѾ´æÔÚ"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "ÎÞ·¨ÌáȡԴÉ豸"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "¶ÁÈ¡Ö÷»ú¶¨ÒåÎļþ"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "ÎÞ·¨ÌáȡԴÉ豸"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "¶ÁÈ¡Ö÷»ú¶¨ÒåÎļþ"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
msgid "cannot attach device on inactive domain"
msgstr "ÎÞ·¨ÔÚ·Ç»îÔ¾µÄÓòÖи½¼ÓÉ豸"
-#: src/qemu_driver.c:3451
-#, fuzzy
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, fuzzy, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr "Ö»Äܸ½¼Ó CDROM ¹âÅÌÉ豸"
-#: src/qemu_driver.c:3460
-#, fuzzy
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, fuzzy, c-format
+msgid "device type '%s' cannot be attached"
msgstr "Ö»Äܸ½¼Ó CDROM ¹âÅÌÉ豸"
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "δÕÒµ½Óò"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "»Ö¸´Óòʧ°Ü"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "ΪÓò %s ·ÖÀëÉ豸ʧ°Ü"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "ÎÞ·¨ÔÚ·Ç»îÔ¾µÄÓòÖи½¼ÓÉ豸"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
#, fuzzy
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr "Ö»Äܸ½¼Ó CDROM ¹âÅÌÉ豸"
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "ÎÞ·¨ÔÚ»îÔ¾ÓòÖÐÉ趨ÄÚ´æ"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "ÎÞ·¨Éú³É×Ô¶¯Æô¶¯Ä¿Â¼ %s£º%s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Ϊ '%s' ´´½¨·ûºÅÁ´½Ó '%s' ʧ°Ü£º%s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, c-format
msgid "invalid path: %s"
msgstr "ÎÞЧ·¾¶£º%s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr "'info blockstats' ÃüÁîʧ°Ü"
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr "Õâ¸ö qemu ²»Ö§³Ö 'info blockstats'"
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, c-format
msgid "device not found: %s (%s)"
msgstr "δÕÒµ½É豸£º%s£¨%s£©"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr "NULL »òÕ߿շ¾¶"
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "ÎÞЧ·¾¶£¬'%s' ÊÇδ֪½Ó¿Ú"
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "´ò¿ªÄ¿Â¼ '%s' ʧ°Ü£º %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "´ÓÎļþ lseek »òÕß¶Áȡʧ°Ü£º%s£º%s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
msgid "invalid path"
msgstr "ÎÞЧ·¾¶"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr "QEMU Çý¶¯³ÌÐòÖ»Ö§³ÖÐéÄâÄÚ´æµØÖ·"
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "´ò¿ª£¨%s£©Ê§°Ü£º%s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "lvs ÃüÁîʧ°Ü"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "%s£ºÐ´ÈëÈÕÖ¾Îļþʧ°Ü£º%s"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "½ÚµãÓòÁбí"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Éú³É UUID ʧ°Ü"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "ÓòÒѾ¼¤»îΪ '%s'"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Æô¶¯ VM ʧ°Ü"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "²Ù×÷ʧ°Ü: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "»Ö¸´Óò %s ʧ°Ü"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "ûÓдøÆ¥ÅäÃû³ÆµÄÓò"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
msgid "failed to find libvirtd binary"
msgstr "²éÕÒ libvirtd ¶þ½øÖÆÂëʧ°Ü"
@@ -2949,508 +3370,589 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr "remote_open£ºURL ÖеĴ«ÊäÎÞ·¨Ê¶±ð£¨Ó¦¸ÃÊÇ tls|unix|ssh|ext|tcp£©"
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open£º'ext' ´«ÊäÐèÒªÃüÁî"
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "ÎÞ·¨´ò¿ª tty %s: %s\n"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "ÎÞ·¨´ò¿ª tty %s: %s\n"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "´´½¨Ì×½Ó×Öʧ°Ü£º%s"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "´´½¨Ì×½Ó×Öʧ°Ü£º%s"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr "Windows Öв»Ö§³Ö unix¡¢ssh ÒÔ¼° ext ´«Êä·½·¨ "
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "´´½¨Ì×½Ó×Öʧ°Ü£º%s"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "ÎÞ·¨¹Ø±ÕÈÕÖ¾Îļþ %d£º%s"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "»ñµÃURIʧ°Ü"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "ÕýÔÚ·ÖÅäÓòÃû"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "ÎÞ·¨·ÃÎÊ %s '%s'£º%s £¨%d£©"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "ÎÞ·¨·ÖÅäÈÝÆ÷Õ»"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "ÎÞ·¨¼Ç¼ VM ¿ØÖÆÌ¨Êý¾Ý£º%s"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "³õʼ»¯ SASL ³ÌÐò¿âÑé֤ʧ°Ü£º%d£¨%s£©"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, fuzzy, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr "ÎÞ·¨É趨 tty ÊôÐÔ£º%s\n"
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "ÎÞ·¨É趨 tty ÊôÐÔ£º%s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "ÑéÖ¤¿Í»§¶ËÖ¤Êéʧ°Ü£º %s"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "ÎÞ·¨´ò¿ª tty %s: %s\n"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr "·þÎñÆ÷ÉóºËʧ°Ü£¨Ê¹ÓÃÎÒÃǵÄÖ¤Êé»òÕß IP µØÖ·£©\n"
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "ÑéÖ¤¿Í»§¶ËÖ¤Êéʧ°Ü£º %s"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "ÎÞ·¨´´½¨¹Ü·£º%s"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "ÎÞЧÉ豸ÀàÐÍ£º%s"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
#, fuzzy
msgid "The certificate is not trusted."
msgstr "Ö¤Ê黹ûÓ줻î"
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
#, fuzzy
msgid "The certificate hasn't got a known issuer."
msgstr "remoteCheckCertificate£º¿Í»§¶ËÖ¤ÊéÖÐÓÐδ֪·¢ÐÐÕß¡£"
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
#, fuzzy
msgid "The certificate has been revoked."
msgstr "Ö¤Êé¹ýÆÚ"
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
#, fuzzy
msgid "The certificate uses an insecure algorithm"
msgstr "remoteCheckCertificate£º¿Í»§¶ËÖ¤ÊéʹÓÃÁ˲»°²È«Ëã·¨¡£"
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr "Ö¤ÊéÀàÐͲ»ÊÇ X.509"
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr "gnutls_certificate_get_peers ʧ°Ü"
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "³õʼ»¯ SASL ÑéÖ¤ %s ʧ°Ü"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "ÎÞ·¨´ò¿ª tty %s: %s\n"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr "Ö¤Êé¹ýÆÚ"
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr "Ö¤Ê黹ûÓ줻î"
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr "Ö¤ÊéÓµÓÐÕßÓëÖ÷»úÃû£¨%s£©²»Æ¥Åä"
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "NUMA µ¥Ôª¹ý¶à£º%d > %d"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "Ô¶³ÌÓò ID ¹ý¶à£º%d > %d"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr "Ó³Ïñ³¤¶È´óÓÚ×î´óÖµ£º%d > %d"
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "vCPU ¼ÆÊý³¬¹ý×î´óÖµ£º%d > %d"
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr "vCPU Ó³Ïñ»º³å³¤¶È³¬¹ý×î´óÖµ£º%d > %d"
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "Ö÷»ú±¨¸æÌ«¶à vCPU£º%d > %d"
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr "Ö÷»ú±¨¸æÓ³Ïñ»º³å³¤¶È³¬¹ý×î´óÖµ£º%d > %d"
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, fuzzy, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr "vCPU ¼ÆÊý³¬¹ý×î´óÖµ£º%d > %d"
+
+#: src/remote_internal.c:2352
+#, fuzzy, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr "vCPU ¼ÆÊý³¬¹ý×î´óÖµ£º%d > %d"
+
+#: src/remote_internal.c:2361
+#, fuzzy, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr "vCPU ¼ÆÊý³¬¹ý×î´óÖµ£º%d > %d"
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, c-format
msgid "too many remote domain names: %d > %d"
msgstr "Ì«¶àÔ¶³ÌÓòÃû£º%d > %d"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr "remoteDomainGetSchedulerParameters£º·µ»ØµÄ²ÎÊýÊýÖµ³¬¹ýÏÞÖÆ"
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr "remoteDomainGetSchedulerParameters£ºÎ´Öª²ÎÊýÀàÐÍ"
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
msgid "out of memory allocating array"
msgstr "·ÖÅäÕóÁÐʱÄÚ´æÒç³ö"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
msgid "unknown parameter type"
msgstr "δ֪²ÎÊýÀàÐÍ"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr "ΪԶ³ÌÐÒéÇëÇóµÄ¿é peek ¹ý´ó£¬%zi > %d"
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr "·µ»ØµÄ»º³åºÍÇëÇóµÄ´óС²»Í¬"
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr "ΪԶ³ÌÐÒéÇëÇóµÄÄÚ´æ peek ¹ý´ó£¬%zi > %d"
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, c-format
msgid "too many remote networks: %d > %d"
msgstr "Ì«¶àÔ¶³ÌÍøÂ磺%d > %d"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
msgid "too many storage pools requested"
msgstr "´æ´¢³ØÇëÇó¹ý¶à"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
msgid "too many storage pools received"
msgstr "ÊÕµ½µÄ´æ´¢³Ø¹ý¶à"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
msgid "too many storage volumes requested"
msgstr "´æ´¢¾íÇëÇó¹ý¶à"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
msgid "too many storage volumes received"
msgstr "½ÓÊÕµ½µÄ´æ´¢¾í¹ý¶à"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "´æ´¢¾íÇëÇó¹ý¶à"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "½ÓÊÕµ½µÄ´æ´¢¾í¹ý¶à"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "´æ´¢¾íÇëÇó¹ý¶à"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "½ÓÊÕµ½µÄ´æ´¢¾í¹ý¶à"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, c-format
msgid "unknown authentication type %s"
msgstr "δ֪ÑéÖ¤ÀàÐÍ %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr "ÇëÇóµÄÑéÖ¤ÀàÐÍ %s ±»¾Ü¾ø"
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, c-format
msgid "unsupported authentication type %d"
msgstr "²»Ö§³ÖµÄÑéÖ¤ÀàÐÍ %d"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "³õʼ»¯ SASL ³ÌÐò¿âÑé֤ʧ°Ü£º%d£¨%s£©"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "ÎÞ·¨»ñµÃ sock µØÖ· %d£¨%s£©"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "ÎÞ·¨»ñµÃ peer µØÖ· %d£¨%s£©"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "´´½¨ SASL ¿Í»§¶Ë»·¾³Ê§°Ü£º%d£¨%s£©"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr "¶Ô TLS »á»°ÎÞЧµÄÃÜÂë´óС"
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "ÎÞ·¨É趨Íⲿ SSF %d£¨%s£©"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr "ÎÞ·¨É趨°²È«Ö§³Ö %d£¨%s£©"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "·þÎñÆ÷²»Ö§³Ö SASL »úÖÆ %s"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Æô¶¯ SASL ÐÉÌʧ°Ü£º%d£¨%s£©"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
msgid "Failed to make auth credentials"
msgstr "Éú³ÉÑéÖ¤Ö¤Êéʧ°Ü"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr "SASL ÐÉÌÊý¾Ý¹ý³¤£º%d ×Ö½Ú"
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "SASL ²½Öèʧ°Ü£º%d£¨%s£©"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr "ÐÉÌ SSF %d ²»¹»Ç¿´ó"
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
msgid "Failed to collect auth credentials"
msgstr "ÊÕ¼¯ÑéÖ¤Ö¤Êéʧ°Ü"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr "xdr_remote_message_header ʧ°Ü"
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr "marshalling args"
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
#, fuzzy
msgid "xdr_u_int (length word)"
msgstr "xdr_int £¨length word£©"
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "ÎÞ·¨±£´æÓòÊý¾Ý"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "¶Á socket %d ʧ°Ü\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "Ö»¶ÁÁ¬½Ó"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "ÎÞ·¨Ð´ÈëÔªÊý¾Ý"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "´´½¨ '%s' ʧ°Ü"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "ɾ³ý¾í %s ʧ°Ü"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
#, fuzzy
msgid "xdr_u_int (length word, reply)"
msgstr "xdr_int£¨length word£¬reply£©"
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
#, fuzzy
msgid "packet received from server too small"
msgstr "´Ó·þÎñÆ÷½ÓÊÕµÄÊý¾Ý°ü¹ý´ó"
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr "´Ó·þÎñÆ÷½ÓÊÕµÄÊý¾Ý°ü¹ý´ó"
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
msgid "invalid header in reply"
msgstr "»Ø¸´ÖеÄÎÞЧ±êÌâ"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr "δ֪³ÌÐò£¨½ÓÊÕ %x£¬Ô¤ÆÚµÄÊÇ %x£©"
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr "δ֪ÐÒé°æ±¾£¨½ÓÊÕ %x£¬Ô¤ÆÚµÄÊÇ %x£©"
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr "δ֪¹ý³Ì£¨½ÓÊÕ %x£¬Ô¤ÆÚµÄÊÇ %x£©"
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr "unmarshalling ret"
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr "unmarshalling remote_error"
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr "δ֪״̬£¨½ÓÊÕ %x£©"
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "calloc ʧ°Ü"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "µÈ´ýÃüÁîʧ°Ü£º%s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "ÎÞ·¨´ò¿ª tty pid Îļþ %s£º%s"
+
+#: src/security_selinux.c:120
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr "ÎÞ·¨¶ÁÈ¡ tty pid Îļþ %s£º%s"
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "ÎÞ·¨´ò¿ª tty pid Îļþ %s£º%s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "ÎÞ·¨¶ÁÈ¡ tty pid Îļþ %s£º%s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "ÎÞ·¨»ñµÃ %s Îļþ»·¾³£º%s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, fuzzy, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr "vCPU ¼ÆÊý³¬¹ý×î´óÖµ£º%d > %d"
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "ÎÞ·¨´ò¿ª tty %s: %s\n"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "ÎÞ·¨´ò¿ª tty %s: %s\n"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3481,45 +3983,45 @@ msgstr "
msgid "cannot read beginning of file '%s'"
msgstr "ÎÞ·¨³¬µ¼Îļþ '%s' µÄ½áβ£º%s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "ÎÞ·¨»ñµÃ %s Îļþ»·¾³£º%s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "ÎÞ·¨¶ÁȡĿ¼ %s£º%s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, c-format
msgid "Failed to compile regex %s"
msgstr "±àÒë±í´ïʽ %s ʧ°Ü"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr "ÎÞ·¨¶ÁÈ¡ fd"
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "µÈ´ýÃüÁîʧ°Ü£º%s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr "ÎÞ·¨³¹µ×Í˳öÃüÁî"
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "¶ÁÈ¡´íÎó %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr "ÃüÁî %d µÄ·ÇÁãÍ˳ö״̬"
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, fuzzy, c-format
msgid "%s not implemented on Win32"
msgstr "%s£ºÎ´Íê³É\n"
@@ -3630,7 +4132,7 @@ msgid "cannot extend file '%s'"
msgstr "ÎÞ·¨À©Õ¹Îļþ '%s'£º%s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "ÎÞ·¨¶Áȡ·¾¶ '%s'£º%s"
@@ -3664,17 +4166,17 @@ msgstr "û
msgid "creation of non-raw images is not supported without qemu-img"
msgstr "ûÓÐ qemu-img Ôò²»Ö§³ÖÉú³É·ÇÔʼӳÏñ"
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "ÎÞ·¨´´½¨ÓµÓÐÕß '%s'£º%s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "ÎÞ·¨É趨Îļþģʽ '%s'£º%s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "ÎÞ·¨¹Ø±ÕÎļþ '%s'£º%s"
@@ -3785,11 +4287,7 @@ msgstr "
msgid "cannot remove PV device '%s'"
msgstr "ÎÞ·¨É¾³ý ttyPod Îļþ %s£º%s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "ÎÞ·¨ÕÒµ½ÐÂÉú³ÉµÄ¾í '%s'£º%s"
@@ -3802,164 +4300,169 @@ msgstr "ȱ
msgid "missing auth passwd attribute"
msgstr "ȱÉÙ auth ÃÜÂëÊôÐÔ"
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr "»ûÐεİ˽øÖÆÄ£Ê½"
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr "»ûÐεÄÓµÓÐÕßÔªËØ"
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr "»ûÐεÄ×éÈºÔªËØ"
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "δ֪¸ùÔªËØ"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "δ֪´æ´¢¾íÀàÐÍ %d"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "ȱÉÙÃû³ÆÔªËØ"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
msgid "unable to generate uuid"
msgstr "ÎÞ·¨Éú³É uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "δ֪ auth ÀàÐÍ '%s'"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "ȱÉÙÔ´Ö÷»úÃû³Æ"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "ÎÞ·¨ÌáȡԴÉ豸"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "ȱÉÙÔ´É豸·¾¶"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "ȱÉÙԴ·¾¶"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, c-format
msgid "unknown auth type '%s'"
msgstr "δ֪ auth ÀàÐÍ '%s'"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "ȱÉÙÄ¿±ê·¾¶"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "²»Ö§³ÖµÄ³Ø¸ñʽ %d"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
msgid "unexpected pool type"
msgstr "ÒâÍâµÄ³ØÀàÐÍ"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr "ȱÉÙÓµÓÐÕßÔªËØ"
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "ȱÉÙ¸ùÔªËØ"
+
+#: src/storage_conf.c:903
#, c-format
msgid "unknown size units '%s'"
msgstr "δ֪µ¥Ôª´óС '%s'"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr "»ûÐεÄÈÝÁ¿ÔªËØ"
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr "ÈÝÁ¿ÔªËØÖµ¹ý´ó"
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
msgid "unknown root element"
msgstr "δ֪¸ùÔªËØ"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "ȱÉÙÃû³ÆÔªËØ"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr "ȱÉÙÈÝÁ¿ÔªËØ"
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "δ֪ auth ÀàÐÍ '%s'"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, fuzzy, c-format
msgid "unknown volume format number %d"
msgstr "²»Ö§³ÖµÄ¾í¸ñʽ %d"
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "ÎÞ·¨Éú³ÉÅäÖÃĿ¼ %s£º%s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr "ÎÞ·¨½¨Á¢ÅäÖÃÎļþ·¾¶"
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr "ÎÞ·¨½¨Á¢×Ô¶¯Æô¶¯Á´½Ó·¾¶"
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
msgid "failed to generate XML"
msgstr "´´½¨ XML ʧ°Ü"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "ÎÞ·¨Éú³ÉÅäÖÃÎļþ %s£º %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "ÎÞ·¨Ð´ÈëÅäÖÃÎļþ %s£º%s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "ÎÞ·¨±£´æÅäÖÃÎļþ %s£º%s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, c-format
msgid "no config file for %s"
msgstr "%s ûÓÐÅäÖÃÎļþ"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr "ÎÞ·¨Îª %s ɾ³ýÅäÖÃ"
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr "ûÓдøÆ¥Åä uuid µÄ³Ø"
@@ -3967,17 +4470,17 @@ msgstr "û
msgid "no pool with matching name"
msgstr "ûÓдøÆ¥ÅäÃû³ÆµÄ³Ø"
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr "´æ´¢³ØÒÑ´æÔÚ"
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr "ûÓдøÆ¥Åä uuid µÄ´æ´¢³Ø"
@@ -3985,61 +4488,61 @@ msgstr "û
msgid "pool is still active"
msgstr "³ØÈÔÊǼ¤»îµÄ"
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
msgid "pool already active"
msgstr "³ØÒѾ¼¤»î"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
msgid "storage pool is already active"
msgstr "´æ´¢³ØÒѾ¼¤»î"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr "´æ´¢³ØÎ´¼¤»î"
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr "´æ´¢³ØÈÔÈ»¼¤»î"
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr "³Ø²»Ö§³Ö¾íɾ³ý"
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr "³ØÃ»ÓÐÅäÖÃÎļþ"
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr "ûÓдøÆ¥ÅäÃû³ÆµÄ´æ´¢¾í"
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr "ûÓдøÆ¥ÅäÃÜÔ¿µÄ´æ´¢¾í"
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr "ûÓдøÆ¥Åä·¾¶µÄ´æ´¢¾í"
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr "´æ´¢¾íÒѾ´æÔÚ"
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr "´æ´¢³Ø²»Ö§³Ö¾í´´½¨"
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr "´æ´¢³Ø²»Ö§³Ö¾íɾ³ý"
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "ÕýÔÚ»ñµÃÒ»Ììµ±ÖеÄʱ¼ä"
@@ -4096,155 +4599,155 @@ msgstr "
msgid "resolving domain filename"
msgstr "½âÎöÓòÎļþÃû"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "½ÚµãÓòÁбí"
-#: src/test.c:527
+#: src/test.c:526
msgid "resolving network filename"
msgstr "½âÎöÍøÂçÎļþÃû"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "½ÚµãÓòÁбí"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "½âÎöÓòÎļþÃû"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr "²âÊÔ¿ªÊ¼:Ìṩһ¸ö·¾¶»òʹÓÃĬÈÏ"
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "ÎÞ·¨¹Ø±ÕÎļþ '%s'£º%s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "δÕÒµ½Óò"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "ÓòûÓÐÔÚÔËÐÐ"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "ÎÞ·¨ÎªÔªÊý¾Ý·ÖÅä¿Õ¼ä"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "°ÑÒ»¸öÓòµÄ״̬±£´æµ½Ò»¸öÎļþ"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "°ÑÒ»¸öÓòµÄ״̬±£´æµ½Ò»¸öÎļþ"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "ÎÞ·¨¶ÁÈ¡ÓòÓ³Ïñ"
-#: src/test.c:1295
+#: src/test.c:1292
#, fuzzy, c-format
msgid "incomplete save header in '%s'"
msgstr "ûÓÐÍê³É±£´æ±êÌâ"
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr "´íÎóÆ¥ÅäµÄ header magic"
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "¶ÁȡԪÊý¾Ý³¤¶Èʧ°Ü"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr "ÔªÊý¾Ý³¤¶È³¬³ö·¶Î§"
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "²»ÍêÕûµÄÔªÊý¾Ý"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Óò %s ±» dump µ½ %s\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "%s£ºÐ´ÈëÈÕÖ¾Îļþʧ°Ü£º%s"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Óò %s ±» dump µ½ %s\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr "·¶Î§³¬³ö¿ÉÓõ¥Ôª"
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "ÓòÒѾÔËÐÐ"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "ÓòÈÔÔÚÔËÐÐ"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "ÍøÂçÈÔÔÚÔËÐÐ"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "ÍøÂçÒѾÔËÐÐ"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "´æ´¢³ØÒѾ¼¤»î"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "´æ´¢³ØÎ´¼¤»î"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "ûÓдøÆ¥ÅäÃû³ÆµÄ´æ´¢¾í"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "ûÓдøÆ¥ÅäÃÜÔ¿µÄ´æ´¢¾í"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "ûÓдøÆ¥Åä·¾¶µÄ´æ´¢¾í"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4259,155 +4762,160 @@ msgstr "Ϊ
msgid "unsupported chr device type %d"
msgstr "²»Ö§³ÖµÄÊäÈëÉ豸ÀàÐÍ %s"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "É趨ִÐÐʱ¹Ø±Õ£¨close-on-exec£©ÃèÊö·û±ê¼Çʧ°Ü"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "ÎÞ·¨³õʼ»¯ÇŽÓÖ§³Ö£º%s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "´´½¨Ä¿Â¼ %s ʧ°Ü£º%s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "qemudStartup£ºÄÚ´æÒç³ö"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Éú³ÉÈÕÖ¾Îļþʧ°Ü %s£º%s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "ÎÞ·¨´ò¿ª %s£º%s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "ÎÞ·¨ÕÒµ½»á»°"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "ÎÞ·¨É趨Îļþģʽ '%s'£º%s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "ÎÞ·¨¶ÁÈ¡ %s£º%s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "ÎÞ·¨¶ÁȡĿ¼ %s£º%s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "ÎÞ·¨ÕÒµ½ QEMU ¶þ½øÖÆ %s£º%s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "µÈ´ýÃüÁîʧ°Ü£º%s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "»ñµÃÒâÍâ pid£¬damn"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "ÎÞ·¨¶ÁÈ¡ %s£º%s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "ÎÞ·¨É¾³ý»îÔ¾Óò"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "ÎÞ·¨¶ÁÈ¡ %s£º%s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "ÎÞ·¨¹Ø±ÕÎļþ '%s'£º%s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "ÎÞ·¨´´½¨¹Ü·£º%s"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "´´½¨¹ÜµÀʧ°Ü£º%s"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "ÎÞ·¨·Ö¿ª×Ó½ø³Ì£º%s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "ÎÞ·¨È¡ÏûÁ´½ÓÎļþ '%s'£º%s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "ÎÞ·¨Çå³ýÉ豸±êÌâ %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "ÎÞ·¨Éú³É×Ô¶¯Æô¶¯Ä¿Â¼ %s£º%s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "strdup Ö÷»úÃûʧ°Ü£º%s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "strdup Ö÷»úÃûʧ°Ü£º%s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "strdup Ö÷»úÃûʧ°Ü£º%s"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "ÎÞ·¨À©Õ¹Îļþ '%s'£º%s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "¶ÁÈ¡´íÎó %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "²éÕÒ uid '%d': %s Óû§¼Ç¼ʧ°Ü"
@@ -4417,19 +4925,24 @@ msgstr "
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr "·µ»ØÎ±Ëæ»ú UUID£¬´´½¨Ëæ»ú×Ö½Úʧ°Ü£º%s"
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "δ֪´íÎó"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "´òÓ¡°ïÖú"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "´òÓ¡È«²¿°ïÖú»òÌØ¶¨ÃüÁîµÄ°ïÖú¡£"
-#: src/virsh.c:341
+#: src/virsh.c:365
msgid "name of command"
msgstr "ÃüÁîÃû"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4437,1962 +4950,2032 @@ msgstr ""
"ÃüÁ\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "×Ô¶¯¿ªÊ¼Ò»¸öÓò"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "ÉèÖÃÒ»¸öÓòÔÚÆô¶¯Ê±×Ô¶¯¿ªÊ¼."
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "ÓòÃû£¬id »ò uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "½ûÖ¹×Ô¶¯Æô¶¯"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "°ÑÓò %s±ê¼ÇΪ×Ô¶¯¿ªÊ¼Ê§°Ü"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "°ÑÓò %sÈ¡Ïû±ê¼ÇΪ×Ô¶¯¿ªÊ¼Ê§°Ü"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Óò %s±ê¼ÇΪ×Ô¶¯¿ªÊ¼\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Óò %sÈ¡Ïû±ê¼ÇΪ×Ô¶¯¿ªÊ¼\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "Á¬½Ó£¨ÖØÐÂÁ¬½Ó£©µ½ hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr "Á¬½Óµ½±¾µØ¹ÜÀí³ÌÐò¡£ÕâÊÇÔÚ shell Æô¶¯ºóÄÚ½¨µÄÃüÁî¡£"
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "¹ÜÀí³ÌÐòÁ¬½Ó URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "Ö»¶ÁÁ¬½Ó"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "´Ó¹ÜÀí³ÌÐò¶Ï¿ªÁ¬½Óʧ°Ü"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Á¬½Óµ½¹ÜÀí³ÌÐòʧ°Ü"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "Á¬½Óµ½¿Í»§»á»°"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "Á¬½Ó¿Í»§ÕæÊµ´®ÐпØÖÆÌ¨"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "Óò¿ØÖÆÌ¨²»¿ÉÓÃ\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr "Õâ¸öƽ̨ÖÐûÓÐʹÓÿØÖÆÌ¨"
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "ÁгöÓò"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "·µ»ØÓòÁбí"
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "Áгö²»»îÔ¾µÄÓò"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "²»»îÔ¾ºÍ»îÔ¾µÄÓòÁбí"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Áгö»îÔ¾µÄÓòʧ°Ü"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Áгö²»»îÔ¾µÄÓòʧ°Ü"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Ãû³Æ"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "״̬"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "ûÓÐ״̬"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "Óò״̬"
-#: src/virsh.c:658
+#: src/virsh.c:682
msgid "Returns state about a domain."
msgstr "·µ»ØÄ³¸öÓòµÄ״̬¡£"
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr "»ñµÃÓòÉ豸¿é״̬"
-#: src/virsh.c:694
+#: src/virsh.c:718
msgid "Get device block stats for a running domain."
msgstr "»ñµÃÔËÐÐÓòµÄÉ豸¿é״̬¡£"
-#: src/virsh.c:700
+#: src/virsh.c:724
msgid "block device"
msgstr "×èÖ¹É豸"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "ÎÞ·¨»ñµÃ¿é״̬ %s %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
msgid "get network interface stats for a domain"
msgstr "»ñµÃÓòÍøÂç½Ó¿Ú״̬"
-#: src/virsh.c:750
+#: src/virsh.c:774
msgid "Get network interface stats for a running domain."
msgstr "»ñµÃÔËÐÐÓòµÄÍøÂç½Ó¿Ú״̬¡£"
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr "½Ó¿ÚÉ豸"
-#: src/virsh.c:777
+#: src/virsh.c:801
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "ÎÞ·¨»ñµÃ½Ó¿Ú״̬ %s %s"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "¹ÒÆðÒ»¸öÓò"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "¹ÒÆðÒ»¸öÔËÐеÄÓò¡£"
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Óò %s ±»¹ÒÆð\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "¹ÒÆð %s Óòʧ°Ü"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "´ÓÒ»¸ö XML Îļþ´´½¨Ò»¸öÓò"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "´´½¨Ò»¸öÓò"
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
msgid "file containing an XML domain description"
msgstr "Îļþ°üÀ¨Ò»¸ö XML ÓòÃèÊö"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Óò %s ±»´´½¨£¨´Ó %s£©\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "´Ó %s ´´½¨Óòʧ°Ü"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "´ÓÒ»¸ö XML Îļþ¶¨Ò壨µ«²»¿ªÊ¼£©Ò»¸öÓò"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "¶¨ÒåÒ»¸öÓò¡£"
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "¶¨ÒåÓò %s£¨´Ó %s£©\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "´Ó %s ¶¨ÒåÓòʧ°Ü"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "È¡Ïû¶¨ÒåÒ»¸ö·Ç»îÔ¾µÄÓò"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "È¡Ïû¶¨ÒåÒ»¸ö·Ç»îÔ¾ÓòµÄÅäÖá£"
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "ÓòÃû»ò uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Óò %s ÒѾ±»È¡Ïû¶¨Òå\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "È¡Ïû¶¨ÒåÓò %s ʧ°Ü"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "¿ªÊ¼Ò»¸ö£¨ÒÔǰ¶¨ÒåµÄ£©·Ç»îÔ¾µÄÓò"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "¿ªÊ¼Ò»¸öÓò"
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "·Ç»îÔ¾ÓòµÄÃû³Æ"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "ÓòÒѾ»îÔ¾"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Óò %s ÒÑ¿ªÊ¼\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "¿ªÊ¼Óò %s ʧ°Ü"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "°ÑÒ»¸öÓòµÄ״̬±£´æµ½Ò»¸öÎļþ"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "±£´æÒ»¸öÔËÐеÄÓò¡£"
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "Êý¾Ý´æµ½Ê²Ã´µØ·½"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Óò %s ±»´æµ½ %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "°ÑÓò %s ´æµ½ %s ʧ°Ü"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr "ÏÔʾ/ÉèÖÃÈճ̰²ÅűäÁ¿"
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr "ÏÔʾ/ÉèÖÃÈճ̰²ÅűäÁ¿"
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "·ÖÅäÖµ"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr "XEN_CREDIT ÖØÁ¿"
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr "XEN_CREDITµÄcap"
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr "ÎÞЧµÄÖØÁ¿Öµ"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr "ÎÞЧµÄÈÝÁ¿Öµ"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "ÎÞЧµÄÈÝÁ¿Öµ"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr "Èճ̰²ÅÅ"
-#: src/virsh.c:1215
+#: src/virsh.c:1239
msgid "Unknown"
msgstr "δ֪"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "´ÓÒ»¸ö´æÔÚÒ»¸öÎļþÖеÄ״̬»Ö¸´Ò»¸öÓò"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "»Ö¸´Ò»¸öÓò¡£"
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "»Ö¸´µÄ״̬"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "´Ó %s »Ö¸´Óò\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "´Ó %s »Ö¸´Óòʧ°Ü"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "°ÑÒ»¸öÓòµÄÄÚºË dump µ½Ò»¸öÎļþÖÐÒÔ·½±ã·ÖÎö"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "ÄÚºË dump Ò»¸öÓò¡£"
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "ÄÚºË dump µ½Ê²Ã´µØ·½"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Óò %s ±» dump µ½ %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "ÄÚºË dump Óò %s µ½ %s ʧ°Ü"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "ÖØÐ»ָ´Ò»¸öÓò"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "ÖØÐ»ָ´Ò»¸öÒÔǰ±»¹ÒÆðµÄÓò¡£"
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Óò %s ±»ÖØÐ»ָ´\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "»Ö¸´Óò %s ʧ°Ü"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "¹Ø±ÕÒ»¸öÓò"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "ÔÚÄ¿±êÓòÖÐÖ´ÐйرÕÐÐΪ¡£"
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Óò %s ±»¹Ø±Õ\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "¹Ø±ÕÓò %s ʧ°Ü"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "ÖØÐÂÆô¶¯Ò»¸öÓò"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "ÔÚÄ¿±êÓòÖÐÖ´ÐÐÖØÐÂÆô¶¯ÃüÁî¡£"
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Óò %s ÕýÔÚ±»ÖØÐÂÆô¶¯\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "ÖØÐÂÆô¶¯Óò %s ʧ°Ü"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "ɾ³ýÒ»¸öÓò"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "ɾ³ýÒ»¸öÖ¸¶¨µÄÓò¡£"
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Óò %s ±»É¾³ý\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "ɾ³ýÓò %s ʧ°Ü"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "ÓòÐÅÏ¢"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "·µ»ØÕâ¸öÓòµÄ»ù±¾ÐÅÏ¢¡£"
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Ãû³Æ£º"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS ÀàÐÍ£º"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "״̬£º"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU£º"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU ʱ¼ä£º"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "×î´óÄڴ棺"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "ûÓÐÏÞÖÆ"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "ʹÓõÄÄڴ棺"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
msgid "Autostart:"
msgstr "×Ô¶¯Æô¶¯£º"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr "ÆôÓÃ"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr "½ûÓÃ"
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
msgid "NUMA free memory"
msgstr "NUMA¿ÉÓÃÄÚ´æ"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr "ÏÔʾ¿ÉÓõÄNUMAµ¥Ôª¿ÕÏÐÄÚ´æ"
-#: src/virsh.c:1590
+#: src/virsh.c:1639
msgid "NUMA cell number"
msgstr "NUMA µ¥Ôª Êý"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr "×ÜÁ¿"
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "Óò vcpu µÄÐÅÏ¢"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "»Ö¸´Õâ¸öÓòÐéÄâ CPU µÄ»ù±¾ÐÅÏ¢¡£"
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU¹ØÏµ:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr "¹Ø±ÕÓò,ÐéÄâCPU²»´æÔÚ."
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "¿ØÖÆÓò vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "°ÑÓò VCPU ²åÈëµ½Ö÷»úµÄÎïÀí CPU ÖС£"
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu ºÅ"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "Ö÷»ú cpu ºÅ(ÒÔ¶ººÅ·Ö¸ô)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr "vcpupin£ºÎÞЧ»òÕß¶ªÊ§µÄ vCPU ºÅ¡£"
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr "vcpupin£ºÈ±ÉÙ cpu Áбí"
-#: src/virsh.c:1765
+#: src/virsh.c:1814
msgid "vcpupin: failed to get domain informations."
msgstr "vcpupin£º»ñµÃÓòÐÅϢʧ°Ü"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin£ºÎÞЧ vCPU ºÅ¡£"
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr "cpulist£º²»¿ÉÓøñʽ¡£¿Õ×Ö·û´®¡£"
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr "cpuÁбí:%s:²»¿ÉÓøñʽ.ÔÚ%dλÖÃÆÚÍûÊý×Ö('%c'¸½½ü)."
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr "cpuÁбí:%s:²»¿ÉÓøñʽ.ÔÚ%dλÖÃÆÚÍûÊý×Ö»ò¶ººÅ('%c'¸½½ü)."
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr "cpuÁбí:%s:²»¿ÉÓøñʽ.ÔÚ%dλÖýáβ¶ººÅ."
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "ÎïÀí CPU %d ²»´æÔÚ."
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "¸Ä±äÐéÄâ CPU µÄºÅ"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "ÔÚ¿Í»§ÓòÖÐÐÞ¸ÄÐéÄâ CPU ºÅ¡£"
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "ÐéÄâ CPU ºÅ"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
msgid "Invalid number of virtual CPUs."
msgstr "ÐéÄâ CPU µÄÊýÎÞЧ"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
msgid "Too many virtual CPUs."
msgstr "ÐéÄâ CPUÌ«¶à"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "¸Ä±äÄÚ´æµÄ·ÖÅä"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "¸Ä±äµ±Ç°ÔÚ guest ÓòÖеÄÄÚ´æ·ÖÅä¡£"
-#: src/virsh.c:1907
+#: src/virsh.c:1956
msgid "number of kilobytes of memory"
msgstr "ÄÚ´æµÄǧ×Ö½ÚÊý"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "ÄÚ´æ´óС %d Öµ²»¿ÉÓÃ"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr "²»ÄܲéÖ¤×î´óÄÚ´æ´óС"
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "¸Ä±ä×î´óÄÚ´æÏÞÖÆÖµ"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "¸Ä±äÔÚ¿Í»§ÓòÖеÄ×î´óÄÚ´æ·ÖÅäÏÞÖÆ¡£"
-#: src/virsh.c:1963
+#: src/virsh.c:2012
msgid "maximum memory limit in kilobytes"
msgstr "×î´óÄÚ´æÏÞÖÆµÄǧ×Ö½ÚÊý"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr "²»ÄܲéÖ¤µ±Ç°ÄÚ´æ´óС"
-#: src/virsh.c:1997
+#: src/virsh.c:2046
msgid "Unable to shrink current MemorySize"
msgstr "ÎÞ·¨¼õÉÙµ±Ç°ÄÚ´æ´óС"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr "²»Äܸıä×î´óÄÚ´æ´óС"
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "½ÚµãÐÅÏ¢"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "·µ»Ø¹ØÓÚÕâ¸ö½ÚµãµÄ»ù±¾ÐÅÏ¢¡£"
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "»ñµÃ½ÚµãÐÅϢʧ°Ü"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU Ðͺţº"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU ƵÂÊ£º"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket£º"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "ÿ¸ö socket µÄÄÚºËÊý£º"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "ÿ¸öÄں˵ÄÏß³ÌÊý£º"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA µ¥Ôª£º"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "ÄÚ´æ´óС£º"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "ÐÔÄÜ"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "·µ»Ø ¹ÜÀí³ÌÐò/Çý¶¯Æ÷ÐÔÄÜ."
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "»ñµÃÐÔÄÜʧ°Ü"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "XML ÖеÄÓòÐÅÏ¢"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
msgid "Output the domain information as an XML dump to stdout."
msgstr "°ÑÓòÐÅÏ¢×÷Ϊһ¸ö XML Êä³öµ½ stdout¡£"
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "²»»îÔ¾µÄÓò"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "°ÑÒ»¸öÓò id »ò UUID ת»»ÎªÓòÃû"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "Óò id »ò uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "°ÑÒ»¸öÓòÃû»ò UUID ת»»ÎªÓò id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "°ÑÒ»¸öÓòÃû»ò id ת»»ÎªÓò UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "Óò id »òÓòÃû"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "»ñµÃÓò UUID ʧ°Ü"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr "½«ÓòÇ¨ÒÆµ½ÁíÒ»¸öÖ÷»úÖÐ"
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr "½«ÓòÇ¨ÒÆµ½ÁíÒ»¸öÖ÷»úÖС£ÈÈÇ¨ÒÆÊ±Ìí¼Ó --live¡£"
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr "ÈÈÇ¨ÒÆ"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr "Á¬½ÓÄ¿µÄµØÖ÷»úµÄ URI"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr "Ç¨ÒÆ URI£¬ ͨ³£¿ÉÊ¡ÂÔ"
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr "Ç¨ÒÆ£º¶ªÊ§ desturi"
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "×Ô¶¯¿ªÊ¼ÍøÂç"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "ÉèÖÃÒ»¸öÍøÂçÔÚÆô¶¯Ê±×Ô¶¯¿ªÊ¼."
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "ÍøÂçÃû»ò uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "°ÑÍøÂç%s±ê¼ÇΪ×Ô¶¯Æô¶¯Ê§°Ü"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "°ÑÍøÂç%sÈ¡Ïû±ê¼ÇΪ×Ô¶¯Æô¶¯Ê§°Ü"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "ÍøÂç%s±ê¼ÇΪ×Ô¶¯Æô¶¯\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "ÍøÂç%sÈ¡Ïû±ê¼ÇΪ×Ô¶¯Æô¶¯\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "´ÓÒ»¸ö XML Îļþ´´½¨Ò»¸öÍøÂç"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "´´½¨Ò»¸öÍøÂç"
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "Îļþ°üÀ¨Ò»¸ö XMLÍøÂçÃèÊö"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "´Ó%s´´½¨ÍøÂç%s \n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "´Ó %s ´´½¨ÍøÂçʧ°Ü"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "´ÓÒ»¸ö XML Îļþ¶¨Òå(µ«²»¿ªÊ¼)Ò»¸öÍøÂç"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "¶¨ÒåÒ»¸öÍøÂç."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "´Ó %s¶¨ÒåÍøÂç%s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "´Ó %s ¶¨ÒåÍøÂçʧ°Ü"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "ɾ³ýÒ»¸öÍøÂç"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "ɾ³ýÒ»¸öÖ¸¶¨ÍøÂç."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "ÍøÂçÃû,id »ò uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "ÍøÂç %s ±»É¾³ý\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "ɾ³ýÍøÂç %s ʧ°Ü"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "XML ÖеÄÍøÂçÐÅÏ¢"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
msgid "Output the network information as an XML dump to stdout."
msgstr "°ÑÍøÂçÐÅÏ¢×÷Ϊһ¸ö XML Êä³öµ½ stdout¡£"
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "ÁгöÍøÂç"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "·µ»ØÍøÂçÁбí"
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "Áгö²»»îÔ¾µÄÍøÂç"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "Áгö²»»îÔ¾ºÍ»îÔ¾µÄÍøÂç"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "Áгö»îÔ¾µÄÍøÂçʧ°Ü"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "Áгö²»»îÔ¾µÄÍøÂçʧ°Ü"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "×Ô¶¯¿ªÊ¼"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "²»×Ô¶¯¿ªÊ¼"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "»î¶¯"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "²»»îÔ¾"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "°ÑÒ»¸öÍøÂçUUID ת»»ÎªÍøÂçÃû"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "ÍøÂçuuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "¿ªÊ¼Ò»¸ö(ÒÔǰ¶¨ÒåµÄ)²»»îÔ¾µÄÍøÂç"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "¿ªÊ¼Ò»¸öÍøÂç."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "·Ç»îÔ¾ÍøÂçµÄÃû³Æ"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "ÍøÂç %s ÒÑ¿ªÊ¼\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "¿ªÊ¼ÍøÂç %s ʧ°Ü"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "È¡Ïû¶¨ÒåÒ»¸ö·Ç»îÔ¾µÄÍøÂç"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "È¡Ïû¶¨ÒåÒ»¸ö·Ç»îÔ¾ÍøÂçÅäÖá£"
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "ÍøÂç %s ÒѾ±»È¡Ïû¶¨Òå\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "È¡Ïû¶¨ÒåÍøÂç %s ʧ°Ü"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "°ÑÒ»¸öÍøÂçÃûת»»ÎªÍøÂçUUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "ÍøÂçÃû"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "»ñµÃÍøÂçUUID ʧ°Ü"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
msgid "autostart a pool"
msgstr "×Ô¶¯Æô¶¯Ä³¸ö³Ø"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr "½«Ä³¸ö³ØÉèÖÃΪÔÚÒýµ¼Ê±×Ô¶¯Æô¶¯¡£"
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
msgid "pool name or uuid"
msgstr "³ØÃû»ò uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "½«³Ø %s ±ê¼ÇΪ×Ô¶¯Æô¶¯Ê§°Ü"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "È¡Ïû½«³Ø %s ±ê¼ÇΪ×Ô¶¯Æô¶¯Ê§°Ü"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "³Ø %s ±ê¼ÇΪ×Ô¶¯Æô¶¯\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "È¡Ïû½«³Ø %s ±ê¼ÇΪ×Ô¶¯Æô¶¯\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
msgid "create a pool from an XML file"
msgstr "´ÓÒ»¸ö XML ÎļþÖд´½¨Ò»¸ö³Ø"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
msgid "Create a pool."
msgstr "´´½¨Ò»¸ö³Ø¡£"
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
msgid "file containing an XML pool description"
msgstr "°üº¬ XML ³ØÃèÊöµÄÎļþ"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, c-format
msgid "Pool %s created from %s\n"
msgstr "´Ó %s Öд´½¨³Ø %s \n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, c-format
msgid "Failed to create pool from %s"
msgstr "´Ó %s ´´½¨³ØÊ§°Ü"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
msgid "name of the pool"
msgstr "³ØµÄÃû³Æ"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr "³ØÀàÐÍ"
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr "»ù±¾´æ´¢µÄÔ´Ö÷»ú"
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr "»ù±¾´æ´¢µÄԴ·¾¶"
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr "»ù±¾´æ´¢µÄÔ´É豸"
-#: src/virsh.c:2881
+#: src/virsh.c:2931
#, fuzzy
msgid "source name for underlying storage"
msgstr "»ù±¾´æ´¢µÄԴ·¾¶"
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr "»ù±¾´æ´¢µÄÄ¿±ê"
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
msgid "Failed to allocate XML buffer"
msgstr "·ÖÅä XML »º³åʧ°Ü"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
msgid "create a pool from a set of args"
msgstr "´ÓÒ»×é±äÁ¿Öд´½¨Ò»¸ö³Ø"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, c-format
msgid "Pool %s created\n"
msgstr "´´½¨³Ø %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, c-format
msgid "Failed to create pool %s"
msgstr "´´½¨³Ø %s ʧ°Ü"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
msgid "define (but don't start) a pool from an XML file"
msgstr "ÔÚÒ»¸ö XML ÎļþÖж¨Ò壨µ«²»Æô¶¯£©Ò»¸ö³Ø"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
msgid "Define a pool."
msgstr "¶¨Ò峨¡£"
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "ÔÚ %s Öж¨Ò峨 %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, c-format
msgid "Failed to define pool from %s"
msgstr "ÔÚ %s Öж¨Òå³ØÊ§°Ü"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr "ÔÚÒ»×é±äÁ¿Öж¨Ò峨"
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, c-format
msgid "Pool %s defined\n"
msgstr "¶¨Ò峨 %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, c-format
msgid "Failed to define pool %s"
msgstr "¶¨Ò峨 %s ʧ°Ü"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr "½¨Á¢³Ø"
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr "½¨Á¢Ò»¸ö¸ø¶¨µÄ³Ø¡£"
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "½¨Á¢ÁË³Ø %s\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, c-format
msgid "Failed to build pool %s"
msgstr "½¨Á¢³Ø %s ʧ°Ü"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
msgid "destroy a pool"
msgstr "Ïú»Ù³Ø"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
msgid "Destroy a given pool."
msgstr "Ïú»ÙÒ»¸ö¸ø¶¨µÄ³Ø¡£"
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, c-format
msgid "Pool %s destroyed\n"
msgstr "Ïú»Ù³Ø %s\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, c-format
msgid "Failed to destroy pool %s"
msgstr "Ïú»Ù³Ø %s ʧ°Ü"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr "ɾ³ý³Ø"
-#: src/virsh.c:3144
+#: src/virsh.c:3204
msgid "Delete a given pool."
msgstr "ɾ³ýÒ»¸ö¸ø¶¨µÄ³Ø¡£"
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, c-format
msgid "Pool %s deleted\n"
msgstr "³Ø %s ±»É¾³ý\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, c-format
msgid "Failed to delete pool %s"
msgstr "ɾ³ý³Ø %s ʧ°Ü"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr "ˢгØ"
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr "ˢиø¶¨µÄ³Ø¡£"
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, c-format
msgid "Pool %s refreshed\n"
msgstr "³Ø %s ±»Ë¢ÐÂ\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, c-format
msgid "Failed to refresh pool %s"
msgstr "Ë¢ÐÂ³Ø %s ʧ°Ü"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
msgid "pool information in XML"
msgstr "XML ÖеijØÐÅÏ¢"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
msgid "Output the pool information as an XML dump to stdout."
msgstr "°Ñ³ØÐÅÏ¢×÷Ϊ XML ת´¢Êä³öµ½ stdout¡£"
-#: src/virsh.c:3261
+#: src/virsh.c:3321
msgid "list pools"
msgstr "Áгö³Ø"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
msgid "Returns list of pools."
msgstr "·µ»Ø³ØÁбí"
-#: src/virsh.c:3267
+#: src/virsh.c:3327
msgid "list inactive pools"
msgstr "Áгö²»»îÔ¾µÄ³Ø"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
msgid "list inactive & active pools"
msgstr "²»»îÔ¾ºÍ»îÔ¾µÄ³Ø"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
msgid "Failed to list active pools"
msgstr "Áгö»îÔ¾µÄ³ØÊ§°Ü"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
msgid "Failed to list inactive pools"
msgstr "Áгö²»»îÔ¾µÄ³ØÊ§°Ü"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "%s ÖÐÎÞЧµÄ´æ´¢³ØÖ¸Õë"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "ÊÕµ½µÄ´æ´¢³Ø¹ý¶à"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "ÄÚ´æÒç³ö"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "¶¨Ò峨 %s ʧ°Ü"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "ÊÕµ½µÄ´æ´¢³Ø¹ý¶à"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
msgid "storage pool information"
msgstr "´æ´¢³ØÐÅÏ¢"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
msgid "Returns basic information about the storage pool."
msgstr "·µ»Ø¹ØÓÚÕâ¸ö´æ´¢³ØµÄ»ù±¾ÐÅÏ¢¡£"
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr "building"
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr "degraded"
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr "ÈÝÁ¿£º"
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
msgid "Allocation:"
msgstr "·ÖÅ䣺"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr "¿ÉÓãº"
-#: src/virsh.c:3610
+#: src/virsh.c:3670
msgid "convert a pool UUID to pool name"
msgstr "½«³Ø UUID ת»»Îª³ØÃû³Æ"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
msgid "pool uuid"
msgstr "³Ø uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
msgid "start a (previously defined) inactive pool"
msgstr "Æô¶¯Ò»¸ö£¨ÒÔǰ¶¨ÒåµÄ£©·Ç»îÔ¾µÄ³Ø"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
msgid "Start a pool."
msgstr "Æô¶¯Ò»¸ö³Ø¡£"
-#: src/virsh.c:3647
+#: src/virsh.c:3707
msgid "name of the inactive pool"
msgstr "·Ç»îÔ¾³ØµÄÃû³Æ"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, c-format
msgid "Pool %s started\n"
msgstr "³Ø %s ÒÑÆô¶¯\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, c-format
msgid "Failed to start pool %s"
msgstr "Æô¶¯³Ø %s ʧ°Ü"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
msgid "create a volume from a set of args"
msgstr "´ÓÒ»×é±äÁ¿Öд´½¨¾í"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
msgid "Create a vol."
msgstr "´´½¨Ò»¸ö¾í¡£"
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
msgid "pool name"
msgstr "¾íÃû³Æ"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
msgid "name of the volume"
msgstr "¾íµÄÃû³Æ"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr "´ø k¡¢M¡¢G¡¢T ºó׺µÄ¿ÉÑ¡¾í´óС"
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr "´ø k¡¢M¡¢G¡¢T ºó׺µÄ¿ÉÑ¡³õʼ·ÖÅä´óС"
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr "Îļþ¸ñʽÀàÐÍ raw¡¢bochs¡¢qcow¡¢qcow2¡¢vmdk"
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr "»ûÐεĴóС %s"
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, c-format
msgid "Vol %s created\n"
msgstr "´´½¨¾í %s \n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, c-format
msgid "Failed to create vol %s"
msgstr "´´½¨¾í %s ʧ°Ü"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
msgid "undefine an inactive pool"
msgstr "È¡Ïû¶¨ÒåÒ»¸ö²»»îÔ¾µÄ³Ø"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
msgid "Undefine the configuration for an inactive pool."
msgstr "È¡Ïû¶¨ÒåÒ»¸ö²»»îÔ¾³ØµÄÅäÖá£"
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, c-format
msgid "Pool %s has been undefined\n"
msgstr "³Ø %s ÒѾ±»È¡Ïû¶¨Òå\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, c-format
msgid "Failed to undefine pool %s"
msgstr "È¡Ïû¶¨Ò峨 %s ʧ°Ü"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
msgid "convert a pool name to pool UUID"
msgstr "°ÑÒ»¸ö³ØÃû³Æ×ª»»Îª³Ø UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
msgid "failed to get pool UUID"
msgstr "»ñµÃ³Ø UUID ʧ°Ü"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
msgid "create a vol from an XML file"
msgstr "´ÓÒ»¸ö XML Îļþ´´½¨Ò»¸ö¾í"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
msgid "file containing an XML vol description"
msgstr "°üº¬ XML ¾íÃèÊöµÄÎļþ"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, c-format
msgid "Vol %s created from %s\n"
msgstr "ÔÚ %s Öд´½¨¾í %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, c-format
msgid "Failed to create vol from %s"
msgstr "ÔÚ %s Öд´½¨¾íʧ°Ü"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr "ɾ³ý¾í"
-#: src/virsh.c:3935
+#: src/virsh.c:3995
msgid "Delete a given vol."
msgstr "ɾ³ýÒ»¸ö¸ø¶¨µÄ¾í¡£"
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr "¾íÃû³Æ¡¢ÃÜÔ¿»òÕß·¾¶"
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, c-format
msgid "Vol %s deleted\n"
msgstr "¾í %s ±»É¾³ý\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, c-format
msgid "Failed to delete vol %s"
msgstr "ɾ³ý¾í %s ʧ°Ü"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
msgid "storage vol information"
msgstr "´æ´¢¾íÐÅÏ¢"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
msgid "Returns basic information about the storage vol."
msgstr "·µ»Ø¹ØÓÚÕâ¸ö´æ´¢¾íµÄ»ù±¾ÐÅÏ¢¡£"
-#: src/virsh.c:4004
+#: src/virsh.c:4064
msgid "Type:"
msgstr "ÀàÐÍ£º"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr "Îļþ"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "block"
msgstr "¿é"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
msgid "vol information in XML"
msgstr "XML ÖеľíÐÅÏ¢"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
msgid "Output the vol information as an XML dump to stdout."
msgstr "½«¾íÐÅÏ¢×÷Ϊһ¸ö XML ת´¢Êä³öµ½ stdout¡£"
-#: src/virsh.c:4067
+#: src/virsh.c:4127
msgid "list vols"
msgstr "Áгö¾í"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
msgid "Returns list of vols by pool."
msgstr "¸ù¾Ý³Ø·µ»Ø¾íÁбí"
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
msgid "Failed to list active vols"
msgstr "Áгö»îÔ¾µÄ¾íʧ°Ü"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr "·¾¶"
-#: src/virsh.c:4145
+#: src/virsh.c:4205
msgid "convert a vol UUID to vol name"
msgstr "½«¾í UUID ת»»Îª¾íÃû³Æ"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr "¾íÃÜÔ¿»òÕß·¾¶"
-#: src/virsh.c:4178
+#: src/virsh.c:4238
msgid "convert a vol UUID to vol key"
msgstr "½«¾í UUID ת»»Îª¾íÃÜÔ¿"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
msgid "vol uuid"
msgstr "¾í uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
msgid "convert a vol UUID to vol path"
msgstr "½«¾í UUID ת»»Îª¾í·¾¶"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr "¾íÃû³Æ»òÕßÃÜÔ¿"
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "ÏÔʾ°æ±¾"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "ÏÔʾϵͳ°æ±¾ÐÅÏ¢¡£"
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "»ñµÃ¹ÜÀí³ÌÐòÀàÐÍʧ°Ü"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "±àÒëʹÓõĿ⣺libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "»ñµÃ¿âº¯ÊýÐÅϢʧ°Ü"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "ʹÓõĿ⣺libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "ʹÓÃµÄ API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "»ñµÃ¹ÜÀí³ÌÐò°æ±¾Ê§°Ü"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "ÎÞ·¨ÌáÈ¡ÔËÐÐµÄ %s¹ÜÀí³ÌÐò°æ±¾\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "ÔËÐйÜÀí³ÌÐò: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
#, fuzzy
msgid "enumerate devices on this host"
msgstr "ÔÚÕą̂Ö÷»úÖв»Ö§³Ö NUMA"
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "ÐÔÄÜ"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Á¬½Óµ½¹ÜÀí³ÌÐòʧ°Ü"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Áгö²»»îÔ¾µÄÓòʧ°Ü"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "½«¾íÐÅÏ¢×÷Ϊһ¸ö XML ת´¢Êä³öµ½ stdout¡£"
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "É豸"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+#, fuzzy
+msgid "dettach node device its device driver"
+msgstr "¸½¼ÓдÅÅÌÉ豸."
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Óò %s ±»É¾³ý\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "ΪÓò %s ·ÖÀëÉ豸ʧ°Ü"
+
+#: src/virsh.c:4516
+#, fuzzy
+msgid "reattach node device its device driver"
+msgstr "¸½¼ÓдÅÅÌÉ豸."
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "´Ó %s »ñµÃÉ豸ʧ°Ü"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "´ÅÅÌÉ豸Ŀ±ê"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "»ñµÃÔËÐÐÓòµÄÉ豸¿é״̬¡£"
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Óò %s ±»ÖØÐ»ָ´\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Éú³ÉÈÕÖ¾Îļþʧ°Ü %s£º%s"
+
+#: src/virsh.c:4598
msgid "print the hypervisor hostname"
msgstr "´òÓ¡¹ÜÀí³ÌÐòÖ÷»úÃû"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
msgid "failed to get hostname"
msgstr "»ñµÃÖ÷»úÃûʧ°Ü"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
msgid "print the hypervisor canonical URI"
msgstr "´òÓ¡¹ÜÀí³ÌÐòµäÐ͵ÄURI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
msgid "failed to get URI"
msgstr "»ñµÃURIʧ°Ü"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc ÏÔʾ"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr "ΪVNC ÏÔʾÊä³öIPµØÖ·ºÍ¶Ë¿ÚºÅ."
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr "tty ¿ØÖÆÌ¨"
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr "Ϊ TTY ¿ØÖÆÌ¨Êä³öÉ豸¡£"
-#: src/virsh.c:4608
+#: src/virsh.c:4791
msgid "attach device from an XML file"
msgstr "´ÓÒ»¸öXMLÎļþ¸½¼Ó×°ÖÃ"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
msgid "Attach device from an XML <file>."
msgstr "´ÓÒ»¸öXMLÎļþ¸½¼Ó×°ÖÃ."
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr "XML Îļþ"
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr "attach-device£ºÈ±ÉÙ <file> Ñ¡Ïî"
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, c-format
msgid "Failed to attach device from %s"
msgstr "´Ó %s »ñµÃÉ豸ʧ°Ü"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
msgid "detach device from an XML file"
msgstr "´ÓÒ»¸ö XML Îļþ·ÖÀëÉ豸"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
msgid "Detach device from an XML <file>"
msgstr "´ÓÒ»¸ö XML Îļþ·ÖÀëÉ豸"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr "detach-device£ºÈ±ÉÙ <file> Ñ¡Ïî"
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, c-format
msgid "Failed to detach device from %s"
msgstr "ΪÓò %s ·ÖÀëÉ豸ʧ°Ü"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
msgid "attach network interface"
msgstr "»ñµÃÍøÂç½çÃæ"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr "¸½¼ÓÐÂÍøÂç½çÃæ."
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr "ÍøÂç½çÃæÀàÐÍ"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
msgid "source of network interface"
msgstr "ÍøÂç½çÃæÔ´"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
msgid "target network name"
msgstr "Ä¿±êÍøÂçÃû³Æ"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
msgid "MAC address"
msgstr "MAC µØÖ·"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr "¹¹½¨ÍøÂç½çÃæÓýű¾"
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr "%sÔÚ'attach-interface'ÃüÁîÖв»Ö§³Ö"
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
msgid "detach network interface"
msgstr "·ÖÀëÍøÂç½çÃæ"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr "·ÖÀëÍøÂç½çÃæ."
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
msgid "Failed to get interface information"
msgstr "»ñµÃ½çÃæÐÅϢʧ°Ü"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr "δÕÒµ½ÀàÐÍΪ%sµÄ½çÃæ"
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "δÕÒµ½MACµØÖ·Îª%sµÄ½çÃæ"
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
msgid "Failed to allocate memory"
msgstr "·ÖÅäÄÚ´æÊ§°Ü"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
msgid "Failed to create XML"
msgstr "´´½¨XMLʧ°Ü"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr "¸½¼Ó´ÅÅÌÉ豸"
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr "¸½¼ÓдÅÅÌÉ豸."
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr "´ÅÅÌÉ豸Դ"
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr "´ÅÅÌÉ豸Ŀ±ê"
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr "´ÅÅÌÉ豸Çý¶¯"
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr "´ÅÅÌÉ豸¸±Çý¶¯"
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr "Ä¿±êÉ豸ÀàÐÍ"
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr "É豸¶Áдģʽ"
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr "%sÔÚ'attach-disk'ÃüÁîÖв»Ö§³Ö"
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr "·ÖÀë´ÅÅÌÉ豸"
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr "·ÖÀë´ÅÅÌÉ豸."
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
msgid "Failed to get disk information"
msgstr "»ñµÃ´ÅÅÌÐÅϢʧ°Ü"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr "Ä¿±êΪ %sµÄ´ÅÅÌδÕÒµ½"
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "Ϊ³õʼ×Ö·û´®·ÖÅäÄÚ´æÊ§°Ü£º%s "
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "%s£ºÐ´ÈëÈÕÖ¾Îļþʧ°Ü£º%s"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "%s£ºÐ´ÈëÈÕÖ¾Îļþʧ°Ü£º%s"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "%s£ºÐ´ÈëÈÕÖ¾Îļþʧ°Ü£º%s"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "´´½¨²»»î¶¯Óò %s ʧ°Ü\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "lvs ÃüÁîʧ°Ü"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, fuzzy, c-format
msgid "%s: command exited with non-zero status"
msgstr "´øÍ˳ö״̬ %d µÄ lvs ÃüÁîʧ°Ü"
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s£ºÐ´ÈëÈÕÖ¾Îļþʧ°Ü£º%s"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "È¡Ïû¶¨ÒåÒ»¸ö·Ç»îÔ¾ÓòµÄÅäÖá£"
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "È¡Ïû¶¨ÒåÒ»¸ö·Ç»îÔ¾ÓòµÄÅäÖá£"
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "¶ÁÈ¡ÅäÖÃÎļþʧ°Ü"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "È¡Ïû¶¨ÒåÒ»¸ö·Ç»îÔ¾ÍøÂçÅäÖá£"
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "È¡Ïû¶¨ÒåÒ»¸ö·Ç»îÔ¾ÍøÂçÅäÖá£"
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "È¡Ïû¶¨ÒåÒ»¸ö²»»îÔ¾³ØµÄÅäÖá£"
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "È¡Ïû¶¨ÒåÒ»¸ö²»»îÔ¾³ØµÄÅäÖá£"
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "Í˳öÕâ¸ö·Ç½»»¥Ê½ÖÕ¶Ë"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "ÃüÁî '%s' ÐèÒª <%s> Ñ¡Ïî"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "ÃüÁî '%s' ÐèÒª --%s Ñ¡Ïî"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "ÃüÁî '%s' ²»´æÔÚ"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
msgid ""
"\n"
" SYNOPSIS\n"
@@ -6400,17 +6983,17 @@ msgstr ""
"\n"
" SYNOPSIS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6418,7 +7001,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6426,58 +7009,58 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "È¡Ïû¶¨ÒåÓòÃû»ò id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "»ñµÃÓò '%s' ʧ°Ü"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "δָ¶¨ÍøÂçÃû³Æ"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "»ñµÃÍøÂç '%s' ʧ°Ü"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
msgid "undefined pool name"
msgstr "䶨Ò峨Ãû³Æ"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, c-format
msgid "failed to get pool '%s'"
msgstr "»ñµÃ³Ø '%s' ʧ°Ü"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
msgid "undefined vol name"
msgstr "䶨Òå¾íÃû³Æ"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, c-format
msgid "failed to get vol '%s'"
msgstr "»ñµÃ¾í '%s' ʧ°Ü"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6488,129 +7071,129 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "ȱÉÙ \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "²»ÆÚÍûµÄÁîÅÆ£¨ÃüÁîÃû£©£º'%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "δ֪µÄÃüÁ'%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "ÃüÁî '%s' ²»Ö§³ÖÑ¡Ïî --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "ÆÚÍûµÄʹÓ÷½·¨£º--%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "Êý×Ö"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "×Ö·û´®"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "·ÇÆÚÍûµÄÊý¾Ý '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "Ñ¡Ïî"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "Êý¾Ý"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
#, fuzzy
msgid "idle"
msgstr "Îļþ"
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "ÔÝÍ£"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "¹Ø±Õ"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "¹Ø±Õ"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "±ÀÀ£"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "ÀëÏß"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "ÎÞЧµÄÁ¬½Ó"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: ´íÎó£º"
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "´íÎó£º"
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: ·ÖÅä %d ×Ö½Úʧ°Ü"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: ·ÖÅä %lu×Ö½Úʧ°Ü"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "Á¬½Óµ½¹ÜÀí³ÌÐòʧ°Ü"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
msgid "failed to get the log file information"
msgstr "»ñµÃÈÕÖ¾ÎļþÐÅϢʧ°Ü"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr "ÈÕ־·¾¶²»ÊÇÒ»¸öÎļþ"
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr "´ò¿ªÈÕÖ¾Îļþʧ°Ü,¼ì²éÈÕÖ¾Îļþ·¾¶"
-#: src/virsh.c:6644
+#: src/virsh.c:6834
msgid "failed to write the log file"
msgstr "дÈëÈÕÖ¾Îļþʧ°Ü"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s£ºÐ´ÈëÈÕÖ¾Îļþʧ°Ü£º%s"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
msgid "failed to disconnect from the hypervisor"
msgstr "Óë¹ÜÀí³ÌÐò¶Ï¿ªÁ¬½Óʧ°Ü"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, c-format
msgid ""
"\n"
@@ -6643,7 +7226,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
@@ -6653,17 +7236,17 @@ msgstr ""
" (ʹÓà --help <command> À´»ñµÃÕâ¸öÃüÁîµÄÏêϸÐÅÏ¢)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "²»Ö§³ÖÑ¡Ïî '-%c'¡£²ÎÔÄ --help¡£"
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6672,7 +7255,7 @@ msgstr ""
"»¶ÓʹÓà %s£¬ÐéÄ⻯µÄ½»»¥Ê½ÖÕ¶Ë¡£\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6682,462 +7265,476 @@ msgstr ""
" 'quit' Í˳ö\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "δ֪´íÎó"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "¾¯¸æ"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "´íÎó"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "ûÓдíÎóѶϢÌṩ"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "ÄÚ²¿´íÎó %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "ÄÚ²¿´íÎó"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "ÄÚ´æÒç³ö"
+
+#: src/virterror.c:706
msgid "this function is not supported by the hypervisor"
msgstr "´Ë¹¦Äܲ»±»¹ÜÀí³ÌÐòÖ§³Ö"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "´Ë¹¦Äܲ»±»¹ÜÀí³ÌÐòÖ§³Ö %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "²»ÄÜÁ¬½Óµ½¹ÜÀí³ÌÐò"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "²»ÄÜÁ¬½Óµ½ %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "ÎÞЧµÄÁ¬½ÓÖ¸Ïò"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "ÎÞЧµÄÁ¬½ÓÖ¸Ïò %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "ÎÞЧµÄÓòÃûÖ¸Ïò"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "ÎÞЧµÄÓòÃûÖ¸Ïò %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "ÎÞЧµÄ²ÎÊý"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "ÎÞЧµÄ²ÎÊý %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "²Ù×÷ʧ°Ü: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "²Ù×÷ʧ°Ü"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET²Ù×÷ʧ°Ü: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET²Ù×÷ʧ°Ü"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST²Ù×÷ʧ°Ü: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST²Ù×÷ʧ°Ü"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "µÃµ½Î´ÖªµÄHTTP´íÎó´úÂë %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "δ֪µÄÖ÷»ú %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "δ֪µÄÖ÷»ú"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "ÐòÁл¯S-Exprʧ°Ü: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "ÐòÁл¯S-Exprʧ°Ü"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "²»ÄÜʹÓÃXen¹ÜÀí³ÌÐòµÇ¼"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "²»ÄÜʹÓÃXen¹ÜÀí³ÌÐòµÇ¼ %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "²»ÄÜÁ¬½ÓXen´æ´¢Æ÷"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "²»ÄÜÁ¬½ÓXen´æ´¢Æ÷ %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "Xenϵͳµ÷ÓÃʧ°Ü %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "δ֪²Ù×÷ϵͳÀàÐÍ"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "δ֪²Ù×÷ϵͳÀàÐÍ %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "¶ªÊ§ÄÚºËÐÅÏ¢"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "¶ªÊ§rootÉ豸ÐÅÏ¢"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "¶ªÊ§rootÐÅÏ¢ %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "¶ªÊ§É豸µÄÔ´´úÂëÐÅÏ¢"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "¶ªÊ§É豸µÄÔ´´úÂëÐÅÏ¢ %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "¶ªÊ§É豸µÄÄ¿±êÐÅÏ¢"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "¶ªÊ§É豸µÄÄ¿±êÐÅÏ¢ %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "¶ªÊ§ÓòÃûÐÅÏ¢"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "¶ªÊ§ÓòÃûÐÅÏ¢ %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "¶ªÊ§²Ù×÷ϵͳÐÅÏ¢"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "¶ªÊ§²Ù×÷ϵͳÐÅÏ¢ %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "¶ªÊ§É豸ÐÅÏ¢"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "¶ªÊ§É豸ÐÅÏ¢ %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "×¢²áÁËÌ«¶àµÄÉ豸"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "×¢²áÁËÌ«¶àµÄÉ豸 %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "¿âµ÷ÓÃʧ°Ü£¬¿ÉÄܲ»Ö§³Ö"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "¿âµ÷Óà %s ʧ°Ü£¬¿ÉÄܲ»Ö§³Ö"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XMLÃèÊö²»ÊÇÁ¼ºÃµÄ¸ñʽ»òÕßÎÞЧ"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XMLÃèÊö %s ²»ÊÇÁ¼ºÃµÄ¸ñʽ»òÕßÎÞЧ"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "Õâ¸öÓòÃûÒѾ´æÔÚ"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "ÓòÃû %s ÒѾ´æÔÚ"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "Ö»¶ÁȨÏÞ½ûÖ¹´Ë²Ù×÷"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "Ö»¶ÁȨÏÞ½ûÖ¹²Ù×÷ %s "
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "´ò¿ª²¢¶ÁÈ¡ÅäÖÃÎļþʧ°Ü"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "´ò¿ª²¢¶ÁÈ¡ %s Îļþʧ°Ü"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "¶ÁÈ¡ÅäÖÃÎļþʧ°Ü"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "¶ÁÈ¡ÅäÖÃÎļþ %s ʧ°Ü"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "½âÎöÅäÖÃÎļþʧ°Ü"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "½âÎöÅäÖÃÎļþ%sʧ°Ü"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "ÅäÖÃÎļþÓï·¨´íÎó"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "ÅäÖÃÎļþÓï·¨´íÎó: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "дÈëÅäÖÃÎļþʧ°Ü"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "дÈëÅäÖÃÎļþʧ°Ü: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "Óï·¨´íÎó"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "ÎÞЧµÄÍøÂçÖ¸Õë"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "ÎÞЧµÄÍøÂçÖ¸Õë %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "Õâ¸öÍøÂçÒÑ´æÔÚ"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "ÍøÂç%s ÒѾ´æÔÚ"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "ϵͳµ÷ÓôíÎó"
-#: src/virterror.c:877
+#: src/virterror.c:913
msgid "RPC error"
msgstr "RPC´íÎó"
-#: src/virterror.c:883
+#: src/virterror.c:919
msgid "GNUTLS call error"
msgstr "GNUTLSµ÷ÓôíÎó"
-#: src/virterror.c:889
+#: src/virterror.c:925
msgid "Failed to find the network"
msgstr "²éÕÒÍøÂçʧ°Ü"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, c-format
msgid "Failed to find the network: %s"
msgstr "²éÕÒÍøÂçʧ°Ü: %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
msgid "Domain not found"
msgstr "δÕÒµ½Óò"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, c-format
msgid "Domain not found: %s"
msgstr "δÕÒµ½Óò: %s"
-#: src/virterror.c:901
+#: src/virterror.c:937
msgid "Network not found"
msgstr "δÕÒµ½ÍøÂç"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, c-format
msgid "Network not found: %s"
msgstr "δÕÒµ½ÍøÂç: %s"
-#: src/virterror.c:907
+#: src/virterror.c:943
msgid "invalid MAC address"
msgstr "ÎÞЧµÄ MAC µØÖ·"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, c-format
msgid "invalid MAC address: %s"
msgstr "ÎÞЧµÄ MAC µØÖ·: %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
msgid "authentication failed"
msgstr "Ñé֤ʧ°Ü"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, c-format
msgid "authentication failed: %s"
msgstr "Ñé֤ʧ°Ü: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
msgid "Storage pool not found"
msgstr "δÕÒµ½´æ´¢³Ø"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, c-format
msgid "Storage pool not found: %s"
msgstr "δÕÒµ½´æ´¢³Ø: %s"
-#: src/virterror.c:925
+#: src/virterror.c:961
msgid "Storage volume not found"
msgstr "δÕÒµ½´æ´¢¾í"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, c-format
msgid "Storage volume not found: %s"
msgstr "δÕÒµ½´æ´¢¾í: %s"
-#: src/virterror.c:931
+#: src/virterror.c:967
msgid "invalid storage pool pointer in"
msgstr "ÎÞЧµÄ´æ´¢³ØÖ¸Õë"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr "%s ÖÐÎÞЧµÄ´æ´¢³ØÖ¸Õë"
-#: src/virterror.c:937
+#: src/virterror.c:973
msgid "invalid storage volume pointer in"
msgstr "ÎÞЧµÄ´æ´¢¾íÖ¸Õë"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr "%s ÖÐÎÞЧµÄ´æ´¢¾íÖ¸Õë"
-#: src/virterror.c:943
+#: src/virterror.c:979
msgid "Failed to find a storage driver"
msgstr "²éÕÒ´æ´¢Çý¶¯³ÌÐòʧ°Ü"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr "²éÕÒ´æ´¢Çý¶¯³ÌÐòʧ°Ü£º %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "²éÕÒ´æ´¢Çý¶¯³ÌÐòʧ°Ü"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "²éÕÒ´æ´¢Çý¶¯³ÌÐòʧ°Ü£º %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "ÎÞЧµÄ´æ´¢¾íÖ¸Õë"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "ÎÞЧµÄÓòÃûÖ¸Ïò %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "δÕÒµ½É豸£º%s£¨%s£©"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "δÕÒµ½É豸£º%s£¨%s£©"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "δÕÒµ½´æ´¢³Ø"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "δÕÒµ½´æ´¢³Ø: %s"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "²ÎÊý»º³å̫С"
@@ -7208,7 +7805,7 @@ msgstr "
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr "ÐÅÓõ÷¶È³ÌÐòÉÏÏÞ²ÎÊý £¨%d£©³¬³ö·¶Î§ £¨0-65535£©"
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "ÎÞ·¨¶ÁÈ¡ %s£º%s"
@@ -7261,7 +7858,7 @@ msgstr "
msgid "domain information incomplete, missing uuid"
msgstr "ÓòÐÅÏ¢²»ÍêÈ«£¬È±ÉÙ uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "ÓòÐÅÏ¢²»ÍêÈ«£¬È±ÉÙÃû³Æ"
@@ -7303,214 +7900,221 @@ msgstr "ȱ
msgid "cannot parse vbd filename, missing driver type"
msgstr "ȱÉÙÇý¶¯ÀàÐÍ£¬ÎÞ·¨½âÊÍ vbd ÎļþÃû"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "ÎÞЧµÄ MAC µØÖ·: %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "ÒâÍâµÄÖØ¸´½Úµã"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "δ֪ auth ÀàÐÍ '%s'"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "ÓòÐÅÏ¢²»ÍêÈ«,ȱÉÙid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "ÎÞЧµÄ MAC µØÖ·: %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "δ֪²Ù×÷ϵͳÀàÐÍ %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
msgid "topology syntax error"
msgstr "ÍØÆË½á¹¹¾ä·¨´íÎó"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "½âÊÍ Xend ÓòÐÅϢʧ°Ü"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "ÓòûÓÐÔÚÔËÐÐ"
+
+#: src/xend_internal.c:3219
#, fuzzy
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr "xenDaemonDomainDumpXMLByName ÎÞ·¨ÕÒµ½Õâ¸öÓò"
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "½¨Á¢³Ø %s ʧ°Ü"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "²»Ö§³ÖµÄÊäÈëÉ豸ÀàÐÍ %s"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr "xenDaemonGetAutostart ÎÞ·¨ÕÒµ½Õâ¸öÓò"
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr "xenDaemonGetAutostart ÎÞ·¨ÕÒµ½Õâ¸öÓò"
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
msgid "unexpected value from on_xend_start"
msgstr "on_xend_start ÖеÄÒâÍâÖµ"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
msgid "no memory"
msgstr "ûÓÐÄÚ´æ"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
msgid "sexpr2string failed"
msgstr "sexpr2string ʧ°Ü"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
msgid "Failed to redefine sexpr"
msgstr "ÖØÐ¶¨Òå sexpr ʧ°Ü"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr "sexpr ÖÐûÓÐ on_xend_start"
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "ÎÞ·¨´ò¿ª tty %s: %s\n"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr "xenDaemonDomainMigrate£ºXen ²»Ö§³ÖÔÚÇ¨ÒÆÊ±ÖØÐÂÃüÃûÓò"
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr "xenDaemonDomainMigrate£ºXen ²»Ö§³ÖÔÚÇ¨ÒÆÊ±µÄ´ø¿íÏÞÖÆ"
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr "xenDaemonDomainMigrate£º²»Ö§³ÖµÄ±ê¼Ç"
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr "xenDaemonDomainMigrate£ºÎÞЧ URI"
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr "xenDaemonDomainMigrate£ºXen Ö»Ö§³Ö xenmigr:// Ç¨ÒÆ"
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr "xenDaemonDomainMigrate£ºÔÚ URI ÖбØÐëÖ¸¶¨Ö÷»úÃû"
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "xenDaemonDomainMigrate£ºÎÞЧ¶Ë¿ÚºÅ"
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
msgid "failed to parse domain description"
msgstr "½âÊÍÓòÃèÊöʧ°Ü"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "´´½¨²»»î¶¯Óò %s ʧ°Ü\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr "xendConfigVersion < 4 ²»Ö§³Ö"
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
msgid "node information incomplete, missing scheduler name"
msgstr "½ÚµãÐÅÏ¢²»ÍêÕû£¬È±ÉÙµ÷¶È³ÌÐòÃû³Æ"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr "strdup ʧ°Ü"
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr "δ֪µ÷¶È³ÌÐò"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
msgid "Failed to get a scheduler name"
msgstr "»ñµÃµ÷¶È³ÌÐòÃûʧ°Ü"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
msgid "domain information incomplete, missing cpu_weight"
msgstr "ÓòÐÅÏ¢²»ÍêÕû£¬È±ÉÙ cpu_weight"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
msgid "domain information incomplete, missing cpu_cap"
msgstr "ÓòÐÅÏ¢²»ÍêÕû£¬È±ÉÙ cpu_cap"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr "²»Ö§³Ö dom0 ÖÐµÄ domainBlockPeek"
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr "%s£ºÎÞЧ·¾¶"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "´ò¿ª²¢¶Áȡʧ°Ü£º%s£º%s"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "´ÓÎļþ lseek »òÕß¶Áȡʧ°Ü£º%s£º%s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "ÒâÍâµÄÓòÀàÐÍ %d"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "ÒâÍâµÄmimeÀàÐÍ"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "²»Ö§³ÖµÄ´æ´¢¾íÀàÐÍ %d"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "ÒâÍâµÄÖµ½Úµã"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
msgid "no HVM domain loader"
msgstr "ÎÞ HVM Óò×°ÔØ³ÌÐò"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "²»Ö§³Ö ai_socktype"
@@ -7586,45 +8190,45 @@ msgstr "
msgid "unexpected lifecycle action %d"
msgstr "ÒâÍâµÄÖØ¸´½Úµã"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr "ÎÞ·¨ÎªÓòËÑË÷ÓÃÀ´¸²¸ÇµÄÅäÖÃÎļþÎļþÃû"
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr "ÎÞ·¨ÎªÓòËÑË÷ÓÃÀ´¸²¸ÇµÄÅäÖÃÎļþÌõÄ¿"
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
msgid "failed to remove old domain from config map"
msgstr "´ÓÅäÖÃÓ³ÏñÖÐɾ³ýÔÀ´µÄÓòʧ°Ü"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr "ÅäÖÃÎļþÃû³Æ¹ý³¤"
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
msgid "unable to get current time"
msgstr "ÎÞ·¨»ñµÃµ±Ç°Ê±¼ä"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
msgid "unable to store config file handle"
msgstr "ÎÞ·¨±£´æÅäÖÃÎļþÈí¼þ"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
msgid "unknown device"
msgstr "δ֪É豸"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Éú³ÉÈÕÖ¾Îļþʧ°Ü %s£º%s"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Éú³ÉÈÕÖ¾Îļþʧ°Ü %s£º%s"
@@ -7633,19 +8237,34 @@ msgstr "
msgid "Invalid parameter to virXPathString()"
msgstr "virXPathString() µÄÎÞЧ²ÎÊý"
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr "virXPathNumber() µÄÎÞЧ²ÎÊý"
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "virXPathString() µÄÎÞЧ²ÎÊý"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "virXPathString() µÄÎÞЧ²ÎÊý"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr "virXPathBoolean() µÄÎÞЧ²ÎÊý"
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr "virXPathNode() µÄÎÞЧ²ÎÊý"
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "virXPathNodeSet() µÄÎÞЧ²ÎÊý"
@@ -7671,16 +8290,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "³ØÒѾ¼¤»î"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "ÕýÔÚ·ÖÅäÓòÃû"
+#~ msgid "Cannot access %s '%s': %s (%d)"
+#~ msgstr "ÎÞ·¨·ÃÎÊ %s '%s'£º%s £¨%d£©"
+
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "ÎÞ·¨»ñµÃ sock µØÖ· %d£¨%s£©"
+
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "ÎÞ·¨»ñµÃ peer µØÖ· %d£¨%s£©"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "É趨·Ç¿éÎļþÃèÊö·û±ê¼Çʧ°Ü"
+
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "Éú³ÉÈÕÖ¾Îļþʧ°Ü %s£º%s"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "ÎÞ·¨Îª VM ÈÕÖ¾ÎļþÉ趨 close-on-exec ±êÇ© %s"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "qemudStartup£ºÄÚ´æÒç³ö"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "ÎÞ·¨¹Ø±ÕÈÕÖ¾Îļþ %d£º%s"
+
#~ msgid "allocating configuration"
#~ msgstr "·ÖÅäÅäÖÃ"
@@ -7728,9 +8375,6 @@ msgstr "
#~ msgid "failed to mount %s at %s for container: %s"
#~ msgstr "ΪÈÝÆ÷ÔÚ %s ¹ÒÔØ %s ʧ°Ü£º%s"
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "´ò¿ª£¨%s£©Ê§°Ü£º%s"
-
#~ msgid "clone() failed, %s"
#~ msgstr "clone() ʧ°Ü£¬%s"
@@ -8154,12 +8798,6 @@ msgstr "
#~ msgid "cannot write tty pid file %s: %s"
#~ msgstr "ÎÞ·¨Ð´Èë tty pid Îļþ %s£º%s"
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "ÎÞ·¨´ò¿ª tty pid Îļþ %s£º%s"
-
-#~ msgid "cannot read tty pid file %s: %s"
-#~ msgstr "ÎÞ·¨¶ÁÈ¡ tty pid Îļþ %s£º%s"
-
#~ msgid "execl failed to exec init: %s"
#~ msgstr "exec1 Ö´Ðгõʼ»¯Ê§°Ü£º%s"
@@ -8277,9 +8915,6 @@ msgstr "
#~ msgid "missing sound model"
#~ msgstr "ȱÉÙÉùÒôÄ£¿é"
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "ÎÞЧµÄÉùÒôÄ£¿é '%s'"
-
#~ msgid "domain name length too long"
#~ msgstr "ÓòÃû³¤¶È¹ý³¤"
diff --git a/po/zh_TW.gmo b/po/zh_TW.gmo
index 0ac690f..f3df3fa 100644
Binary files a/po/zh_TW.gmo and b/po/zh_TW.gmo differ
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 2c7e2df..61a7c9a 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: zh_TW\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2007-04-10 16:18+1000\n"
"Last-Translator: Chester Cheng <ccheng at redhat.com>\n"
"Language-Team: Traditional Chinese <zh_TW at li.org>\n"
@@ -97,241 +97,241 @@ msgstr ""
msgid "Unknown error"
msgstr "æªç¥ç主æ©"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "ç¡æ³æ«ååå %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "ç¡æ³è®åæè¿°æª %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "åé
è¨å®"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "åé
網路"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "ç¡é æçæ¸å¼ç¯é»"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "ç¡æ³æ«ååå %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "ç¡æ³æ«ååå %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "ç¡æ³æ«ååå %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "ç¡æ³æ«ååå %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "ç¡æ³åé
ç¯é»"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "ç¡æ³æ«ååå %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "ç¡æ³æ«ååå %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "ç¡æ³åé
ç¯é»"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
msgid "cannot initialize mutex"
msgstr ""
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
msgid "cannot initialize condition variable"
msgstr ""
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "ç¡æ³çºç¶²è·¯ %s åæ¶å®ç¾©"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "ç¡æ³çºç¶²è·¯ %s åæ¶å®ç¾©"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "ç¡æ³é£ä¸ hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "æä½å¤±æï¼%s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -339,453 +339,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "ç¡æ³åå¾ç¯é»è³è¨"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "ç¡æ³éå網路 %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "æ¹è®è¨æ¶é«åé
"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET æä½å¤±æï¼%s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "ç¡é æç mime é¡å"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "ç¡æ³å¯«å
¥ææ§½ %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "ç¡æ³åé
ç¯é»"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "ç¡æ³åé
ç¯é»"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "ç¡æ³åé
ç¯é»"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "ç¡æ³æ«ååå %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "ç¡æ³æ«ååå %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "ç¡æ³ç¹¼çºåå %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "網路å稱æ uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "ç¡æ³å°åå %s çæ ¸å¿å¾å°è³ %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "æä½å¤±æ"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "æ¶å°æªç¥ç HTTP é¯èª¤ç¢¼ %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "ç¡æ³è§£æä¼ºæå¨çåæ"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "ç¡æçé£ç·ææ¨ï¼æ¼ "
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "è¨æ¶é«ä¸è¶³"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "æªç¥ç使¥ç³»çµ±é¡å"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "ååç®åçè¨æ¶é«"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "ååç®åçè¨æ¶é«"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, c-format
msgid "Cannot resolve address %d: %s"
msgstr ""
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "ç¡æ³å°åå %s åè³ %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "ç¡æ³åå¾ç¯é»è³è¨"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "è¨æ¶é«ä¸è¶³"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "ç¡æ³å»ºç«ééä½ä¸çåå %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "ç¡æ³å»ºç«ééä½ä¸çåå %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "ååè³è¨"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "ç¡é æç dict ç¯é»"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -906,531 +922,532 @@ msgstr "ç¡æ³å°ç¶²è·¯å å
¥è³é£ç·éæ¹è¡¨"
msgid "dev missing from connection hash table"
msgstr "é£ç·éæ¹è¡¨ä¸æ¾ä¸å°åå"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "æªç¥çæä»¤ï¼ã%sã"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, c-format
msgid "Invalid floppy device name: %s"
msgstr ""
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr ""
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "æªç¥çæä»¤ï¼ã%sã"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "æ¾ä¸å°è£ç½®ç便ºè³è¨"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "æ¾ä¸å°è£ç½®ç便ºè³è¨"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "æ¾ä¸å°è£ç½®ç便ºè³è¨"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "æ¾ä¸å° root è£ç½®çè³è¨"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "æ¾ä¸å° root è£ç½®çè³è¨"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, c-format
msgid "cannot parse vnc port %s"
msgstr ""
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "æªç¥çæä»¤ï¼ã%sã"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, c-format
msgid "cannot parse vendor id %s"
msgstr ""
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, c-format
msgid "cannot parse product %s"
msgstr ""
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, c-format
msgid "cannot parse bus %s"
msgstr ""
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, c-format
msgid "cannot parse device %s"
msgstr ""
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "æ¾ä¸å° \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "æ¾ä¸å° \""
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "ç¡æ³é£ä¸ %s"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "ç¡æ³é£ä¸ %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "ç¡æ³é£ä¸ %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "æªç¥çä¸»æ© %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "æªç¥çä¸»æ© %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "æ¾ä¸å°è£ç½®çç®æ¨è³è¨"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "æªç¥çä¸»æ© %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, c-format
msgid "unknown lifecycle action %s"
msgstr ""
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "æ¾ä¸å° root è£ç½®çè³è¨"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "æªç¥ç使¥ç³»çµ±é¡å"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "æ¾ä¸å°ååå稱çè³è¨"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "ç¡æçååææ¨ï¼æ¼ %s"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "ç¡æ³åå¾ç¶²è·¯ UUID"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
msgid "missing memory element"
msgstr ""
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "ç¡é æçè³æã%sã"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "æªç¥ç使¥ç³»çµ±é¡å"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
msgid "cannot extract boot device"
msgstr ""
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "æ¾ä¸å° root è£ç½®çè³è¨"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "æªç¥çä¸»æ© %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "ç¡æ³è§£éå·è¡ä¸ %s hypervisor ççæ¬\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "網路å稱"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
msgid "cannot extract serial devices"
msgstr ""
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "ç¡æ³è§£éå·è¡ä¸ %s hypervisor ççæ¬\n"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "ç¡æ³è§£éå·è¡ä¸ %s hypervisor ççæ¬\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "ç¡æ³è§£éå·è¡ä¸ %s hypervisor ççæ¬\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, c-format
msgid "at line %d: %s"
msgstr ""
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "ç¡æ³åå
¥å
§å®¹"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
msgid "incorrect root element"
msgstr ""
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "ç¡é æç mime é¡å"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "ç¡é æç mime é¡å"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "ç¡é æç dict ç¯é»"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "ç¡é æç dict ç¯é»"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "ç¡é æç dict ç¯é»"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "ç¡é æç mime é¡å"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "ç¡é æç mime é¡å"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "ç¡é æç mime é¡å"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "ç¡é æç dict ç¯é»"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "ç¡é æç mime é¡å"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "ç¡é æç mime é¡å"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "ç¡é æç dict ç¯é»"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "ç¡é æç mime é¡å"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "ç¡é æç mime é¡å"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "ç¡é æç mime é¡å"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "ç¡é æçæ¸å¼ç¯é»"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "ç¡æ³å¯«å
¥è¨å®æªï¼%s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "ç¡æ³å¯«å
¥è¨å®æªï¼%s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "ç¡æ³å¯«å
¥è¨å®æªï¼%s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "ç¡æ³å¯«å
¥è¨å®æªï¼%s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "ç¡æ³æ«ååå %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "ç¡æ³å¯«å
¥è¨å®æªï¼%s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "æªç¥ç使¥ç³»çµ±é¡å"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "ç¡æ³å¯«å
¥ææ§½ %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "ç¡æ³å¾ %s 建ç«ç¶²è·¯"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "ç¡æ³å°åå %s åè³ %s"
@@ -1440,57 +1457,57 @@ msgstr "ç¡æ³å°åå %s åè³ %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "ç¡æ³é£ä¸ %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "網路å稱"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
msgid "path too long"
msgstr ""
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "ååç®åçè¨æ¶é«"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "ååçè³è¨ä¸æ£ç¢ºï¼domid 䏦鿏ååæ
"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "ååçè³è¨ä¸æ£ç¢ºï¼domid 䏦鿏ååæ
"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1533,12 +1550,12 @@ msgstr "ç¡æ³å»ºç«ééä½ä¸çåå %s\n"
msgid "failed to bind new root %s"
msgstr "ç¡æ³çºç¶²è·¯ %s åæ¶å®ç¾©"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "ç¡æ³å°åå %s åè³ %s"
@@ -1711,23 +1728,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "åå id æ uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "éä½ç¨ä¸ååçå稱"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "åæ¶å®ç¾©éä½ç¨ä¸çåå"
@@ -1782,7 +1799,7 @@ msgstr "ç¡æçååææ¨ï¼æ¼ "
msgid "failed to kill pid %d"
msgstr "ç¡æ³æ«ååå %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "ç¡æ³æ«ååå %s"
@@ -1817,225 +1834,235 @@ msgstr "ååå稱"
msgid "no domain with id %d"
msgstr "ç¯é»çå忏
å®"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "æªç¥çä¸»æ© %s"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "ç¡æ³ç¹¼çºåå %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "ç¡æçåæ¸ï¼æ¼ %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "ç¡æçåæ¸ï¼æ¼ "
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "ç¡æçåæ¸ï¼æ¼ %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, c-format
msgid "cannot use name address '%s'"
msgstr ""
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, c-format
msgid "cannot parse IP address '%s'"
msgstr ""
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, c-format
msgid "cannot parse netmask '%s'"
msgstr ""
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "ç¡æ³å¯«å
¥è¨å®æªï¼%s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "åå %s å·²ç¶åå¨"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "ç¡æ³éå網路 %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
msgid "cannot initialize bridge support"
msgstr ""
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "è¨æ¶é«ä¸è¶³"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "ç¡æ³å¾ %s 建ç«ç¶²è·¯"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "ç¡æ³å°åå %s åè³ %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "ç¡æ³å°åå %s åè³ %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "ç¡æ³å°åå %s åè³ %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "ç¡æ³å°åå %s åè³ %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "ç¡æ³å°åå %s åè³ %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "ç¡æ³å°åå %s åè³ %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "ç¡æ³å°åå %s åè³ %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "ç¡æ³å°åå %s åè³ %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "ç¡æ³å°åå %s åè³ %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "ç¡æ³å°åå %s åè³ %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "ååå·²ç¶åå"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "ç¡æ³å¯«å
¥è¨å®æªï¼%s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "ç¡æ³æ«ååå %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "ç¡æ³æ«ååå %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "ç¡æ³æ«ååå %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "ç¡æ³éåè¦è®åç %s"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "ç¡æ³æ«ååå %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "ç¡æ³æ«ååå %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "ç¡æ³åå¾ç¶²è·¯ã%sã"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "ååéå¨å·è¡ä¸"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "XML æ ¼å¼ç網路è³è¨"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "網路 %s å·²éå\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "ç¡æ³å¾ %s 建ç«ç¶²è·¯"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "ç¡æ³å°åå %s åè³ %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "ç¡æ³æ«ååå %s"
@@ -2045,7 +2072,267 @@ msgstr "ç¡æ³æ«ååå %s"
msgid "no node device with matching name"
msgstr ""
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, c-format
+msgid "missing storage capability type for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "ç¡æ³æ«ååå %s"
+
+#: src/node_device_conf.c:502
+#, c-format
+msgid "invalid size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "網路å稱"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "ç¡æçç¶²è·¯ææ¨ï¼æ¼ %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "ç¡æçç¶²è·¯ææ¨ï¼æ¼ %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "ç¡æçååææ¨ï¼æ¼ %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "ç¡æçååææ¨ï¼æ¼ %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "ç¡æçé£ç·ææ¨ï¼æ¼ %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, c-format
+msgid "malformed uuid element for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "æ¾ä¸å° root è£ç½®çè³è¨"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "ç¡æ³æ«ååå %s"
@@ -2205,7 +2492,7 @@ msgstr ""
msgid "Could not read container config"
msgstr "ç¡æ³é£ä¸ %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
@@ -2219,6 +2506,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "ç¡æ³é£ä¸ %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "ç¡æ³æ«ååå %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "ç¡æ³è®åæè¿°æª %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "ç¡æ³æ«ååå %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "ç¡æ³æ«ååå %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "æä½å¤±æï¼%s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "ç¡æ³å¾ %s 建ç«åå"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "ç¡æ³é£ä¸ hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "ç¡æ³å¾ %s 建ç«åå"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "ç¡æ³å¾ %s 建ç«åå"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "ç¡æ³çºç¶²è·¯ %s åæ¶å®ç¾©"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "ç¡æ³å¾ %s 建ç«åå"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2263,707 +2615,779 @@ msgstr "使ç¨ä»£ç伺æå¨æéè¨é¯èª¤ï¼å°å
æ ¼å¼é¯èª¤\n"
msgid "got asynchronous packet number %d\n"
msgstr "åå¾é忥çå°å
è碼 %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr ""
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "網路å稱æ uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "網路 %s å·²éå\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, c-format
msgid "cannot initialize bridge support: %s"
msgstr ""
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "ç¡æ³åå¾ç¯é»è³è¨"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "䏿¯æ´ hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "ç¡é æçè³æã%sã"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr ""
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "ç¡é æçè³æã%sã"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
msgid "invalid sound model"
msgstr ""
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "ç¡æçååææ¨ï¼æ¼ %s"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "ç¡æçåæ¸ï¼æ¼ "
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
msgid "no monitor path"
msgstr ""
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "ç¯é»çå忏
å®"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:119
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr ""
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "ç¡æ³å¯«å
¥è¨å®æª"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "ç¡æ³å¯«å
¥è¨å®æª"
-#: src/qemu_driver.c:211
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "ç¡æ³å¯«å
¥è¨å®æª"
-
-#: src/qemu_driver.c:217
-#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "ç¡æ³ééææ§½ %d\n"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "ç¡æ³æ«ååå %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "ç¡æ³æ«ååå %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "ç¡æ³å°åå %s åè³ %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "ç¡æ³å¾ %s 建ç«åå"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "ç¡æ³å°åå %s åè³ %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "ç¡æ³å¾ %s 建ç«ç¶²è·¯"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "ååç®åçè¨æ¶é«"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "ç¡æ³æ«ååå %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "è¨æ¶é«ä¸è¶³"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "ç¡æ³æ«ååå %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "ç¡æ³æ«ååå %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, c-format
msgid "Unable to open monitor path %s"
msgstr ""
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "ç¡æ³ééææ§½ %d\n"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "ç¡æ³ééææ§½ %d\n"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "ç¡æ³åå¾ååã%sã"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "æä½å¤±æ"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "ååç®åçè¨æ¶é«"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "ååå·²ç¶åå"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, c-format
msgid "cannot create log directory %s"
msgstr ""
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr ""
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr ""
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "ç¡æ³å¯«å
¥è¨å®æª"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "ç¡æ³å¯«å
¥è¨å®æª"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "ç¡æ³å¯«å
¥è¨å®æª"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "åå %s æ£å¨å·è¡éæ©\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, c-format
msgid "Shutting down VM '%s'\n"
msgstr ""
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "ç¡æ³æ«ååå %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "ç¡æ³ééææ§½ %d\n"
+msgid "Failed to remove domain status for %s"
+msgstr "ç¡æ³å¾ %s 建ç«åå"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, c-format
msgid "Unable to log VM console data: %s\n"
msgstr ""
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "ç¡æ³æ«ååå %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "已使ç¨çè¨æ¶é«ï¼"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "ç¡æ³åå¾ hypervisor é¡å"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "åå %s å·²ç¶åå¨"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "åå %s å·²ç¶åå¨"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "ååéå¨å·è¡ä¸"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "æä½å¤±æ"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "æä½å¤±æ"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "éä½ç¨ä¸ååçå稱"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "ç¡æ³åå¾åå UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "ç¡æ³å¯«å
¥è¨å®æª"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "ç¡æ³å¯«å
¥è¨å®æª"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "ç¡æ³ééææ§½ %d\n"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "è¨æ¶é«ä¸è¶³"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "æä½å¤±æ"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "çºéä½ç¨ä¸çåååæ¶å®ç¾©ã"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "åæ¶å®ç¾©éä½ç¨ä¸çåå"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "ç¡æ³é£ä¸ %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
msgid "cpu affinity is not supported"
msgstr ""
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "ç¯é»çå忏
å®"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr ""
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "ååç®åçè¨æ¶é«"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "ç¯é»çå忏
å®"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "ç¡æ³å¾ Xen 系統ç¨å¼è®å"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "ååå·²ç¶åå"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "ç¡æ³åå¾ç¶²è·¯ UUID"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "ç¡æ³éååå %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "ç¡æ³ç¹¼çºåå %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr ""
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr ""
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "ç¡æ³é£ä¸ %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "ç¡æ³å¯«å
¥è¨å®æª"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, c-format
msgid "cannot attach %s disk"
msgstr ""
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
msgid "Unable to parse slot number\n"
msgstr ""
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "åå %s å·²ç¶åå¨"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
msgid "cannot attach usb disk"
msgstr ""
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "è¼å
¥ä¸»æ©å®ç¾©æª"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
msgid "cannot attach usb device"
msgstr ""
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "è¼å
¥ä¸»æ©å®ç¾©æª"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "åæ¶å®ç¾©éä½ç¨ä¸çåå"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
+msgstr ""
+
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "ååè³è¨"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "ç¡æ³åå¾ç¯é»è³è¨"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "ç¡æ³å¾ %s 建ç«åå"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "åæ¶å®ç¾©éä½ç¨ä¸çåå"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "èªåååä¸ååå"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "ç¡æ³å¾ %s 建ç«ç¶²è·¯"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "ç¡æ³å°åå %s åè³ %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "ç¡æçåæ¸ï¼æ¼ %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "å¾ %s å復åå\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "ç¡æ³æ«ååå %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "ç¡æ³è®åè¨å®æª %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "ç¡æçåæ¸ï¼æ¼ "
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "æä½å¤±æï¼%s"
+
+#: src/qemu_driver.c:4322
msgid "'memsave' command failed"
msgstr ""
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "ç¡æ³å¯«å
¥è¨å®æª"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "ç¯é»çå忏
å®"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "ç¡æ³åå¾åå UUID"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr ""
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "ç¡æ³éååå %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "æä½å¤±æï¼%s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "ç¡æ³ç¹¼çºåå %s"
+
+#: src/qemu_driver.c:4755
#, c-format
msgid "no domain with matching name %s"
msgstr ""
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -2974,510 +3398,591 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "ç¡æ³æ«ååå %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "ç¡æ³é£ä¸ %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "ç¡æ³ééææ§½ %d\n"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "ç¡æ³åå¾åå UUID"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
#, fuzzy
msgid "Error allocating callbacks list"
msgstr "åé
網路"
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "åé
åå"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "ç¡æ³æ«ååå %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "ç¡æ³åé
ç¯é»"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, c-format
msgid "unable to load CA certificate: %s"
msgstr ""
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, c-format
msgid "unable to initialize TLS client: %s"
msgstr ""
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, c-format
msgid "unable to set certificate priority: %s"
msgstr ""
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, c-format
msgid "unable to set session credentials: %s"
msgstr ""
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, c-format
msgid "unable to complete TLS handshake: %s"
msgstr ""
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, c-format
msgid "unable to verify server certificate: %s"
msgstr ""
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "ååç®åçè¨æ¶é«"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
#, fuzzy
msgid "Invalid certificate"
msgstr "è¨æ¶é«å¤§å° %d 䏿¯ææçæ¸å¼"
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, c-format
msgid "unable to initialize certificate: %s"
msgstr ""
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "ç¡æ³å¯«å
¥è¨å®æªï¼%s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr ""
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "éå¤åå"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "éå¤åå"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "æ¹è®è¨æ¶é«åé
"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "æªç¥ç使¥ç³»çµ±é¡å"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "éå¤é£ç·"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "註å太å¤é©
åç¨å¼"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "註å太å¤é©
åç¨å¼"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "註å太å¤é©
åç¨å¼"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "註å太å¤é©
åç¨å¼"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "註å太å¤é©
åç¨å¼"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "註å太å¤é©
åç¨å¼"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "註å太å¤é©
åç¨å¼"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
msgid "too many capability names received"
msgstr ""
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "æä½å¤±æï¼%s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "æä½å¤±æ"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "ç¡æ³çº S-Expr 製ä½åºåèï¼%s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "ç¡æ³å°åå %s åè³ %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "ç¡æ³åå¾ç¯é»è³è¨"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "ç¡æ³å»ºç«ééä½ä¸çåå %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr ""
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, c-format
msgid "cannot set security props %d (%s)"
msgstr ""
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "䏿¯æ´ hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "ç¡æ³éååå %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "ç¡æ³åå
¥å
§å®¹"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "ç¡æ³éååå %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "ç¡æ³é£ä¸ hypervisor"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "ç¯é»çå忏
å®"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "å¯è®çé£ç·"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "ç¯é»çå忏
å®"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "ç¡æ³åå¾ç¶²è·¯ã%sã"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "ç¡æçåæ¸ï¼æ¼ %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "æä½å¤±æ"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "ç¡æ³éååå %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:141
+#, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "ç¡æ³æ«ååå %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "ç¡æ³æ«ååå %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "ç¡æ³æ«ååå %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3508,45 +4013,45 @@ msgstr "ç¡æ³å¯«å
¥è¨å®æªï¼%s"
msgid "cannot read beginning of file '%s'"
msgstr "ç¡æ³å¯«å
¥è¨å®æªï¼%s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "ç¡æ³æ«ååå %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "ç¡æçåæ¸ï¼æ¼ %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "ç¡æ³æ«ååå %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "ç¡æ³éååå %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "å
§é¨é¯èª¤ %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3660,7 +4165,7 @@ msgid "cannot extend file '%s'"
msgstr "ç¡æ³æ«ååå %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "ç¡æ³æ«ååå %s"
@@ -3693,17 +4198,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "ç¡æ³æ«ååå %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "ç¡æ³æ«ååå %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "ç¡æ³æ«ååå %s"
@@ -3814,11 +4319,7 @@ msgstr "æªç¥çæä»¤ï¼ã%sã"
msgid "cannot remove PV device '%s'"
msgstr "æªç¥çä¸»æ© %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "ç¡æ³æ«ååå %s"
@@ -3831,162 +4332,167 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
msgid "unknown root element for storage pool"
msgstr ""
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
msgid "missing pool source name element"
msgstr ""
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "網路å稱æ uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
msgid "missing storage pool source host name"
msgstr ""
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
msgid "cannot extract storage pool source devices"
msgstr ""
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "æ¾ä¸å°è£ç½® %s ç便ºè³è¨"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
msgid "missing storage pool source path"
msgstr ""
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
msgid "missing storage pool target path"
msgstr ""
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, c-format
msgid "unknown pool format number %d"
msgstr ""
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "ç¡é æç mime é¡å"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "æ¾ä¸å° root è£ç½®çè³è¨"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "æªç¥çä¸»æ© %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "æªç¥çä¸»æ© %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "æ¾ä¸å°ååå稱çè³è¨"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "ç¡æ³å¯«å
¥è¨å®æªï¼%s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "ç¡æ³å¯«å
¥è¨å®æªï¼%s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "ç¡æ³å¯«å
¥è¨å®æªï¼%s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "ç¡æ³å¯«å
¥è¨å®æªï¼%s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "è¨å®æªèªæ³é¯èª¤ï¼%s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -3994,17 +4500,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4012,63 +4518,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "ååå·²ç¶åå"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "ååå·²ç¶åå"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "è®åç¶å¤©çæé"
@@ -4125,155 +4631,155 @@ msgstr "ç¯é»çå忏
å®"
msgid "resolving domain filename"
msgstr "è§£æååçæªå"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "ç¯é»çå忏
å®"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "è§£æååçæªå"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "ç¯é»çå忏
å®"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "è§£æååçæªå"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
msgid "cannot lookup hostname"
msgstr ""
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "åå %s å·²ç¶åå¨"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "ååéå¨å·è¡ä¸"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "ç¡æ³åé
ç¯é»"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "å°ååçæ
åè³æªæ¡"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "å°ååçæ
åè³æªæ¡"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "ç¯é»çå忏
å®"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "ç¡æ³å¾ Xen 系統ç¨å¼è®å"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "ç¡é æçè³æã%sã"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "åå %s å·²å¾å°è³ %s\n"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "ç¡æ³å¯«å
¥è¨å®æª"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "åå %s å·²å¾å°è³ %s\n"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "ååå·²ç¶åå"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "ååéå¨å·è¡ä¸"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "ååéå¨å·è¡ä¸"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "ååå·²ç¶åå"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "ååå·²ç¶åå"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, c-format
msgid "storage pool '%s' is not active"
msgstr ""
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
-#: src/test.c:3029
+#: src/test.c:3020
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
-#: src/test.c:3063
+#: src/test.c:3054
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4287,151 +4793,155 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr ""
+#: src/uml_driver.c:104
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr ""
+
#: src/uml_driver.c:374
msgid "cannot initialize inotify"
msgstr ""
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "ç¡æ³å¾ %s 建ç«ç¶²è·¯"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "è¨æ¶é«ä¸è¶³"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "ç¡æ³æ«ååå %s"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "çµé»çèçå¨ææ§½"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "çµé»çèçå¨ææ§½"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "æªç¥çæä»¤ï¼ã%sã"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "æªç¥çæä»¤ï¼ã%sã"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "ç¡æ³é£ä¸ %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, c-format
msgid "Cannot find UML kernel %s"
msgstr ""
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "ç¡æ³å¯«å
¥ææ§½ %d\n"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr ""
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "ç¡æ³é£ä¸ %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "éä½ç¨ä¸ååçå稱"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "ç¡æ³é£ä¸ %s"
-#: src/util.c:222
+#: src/util.c:225
msgid "cannot block signals"
msgstr ""
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
msgid "cannot fork child process"
msgstr ""
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "çµé»çèçå¨ææ§½"
-#: src/util.c:370
+#: src/util.c:373
msgid "cannot become session leader"
msgstr ""
-#: src/util.c:376
+#: src/util.c:379
#, c-format
msgid "cannot change to root directory: %s"
msgstr ""
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "ç¡æ³è§£æè¨å®æª %s"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "ç¡æ³è§£æè¨å®æª %s"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "ç¡æ³çºåå %s åæ¶å®ç¾©"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "ç¡æ³é£ä¸ %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "é¯èª¤ï¼"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "ç¡æ³çºç¶²è·¯ %s åæ¶å®ç¾©"
@@ -4441,20 +4951,25 @@ msgstr "ç¡æ³çºç¶²è·¯ %s åæ¶å®ç¾©"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "æªç¥ç主æ©"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "åå°æ±å©è¨æ¯"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "åå°ä¸è¬æ±å©è¨æ¯ï¼æç¹å®æä»¤çæ±å©è¨æ¯ã"
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "éä½ç¨ä¸ååçå稱"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4462,2051 +4977,2119 @@ msgstr ""
"æä»¤ï¼\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
msgid "autostart a domain"
msgstr "èªåååä¸ååå"
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr "å°ååè¨å®çºéæ©æèªåååã"
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "ååå稱ãid æ uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr "åç¨èªååå"
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "ç¡æ³å°åå %s æ¨ç¤ºçº %s èªååå"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "ç¡æ³å°åå %s æ¨ç¤ºçº %s èªååå"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "åå %s %så·²æ¨è¨çºèªååå\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "åå %s %så·²æ¨è¨çºèªååå\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "ï¼éæ°ï¼é£è³ hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr "é£ä¸æ¬æ©ç hypervisorã鿝 shell ååå¾çå
§å»ºæä»¤ã"
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor é£ç·ç URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "å¯è®çé£ç·"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "ç¡æ³å¾ hypervisor èæ·ç·"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "ç¡æ³é£ä¸ hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr "飿¥å®¢åº§ç«¯ä¸»æ§å°"
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr "ééèæ¬åºåå 主æ§å°ï¼é£æ¥ç¨æ¶ç«¯"
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr "åå䏿²æå¯ç¨ç主æ§å°\n"
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "ååºåå"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "å³åå忏
å®ã"
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "ååºéä½ç¨ä¸çåå"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "ååºä½ç¨ä¸èéä½ç¨ä¸çåå"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "ç¡æ³ååºéä½ä¸çåå"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "ç¡æ³ååºéä½ç¨ä¸çåå"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "å稱"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "çæ
"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "ç¡çæ
"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "ååçæ
"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "å³åå·è¡ä¸ååççæ
"
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "å³åå·è¡ä¸ååççæ
"
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "以çµçµ"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "ç¡æ³å°åå %s åè³ %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "網路å稱"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "å³åå·è¡ä¸ååççæ
"
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "ç¡æ³åå¾ç¯é»è³è¨"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "æ«ååå"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "æ«åå·è¡ä¸çååã"
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "åå %s å·²ç¶æ«å\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "ç¡æ³æ«ååå %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "å¾ XML æªæ¡å»ºç«åå"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "建ç«ååã"
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "å
å« XML ååæè¿°çæªæ¡"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "åå %s 建ç«èª %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "ç¡æ³å¾ %s 建ç«åå"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "å¾ XML æªæ¡å®ç¾©ï¼ä½ä¸ååï¼åå"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "å®ç¾©ååã"
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "åå %s å®ç¾©èª %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "ç¡æ³å¾ %s å®ç¾©åå"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "åæ¶å®ç¾©éä½ç¨ä¸çåå"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "çºéä½ç¨ä¸çåååæ¶å®ç¾©ã"
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "ååå稱æ uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "åå %s å·²ç¶åæ¶å®ç¾©\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "ç¡æ³çºåå %s åæ¶å®ç¾©"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "éåï¼å
åå®ç¾©çï¼éä½ç¨ä¸åå"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "éåä¸åååã"
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "éä½ç¨ä¸ååçå稱"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "ååå·²ç¶åå"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "åå %s å·²éå\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "ç¡æ³éååå %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "å°ååçæ
åè³æªæ¡"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "å²åå·è¡ä¸çååã"
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "å°è³æåè³ä½è"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "åå %s å·²åè³ %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "ç¡æ³å°åå %s åè³ %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
msgid "parameter=value"
msgstr ""
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
#, fuzzy
msgid "Invalid value of weight"
msgstr "è¨æ¶é«å¤§å° %d 䏿¯ææçæ¸å¼"
-#: src/virsh.c:1143
+#: src/virsh.c:1167
#, fuzzy
msgid "Invalid value of cap"
msgstr "è¨æ¶é«å¤§å° %d 䏿¯ææçæ¸å¼"
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "è¨æ¶é«å¤§å° %d 䏿¯ææçæ¸å¼"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "æªç¥ç主æ©"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "徿ªæ¡ä¸çå²åçæ
å復åå"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "å復ååã"
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "è¦å復ççæ
"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "å¾ %s å復åå\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "ç¡æ³å¾ %s å復åå"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "å°ä¸åååçæ ¸å¿å¾å°å°æªæ¡ä¸ï¼ä»¥ä¾åæç¨"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "å¾å°ä¸åååçæ ¸å¿ã"
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "å°æ ¸å¿å¾å°è³ä½è"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "åå %s å·²å¾å°è³ %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "ç¡æ³å°åå %s çæ ¸å¿å¾å°è³ %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "ç¹¼çºå·è¡åå"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "ç¹¼çºä¸é
å
åæ«åçååã"
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "åå %s å·²ç¶ç¹¼çºå·è¡\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "ç¡æ³ç¹¼çºåå %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "以æ£ç¢ºæ¹æ³è®åååæ©"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "å¨ç®æ¨ååå·è¡éæ©ã"
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "åå %s æ£å¨å·è¡éæ©\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "ç¡æ³éä¸åå %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "éæ°åååå"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "å¨ç®æ¨ååä¸å·è¡éæ°éæ©æä»¤ã"
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "åå %s æ£å¨éæ°éæ©ä¸\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "ç¡æ³éæ°åååå %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "åªé¤ä¸ååå"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "åªé¤çµ¦å®çååã"
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "åå %s å·²ç¶åªé¤\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "ç¡æ³åªé¤åå %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "ååè³è¨"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "å³åååçç¸éè³è¨ã"
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "å稱ï¼"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUIDï¼"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "使¥ç³»çµ±é¡åï¼"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "çæ
ï¼"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "èç卿¸ç®ï¼"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "èç卿éï¼"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "æå¤§è¨æ¶é«ï¼"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr "æ²æéå¶"
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "已使ç¨çè¨æ¶é«ï¼"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "èªååå"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "enable"
msgstr ""
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "已使ç¨çè¨æ¶é«ï¼"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cellï¼"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "åå vcpu çè³è¨"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "å³åååçèæ¬èçå¨ä¹åºæ¬è³è¨ã"
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPUï¼"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "èçå¨ï¼"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "èçå¨çå屬ï¼"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "æ§å¶åå vcpu çå屬"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "è®åå VCPU 符å主æ©ç實éèçå¨ã"
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu æ¸é"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "主æ©èç卿¸ç®ï¼ä»¥éèééï¼"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "ç¡æ³åå¾ç¯é»è³è¨"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "實é«èçå¨ã%dãä¸åå¨ã"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "æ¹è®èæ¬èçå¨çæ¸é"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "æ¹è®å¨å®¢åº§ååä¸åç¨çèæ¬å¨èç卿¸é"
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "èæ¬èçå¨çæ¸é"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "èæ¬èçå¨çæ¸é"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "太å¤èæ¬èçå¨ã"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "æ¹è®è¨æ¶é«åé
"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "æ¹è®å®¢åº§ååä¸ï¼ç®åçè¨æ¶é«åé
ã"
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "è¨æ¶é«æ¸éï¼ä½å
çµï¼"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "è¨æ¶é«å¤§å° %d 䏿¯ææçæ¸å¼"
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "æ¹è®æå¤§è¨æ¶é«çéå¶"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "æ¹è®å®¢åº§ååçæå¤§è¨æ¶é«åé
éå¶ã"
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "æå¤§è¨æ¶é«éå¶ï¼ä½å
çµï¼"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "ååç®åçè¨æ¶é«"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "ç¯é»è³è¨"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "å³åç¯é»çåºæ¬è³è¨ã"
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "ç¡æ³åå¾ç¯é»è³è¨"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "èçå¨é¡åï¼"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "èçå¨çé »çï¼"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "èçå¨çææ§½ï¼"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "æ¯åææ§½çæ ¸å¿ï¼"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "æ¯åæ ¸å¿çå·è¡çºï¼"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cellï¼"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "è¨æ¶é«å¤§å°ï¼"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr "è½å"
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr "å³å hypervisor æé©
åç¨å¼çè½åã"
-#: src/virsh.c:2062
+#: src/virsh.c:2111
msgid "failed to get capabilities"
msgstr "ç¡æ³åå¾è½åæ¹é¢çè³è¨"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "XML æ ¼å¼çååè³è¨"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "å°ååè³è¨ä»¥ XML æ ¼å¼è¼¸åºå°è¢å¹ä¸ã"
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "ååºéä½ç¨ä¸çåå"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "å°åå id æ UUID è½çºååå稱"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "åå id æ uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "å°ååå稱æ UUID è½çºåå ID"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "å°ååå稱æ ID è½çº UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "åå ID æå稱"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "ç¡æ³åå¾åå UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
#, fuzzy
msgid "live migration"
msgstr "ç¯é»è³è¨"
-#: src/virsh.c:2232
+#: src/virsh.c:2281
#, fuzzy
msgid "connection URI of the destination host"
msgstr "飿¥å®¢åº§ç«¯ä¸»æ§å°"
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
msgid "autostart a network"
msgstr "èªååå網路"
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr "å°ç¶²è·¯è¨å®çºéæ©æèªåååã"
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
msgid "network name or uuid"
msgstr "網路å稱æ uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "ç¡æ³%så°ç¶²è·¯æ¨è¨çº%sèªååå"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "ç¡æ³%så°ç¶²è·¯æ¨è¨çº%sèªååå"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "網路 %s %sæ¨è¨çºèªååå\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "網路 %s %sæ¨è¨çºèªååå\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
msgid "create a network from an XML file"
msgstr "å¾ XML æªæ¡å»ºç«ç¶²è·¯"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
msgid "Create a network."
msgstr "建ç«ç¶²è·¯ã"
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
msgid "file containing an XML network description"
msgstr "å
å« XML 網路æè¿°çæªæ¡"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, c-format
msgid "Network %s created from %s\n"
msgstr "網路 %s 建ç«èª %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, c-format
msgid "Failed to create network from %s"
msgstr "ç¡æ³å¾ %s 建ç«ç¶²è·¯"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
msgid "define (but don't start) a network from an XML file"
msgstr "å¾ XML æªæ¡å®ç¾©ï¼ä½ä¸ååï¼ç¶²è·¯"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
msgid "Define a network."
msgstr "å®ç¾©ç¶²è·¯ã"
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, c-format
msgid "Network %s defined from %s\n"
msgstr "網路 %s å®ç¾©èª %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, c-format
msgid "Failed to define network from %s"
msgstr "ç¡æ³å¾ %s å®ç¾©ç¶²è·¯"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
msgid "destroy a network"
msgstr "åªé¤ä¸å網路"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
msgid "Destroy a given network."
msgstr "åªé¤çµ¦å®ç網路ã"
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
msgid "network name, id or uuid"
msgstr "網路å稱ãid æ uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, c-format
msgid "Network %s destroyed\n"
msgstr "網路 %s å·²ç¶åªé¤\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, c-format
msgid "Failed to destroy network %s"
msgstr "ç¡æ³åªé¤ç¶²è·¯ %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
msgid "network information in XML"
msgstr "XML æ ¼å¼ç網路è³è¨"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "å°ç¶²è·¯è³è¨ä»¥ XML æ ¼å¼è¼¸åºå°è¢å¹ä¸ã"
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr "ååºç¶²è·¯"
-#: src/virsh.c:2513
+#: src/virsh.c:2562
msgid "Returns list of networks."
msgstr "å³å網路æ¸
å®ã"
-#: src/virsh.c:2518
+#: src/virsh.c:2567
msgid "list inactive networks"
msgstr "ååºéä½ç¨ä¸ç網路"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
msgid "list inactive & active networks"
msgstr "ååºä½ç¨ä¸èéä½ç¨ä¸ç網路"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
msgid "Failed to list active networks"
msgstr "ç¡æ³ååºéä½ä¸ç網路"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
msgid "Failed to list inactive networks"
msgstr "ç¡æ³ååºéä½ç¨ä¸ç網路"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr "èªååå"
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
msgid "no autostart"
msgstr "ä¸èªååå"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr "åç¨"
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
msgid "inactive"
msgstr "éåç¨ä¸"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
msgid "convert a network UUID to network name"
msgstr "å°ç¶²è·¯ id æ UUID è½çºç¶²è·¯å稱"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr "網路 uuid"
-#: src/virsh.c:2666
+#: src/virsh.c:2715
msgid "start a (previously defined) inactive network"
msgstr "éåï¼å
åå®ç¾©çï¼éä½ç¨ä¸ç¶²è·¯"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
msgid "Start a network."
msgstr "ååä¸å網路ã"
-#: src/virsh.c:2672
+#: src/virsh.c:2721
msgid "name of the inactive network"
msgstr "éä½ç¨ä¸ç¶²è·¯çå稱"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, c-format
msgid "Network %s started\n"
msgstr "網路 %s å·²éå\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, c-format
msgid "Failed to start network %s"
msgstr "ç¡æ³éå網路 %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
msgid "undefine an inactive network"
msgstr "åæ¶å®ç¾©éä½ç¨ä¸ç網路"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
msgid "Undefine the configuration for an inactive network."
msgstr "çºéä½ç¨ä¸çç¶²è·¯åæ¶å®ç¾©ã"
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, c-format
msgid "Network %s has been undefined\n"
msgstr "網路 %s å·²ç¶åæ¶å®ç¾©\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, c-format
msgid "Failed to undefine network %s"
msgstr "ç¡æ³çºç¶²è·¯ %s åæ¶å®ç¾©"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
msgid "convert a network name to network UUID"
msgstr "å°ç¶²è·¯å稱è½çºç¶²è·¯ UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr "網路å稱"
-#: src/virsh.c:2768
+#: src/virsh.c:2817
msgid "failed to get network UUID"
msgstr "ç¡æ³åå¾ç¶²è·¯ UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "èªåååä¸ååå"
-#: src/virsh.c:2780
+#: src/virsh.c:2829
#, fuzzy
msgid "Configure a pool to be automatically started at boot."
msgstr "å°ååè¨å®çºéæ©æèªåååã"
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "ååå稱æ uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "ç¡æ³%så°ç¶²è·¯æ¨è¨çº%sèªååå"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "ç¡æ³%så°ç¶²è·¯æ¨è¨çº%sèªååå"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "åå %s %så·²æ¨è¨çºèªååå\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "åå %s %så·²æ¨è¨çºèªååå\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "å¾ XML æªæ¡å»ºç«åå"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "建ç«ååã"
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "å
å« XML ååæè¿°çæªæ¡"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "åå %s 建ç«èª %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "ç¡æ³å¾ %s 建ç«åå"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "éä½ç¨ä¸ååçå稱"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "ç¡æ³åé
ç¯é»"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "å¾ XML æªæ¡å»ºç«åå"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "åå %s 建ç«èª %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "ç¡æ³å¾ %s 建ç«åå"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "å¾ XML æªæ¡å®ç¾©ï¼ä½ä¸ååï¼åå"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "å®ç¾©ååã"
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "åå %s å®ç¾©èª %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "ç¡æ³å¾ %s å®ç¾©åå"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "åå %s å®ç¾©èª %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "ç¡æ³çºåå %s åæ¶å®ç¾©"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "åå %s å·²ç¶åªé¤\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "ç¡æ³æ«ååå %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "åªé¤ä¸ååå"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "åªé¤çµ¦å®çååã"
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "åå %s å·²ç¶åªé¤\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "ç¡æ³åªé¤åå %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "åªé¤çµ¦å®çååã"
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "åå %s å·²ç¶åªé¤\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "ç¡æ³åªé¤åå %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "åå %s å·²ç¶ç¹¼çºå·è¡\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "ç¡æ³ç¹¼çºåå %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "XML æ ¼å¼çååè³è¨"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "å°ååè³è¨ä»¥ XML æ ¼å¼è¼¸åºå°è¢å¹ä¸ã"
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "ååºåå"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "å³åå忏
å®ã"
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "ååºéä½ç¨ä¸çåå"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "ååºä½ç¨ä¸èéä½ç¨ä¸çåå"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "ç¡æ³ååºéä½ä¸çåå"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "ç¡æ³ååºéä½ç¨ä¸çåå"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
msgid "find potential storage pool sources"
msgstr ""
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
msgid "type of storage pool sources to find"
msgstr ""
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "è¨æ¶é«ä¸è¶³"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "ç¡æ³å°åå %s åè³ %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
msgid "type of storage pool sources to discover"
msgstr ""
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "ç¯é»è³è¨"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "å³åç¯é»çåºæ¬è³è¨ã"
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "å·è¡ä¸"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "åé
åå"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "å°ç¶²è·¯ id æ UUID è½çºç¶²è·¯å稱"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "ååç uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "éåï¼å
åå®ç¾©çï¼éä½ç¨ä¸åå"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "éåä¸åååã"
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "éä½ç¨ä¸ååçå稱"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "åå %s å·²éå\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "ç¡æ³éååå %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "å¾ XML æªæ¡å»ºç«åå"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "建ç«ååã"
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "ååå稱"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "éä½ç¨ä¸ååçå稱"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "åå %s 建ç«èª %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "åæ¶å®ç¾©éä½ç¨ä¸çåå"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "çºéä½ç¨ä¸çåååæ¶å®ç¾©ã"
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "åå %s å·²ç¶åæ¶å®ç¾©\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "ç¡æ³çºåå %s åæ¶å®ç¾©"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "å°ç¶²è·¯å稱è½çºç¶²è·¯ UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "ç¡æ³åå¾åå UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "å¾ XML æªæ¡å»ºç«åå"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "å
å« XML ååæè¿°çæªæ¡"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "åå %s 建ç«èª %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "ç¡æ³å¾ %s 建ç«åå"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "åªé¤çµ¦å®çååã"
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "åå %s å·²ç¶åªé¤\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "ç¡æ³åªé¤åå %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "ç¯é»è³è¨"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "å³åç¯é»çåºæ¬è³è¨ã"
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "使¥ç³»çµ±é¡åï¼"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "以çµçµ"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "XML æ ¼å¼çååè³è¨"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "å°ååè³è¨ä»¥ XML æ ¼å¼è¼¸åºå°è¢å¹ä¸ã"
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "ååºåå"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "å³åå忏
å®ã"
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "ç¡æ³ååºéä½ä¸çåå"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "å°ç¶²è·¯ id æ UUID è½çºç¶²è·¯å稱"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "å°ç¶²è·¯ id æ UUID è½çºç¶²è·¯å稱"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "ååç uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "å°ç¶²è·¯ id æ UUID è½çºç¶²è·¯å稱"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "é¡¯ç¤ºçæ¬"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "é¡¯ç¤ºç³»çµ±çæ¬çè³è¨ã"
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "ç¡æ³åå¾ hypervisor é¡å"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "ç¨æ¤å½å¼åº«ä¾ç·¨è¯ï¼libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "ç¡æ³åå¾å½å¼åº«ççæ¬"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "使ç¨å½å¼åº«ï¼libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "ä½¿ç¨ APIï¼%s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "ç¡æ³åå¾ hypervisor ççæ¬"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "ç¡æ³è§£éå·è¡ä¸ %s hypervisor ççæ¬\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "å·è¡ hypervisorï¼%s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
#, fuzzy
msgid "capability name"
msgstr "è½å"
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "ç¡æ³é£ä¸ hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "ç¡æ³ååºéä½ç¨ä¸çåå"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "å°ç¶²è·¯è³è¨ä»¥ XML æ ¼å¼è¼¸åºå°è¢å¹ä¸ã"
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
msgid "device key"
msgstr ""
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "åå %s å·²ç¶åªé¤\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "ç¡æ³å¾ %s 建ç«åå"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "ç¡æ³å¾ %s 建ç«åå"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "ç¡æ³ååºéä½ç¨ä¸çåå"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "å³åå·è¡ä¸ååççæ
"
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "åå %s å·²ç¶ç¹¼çºå·è¡\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "ç¡æ³å¾ %s 建ç«åå"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "ç¡æ³åå¾ hypervisor é¡å"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "ç¡æ³åå¾ hypervisor é¡å"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor é£ç·ç URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "ç¡æ³åå¾åå UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr "vnc 顯示"
-#: src/virsh.c:4474
+#: src/virsh.c:4657
#, fuzzy
msgid "Output the IP address and port number for the VNC display."
msgstr "çº VNC 顯示模å¼è¼¸åº IP ä½åè飿¥å èã"
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "å¾ XML æªæ¡å»ºç«åå"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "å¾ XML æªæ¡å»ºç«åå"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "ç¡æ³å¾ %s 建ç«åå"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "å¾ XML æªæ¡å»ºç«åå"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "å¾ XML æªæ¡å»ºç«åå"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "ç¡æ³å¾ %s 建ç«åå"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "網路å稱"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
#, fuzzy
msgid "network interface type"
msgstr "網路å稱"
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "æªå®ç¾©ç網路å稱"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "網路å稱"
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "ç¡æçåæ¸ï¼æ¼ %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "網路å稱"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "ç¡æ³åå¾ç¯é»è³è¨"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "ç¡æ³åé
ç¯é»"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "ç¡æ³è®åææ§½ %d\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "ç¡æ³åå¾ç¯é»è³è¨"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "ç¡æ³åé
ç¯é»"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "ç¡æ³å¯«å
¥è¨å®æª"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "ç¡æ³å¯«å
¥è¨å®æª"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "ç¡æ³å¯«å
¥è¨å®æª"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "ç¡æ³å»ºç«ééä½ä¸çåå %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "ç¡æ³å¯«å
¥è¨å®æª"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "ç¡æ³å¯«å
¥è¨å®æª"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "çºéä½ç¨ä¸çåååæ¶å®ç¾©ã"
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "çºéä½ç¨ä¸çåååæ¶å®ç¾©ã"
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "ç¡æ³è®åè¨å®æª"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "çºéä½ç¨ä¸çç¶²è·¯åæ¶å®ç¾©ã"
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "çºéä½ç¨ä¸çç¶²è·¯åæ¶å®ç¾©ã"
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "çºéä½ç¨ä¸çåååæ¶å®ç¾©ã"
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "çºéä½ç¨ä¸çåååæ¶å®ç¾©ã"
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "é¢ééäºåå¼ççµç«¯æ©"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "ã%sãæä»¤éè¦ <%s> é¸é
"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "ã%sãæä»¤éè¦ --%s é¸é
"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "ã%sãæä»¤ä¸åå¨"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " å稱\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6515,17 +7098,17 @@ msgstr ""
"\n"
" é¸é
\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6533,7 +7116,7 @@ msgstr ""
"\n"
" æè¿°\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6541,60 +7124,60 @@ msgstr ""
"\n"
" é¸é
\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "æªå®ç¾©çååå稱æ id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "ç¡æ³åå¾ååã%sã"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
msgid "undefined network name"
msgstr "æªå®ç¾©ç網路å稱"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, c-format
msgid "failed to get network '%s'"
msgstr "ç¡æ³åå¾ç¶²è·¯ã%sã"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "æªå®ç¾©ç網路å稱"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "ç¡æ³åå¾ååã%sã"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "æªå®ç¾©ç網路å稱"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "ç¡æ³åå¾ååã%sã"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6605,131 +7188,131 @@ msgstr ""
"ï¼æéï¼%.3f 毫ç§)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "æ¾ä¸å° \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "ç¡é æç tokenï¼æä»¤å稱ï¼ï¼ã%sã"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "æªç¥çæä»¤ï¼ã%sã"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "ã%sãæä»¤ä¸¦ä¸æ¯æ´ --%s é¸é
"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "èªæ³ï¼--%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "æ¸é"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "å串"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "ç¡é æçè³æã%sã"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "é¸é
"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "è³æ"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "å·²æ«å"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "éæ©ä¸"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "éæ©"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "ç¶æ©"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "é¢ç·"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "æ²æææçé£ç·"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%sï¼é¯èª¤ï¼"
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "é¯èª¤ï¼"
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%sï¼%dï¼ç¡æ³åé
%d ä½å
çµ"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%sï¼%dï¼ç¡æ³åé
%lu ä½å
çµ"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "ç¡æ³é£ä¸ hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "ç¡æ³åå¾ç¯é»è³è¨"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "ç¡æ³å¯«å
¥è¨å®æª"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "ç¡æ³å¯«å
¥è¨å®æª"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "ç¡æ³å¾ hypervisor èæ·ç·"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6761,7 +7344,7 @@ msgstr ""
"\n"
" å½ä»¤ï¼éäºå弿¨¡å¼ï¼ï¼\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6772,17 +7355,17 @@ msgstr ""
" ï¼è«ä½¿ç¨ --help <æä»¤> 以åå¾éæ¼æä»¤çè©³ç´°è³æï¼\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "䏿¯æ´çé¸é
ã-%cããè«åé± --helpã"
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6791,7 +7374,7 @@ msgstr ""
"æ¡è¿ä½¿ç¨ %s - èæ¬åçäºå模å¼çµç«¯æ©ã\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6801,475 +7384,489 @@ msgstr ""
" ãquitãé¢é\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "æªç¥ç主æ©"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "è¦å"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "é¯èª¤"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "ç¡æ³æä¾é¯èª¤è¨æ¯"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "å
§é¨é¯èª¤ %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "å
§é¨é¯èª¤"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "è¨æ¶é«ä¸è¶³"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "䏿¯æ´ hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "䏿¯æ´ hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "ç¡æ³é£ä¸ hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "ç¡æ³é£ä¸ %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "ç¡æçé£ç·ææ¨ï¼æ¼ "
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "ç¡æçé£ç·ææ¨ï¼æ¼ %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "ç¡æçååææ¨ï¼æ¼ "
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "ç¡æçååææ¨ï¼æ¼ %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "ç¡æçåæ¸ï¼æ¼ "
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "ç¡æçåæ¸ï¼æ¼ %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "æä½å¤±æï¼%s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "æä½å¤±æ"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET æä½å¤±æï¼%s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET æä½å¤±æ"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST æä½å¤±æï¼%s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST æä½å¤±æ"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "æ¶å°æªç¥ç HTTP é¯èª¤ç¢¼ %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "æªç¥çä¸»æ© %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "æªç¥ç主æ©"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "ç¡æ³çº S-Expr 製ä½åºåèï¼%s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "ç¡æ³çº S-Expr 製ä½åºåè"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "ç¡æ³ä½¿ç¨ Xen hypervisor é
ç®"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "ç¡æ³ä½¿ç¨ Xen hypervisor é
ç® %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "ç¡æ³é£ä¸ Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "ç¡æ³é£ä¸ Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "Xen syscall %s %d 失æ"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "æªç¥ç使¥ç³»çµ±é¡å"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "æ¾ä¸å°æ ¸å¿è³è¨"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "æ¾ä¸å° root è£ç½®çè³è¨"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "æ¾ä¸å° root è£ç½®çè³è¨ï¼æ¼ %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "æ¾ä¸å°è£ç½®ç便ºè³è¨"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "æ¾ä¸å°è£ç½® %s ç便ºè³è¨"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "æ¾ä¸å°è£ç½®çç®æ¨è³è¨"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "æ¾ä¸å° %s è£ç½®çç®æ¨è³è¨"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "æ¾ä¸å°ååå稱çè³è¨"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "æ¾ä¸å°ååå稱çè³è¨ï¼æ¼ %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "æ¾ä¸å°ä½æ¥ç³»çµ±è³è¨"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "æ¾ä¸å° %s ç使¥ç³»çµ±è³è¨"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "æ¾ä¸å°è£ç½®çè³è¨"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "æ¾ä¸å° %s çè£ç½®è³è¨"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "註å太å¤é©
åç¨å¼"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "å¨ %s ä¸è¨»å太å¤é©
åç¨å¼"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "å¼å«å½å¼åº«å¤±æï¼å¯è½ä¸¦ä¸æ¯æ´"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "å¼å«å½å¼åº« %s 失æï¼å¯è½ä¸¦ä¸æ¯æ´"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML çæè¿°æ ¼å¼æèª¤"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "%s ç XML æè¿°ä¹æ ¼å¼æèª¤"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "éåååå·²ç¶åå¨"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "åå %s å·²ç¶åå¨"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "å¯è®æï¼ç¦æ¢éæä½"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "å¯è®æï¼ç¦æ¢ %s æä½"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "ç¡æ³éåè¦è®åçè¨å®æª"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "ç¡æ³éåè¦è®åç %s"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "ç¡æ³è®åè¨å®æª"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "ç¡æ³è®åè¨å®æª %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "ç¡æ³è§£æè¨å®æª"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "ç¡æ³è§£æè¨å®æª %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "è¨å®æªèªæ³é¯èª¤"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "è¨å®æªèªæ³é¯èª¤ï¼%s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "ç¡æ³å¯«å
¥è¨å®æª"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "ç¡æ³å¯«å
¥è¨å®æªï¼%s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "è§£æç¨å¼é¯èª¤"
-#: src/virterror.c:859
+#: src/virterror.c:895
msgid "invalid network pointer in"
msgstr "ç¡æçç¶²è·¯ææ¨ï¼æ¼ "
-#: src/virterror.c:861
+#: src/virterror.c:897
#, c-format
msgid "invalid network pointer in %s"
msgstr "ç¡æçç¶²è·¯ææ¨ï¼æ¼ %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
msgid "this network exists already"
msgstr "éå網路已ç¶åå¨"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, c-format
msgid "network %s exists already"
msgstr "網路 %s å·²ç¶åå¨"
-#: src/virterror.c:871
+#: src/virterror.c:907
msgid "system call error"
msgstr "系統å¼å«é¯èª¤"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "é¯èª¤"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "系統å¼å«é¯èª¤"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "ç¡æ³çºç¶²è·¯ %s åæ¶å®ç¾©"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "ç¡æ³çºç¶²è·¯ %s åæ¶å®ç¾©"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "ååè³è¨"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "å¾ %s å復åå\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "網路å稱æ uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "網路 %s 建ç«èª %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "ç¡æçåæ¸ï¼æ¼ %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "ç¡æçåæ¸ï¼æ¼ %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "æä½å¤±æ"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "æä½å¤±æï¼%s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "網路å稱æ uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "網路 %s 建ç«èª %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "網路å稱æ uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "網路 %s 建ç«èª %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "ç¡æçç¶²è·¯ææ¨ï¼æ¼ "
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "ç¡æçç¶²è·¯ææ¨ï¼æ¼ %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "ç¡æçç¶²è·¯ææ¨ï¼æ¼ "
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "ç¡æçç¶²è·¯ææ¨ï¼æ¼ %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "ç¡æ³çºç¶²è·¯ %s åæ¶å®ç¾©"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "ç¡æ³çºç¶²è·¯ %s åæ¶å®ç¾©"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "ç¡æ³çºç¶²è·¯ %s åæ¶å®ç¾©"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "ç¡æ³çºç¶²è·¯ %s åæ¶å®ç¾©"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "ç¡æçååææ¨ï¼æ¼ "
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "ç¡æçååææ¨ï¼æ¼ %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "ååè³è¨"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "å¾ %s å復åå\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "網路å稱æ uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "網路 %s 建ç«èª %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "å
§é¨é¯èª¤ %s"
@@ -7338,7 +7935,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "ç¡æ³é£ä¸ %s"
@@ -7392,7 +7989,7 @@ msgstr "ååçè³è¨ä¸æ£ç¢ºï¼domid 䏦鿏ååæ
"
msgid "domain information incomplete, missing uuid"
msgstr "ååçè³è¨ä¸å
¨ï¼æ²æ uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "ååçè³è¨ä¸å
¨ï¼æ²æå稱"
@@ -7437,224 +8034,231 @@ msgstr "ç¡æ³è§£æ vbd æªåï¼æ¾ä¸å°é©
åç¨å¼å稱"
msgid "cannot parse vbd filename, missing driver type"
msgstr "ç¡æ³è§£æ vbd æªåï¼æ¾ä¸å°é©
åç¨å¼é¡å"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, c-format
msgid "malformed mac address '%s'"
msgstr ""
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "ç¡é æç dict ç¯é»"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
msgid "domain information incomplete, missing id"
msgstr "ååçè³è¨ä¸å
¨ï¼æ²æ id"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "ç¡æçåæ¸ï¼æ¼ %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "æªç¥ç使¥ç³»çµ±é¡å %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "è¨å®æªèªæ³é¯èª¤"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "ç¡æ³è§£æ Xend çååè³è¨"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "ååéå¨å·è¡ä¸"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "ç¡æ³çº S-Expr 製ä½åºåè"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "ç¡é æç mime é¡å"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "ç¡é æçæ¸å¼ç¯é»"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "ç¯é»çè¨æ¶é«"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "æä½å¤±æ"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "ç¡æ³çºç¶²è·¯ %s åæ¶å®ç¾©"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "ç¡æ³æ«ååå %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "ç¡æ³è§£æ Xend çååè³è¨"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "ç¡æ³å»ºç«ééä½ä¸çåå %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "ååçè³è¨ä¸å
¨ï¼æ²æå稱"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
msgid "Unknown scheduler"
msgstr ""
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "ç¡æ³åå¾ hypervisor é¡å"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "ååçè³è¨ä¸å
¨ï¼æ²æ uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "ååçè³è¨ä¸å
¨ï¼æ²æ uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, c-format
msgid "%s: invalid path"
msgstr ""
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "ç¡æ³éåè¦è®åç %s"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "ç¡æ³è®åè¨å®æª %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "ç¡é æç mime é¡å"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "ç¡é æç mime é¡å"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, c-format
msgid "unsupported network type %d"
msgstr ""
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "ç¡é æçæ¸å¼ç¯é»"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "ç¯é»çå忏
å®"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
msgid "hotplug of device type not supported"
msgstr ""
@@ -7731,49 +8335,49 @@ msgstr ""
msgid "unexpected lifecycle action %d"
msgstr "ç¡é æç dict ç¯é»"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "ç¡æ³å¾ %s å復åå"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "ååç®åçè¨æ¶é«"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "ç¡æ³è®åè¨å®æª %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "æªç¥ç使¥ç³»çµ±é¡å"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "ç¡æ³å¾ %s 建ç«åå"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "ç¡æ³æ«ååå %s"
@@ -7782,19 +8386,34 @@ msgstr "ç¡æ³æ«ååå %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "ç¡æçåæ¸ï¼æ¼ "
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "ç¡æçåæ¸ï¼æ¼ "
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7820,15 +8439,39 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
msgid "watch already tracked"
msgstr ""
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "åé
åå"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "ç¡æ³å°åå %s åè³ %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "ç¡æ³åå¾ç¯é»è³è¨"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "ç¡æ³å¯«å
¥è¨å®æª"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "ç¡æ³ééææ§½ %d\n"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "è¨æ¶é«ä¸è¶³"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "ç¡æ³ééææ§½ %d\n"
+
#~ msgid "allocating configuration"
#~ msgstr "åé
è¨å®"
@@ -7874,10 +8517,6 @@ msgstr "åé
åå"
#~ msgstr "ç¡æ³éåè¦è®åç %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "æä½å¤±æï¼%s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "æä½å¤±æï¼%s"
diff --git a/po/zu.gmo b/po/zu.gmo
index 7a4ef38..ef0c338 100644
Binary files a/po/zu.gmo and b/po/zu.gmo differ
diff --git a/po/zu.po b/po/zu.po
index 81435e0..a38ec32 100644
--- a/po/zu.po
+++ b/po/zu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list at redhat.com\n"
-"POT-Creation-Date: 2009-01-31 10:07+0100\n"
+"POT-Creation-Date: 2009-03-04 14:01+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -96,243 +96,243 @@ msgstr ""
msgid "Unknown error"
msgstr "unknown host"
-#: qemud/qemud.c:234
-#, c-format
-msgid "Cannot access %s '%s': %s (%d)"
-msgstr ""
+#: qemud/qemud.c:240
+#, fuzzy, c-format
+msgid "Cannot access %s '%s': %s"
+msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:251
+#: qemud/qemud.c:257
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
-#: qemud/qemud.c:264
+#: qemud/qemud.c:270
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
-#: qemud/qemud.c:278
+#: qemud/qemud.c:284
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
-#: qemud/qemud.c:295
+#: qemud/qemud.c:301
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
-#: qemud/qemud.c:308
+#: qemud/qemud.c:314
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
-#: qemud/qemud.c:313
+#: qemud/qemud.c:319
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
-#: qemud/qemud.c:334
+#: qemud/qemud.c:341
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
-#: qemud/qemud.c:343
+#: qemud/qemud.c:351
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
-#: qemud/qemud.c:345
+#: qemud/qemud.c:353
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
-#: qemud/qemud.c:351
+#: qemud/qemud.c:359
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
-#: qemud/qemud.c:356
+#: qemud/qemud.c:364
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
-#: qemud/qemud.c:375 src/util.c:250 src/util.c:281
+#: qemud/qemud.c:383 src/util.c:253 src/util.c:284
msgid "Failed to set close-on-exec file descriptor flag"
msgstr ""
-#: qemud/qemud.c:389 src/util.c:244 src/util.c:275
+#: qemud/qemud.c:397 src/util.c:247 src/util.c:278
msgid "Failed to set non-blocking file descriptor flag"
msgstr ""
-#: qemud/qemud.c:467
+#: qemud/qemud.c:476
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:473
+#: qemud/qemud.c:482
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:480
+#: qemud/qemud.c:489
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:487
+#: qemud/qemud.c:496
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:503
+#: qemud/qemud.c:513
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:513
+#: qemud/qemud.c:523
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
-#: qemud/qemud.c:535
+#: qemud/qemud.c:545
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:544
+#: qemud/qemud.c:554
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:555 qemud/qemud.c:684
+#: qemud/qemud.c:565 qemud/qemud.c:706
msgid "Failed to add server event callback"
msgstr ""
-#: qemud/qemud.c:584
+#: qemud/qemud.c:594
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
-#: qemud/qemud.c:593
+#: qemud/qemud.c:604
#, c-format
msgid "socket: %s"
msgstr ""
-#: qemud/qemud.c:602
+#: qemud/qemud.c:613
#, c-format
msgid "bind: %s"
msgstr ""
-#: qemud/qemud.c:609
+#: qemud/qemud.c:620
#, c-format
msgid "listen: %s"
msgstr ""
-#: qemud/qemud.c:644
+#: qemud/qemud.c:664
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
-#: qemud/qemud.c:674
+#: qemud/qemud.c:695
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
-#: qemud/qemud.c:742
+#: qemud/qemud.c:789
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
-#: qemud/qemud.c:750
+#: qemud/qemud.c:801
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:755 qemud/qemud.c:1226 src/domain_conf.c:498
-#: src/network_conf.c:169 src/node_device_conf.c:136 src/openvz_conf.c:402
-#: src/qemu_driver.c:402 src/remote_internal.c:906 src/remote_internal.c:5612
-#: src/storage_conf.c:1308 src/test.c:235 src/test.c:363
+#: qemud/qemud.c:806 qemud/qemud.c:1285 src/domain_conf.c:521
+#: src/network_conf.c:170 src/node_device_conf.c:137 src/openvz_conf.c:402
+#: src/qemu_driver.c:423 src/remote_internal.c:903 src/remote_internal.c:5752
+#: src/storage_conf.c:1310 src/test.c:235 src/test.c:363
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:759
+#: qemud/qemud.c:810
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:767
+#: qemud/qemud.c:818
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:852
+#: qemud/qemud.c:903
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
-#: qemud/qemud.c:866
+#: qemud/qemud.c:921
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
-#: qemud/qemud.c:977
+#: qemud/qemud.c:1033
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
-#: qemud/qemud.c:993
+#: qemud/qemud.c:1049
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
-#: qemud/qemud.c:1010
+#: qemud/qemud.c:1066
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
-#: qemud/qemud.c:1025
+#: qemud/qemud.c:1081
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
-#: qemud/qemud.c:1032
+#: qemud/qemud.c:1088
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
-#: qemud/qemud.c:1036
+#: qemud/qemud.c:1092
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
-#: qemud/qemud.c:1040
+#: qemud/qemud.c:1096
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
-#: qemud/qemud.c:1045
+#: qemud/qemud.c:1101
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
-#: qemud/qemud.c:1053
+#: qemud/qemud.c:1109
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
-#: qemud/qemud.c:1058
+#: qemud/qemud.c:1114
msgid "remoteCheckCertificate: no peers"
msgstr ""
-#: qemud/qemud.c:1068
+#: qemud/qemud.c:1124
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
-#: qemud/qemud.c:1078
+#: qemud/qemud.c:1134
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
-#: qemud/qemud.c:1085
+#: qemud/qemud.c:1141
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
-#: qemud/qemud.c:1094
+#: qemud/qemud.c:1150
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
@@ -340,453 +340,469 @@ msgid ""
"run this daemon with --verbose option."
msgstr ""
-#: qemud/qemud.c:1112
+#: qemud/qemud.c:1168
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
-#: qemud/qemud.c:1115
+#: qemud/qemud.c:1171
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
-#: qemud/qemud.c:1121
+#: qemud/qemud.c:1177
msgid "client had unexpected data pending tx after access check"
msgstr ""
-#: qemud/qemud.c:1148
+#: qemud/qemud.c:1205
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
-#: qemud/qemud.c:1174
+#: qemud/qemud.c:1232
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
-#: qemud/qemud.c:1179
+#: qemud/qemud.c:1238
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
-#: qemud/qemud.c:1185
+#: qemud/qemud.c:1244
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
-#: qemud/qemud.c:1260
+#: qemud/qemud.c:1319
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
-#: qemud/qemud.c:1297 qemud/qemud.c:1885
+#: qemud/qemud.c:1358 qemud/qemud.c:1951
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
-#: qemud/qemud.c:1470 qemud/qemud.c:1696
+#: qemud/qemud.c:1531 qemud/qemud.c:1759
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
-#: qemud/qemud.c:1485
+#: qemud/qemud.c:1547
#, c-format
msgid "read: %s"
msgstr ""
-#: qemud/qemud.c:1497
+#: qemud/qemud.c:1560
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
-#: qemud/qemud.c:1559
+#: qemud/qemud.c:1622
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:1706
+#: qemud/qemud.c:1770
#, c-format
msgid "write: %s"
msgstr ""
-#: qemud/qemud.c:1717
+#: qemud/qemud.c:1781
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
-#: qemud/qemud.c:1766
+#: qemud/qemud.c:1830
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2008
+#: qemud/qemud.c:2075
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
-#: qemud/qemud.c:2059
+#: qemud/qemud.c:2130
+#, fuzzy
+msgid "Failed to register shutdown timeout"
+msgstr "Failed to write to socket %d\n"
+
+#: qemud/qemud.c:2139
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2218 qemud/qemud.c:2237
+#: qemud/qemud.c:2300 qemud/qemud.c:2319
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2224 qemud/qemud.c:2254
+#: qemud/qemud.c:2306 qemud/qemud.c:2336
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
-#: qemud/qemud.c:2242 qemud/qemud.c:2265
+#: qemud/qemud.c:2324 qemud/qemud.c:2347
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
-#: qemud/qemud.c:2281
+#: qemud/qemud.c:2363
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
-#: qemud/qemud.c:2302
+#: qemud/qemud.c:2385
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
-#: qemud/qemud.c:2344
+#: qemud/qemud.c:2428
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
-#: qemud/qemud.c:2491
+#: qemud/qemud.c:2575
msgid "Cannot set group when not running as root"
msgstr ""
-#: qemud/qemud.c:2496
+#: qemud/qemud.c:2580
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2508 qemud/qemud.c:2518
+#: qemud/qemud.c:2592 qemud/qemud.c:2602
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
-#: qemud/qemud.c:2747
+#: qemud/qemud.c:2834
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
-#: qemud/qemud.c:2768
+#: qemud/qemud.c:2857
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
-#: qemud/qemud.c:2792
+#: qemud/qemud.c:2882
#, fuzzy
msgid "unable to create rundir"
msgstr "domain name or uuid"
-#: qemud/qemud.c:2815
+#: qemud/qemud.c:2903
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
-#: qemud/qemud.c:2822
+#: qemud/qemud.c:2911
msgid "Failed to register callback for signal pipe"
msgstr ""
-#: qemud/remote.c:254
+#: qemud/remote.c:255
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:260
+#: qemud/remote.c:261
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
-#: qemud/remote.c:265
+#: qemud/remote.c:266
#, c-format
msgid "direction (%d) != REMOTE_CALL"
msgstr ""
-#: qemud/remote.c:270
+#: qemud/remote.c:271
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
-#: qemud/remote.c:288
+#: qemud/remote.c:289
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
-#: qemud/remote.c:295
+#: qemud/remote.c:296
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
-#: qemud/remote.c:304
+#: qemud/remote.c:305
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
-#: qemud/remote.c:433
+#: qemud/remote.c:434
msgid "connection already open"
msgstr ""
-#: qemud/remote.c:464
+#: qemud/remote.c:465
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
-#: qemud/remote.c:522
+#: qemud/remote.c:523
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
-#: qemud/remote.c:667
+#: qemud/remote.c:668
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
-#: qemud/remote.c:757 qemud/remote.c:840
+#: qemud/remote.c:758 qemud/remote.c:841
msgid "nparams too large"
msgstr ""
-#: qemud/remote.c:806
+#: qemud/remote.c:807
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
-#: qemud/remote.c:988 qemud/remote.c:1035
+#: qemud/remote.c:989 qemud/remote.c:1039
msgid "size > maximum buffer size"
msgstr ""
-#: qemud/remote.c:1390
+#: qemud/remote.c:1367
+#, fuzzy
+msgid "unable to get security label"
+msgstr "domain memory"
+
+#: qemud/remote.c:1396
+#, fuzzy
+msgid "unable to get security model"
+msgstr "domain memory"
+
+#: qemud/remote.c:1465
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
-#: qemud/remote.c:1396
+#: qemud/remote.c:1471
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
-#: qemud/remote.c:1638
+#: qemud/remote.c:1713
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:1760
+#: qemud/remote.c:1835
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
-#: qemud/remote.c:2079 qemud/remote.c:2144 qemud/remote.c:3158
+#: qemud/remote.c:2154 qemud/remote.c:2219 qemud/remote.c:3238
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2112
+#: qemud/remote.c:2187
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
-#: qemud/remote.c:2522 src/remote_internal.c:4941
+#: qemud/remote.c:2597 src/remote_internal.c:5083
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
-#: qemud/remote.c:2567
+#: qemud/remote.c:2642
msgid "client tried invalid SASL init request"
msgstr ""
-#: qemud/remote.c:2575
+#: qemud/remote.c:2651
#, fuzzy, c-format
-msgid "failed to get sock address %d (%s)"
+msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
-#: qemud/remote.c:2586
+#: qemud/remote.c:2663
#, fuzzy, c-format
-msgid "failed to get peer address %d (%s)"
+msgid "failed to get peer address: %s"
msgstr "failed to get node information"
-#: qemud/remote.c:2607
+#: qemud/remote.c:2684
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2620
+#: qemud/remote.c:2697
msgid "cannot TLS get cipher size"
msgstr ""
-#: qemud/remote.c:2629
+#: qemud/remote.c:2706
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
-#: qemud/remote.c:2657
+#: qemud/remote.c:2734
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
-#: qemud/remote.c:2673
+#: qemud/remote.c:2750
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
-#: qemud/remote.c:2682
+#: qemud/remote.c:2759
msgid "cannot allocate mechlist"
msgstr ""
-#: qemud/remote.c:2713 src/remote_internal.c:5439
+#: qemud/remote.c:2790 src/remote_internal.c:5579
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2723
+#: qemud/remote.c:2800
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
-#: qemud/remote.c:2752
+#: qemud/remote.c:2829
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
-#: qemud/remote.c:2760
+#: qemud/remote.c:2837
msgid "no client username was found"
msgstr ""
-#: qemud/remote.c:2770
+#: qemud/remote.c:2847
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
-#: qemud/remote.c:2789
+#: qemud/remote.c:2866
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
-#: qemud/remote.c:2819 qemud/remote.c:2906
+#: qemud/remote.c:2896 qemud/remote.c:2983
msgid "client tried invalid SASL start request"
msgstr ""
-#: qemud/remote.c:2834
+#: qemud/remote.c:2911
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2841
+#: qemud/remote.c:2918
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
-#: qemud/remote.c:2920
+#: qemud/remote.c:2997
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
-#: qemud/remote.c:2928
+#: qemud/remote.c:3005
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
-#: qemud/remote.c:2984
+#: qemud/remote.c:3061
msgid "client tried unsupported SASL init request"
msgstr ""
-#: qemud/remote.c:2997
+#: qemud/remote.c:3074
msgid "client tried unsupported SASL start request"
msgstr ""
-#: qemud/remote.c:3010
+#: qemud/remote.c:3087
msgid "client tried unsupported SASL step request"
msgstr ""
-#: qemud/remote.c:3046
+#: qemud/remote.c:3123
msgid "client tried invalid PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3051
+#: qemud/remote.c:3128
msgid "cannot get peer socket identity"
msgstr ""
-#: qemud/remote.c:3055
+#: qemud/remote.c:3132
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
-#: qemud/remote.c:3059
+#: qemud/remote.c:3136
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
-#: qemud/remote.c:3065
+#: qemud/remote.c:3143
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3073
+#: qemud/remote.c:3153
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:3091
+#: qemud/remote.c:3171
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
-#: qemud/remote.c:3105
+#: qemud/remote.c:3185
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:3110
+#: qemud/remote.c:3190
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:3135
+#: qemud/remote.c:3215
msgid "client tried unsupported PolicyKit init request"
msgstr ""
-#: qemud/remote.c:3191
+#: qemud/remote.c:3271
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3658
+#: qemud/remote.c:3738
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:3976 qemud/remote.c:4142
+#: qemud/remote.c:4056 qemud/remote.c:4222
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
-#: qemud/remote.c:4037 qemud/remote.c:4067 qemud/remote.c:4108
-#: qemud/remote.c:4136
+#: qemud/remote.c:4117 qemud/remote.c:4147 qemud/remote.c:4188
+#: qemud/remote.c:4216 qemud/remote.c:4258 qemud/remote.c:4284
+#: qemud/remote.c:4310
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
-#: qemud/remote.c:4180
+#: qemud/remote.c:4338
#, fuzzy
msgid "unexpected async event method call"
msgstr "unexpected dict node"
-#: src/bridge.c:433
+#: src/bridge.c:414
msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented"
msgstr ""
-#: src/bridge.c:439
+#: src/bridge.c:420
msgid ""
"Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:448
+#: src/bridge.c:429
msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented"
msgstr ""
-#: src/bridge.c:453
+#: src/bridge.c:434
msgid "Enabling IFF_VNET_HDR"
msgstr ""
-#: src/bridge.c:457
+#: src/bridge.c:439
msgid "Not enabling IFF_VNET_HDR; disabled at build time"
msgstr ""
@@ -909,535 +925,536 @@ msgstr "failed to add domain to connection hash table"
msgid "dev missing from connection hash table"
msgstr "domain missing from connection hash table"
-#: src/domain_conf.c:588
+#: src/domain_conf.c:612
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:641
+#: src/domain_conf.c:665
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:667
+#: src/domain_conf.c:691
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:682
+#: src/domain_conf.c:706
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
-#: src/domain_conf.c:689
+#: src/domain_conf.c:713
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:714
+#: src/domain_conf.c:738
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
-#: src/domain_conf.c:720
+#: src/domain_conf.c:744
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
-#: src/domain_conf.c:727
+#: src/domain_conf.c:751
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:781
+#: src/domain_conf.c:805
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:875
+#: src/domain_conf.c:899
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:941
+#: src/domain_conf.c:965
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
-#: src/domain_conf.c:967
+#: src/domain_conf.c:991
msgid "No <source> 'dev' attribute specified with <interface type='bridge'/>"
msgstr ""
-#: src/domain_conf.c:987
+#: src/domain_conf.c:1011
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:992
+#: src/domain_conf.c:1016
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
-#: src/domain_conf.c:1000
+#: src/domain_conf.c:1024
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
-#: src/domain_conf.c:1025
+#: src/domain_conf.c:1049
msgid "Model name contains invalid characters"
msgstr ""
-#: src/domain_conf.c:1199 src/domain_conf.c:1276
+#: src/domain_conf.c:1223 src/domain_conf.c:1300
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1216 src/domain_conf.c:1233
+#: src/domain_conf.c:1240 src/domain_conf.c:1257
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1221 src/domain_conf.c:1238 src/domain_conf.c:1258
+#: src/domain_conf.c:1245 src/domain_conf.c:1262 src/domain_conf.c:1282
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
-#: src/domain_conf.c:1329
+#: src/domain_conf.c:1353
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1335
+#: src/domain_conf.c:1359
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1342
+#: src/domain_conf.c:1366
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1350
+#: src/domain_conf.c:1374
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1356 src/domain_conf.c:1363
+#: src/domain_conf.c:1380 src/domain_conf.c:1387
#, c-format
msgid "unsupported input bus %s"
msgstr ""
-#: src/domain_conf.c:1368
+#: src/domain_conf.c:1392
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
-#: src/domain_conf.c:1413
+#: src/domain_conf.c:1437
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
-#: src/domain_conf.c:1419
+#: src/domain_conf.c:1443
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
-#: src/domain_conf.c:1430
+#: src/domain_conf.c:1454
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1468
+#: src/domain_conf.c:1492
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1507
+#: src/domain_conf.c:1531
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1541
+#: src/domain_conf.c:1565
#, fuzzy, c-format
msgid "cannot parse vendor id %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1548
+#: src/domain_conf.c:1572
msgid "usb vendor needs id"
msgstr ""
-#: src/domain_conf.c:1558
+#: src/domain_conf.c:1582
#, fuzzy, c-format
msgid "cannot parse product %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1566
+#: src/domain_conf.c:1590
msgid "usb product needs id"
msgstr ""
-#: src/domain_conf.c:1577 src/domain_conf.c:1664
+#: src/domain_conf.c:1601 src/domain_conf.c:1688
#, fuzzy, c-format
msgid "cannot parse bus %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1584
+#: src/domain_conf.c:1608
msgid "usb address needs bus id"
msgstr ""
-#: src/domain_conf.c:1593
+#: src/domain_conf.c:1617
#, fuzzy, c-format
msgid "cannot parse device %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1601
+#: src/domain_conf.c:1625
msgid "usb address needs device id"
msgstr ""
-#: src/domain_conf.c:1606
+#: src/domain_conf.c:1630
#, fuzzy, c-format
msgid "unknown usb source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1617
+#: src/domain_conf.c:1641
#, fuzzy
msgid "missing vendor"
msgstr "missing \""
-#: src/domain_conf.c:1623
+#: src/domain_conf.c:1647
#, fuzzy
msgid "missing product"
msgstr "missing source information for device"
-#: src/domain_conf.c:1651
+#: src/domain_conf.c:1675
#, fuzzy, c-format
msgid "cannot parse domain %s"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1671
+#: src/domain_conf.c:1695
msgid "pci address needs bus id"
msgstr ""
-#: src/domain_conf.c:1680
+#: src/domain_conf.c:1704
#, fuzzy, c-format
msgid "cannot parse slot %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1688
+#: src/domain_conf.c:1712
msgid "pci address needs slot id"
msgstr ""
-#: src/domain_conf.c:1697
+#: src/domain_conf.c:1721
#, fuzzy, c-format
msgid "cannot parse function %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:1705
+#: src/domain_conf.c:1729
msgid "pci address needs function id"
msgstr ""
-#: src/domain_conf.c:1710
+#: src/domain_conf.c:1734
#, fuzzy, c-format
msgid "unknown pci source type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1743
+#: src/domain_conf.c:1767
#, fuzzy, c-format
msgid "unknown hostdev mode '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1754
+#: src/domain_conf.c:1778
#, fuzzy, c-format
msgid "unknown host device type '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1759
+#: src/domain_conf.c:1783
#, fuzzy
msgid "missing type in hostdev"
msgstr "missing source information for device"
-#: src/domain_conf.c:1780
+#: src/domain_conf.c:1811
#, fuzzy, c-format
msgid "unknown node %s"
msgstr "unknown host %s"
-#: src/domain_conf.c:1811
+#: src/domain_conf.c:1842
#, fuzzy, c-format
msgid "unknown lifecycle action %s"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:1841 src/domain_conf.c:2469 src/domain_conf.c:2510
-#: src/network_conf.c:479 src/network_conf.c:519 src/qemu_conf.c:1510
-#: src/storage_conf.c:652 src/storage_conf.c:1073
+#: src/domain_conf.c:1925 src/domain_conf.c:2556 src/domain_conf.c:2597
+#: src/network_conf.c:480 src/network_conf.c:520 src/node_device_conf.c:1045
+#: src/qemu_conf.c:1518 src/storage_conf.c:653 src/storage_conf.c:1075
#, fuzzy
msgid "missing root element"
msgstr "missing root device information"
-#: src/domain_conf.c:1877
+#: src/domain_conf.c:1961
#, fuzzy
msgid "unknown device type"
msgstr "unknown OS type"
-#: src/domain_conf.c:1924
+#: src/domain_conf.c:2008
#, fuzzy
msgid "missing domain type attribute"
msgstr "missing domain name information"
-#: src/domain_conf.c:1930
+#: src/domain_conf.c:2014
#, fuzzy, c-format
msgid "invalid domain type %s"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:1947 src/network_conf.c:334
+#: src/domain_conf.c:2031 src/network_conf.c:335
#, fuzzy
msgid "Failed to generate UUID"
msgstr "Failed to create domain %s\n"
-#: src/domain_conf.c:1953 src/network_conf.c:341 src/storage_conf.c:477
+#: src/domain_conf.c:2037 src/network_conf.c:342 src/storage_conf.c:478
msgid "malformed uuid element"
msgstr ""
-#: src/domain_conf.c:1962
+#: src/domain_conf.c:2046
#, fuzzy
msgid "missing memory element"
msgstr "missing root device information"
-#: src/domain_conf.c:1992
+#: src/domain_conf.c:2076
#, fuzzy, c-format
msgid "unexpected feature %s"
msgstr "unexpected data '%s'"
-#: src/domain_conf.c:2032
+#: src/domain_conf.c:2116
#, fuzzy
msgid "no OS type"
msgstr "unknown OS type"
-#: src/domain_conf.c:2060
+#: src/domain_conf.c:2144
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
-#: src/domain_conf.c:2068 src/xm_internal.c:701
+#: src/domain_conf.c:2152 src/xm_internal.c:701
#, fuzzy, c-format
msgid "no supported architecture for os type '%s'"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2118
+#: src/domain_conf.c:2202
#, fuzzy
msgid "cannot extract boot device"
msgstr "too many domains"
-#: src/domain_conf.c:2126
+#: src/domain_conf.c:2210
#, fuzzy
msgid "missing boot device"
msgstr "missing source information for device"
-#: src/domain_conf.c:2131
+#: src/domain_conf.c:2215
#, fuzzy, c-format
msgid "unknown boot device '%s'"
msgstr "unknown OS type %s"
-#: src/domain_conf.c:2151
+#: src/domain_conf.c:2235
#, fuzzy
msgid "cannot extract disk devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2172
+#: src/domain_conf.c:2256
msgid "cannot extract filesystem devices"
msgstr ""
-#: src/domain_conf.c:2191
+#: src/domain_conf.c:2275
#, fuzzy
msgid "cannot extract network devices"
msgstr "invalid connection pointer in"
-#: src/domain_conf.c:2212
+#: src/domain_conf.c:2296
msgid "cannot extract parallel devices"
msgstr ""
-#: src/domain_conf.c:2232
+#: src/domain_conf.c:2316
#, fuzzy
msgid "cannot extract serial devices"
msgstr "too many domains"
-#: src/domain_conf.c:2282
+#: src/domain_conf.c:2366
#, fuzzy
msgid "cannot extract input devices"
msgstr "invalid domain pointer in"
-#: src/domain_conf.c:2317
+#: src/domain_conf.c:2401
#, fuzzy
msgid "cannot extract graphics devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2359
+#: src/domain_conf.c:2443
#, fuzzy
msgid "cannot extract sound devices"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/domain_conf.c:2389
+#: src/domain_conf.c:2473
msgid "cannot extract host devices"
msgstr ""
-#: src/domain_conf.c:2432 src/network_conf.c:444 src/qemu_conf.c:1456
-#: src/storage_conf.c:607
+#: src/domain_conf.c:2519 src/network_conf.c:445 src/node_device_conf.c:1010
+#: src/qemu_conf.c:1464 src/storage_conf.c:608
#, fuzzy, c-format
msgid "at line %d: %s"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2463 src/domain_conf.c:2504 src/network_conf.c:473
-#: src/network_conf.c:513 src/qemu_conf.c:1504 src/storage_conf.c:639
-#: src/storage_conf.c:1060
+#: src/domain_conf.c:2550 src/domain_conf.c:2591 src/network_conf.c:474
+#: src/network_conf.c:514 src/node_device_conf.c:1039 src/qemu_conf.c:1512
+#: src/storage_conf.c:640 src/storage_conf.c:1062
#, fuzzy
msgid "failed to parse xml document"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:2534 src/network_conf.c:541 src/qemu_conf.c:1522
+#: src/domain_conf.c:2621 src/network_conf.c:542 src/node_device_conf.c:979
+#: src/qemu_conf.c:1530
#, fuzzy
msgid "incorrect root element"
msgstr "unknown host %s"
-#: src/domain_conf.c:2743
+#: src/domain_conf.c:2830
msgid "topology cpuset syntax error"
msgstr ""
-#: src/domain_conf.c:2757
+#: src/domain_conf.c:2844
#, fuzzy, c-format
msgid "unexpected lifecycle type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2779
+#: src/domain_conf.c:2866
#, fuzzy, c-format
msgid "unexpected disk type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2784
+#: src/domain_conf.c:2871
#, fuzzy, c-format
msgid "unexpected disk device %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2789
+#: src/domain_conf.c:2876
#, fuzzy, c-format
msgid "unexpected disk bus %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2794
+#: src/domain_conf.c:2881
#, fuzzy, c-format
msgid "unexpected disk cache mode %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2842
+#: src/domain_conf.c:2929
#, fuzzy, c-format
msgid "unexpected filesystem type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2893 src/domain_conf.c:3113
+#: src/domain_conf.c:2980 src/domain_conf.c:3200
#, fuzzy, c-format
msgid "unexpected net type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:2967
+#: src/domain_conf.c:3054
#, fuzzy, c-format
msgid "unexpected char type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3066 src/xend_internal.c:5227
+#: src/domain_conf.c:3153 src/xend_internal.c:5269
#, fuzzy, c-format
msgid "unexpected sound model %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3086 src/xend_internal.c:5249
+#: src/domain_conf.c:3173 src/xend_internal.c:5291
#, fuzzy, c-format
msgid "unexpected input type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3091
+#: src/domain_conf.c:3178
#, fuzzy, c-format
msgid "unexpected input bus type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3176
+#: src/domain_conf.c:3263
#, fuzzy, c-format
msgid "unexpected hostdev mode %d"
msgstr "unexpected dict node"
-#: src/domain_conf.c:3183
+#: src/domain_conf.c:3270
#, fuzzy, c-format
msgid "unexpected hostdev type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3230
+#: src/domain_conf.c:3318
#, fuzzy, c-format
msgid "unexpected domain type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3315
+#: src/domain_conf.c:3403
#, fuzzy, c-format
msgid "unexpected boot device type %d"
msgstr "unexpected mime type"
-#: src/domain_conf.c:3333
+#: src/domain_conf.c:3421
#, fuzzy, c-format
msgid "unexpected feature %d"
msgstr "unexpected value node"
-#: src/domain_conf.c:3455 src/network_conf.c:656
+#: src/domain_conf.c:3566 src/network_conf.c:657
#, fuzzy, c-format
msgid "cannot create config directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3464 src/network_conf.c:665
+#: src/domain_conf.c:3575 src/network_conf.c:666
#, fuzzy, c-format
msgid "cannot create config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3472 src/network_conf.c:673
+#: src/domain_conf.c:3583 src/network_conf.c:674
#, fuzzy, c-format
msgid "cannot write config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3479 src/network_conf.c:680
+#: src/domain_conf.c:3590 src/network_conf.c:681
#, fuzzy, c-format
msgid "cannot save config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3580 src/network_conf.c:775
+#: src/domain_conf.c:3691 src/network_conf.c:783
#, fuzzy, c-format
msgid "Failed to open dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/domain_conf.c:3634
+#: src/domain_conf.c:3745
#, fuzzy, c-format
msgid "cannot remove config %s"
msgstr "failed to write configuration file: %s"
-#: src/domain_conf.c:3708
+#: src/domain_conf.c:3819
#, fuzzy
msgid "unknown virt type"
msgstr "unknown OS type"
-#: src/domain_conf.c:3719
+#: src/domain_conf.c:3830
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
-#: src/iptables.c:102
-#, fuzzy
-msgid "Failed to run '"
+#: src/iptables.c:103
+#, fuzzy, c-format
+msgid "Failed to run '%s %s': %s"
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:150
+#: src/iptables.c:151
#, fuzzy
msgid "Failed to read "
msgstr "Failed to create domain %s\n"
-#: src/iptables.c:178
+#: src/iptables.c:180
#, fuzzy
msgid "Failed to write to "
msgstr "Failed to write to socket %d\n"
-#: src/iptables.c:243
+#: src/iptables.c:246
#, fuzzy, c-format
msgid "Failed to create directory %s : %s"
msgstr "Failed to create domain from %s"
-#: src/iptables.c:249
+#: src/iptables.c:252
#, fuzzy, c-format
msgid "Failed to saves iptables rules to %s : %s"
msgstr "Failed to save domain %s to %s"
@@ -1447,58 +1464,58 @@ msgstr "Failed to save domain %s to %s"
msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s"
msgstr ""
-#: src/iptables.c:562
+#: src/iptables.c:563
#, c-format
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:886
+#: src/libvirt.c:893
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:2041
+#: src/libvirt.c:2048
#, fuzzy
msgid "cannot get working directory"
msgstr "failed to write configuration file: %s"
-#: src/libvirt.c:2048 src/libvirt.c:2124
+#: src/libvirt.c:2055 src/libvirt.c:2131
#, fuzzy
msgid "path too long"
msgstr "domain name or uuid"
-#: src/libvirt.c:2117
+#: src/libvirt.c:2124
#, fuzzy
msgid "cannot get current directory"
msgstr "Failed to create domain %s\n"
-#: src/libvirt.c:2752
+#: src/libvirt.c:2759
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:2781
+#: src/libvirt.c:2788
#, fuzzy
msgid "domainMigratePrepare2 did not set uri"
msgstr "domain information incorrect domid not numeric"
-#: src/libvirt.c:3493
+#: src/libvirt.c:3511
msgid "path is NULL"
msgstr ""
-#: src/libvirt.c:3499
+#: src/libvirt.c:3517
msgid "flags must be zero"
msgstr ""
-#: src/libvirt.c:3506
+#: src/libvirt.c:3524
msgid "buffer is NULL"
msgstr ""
-#: src/libvirt.c:3605
+#: src/libvirt.c:3623
msgid "flags parameter must be VIR_MEMORY_VIRTUAL"
msgstr ""
-#: src/libvirt.c:3612
+#: src/libvirt.c:3630
msgid "buffer is NULL but size is non-zero"
msgstr ""
@@ -1542,12 +1559,12 @@ msgstr "Failed to create domain %s\n"
msgid "failed to bind new root %s"
msgstr "Failed to suspend domain %s"
-#: src/lxc_container.c:289 src/lxc_container.c:395
+#: src/lxc_container.c:288 src/lxc_container.c:395
#, fuzzy, c-format
msgid "failed to create %s"
msgstr "Failed to create domain %s\n"
-#: src/lxc_container.c:299
+#: src/lxc_container.c:298
#, fuzzy, c-format
msgid "failed to pivot root %s to %s"
msgstr "Failed to suspend domain %s"
@@ -1720,23 +1737,23 @@ msgstr ""
#: src/lxc_driver.c:433 src/openvz_driver.c:289 src/openvz_driver.c:328
#: src/openvz_driver.c:372 src/openvz_driver.c:409 src/openvz_driver.c:866
#: src/openvz_driver.c:908 src/openvz_driver.c:939 src/openvz_driver.c:1011
-#: src/qemu_driver.c:2116 src/qemu_driver.c:2238 src/qemu_driver.c:2864
-#: src/qemu_driver.c:2934 src/qemu_driver.c:3021 src/qemu_driver.c:3417
-#: src/qemu_driver.c:3554 src/qemu_driver.c:3601 src/qemu_driver.c:3627
-#: src/qemu_driver.c:3901 src/uml_driver.c:1325 src/uml_driver.c:1448
-#: src/uml_driver.c:1488 src/uml_driver.c:1560 src/uml_driver.c:1621
-#: src/uml_driver.c:1665 src/uml_driver.c:1691 src/uml_driver.c:1764
+#: src/qemu_driver.c:2338 src/qemu_driver.c:2460 src/qemu_driver.c:3170
+#: src/qemu_driver.c:3240 src/qemu_driver.c:3327 src/qemu_driver.c:3721
+#: src/qemu_driver.c:3871 src/qemu_driver.c:3923 src/qemu_driver.c:3949
+#: src/qemu_driver.c:4223 src/uml_driver.c:1327 src/uml_driver.c:1450
+#: src/uml_driver.c:1490 src/uml_driver.c:1562 src/uml_driver.c:1623
+#: src/uml_driver.c:1667 src/uml_driver.c:1693 src/uml_driver.c:1766
#, fuzzy
msgid "no domain with matching uuid"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3027
-#: src/uml_driver.c:1627
+#: src/lxc_driver.c:333 src/openvz_driver.c:871 src/qemu_driver.c:3333
+#: src/uml_driver.c:1629
#, fuzzy
msgid "cannot delete active domain"
msgstr "name of the inactive domain"
-#: src/lxc_driver.c:339 src/qemu_driver.c:3033 src/uml_driver.c:1633
+#: src/lxc_driver.c:339 src/qemu_driver.c:3339 src/uml_driver.c:1635
#, fuzzy
msgid "cannot undefine transient domain"
msgstr "name of the inactive domain"
@@ -1791,7 +1808,7 @@ msgstr "invalid domain pointer in"
msgid "failed to kill pid %d"
msgstr "Failed to suspend domain %s"
-#: src/lxc_driver.c:795 src/util.c:605
+#: src/lxc_driver.c:795 src/util.c:628
#, fuzzy, c-format
msgid "cannot wait for '%s'"
msgstr "Failed to suspend domain %s"
@@ -1826,226 +1843,236 @@ msgstr "domain name"
msgid "no domain with id %d"
msgstr "domain id or uuid"
-#: src/lxc_driver.c:1284
+#: src/lxc_driver.c:1283
#, fuzzy, c-format
msgid "Unknown release: %s"
msgstr "got unknown HTTP error code %d"
-#: src/lxc_driver.c:1321 src/lxc_driver.c:1374
+#: src/lxc_driver.c:1320 src/lxc_driver.c:1373
#, fuzzy, c-format
msgid "No such domain %s"
msgstr "Failed to resume domain %s"
-#: src/lxc_driver.c:1336
+#: src/lxc_driver.c:1335
#, fuzzy, c-format
msgid "Invalid parameter `%s'"
msgstr "invalid argument in %s"
-#: src/lxc_driver.c:1364
+#: src/lxc_driver.c:1363
#, fuzzy
msgid "Invalid parameter count"
msgstr "invalid argument in"
-#: src/network_conf.c:259
+#: src/network_conf.c:260
#, fuzzy, c-format
msgid "cannot parse MAC address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:266
+#: src/network_conf.c:267
#, fuzzy, c-format
msgid "cannot use name address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:282 src/network_conf.c:370
+#: src/network_conf.c:283 src/network_conf.c:371
#, fuzzy, c-format
msgid "cannot parse IP address '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:376
+#: src/network_conf.c:377
#, fuzzy, c-format
msgid "cannot parse netmask '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_conf.c:400
+#: src/network_conf.c:401
msgid "Forwarding requested, but no IPv4 address/netmask provided"
msgstr ""
-#: src/network_conf.c:408
+#: src/network_conf.c:409
#, fuzzy, c-format
msgid "unknown forwarding type '%s'"
msgstr "unknown OS type %s"
-#: src/network_conf.c:740
+#: src/network_conf.c:741
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
-#: src/network_conf.c:823
+#: src/network_conf.c:831
#, fuzzy, c-format
msgid "cannot remove config file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:182
+#: src/network_conf.c:901
+#, c-format
+msgid "Bridge generation exceeded max id %d"
+msgstr ""
+
+#: src/network_conf.c:915
+#, fuzzy, c-format
+msgid "bridge name '%s' already in use."
+msgstr "domain %s exists already"
+
+#: src/network_driver.c:177
#, fuzzy, c-format
msgid "Failed to autostart network '%s': %s\n"
msgstr "Failed to start domain %s"
-#: src/network_driver.c:250
+#: src/network_driver.c:245
#, fuzzy
msgid "cannot initialize bridge support"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:275
+#: src/network_driver.c:270
#, fuzzy
msgid "networkStartup: out of memory\n"
msgstr "out of memory"
-#: src/network_driver.c:305
+#: src/network_driver.c:300
msgid "Reloading iptables rules\n"
msgstr ""
-#: src/network_driver.c:521
+#: src/network_driver.c:516
msgid "cannot start dhcp daemon without IP address for server"
msgstr ""
-#: src/network_driver.c:527 src/network_driver.c:533
+#: src/network_driver.c:522 src/network_driver.c:528
#, fuzzy, c-format
msgid "cannot create directory %s"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:586
+#: src/network_driver.c:581
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:597
+#: src/network_driver.c:592
#, fuzzy, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:607
+#: src/network_driver.c:602
#, fuzzy, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'\n"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:639
+#: src/network_driver.c:634
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:650
+#: src/network_driver.c:645
#, fuzzy, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:676 src/network_driver.c:683
+#: src/network_driver.c:671 src/network_driver.c:678
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:691 src/network_driver.c:698
+#: src/network_driver.c:686 src/network_driver.c:693
#, fuzzy, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:708
+#: src/network_driver.c:703
#, fuzzy, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:715
+#: src/network_driver.c:710
#, fuzzy, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:723
+#: src/network_driver.c:718
#, fuzzy, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:833
+#: src/network_driver.c:806
#, fuzzy
msgid "network is already active"
msgstr "Domain is already active"
-#: src/network_driver.c:839
+#: src/network_driver.c:812
#, fuzzy, c-format
msgid "cannot create bridge '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:853
+#: src/network_driver.c:826
#, fuzzy, c-format
msgid "cannot set IP address on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:861
+#: src/network_driver.c:834
#, fuzzy, c-format
msgid "cannot set netmask on bridge '%s' to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:869
+#: src/network_driver.c:842
#, fuzzy, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:880
+#: src/network_driver.c:853
#, fuzzy
msgid "failed to enable IP forwarding"
msgstr "failed to open %s for reading"
-#: src/network_driver.c:910 src/network_driver.c:949
+#: src/network_driver.c:884 src/network_driver.c:925
#, fuzzy, c-format
msgid "Failed to bring down bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:916 src/network_driver.c:954
+#: src/network_driver.c:891 src/network_driver.c:930
#, fuzzy, c-format
msgid "Failed to delete bridge '%s' : %s\n"
msgstr "Failed to suspend domain %s"
-#: src/network_driver.c:930
+#: src/network_driver.c:905
#, fuzzy, c-format
msgid "Shutting down network '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/network_driver.c:987 src/network_driver.c:1204
-#: src/network_driver.c:1243 src/network_driver.c:1266
-#: src/network_driver.c:1294 src/network_driver.c:1349
-#: src/network_driver.c:1375
+#: src/network_driver.c:963 src/network_driver.c:1188
+#: src/network_driver.c:1227 src/network_driver.c:1250
+#: src/network_driver.c:1278 src/network_driver.c:1333
+#: src/network_driver.c:1359
msgid "no network with matching uuid"
msgstr ""
-#: src/network_driver.c:1010
+#: src/network_driver.c:986
msgid "no network with matching name"
msgstr ""
-#: src/network_driver.c:1210
+#: src/network_driver.c:1194
#, fuzzy
msgid "network is still active"
msgstr "Domain is already active"
-#: src/network_driver.c:1317
+#: src/network_driver.c:1301
#, fuzzy
msgid "no network with matching id"
msgstr "domain information in XML"
-#: src/network_driver.c:1323
+#: src/network_driver.c:1307
#, fuzzy, c-format
msgid "network '%s' does not have a bridge name."
msgstr "Domain %s started\n"
-#: src/network_driver.c:1392
+#: src/network_driver.c:1376
#, fuzzy, c-format
msgid "cannot create autostart directory '%s'"
msgstr "failed to write configuration file: %s"
-#: src/network_driver.c:1399 src/storage_driver.c:941
+#: src/network_driver.c:1383 src/storage_driver.c:943
#, fuzzy, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/network_driver.c:1406 src/qemu_driver.c:3664 src/storage_driver.c:949
-#: src/uml_driver.c:1728
+#: src/network_driver.c:1390 src/qemu_driver.c:3986 src/storage_driver.c:951
+#: src/uml_driver.c:1730
#, fuzzy, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Failed to suspend domain %s"
@@ -2056,7 +2083,267 @@ msgstr "Failed to suspend domain %s"
msgid "no node device with matching name"
msgstr "domain id or name"
-#: src/nodeinfo.c:158 src/uml_driver.c:1789 src/util.c:228
+#: src/node_device_conf.c:436
+#, fuzzy, c-format
+msgid "no block device path supplied for '%s'"
+msgstr "Failed to create domain %s\n"
+
+#: src/node_device_conf.c:448
+#, c-format
+msgid "error parsing storage capabilities for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:458
+#, fuzzy, c-format
+msgid "missing storage capability type for '%s'"
+msgstr "missing source information for device"
+
+#: src/node_device_conf.c:478
+#, c-format
+msgid "no removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:479
+#, c-format
+msgid "invalid removable media size supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:489
+#, fuzzy, c-format
+msgid "unknown storage capability type '%s' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:501
+#, fuzzy, c-format
+msgid "no size supplied for '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/node_device_conf.c:502
+#, fuzzy, c-format
+msgid "invalid size supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:529 src/node_device_conf.c:574
+#, c-format
+msgid "no SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:530 src/node_device_conf.c:575
+#, c-format
+msgid "invalid SCSI host ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:535
+#, c-format
+msgid "no SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:536
+#, c-format
+msgid "invalid SCSI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:541
+#, c-format
+msgid "no SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:542
+#, c-format
+msgid "invalid SCSI target ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:547
+#, c-format
+msgid "no SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:548
+#, c-format
+msgid "invalid SCSI LUN ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:601
+#, fuzzy, c-format
+msgid "no network interface supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:616
+#, fuzzy, c-format
+msgid "invalid network type supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:644
+#, c-format
+msgid "no USB interface number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:645
+#, fuzzy, c-format
+msgid "invalid USB interface number supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:650
+#, c-format
+msgid "no USB interface class supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:651
+#, fuzzy, c-format
+msgid "invalid USB interface class supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:656
+#, c-format
+msgid "no USB interface subclass supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:657
+#, fuzzy, c-format
+msgid "invalid USB interface subclass supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:662
+#, fuzzy, c-format
+msgid "no USB interface protocol supplied for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:663
+#, fuzzy, c-format
+msgid "invalid USB interface protocol supplied for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:713
+#, c-format
+msgid "no USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:714
+#, c-format
+msgid "invalid USB bus number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:719
+#, c-format
+msgid "no USB device number supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:720
+#, fuzzy, c-format
+msgid "invalid USB device number supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:725
+#, c-format
+msgid "no USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:726
+#, c-format
+msgid "invalid USB vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:731
+#, c-format
+msgid "no USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:732
+#, c-format
+msgid "invalid USB product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:759
+#, c-format
+msgid "no PCI domain ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:760
+#, fuzzy, c-format
+msgid "invalid PCI domain ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:765
+#, c-format
+msgid "no PCI bus ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:766
+#, fuzzy, c-format
+msgid "invalid PCI bus ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:771
+#, c-format
+msgid "no PCI slot ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:772
+#, fuzzy, c-format
+msgid "invalid PCI slot ID supplied for '%s'"
+msgstr "invalid domain pointer in %s"
+
+#: src/node_device_conf.c:777
+#, c-format
+msgid "no PCI function ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:778
+#, fuzzy, c-format
+msgid "invalid PCI function ID supplied for '%s'"
+msgstr "invalid connection pointer in %s"
+
+#: src/node_device_conf.c:783
+#, c-format
+msgid "no PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:784
+#, c-format
+msgid "invalid PCI vendor ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:789
+#, c-format
+msgid "no PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:790
+#, c-format
+msgid "invalid PCI product ID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:825
+#, c-format
+msgid "no system UUID supplied for '%s'"
+msgstr ""
+
+#: src/node_device_conf.c:831
+#, fuzzy, c-format
+msgid "malformed uuid element for '%s'"
+msgstr "invalid argument in %s"
+
+#: src/node_device_conf.c:865
+#, fuzzy
+msgid "missing capability type"
+msgstr "missing domain name information"
+
+#: src/node_device_conf.c:871
+#, fuzzy, c-format
+msgid "unknown capability type '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:905
+#, fuzzy, c-format
+msgid "unknown capability type '%d' for '%s'"
+msgstr "unknown OS type %s"
+
+#: src/node_device_conf.c:947
+#, c-format
+msgid "no device capabilities for '%s'"
+msgstr ""
+
+#: src/nodeinfo.c:158 src/uml_driver.c:1791 src/util.c:231
#, fuzzy, c-format
msgid "cannot open %s"
msgstr "Failed to suspend domain %s"
@@ -2224,7 +2511,7 @@ msgstr "Domain is already active"
msgid "Could not read container config"
msgstr "could not connect to %s"
-#: src/openvz_driver.c:965 src/qemu_driver.c:1623
+#: src/openvz_driver.c:965 src/qemu_driver.c:1843
#, fuzzy, c-format
msgid "unknown type '%s'"
msgstr "unknown OS type %s"
@@ -2238,6 +2525,71 @@ msgstr ""
msgid "Could not parse VPS ID %s"
msgstr "could not connect to %s"
+#: src/pci.c:142
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s': %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:162
+#, fuzzy, c-format
+msgid "Failed to read from '%s' : %s"
+msgstr "Failed to read description file %s"
+
+#: src/pci.c:202
+#, fuzzy, c-format
+msgid "Failed to write to '%s' : %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:575
+#, fuzzy, c-format
+msgid "Failed to open config space file '%s'"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:612
+#, c-format
+msgid "No PCI reset capability available for %s"
+msgstr ""
+
+#: src/pci.c:633
+#, fuzzy, c-format
+msgid "modprobe %s failed: %s"
+msgstr "operation failed: %s"
+
+#: src/pci.c:639
+#, c-format
+msgid "%s module not available, cannot bind device %s to it"
+msgstr ""
+
+#: src/pci.c:653
+#, fuzzy, c-format
+msgid "Failed to add PCI device ID '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:668
+#, fuzzy, c-format
+msgid "Failed to unbind PCI device '%s'"
+msgstr "Failed to connect to the hypervisor"
+
+#: src/pci.c:680 src/pci.c:722
+#, fuzzy, c-format
+msgid "Failed to bind PCI device '%s' to %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/pci.c:692
+#, fuzzy, c-format
+msgid "Failed to remove PCI ID '%s' from %s"
+msgstr "Failed to create domain from %s"
+
+#: src/pci.c:737
+#, fuzzy, c-format
+msgid "Failed to trigger a re-probe for PCI device '%s'"
+msgstr "Failed to undefine domain %s"
+
+#: src/pci.c:810
+#, fuzzy, c-format
+msgid "Failed to read product/vendor ID for %s"
+msgstr "Failed to create domain from %s"
+
#: src/proxy_internal.c:251
#, c-format
msgid "Failed to close socket %d\n"
@@ -2282,717 +2634,787 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
-#: src/qemu_conf.c:473
+#: src/qemu_conf.c:481
#, c-format
msgid "Unexpected exit status from qemu %d pid %lu"
msgstr ""
-#: src/qemu_conf.c:482
+#: src/qemu_conf.c:489
#, c-format
msgid "Unexpected exit status '%d', qemu probably failed"
msgstr ""
-#: src/qemu_conf.c:521
+#: src/qemu_conf.c:529
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:554
+#: src/qemu_conf.c:562
#, fuzzy, c-format
msgid "Network '%s' not found"
msgstr "domain name or uuid"
-#: src/qemu_conf.c:569
+#: src/qemu_conf.c:577
#, fuzzy, c-format
msgid "Network type %d is not supported"
msgstr "Domain %s started\n"
-#: src/qemu_conf.c:585
+#: src/qemu_conf.c:594
#, fuzzy, c-format
msgid "cannot initialize bridge support: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:595
+#: src/qemu_conf.c:604
#, fuzzy, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:599
+#: src/qemu_conf.c:608
#, fuzzy, c-format
msgid "Failed to add tap interface '%s' to bridge '%s' : %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:748
+#: src/qemu_conf.c:757
#, fuzzy
msgid "TCP migration is not supported with this QEMU binary"
msgstr "no support for hypervisor"
-#: src/qemu_conf.c:756 src/qemu_conf.c:762
+#: src/qemu_conf.c:765 src/qemu_conf.c:771
msgid "STDIO migration is not supported with this QEMU binary"
msgstr ""
-#: src/qemu_conf.c:972
+#: src/qemu_conf.c:981
#, fuzzy, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1012 src/qemu_conf.c:1082
+#: src/qemu_conf.c:1021 src/qemu_conf.c:1091
#, fuzzy, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1020 src/qemu_conf.c:1101 src/uml_conf.c:273
+#: src/qemu_conf.c:1029 src/qemu_conf.c:1110 src/uml_conf.c:273
#, fuzzy, c-format
msgid "unsupported disk type '%s'"
msgstr "unexpected mime type"
-#: src/qemu_conf.c:1341
+#: src/qemu_conf.c:1350
#, fuzzy
msgid "invalid sound model"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1529
+#: src/qemu_conf.c:1537
#, fuzzy
msgid "invalid domain state"
msgstr "invalid domain pointer in"
-#: src/qemu_conf.c:1538
+#: src/qemu_conf.c:1546
#, fuzzy
msgid "invalid pid"
msgstr "invalid argument in %s"
-#: src/qemu_conf.c:1545
+#: src/qemu_conf.c:1553
#, fuzzy
msgid "no monitor path"
msgstr "Failed to suspend domain %s"
-#: src/qemu_conf.c:1552
+#: src/qemu_conf.c:1560
#, fuzzy
msgid "no domain config"
msgstr "node domain list"
-#: src/qemu_driver.c:104 src/uml_driver.c:104
-#, fuzzy
-msgid "Failed to set close-on-exec file descriptor flag\n"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:119
-#, fuzzy
-msgid "Failed to set non-blocking file descriptor flag\n"
-msgstr "failed to parse Xend domain information"
-
-#: src/qemu_driver.c:179 src/uml_driver.c:770
+#: src/qemu_driver.c:150 src/qemu_driver.c:182 src/uml_driver.c:772
#, fuzzy, c-format
msgid "failed to create logfile %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:185 src/uml_driver.c:779
+#: src/qemu_driver.c:156 src/qemu_driver.c:188 src/uml_driver.c:781
#, fuzzy
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:203
+#: src/qemu_driver.c:174
#, fuzzy, c-format
msgid "failed to build logfile name %s/%s.log"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:211
-#, fuzzy, c-format
-msgid "failed to create logfile %s: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:217
+#: src/qemu_driver.c:194
#, fuzzy, c-format
-msgid "Unable to set VM logfile close-on-exec flag: %s"
-msgstr "failed to write configuration file"
-
-#: src/qemu_driver.c:224
-#, fuzzy, c-format
-msgid "Unable to seek to %lld in %s: %s"
+msgid "Unable to seek to %lld in %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:253 src/uml_driver.c:144
+#: src/qemu_driver.c:223 src/uml_driver.c:144
#, fuzzy, c-format
msgid "Failed to autostart VM '%s': %s\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:294
+#: src/qemu_driver.c:264
#, fuzzy, c-format
msgid "Failed to unlink status file %s"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:339
+#: src/qemu_driver.c:309
#, fuzzy, c-format
msgid "Failed to read domain status for %s\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:349
+#: src/qemu_driver.c:319
#, fuzzy, c-format
msgid "Failed to parse domain status for %s\n"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:355
+#: src/qemu_driver.c:325
#, fuzzy, c-format
msgid "Failed to reconnect monitor for %s: %d\n"
msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:454
+#: src/qemu_driver.c:367
+#, fuzzy
+msgid "Failed to start security driver"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:372
+msgid "No security driver available"
+msgstr ""
+
+#: src/qemu_driver.c:392
#, fuzzy, c-format
-msgid "Failed to create state dir '%s': %s\n"
+msgid "Failed to copy secModel model: %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:497
-#, fuzzy
-msgid "qemudStartup: out of memory\n"
-msgstr "out of memory"
+#: src/qemu_driver.c:400
+#, fuzzy, c-format
+msgid "Failed to copy secModel DOI: %s"
+msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:650 src/qemu_driver.c:663 src/qemu_driver.c:674
+#: src/qemu_driver.c:476
+#, fuzzy, c-format
+msgid "Failed to create state dir '%s': %s\n"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:677 src/qemu_driver.c:690 src/qemu_driver.c:701
#, c-format
msgid "Failure while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:658
+#: src/qemu_driver.c:685
#, c-format
msgid "Timed out while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:692
+#: src/qemu_driver.c:719
#, c-format
msgid "Out of space while reading %s startup output"
msgstr ""
-#: src/qemu_driver.c:722
+#: src/qemu_driver.c:750
+#, c-format
+msgid "Out of space while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:757
+#, c-format
+msgid "Failure while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:771
+#, c-format
+msgid "Timed out while reading %s log output"
+msgstr ""
+
+#: src/qemu_driver.c:800
#, fuzzy, c-format
msgid "Unable to open monitor path %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:727
+#: src/qemu_driver.c:805
msgid "Unable to set monitor close-on-exec flag"
msgstr ""
-#: src/qemu_driver.c:732
+#: src/qemu_driver.c:810
msgid "Unable to put monitor into non-blocking mode"
msgstr ""
-#: src/qemu_driver.c:880
+#: src/qemu_driver.c:960 src/qemu_driver.c:1513
#, fuzzy, c-format
msgid "Unable to close logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:891
+#: src/qemu_driver.c:969
#, fuzzy, c-format
msgid "unable to start guest: %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:921
+#: src/qemu_driver.c:999
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
-#: src/qemu_driver.c:1025
+#: src/qemu_driver.c:1103
#, fuzzy
msgid "failed to set CPU affinity"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1035 src/qemu_driver.c:2015
+#: src/qemu_driver.c:1113 src/qemu_driver.c:2236
#, fuzzy
msgid "resume operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:1068
+#: src/qemu_driver.c:1146
msgid "setting VNC password failed"
msgstr ""
-#: src/qemu_driver.c:1138 src/uml_driver.c:734
+#: src/qemu_driver.c:1288
+#, fuzzy
+msgid "Failed to set security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:1329 src/uml_driver.c:736
#, fuzzy
msgid "VM is already active"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1148
+#: src/qemu_driver.c:1339
msgid "Unable to find an unused VNC port"
msgstr ""
-#: src/qemu_driver.c:1156 src/uml_driver.c:756
+#: src/qemu_driver.c:1347 src/uml_driver.c:758
#, fuzzy, c-format
msgid "cannot create log directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:1176
+#: src/qemu_driver.c:1367
#, fuzzy, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1185 src/qemu_driver.c:3139
+#: src/qemu_driver.c:1376 src/qemu_driver.c:3445
#, fuzzy, c-format
msgid "Cannot determine QEMU argv syntax %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1203 src/qemu_driver.c:1206 src/uml_driver.c:794
-#: src/uml_driver.c:797
+#: src/qemu_driver.c:1397 src/qemu_driver.c:1400 src/uml_driver.c:796
+#: src/uml_driver.c:799
#, fuzzy, c-format
-msgid "Unable to write envv to logfile %d: %s\n"
+msgid "Unable to write envv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1213 src/qemu_driver.c:1216 src/qemu_driver.c:1221
-#: src/uml_driver.c:804 src/uml_driver.c:807 src/uml_driver.c:812
+#: src/qemu_driver.c:1407 src/qemu_driver.c:1410 src/qemu_driver.c:1415
+#: src/uml_driver.c:806 src/uml_driver.c:809 src/uml_driver.c:814
#, fuzzy, c-format
-msgid "Unable to write argv to logfile %d: %s\n"
+msgid "Unable to write argv to logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1225
+#: src/qemu_driver.c:1419
#, fuzzy, c-format
-msgid "Unable to seek to end of logfile %d: %s\n"
+msgid "Unable to seek to end of logfile: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1251
+#: src/qemu_driver.c:1447
#, fuzzy, c-format
msgid "Domain %s didn't show up\n"
msgstr "Domain %s is being shutdown\n"
-#: src/qemu_driver.c:1254
+#: src/qemu_driver.c:1452
msgid "Unable to daemonize QEMU process"
msgstr ""
-#: src/qemu_driver.c:1299
+#: src/qemu_driver.c:1498
#, fuzzy, c-format
msgid "Shutting down VM '%s'\n"
msgstr "failed to get domain '%s'"
-#: src/qemu_driver.c:1303
+#: src/qemu_driver.c:1503
#, fuzzy, c-format
-msgid "Failed to send SIGTERM to %s (%d): %s\n"
+msgid "Failed to send SIGTERM to %s (%d)"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1312
+#: src/qemu_driver.c:1536
#, fuzzy, c-format
-msgid "Unable to close logfile %d: %s\n"
-msgstr "failed to write configuration file"
+msgid "Failed to remove domain status for %s"
+msgstr "Failed to create domain from %s"
-#: src/qemu_driver.c:1367
+#: src/qemu_driver.c:1583
#, c-format
msgid "unhandled fd event %d for %s"
msgstr ""
-#: src/qemu_driver.c:1480 src/qemu_driver.c:1490
+#: src/qemu_driver.c:1697 src/qemu_driver.c:1709
#, fuzzy, c-format
msgid "Unable to log VM console data: %s\n"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:1596
+#: src/qemu_driver.c:1816
#, fuzzy, c-format
-msgid "Unable to open %s: %s\n"
+msgid "Unable to open %s"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:1658 src/qemu_driver.c:1688 src/uml_driver.c:970
-#: src/uml_driver.c:1001
+#: src/qemu_driver.c:1878 src/qemu_driver.c:1908 src/uml_driver.c:972
+#: src/uml_driver.c:1003
msgid "NUMA not supported on this host"
msgstr ""
-#: src/qemu_driver.c:1669 src/qemu_driver.c:1696 src/uml_driver.c:981
-#: src/uml_driver.c:1009
+#: src/qemu_driver.c:1889 src/qemu_driver.c:1916 src/uml_driver.c:983
+#: src/uml_driver.c:1011
#, fuzzy
msgid "Failed to query NUMA free memory"
msgstr "Used memory:"
-#: src/qemu_driver.c:1895 src/uml_driver.c:1214
+#: src/qemu_driver.c:2060 src/qemu_driver.c:4492
+#, fuzzy
+msgid "failed to determine host name"
+msgstr "failed to get hypervisor type"
+
+#: src/qemu_driver.c:2115 src/uml_driver.c:1216
#, fuzzy, c-format
msgid "domain '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1905 src/uml_driver.c:1224
+#: src/qemu_driver.c:2125 src/uml_driver.c:1226
#, fuzzy, c-format
msgid "domain with uuid '%s' is already defined"
msgstr "domain %s exists already"
-#: src/qemu_driver.c:1954 src/qemu_driver.c:2004 src/qemu_driver.c:2052
-#: src/qemu_driver.c:2081 src/qemu_driver.c:2380 src/qemu_driver.c:3705
-#: src/qemu_driver.c:3837 src/qemu_driver.c:3973 src/qemu_driver.c:4302
-#: src/uml_driver.c:1265 src/uml_driver.c:1295
+#: src/qemu_driver.c:2174 src/qemu_driver.c:2225 src/qemu_driver.c:2274
+#: src/qemu_driver.c:2303 src/qemu_driver.c:2602 src/qemu_driver.c:4027
+#: src/qemu_driver.c:4159 src/qemu_driver.c:4295 src/qemu_driver.c:4626
+#: src/uml_driver.c:1267 src/uml_driver.c:1297
#, c-format
msgid "no domain with matching id %d"
msgstr ""
-#: src/qemu_driver.c:1959 src/qemu_driver.c:2009 src/qemu_driver.c:2386
-#: src/qemu_driver.c:3710 src/qemu_driver.c:3843 src/qemu_driver.c:3985
-#: src/qemu_driver.c:4308
+#: src/qemu_driver.c:2179 src/qemu_driver.c:2230 src/qemu_driver.c:2608
+#: src/qemu_driver.c:4032 src/qemu_driver.c:4165 src/qemu_driver.c:4307
+#: src/qemu_driver.c:4632
#, fuzzy
msgid "domain is not running"
msgstr "Domain is already active"
-#: src/qemu_driver.c:1965 src/qemu_driver.c:2395
+#: src/qemu_driver.c:2185 src/qemu_driver.c:2617
#, fuzzy
msgid "suspend operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2058 src/uml_driver.c:1272
+#: src/qemu_driver.c:2280 src/uml_driver.c:1274
#, fuzzy
msgid "shutdown operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2144 src/qemu_driver.c:2170 src/qemu_driver.c:2202
-#: src/qemu_driver.c:2517 src/qemu_driver.c:2705 src/uml_driver.c:1353
-#: src/uml_driver.c:1378 src/uml_driver.c:1411
+#: src/qemu_driver.c:2366 src/qemu_driver.c:2392 src/qemu_driver.c:2424
+#: src/qemu_driver.c:2737 src/qemu_driver.c:2925 src/qemu_driver.c:2960
+#: src/uml_driver.c:1355 src/uml_driver.c:1380 src/uml_driver.c:1413
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr ""
-#: src/qemu_driver.c:2176 src/uml_driver.c:1384
+#: src/qemu_driver.c:2398 src/uml_driver.c:1386
msgid "cannot set max memory lower than current memory"
msgstr ""
-#: src/qemu_driver.c:2208 src/uml_driver.c:1417
+#: src/qemu_driver.c:2430 src/uml_driver.c:1419
#, fuzzy
msgid "cannot set memory of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2214 src/uml_driver.c:1423
+#: src/qemu_driver.c:2436 src/uml_driver.c:1425
msgid "cannot set memory higher than max memory"
msgstr ""
-#: src/qemu_driver.c:2407
+#: src/qemu_driver.c:2629
#, fuzzy
msgid "failed to get domain xml"
msgstr "failed to get domain UUID"
-#: src/qemu_driver.c:2415
+#: src/qemu_driver.c:2637
#, fuzzy, c-format
msgid "failed to create '%s'"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2421
+#: src/qemu_driver.c:2643
#, fuzzy
msgid "failed to write save header"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2427
+#: src/qemu_driver.c:2649
#, fuzzy
msgid "failed to write xml"
msgstr "Failed to write to socket %d\n"
-#: src/qemu_driver.c:2433
+#: src/qemu_driver.c:2655
#, fuzzy, c-format
msgid "unable to save file %s"
msgstr "failed to write configuration file"
-#: src/qemu_driver.c:2443 src/qemu_driver.c:2450 src/qemu_driver.c:2765
-#: src/qemu_driver.c:3244 src/qemu_driver.c:3314 src/virterror.c:666
-msgid "out of memory"
-msgstr "out of memory"
-
-#: src/qemu_driver.c:2457 src/qemu_driver.c:4348
+#: src/qemu_driver.c:2677 src/qemu_driver.c:4675
#, fuzzy
msgid "migrate operation failed"
msgstr "operation failed"
-#: src/qemu_driver.c:2468
+#: src/qemu_driver.c:2688
msgid "'migrate' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:2523
+#: src/qemu_driver.c:2743
#, fuzzy
msgid "cannot change vcpu count of an active domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:2529
+#: src/qemu_driver.c:2749
msgid "could not determine max vcpus for the domain"
msgstr ""
-#: src/qemu_driver.c:2535
+#: src/qemu_driver.c:2755
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
-#: src/qemu_driver.c:2569 src/qemu_driver.c:2630
+#: src/qemu_driver.c:2789 src/qemu_driver.c:2850
#, fuzzy
msgid "cannot pin vcpus on an inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:2575
+#: src/qemu_driver.c:2795
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr ""
-#: src/qemu_driver.c:2596
+#: src/qemu_driver.c:2816
#, fuzzy
msgid "cannot set affinity"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:2601
+#: src/qemu_driver.c:2821
#, fuzzy
msgid "cpu affinity is not supported"
msgstr "library call failed, possibly not supported"
-#: src/qemu_driver.c:2665
+#: src/qemu_driver.c:2885
#, fuzzy
msgid "cannot get affinity"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2675
+#: src/qemu_driver.c:2895
msgid "cpu affinity is not available"
msgstr ""
-#: src/qemu_driver.c:2711
+#: src/qemu_driver.c:2931 src/qemu_driver.c:2966
#, fuzzy, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "load domain definition file"
-#: src/qemu_driver.c:2740
+#: src/qemu_driver.c:2989
+#, fuzzy
+msgid "Failed to get security label"
+msgstr "domain memory"
+
+#: src/qemu_driver.c:3014
+#, c-format
+msgid "security model string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3023
+#, c-format
+msgid "security DOI string exceeds max %d bytes"
+msgstr ""
+
+#: src/qemu_driver.c:3047
#, fuzzy
msgid "cannot read domain image"
msgstr "node domain list"
-#: src/qemu_driver.c:2746
+#: src/qemu_driver.c:3053
#, fuzzy
msgid "failed to read qemu header"
msgstr "failed to read from Xen Daemon"
-#: src/qemu_driver.c:2752
+#: src/qemu_driver.c:3059
msgid "image magic is incorrect"
msgstr ""
-#: src/qemu_driver.c:2758
+#: src/qemu_driver.c:3065
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr ""
-#: src/qemu_driver.c:2771
+#: src/qemu_driver.c:3077
#, fuzzy
msgid "failed to read XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2779 src/qemu_driver.c:4204
+#: src/qemu_driver.c:3085 src/qemu_driver.c:4527
#, fuzzy
msgid "failed to parse XML"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2790
+#: src/qemu_driver.c:3096
#, fuzzy, c-format
msgid "domain is already active as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:2801 src/qemu_driver.c:4240
+#: src/qemu_driver.c:3107 src/qemu_driver.c:4563
#, fuzzy
msgid "failed to assign new VM"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:2812
+#: src/qemu_driver.c:3118
#, fuzzy
msgid "failed to start VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:2830
+#: src/qemu_driver.c:3136
#, fuzzy
msgid "failed to resume domain"
msgstr "Failed to resume domain %s"
-#: src/qemu_driver.c:3068
+#: src/qemu_driver.c:3374
#, fuzzy, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/qemu_driver.c:3094
+#: src/qemu_driver.c:3400
#, fuzzy, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "unexpected mime type"
-#: src/qemu_driver.c:3129
+#: src/qemu_driver.c:3435
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr ""
-#: src/qemu_driver.c:3156
+#: src/qemu_driver.c:3462
#, c-format
msgid ""
"Emulator version does not support removable media for device '%s' and target "
"'%s'"
msgstr ""
-#: src/qemu_driver.c:3193
+#: src/qemu_driver.c:3499
#, fuzzy
msgid "could not change cdrom media"
msgstr "could not connect to %s"
-#: src/qemu_driver.c:3204
+#: src/qemu_driver.c:3510
#, fuzzy, c-format
msgid "changing cdrom media failed: %s"
msgstr "domain name"
-#: src/qemu_driver.c:3231 src/qemu_driver.c:3301
+#: src/qemu_driver.c:3537 src/qemu_driver.c:3606
#, c-format
msgid "target %s already exists"
msgstr ""
-#: src/qemu_driver.c:3258
+#: src/qemu_driver.c:3563
#, fuzzy, c-format
msgid "cannot attach %s disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3272
+#: src/qemu_driver.c:3577
#, fuzzy
msgid "Unable to parse slot number\n"
msgstr "Failed to suspend domain %s"
-#: src/qemu_driver.c:3275
+#: src/qemu_driver.c:3580
#, fuzzy, c-format
msgid "adding %s disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3327
+#: src/qemu_driver.c:3631
#, fuzzy
msgid "cannot attach usb disk"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3338
+#: src/qemu_driver.c:3642
#, fuzzy
msgid "adding usb disk failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3381
+#: src/qemu_driver.c:3685
#, fuzzy
msgid "cannot attach usb device"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3392
+#: src/qemu_driver.c:3696
#, fuzzy
msgid "adding usb device failed"
msgstr "loading host definition file"
-#: src/qemu_driver.c:3424
+#: src/qemu_driver.c:3728
#, fuzzy
msgid "cannot attach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3451
-msgid "this disk device type cannot be attached"
+#: src/qemu_driver.c:3754
+#, c-format
+msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
-#: src/qemu_driver.c:3460
-msgid "this device type cannot be attached"
+#: src/qemu_driver.c:3764
+#, c-format
+msgid "disk device type '%s' cannot be hotplugged"
+msgstr ""
+
+#: src/qemu_driver.c:3774
+#, c-format
+msgid "device type '%s' cannot be attached"
msgstr ""
-#: src/qemu_driver.c:3490
+#: src/qemu_driver.c:3807
#, fuzzy, c-format
msgid "disk %s not found"
msgstr "domain information"
-#: src/qemu_driver.c:3496
+#: src/qemu_driver.c:3813
#, c-format
msgid "disk %s cannot be detached - invalid slot number %d"
msgstr ""
-#: src/qemu_driver.c:3508
+#: src/qemu_driver.c:3825
#, fuzzy, c-format
msgid "failed to execute detach disk %s command"
msgstr "Failed to destroy domain %s"
-#: src/qemu_driver.c:3517
+#: src/qemu_driver.c:3834
#, fuzzy, c-format
msgid "failed to detach disk %s: invalid slot %d"
msgstr "Failed to get devices for domain %s\n"
-#: src/qemu_driver.c:3561
+#: src/qemu_driver.c:3878
#, fuzzy
msgid "cannot detach device on inactive domain"
msgstr "undefine an inactive domain"
-#: src/qemu_driver.c:3579
+#: src/qemu_driver.c:3899
msgid "only SCSI or virtio disk device can be detached dynamically"
msgstr ""
-#: src/qemu_driver.c:3633 src/uml_driver.c:1697
+#: src/qemu_driver.c:3955 src/uml_driver.c:1699
#, fuzzy
msgid "cannot set autostart for transient domain"
msgstr "name of the inactive domain"
-#: src/qemu_driver.c:3650 src/storage_driver.c:934 src/uml_driver.c:1714
+#: src/qemu_driver.c:3972 src/storage_driver.c:936 src/uml_driver.c:1716
#, fuzzy, c-format
msgid "cannot create autostart directory %s"
msgstr "failed to write configuration file: %s"
-#: src/qemu_driver.c:3657 src/uml_driver.c:1721
+#: src/qemu_driver.c:3979 src/uml_driver.c:1723
#, fuzzy, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Failed to save domain %s to %s"
-#: src/qemu_driver.c:3723
+#: src/qemu_driver.c:4045
#, fuzzy, c-format
msgid "invalid path: %s"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3734
+#: src/qemu_driver.c:4056
msgid "'info blockstats' command failed"
msgstr ""
-#: src/qemu_driver.c:3747
+#: src/qemu_driver.c:4069
msgid "'info blockstats' not supported by this qemu"
msgstr ""
-#: src/qemu_driver.c:3811
+#: src/qemu_driver.c:4133
#, fuzzy, c-format
msgid "device not found: %s (%s)"
msgstr "Domain restored from %s\n"
-#: src/qemu_driver.c:3849 src/qemu_driver.c:3907 src/uml_driver.c:1770
+#: src/qemu_driver.c:4171 src/qemu_driver.c:4229 src/uml_driver.c:1772
msgid "NULL or empty path"
msgstr ""
-#: src/qemu_driver.c:3866
+#: src/qemu_driver.c:4188
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr ""
-#: src/qemu_driver.c:3944 src/uml_driver.c:1807
+#: src/qemu_driver.c:4248
+#, fuzzy, c-format
+msgid "%s: failed to open"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4259
+#, fuzzy, c-format
+msgid "%s: failed to seek or read"
+msgstr "Failed to suspend domain %s"
+
+#: src/qemu_driver.c:4266 src/uml_driver.c:1809
#, fuzzy
msgid "invalid path"
msgstr "invalid argument in %s"
-#: src/qemu_driver.c:3979
+#: src/qemu_driver.c:4301
msgid "QEMU driver only supports virtual memory addrs"
msgstr ""
-#: src/qemu_driver.c:4000
+#: src/qemu_driver.c:4314
+#, fuzzy, c-format
+msgid "mkstemp(\"%s\") failed"
+msgstr "operation failed: %s"
+
+#: src/qemu_driver.c:4322
#, fuzzy
msgid "'memsave' command failed"
msgstr "domain name"
-#: src/qemu_driver.c:4148
+#: src/qemu_driver.c:4331
+#, fuzzy, c-format
+msgid "failed to read temporary file created with template %s"
+msgstr "failed to write configuration file"
+
+#: src/qemu_driver.c:4471
#, fuzzy
msgid "no domain XML passed"
msgstr "domain information"
-#: src/qemu_driver.c:4185
+#: src/qemu_driver.c:4508
msgid "only tcp URIs are supported for KVM migrations"
msgstr ""
-#: src/qemu_driver.c:4195
+#: src/qemu_driver.c:4518
msgid "URI did not have ':port' at the end"
msgstr ""
-#: src/qemu_driver.c:4221
+#: src/qemu_driver.c:4544
#, fuzzy
msgid "could not generate random UUID"
msgstr "Failed to create domain %s\n"
-#: src/qemu_driver.c:4230
+#: src/qemu_driver.c:4553
#, fuzzy, c-format
msgid "domain with the same name or UUID already exists as '%s'"
msgstr "Domain is already active"
-#: src/qemu_driver.c:4254
+#: src/qemu_driver.c:4577
#, fuzzy
msgid "failed to start listening VM"
msgstr "Failed to start domain %s"
-#: src/qemu_driver.c:4357
+#: src/qemu_driver.c:4640
+msgid "off-line migration specified, but suspend operation failed"
+msgstr ""
+
+#: src/qemu_driver.c:4684
#, fuzzy, c-format
msgid "migrate failed: %s"
msgstr "operation failed: %s"
-#: src/qemu_driver.c:4403
+#: src/qemu_driver.c:4714
+#, fuzzy, c-format
+msgid "Failed to resume guest %s after failure\n"
+msgstr "Failed to resume new domain %s\n"
+
+#: src/qemu_driver.c:4755
#, fuzzy, c-format
msgid "no domain with matching name %s"
msgstr "domain id or name"
+#: src/qemu_driver.c:4824
+#, c-format
+msgid "device %s is not a PCI device"
+msgstr ""
+
#: src/remote_internal.c:291
#, fuzzy
msgid "failed to find libvirtd binary"
@@ -3003,509 +3425,590 @@ msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
-#: src/remote_internal.c:519
+#: src/remote_internal.c:516
msgid "remote_open: for 'ext' transport, command is required"
msgstr ""
-#: src/remote_internal.c:541 src/xend_internal.c:809
+#: src/remote_internal.c:538 src/xend_internal.c:809
#, fuzzy, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:592 src/remote_internal.c:667
+#: src/remote_internal.c:589 src/remote_internal.c:665
#, fuzzy, c-format
msgid "unable to connect to '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:644
+#: src/remote_internal.c:641
#, fuzzy
msgid "unable to create socket"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:727
+#: src/remote_internal.c:728
#, fuzzy
msgid "unable to create socket pair"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:746
+#: src/remote_internal.c:747
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
-#: src/remote_internal.c:755
+#: src/remote_internal.c:756
#, fuzzy
msgid "unable to make socket non-blocking"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:761
+#: src/remote_internal.c:762
#, fuzzy
msgid "unable to make pipe"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:795
+#: src/remote_internal.c:796
#, fuzzy
msgid "unable to auto-detect URI"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:812
+#: src/remote_internal.c:813
msgid "Error allocating callbacks list"
msgstr ""
-#: src/remote_internal.c:817
+#: src/remote_internal.c:818
#, fuzzy
msgid "Error allocating domainEvents"
msgstr "allocating domain"
-#: src/remote_internal.c:1044
+#: src/remote_internal.c:1041
#, fuzzy, c-format
msgid "Cannot access %s '%s'"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1066
+#: src/remote_internal.c:1063
#, fuzzy, c-format
msgid "unable to allocate TLS credentials: %s"
msgstr "failed to allocate a node"
-#: src/remote_internal.c:1086
+#: src/remote_internal.c:1083
#, fuzzy, c-format
msgid "unable to load CA certificate: %s"
msgstr "failed to write configuration file"
-#: src/remote_internal.c:1101
+#: src/remote_internal.c:1098
#, c-format
msgid "unable to load private key/certificate: %s"
msgstr ""
-#: src/remote_internal.c:1130
+#: src/remote_internal.c:1127
#, fuzzy, c-format
msgid "unable to initialize TLS client: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1139
+#: src/remote_internal.c:1136
#, c-format
msgid "unable to set TLS algorithm priority: %s"
msgstr ""
-#: src/remote_internal.c:1148
+#: src/remote_internal.c:1145
#, fuzzy, c-format
msgid "unable to set certificate priority: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1158
+#: src/remote_internal.c:1155
#, fuzzy, c-format
msgid "unable to set session credentials: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1173
+#: src/remote_internal.c:1170
#, fuzzy, c-format
msgid "unable to complete TLS handshake: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1195
+#: src/remote_internal.c:1192
#, c-format
msgid "unable to complete TLS initialization: %s"
msgstr ""
-#: src/remote_internal.c:1201
+#: src/remote_internal.c:1198
msgid "server verification (of our certificate or IP address) failed\n"
msgstr ""
-#: src/remote_internal.c:1226
+#: src/remote_internal.c:1223
#, fuzzy, c-format
msgid "unable to verify server certificate: %s"
msgstr "failed to get node information"
-#: src/remote_internal.c:1233
+#: src/remote_internal.c:1230
#, fuzzy
msgid "cannot get current time"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:1238
+#: src/remote_internal.c:1235
msgid "Invalid certificate"
msgstr ""
-#: src/remote_internal.c:1241
+#: src/remote_internal.c:1238
msgid "The certificate is not trusted."
msgstr ""
-#: src/remote_internal.c:1244
+#: src/remote_internal.c:1241
msgid "The certificate hasn't got a known issuer."
msgstr ""
-#: src/remote_internal.c:1247
+#: src/remote_internal.c:1244
msgid "The certificate has been revoked."
msgstr ""
-#: src/remote_internal.c:1251
+#: src/remote_internal.c:1248
msgid "The certificate uses an insecure algorithm"
msgstr ""
-#: src/remote_internal.c:1255
+#: src/remote_internal.c:1252
#, c-format
msgid "server certificate failed validation: %s"
msgstr ""
-#: src/remote_internal.c:1261
+#: src/remote_internal.c:1258
msgid "Certificate type is not X.509"
msgstr ""
-#: src/remote_internal.c:1266
+#: src/remote_internal.c:1263
msgid "gnutls_certificate_get_peers failed"
msgstr ""
-#: src/remote_internal.c:1276
+#: src/remote_internal.c:1273
#, fuzzy, c-format
msgid "unable to initialize certificate: %s"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:1284
+#: src/remote_internal.c:1281
#, fuzzy, c-format
msgid "unable to import certificate: %s"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:1291
+#: src/remote_internal.c:1288
msgid "The certificate has expired"
msgstr ""
-#: src/remote_internal.c:1297
+#: src/remote_internal.c:1294
msgid "The certificate is not yet activated"
msgstr ""
-#: src/remote_internal.c:1305
+#: src/remote_internal.c:1302
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr ""
-#: src/remote_internal.c:1601
+#: src/remote_internal.c:1598
#, fuzzy, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:1664 src/remote_internal.c:1678
+#: src/remote_internal.c:1661 src/remote_internal.c:1675
#, fuzzy, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2181
+#: src/remote_internal.c:2178
#, c-format
msgid "map length greater than maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2220
+#: src/remote_internal.c:2217
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2226
+#: src/remote_internal.c:2223
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2243
+#: src/remote_internal.c:2240
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr ""
-#: src/remote_internal.c:2249
+#: src/remote_internal.c:2246
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
-#: src/remote_internal.c:2529 src/remote_internal.c:2543
+#: src/remote_internal.c:2319
+#, c-format
+msgid "security label exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2352
+#, c-format
+msgid "security model exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2361
+#, c-format
+msgid "security doi exceeds maximum: %zd"
+msgstr ""
+
+#: src/remote_internal.c:2602 src/remote_internal.c:2616
#, fuzzy, c-format
msgid "too many remote domain names: %d > %d"
msgstr "too many domains"
-#: src/remote_internal.c:2811
+#: src/remote_internal.c:2884
msgid ""
"remoteDomainGetSchedulerParameters: returned number of parameters exceeds "
"limit"
msgstr ""
-#: src/remote_internal.c:2838
+#: src/remote_internal.c:2911
msgid "remoteDomainGetSchedulerParameters: unknown parameter type"
msgstr ""
-#: src/remote_internal.c:2869
+#: src/remote_internal.c:2942
#, fuzzy
msgid "out of memory allocating array"
msgstr "change memory allocation"
-#: src/remote_internal.c:2896
+#: src/remote_internal.c:2969
#, fuzzy
msgid "unknown parameter type"
msgstr "unknown OS type"
-#: src/remote_internal.c:3007
+#: src/remote_internal.c:3080
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3028 src/remote_internal.c:3079
+#: src/remote_internal.c:3101 src/remote_internal.c:3152
msgid "returned buffer is not same size as requested"
msgstr ""
-#: src/remote_internal.c:3059
+#: src/remote_internal.c:3132
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
-#: src/remote_internal.c:3192 src/remote_internal.c:3206
#: src/remote_internal.c:3265 src/remote_internal.c:3279
+#: src/remote_internal.c:3338 src/remote_internal.c:3352
#, fuzzy, c-format
msgid "too many remote networks: %d > %d"
msgstr "too many connections"
-#: src/remote_internal.c:3688 src/remote_internal.c:3757
+#: src/remote_internal.c:3761 src/remote_internal.c:3830
#, fuzzy
msgid "too many storage pools requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:3700 src/remote_internal.c:3769
+#: src/remote_internal.c:3773 src/remote_internal.c:3842
#, fuzzy
msgid "too many storage pools received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4263
+#: src/remote_internal.c:4336
#, fuzzy
msgid "too many storage volumes requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4276
+#: src/remote_internal.c:4349
#, fuzzy
msgid "too many storage volumes received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4631
+#: src/remote_internal.c:4704
#, fuzzy
msgid "too many device names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4645
+#: src/remote_internal.c:4718
#, fuzzy
msgid "too many device names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4784
+#: src/remote_internal.c:4857
#, fuzzy
msgid "too many capability names requested"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4797
+#: src/remote_internal.c:4870
#, fuzzy
msgid "too many capability names received"
msgstr "too many drivers registered"
-#: src/remote_internal.c:4860
+#: src/remote_internal.c:5002
#, fuzzy, c-format
msgid "unknown authentication type %s"
msgstr "unknown OS type %s"
-#: src/remote_internal.c:4870
+#: src/remote_internal.c:5012
#, c-format
msgid "requested authentication type %s rejected"
msgstr ""
-#: src/remote_internal.c:4911
+#: src/remote_internal.c:5053
#, fuzzy, c-format
msgid "unsupported authentication type %d"
msgstr "operation failed"
-#: src/remote_internal.c:5156
+#: src/remote_internal.c:5298
#, fuzzy, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Failed to undefine domain %s"
-#: src/remote_internal.c:5165
+#: src/remote_internal.c:5307
#, fuzzy
msgid "failed to get sock address"
msgstr "Failed to save domain %s to %s"
-#: src/remote_internal.c:5175
+#: src/remote_internal.c:5317
#, fuzzy
msgid "failed to get peer address"
msgstr "failed to get node information"
-#: src/remote_internal.c:5200
+#: src/remote_internal.c:5342
#, fuzzy, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5213
+#: src/remote_internal.c:5355
msgid "invalid cipher size for TLS session"
msgstr ""
-#: src/remote_internal.c:5223
+#: src/remote_internal.c:5365
#, fuzzy, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5242
+#: src/remote_internal.c:5384
#, fuzzy, c-format
msgid "cannot set security props %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5261
+#: src/remote_internal.c:5403
#, fuzzy, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "no support for hypervisor"
-#: src/remote_internal.c:5280
+#: src/remote_internal.c:5422
#, fuzzy, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:5298 src/remote_internal.c:5376
+#: src/remote_internal.c:5440 src/remote_internal.c:5518
#, fuzzy
msgid "Failed to make auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5322
+#: src/remote_internal.c:5464
#, c-format
msgid "SASL negotiation data too long: %d bytes"
msgstr ""
-#: src/remote_internal.c:5362
+#: src/remote_internal.c:5504
#, fuzzy, c-format
msgid "Failed SASL step: %d (%s)"
msgstr "Failed to suspend domain %s"
-#: src/remote_internal.c:5448
+#: src/remote_internal.c:5588
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr ""
-#: src/remote_internal.c:5503
+#: src/remote_internal.c:5643
#, fuzzy
msgid "Failed to collect auth credentials"
msgstr "failed to get node information"
-#: src/remote_internal.c:5537
+#: src/remote_internal.c:5677
msgid "no event support"
msgstr ""
-#: src/remote_internal.c:5542
+#: src/remote_internal.c:5682
msgid "adding cb to list"
msgstr ""
-#: src/remote_internal.c:5571
+#: src/remote_internal.c:5711
msgid "removing cb fron list"
msgstr ""
-#: src/remote_internal.c:5633
+#: src/remote_internal.c:5773
msgid "xdr_remote_message_header failed"
msgstr ""
-#: src/remote_internal.c:5639
+#: src/remote_internal.c:5779
msgid "marshalling args"
msgstr ""
-#: src/remote_internal.c:5656
+#: src/remote_internal.c:5796
msgid "xdr_u_int (length word)"
msgstr ""
-#: src/remote_internal.c:5702
+#: src/remote_internal.c:5842
#, fuzzy
msgid "cannot send data"
msgstr "node domain list"
-#: src/remote_internal.c:5733
+#: src/remote_internal.c:5873
#, fuzzy, c-format
msgid "failed to read from TLS socket %s"
msgstr "Failed to read socket %d\n"
-#: src/remote_internal.c:5738 src/remote_internal.c:5756
+#: src/remote_internal.c:5878 src/remote_internal.c:5896
#, fuzzy
msgid "server closed connection"
msgstr "read-only connection"
-#: src/remote_internal.c:5752
+#: src/remote_internal.c:5892
#, fuzzy
msgid "cannot recv data"
msgstr "node domain list"
-#: src/remote_internal.c:5785
+#: src/remote_internal.c:5925
#, fuzzy, c-format
msgid "failed to encode SASL data: %s"
msgstr "Failed to create domain %s\n"
-#: src/remote_internal.c:5883
+#: src/remote_internal.c:6023
#, fuzzy, c-format
msgid "failed to decode SASL data: %s"
msgstr "Failed to destroy domain %s"
-#: src/remote_internal.c:5957
+#: src/remote_internal.c:6097
msgid "xdr_u_int (length word, reply)"
msgstr ""
-#: src/remote_internal.c:5964
+#: src/remote_internal.c:6104
msgid "packet received from server too small"
msgstr ""
-#: src/remote_internal.c:5973
+#: src/remote_internal.c:6113
msgid "packet received from server too large"
msgstr ""
-#: src/remote_internal.c:5997
+#: src/remote_internal.c:6137
#, fuzzy
msgid "invalid header in reply"
msgstr "invalid argument in %s"
-#: src/remote_internal.c:6006
+#: src/remote_internal.c:6146
#, c-format
msgid "unknown program (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6014
+#: src/remote_internal.c:6154
#, c-format
msgid "unknown protocol version (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6031
+#: src/remote_internal.c:6171
#, c-format
msgid "got unexpected RPC call %d from server"
msgstr ""
-#: src/remote_internal.c:6049
+#: src/remote_internal.c:6189
#, c-format
msgid "no call waiting for reply with serial %d"
msgstr ""
-#: src/remote_internal.c:6059
+#: src/remote_internal.c:6199
#, c-format
msgid "unknown procedure (received %x, expected %x)"
msgstr ""
-#: src/remote_internal.c:6073
+#: src/remote_internal.c:6213
msgid "unmarshalling ret"
msgstr ""
-#: src/remote_internal.c:6084
+#: src/remote_internal.c:6224
msgid "unmarshalling remote_error"
msgstr ""
-#: src/remote_internal.c:6094
+#: src/remote_internal.c:6234
#, c-format
msgid "unknown status (received %x)"
msgstr ""
-#: src/remote_internal.c:6200
+#: src/remote_internal.c:6340
#, fuzzy
msgid "poll on socket failed"
msgstr "allocate value array"
-#: src/remote_internal.c:6261
+#: src/remote_internal.c:6401
msgid "received hangup / error event on socket"
msgstr ""
-#: src/remote_internal.c:6351
+#: src/remote_internal.c:6503
#, fuzzy
msgid "failed to wait on condition"
msgstr "Failed to start domain %s"
-#: src/remote_internal.c:6451
+#: src/remote_internal.c:6603
msgid "remoteDomainProcessEvent: unmarshalling ret"
msgstr ""
+#: src/security.c:100
+#, c-format
+msgid "%s: DOI '%s' is longer than the maximum allowed length of %d"
+msgstr ""
+
+#: src/security_selinux.c:112
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual domain context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:120
+#, c-format
+msgid "%s: cannot read SELinux virtual domain context file %s: %s"
+msgstr ""
+
+#: src/security_selinux.c:133
+#, fuzzy, c-format
+msgid "%s: cannot open SELinux virtual image context file %s: %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:141
+#, fuzzy, c-format
+msgid "%s: cannot read SELinux virtual image context file %s: %s"
+msgstr "failed to write configuration file: %s"
+
+#: src/security_selinux.c:168
+msgid "security labellin already defined for VM"
+msgstr ""
+
+#: src/security_selinux.c:189 src/security_selinux.c:195
+#, fuzzy, c-format
+msgid "cannot generate selinux context for %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:242
+#, c-format
+msgid "%s: error calling getpidcon(): %s"
+msgstr ""
+
+#: src/security_selinux.c:250
+#, c-format
+msgid "%s: security label exceeds maximum lenth: %d"
+msgstr ""
+
+#: src/security_selinux.c:262
+#, c-format
+msgid "%s: error calling security_getenforce(): %s"
+msgstr ""
+
+#: src/security_selinux.c:278 src/security_selinux.c:373
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s' on %s: %s."
+msgstr "Failed to suspend domain %s"
+
+#: src/security_selinux.c:352
+#, c-format
+msgid ""
+"%s: security label driver mismatch: '%s' model configured for domain, but "
+"hypervisor driver is '%s'."
+msgstr ""
+
+#: src/security_selinux.c:362
+#, fuzzy, c-format
+msgid "%s: unable to set security context '\\%s': %s."
+msgstr "Failed to suspend domain %s"
+
#: src/storage_backend.c:96 src/storage_conf.c:214
#, c-format
msgid "missing backend for pool type %d"
@@ -3536,45 +4039,45 @@ msgstr "failed to write configuration file: %s"
msgid "cannot read beginning of file '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend.c:282
+#: src/storage_backend.c:283
#, fuzzy, c-format
msgid "cannot get file context of '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:375
+#: src/storage_backend.c:376
#, fuzzy, c-format
msgid "cannot read dir '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:465
+#: src/storage_backend.c:466
#, fuzzy, c-format
msgid "Failed to compile regex %s"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend.c:497 src/storage_backend.c:631
+#: src/storage_backend.c:498 src/storage_backend.c:632
msgid "cannot read fd"
msgstr ""
-#: src/storage_backend.c:568 src/storage_backend.c:686
+#: src/storage_backend.c:569 src/storage_backend.c:687
#, fuzzy, c-format
msgid "failed to wait for command '%s'"
msgstr "Failed to start domain %s"
-#: src/storage_backend.c:577 src/storage_backend.c:699
+#: src/storage_backend.c:578 src/storage_backend.c:700
msgid "command did not exit cleanly"
msgstr ""
-#: src/storage_backend.c:665
+#: src/storage_backend.c:666
#, fuzzy, c-format
msgid "read error on pipe to '%s'"
msgstr "internal error %s"
-#: src/storage_backend.c:693
+#: src/storage_backend.c:694
#, c-format
msgid "non-zero exit status from command %d"
msgstr ""
-#: src/storage_backend.c:720 src/storage_backend.c:732
+#: src/storage_backend.c:721 src/storage_backend.c:733
#, c-format
msgid "%s not implemented on Win32"
msgstr ""
@@ -3689,7 +4192,7 @@ msgid "cannot extend file '%s'"
msgstr "Failed to suspend domain %s"
#: src/storage_backend_fs.c:1059 src/storage_backend_fs.c:1114
-#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:617
+#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:611
#, fuzzy, c-format
msgid "cannot read path '%s'"
msgstr "Failed to suspend domain %s"
@@ -3722,17 +4225,17 @@ msgstr ""
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
-#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:626
+#: src/storage_backend_fs.c:1172 src/storage_backend_logical.c:620
#, fuzzy, c-format
msgid "cannot set file owner '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:633
+#: src/storage_backend_fs.c:1181 src/storage_backend_logical.c:627
#, fuzzy, c-format
msgid "cannot set file mode '%s'"
msgstr "Failed to suspend domain %s"
-#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:640
+#: src/storage_backend_fs.c:1199 src/storage_backend_logical.c:634
#, fuzzy, c-format
msgid "cannot close file '%s'"
msgstr "Failed to suspend domain %s"
@@ -3844,11 +4347,7 @@ msgstr "Failed to create domain %s\n"
msgid "cannot remove PV device '%s'"
msgstr "failed to write configuration file: %s"
-#: src/storage_backend_logical.c:588
-msgid "LVM snapshots must be backed by another LVM volume"
-msgstr ""
-
-#: src/storage_backend_logical.c:649
+#: src/storage_backend_logical.c:643
#, fuzzy, c-format
msgid "cannot find newly created volume '%s'"
msgstr "Failed to suspend domain %s"
@@ -3861,168 +4360,173 @@ msgstr ""
msgid "missing auth passwd attribute"
msgstr ""
-#: src/storage_conf.c:388 src/storage_conf.c:817
+#: src/storage_conf.c:389 src/storage_conf.c:819
msgid "malformed octal mode"
msgstr ""
-#: src/storage_conf.c:398
+#: src/storage_conf.c:399
msgid "malformed owner element"
msgstr ""
-#: src/storage_conf.c:409
+#: src/storage_conf.c:410
msgid "malformed group element"
msgstr ""
-#: src/storage_conf.c:439
+#: src/storage_conf.c:440
#, fuzzy
msgid "unknown root element for storage pool"
msgstr "unknown host %s"
-#: src/storage_conf.c:446
+#: src/storage_conf.c:447
#, fuzzy, c-format
msgid "unknown storage pool type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:463
+#: src/storage_conf.c:464
#, fuzzy
msgid "missing pool source name element"
msgstr "missing root device information"
-#: src/storage_conf.c:471
+#: src/storage_conf.c:472
#, fuzzy
msgid "unable to generate uuid"
msgstr "domain name or uuid"
-#: src/storage_conf.c:492
+#: src/storage_conf.c:493
#, fuzzy, c-format
msgid "unknown pool format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:502
+#: src/storage_conf.c:503
#, fuzzy
msgid "missing storage pool source host name"
msgstr "missing source information for device"
-#: src/storage_conf.c:512
+#: src/storage_conf.c:513
#, fuzzy
msgid "cannot extract storage pool source devices"
msgstr "too many domains"
-#: src/storage_conf.c:525
+#: src/storage_conf.c:526
#, fuzzy
msgid "missing storage pool source device path"
msgstr "missing root device information"
-#: src/storage_conf.c:536
+#: src/storage_conf.c:537
#, fuzzy
msgid "missing storage pool source path"
msgstr "missing source information for device"
-#: src/storage_conf.c:562
+#: src/storage_conf.c:563
#, fuzzy, c-format
msgid "unknown auth type '%s'"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:577
+#: src/storage_conf.c:578
#, fuzzy
msgid "missing storage pool target path"
msgstr "missing target information for device"
-#: src/storage_conf.c:716
+#: src/storage_conf.c:717
#, fuzzy, c-format
msgid "unknown pool format number %d"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:749 src/storage_conf.c:1556
+#: src/storage_conf.c:750 src/storage_conf.c:1559
#, fuzzy
msgid "unexpected pool type"
msgstr "unexpected mime type"
-#: src/storage_conf.c:827 src/storage_conf.c:837
+#: src/storage_conf.c:829
msgid "missing owner element"
msgstr ""
-#: src/storage_conf.c:901
+#: src/storage_conf.c:839
+#, fuzzy
+msgid "missing group element"
+msgstr "missing root device information"
+
+#: src/storage_conf.c:903
#, fuzzy, c-format
msgid "unknown size units '%s'"
msgstr "unknown host %s"
-#: src/storage_conf.c:908
+#: src/storage_conf.c:910
msgid "malformed capacity element"
msgstr ""
-#: src/storage_conf.c:913
+#: src/storage_conf.c:915
msgid "capacity element value too large"
msgstr ""
-#: src/storage_conf.c:944
+#: src/storage_conf.c:946
#, fuzzy
msgid "unknown root element"
msgstr "unknown host %s"
-#: src/storage_conf.c:951
+#: src/storage_conf.c:953
#, fuzzy
msgid "missing volume name element"
msgstr "missing root device information"
-#: src/storage_conf.c:962
+#: src/storage_conf.c:964
msgid "missing capacity element"
msgstr ""
-#: src/storage_conf.c:991 src/storage_conf.c:1013
+#: src/storage_conf.c:993 src/storage_conf.c:1015
#, fuzzy, c-format
msgid "unknown volume format type %s"
msgstr "unknown OS type %s"
-#: src/storage_conf.c:1108
+#: src/storage_conf.c:1110
#, c-format
msgid "unknown volume format number %d"
msgstr ""
-#: src/storage_conf.c:1450
+#: src/storage_conf.c:1453
#, fuzzy, c-format
msgid "cannot create config directory %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1458
+#: src/storage_conf.c:1461
msgid "cannot construct config file path"
msgstr ""
-#: src/storage_conf.c:1469
+#: src/storage_conf.c:1472
msgid "cannot construct autostart link path"
msgstr ""
-#: src/storage_conf.c:1483
+#: src/storage_conf.c:1486
#, fuzzy
msgid "failed to generate XML"
msgstr "Failed to create domain %s\n"
-#: src/storage_conf.c:1491
+#: src/storage_conf.c:1494
#, fuzzy, c-format
msgid "cannot create config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1499
+#: src/storage_conf.c:1502
#, fuzzy, c-format
msgid "cannot write config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1506
+#: src/storage_conf.c:1509
#, fuzzy, c-format
msgid "cannot save config file %s"
msgstr "failed to write configuration file: %s"
-#: src/storage_conf.c:1527
+#: src/storage_conf.c:1530
#, fuzzy, c-format
msgid "no config file for %s"
msgstr "configuration file syntax error: %s"
-#: src/storage_conf.c:1533
+#: src/storage_conf.c:1536
#, c-format
msgid "cannot remove config for %s"
msgstr ""
-#: src/storage_driver.c:273 src/storage_driver.c:886 src/storage_driver.c:916
+#: src/storage_driver.c:273 src/storage_driver.c:888 src/storage_driver.c:918
msgid "no pool with matching uuid"
msgstr ""
@@ -4030,17 +4534,17 @@ msgstr ""
msgid "no pool with matching name"
msgstr ""
-#: src/storage_driver.c:478 src/test.c:2531
+#: src/storage_driver.c:478 src/test.c:2524
msgid "storage pool already exists"
msgstr ""
-#: src/storage_driver.c:557 src/storage_driver.c:602 src/storage_driver.c:647
-#: src/storage_driver.c:684 src/storage_driver.c:733 src/storage_driver.c:776
-#: src/storage_driver.c:825 src/storage_driver.c:861 src/storage_driver.c:977
-#: src/storage_driver.c:1010 src/storage_driver.c:1055
-#: src/storage_driver.c:1178 src/storage_driver.c:1246
-#: src/storage_driver.c:1318 src/storage_driver.c:1370
-#: src/storage_driver.c:1412
+#: src/storage_driver.c:557 src/storage_driver.c:604 src/storage_driver.c:649
+#: src/storage_driver.c:686 src/storage_driver.c:735 src/storage_driver.c:778
+#: src/storage_driver.c:827 src/storage_driver.c:863 src/storage_driver.c:979
+#: src/storage_driver.c:1012 src/storage_driver.c:1057
+#: src/storage_driver.c:1180 src/storage_driver.c:1248
+#: src/storage_driver.c:1320 src/storage_driver.c:1372
+#: src/storage_driver.c:1414
msgid "no storage pool with matching uuid"
msgstr ""
@@ -4048,63 +4552,63 @@ msgstr ""
msgid "pool is still active"
msgstr ""
-#: src/storage_driver.c:611
+#: src/storage_driver.c:613
#, fuzzy
msgid "pool already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:656
+#: src/storage_driver.c:658
#, fuzzy
msgid "storage pool is already active"
msgstr "Domain is already active"
-#: src/storage_driver.c:693 src/storage_driver.c:785 src/storage_driver.c:983
-#: src/storage_driver.c:1016 src/storage_driver.c:1061
-#: src/storage_driver.c:1184 src/storage_driver.c:1252
-#: src/storage_driver.c:1324 src/storage_driver.c:1376
-#: src/storage_driver.c:1418
+#: src/storage_driver.c:695 src/storage_driver.c:787 src/storage_driver.c:985
+#: src/storage_driver.c:1018 src/storage_driver.c:1063
+#: src/storage_driver.c:1186 src/storage_driver.c:1254
+#: src/storage_driver.c:1326 src/storage_driver.c:1378
+#: src/storage_driver.c:1420
msgid "storage pool is not active"
msgstr ""
-#: src/storage_driver.c:742
+#: src/storage_driver.c:744
msgid "storage pool is still active"
msgstr ""
-#: src/storage_driver.c:748
+#: src/storage_driver.c:750
msgid "pool does not support volume delete"
msgstr ""
-#: src/storage_driver.c:922 src/test.c:2864
+#: src/storage_driver.c:924 src/test.c:2855
msgid "pool has no config file"
msgstr ""
-#: src/storage_driver.c:1069 src/storage_driver.c:1263
-#: src/storage_driver.c:1332 src/storage_driver.c:1384
-#: src/storage_driver.c:1426
+#: src/storage_driver.c:1071 src/storage_driver.c:1265
+#: src/storage_driver.c:1334 src/storage_driver.c:1386
+#: src/storage_driver.c:1428
msgid "no storage vol with matching name"
msgstr ""
-#: src/storage_driver.c:1108
+#: src/storage_driver.c:1110
msgid "no storage vol with matching key"
msgstr ""
-#: src/storage_driver.c:1155
+#: src/storage_driver.c:1157
msgid "no storage vol with matching path"
msgstr ""
-#: src/storage_driver.c:1197 src/test.c:3101
+#: src/storage_driver.c:1199 src/test.c:3092
msgid "storage vol already exists"
msgstr ""
-#: src/storage_driver.c:1209
+#: src/storage_driver.c:1211
msgid "storage pool does not support volume creation"
msgstr ""
-#: src/storage_driver.c:1269
+#: src/storage_driver.c:1271
msgid "storage pool does not support vol deletion"
msgstr ""
-#: src/test.c:245 src/test.c:1161
+#: src/test.c:245 src/test.c:1158
msgid "getting time of day"
msgstr "getting time of day"
@@ -4161,156 +4665,156 @@ msgstr "node domain list"
msgid "resolving domain filename"
msgstr "resolving domain filename"
-#: src/test.c:517
+#: src/test.c:516
#, fuzzy
msgid "node network list"
msgstr "node domain list"
-#: src/test.c:527
+#: src/test.c:526
#, fuzzy
msgid "resolving network filename"
msgstr "resolving domain filename"
-#: src/test.c:553
+#: src/test.c:551
#, fuzzy
msgid "node pool list"
msgstr "node domain list"
-#: src/test.c:565
+#: src/test.c:563
#, fuzzy
msgid "resolving pool filename"
msgstr "resolving domain filename"
-#: src/test.c:653
+#: src/test.c:650
msgid "testOpen: supply a path or use test:///default"
msgstr ""
-#: src/test.c:719 src/uml_driver.c:1162 src/xen_unified.c:467
+#: src/test.c:716 src/uml_driver.c:1164 src/xen_unified.c:466
#, fuzzy
msgid "cannot lookup hostname"
msgstr "Failed to suspend domain %s"
-#: src/test.c:963
+#: src/test.c:960
#, fuzzy, c-format
msgid "domain '%s' not paused"
msgstr "domain information"
-#: src/test.c:1005 src/test.c:1046
+#: src/test.c:1002 src/test.c:1043
#, fuzzy, c-format
msgid "domain '%s' not running"
msgstr "Domain is already active"
-#: src/test.c:1205
+#: src/test.c:1202
#, fuzzy, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr "failed to allocate a node"
-#: src/test.c:1212
+#: src/test.c:1209
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "save a domain state to a file"
-#: src/test.c:1219 src/test.c:1225 src/test.c:1231 src/test.c:1238
+#: src/test.c:1216 src/test.c:1222 src/test.c:1228 src/test.c:1235
#, fuzzy, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "save a domain state to a file"
-#: src/test.c:1289
+#: src/test.c:1286
#, fuzzy, c-format
msgid "cannot read domain image '%s'"
msgstr "node domain list"
-#: src/test.c:1295
+#: src/test.c:1292
#, c-format
msgid "incomplete save header in '%s'"
msgstr ""
-#: src/test.c:1301
+#: src/test.c:1298
msgid "mismatched header magic"
msgstr ""
-#: src/test.c:1306
+#: src/test.c:1303
#, fuzzy, c-format
msgid "failed to read metadata length in '%s'"
msgstr "failed to read from Xen Daemon"
-#: src/test.c:1312
+#: src/test.c:1309
msgid "length of metadata out of range"
msgstr ""
-#: src/test.c:1321
+#: src/test.c:1318
#, fuzzy, c-format
msgid "incomplete metdata in '%s'"
msgstr "unexpected data '%s'"
-#: src/test.c:1378
+#: src/test.c:1375
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1384
+#: src/test.c:1381
#, fuzzy, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "failed to write configuration file"
-#: src/test.c:1390
+#: src/test.c:1387
#, fuzzy, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Failed to suspend domain %s"
-#: src/test.c:1659
+#: src/test.c:1656
msgid "Range exceeds available cells"
msgstr ""
-#: src/test.c:1693
+#: src/test.c:1690
#, fuzzy, c-format
msgid "Domain '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:1730
+#: src/test.c:1727
#, fuzzy, c-format
msgid "Domain '%s' is still running"
msgstr "Domain is already active"
-#: src/test.c:2115
+#: src/test.c:2108
#, fuzzy, c-format
msgid "Network '%s' is still running"
msgstr "Domain %s started\n"
-#: src/test.c:2148
+#: src/test.c:2141
#, fuzzy, c-format
msgid "Network '%s' is already running"
msgstr "Domain is already active"
-#: src/test.c:2490 src/test.c:2612 src/test.c:2645 src/test.c:2713
+#: src/test.c:2483 src/test.c:2603 src/test.c:2636 src/test.c:2704
#, fuzzy, c-format
msgid "storage pool '%s' is already active"
msgstr "Domain is already active"
-#: src/test.c:2674 src/test.c:2745 src/test.c:2897 src/test.c:2932
-#: src/test.c:2978 src/test.c:3090 src/test.c:3186 src/test.c:3264
-#: src/test.c:3309 src/test.c:3349
+#: src/test.c:2665 src/test.c:2736 src/test.c:2888 src/test.c:2923
+#: src/test.c:2969 src/test.c:3081 src/test.c:3177 src/test.c:3255
+#: src/test.c:3300 src/test.c:3340
#, fuzzy, c-format
msgid "storage pool '%s' is not active"
msgstr "Domain is already active"
-#: src/test.c:2986 src/test.c:3179 src/test.c:3257 src/test.c:3302
-#: src/test.c:3342
+#: src/test.c:2977 src/test.c:3170 src/test.c:3248 src/test.c:3293
+#: src/test.c:3333
#, fuzzy, c-format
msgid "no storage vol with matching name '%s'"
msgstr "domain id or name"
-#: src/test.c:3029
+#: src/test.c:3020
#, fuzzy, c-format
msgid "no storage vol with matching key '%s'"
msgstr "domain information in XML"
-#: src/test.c:3063
+#: src/test.c:3054
#, fuzzy, c-format
msgid "no storage vol with matching path '%s'"
msgstr "domain information in XML"
-#: src/test.c:3109
+#: src/test.c:3100
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
@@ -4324,155 +4828,160 @@ msgstr ""
msgid "unsupported chr device type %d"
msgstr "unexpected mime type"
+#: src/uml_driver.c:104
+#, fuzzy
+msgid "Failed to set close-on-exec file descriptor flag\n"
+msgstr "failed to write configuration file"
+
#: src/uml_driver.c:374
#, fuzzy
msgid "cannot initialize inotify"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:379
+#: src/uml_driver.c:380
#, fuzzy, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Failed to create domain from %s"
-#: src/uml_driver.c:412
+#: src/uml_driver.c:413
#, fuzzy
msgid "umlStartup: out of memory\n"
msgstr "out of memory"
-#: src/uml_driver.c:559
+#: src/uml_driver.c:560
#, fuzzy, c-format
msgid "failed to read pid: %s"
msgstr "Failed to create domain %s\n"
-#: src/uml_driver.c:607
+#: src/uml_driver.c:608
#, fuzzy
msgid "cannot open socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:615
+#: src/uml_driver.c:616
#, fuzzy
msgid "cannot bind socket"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:668
+#: src/uml_driver.c:669
#, fuzzy, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:678
+#: src/uml_driver.c:679
#, fuzzy, c-format
msgid "cannot send command %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:688
+#: src/uml_driver.c:689
#, fuzzy, c-format
msgid "cannot read reply %s"
msgstr "failed to write configuration file: %s"
-#: src/uml_driver.c:740
+#: src/uml_driver.c:742
msgid "no kernel specified"
msgstr ""
-#: src/uml_driver.c:749
+#: src/uml_driver.c:751
#, fuzzy, c-format
msgid "Cannot find UML kernel %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:827
+#: src/uml_driver.c:829
#, fuzzy, c-format
msgid "failed to wait on process: %d: %s\n"
msgstr "Failed to start domain %s"
-#: src/uml_driver.c:869
+#: src/uml_driver.c:871
#, fuzzy, c-format
msgid "Got unexpected pid %d != %d\n"
msgstr "unexpected dict node"
-#: src/uml_driver.c:1142
+#: src/uml_driver.c:1144
#, fuzzy, c-format
msgid "cannot parse version %s"
msgstr "Failed to suspend domain %s"
-#: src/uml_driver.c:1459
+#: src/uml_driver.c:1461
#, fuzzy
msgid "cannot read cputime for domain"
msgstr "name of the inactive domain"
-#: src/uml_driver.c:1800
+#: src/uml_driver.c:1802
#, fuzzy, c-format
msgid "cannot read %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:222
+#: src/util.c:225
#, fuzzy
msgid "cannot block signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:237
+#: src/util.c:240
#, fuzzy
msgid "cannot create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:268
+#: src/util.c:271
#, fuzzy
msgid "Failed to create pipe"
msgstr "Failed to create domain %s\n"
-#: src/util.c:297 src/util.c:383
+#: src/util.c:300 src/util.c:386
#, fuzzy
msgid "cannot fork child process"
msgstr "Failed to suspend domain %s"
-#: src/util.c:316 src/util.c:353
+#: src/util.c:319 src/util.c:356
#, fuzzy
msgid "cannot unblock signals"
msgstr "Failed to suspend domain %s"
-#: src/util.c:370
+#: src/util.c:373
#, fuzzy
msgid "cannot become session leader"
msgstr "Failed to suspend domain %s"
-#: src/util.c:376
+#: src/util.c:379
#, fuzzy, c-format
msgid "cannot change to root directory: %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:394
+#: src/util.c:397
#, fuzzy
msgid "failed to setup stdin file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:400
+#: src/util.c:403
#, fuzzy
msgid "failed to setup stdout file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:406
+#: src/util.c:409
#, fuzzy
msgid "failed to setup stderr file handle"
msgstr "failed to get hypervisor type"
-#: src/util.c:425
+#: src/util.c:431
#, fuzzy, c-format
msgid "cannot execute binary %s"
msgstr "failed to write configuration file: %s"
-#: src/util.c:510
+#: src/util.c:533
msgid "Unknown poll response."
msgstr ""
-#: src/util.c:541
+#: src/util.c:564
#, fuzzy
msgid "poll error"
msgstr "internal error %s"
-#: src/util.c:614
+#: src/util.c:637
#, c-format
msgid "'%s' exited with non-zero status %d and signal %d: %s"
msgstr ""
-#: src/util.c:1497
+#: src/util.c:1546
#, fuzzy, c-format
msgid "Failed to find user record for uid '%d'"
msgstr "Failed to undefine domain %s"
@@ -4482,20 +4991,25 @@ msgstr "Failed to undefine domain %s"
msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s"
msgstr ""
-#: src/virsh.c:334
+#: src/virsh.c:337
+#, fuzzy
+msgid "unknown error"
+msgstr "unknown host"
+
+#: src/virsh.c:358
msgid "print help"
msgstr "print help"
-#: src/virsh.c:335
+#: src/virsh.c:359
msgid "Prints global help or command specific help."
msgstr "Prints global help or command specific help."
-#: src/virsh.c:341
+#: src/virsh.c:365
#, fuzzy
msgid "name of command"
msgstr "name of the inactive domain"
-#: src/virsh.c:353
+#: src/virsh.c:377
msgid ""
"Commands:\n"
"\n"
@@ -4503,2078 +5017,2146 @@ msgstr ""
"Commands:\n"
"\n"
-#: src/virsh.c:366
+#: src/virsh.c:390
#, fuzzy
msgid "autostart a domain"
msgstr "Start a domain."
-#: src/virsh.c:368
+#: src/virsh.c:392
msgid "Configure a domain to be automatically started at boot."
msgstr ""
-#: src/virsh.c:373 src/virsh.c:471 src/virsh.c:663 src/virsh.c:699
-#: src/virsh.c:755 src/virsh.c:821 src/virsh.c:1051 src/virsh.c:1094
-#: src/virsh.c:1313 src/virsh.c:1357 src/virsh.c:1395 src/virsh.c:1433
-#: src/virsh.c:1471 src/virsh.c:1509 src/virsh.c:1631 src/virsh.c:1717
-#: src/virsh.c:1850 src/virsh.c:1906 src/virsh.c:1962 src/virsh.c:2081
-#: src/virsh.c:2231 src/virsh.c:4479 src/virsh.c:4554 src/virsh.c:4614
-#: src/virsh.c:4672 src/virsh.c:4730 src/virsh.c:4846 src/virsh.c:4966
-#: src/virsh.c:5130 src/virsh.c:5360
+#: src/virsh.c:397 src/virsh.c:495 src/virsh.c:687 src/virsh.c:723
+#: src/virsh.c:779 src/virsh.c:845 src/virsh.c:1075 src/virsh.c:1118
+#: src/virsh.c:1337 src/virsh.c:1381 src/virsh.c:1419 src/virsh.c:1457
+#: src/virsh.c:1495 src/virsh.c:1533 src/virsh.c:1680 src/virsh.c:1766
+#: src/virsh.c:1899 src/virsh.c:1955 src/virsh.c:2011 src/virsh.c:2130
+#: src/virsh.c:2280 src/virsh.c:4662 src/virsh.c:4737 src/virsh.c:4797
+#: src/virsh.c:4855 src/virsh.c:4913 src/virsh.c:5029 src/virsh.c:5149
+#: src/virsh.c:5313 src/virsh.c:5543
msgid "domain name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:374 src/virsh.c:2297 src/virsh.c:2786
+#: src/virsh.c:398 src/virsh.c:2346 src/virsh.c:2835
msgid "disable autostarting"
msgstr ""
-#: src/virsh.c:395
+#: src/virsh.c:419
#, fuzzy, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:398
+#: src/virsh.c:422
#, fuzzy, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:405
+#: src/virsh.c:429
#, fuzzy, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:407
+#: src/virsh.c:431
#, fuzzy, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:417
+#: src/virsh.c:441
msgid "(re)connect to hypervisor"
msgstr "(re)connect to hypervisor"
-#: src/virsh.c:419
+#: src/virsh.c:443
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connect to local hypervisor. This is built-in command after shell start up."
-#: src/virsh.c:424
+#: src/virsh.c:448
msgid "hypervisor connection URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:425
+#: src/virsh.c:449
msgid "read-only connection"
msgstr "read-only connection"
-#: src/virsh.c:437
+#: src/virsh.c:461
msgid "Failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:455
+#: src/virsh.c:479
msgid "Failed to connect to the hypervisor"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:464
+#: src/virsh.c:488
msgid "connect to the guest console"
msgstr ""
-#: src/virsh.c:466
+#: src/virsh.c:490
msgid "Connect the virtual serial console for the guest"
msgstr ""
-#: src/virsh.c:513
+#: src/virsh.c:537
msgid "No console available for domain\n"
msgstr ""
-#: src/virsh.c:530
+#: src/virsh.c:554
msgid "console not implemented on this platform"
msgstr ""
-#: src/virsh.c:540
+#: src/virsh.c:564
msgid "list domains"
msgstr "list domains"
-#: src/virsh.c:541
+#: src/virsh.c:565
msgid "Returns list of domains."
msgstr "Returns list of domains."
-#: src/virsh.c:546
+#: src/virsh.c:570
msgid "list inactive domains"
msgstr "list inactive domains"
-#: src/virsh.c:547
+#: src/virsh.c:571
msgid "list inactive & active domains"
msgstr "list inactive & active domains"
-#: src/virsh.c:569 src/virsh.c:576
+#: src/virsh.c:593 src/virsh.c:600
msgid "Failed to list active domains"
msgstr "Failed to list active domains"
-#: src/virsh.c:587 src/virsh.c:595
+#: src/virsh.c:611 src/virsh.c:619
msgid "Failed to list inactive domains"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:604
+#: src/virsh.c:628
msgid "Id"
msgstr "Id"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324 src/virsh.c:4109
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384 src/virsh.c:4169
msgid "Name"
msgstr "Name"
-#: src/virsh.c:604 src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:628 src/virsh.c:2624 src/virsh.c:3384
msgid "State"
msgstr "State"
-#: src/virsh.c:617 src/virsh.c:639 src/virsh.c:6366 src/virsh.c:6382
+#: src/virsh.c:641 src/virsh.c:663 src/virsh.c:6556 src/virsh.c:6572
msgid "no state"
msgstr "no state"
-#: src/virsh.c:657
+#: src/virsh.c:681
msgid "domain state"
msgstr "domain state"
-#: src/virsh.c:658
+#: src/virsh.c:682
#, fuzzy
msgid "Returns state about a domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:693
+#: src/virsh.c:717
msgid "get device block stats for a domain"
msgstr ""
-#: src/virsh.c:694
+#: src/virsh.c:718
#, fuzzy
msgid "Get device block stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:700
+#: src/virsh.c:724
#, fuzzy
msgid "block device"
msgstr "blocked"
-#: src/virsh.c:721
+#: src/virsh.c:745
#, fuzzy, c-format
msgid "Failed to get block stats %s %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:749
+#: src/virsh.c:773
#, fuzzy
msgid "get network interface stats for a domain"
msgstr "undefined domain name or id"
-#: src/virsh.c:750
+#: src/virsh.c:774
#, fuzzy
msgid "Get network interface stats for a running domain."
msgstr "Returns state about a running domain."
-#: src/virsh.c:756
+#: src/virsh.c:780
msgid "interface device"
msgstr ""
-#: src/virsh.c:777
+#: src/virsh.c:801
#, fuzzy, c-format
msgid "Failed to get interface stats %s %s"
msgstr "failed to get node information"
-#: src/virsh.c:815
+#: src/virsh.c:839
msgid "suspend a domain"
msgstr "suspend a domain"
-#: src/virsh.c:816
+#: src/virsh.c:840
msgid "Suspend a running domain."
msgstr "Suspend a running domain."
-#: src/virsh.c:839
+#: src/virsh.c:863
#, c-format
msgid "Domain %s suspended\n"
msgstr "Domain %s suspended\n"
-#: src/virsh.c:841
+#: src/virsh.c:865
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:853
+#: src/virsh.c:877
msgid "create a domain from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:854
+#: src/virsh.c:878
msgid "Create a domain."
msgstr "Create a domain."
-#: src/virsh.c:859 src/virsh.c:906
+#: src/virsh.c:883 src/virsh.c:930
#, fuzzy
msgid "file containing an XML domain description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:886
+#: src/virsh.c:910
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:890
+#: src/virsh.c:914
#, c-format
msgid "Failed to create domain from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:900
+#: src/virsh.c:924
msgid "define (but don't start) a domain from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:901
+#: src/virsh.c:925
msgid "Define a domain."
msgstr "Define a domain."
-#: src/virsh.c:933
+#: src/virsh.c:957
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:937
+#: src/virsh.c:961
#, c-format
msgid "Failed to define domain from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:947
+#: src/virsh.c:971
msgid "undefine an inactive domain"
msgstr "undefine an inactive domain"
-#: src/virsh.c:948
+#: src/virsh.c:972
msgid "Undefine the configuration for an inactive domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:953 src/virsh.c:2160
+#: src/virsh.c:977 src/virsh.c:2209
msgid "domain name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:975
+#: src/virsh.c:999
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
-#: src/virsh.c:986
+#: src/virsh.c:1010
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:988
+#: src/virsh.c:1012
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:1001
+#: src/virsh.c:1025
msgid "start a (previously defined) inactive domain"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:1002
+#: src/virsh.c:1026
msgid "Start a domain."
msgstr "Start a domain."
-#: src/virsh.c:1007
+#: src/virsh.c:1031
msgid "name of the inactive domain"
msgstr "name of the inactive domain"
-#: src/virsh.c:1024
+#: src/virsh.c:1048
msgid "Domain is already active"
msgstr "Domain is already active"
-#: src/virsh.c:1030
+#: src/virsh.c:1054
#, c-format
msgid "Domain %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:1033
+#: src/virsh.c:1057
#, c-format
msgid "Failed to start domain %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:1045
+#: src/virsh.c:1069
msgid "save a domain state to a file"
msgstr "save a domain state to a file"
-#: src/virsh.c:1046
+#: src/virsh.c:1070
msgid "Save a running domain."
msgstr "Save a running domain."
-#: src/virsh.c:1052
+#: src/virsh.c:1076
msgid "where to save the data"
msgstr "where to save the data"
-#: src/virsh.c:1074
+#: src/virsh.c:1098
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domain %s saved to %s\n"
-#: src/virsh.c:1076
+#: src/virsh.c:1100
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Failed to save domain %s to %s"
-#: src/virsh.c:1088
+#: src/virsh.c:1112
msgid "show/set scheduler parameters"
msgstr ""
-#: src/virsh.c:1089
+#: src/virsh.c:1113
msgid "Show/Set scheduler parameters."
msgstr ""
-#: src/virsh.c:1095
+#: src/virsh.c:1119
#, fuzzy
msgid "parameter=value"
msgstr "allocate value array"
-#: src/virsh.c:1096
+#: src/virsh.c:1120
msgid "weight for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1097
+#: src/virsh.c:1121
msgid "cap for XEN_CREDIT"
msgstr ""
-#: src/virsh.c:1133
+#: src/virsh.c:1157
msgid "Invalid value of weight"
msgstr ""
-#: src/virsh.c:1143
+#: src/virsh.c:1167
msgid "Invalid value of cap"
msgstr ""
-#: src/virsh.c:1153
+#: src/virsh.c:1177
msgid "Error getting param"
msgstr ""
-#: src/virsh.c:1162
+#: src/virsh.c:1186
#, fuzzy
msgid "Invalid value of param"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1211 src/virsh.c:1215
+#: src/virsh.c:1235 src/virsh.c:1239
msgid "Scheduler"
msgstr ""
-#: src/virsh.c:1215
+#: src/virsh.c:1239
#, fuzzy
msgid "Unknown"
msgstr "unknown host"
-#: src/virsh.c:1270
+#: src/virsh.c:1294
msgid "restore a domain from a saved state in a file"
msgstr "restore a domain from a saved state in a file"
-#: src/virsh.c:1271
+#: src/virsh.c:1295
msgid "Restore a domain."
msgstr "Restore a domain."
-#: src/virsh.c:1276
+#: src/virsh.c:1300
msgid "the state to restore"
msgstr "the state to restore"
-#: src/virsh.c:1295
+#: src/virsh.c:1319
#, c-format
msgid "Domain restored from %s\n"
msgstr "Domain restored from %s\n"
-#: src/virsh.c:1297
+#: src/virsh.c:1321
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Failed to restore domain from %s"
-#: src/virsh.c:1307
+#: src/virsh.c:1331
msgid "dump the core of a domain to a file for analysis"
msgstr "dump the core of a domain to a file for analysis"
-#: src/virsh.c:1308
+#: src/virsh.c:1332
msgid "Core dump a domain."
msgstr "Core dump a domain."
-#: src/virsh.c:1314
+#: src/virsh.c:1338
msgid "where to dump the core"
msgstr "where to dump the core"
-#: src/virsh.c:1336
+#: src/virsh.c:1360
#, fuzzy, c-format
msgid "Domain %s dumped to %s\n"
msgstr "Domain %s dumpd to %s\n"
-#: src/virsh.c:1338
+#: src/virsh.c:1362
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Failed to core dump domain %s to %s"
-#: src/virsh.c:1351
+#: src/virsh.c:1375
msgid "resume a domain"
msgstr "resume a domain"
-#: src/virsh.c:1352
+#: src/virsh.c:1376
msgid "Resume a previously suspended domain."
msgstr "Resume a previously suspended domain."
-#: src/virsh.c:1375
+#: src/virsh.c:1399
#, c-format
msgid "Domain %s resumed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:1377
+#: src/virsh.c:1401
#, c-format
msgid "Failed to resume domain %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:1389
+#: src/virsh.c:1413
msgid "gracefully shutdown a domain"
msgstr "gracefully shutdown a domain"
-#: src/virsh.c:1390
+#: src/virsh.c:1414
msgid "Run shutdown in the target domain."
msgstr "Run shutdown in the target domain."
-#: src/virsh.c:1413
+#: src/virsh.c:1437
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Domain %s is being shutdown\n"
-#: src/virsh.c:1415
+#: src/virsh.c:1439
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Failed to shutdown domain %s"
-#: src/virsh.c:1427
+#: src/virsh.c:1451
msgid "reboot a domain"
msgstr "reboot a domain"
-#: src/virsh.c:1428
+#: src/virsh.c:1452
msgid "Run a reboot command in the target domain."
msgstr "Run a reboot command in the target domain."
-#: src/virsh.c:1451
+#: src/virsh.c:1475
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domain %s is being rebooted\n"
-#: src/virsh.c:1453
+#: src/virsh.c:1477
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Failed to reboot domain %s"
-#: src/virsh.c:1465
+#: src/virsh.c:1489
msgid "destroy a domain"
msgstr "destroy a domain"
-#: src/virsh.c:1466
+#: src/virsh.c:1490
msgid "Destroy a given domain."
msgstr "Destroy a given domain."
-#: src/virsh.c:1489
+#: src/virsh.c:1513
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:1491
+#: src/virsh.c:1515
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:1503
+#: src/virsh.c:1527
msgid "domain information"
msgstr "domain information"
-#: src/virsh.c:1504
+#: src/virsh.c:1528
msgid "Returns basic information about the domain."
msgstr "Returns basic information about the domain."
-#: src/virsh.c:1530 src/virsh.c:1532
+#: src/virsh.c:1556 src/virsh.c:1558
msgid "Id:"
msgstr "Id:"
-#: src/virsh.c:1533 src/virsh.c:3559 src/virsh.c:3999
+#: src/virsh.c:1559 src/virsh.c:3619 src/virsh.c:4059
msgid "Name:"
msgstr "Name:"
-#: src/virsh.c:1536 src/virsh.c:3562
+#: src/virsh.c:1562 src/virsh.c:3622
msgid "UUID:"
msgstr "UUID:"
-#: src/virsh.c:1539
+#: src/virsh.c:1565
msgid "OS Type:"
msgstr "OS Type:"
-#: src/virsh.c:1544 src/virsh.c:1675 src/virsh.c:3569 src/virsh.c:3573
-#: src/virsh.c:3577 src/virsh.c:3581
+#: src/virsh.c:1570 src/virsh.c:1724 src/virsh.c:3629 src/virsh.c:3633
+#: src/virsh.c:3637 src/virsh.c:3641
msgid "State:"
msgstr "State:"
-#: src/virsh.c:1547 src/virsh.c:2033
+#: src/virsh.c:1573 src/virsh.c:2082
msgid "CPU(s):"
msgstr "CPU(s):"
-#: src/virsh.c:1554 src/virsh.c:1682
+#: src/virsh.c:1580 src/virsh.c:1731
msgid "CPU time:"
msgstr "CPU time:"
-#: src/virsh.c:1558 src/virsh.c:1561
+#: src/virsh.c:1584 src/virsh.c:1587
msgid "Max memory:"
msgstr "Max memory:"
-#: src/virsh.c:1562
+#: src/virsh.c:1588
msgid "no limit"
msgstr ""
-#: src/virsh.c:1564
+#: src/virsh.c:1590
msgid "Used memory:"
msgstr "Used memory:"
-#: src/virsh.c:1572
+#: src/virsh.c:1598
#, fuzzy
msgid "Autostart:"
msgstr "no state"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
#, fuzzy
msgid "enable"
msgstr "Name"
-#: src/virsh.c:1573
+#: src/virsh.c:1599
msgid "disable"
msgstr ""
-#: src/virsh.c:1584
+#: src/virsh.c:1610
+msgid "Security model:"
+msgstr ""
+
+#: src/virsh.c:1611
+msgid "Security DOI:"
+msgstr ""
+
+#: src/virsh.c:1620
+msgid "Security label:"
+msgstr ""
+
+#: src/virsh.c:1633
#, fuzzy
msgid "NUMA free memory"
msgstr "Used memory:"
-#: src/virsh.c:1585
+#: src/virsh.c:1634
msgid "display available free memory for the NUMA cell."
msgstr ""
-#: src/virsh.c:1590
+#: src/virsh.c:1639
#, fuzzy
msgid "NUMA cell number"
msgstr "NUMA cell(s):"
-#: src/virsh.c:1614
+#: src/virsh.c:1663
msgid "Total"
msgstr ""
-#: src/virsh.c:1625
+#: src/virsh.c:1674
msgid "domain vcpu information"
msgstr "domain vcpu information"
-#: src/virsh.c:1626
+#: src/virsh.c:1675
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Returns basic information about the domain virtual CPUs."
-#: src/virsh.c:1673
+#: src/virsh.c:1722
msgid "VCPU:"
msgstr "VCPU:"
-#: src/virsh.c:1674
+#: src/virsh.c:1723
msgid "CPU:"
msgstr "CPU:"
-#: src/virsh.c:1684
+#: src/virsh.c:1733
msgid "CPU Affinity:"
msgstr "CPU Affinity:"
-#: src/virsh.c:1696
+#: src/virsh.c:1745
msgid "Domain shut off, virtual CPUs not present."
msgstr ""
-#: src/virsh.c:1711
+#: src/virsh.c:1760
msgid "control domain vcpu affinity"
msgstr "control domain vcpu affinity"
-#: src/virsh.c:1712
+#: src/virsh.c:1761
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Pin domain VCPUs to host physical CPUs."
-#: src/virsh.c:1718
+#: src/virsh.c:1767
msgid "vcpu number"
msgstr "vcpu number"
-#: src/virsh.c:1719
+#: src/virsh.c:1768
msgid "host cpu number(s) (comma separated)"
msgstr "host cpu number(s) (comma separated)"
-#: src/virsh.c:1747
+#: src/virsh.c:1796
msgid "vcpupin: Invalid or missing vCPU number."
msgstr ""
-#: src/virsh.c:1753
+#: src/virsh.c:1802
msgid "vcpupin: Missing cpulist"
msgstr ""
-#: src/virsh.c:1765
+#: src/virsh.c:1814
#, fuzzy
msgid "vcpupin: failed to get domain informations."
msgstr "failed to get node information"
-#: src/virsh.c:1771
+#: src/virsh.c:1820
msgid "vcpupin: Invalid vCPU number."
msgstr ""
-#: src/virsh.c:1780
+#: src/virsh.c:1829
msgid "cpulist: Invalid format. Empty string."
msgstr ""
-#: src/virsh.c:1790
+#: src/virsh.c:1839
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-#: src/virsh.c:1800
+#: src/virsh.c:1849
#, c-format
msgid ""
"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%"
"c')."
msgstr ""
-#: src/virsh.c:1807
+#: src/virsh.c:1856
#, c-format
msgid "cpulist: %s: Invalid format. Trailing comma at position %d."
msgstr ""
-#: src/virsh.c:1821
+#: src/virsh.c:1870
#, fuzzy, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:1844
+#: src/virsh.c:1893
msgid "change number of virtual CPUs"
msgstr "change number of virtual CPUs"
-#: src/virsh.c:1845
+#: src/virsh.c:1894
#, fuzzy
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Change the number of virtual CPUs active in the guest domain."
-#: src/virsh.c:1851
+#: src/virsh.c:1900
msgid "number of virtual CPUs"
msgstr "number of virtual CPUs"
-#: src/virsh.c:1871
+#: src/virsh.c:1920
#, fuzzy
msgid "Invalid number of virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1883
+#: src/virsh.c:1932
#, fuzzy
msgid "Too many virtual CPUs."
msgstr "number of virtual CPUs"
-#: src/virsh.c:1900
+#: src/virsh.c:1949
msgid "change memory allocation"
msgstr "change memory allocation"
-#: src/virsh.c:1901
+#: src/virsh.c:1950
msgid "Change the current memory allocation in the guest domain."
msgstr "Change the current memory allocation in the guest domain."
-#: src/virsh.c:1907
+#: src/virsh.c:1956
#, fuzzy
msgid "number of kilobytes of memory"
msgstr "number of bytes of memory"
-#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1984
+#: src/virsh.c:1977 src/virsh.c:1989 src/virsh.c:2033
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
-#: src/virsh.c:1934
+#: src/virsh.c:1983
msgid "Unable to verify MaxMemorySize"
msgstr ""
-#: src/virsh.c:1956
+#: src/virsh.c:2005
msgid "change maximum memory limit"
msgstr "change maximum memory limit"
-#: src/virsh.c:1957
+#: src/virsh.c:2006
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "Change the maximum memory allocation limit in the guest domain."
-#: src/virsh.c:1963
+#: src/virsh.c:2012
#, fuzzy
msgid "maximum memory limit in kilobytes"
msgstr "maxmimum memory limit in bytes"
-#: src/virsh.c:1990
+#: src/virsh.c:2039
msgid "Unable to verify current MemorySize"
msgstr ""
-#: src/virsh.c:1997
+#: src/virsh.c:2046
#, fuzzy
msgid "Unable to shrink current MemorySize"
msgstr "domain memory"
-#: src/virsh.c:2003
+#: src/virsh.c:2052
msgid "Unable to change MaxMemorySize"
msgstr ""
-#: src/virsh.c:2015
+#: src/virsh.c:2064
msgid "node information"
msgstr "node information"
-#: src/virsh.c:2016
+#: src/virsh.c:2065
msgid "Returns basic information about the node."
msgstr "Returns basic information about the node."
-#: src/virsh.c:2029
+#: src/virsh.c:2078
msgid "failed to get node information"
msgstr "failed to get node information"
-#: src/virsh.c:2032
+#: src/virsh.c:2081
msgid "CPU model:"
msgstr "CPU model:"
-#: src/virsh.c:2034
+#: src/virsh.c:2083
msgid "CPU frequency:"
msgstr "CPU frequency:"
-#: src/virsh.c:2035
+#: src/virsh.c:2084
msgid "CPU socket(s):"
msgstr "CPU socket(s):"
-#: src/virsh.c:2036
+#: src/virsh.c:2085
msgid "Core(s) per socket:"
msgstr "Core(s) per socket:"
-#: src/virsh.c:2037
+#: src/virsh.c:2086
msgid "Thread(s) per core:"
msgstr "Thread(s) per core:"
-#: src/virsh.c:2038
+#: src/virsh.c:2087
msgid "NUMA cell(s):"
msgstr "NUMA cell(s):"
-#: src/virsh.c:2039
+#: src/virsh.c:2088
msgid "Memory size:"
msgstr "Memory size:"
-#: src/virsh.c:2048
+#: src/virsh.c:2097
msgid "capabilities"
msgstr ""
-#: src/virsh.c:2049
+#: src/virsh.c:2098
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
-#: src/virsh.c:2062
+#: src/virsh.c:2111
#, fuzzy
msgid "failed to get capabilities"
msgstr "failed to open file"
-#: src/virsh.c:2075
+#: src/virsh.c:2124
msgid "domain information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2076
+#: src/virsh.c:2125
#, fuzzy
msgid "Output the domain information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2082
+#: src/virsh.c:2131
#, fuzzy
msgid "show inactive defined XML"
msgstr "list inactive domains"
-#: src/virsh.c:2083
+#: src/virsh.c:2132
msgid "include security sensitive information in XML dump"
msgstr ""
-#: src/virsh.c:2124
+#: src/virsh.c:2173
msgid "convert a domain id or UUID to domain name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2130
+#: src/virsh.c:2179
msgid "domain id or uuid"
msgstr "domain id or uuid"
-#: src/virsh.c:2154
+#: src/virsh.c:2203
msgid "convert a domain name or UUID to domain id"
msgstr "convert a domain name or UUID to domain id"
-#: src/virsh.c:2189
+#: src/virsh.c:2238
msgid "convert a domain name or id to domain UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2195
+#: src/virsh.c:2244
msgid "domain id or name"
msgstr "domain id or name"
-#: src/virsh.c:2214
+#: src/virsh.c:2263
msgid "failed to get domain UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2224
+#: src/virsh.c:2273
msgid "migrate domain to another host"
msgstr ""
-#: src/virsh.c:2225
+#: src/virsh.c:2274
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
-#: src/virsh.c:2230
+#: src/virsh.c:2279
msgid "live migration"
msgstr ""
-#: src/virsh.c:2232
+#: src/virsh.c:2281
msgid "connection URI of the destination host"
msgstr ""
-#: src/virsh.c:2233
+#: src/virsh.c:2282
msgid "migration URI, usually can be omitted"
msgstr ""
-#: src/virsh.c:2234
+#: src/virsh.c:2283
msgid "rename to new name during migration (if supported)"
msgstr ""
-#: src/virsh.c:2257
+#: src/virsh.c:2306
msgid "migrate: Missing desturi"
msgstr ""
-#: src/virsh.c:2289
+#: src/virsh.c:2338
#, fuzzy
msgid "autostart a network"
msgstr "Start a domain."
-#: src/virsh.c:2291
+#: src/virsh.c:2340
msgid "Configure a network to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2296 src/virsh.c:2710
+#: src/virsh.c:2345 src/virsh.c:2759
#, fuzzy
msgid "network name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2318
+#: src/virsh.c:2367
#, fuzzy, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2321
+#: src/virsh.c:2370
#, fuzzy, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2328
+#: src/virsh.c:2377
#, fuzzy, c-format
msgid "Network %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2330
+#: src/virsh.c:2379
#, fuzzy, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2339
+#: src/virsh.c:2388
#, fuzzy
msgid "create a network from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2340
+#: src/virsh.c:2389
#, fuzzy
msgid "Create a network."
msgstr "Create a domain."
-#: src/virsh.c:2345 src/virsh.c:2392
+#: src/virsh.c:2394 src/virsh.c:2441
#, fuzzy
msgid "file containing an XML network description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2372
+#: src/virsh.c:2421
#, fuzzy, c-format
msgid "Network %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2375
+#: src/virsh.c:2424
#, fuzzy, c-format
msgid "Failed to create network from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2386
+#: src/virsh.c:2435
#, fuzzy
msgid "define (but don't start) a network from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2387
+#: src/virsh.c:2436
#, fuzzy
msgid "Define a network."
msgstr "Define a domain."
-#: src/virsh.c:2419
+#: src/virsh.c:2468
#, fuzzy, c-format
msgid "Network %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:2422
+#: src/virsh.c:2471
#, fuzzy, c-format
msgid "Failed to define network from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:2433
+#: src/virsh.c:2482
#, fuzzy
msgid "destroy a network"
msgstr "destroy a domain"
-#: src/virsh.c:2434
+#: src/virsh.c:2483
#, fuzzy
msgid "Destroy a given network."
msgstr "Destroy a given domain."
-#: src/virsh.c:2439 src/virsh.c:2478 src/virsh.c:5462
+#: src/virsh.c:2488 src/virsh.c:2527 src/virsh.c:5646
#, fuzzy
msgid "network name, id or uuid"
msgstr "domain name, id or uuid"
-#: src/virsh.c:2457
+#: src/virsh.c:2506
#, fuzzy, c-format
msgid "Network %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:2459
+#: src/virsh.c:2508
#, fuzzy, c-format
msgid "Failed to destroy network %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:2472
+#: src/virsh.c:2521
#, fuzzy
msgid "network information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:2473
+#: src/virsh.c:2522
#, fuzzy
msgid "Output the network information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:2512
+#: src/virsh.c:2561
msgid "list networks"
msgstr ""
-#: src/virsh.c:2513
+#: src/virsh.c:2562
#, fuzzy
msgid "Returns list of networks."
msgstr "Returns list of domains."
-#: src/virsh.c:2518
+#: src/virsh.c:2567
#, fuzzy
msgid "list inactive networks"
msgstr "list inactive domains"
-#: src/virsh.c:2519
+#: src/virsh.c:2568
#, fuzzy
msgid "list inactive & active networks"
msgstr "list inactive & active domains"
-#: src/virsh.c:2539 src/virsh.c:2547
+#: src/virsh.c:2588 src/virsh.c:2596
#, fuzzy
msgid "Failed to list active networks"
msgstr "Failed to list active domains"
-#: src/virsh.c:2558 src/virsh.c:2566
+#: src/virsh.c:2607 src/virsh.c:2615
#, fuzzy
msgid "Failed to list inactive networks"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:2575 src/virsh.c:3324
+#: src/virsh.c:2624 src/virsh.c:3384
msgid "Autostart"
msgstr ""
-#: src/virsh.c:2590 src/virsh.c:2613 src/virsh.c:3339 src/virsh.c:3362
+#: src/virsh.c:2639 src/virsh.c:2662 src/virsh.c:3399 src/virsh.c:3422
#, fuzzy
msgid "no autostart"
msgstr "no state"
-#: src/virsh.c:2596 src/virsh.c:3345
+#: src/virsh.c:2645 src/virsh.c:3405
msgid "active"
msgstr ""
-#: src/virsh.c:2619 src/virsh.c:3368 src/virsh.c:3570
+#: src/virsh.c:2668 src/virsh.c:3428 src/virsh.c:3630
#, fuzzy
msgid "inactive"
msgstr "node active cpu"
-#: src/virsh.c:2635
+#: src/virsh.c:2684
#, fuzzy
msgid "convert a network UUID to network name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:2641
+#: src/virsh.c:2690
msgid "network uuid"
msgstr ""
-#: src/virsh.c:2666
+#: src/virsh.c:2715
#, fuzzy
msgid "start a (previously defined) inactive network"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:2667
+#: src/virsh.c:2716
#, fuzzy
msgid "Start a network."
msgstr "Start a domain."
-#: src/virsh.c:2672
+#: src/virsh.c:2721
#, fuzzy
msgid "name of the inactive network"
msgstr "name of the inactive domain"
-#: src/virsh.c:2689
+#: src/virsh.c:2738
#, fuzzy, c-format
msgid "Network %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2692
+#: src/virsh.c:2741
#, fuzzy, c-format
msgid "Failed to start network %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2704
+#: src/virsh.c:2753
#, fuzzy
msgid "undefine an inactive network"
msgstr "undefine an inactive domain"
-#: src/virsh.c:2705
+#: src/virsh.c:2754
#, fuzzy
msgid "Undefine the configuration for an inactive network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:2728
+#: src/virsh.c:2777
#, fuzzy, c-format
msgid "Network %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:2730
+#: src/virsh.c:2779
#, fuzzy, c-format
msgid "Failed to undefine network %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:2742
+#: src/virsh.c:2791
#, fuzzy
msgid "convert a network name to network UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:2748
+#: src/virsh.c:2797
msgid "network name"
msgstr ""
-#: src/virsh.c:2768
+#: src/virsh.c:2817
#, fuzzy
msgid "failed to get network UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:2778
+#: src/virsh.c:2827
#, fuzzy
msgid "autostart a pool"
msgstr "Start a domain."
-#: src/virsh.c:2780
+#: src/virsh.c:2829
msgid "Configure a pool to be automatically started at boot."
msgstr ""
-#: src/virsh.c:2785 src/virsh.c:3071 src/virsh.c:3110 src/virsh.c:3149
-#: src/virsh.c:3188 src/virsh.c:3227 src/virsh.c:3541 src/virsh.c:3806
-#: src/virsh.c:3940 src/virsh.c:3981 src/virsh.c:4032 src/virsh.c:4073
-#: src/virsh.c:4217 src/virsh.c:5479
+#: src/virsh.c:2834 src/virsh.c:3131 src/virsh.c:3170 src/virsh.c:3209
+#: src/virsh.c:3248 src/virsh.c:3287 src/virsh.c:3601 src/virsh.c:3866
+#: src/virsh.c:4000 src/virsh.c:4041 src/virsh.c:4092 src/virsh.c:4133
+#: src/virsh.c:4277 src/virsh.c:5663
#, fuzzy
msgid "pool name or uuid"
msgstr "domain name or uuid"
-#: src/virsh.c:2807
+#: src/virsh.c:2856
#, fuzzy, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2810
+#: src/virsh.c:2859
#, fuzzy, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Failed to start domain %s"
-#: src/virsh.c:2817
+#: src/virsh.c:2866
#, fuzzy, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2819
+#: src/virsh.c:2868
#, fuzzy, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:2828
+#: src/virsh.c:2877
#, fuzzy
msgid "create a pool from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2829 src/virsh.c:2947
+#: src/virsh.c:2878 src/virsh.c:2997
#, fuzzy
msgid "Create a pool."
msgstr "Create a domain."
-#: src/virsh.c:2835 src/virsh.c:2988
+#: src/virsh.c:2884 src/virsh.c:3043
#, fuzzy
msgid "file containing an XML pool description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:2862
+#: src/virsh.c:2911
#, fuzzy, c-format
msgid "Pool %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2865
+#: src/virsh.c:2914
#, fuzzy, c-format
msgid "Failed to create pool from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2876
+#: src/virsh.c:2925
#, fuzzy
msgid "name of the pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:2877
+#: src/virsh.c:2926
+msgid "print XML document, but don't define/create"
+msgstr ""
+
+#: src/virsh.c:2927
msgid "type of the pool"
msgstr ""
-#: src/virsh.c:2878
+#: src/virsh.c:2928
msgid "source-host for underlying storage"
msgstr ""
-#: src/virsh.c:2879
+#: src/virsh.c:2929
msgid "source path for underlying storage"
msgstr ""
-#: src/virsh.c:2880
+#: src/virsh.c:2930
msgid "source device for underlying storage"
msgstr ""
-#: src/virsh.c:2881
+#: src/virsh.c:2931
msgid "source name for underlying storage"
msgstr ""
-#: src/virsh.c:2882
+#: src/virsh.c:2932
msgid "target for underlying storage"
msgstr ""
-#: src/virsh.c:2929 src/virsh.c:3772
+#: src/virsh.c:2979 src/virsh.c:3832
#, fuzzy
msgid "Failed to allocate XML buffer"
msgstr "failed to allocate a node"
-#: src/virsh.c:2946
+#: src/virsh.c:2996
#, fuzzy
msgid "create a pool from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:2967
+#: src/virsh.c:3022
#, fuzzy, c-format
msgid "Pool %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:2971
+#: src/virsh.c:3025
#, fuzzy, c-format
msgid "Failed to create pool %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:2982
+#: src/virsh.c:3037
#, fuzzy
msgid "define (but don't start) a pool from an XML file"
msgstr "define (but don't start) a domain from an XML file"
-#: src/virsh.c:2983 src/virsh.c:3030
+#: src/virsh.c:3038 src/virsh.c:3085
#, fuzzy
msgid "Define a pool."
msgstr "Define a domain."
-#: src/virsh.c:3015
+#: src/virsh.c:3070
#, fuzzy, c-format
msgid "Pool %s defined from %s\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3018
+#: src/virsh.c:3073
#, fuzzy, c-format
msgid "Failed to define pool from %s"
msgstr "Failed to define domain from %s"
-#: src/virsh.c:3029
+#: src/virsh.c:3084
msgid "define a pool from a set of args"
msgstr ""
-#: src/virsh.c:3050
+#: src/virsh.c:3110
#, fuzzy, c-format
msgid "Pool %s defined\n"
msgstr "Domain %s defined from %s\n"
-#: src/virsh.c:3054
+#: src/virsh.c:3113
#, fuzzy, c-format
msgid "Failed to define pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3065
+#: src/virsh.c:3125
msgid "build a pool"
msgstr ""
-#: src/virsh.c:3066
+#: src/virsh.c:3126
msgid "Build a given pool."
msgstr ""
-#: src/virsh.c:3089
+#: src/virsh.c:3149
#, fuzzy, c-format
msgid "Pool %s built\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3091
+#: src/virsh.c:3151
#, fuzzy, c-format
msgid "Failed to build pool %s"
msgstr "Failed to suspend domain %s"
-#: src/virsh.c:3104
+#: src/virsh.c:3164
#, fuzzy
msgid "destroy a pool"
msgstr "destroy a domain"
-#: src/virsh.c:3105
+#: src/virsh.c:3165
#, fuzzy
msgid "Destroy a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3128
+#: src/virsh.c:3188
#, fuzzy, c-format
msgid "Pool %s destroyed\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3130
+#: src/virsh.c:3190
#, fuzzy, c-format
msgid "Failed to destroy pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3143
+#: src/virsh.c:3203
msgid "delete a pool"
msgstr ""
-#: src/virsh.c:3144
+#: src/virsh.c:3204
#, fuzzy
msgid "Delete a given pool."
msgstr "Destroy a given domain."
-#: src/virsh.c:3167
+#: src/virsh.c:3227
#, fuzzy, c-format
msgid "Pool %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3169
+#: src/virsh.c:3229
#, fuzzy, c-format
msgid "Failed to delete pool %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3182
+#: src/virsh.c:3242
msgid "refresh a pool"
msgstr ""
-#: src/virsh.c:3183
+#: src/virsh.c:3243
msgid "Refresh a given pool."
msgstr ""
-#: src/virsh.c:3206
+#: src/virsh.c:3266
#, fuzzy, c-format
msgid "Pool %s refreshed\n"
msgstr "Domain %s resumed\n"
-#: src/virsh.c:3208
+#: src/virsh.c:3268
#, fuzzy, c-format
msgid "Failed to refresh pool %s"
msgstr "Failed to resume domain %s"
-#: src/virsh.c:3221
+#: src/virsh.c:3281
#, fuzzy
msgid "pool information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:3222
+#: src/virsh.c:3282
#, fuzzy
msgid "Output the pool information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:3261
+#: src/virsh.c:3321
#, fuzzy
msgid "list pools"
msgstr "list domains"
-#: src/virsh.c:3262
+#: src/virsh.c:3322
#, fuzzy
msgid "Returns list of pools."
msgstr "Returns list of domains."
-#: src/virsh.c:3267
+#: src/virsh.c:3327
#, fuzzy
msgid "list inactive pools"
msgstr "list inactive domains"
-#: src/virsh.c:3268
+#: src/virsh.c:3328
#, fuzzy
msgid "list inactive & active pools"
msgstr "list inactive & active domains"
-#: src/virsh.c:3288 src/virsh.c:3296
+#: src/virsh.c:3348 src/virsh.c:3356
#, fuzzy
msgid "Failed to list active pools"
msgstr "Failed to list active domains"
-#: src/virsh.c:3307 src/virsh.c:3315
+#: src/virsh.c:3367 src/virsh.c:3375
#, fuzzy
msgid "Failed to list inactive pools"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:3383
+#: src/virsh.c:3443
#, fuzzy
msgid "find potential storage pool sources"
msgstr "invalid connection pointer in %s"
-#: src/virsh.c:3384 src/virsh.c:3464
+#: src/virsh.c:3444 src/virsh.c:3524
msgid "Returns XML <sources> document."
msgstr ""
-#: src/virsh.c:3390
+#: src/virsh.c:3450
#, fuzzy
msgid "type of storage pool sources to find"
msgstr "too many drivers registered"
-#: src/virsh.c:3391
+#: src/virsh.c:3451
msgid "optional host to query"
msgstr ""
-#: src/virsh.c:3392
+#: src/virsh.c:3452
msgid "optional port to query"
msgstr ""
-#: src/virsh.c:3437
+#: src/virsh.c:3497
#, fuzzy
msgid "Out of memory"
msgstr "out of memory"
-#: src/virsh.c:3440
+#: src/virsh.c:3500
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr ""
-#: src/virsh.c:3449 src/virsh.c:3500
+#: src/virsh.c:3509 src/virsh.c:3560
#, fuzzy, c-format
msgid "Failed to find any %s pool sources"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3463
+#: src/virsh.c:3523
msgid "discover potential storage pool sources"
msgstr ""
-#: src/virsh.c:3470
+#: src/virsh.c:3530
#, fuzzy
msgid "type of storage pool sources to discover"
msgstr "too many drivers registered"
-#: src/virsh.c:3472
+#: src/virsh.c:3532
msgid "optional file of source xml to query for pools"
msgstr ""
-#: src/virsh.c:3535
+#: src/virsh.c:3595
#, fuzzy
msgid "storage pool information"
msgstr "node information"
-#: src/virsh.c:3536
+#: src/virsh.c:3596
#, fuzzy
msgid "Returns basic information about the storage pool."
msgstr "Returns basic information about the node."
-#: src/virsh.c:3574
+#: src/virsh.c:3634
msgid "building"
msgstr ""
-#: src/virsh.c:3578 src/virsh.c:6352 src/virsh.c:6378
+#: src/virsh.c:3638 src/virsh.c:6542 src/virsh.c:6568
msgid "running"
msgstr "running"
-#: src/virsh.c:3582
+#: src/virsh.c:3642
msgid "degraded"
msgstr ""
-#: src/virsh.c:3589 src/virsh.c:4009
+#: src/virsh.c:3649 src/virsh.c:4069
msgid "Capacity:"
msgstr ""
-#: src/virsh.c:3592 src/virsh.c:4012
+#: src/virsh.c:3652 src/virsh.c:4072
#, fuzzy
msgid "Allocation:"
msgstr "allocating domain"
-#: src/virsh.c:3595
+#: src/virsh.c:3655
msgid "Available:"
msgstr ""
-#: src/virsh.c:3610
+#: src/virsh.c:3670
#, fuzzy
msgid "convert a pool UUID to pool name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:3616
+#: src/virsh.c:3676
#, fuzzy
msgid "pool uuid"
msgstr "domain uuid"
-#: src/virsh.c:3641
+#: src/virsh.c:3701
#, fuzzy
msgid "start a (previously defined) inactive pool"
msgstr "start a (previously defined) inactive domain"
-#: src/virsh.c:3642
+#: src/virsh.c:3702
#, fuzzy
msgid "Start a pool."
msgstr "Start a domain."
-#: src/virsh.c:3647
+#: src/virsh.c:3707
#, fuzzy
msgid "name of the inactive pool"
msgstr "name of the inactive domain"
-#: src/virsh.c:3664
+#: src/virsh.c:3724
#, fuzzy, c-format
msgid "Pool %s started\n"
msgstr "Domain %s started\n"
-#: src/virsh.c:3667
+#: src/virsh.c:3727
#, fuzzy, c-format
msgid "Failed to start pool %s"
msgstr "Failed to start domain %s"
-#: src/virsh.c:3679
+#: src/virsh.c:3739
#, fuzzy
msgid "create a volume from a set of args"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3680 src/virsh.c:3877
+#: src/virsh.c:3740 src/virsh.c:3937
#, fuzzy
msgid "Create a vol."
msgstr "Create a domain."
-#: src/virsh.c:3685 src/virsh.c:3844 src/virsh.c:3882
+#: src/virsh.c:3745 src/virsh.c:3904 src/virsh.c:3942
#, fuzzy
msgid "pool name"
msgstr "domain name"
-#: src/virsh.c:3686
+#: src/virsh.c:3746
#, fuzzy
msgid "name of the volume"
msgstr "name of the inactive domain"
-#: src/virsh.c:3687
+#: src/virsh.c:3747
msgid "size of the vol with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3688
+#: src/virsh.c:3748
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr ""
-#: src/virsh.c:3689
+#: src/virsh.c:3749
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr ""
-#: src/virsh.c:3747 src/virsh.c:3752
+#: src/virsh.c:3807 src/virsh.c:3812
#, c-format
msgid "Malformed size %s"
msgstr ""
-#: src/virsh.c:3781
+#: src/virsh.c:3841
#, fuzzy, c-format
msgid "Vol %s created\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3785
+#: src/virsh.c:3845
#, fuzzy, c-format
msgid "Failed to create vol %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:3800
+#: src/virsh.c:3860
#, fuzzy
msgid "undefine an inactive pool"
msgstr "undefine an inactive domain"
-#: src/virsh.c:3801
+#: src/virsh.c:3861
#, fuzzy
msgid "Undefine the configuration for an inactive pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:3824
+#: src/virsh.c:3884
#, fuzzy, c-format
msgid "Pool %s has been undefined\n"
msgstr "Domain %s has been undefined\n"
-#: src/virsh.c:3826
+#: src/virsh.c:3886
#, fuzzy, c-format
msgid "Failed to undefine pool %s"
msgstr "Failed to undefine domain %s"
-#: src/virsh.c:3838
+#: src/virsh.c:3898
#, fuzzy
msgid "convert a pool name to pool UUID"
msgstr "convert a domain name or id to domain UUID"
-#: src/virsh.c:3864
+#: src/virsh.c:3924
#, fuzzy
msgid "failed to get pool UUID"
msgstr "failed to get domain UUID"
-#: src/virsh.c:3876
+#: src/virsh.c:3936
#, fuzzy
msgid "create a vol from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:3883
+#: src/virsh.c:3943
#, fuzzy
msgid "file containing an XML vol description"
msgstr "file conatining an XML domain description"
-#: src/virsh.c:3920
+#: src/virsh.c:3980
#, fuzzy, c-format
msgid "Vol %s created from %s\n"
msgstr "Domain %s created from %s\n"
-#: src/virsh.c:3924
+#: src/virsh.c:3984
#, fuzzy, c-format
msgid "Failed to create vol from %s"
msgstr "Failed to create domain from %s"
-#: src/virsh.c:3934
+#: src/virsh.c:3994
msgid "delete a vol"
msgstr ""
-#: src/virsh.c:3935
+#: src/virsh.c:3995
#, fuzzy
msgid "Delete a given vol."
msgstr "Destroy a given domain."
-#: src/virsh.c:3941 src/virsh.c:3982 src/virsh.c:4033
+#: src/virsh.c:4001 src/virsh.c:4042 src/virsh.c:4093
msgid "vol name, key or path"
msgstr ""
-#: src/virsh.c:3960
+#: src/virsh.c:4020
#, fuzzy, c-format
msgid "Vol %s deleted\n"
msgstr "Domain %s destroyed\n"
-#: src/virsh.c:3962
+#: src/virsh.c:4022
#, fuzzy, c-format
msgid "Failed to delete vol %s"
msgstr "Failed to destroy domain %s"
-#: src/virsh.c:3975
+#: src/virsh.c:4035
#, fuzzy
msgid "storage vol information"
msgstr "node information"
-#: src/virsh.c:3976
+#: src/virsh.c:4036
#, fuzzy
msgid "Returns basic information about the storage vol."
msgstr "Returns basic information about the node."
-#: src/virsh.c:4004
+#: src/virsh.c:4064
#, fuzzy
msgid "Type:"
msgstr "OS Type:"
-#: src/virsh.c:4006
+#: src/virsh.c:4066
msgid "file"
msgstr ""
-#: src/virsh.c:4006
+#: src/virsh.c:4066
#, fuzzy
msgid "block"
msgstr "blocked"
-#: src/virsh.c:4026
+#: src/virsh.c:4086
#, fuzzy
msgid "vol information in XML"
msgstr "domain information in XML"
-#: src/virsh.c:4027
+#: src/virsh.c:4087
#, fuzzy
msgid "Output the vol information as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4067
+#: src/virsh.c:4127
#, fuzzy
msgid "list vols"
msgstr "list domains"
-#: src/virsh.c:4068
+#: src/virsh.c:4128
#, fuzzy
msgid "Returns list of vols by pool."
msgstr "Returns list of domains."
-#: src/virsh.c:4093 src/virsh.c:4101
+#: src/virsh.c:4153 src/virsh.c:4161
#, fuzzy
msgid "Failed to list active vols"
msgstr "Failed to list active domains"
-#: src/virsh.c:4109
+#: src/virsh.c:4169
msgid "Path"
msgstr ""
-#: src/virsh.c:4145
+#: src/virsh.c:4205
#, fuzzy
msgid "convert a vol UUID to vol name"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4151
+#: src/virsh.c:4211
msgid "vol key or path"
msgstr ""
-#: src/virsh.c:4178
+#: src/virsh.c:4238
#, fuzzy
msgid "convert a vol UUID to vol key"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4184
+#: src/virsh.c:4244
#, fuzzy
msgid "vol uuid"
msgstr "domain uuid"
-#: src/virsh.c:4211
+#: src/virsh.c:4271
#, fuzzy
msgid "convert a vol UUID to vol path"
msgstr "convert a domain id or UUID to domain name"
-#: src/virsh.c:4218
+#: src/virsh.c:4278
msgid "vol name or key"
msgstr ""
-#: src/virsh.c:4248
+#: src/virsh.c:4308
msgid "show version"
msgstr "show version"
-#: src/virsh.c:4249
+#: src/virsh.c:4309
msgid "Display the system version information."
msgstr "Display the system version information."
-#: src/virsh.c:4272
+#: src/virsh.c:4332
msgid "failed to get hypervisor type"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4281
+#: src/virsh.c:4341
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compiled against library: libvir %d.%d.%d\n"
-#: src/virsh.c:4286
+#: src/virsh.c:4346
msgid "failed to get the library version"
msgstr "failed to get the library version"
-#: src/virsh.c:4293
+#: src/virsh.c:4353
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Using library: libvir %d.%d.%d\n"
-#: src/virsh.c:4300
+#: src/virsh.c:4360
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Using API: %s %d.%d.%d\n"
-#: src/virsh.c:4305
+#: src/virsh.c:4365
msgid "failed to get the hypervisor version"
msgstr "failed to get the hypervisor version"
-#: src/virsh.c:4310
+#: src/virsh.c:4370
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Cannot extract running %s hypervisor version\n"
-#: src/virsh.c:4317
+#: src/virsh.c:4377
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Running hypervisor: %s %d.%d.%d\n"
-#: src/virsh.c:4327
+#: src/virsh.c:4387
msgid "enumerate devices on this host"
msgstr ""
-#: src/virsh.c:4333
+#: src/virsh.c:4393
msgid "capability name"
msgstr ""
-#: src/virsh.c:4353
+#: src/virsh.c:4413
#, fuzzy
msgid "Failed to count node devices"
msgstr "Failed to connect to the hypervisor"
-#: src/virsh.c:4363
+#: src/virsh.c:4423
#, fuzzy
msgid "Failed to list node devices"
msgstr "Failed to list inactive domains"
-#: src/virsh.c:4380
+#: src/virsh.c:4440
msgid "node device details in XML"
msgstr ""
-#: src/virsh.c:4381
+#: src/virsh.c:4441
#, fuzzy
msgid "Output the node device details as an XML dump to stdout."
msgstr "Ouput the domain information as an XML dump to stdout."
-#: src/virsh.c:4387
+#: src/virsh.c:4447 src/virsh.c:4482 src/virsh.c:4523 src/virsh.c:4564
#, fuzzy
msgid "device key"
msgstr "blocked"
-#: src/virsh.c:4402
+#: src/virsh.c:4462 src/virsh.c:4498 src/virsh.c:4539 src/virsh.c:4580
msgid "Could not find matching device"
msgstr ""
-#: src/virsh.c:4415
+#: src/virsh.c:4475
+msgid "dettach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4476 src/virsh.c:4517
+msgid "Dettach node device its device driver before assigning to a domain."
+msgstr ""
+
+#: src/virsh.c:4503
+#, fuzzy, c-format
+msgid "Device %s dettached\n"
+msgstr "Domain %s destroyed\n"
+
+#: src/virsh.c:4505
+#, fuzzy, c-format
+msgid "Failed to dettach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4516
+msgid "reattach node device its device driver"
+msgstr ""
+
+#: src/virsh.c:4544
+#, c-format
+msgid "Device %s re-attached\n"
+msgstr ""
+
+#: src/virsh.c:4546
+#, fuzzy, c-format
+msgid "Failed to re-attach device %s"
+msgstr "Failed to get devices for domain %s\n"
+
+#: src/virsh.c:4557
+#, fuzzy
+msgid "reset node device"
+msgstr "Failed to list inactive domains"
+
+#: src/virsh.c:4558
+#, fuzzy
+msgid "Reset node device before or after assigning to a domain."
+msgstr "Returns state about a running domain."
+
+#: src/virsh.c:4585
+#, fuzzy, c-format
+msgid "Device %s reset\n"
+msgstr "Domain %s resumed\n"
+
+#: src/virsh.c:4587
+#, fuzzy, c-format
+msgid "Failed to reset device %s"
+msgstr "Failed to suspend domain %s"
+
+#: src/virsh.c:4598
#, fuzzy
msgid "print the hypervisor hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4430
+#: src/virsh.c:4613
#, fuzzy
msgid "failed to get hostname"
msgstr "failed to get hypervisor type"
-#: src/virsh.c:4444
+#: src/virsh.c:4627
#, fuzzy
msgid "print the hypervisor canonical URI"
msgstr "hypervisor connection URI"
-#: src/virsh.c:4459
+#: src/virsh.c:4642
#, fuzzy
msgid "failed to get URI"
msgstr "failed to get domain UUID"
-#: src/virsh.c:4473
+#: src/virsh.c:4656
msgid "vnc display"
msgstr ""
-#: src/virsh.c:4474
+#: src/virsh.c:4657
msgid "Output the IP address and port number for the VNC display."
msgstr ""
-#: src/virsh.c:4548
+#: src/virsh.c:4731
msgid "tty console"
msgstr ""
-#: src/virsh.c:4549
+#: src/virsh.c:4732
msgid "Output the device for the TTY console."
msgstr ""
-#: src/virsh.c:4608
+#: src/virsh.c:4791
#, fuzzy
msgid "attach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4609
+#: src/virsh.c:4792
#, fuzzy
msgid "Attach device from an XML <file>."
msgstr "create a domain from an XML file"
-#: src/virsh.c:4615 src/virsh.c:4673
+#: src/virsh.c:4798 src/virsh.c:4856
msgid "XML file"
msgstr ""
-#: src/virsh.c:4636
+#: src/virsh.c:4819
msgid "attach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4650
+#: src/virsh.c:4833
#, fuzzy, c-format
msgid "Failed to attach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4654
+#: src/virsh.c:4837
msgid "Device attached successfully\n"
msgstr ""
-#: src/virsh.c:4666
+#: src/virsh.c:4849
#, fuzzy
msgid "detach device from an XML file"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4667
+#: src/virsh.c:4850
#, fuzzy
msgid "Detach device from an XML <file>"
msgstr "create a domain from an XML file"
-#: src/virsh.c:4694
+#: src/virsh.c:4877
msgid "detach-device: Missing <file> option"
msgstr ""
-#: src/virsh.c:4708
+#: src/virsh.c:4891
#, fuzzy, c-format
msgid "Failed to detach device from %s"
msgstr "Failed to get devices for domain %s\n"
-#: src/virsh.c:4712
+#: src/virsh.c:4895
msgid "Device detached successfully\n"
msgstr ""
-#: src/virsh.c:4724
+#: src/virsh.c:4907
#, fuzzy
msgid "attach network interface"
msgstr "invalid connection pointer in"
-#: src/virsh.c:4725
+#: src/virsh.c:4908
msgid "Attach new network interface."
msgstr ""
-#: src/virsh.c:4731 src/virsh.c:4847
+#: src/virsh.c:4914 src/virsh.c:5030
msgid "network interface type"
msgstr ""
-#: src/virsh.c:4732
+#: src/virsh.c:4915
#, fuzzy
msgid "source of network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4733
+#: src/virsh.c:4916
#, fuzzy
msgid "target network name"
msgstr "Start a domain."
-#: src/virsh.c:4734 src/virsh.c:4848
+#: src/virsh.c:4917 src/virsh.c:5031
#, fuzzy
msgid "MAC address"
msgstr "invalid argument in %s"
-#: src/virsh.c:4735
+#: src/virsh.c:4918
msgid "script used to bridge network interface"
msgstr ""
-#: src/virsh.c:4767
+#: src/virsh.c:4950
#, c-format
msgid "No support %s in command 'attach-interface'"
msgstr ""
-#: src/virsh.c:4823
+#: src/virsh.c:5006
msgid "Interface attached successfully\n"
msgstr ""
-#: src/virsh.c:4840
+#: src/virsh.c:5023
#, fuzzy
msgid "detach network interface"
msgstr "undefined domain name or id"
-#: src/virsh.c:4841
+#: src/virsh.c:5024
msgid "Detach network interface."
msgstr ""
-#: src/virsh.c:4886 src/virsh.c:4891
+#: src/virsh.c:5069 src/virsh.c:5074
#, fuzzy
msgid "Failed to get interface information"
msgstr "failed to get node information"
-#: src/virsh.c:4899
+#: src/virsh.c:5082
#, c-format
msgid "No found interface whose type is %s"
msgstr ""
-#: src/virsh.c:4921
+#: src/virsh.c:5104
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr ""
-#: src/virsh.c:4927 src/virsh.c:5203
+#: src/virsh.c:5110 src/virsh.c:5386
#, fuzzy
msgid "Failed to allocate memory"
msgstr "failed to allocate a node"
-#: src/virsh.c:4932 src/virsh.c:5208
+#: src/virsh.c:5115 src/virsh.c:5391
#, fuzzy
msgid "Failed to create XML"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:4940
+#: src/virsh.c:5123
msgid "Interface detached successfully\n"
msgstr ""
-#: src/virsh.c:4960
+#: src/virsh.c:5143
msgid "attach disk device"
msgstr ""
-#: src/virsh.c:4961
+#: src/virsh.c:5144
msgid "Attach new disk device."
msgstr ""
-#: src/virsh.c:4967
+#: src/virsh.c:5150
msgid "source of disk device"
msgstr ""
-#: src/virsh.c:4968 src/virsh.c:5131
+#: src/virsh.c:5151 src/virsh.c:5314
msgid "target of disk device"
msgstr ""
-#: src/virsh.c:4969
+#: src/virsh.c:5152
msgid "driver of disk device"
msgstr ""
-#: src/virsh.c:4970
+#: src/virsh.c:5153
msgid "subdriver of disk device"
msgstr ""
-#: src/virsh.c:4971
+#: src/virsh.c:5154
msgid "target device type"
msgstr ""
-#: src/virsh.c:4972
+#: src/virsh.c:5155
msgid "mode of device reading and writing"
msgstr ""
-#: src/virsh.c:5003 src/virsh.c:5012 src/virsh.c:5019
+#: src/virsh.c:5186 src/virsh.c:5195 src/virsh.c:5202
#, c-format
msgid "No support %s in command 'attach-disk'"
msgstr ""
-#: src/virsh.c:5108
+#: src/virsh.c:5291
msgid "Disk attached successfully\n"
msgstr ""
-#: src/virsh.c:5124
+#: src/virsh.c:5307
msgid "detach disk device"
msgstr ""
-#: src/virsh.c:5125
+#: src/virsh.c:5308
msgid "Detach disk device."
msgstr ""
-#: src/virsh.c:5166 src/virsh.c:5171 src/virsh.c:5178
+#: src/virsh.c:5349 src/virsh.c:5354 src/virsh.c:5361
#, fuzzy
msgid "Failed to get disk information"
msgstr "failed to get node information"
-#: src/virsh.c:5197
+#: src/virsh.c:5380
#, c-format
msgid "No found disk whose target is %s"
msgstr ""
-#: src/virsh.c:5216
+#: src/virsh.c:5399
msgid "Disk detached successfully\n"
msgstr ""
-#: src/virsh.c:5243
+#: src/virsh.c:5426
#, fuzzy, c-format
msgid "malloc: failed to allocate temporary file name: %s"
msgstr "failed to allocate a node"
-#: src/virsh.c:5254
+#: src/virsh.c:5437
#, fuzzy, c-format
msgid "mkstemp: failed to create temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5261
+#: src/virsh.c:5444
#, fuzzy, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5270
+#: src/virsh.c:5453
#, fuzzy, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5300
+#: src/virsh.c:5483
#, c-format
msgid ""
"%s: $EDITOR environment variable contains shell meta or other unacceptable "
"characters"
msgstr ""
-#: src/virsh.c:5307
+#: src/virsh.c:5490
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
-#: src/virsh.c:5314
+#: src/virsh.c:5497
#, fuzzy, c-format
msgid "virAsprintf: could not create editing command: %s"
msgstr "Failed to create domain %s\n"
-#: src/virsh.c:5322
+#: src/virsh.c:5505
#, fuzzy, c-format
msgid "%s: edit command failed: %s"
msgstr "domain name"
-#: src/virsh.c:5328
+#: src/virsh.c:5511
#, c-format
msgid "%s: command exited with non-zero status"
msgstr ""
-#: src/virsh.c:5343
+#: src/virsh.c:5526
#, fuzzy, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:5354
+#: src/virsh.c:5537
#, fuzzy
msgid "edit XML configuration for a domain"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5355
+#: src/virsh.c:5538
#, fuzzy
msgid "Edit the XML configuration for a domain."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5405
+#: src/virsh.c:5589
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr ""
-#: src/virsh.c:5421
+#: src/virsh.c:5605
msgid "ERROR: the XML configuration was changed by another user"
msgstr ""
-#: src/virsh.c:5431
+#: src/virsh.c:5615
#, fuzzy, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "failed to read configuration file"
-#: src/virsh.c:5456
+#: src/virsh.c:5640
#, fuzzy
msgid "edit XML configuration for a network"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5457
+#: src/virsh.c:5641
#, fuzzy
msgid "Edit the XML configuration for a network."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5473
+#: src/virsh.c:5657
#, fuzzy
msgid "edit XML configuration for a storage pool"
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5474
+#: src/virsh.c:5658
#, fuzzy
msgid "Edit the XML configuration for a storage pool."
msgstr "Undefine the configuration for an inactive domain."
-#: src/virsh.c:5490
+#: src/virsh.c:5674
msgid "quit this interactive terminal"
msgstr "quit this interactive terminal"
-#: src/virsh.c:5672
+#: src/virsh.c:5859
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "command '%s' requires <%s> option"
-#: src/virsh.c:5673
+#: src/virsh.c:5860
#, c-format
msgid "command '%s' requires --%s option"
msgstr "command '%s' requires --%s option"
-#: src/virsh.c:5700
+#: src/virsh.c:5887
#, c-format
msgid "command '%s' doesn't exist"
msgstr "command '%s' doesn't exist"
-#: src/virsh.c:5707
+#: src/virsh.c:5894
msgid " NAME\n"
msgstr " NAME\n"
-#: src/virsh.c:5710
+#: src/virsh.c:5897
#, fuzzy
msgid ""
"\n"
@@ -6583,17 +7165,17 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5719
+#: src/virsh.c:5906
#, fuzzy, c-format
msgid "[--%s <number>]"
msgstr "--%s <number>"
-#: src/virsh.c:5721
+#: src/virsh.c:5908
#, fuzzy, c-format
msgid "[--%s <string>]"
msgstr "--%s <string>"
-#: src/virsh.c:5734
+#: src/virsh.c:5921
msgid ""
"\n"
" DESCRIPTION\n"
@@ -6601,7 +7183,7 @@ msgstr ""
"\n"
" DESCRIPTION\n"
-#: src/virsh.c:5740
+#: src/virsh.c:5927
msgid ""
"\n"
" OPTIONS\n"
@@ -6609,61 +7191,61 @@ msgstr ""
"\n"
" OPTIONS\n"
-#: src/virsh.c:5745
+#: src/virsh.c:5932
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
-#: src/virsh.c:5747
+#: src/virsh.c:5934
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
-#: src/virsh.c:5900
+#: src/virsh.c:6087
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr ""
-#: src/virsh.c:5917
+#: src/virsh.c:6104
msgid "undefined domain name or id"
msgstr "undefined domain name or id"
-#: src/virsh.c:5949
+#: src/virsh.c:6136
#, c-format
msgid "failed to get domain '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:5965
+#: src/virsh.c:6152
#, fuzzy
msgid "undefined network name"
msgstr "undefined domain name or id"
-#: src/virsh.c:5989
+#: src/virsh.c:6176
#, fuzzy, c-format
msgid "failed to get network '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6002 src/virsh.c:6048
+#: src/virsh.c:6189 src/virsh.c:6235
#, fuzzy
msgid "undefined pool name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6026
+#: src/virsh.c:6213
#, fuzzy, c-format
msgid "failed to get pool '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6043
+#: src/virsh.c:6230
#, fuzzy
msgid "undefined vol name"
msgstr "undefined domain name or id"
-#: src/virsh.c:6079
+#: src/virsh.c:6266
#, fuzzy, c-format
msgid "failed to get vol '%s'"
msgstr "failed to get domain '%s'"
-#: src/virsh.c:6110
+#: src/virsh.c:6300
#, c-format
msgid ""
"\n"
@@ -6674,131 +7256,131 @@ msgstr ""
"(Time: %.3f ms)\n"
"\n"
-#: src/virsh.c:6184
+#: src/virsh.c:6374
msgid "missing \""
msgstr "missing \""
-#: src/virsh.c:6245
+#: src/virsh.c:6435
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "unexpected token (command name): '%s'"
-#: src/virsh.c:6250
+#: src/virsh.c:6440
#, c-format
msgid "unknown command: '%s'"
msgstr "unknown command: '%s'"
-#: src/virsh.c:6257
+#: src/virsh.c:6447
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "command '%s' doesn't support option --%s"
-#: src/virsh.c:6272
+#: src/virsh.c:6462
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "expected syntax: --%s <%s>"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "number"
msgstr "number"
-#: src/virsh.c:6275
+#: src/virsh.c:6465
msgid "string"
msgstr "string"
-#: src/virsh.c:6281
+#: src/virsh.c:6471
#, c-format
msgid "unexpected data '%s'"
msgstr "unexpected data '%s'"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "OPTION"
msgstr "OPTION"
-#: src/virsh.c:6303
+#: src/virsh.c:6493
msgid "DATA"
msgstr "DATA"
-#: src/virsh.c:6354 src/virsh.c:6376
+#: src/virsh.c:6544 src/virsh.c:6566
msgid "idle"
msgstr ""
-#: src/virsh.c:6356
+#: src/virsh.c:6546
msgid "paused"
msgstr "paused"
-#: src/virsh.c:6358
+#: src/virsh.c:6548
msgid "in shutdown"
msgstr "in shutdown"
-#: src/virsh.c:6360
+#: src/virsh.c:6550
msgid "shut off"
msgstr "shut off"
-#: src/virsh.c:6362
+#: src/virsh.c:6552
msgid "crashed"
msgstr "crashed"
-#: src/virsh.c:6374
+#: src/virsh.c:6564
msgid "offline"
msgstr "offline"
-#: src/virsh.c:6393
+#: src/virsh.c:6583
msgid "no valid connection"
msgstr "no valid connection"
-#: src/virsh.c:6440
+#: src/virsh.c:6630
#, c-format
msgid "%s: error: "
msgstr "%s: error: "
-#: src/virsh.c:6442
+#: src/virsh.c:6632
msgid "error: "
msgstr "error: "
-#: src/virsh.c:6464 src/virsh.c:6476 src/virsh.c:6489
+#: src/virsh.c:6654 src/virsh.c:6666 src/virsh.c:6679
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6503
+#: src/virsh.c:6693
#, fuzzy, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: failed to allocate %d bytes"
-#: src/virsh.c:6532
+#: src/virsh.c:6722
msgid "failed to connect to the hypervisor"
msgstr "failed to connect to the hypervisor"
-#: src/virsh.c:6564
+#: src/virsh.c:6754
#, fuzzy
msgid "failed to get the log file information"
msgstr "failed to get node information"
-#: src/virsh.c:6569
+#: src/virsh.c:6759
msgid "the log path is not a file"
msgstr ""
-#: src/virsh.c:6576
+#: src/virsh.c:6766
msgid "failed to open the log file. check the log file path"
msgstr ""
-#: src/virsh.c:6644
+#: src/virsh.c:6834
#, fuzzy
msgid "failed to write the log file"
msgstr "failed to write configuration file"
-#: src/virsh.c:6659
+#: src/virsh.c:6849
#, fuzzy, c-format
msgid "%s: failed to write log file: %s"
msgstr "failed to write configuration file"
-#: src/virsh.c:6836
+#: src/virsh.c:7029
#, fuzzy
msgid "failed to disconnect from the hypervisor"
msgstr "Failed to disconnect from the hypervisor"
-#: src/virsh.c:6851
+#: src/virsh.c:7044
#, fuzzy, c-format
msgid ""
"\n"
@@ -6829,7 +7411,7 @@ msgstr ""
"\n"
" commands (non interactive mode):\n"
-#: src/virsh.c:6869
+#: src/virsh.c:7062
#, fuzzy
msgid ""
"\n"
@@ -6840,17 +7422,17 @@ msgstr ""
" (specify --help <command> for details about the command)\n"
"\n"
-#: src/virsh.c:6962
+#: src/virsh.c:7155
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "unsupported option '-%c'. See --help."
-#: src/virsh.c:6970
+#: src/virsh.c:7163
#, c-format
msgid "extra argument '%s'. See --help."
msgstr ""
-#: src/virsh.c:7052
+#: src/virsh.c:7245
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
@@ -6859,7 +7441,7 @@ msgstr ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
-#: src/virsh.c:7055
+#: src/virsh.c:7248
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
@@ -6869,478 +7451,492 @@ msgstr ""
" 'quit' to quit\n"
"\n"
-#: src/virterror.c:192
+#: src/virterror.c:195
#, fuzzy
msgid "Unknown failure"
msgstr "unknown host"
-#: src/virterror.c:473
+#: src/virterror.c:509
msgid "warning"
msgstr "warning"
-#: src/virterror.c:476
+#: src/virterror.c:512
msgid "error"
msgstr "error"
-#: src/virterror.c:598
+#: src/virterror.c:634
msgid "No error message provided"
msgstr "No error message provided"
-#: src/virterror.c:661
+#: src/virterror.c:697
#, c-format
msgid "internal error %s"
msgstr "internal error %s"
-#: src/virterror.c:663
+#: src/virterror.c:699
msgid "internal error"
msgstr "internal error"
-#: src/virterror.c:670
+#: src/virterror.c:702
+msgid "out of memory"
+msgstr "out of memory"
+
+#: src/virterror.c:706
#, fuzzy
msgid "this function is not supported by the hypervisor"
msgstr "no support for hypervisor"
-#: src/virterror.c:672
+#: src/virterror.c:708
#, fuzzy, c-format
msgid "this function is not supported by the hypervisor: %s"
msgstr "no support for hypervisor %s"
-#: src/virterror.c:676
+#: src/virterror.c:712
msgid "could not connect to hypervisor"
msgstr "could not connect to hypervisor"
-#: src/virterror.c:678
+#: src/virterror.c:714
#, c-format
msgid "could not connect to %s"
msgstr "could not connect to %s"
-#: src/virterror.c:682
+#: src/virterror.c:718
msgid "invalid connection pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:684
+#: src/virterror.c:720
#, c-format
msgid "invalid connection pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:688
+#: src/virterror.c:724
msgid "invalid domain pointer in"
msgstr "invalid domain pointer in"
-#: src/virterror.c:690
+#: src/virterror.c:726
#, c-format
msgid "invalid domain pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:694
+#: src/virterror.c:730
msgid "invalid argument in"
msgstr "invalid argument in"
-#: src/virterror.c:696
+#: src/virterror.c:732
#, c-format
msgid "invalid argument in %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:700
+#: src/virterror.c:736
#, c-format
msgid "operation failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:702
+#: src/virterror.c:738
msgid "operation failed"
msgstr "operation failed"
-#: src/virterror.c:706
+#: src/virterror.c:742
#, c-format
msgid "GET operation failed: %s"
msgstr "GET operation failed: %s"
-#: src/virterror.c:708
+#: src/virterror.c:744
msgid "GET operation failed"
msgstr "GET operation failed"
-#: src/virterror.c:712
+#: src/virterror.c:748
#, c-format
msgid "POST operation failed: %s"
msgstr "POST operation failed: %s"
-#: src/virterror.c:714
+#: src/virterror.c:750
msgid "POST operation failed"
msgstr "POST operation failed"
-#: src/virterror.c:717
+#: src/virterror.c:753
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "got unknown HTTP error code %d"
-#: src/virterror.c:721
+#: src/virterror.c:757
#, c-format
msgid "unknown host %s"
msgstr "unknown host %s"
-#: src/virterror.c:723
+#: src/virterror.c:759
msgid "unknown host"
msgstr "unknown host"
-#: src/virterror.c:727
+#: src/virterror.c:763
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "failed to serialize S-Expr: %s"
-#: src/virterror.c:729
+#: src/virterror.c:765
msgid "failed to serialize S-Expr"
msgstr "failed to serialize S-Expr"
-#: src/virterror.c:733
+#: src/virterror.c:769
msgid "could not use Xen hypervisor entry"
msgstr "could not use Xen hypervisor entry"
-#: src/virterror.c:735
+#: src/virterror.c:771
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "could not use Xen hypervisor entry %s"
-#: src/virterror.c:739
+#: src/virterror.c:775
msgid "could not connect to Xen Store"
msgstr "could not connect to Xen Store"
-#: src/virterror.c:741
+#: src/virterror.c:777
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "could not connect to Xen Store %s"
-#: src/virterror.c:744
+#: src/virterror.c:780
#, fuzzy, c-format
msgid "failed Xen syscall %s"
msgstr "failed Xen syscall %s %d"
-#: src/virterror.c:748
+#: src/virterror.c:784
msgid "unknown OS type"
msgstr "unknown OS type"
-#: src/virterror.c:750
+#: src/virterror.c:786
#, c-format
msgid "unknown OS type %s"
msgstr "unknown OS type %s"
-#: src/virterror.c:753
+#: src/virterror.c:789
msgid "missing kernel information"
msgstr "missing kernel information"
-#: src/virterror.c:757
+#: src/virterror.c:793
msgid "missing root device information"
msgstr "missing root device information"
-#: src/virterror.c:759
+#: src/virterror.c:795
#, c-format
msgid "missing root device information in %s"
msgstr "missing root device information in %s"
-#: src/virterror.c:763
+#: src/virterror.c:799
msgid "missing source information for device"
msgstr "missing source information for device"
-#: src/virterror.c:765
+#: src/virterror.c:801
#, c-format
msgid "missing source information for device %s"
msgstr "missing source information for device %s"
-#: src/virterror.c:769
+#: src/virterror.c:805
msgid "missing target information for device"
msgstr "missing target information for device"
-#: src/virterror.c:771
+#: src/virterror.c:807
#, c-format
msgid "missing target information for device %s"
msgstr "missing target information for device %s"
-#: src/virterror.c:775
+#: src/virterror.c:811
msgid "missing domain name information"
msgstr "missing domain name information"
-#: src/virterror.c:777
+#: src/virterror.c:813
#, c-format
msgid "missing domain name information in %s"
msgstr "missing domain name information in %s"
-#: src/virterror.c:781
+#: src/virterror.c:817
msgid "missing operating system information"
msgstr "missing operating system information"
-#: src/virterror.c:783
+#: src/virterror.c:819
#, c-format
msgid "missing operating system information for %s"
msgstr "missing operating system information for %s"
-#: src/virterror.c:787
+#: src/virterror.c:823
msgid "missing devices information"
msgstr "missing devices information"
-#: src/virterror.c:789
+#: src/virterror.c:825
#, c-format
msgid "missing devices information for %s"
msgstr "missing devices information for %s"
-#: src/virterror.c:793
+#: src/virterror.c:829
msgid "too many drivers registered"
msgstr "too many drivers registered"
-#: src/virterror.c:795
+#: src/virterror.c:831
#, c-format
msgid "too many drivers registered in %s"
msgstr "too many drivers registered in %s"
-#: src/virterror.c:799
+#: src/virterror.c:835
msgid "library call failed, possibly not supported"
msgstr "library call failed, possibly not supported"
-#: src/virterror.c:801
+#: src/virterror.c:837
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "library call %s failed, possibly not supported"
-#: src/virterror.c:805
+#: src/virterror.c:841
msgid "XML description not well formed or invalid"
msgstr "XML description not well formed or invalid"
-#: src/virterror.c:807
+#: src/virterror.c:843
#, c-format
msgid "XML description for %s is not well formed or invalid"
msgstr "XML description for %s is not well formed or invalid"
-#: src/virterror.c:811
+#: src/virterror.c:847
msgid "this domain exists already"
msgstr "this domain exists already"
-#: src/virterror.c:813
+#: src/virterror.c:849
#, c-format
msgid "domain %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:817
+#: src/virterror.c:853
msgid "operation forbidden for read only access"
msgstr "operation forbidden for read only access"
-#: src/virterror.c:819
+#: src/virterror.c:855
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operation %s forbidden for read only access"
-#: src/virterror.c:823
+#: src/virterror.c:859
msgid "failed to open configuration file for reading"
msgstr "failed to open configuration file for reading"
-#: src/virterror.c:825
+#: src/virterror.c:861
#, c-format
msgid "failed to open %s for reading"
msgstr "failed to open %s for reading"
-#: src/virterror.c:829
+#: src/virterror.c:865
msgid "failed to read configuration file"
msgstr "failed to read configuration file"
-#: src/virterror.c:831
+#: src/virterror.c:867
#, c-format
msgid "failed to read configuration file %s"
msgstr "failed to read configuration file %s"
-#: src/virterror.c:835
+#: src/virterror.c:871
msgid "failed to parse configuration file"
msgstr "failed to parse configuration file"
-#: src/virterror.c:837
+#: src/virterror.c:873
#, c-format
msgid "failed to parse configuration file %s"
msgstr "failed to parse configuration file %s"
-#: src/virterror.c:841
+#: src/virterror.c:877
msgid "configuration file syntax error"
msgstr "configuration file syntax error"
-#: src/virterror.c:843
+#: src/virterror.c:879
#, c-format
msgid "configuration file syntax error: %s"
msgstr "configuration file syntax error: %s"
-#: src/virterror.c:847
+#: src/virterror.c:883
msgid "failed to write configuration file"
msgstr "failed to write configuration file"
-#: src/virterror.c:849
+#: src/virterror.c:885
#, c-format
msgid "failed to write configuration file: %s"
msgstr "failed to write configuration file: %s"
-#: src/virterror.c:853
+#: src/virterror.c:889
msgid "parser error"
msgstr "parser error"
-#: src/virterror.c:859
+#: src/virterror.c:895
#, fuzzy
msgid "invalid network pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:861
+#: src/virterror.c:897
#, fuzzy, c-format
msgid "invalid network pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:865
+#: src/virterror.c:901
#, fuzzy
msgid "this network exists already"
msgstr "this domain exists already"
-#: src/virterror.c:867
+#: src/virterror.c:903
#, fuzzy, c-format
msgid "network %s exists already"
msgstr "domain %s exists already"
-#: src/virterror.c:871
+#: src/virterror.c:907
#, fuzzy
msgid "system call error"
msgstr "internal error"
-#: src/virterror.c:877
+#: src/virterror.c:913
#, fuzzy
msgid "RPC error"
msgstr "error"
-#: src/virterror.c:883
+#: src/virterror.c:919
#, fuzzy
msgid "GNUTLS call error"
msgstr "internal error"
-#: src/virterror.c:889
+#: src/virterror.c:925
#, fuzzy
msgid "Failed to find the network"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:891
+#: src/virterror.c:927
#, fuzzy, c-format
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:895
+#: src/virterror.c:931
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
-#: src/virterror.c:897
+#: src/virterror.c:933
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:901
+#: src/virterror.c:937
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
-#: src/virterror.c:903
+#: src/virterror.c:939
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:907
+#: src/virterror.c:943
#, fuzzy
msgid "invalid MAC address"
msgstr "invalid argument in %s"
-#: src/virterror.c:909
+#: src/virterror.c:945
#, fuzzy, c-format
msgid "invalid MAC address: %s"
msgstr "invalid argument in %s"
-#: src/virterror.c:913
+#: src/virterror.c:949
#, fuzzy
msgid "authentication failed"
msgstr "operation failed"
-#: src/virterror.c:915
+#: src/virterror.c:951
#, fuzzy, c-format
msgid "authentication failed: %s"
msgstr "operation failed: %s"
-#: src/virterror.c:919
+#: src/virterror.c:955
#, fuzzy
msgid "Storage pool not found"
msgstr "domain name or uuid"
-#: src/virterror.c:921
+#: src/virterror.c:957
#, fuzzy, c-format
msgid "Storage pool not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:925
+#: src/virterror.c:961
#, fuzzy
msgid "Storage volume not found"
msgstr "domain name or uuid"
-#: src/virterror.c:927
+#: src/virterror.c:963
#, fuzzy, c-format
msgid "Storage volume not found: %s"
msgstr "Domain %s created from %s\n"
-#: src/virterror.c:931
+#: src/virterror.c:967
#, fuzzy
msgid "invalid storage pool pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:933
+#: src/virterror.c:969
#, fuzzy, c-format
msgid "invalid storage pool pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:937
+#: src/virterror.c:973
#, fuzzy
msgid "invalid storage volume pointer in"
msgstr "invalid connection pointer in"
-#: src/virterror.c:939
+#: src/virterror.c:975
#, fuzzy, c-format
msgid "invalid storage volume pointer in %s"
msgstr "invalid connection pointer in %s"
-#: src/virterror.c:943
+#: src/virterror.c:979
#, fuzzy
msgid "Failed to find a storage driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:945
+#: src/virterror.c:981
#, fuzzy, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:949
+#: src/virterror.c:985
#, fuzzy
msgid "Failed to find a node driver"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:951
+#: src/virterror.c:987
#, fuzzy, c-format
msgid "Failed to find a node driver: %s"
msgstr "Failed to undefine domain %s"
-#: src/virterror.c:955
+#: src/virterror.c:991
#, fuzzy
msgid "invalid node device pointer"
msgstr "invalid connection pointer in"
-#: src/virterror.c:957
+#: src/virterror.c:993
#, fuzzy, c-format
msgid "invalid node device pointer in %s"
msgstr "invalid domain pointer in %s"
-#: src/virterror.c:961
+#: src/virterror.c:997
#, fuzzy
msgid "Node device not found"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:963
+#: src/virterror.c:999
#, fuzzy, c-format
msgid "Node device not found: %s"
msgstr "Domain restored from %s\n"
-#: src/virterror.c:1026
+#: src/virterror.c:1003
+#, fuzzy
+msgid "Security model not found"
+msgstr "domain name or uuid"
+
+#: src/virterror.c:1005
+#, fuzzy, c-format
+msgid "Security model not found: %s"
+msgstr "Domain %s created from %s\n"
+
+#: src/virterror.c:1068
#, fuzzy
msgid "internal error: buffer too small"
msgstr "internal error %s"
@@ -7410,7 +8006,7 @@ msgstr ""
msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)"
msgstr ""
-#: src/xen_internal.c:2549 src/xen_internal.c:2560
+#: src/xen_internal.c:2550 src/xen_internal.c:2561
#, fuzzy, c-format
msgid "cannot read file %s"
msgstr "Failed to create domain %s\n"
@@ -7465,7 +8061,7 @@ msgstr "domain information incorrect domid not numeric"
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:1047 src/xend_internal.c:2186 src/xend_internal.c:2193
+#: src/xend_internal.c:1047 src/xend_internal.c:2187 src/xend_internal.c:2194
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@@ -7510,226 +8106,233 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
-#: src/xend_internal.c:1807
+#: src/xend_internal.c:1808
#, fuzzy, c-format
msgid "malformed mac address '%s'"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:1888
+#: src/xend_internal.c:1889
#, fuzzy, c-format
msgid "unexpected sound model %s"
msgstr "unexpected dict node"
-#: src/xend_internal.c:2073
+#: src/xend_internal.c:2074
#, fuzzy, c-format
msgid "unknown graphics type '%s'"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2173
+#: src/xend_internal.c:2174
#, fuzzy
msgid "domain information incomplete, missing id"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:2241
+#: src/xend_internal.c:2242
#, fuzzy, c-format
msgid "invalid CPU mask %s"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:2252 src/xend_internal.c:2262 src/xend_internal.c:2272
+#: src/xend_internal.c:2253 src/xend_internal.c:2263 src/xend_internal.c:2273
#, fuzzy, c-format
msgid "unknown lifecycle type %s"
msgstr "unknown OS type %s"
-#: src/xend_internal.c:2648
+#: src/xend_internal.c:2649
#, fuzzy
msgid "topology syntax error"
msgstr "configuration file syntax error"
-#: src/xend_internal.c:2712
+#: src/xend_internal.c:2713
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:3183
+#: src/xend_internal.c:2834 src/xend_internal.c:2861 src/xend_internal.c:2889
+#: src/xend_internal.c:2918 src/xend_internal.c:2949 src/xend_internal.c:3024
+#: src/xend_internal.c:3061 src/xend_internal.c:3635
+#, fuzzy, c-format
+msgid "Domain %s isn't running."
+msgstr "Domain is already active"
+
+#: src/xend_internal.c:3219
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr ""
-#: src/xend_internal.c:3806 src/xend_internal.c:4285 src/xm_internal.c:1740
+#: src/xend_internal.c:3846 src/xend_internal.c:4327 src/xm_internal.c:1740
#, fuzzy
msgid "failed to build sexpr"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:3910
+#: src/xend_internal.c:3950
#, fuzzy
msgid "unsupported device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4015
+#: src/xend_internal.c:4055
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4056
+#: src/xend_internal.c:4096
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr ""
-#: src/xend_internal.c:4064
+#: src/xend_internal.c:4104
#, fuzzy
msgid "unexpected value from on_xend_start"
msgstr "unexpected value node"
-#: src/xend_internal.c:4075
+#: src/xend_internal.c:4115
#, fuzzy
msgid "no memory"
msgstr "node memory"
-#: src/xend_internal.c:4081
+#: src/xend_internal.c:4121
#, fuzzy
msgid "sexpr2string failed"
msgstr "operation failed"
-#: src/xend_internal.c:4086
+#: src/xend_internal.c:4126
#, fuzzy
msgid "Failed to redefine sexpr"
msgstr "Failed to undefine domain %s"
-#: src/xend_internal.c:4091
+#: src/xend_internal.c:4131
msgid "on_xend_start not present in sexpr"
msgstr ""
-#: src/xend_internal.c:4122
+#: src/xend_internal.c:4162
#, fuzzy, c-format
msgid "unable to resolve name %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4158
+#: src/xend_internal.c:4198
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
-#: src/xend_internal.c:4168
+#: src/xend_internal.c:4208
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
-#: src/xend_internal.c:4180
+#: src/xend_internal.c:4220
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr ""
-#: src/xend_internal.c:4193
+#: src/xend_internal.c:4233
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr ""
-#: src/xend_internal.c:4198
+#: src/xend_internal.c:4238
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
-#: src/xend_internal.c:4205
+#: src/xend_internal.c:4245
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr ""
-#: src/xend_internal.c:4225
+#: src/xend_internal.c:4265
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr ""
-#: src/xend_internal.c:4279
+#: src/xend_internal.c:4321
#, fuzzy
msgid "failed to parse domain description"
msgstr "failed to parse Xend domain information"
-#: src/xend_internal.c:4295
+#: src/xend_internal.c:4337
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
-#: src/xend_internal.c:4451 src/xend_internal.c:4527 src/xend_internal.c:4617
+#: src/xend_internal.c:4493 src/xend_internal.c:4569 src/xend_internal.c:4659
msgid "unsupported in xendConfigVersion < 4"
msgstr ""
-#: src/xend_internal.c:4463
+#: src/xend_internal.c:4505
#, fuzzy
msgid "node information incomplete, missing scheduler name"
msgstr "domain information incomplete, missing name"
-#: src/xend_internal.c:4469 src/xend_internal.c:4476
+#: src/xend_internal.c:4511 src/xend_internal.c:4518
msgid "strdup failed"
msgstr ""
-#: src/xend_internal.c:4481 src/xend_internal.c:4575 src/xend_internal.c:4687
+#: src/xend_internal.c:4523 src/xend_internal.c:4617 src/xend_internal.c:4729
#, fuzzy
msgid "Unknown scheduler"
msgstr "unknown host"
-#: src/xend_internal.c:4540 src/xend_internal.c:4630
+#: src/xend_internal.c:4582 src/xend_internal.c:4672
#, fuzzy
msgid "Failed to get a scheduler name"
msgstr "failed to get hypervisor type"
-#: src/xend_internal.c:4553 src/xend_internal.c:4666
+#: src/xend_internal.c:4595 src/xend_internal.c:4708
#, fuzzy
msgid "domain information incomplete, missing cpu_weight"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4558 src/xend_internal.c:4675
+#: src/xend_internal.c:4600 src/xend_internal.c:4717
#, fuzzy
msgid "domain information incomplete, missing cpu_cap"
msgstr "domain information incomplete, missing uuid"
-#: src/xend_internal.c:4733
+#: src/xend_internal.c:4775
msgid "domainBlockPeek is not supported for dom0"
msgstr ""
-#: src/xend_internal.c:4754
+#: src/xend_internal.c:4796
#, fuzzy, c-format
msgid "%s: invalid path"
msgstr "invalid argument in %s"
-#: src/xend_internal.c:4762
+#: src/xend_internal.c:4804
#, fuzzy, c-format
msgid "failed to open for reading: %s"
msgstr "failed to open %s for reading"
-#: src/xend_internal.c:4774
+#: src/xend_internal.c:4816
#, fuzzy, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Failed to suspend domain %s"
-#: src/xend_internal.c:4857 src/xend_internal.c:4903
+#: src/xend_internal.c:4899 src/xend_internal.c:4945
#, fuzzy, c-format
msgid "unexpected graphics type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:4946
+#: src/xend_internal.c:4988
#, fuzzy
msgid "unexpected chr device type"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5024
+#: src/xend_internal.c:5066
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr ""
-#: src/xend_internal.c:5036
+#: src/xend_internal.c:5078
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr ""
-#: src/xend_internal.c:5136 src/xm_internal.c:1905
+#: src/xend_internal.c:5178 src/xm_internal.c:1905
#, fuzzy, c-format
msgid "unsupported network type %d"
msgstr "unexpected mime type"
-#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325
+#: src/xend_internal.c:5353 src/xend_internal.c:5360 src/xend_internal.c:5367
#, fuzzy, c-format
msgid "unexpected lifecycle value %d"
msgstr "unexpected value node"
-#: src/xend_internal.c:5342
+#: src/xend_internal.c:5384
#, fuzzy
msgid "no HVM domain loader"
msgstr "node domain list"
-#: src/xend_internal.c:5561
+#: src/xend_internal.c:5603
#, fuzzy
msgid "hotplug of device type not supported"
msgstr "library call failed, possibly not supported"
@@ -7808,49 +8411,49 @@ msgstr "failed to write configuration file: %s"
msgid "unexpected lifecycle action %d"
msgstr "unexpected dict node"
-#: src/xm_internal.c:2374
+#: src/xm_internal.c:2373
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2380
+#: src/xm_internal.c:2379
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
-#: src/xm_internal.c:2391 src/xm_internal.c:2398
+#: src/xm_internal.c:2390 src/xm_internal.c:2397
#, fuzzy
msgid "failed to remove old domain from config map"
msgstr "Failed to restore domain from %s"
-#: src/xm_internal.c:2407
+#: src/xm_internal.c:2406
msgid "config file name is too long"
msgstr ""
-#: src/xm_internal.c:2425
+#: src/xm_internal.c:2424
#, fuzzy
msgid "unable to get current time"
msgstr "domain memory"
-#: src/xm_internal.c:2434 src/xm_internal.c:2441
+#: src/xm_internal.c:2433 src/xm_internal.c:2440
#, fuzzy
msgid "unable to store config file handle"
msgstr "failed to read configuration file %s"
-#: src/xm_internal.c:2672 src/xm_internal.c:2773
+#: src/xm_internal.c:2671 src/xm_internal.c:2772
#, fuzzy
msgid "unknown device"
msgstr "unknown OS type"
-#: src/xm_internal.c:2831
+#: src/xm_internal.c:2830
#, c-format
msgid "cannot check link %s points to config %s"
msgstr ""
-#: src/xm_internal.c:2860
+#: src/xm_internal.c:2859
#, fuzzy, c-format
msgid "failed to create link %s to %s"
msgstr "Failed to create domain %s\n"
-#: src/xm_internal.c:2868
+#: src/xm_internal.c:2867
#, fuzzy, c-format
msgid "failed to remove link %s"
msgstr "Failed to suspend domain %s"
@@ -7859,19 +8462,34 @@ msgstr "Failed to suspend domain %s"
msgid "Invalid parameter to virXPathString()"
msgstr ""
-#: src/xml.c:101 src/xml.c:143 src/xml.c:198
+#: src/xml.c:101
+#, c-format
+msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()"
+msgstr ""
+
+#: src/xml.c:131
msgid "Invalid parameter to virXPathNumber()"
msgstr ""
-#: src/xml.c:256
+#: src/xml.c:162
+#, fuzzy
+msgid "Invalid parameter to virXPathLong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:249 src/xml.c:347
+#, fuzzy
+msgid "Invalid parameter to virXPathULong()"
+msgstr "invalid argument in"
+
+#: src/xml.c:405
msgid "Invalid parameter to virXPathBoolean()"
msgstr ""
-#: src/xml.c:294
+#: src/xml.c:443
msgid "Invalid parameter to virXPathNode()"
msgstr ""
-#: src/xml.c:336
+#: src/xml.c:485
msgid "Invalid parameter to virXPathNodeSet()"
msgstr ""
@@ -7897,16 +8515,44 @@ msgstr ""
msgid "adding watch @introduceDomain"
msgstr ""
-#: src/xs_internal.c:1120
+#: src/xs_internal.c:1119
#, fuzzy
msgid "watch already tracked"
msgstr "Domain is already active"
-#: src/xs_internal.c:1136
+#: src/xs_internal.c:1135
#, fuzzy
msgid "reallocating list"
msgstr "allocating domain"
+#, fuzzy
+#~ msgid "failed to get sock address %d (%s)"
+#~ msgstr "Failed to save domain %s to %s"
+
+#, fuzzy
+#~ msgid "failed to get peer address %d (%s)"
+#~ msgstr "failed to get node information"
+
+#, fuzzy
+#~ msgid "Failed to set non-blocking file descriptor flag\n"
+#~ msgstr "failed to parse Xend domain information"
+
+#, fuzzy
+#~ msgid "failed to create logfile %s: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "Unable to set VM logfile close-on-exec flag: %s"
+#~ msgstr "failed to write configuration file"
+
+#, fuzzy
+#~ msgid "qemudStartup: out of memory\n"
+#~ msgstr "out of memory"
+
+#, fuzzy
+#~ msgid "Unable to close logfile %d: %s\n"
+#~ msgstr "failed to write configuration file"
+
#~ msgid "allocating configuration"
#~ msgstr "allocating configuration"
@@ -7957,10 +8603,6 @@ msgstr "allocating domain"
#~ msgstr "Failed to start domain %s"
#, fuzzy
-#~ msgid "open(%s) failed: %s"
-#~ msgstr "operation failed: %s"
-
-#, fuzzy
#~ msgid "clone() failed, %s"
#~ msgstr "allocate value array"
@@ -8265,10 +8907,6 @@ msgstr "allocating domain"
#~ msgstr "blocked"
#, fuzzy
-#~ msgid "invalid interface type: %s"
-#~ msgstr "invalid argument in %s"
-
-#, fuzzy
#~ msgid "No storage for network name"
#~ msgstr "Start a domain."
@@ -8293,10 +8931,6 @@ msgstr "allocating domain"
#~ msgstr "missing root device information"
#, fuzzy
-#~ msgid "missing domain type"
-#~ msgstr "missing domain name information"
-
-#, fuzzy
#~ msgid "invalid domain id"
#~ msgstr "invalid domain pointer in"
@@ -8309,10 +8943,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot create tty pid file %s: %s"
-#~ msgstr "failed to write configuration file: %s"
-
-#, fuzzy
#~ msgid "cannot fdopen tty pid file %s: %s"
#~ msgstr "Failed to suspend domain %s"
@@ -8321,10 +8951,6 @@ msgstr "allocating domain"
#~ msgstr "failed to write configuration file: %s"
#, fuzzy
-#~ msgid "cannot open tty pid file %s: %s"
-#~ msgstr "Failed to suspend domain %s"
-
-#, fuzzy
#~ msgid "failed to calloc memory for init string: %s"
#~ msgstr "failed to allocate a node"
@@ -8436,10 +9062,6 @@ msgstr "allocating domain"
#~ msgstr "missing source information for device"
#, fuzzy
-#~ msgid "invalid sound model '%s'"
-#~ msgstr "invalid domain pointer in %s"
-
-#, fuzzy
#~ msgid "malformed memory information"
#~ msgstr "node information"
@@ -8610,6 +9232,3 @@ msgstr "allocating domain"
#, fuzzy
#~ msgid "file conatining an XML network description"
#~ msgstr "file conatining an XML domain description"
-
-#~ msgid "Failed to resume new domain %s\n"
-#~ msgstr "Failed to resume new domain %s\n"
diff --git a/proxy/Makefile.in b/proxy/Makefile.in
index e8c7ffe..f0a9c3c 100644
--- a/proxy/Makefile.in
+++ b/proxy/Makefile.in
@@ -515,6 +515,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
diff --git a/proxy/libvirt_proxy.c b/proxy/libvirt_proxy.c
index 863dc32..e008a7f 100644
--- a/proxy/libvirt_proxy.c
+++ b/proxy/libvirt_proxy.c
@@ -351,8 +351,11 @@ proxyWriteClientSocket(int nr, virProxyPacketPtr req) {
static int
proxyReadClientSocket(int nr) {
virDomainDefPtr def;
- virProxyFullPacket request;
- virProxyPacketPtr req = (virProxyPacketPtr) &request;
+ union {
+ virProxyFullPacket full_request;
+ virProxyPacket request;
+ } r;
+ virProxyPacketPtr req = &r.request;
int ret;
char *xml, *ostype;
@@ -398,7 +401,7 @@ retry:
*/
if (req->len > ret) {
int total, extra;
- char *base = (char *) &request;
+ char *base = (char *) &r;
total = ret;
while (total < req->len) {
@@ -444,8 +447,8 @@ retry2:
if (req->len != sizeof(virProxyPacket))
goto comm_error;
- maxids = sizeof(request.extra.arg) / sizeof(int);
- ret = xenHypervisorListDomains(conn, &request.extra.arg[0],
+ maxids = sizeof(r.full_request.extra.arg) / sizeof(int);
+ ret = xenHypervisorListDomains(conn, &r.full_request.extra.arg[0],
maxids);
if (ret < 0) {
req->len = sizeof(virProxyPacket);
@@ -469,9 +472,9 @@ retry2:
case VIR_PROXY_DOMAIN_INFO:
if (req->len != sizeof(virProxyPacket))
goto comm_error;
- memset(&request.extra.dinfo, 0, sizeof(virDomainInfo));
+ memset(&r.full_request.extra.dinfo, 0, sizeof(virDomainInfo));
ret = xenHypervisorGetDomInfo(conn, req->data.arg,
- &request.extra.dinfo);
+ &r.full_request.extra.dinfo);
if (ret < 0) {
req->data.arg = -1;
} else {
@@ -495,8 +498,8 @@ retry2:
name[1000] = 0;
}
req->len += VIR_UUID_BUFLEN + len + 1;
- memcpy(&request.extra.str[0], uuid, VIR_UUID_BUFLEN);
- strcpy(&request.extra.str[VIR_UUID_BUFLEN], name);
+ memcpy(&r.full_request.extra.str[0], uuid, VIR_UUID_BUFLEN);
+ strcpy(&r.full_request.extra.str[VIR_UUID_BUFLEN], name);
}
free(name);
break;
@@ -521,7 +524,7 @@ retry2:
if (names != NULL) {
while (*tmp != NULL) {
ident = xenDaemonDomainLookupByName_ids(conn, *tmp, &uuid[0]);
- if (!memcmp(uuid, &request.extra.str[0], VIR_UUID_BUFLEN)) {
+ if (!memcmp(uuid, &r.full_request.extra.str[0], VIR_UUID_BUFLEN)) {
name = *tmp;
break;
}
@@ -539,7 +542,7 @@ retry2:
name[1000] = 0;
}
req->len = sizeof(virProxyPacket) + len + 1;
- strcpy(&request.extra.str[0], name);
+ strcpy(&r.full_request.extra.str[0], name);
req->data.arg = ident;
}
free(names);
@@ -553,14 +556,14 @@ retry2:
goto comm_error;
ident = xenDaemonDomainLookupByName_ids(conn,
- &request.extra.str[0], &uuid[0]);
+ &r.full_request.extra.str[0], &uuid[0]);
if (ident < 0) {
/* not found */
req->data.arg = -1;
req->len = sizeof(virProxyPacket);
} else {
req->len = sizeof(virProxyPacket) + VIR_UUID_BUFLEN;
- memcpy(&request.extra.str[0], uuid, VIR_UUID_BUFLEN);
+ memcpy(&r.full_request.extra.str[0], uuid, VIR_UUID_BUFLEN);
req->data.arg = ident;
}
break;
@@ -574,7 +577,7 @@ retry2:
* cache them ? Since it's probably an unfrequent call better
* not make assumption and do the xend RPC each call.
*/
- ret = xenDaemonNodeGetInfo(conn, &request.extra.ninfo);
+ ret = xenDaemonNodeGetInfo(conn, &r.full_request.extra.ninfo);
if (ret < 0) {
req->data.arg = -1;
req->len = sizeof(virProxyPacket);
@@ -594,12 +597,12 @@ retry2:
req->len = sizeof (virProxyPacket);
} else {
int xmllen = strlen (xml);
- if (xmllen > (int) sizeof (request.extra.str)) {
+ if (xmllen > (int) sizeof (r.full_request.extra.str)) {
req->data.arg = -2;
req->len = sizeof (virProxyPacket);
} else {
req->data.arg = 0;
- memmove (request.extra.str, xml, xmllen);
+ memmove (r.full_request.extra.str, xml, xmllen);
req->len = sizeof (virProxyPacket) + xmllen;
}
free (xml);
@@ -616,7 +619,7 @@ retry2:
* rather hard to get from that code path. So proxy
* users won't see CPU pinning (last NULL arg)
*/
- def = xenDaemonDomainFetch(conn, request.data.arg, NULL, NULL);
+ def = xenDaemonDomainFetch(conn, r.full_request.data.arg, NULL, NULL);
if (!def) {
req->data.arg = -1;
req->len = sizeof(virProxyPacket);
@@ -627,12 +630,12 @@ retry2:
req->len = sizeof(virProxyPacket);
} else {
int xmllen = strlen(xml);
- if (xmllen > (int) sizeof(request.extra.str)) {
+ if (xmllen > (int) sizeof(r.full_request.extra.str)) {
req->data.arg = -2;
req->len = sizeof(virProxyPacket);
} else {
req->data.arg = 0;
- memmove(&request.extra.str[0], xml, xmllen);
+ memmove(&r.full_request.extra.str[0], xml, xmllen);
req->len = sizeof(virProxyPacket) + xmllen;
}
free(xml);
@@ -644,18 +647,18 @@ retry2:
if (req->len != sizeof(virProxyPacket))
goto comm_error;
- ostype = xenStoreDomainGetOSTypeID(conn, request.data.arg);
+ ostype = xenStoreDomainGetOSTypeID(conn, r.full_request.data.arg);
if (!ostype) {
req->data.arg = -1;
req->len = sizeof(virProxyPacket);
} else {
int ostypelen = strlen(ostype);
- if (ostypelen > (int) sizeof(request.extra.str)) {
+ if (ostypelen > (int) sizeof(r.full_request.extra.str)) {
req->data.arg = -2;
req->len = sizeof(virProxyPacket);
} else {
req->data.arg = 0;
- memmove(&request.extra.str[0], ostype, ostypelen);
+ memmove(&r.full_request.extra.str[0], ostype, ostypelen);
req->len = sizeof(virProxyPacket) + ostypelen;
}
free(ostype);
diff --git a/python/Makefile.am b/python/Makefile.am
index 8d1462b..a7c342e 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -51,8 +51,11 @@ GENERATED= libvirt-export.c \
libvirt-py.h \
libvirtclass.py
-$(GENERATED): $(srcdir)/$(GENERATE) $(API_DESC)
+generated.stamp: $(srcdir)/$(GENERATE) $(API_DESC)
$(PYTHON) $(srcdir)/$(GENERATE) $(srcdir)
+ touch $@
+
+$(GENERATED): generated.stamp
libvirt.py: $(srcdir)/libvir.py $(GENERATED) $(CLASSES_EXTRA)
cat $(srcdir)/libvir.py libvirtclass.py > $@-t
@@ -70,7 +73,7 @@ install-data-local:
uninstall-local:
rm -f $(DESTDIR)$(pythondir)/libvirt.py
-CLEANFILES= $(GENERATED) libvirt.py
+CLEANFILES= $(GENERATED) generated.stamp libvirt.py
else
all:
diff --git a/python/Makefile.in b/python/Makefile.in
index b4dcb38..017dd46 100644
--- a/python/Makefile.in
+++ b/python/Makefile.in
@@ -521,6 +521,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
@@ -788,7 +789,7 @@ EXTRA_DIST = \
@WITH_PYTHON_TRUE@ libvirt-py.h \
@WITH_PYTHON_TRUE@ libvirtclass.py
- at WITH_PYTHON_TRUE@CLEANFILES = $(GENERATED) libvirt.py
+ at WITH_PYTHON_TRUE@CLEANFILES = $(GENERATED) generated.stamp libvirt.py
all: all-recursive
.SUFFIXES:
@@ -1201,8 +1202,11 @@ uninstall-am: uninstall-local uninstall-pythonLTLIBRARIES
@WITH_PYTHON_TRUE at all-local: libvirt.py
- at WITH_PYTHON_TRUE@$(GENERATED): $(srcdir)/$(GENERATE) $(API_DESC)
+ at WITH_PYTHON_TRUE@generated.stamp: $(srcdir)/$(GENERATE) $(API_DESC)
@WITH_PYTHON_TRUE@ $(PYTHON) $(srcdir)/$(GENERATE) $(srcdir)
+ at WITH_PYTHON_TRUE@ touch $@
+
+ at WITH_PYTHON_TRUE@$(GENERATED): generated.stamp
@WITH_PYTHON_TRUE at libvirt.py: $(srcdir)/libvir.py $(GENERATED) $(CLASSES_EXTRA)
@WITH_PYTHON_TRUE@ cat $(srcdir)/libvir.py libvirtclass.py > $@-t
diff --git a/python/generator.py b/python/generator.py
index 9c71c05..dcad499 100755
--- a/python/generator.py
+++ b/python/generator.py
@@ -342,8 +342,12 @@ skip_function = (
'virCopyLastError', # Python API is called virGetLastError instead
'virConnectOpenAuth', # Python C code is manually written
'virDefaultErrorFunc', # Python virErrorFuncHandler impl calls this from C
+ 'virDomainGetSecurityLabel', # Needs investigation...
+ 'virNodeGetSecurityModel', # Needs investigation...
'virConnectDomainEventRegister', # overridden in virConnect.py
'virConnectDomainEventDeregister', # overridden in virConnect.py
+ 'virSaveLastError', # We have our own python error wrapper
+ 'virFreeError', # Only needed if we use virSaveLastError
)
diff --git a/python/libvirt-py.c b/python/libvirt-py.c
index 0213677..5d6987d 100644
--- a/python/libvirt-py.c
+++ b/python/libvirt-py.c
@@ -147,22 +147,20 @@ LIBVIRT_END_ALLOW_THREADS;
}
PyObject *
-libvirt_virStorageVolCreateXML(PyObject *self ATTRIBUTE_UNUSED, PyObject *args) {
+libvirt_virNodeDeviceDettach(PyObject *self ATTRIBUTE_UNUSED, PyObject *args) {
PyObject *py_retval;
- virStorageVolPtr c_retval;
- virStoragePoolPtr pool;
- PyObject *pyobj_pool;
- char * xmldesc;
- unsigned int flags;
+ int c_retval;
+ virNodeDevicePtr dev;
+ PyObject *pyobj_dev;
- if (!PyArg_ParseTuple(args, (char *)"Ozi:virStorageVolCreateXML", &pyobj_pool, &xmldesc, &flags))
+ if (!PyArg_ParseTuple(args, (char *)"O:virNodeDeviceDettach", &pyobj_dev))
return(NULL);
- pool = (virStoragePoolPtr) PyvirStoragePool_Get(pyobj_pool);
+ dev = (virNodeDevicePtr) PyvirNodeDevice_Get(pyobj_dev);
LIBVIRT_BEGIN_ALLOW_THREADS;
- c_retval = virStorageVolCreateXML(pool, xmldesc, flags);
+ c_retval = virNodeDeviceDettach(dev);
LIBVIRT_END_ALLOW_THREADS;
- py_retval = libvirt_virStorageVolPtrWrap((virStorageVolPtr) c_retval);
+ py_retval = libvirt_intWrap((int) c_retval);
return(py_retval);
}
@@ -705,6 +703,26 @@ LIBVIRT_END_ALLOW_THREADS;
}
PyObject *
+libvirt_virStorageVolCreateXML(PyObject *self ATTRIBUTE_UNUSED, PyObject *args) {
+ PyObject *py_retval;
+ virStorageVolPtr c_retval;
+ virStoragePoolPtr pool;
+ PyObject *pyobj_pool;
+ char * xmldesc;
+ unsigned int flags;
+
+ if (!PyArg_ParseTuple(args, (char *)"Ozi:virStorageVolCreateXML", &pyobj_pool, &xmldesc, &flags))
+ return(NULL);
+ pool = (virStoragePoolPtr) PyvirStoragePool_Get(pyobj_pool);
+LIBVIRT_BEGIN_ALLOW_THREADS;
+
+ c_retval = virStorageVolCreateXML(pool, xmldesc, flags);
+LIBVIRT_END_ALLOW_THREADS;
+ py_retval = libvirt_virStorageVolPtrWrap((virStorageVolPtr) c_retval);
+ return(py_retval);
+}
+
+PyObject *
libvirt_virDomainSave(PyObject *self ATTRIBUTE_UNUSED, PyObject *args) {
PyObject *py_retval;
int c_retval;
@@ -1419,6 +1437,24 @@ LIBVIRT_END_ALLOW_THREADS;
}
PyObject *
+libvirt_virNodeDeviceReset(PyObject *self ATTRIBUTE_UNUSED, PyObject *args) {
+ PyObject *py_retval;
+ int c_retval;
+ virNodeDevicePtr dev;
+ PyObject *pyobj_dev;
+
+ if (!PyArg_ParseTuple(args, (char *)"O:virNodeDeviceReset", &pyobj_dev))
+ return(NULL);
+ dev = (virNodeDevicePtr) PyvirNodeDevice_Get(pyobj_dev);
+LIBVIRT_BEGIN_ALLOW_THREADS;
+
+ c_retval = virNodeDeviceReset(dev);
+LIBVIRT_END_ALLOW_THREADS;
+ py_retval = libvirt_intWrap((int) c_retval);
+ return(py_retval);
+}
+
+PyObject *
libvirt_virDomainDetachDevice(PyObject *self ATTRIBUTE_UNUSED, PyObject *args) {
PyObject *py_retval;
int c_retval;
@@ -1456,6 +1492,24 @@ LIBVIRT_END_ALLOW_THREADS;
}
PyObject *
+libvirt_virNodeDeviceReAttach(PyObject *self ATTRIBUTE_UNUSED, PyObject *args) {
+ PyObject *py_retval;
+ int c_retval;
+ virNodeDevicePtr dev;
+ PyObject *pyobj_dev;
+
+ if (!PyArg_ParseTuple(args, (char *)"O:virNodeDeviceReAttach", &pyobj_dev))
+ return(NULL);
+ dev = (virNodeDevicePtr) PyvirNodeDevice_Get(pyobj_dev);
+LIBVIRT_BEGIN_ALLOW_THREADS;
+
+ c_retval = virNodeDeviceReAttach(dev);
+LIBVIRT_END_ALLOW_THREADS;
+ py_retval = libvirt_intWrap((int) c_retval);
+ return(py_retval);
+}
+
+PyObject *
libvirt_virStoragePoolUndefine(PyObject *self ATTRIBUTE_UNUSED, PyObject *args) {
PyObject *py_retval;
int c_retval;
diff --git a/python/libvirt-py.h b/python/libvirt-py.h
index 6e95efd..ed17a5a 100644
--- a/python/libvirt-py.h
+++ b/python/libvirt-py.h
@@ -8,7 +8,7 @@ PyObject * libvirt_virDomainShutdown(PyObject *self, PyObject *args);
PyObject * libvirt_virInitialize(PyObject *self, PyObject *args);
PyObject * libvirt_virNodeDeviceGetName(PyObject *self, PyObject *args);
PyObject * libvirt_virStoragePoolSetAutostart(PyObject *self, PyObject *args);
-PyObject * libvirt_virStorageVolCreateXML(PyObject *self, PyObject *args);
+PyObject * libvirt_virNodeDeviceDettach(PyObject *self, PyObject *args);
PyObject * libvirt_virDomainLookupByUUIDString(PyObject *self, PyObject *args);
PyObject * libvirt_virConnectNumOfDefinedNetworks(PyObject *self, PyObject *args);
PyObject * libvirt_virConnectNumOfDomains(PyObject *self, PyObject *args);
@@ -38,6 +38,7 @@ PyObject * libvirt_virStoragePoolCreateXML(PyObject *self, PyObject *args);
PyObject * libvirt_virNetworkGetBridgeName(PyObject *self, PyObject *args);
PyObject * libvirt_virStorageVolGetXMLDesc(PyObject *self, PyObject *args);
PyObject * libvirt_virConnectGetType(PyObject *self, PyObject *args);
+PyObject * libvirt_virStorageVolCreateXML(PyObject *self, PyObject *args);
PyObject * libvirt_virDomainSave(PyObject *self, PyObject *args);
PyObject * libvirt_virDomainCreate(PyObject *self, PyObject *args);
PyObject * libvirt_virDomainCoreDump(PyObject *self, PyObject *args);
@@ -77,8 +78,10 @@ PyObject * libvirt_virDomainUndefine(PyObject *self, PyObject *args);
PyObject * libvirt_virDomainReboot(PyObject *self, PyObject *args);
PyObject * libvirt_virNetworkLookupByName(PyObject *self, PyObject *args);
PyObject * libvirt_virDomainGetMaxVcpus(PyObject *self, PyObject *args);
+PyObject * libvirt_virNodeDeviceReset(PyObject *self, PyObject *args);
PyObject * libvirt_virDomainDetachDevice(PyObject *self, PyObject *args);
PyObject * libvirt_virStoragePoolNumOfVolumes(PyObject *self, PyObject *args);
+PyObject * libvirt_virNodeDeviceReAttach(PyObject *self, PyObject *args);
PyObject * libvirt_virStoragePoolUndefine(PyObject *self, PyObject *args);
PyObject * libvirt_virDomainAttachDevice(PyObject *self, PyObject *args);
PyObject * libvirt_virConnectGetURI(PyObject *self, PyObject *args);
diff --git a/python/libvirt.py b/python/libvirt.py
index 3dcf678..adebc48 100644
--- a/python/libvirt.py
+++ b/python/libvirt.py
@@ -1441,6 +1441,11 @@ class virNodeDevice:
if ret is None: raise libvirtError ('virNodeDeviceGetXMLDesc() failed')
return ret
+ def dettach(self):
+ ret = libvirtmod.virNodeDeviceDettach(self._o)
+ if ret == -1: raise libvirtError ('virNodeDeviceDettach() failed')
+ return ret
+
def name(self):
"""Just return the device name """
ret = libvirtmod.virNodeDeviceGetName(self._o)
@@ -1458,6 +1463,17 @@ class virNodeDevice:
ret = libvirtmod.virNodeDeviceGetParent(self._o)
return ret
+ def reAttach(self):
+ """Re-attach a previously dettached node device to the node so
+ that it may be used by the node again. Depending on the
+ hypervisor, this may involve operations such as resetting
+ the device, unbinding it from a dummy device driver and
+ binding it to its appropriate driver. If the device is
+ currently in use by a guest, this method may fail. """
+ ret = libvirtmod.virNodeDeviceReAttach(self._o)
+ if ret == -1: raise libvirtError ('virNodeDeviceReAttach() failed')
+ return ret
+
def ref(self):
"""Increment the reference count on the dev. For each
additional call to this method, there shall be a
@@ -1472,6 +1488,18 @@ class virNodeDevice:
if ret == -1: raise libvirtError ('virNodeDeviceRef() failed')
return ret
+ def reset(self):
+ """Reset a previously dettached node device to the node before
+ or after assigning it to a guest. The exact reset
+ semantics depends on the hypervisor and device type but,
+ for example, KVM will attempt to reset PCI devices with a
+ Function Level Reset, Secondary Bus Reset or a Power
+ Management D-State reset. If the reset will affect other
+ devices which are currently in use, this function may fail. """
+ ret = libvirtmod.virNodeDeviceReset(self._o)
+ if ret == -1: raise libvirtError ('virNodeDeviceReset() failed')
+ return ret
+
#
# virNodeDevice functions from module python
#
@@ -1519,6 +1547,7 @@ VIR_FROM_DOMAIN = 20
VIR_FROM_UML = 21
VIR_FROM_NODEDEV = 22
VIR_FROM_XEN_INOTIFY = 23
+VIR_FROM_SECURITY = 24
# virDomainEventStartedDetailType
VIR_DOMAIN_EVENT_STARTED_BOOTED = 0
@@ -1628,6 +1657,7 @@ VIR_ERR_NO_STORAGE_VOL = 50
VIR_WAR_NO_NODE = 51
VIR_ERR_INVALID_NODE_DEVICE = 52
VIR_ERR_NO_NODE_DEVICE = 53
+VIR_ERR_NO_SECURITY_MODEL = 54
# virDomainMemoryFlags
VIR_MEMORY_VIRTUAL = 1
diff --git a/python/tests/Makefile.in b/python/tests/Makefile.in
index 952b9a6..a913200 100644
--- a/python/tests/Makefile.in
+++ b/python/tests/Makefile.in
@@ -474,6 +474,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
diff --git a/qemud/Makefile.am b/qemud/Makefile.am
index a0c161a..924e8ad 100644
--- a/qemud/Makefile.am
+++ b/qemud/Makefile.am
@@ -104,29 +104,32 @@ libvirtd_LDADD = \
$(SASL_LIBS) \
$(POLKIT_LIBS)
-if ! WITH_DRIVER_MODULES
+if WITH_DRIVER_MODULES
+ libvirtd_LDADD += ../src/libvirt_driver.la
+ libvirtd_LDADD += ../src/libvirt_util.la
+else
if WITH_QEMU
-libvirtd_LDADD += ../src/libvirt_driver_qemu.la
+ libvirtd_LDADD += ../src/libvirt_driver_qemu.la
endif
if WITH_LXC
-libvirtd_LDADD += ../src/libvirt_driver_lxc.la
+ libvirtd_LDADD += ../src/libvirt_driver_lxc.la
endif
if WITH_UML
-libvirtd_LDADD += ../src/libvirt_driver_uml.la
+ libvirtd_LDADD += ../src/libvirt_driver_uml.la
endif
if WITH_STORAGE_DIR
-libvirtd_LDADD += ../src/libvirt_driver_storage.la
+ libvirtd_LDADD += ../src/libvirt_driver_storage.la
endif
if WITH_NETWORK
-libvirtd_LDADD += ../src/libvirt_driver_network.la
+ libvirtd_LDADD += ../src/libvirt_driver_network.la
endif
if WITH_NODE_DEVICES
-libvirtd_LDADD += ../src/libvirt_driver_nodedev.la
+ libvirtd_LDADD += ../src/libvirt_driver_nodedev.la
endif
endif
diff --git a/qemud/Makefile.in b/qemud/Makefile.in
index ac4bfdc..99afa00 100644
--- a/qemud/Makefile.in
+++ b/qemud/Makefile.in
@@ -34,16 +34,18 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
@WITH_LIBVIRTD_TRUE at sbin_PROGRAMS = libvirtd$(EXEEXT)
- at WITH_DRIVER_MODULES_FALSE@@WITH_LIBVIRTD_TRUE@@WITH_QEMU_TRUE at am__append_1 = ../src/libvirt_driver_qemu.la
- at WITH_DRIVER_MODULES_FALSE@@WITH_LIBVIRTD_TRUE@@WITH_LXC_TRUE at am__append_2 = ../src/libvirt_driver_lxc.la
- at WITH_DRIVER_MODULES_FALSE@@WITH_LIBVIRTD_TRUE@@WITH_UML_TRUE at am__append_3 = ../src/libvirt_driver_uml.la
- at WITH_DRIVER_MODULES_FALSE@@WITH_LIBVIRTD_TRUE@@WITH_STORAGE_DIR_TRUE at am__append_4 = ../src/libvirt_driver_storage.la
- at WITH_DRIVER_MODULES_FALSE@@WITH_LIBVIRTD_TRUE@@WITH_NETWORK_TRUE at am__append_5 = ../src/libvirt_driver_network.la
- at WITH_DRIVER_MODULES_FALSE@@WITH_LIBVIRTD_TRUE@@WITH_NODE_DEVICES_TRUE at am__append_6 = ../src/libvirt_driver_nodedev.la
- at HAVE_AVAHI_TRUE@@WITH_LIBVIRTD_TRUE at am__append_7 = $(AVAHI_SOURCES)
- at HAVE_AVAHI_TRUE@@WITH_LIBVIRTD_TRUE at am__append_8 = $(AVAHI_CFLAGS)
- at HAVE_AVAHI_TRUE@@WITH_LIBVIRTD_TRUE at am__append_9 = $(AVAHI_LIBS)
- at WITH_LIBVIRTD_TRUE@am__append_10 = libvirtd.logrotate
+ at WITH_DRIVER_MODULES_TRUE@@WITH_LIBVIRTD_TRUE at am__append_1 = ../src/libvirt_driver.la \
+ at WITH_DRIVER_MODULES_TRUE@@WITH_LIBVIRTD_TRUE@ ../src/libvirt_util.la
+ at WITH_DRIVER_MODULES_FALSE@@WITH_LIBVIRTD_TRUE@@WITH_QEMU_TRUE at am__append_2 = ../src/libvirt_driver_qemu.la
+ at WITH_DRIVER_MODULES_FALSE@@WITH_LIBVIRTD_TRUE@@WITH_LXC_TRUE at am__append_3 = ../src/libvirt_driver_lxc.la
+ at WITH_DRIVER_MODULES_FALSE@@WITH_LIBVIRTD_TRUE@@WITH_UML_TRUE at am__append_4 = ../src/libvirt_driver_uml.la
+ at WITH_DRIVER_MODULES_FALSE@@WITH_LIBVIRTD_TRUE@@WITH_STORAGE_DIR_TRUE at am__append_5 = ../src/libvirt_driver_storage.la
+ at WITH_DRIVER_MODULES_FALSE@@WITH_LIBVIRTD_TRUE@@WITH_NETWORK_TRUE at am__append_6 = ../src/libvirt_driver_network.la
+ at WITH_DRIVER_MODULES_FALSE@@WITH_LIBVIRTD_TRUE@@WITH_NODE_DEVICES_TRUE at am__append_7 = ../src/libvirt_driver_nodedev.la
+ at HAVE_AVAHI_TRUE@@WITH_LIBVIRTD_TRUE at am__append_8 = $(AVAHI_SOURCES)
+ at HAVE_AVAHI_TRUE@@WITH_LIBVIRTD_TRUE at am__append_9 = $(AVAHI_CFLAGS)
+ at HAVE_AVAHI_TRUE@@WITH_LIBVIRTD_TRUE at am__append_10 = $(AVAHI_LIBS)
+ at WITH_LIBVIRTD_TRUE@am__append_11 = libvirtd.logrotate
subdir = qemud
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -152,8 +154,8 @@ am__DEPENDENCIES_1 =
@WITH_LIBVIRTD_TRUE@ $(am__DEPENDENCIES_1) $(am__append_1) \
@WITH_LIBVIRTD_TRUE@ $(am__append_2) $(am__append_3) \
@WITH_LIBVIRTD_TRUE@ $(am__append_4) $(am__append_5) \
- at WITH_LIBVIRTD_TRUE@ $(am__append_6) ../src/libvirt.la \
- at WITH_LIBVIRTD_TRUE@ $(am__DEPENDENCIES_2) \
+ at WITH_LIBVIRTD_TRUE@ $(am__append_6) $(am__append_7) \
+ at WITH_LIBVIRTD_TRUE@ ../src/libvirt.la $(am__DEPENDENCIES_2) \
@WITH_LIBVIRTD_TRUE@ ../gnulib/lib/libgnu.la \
@WITH_LIBVIRTD_TRUE@ $(am__DEPENDENCIES_1)
libvirtd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -542,6 +544,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
@@ -780,7 +783,7 @@ DAEMON_SOURCES = \
AVAHI_SOURCES = \
mdns.c mdns.h
-DISTCLEANFILES = $(am__append_10)
+DISTCLEANFILES = $(am__append_11)
EXTRA_DIST = \
default-network.xml \
remote_generate_stubs.pl rpcgen_fix.pl \
@@ -806,7 +809,7 @@ EXTRA_DIST = \
@WITH_LIBVIRTD_TRUE at augeastestsdir = $(datadir)/augeas/lenses/tests
@WITH_LIBVIRTD_TRUE at augeastests_DATA = test_libvirtd.aug test_libvirtd_qemu.aug
@WITH_LIBVIRTD_TRUE at libvirtd_SOURCES = $(DAEMON_SOURCES) \
- at WITH_LIBVIRTD_TRUE@ $(am__append_7)
+ at WITH_LIBVIRTD_TRUE@ $(am__append_8)
#-D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1 -D_POSIX_C_SOURCE=199506L
@WITH_LIBVIRTD_TRUE at libvirtd_CFLAGS = -I$(top_srcdir)/gnulib/lib \
@@ -821,7 +824,7 @@ EXTRA_DIST = \
@WITH_LIBVIRTD_TRUE@ -DQEMUD_PID_FILE="\"$(QEMUD_PID_FILE)\"" \
@WITH_LIBVIRTD_TRUE@ -DREMOTE_PID_FILE="\"$(REMOTE_PID_FILE)\"" \
@WITH_LIBVIRTD_TRUE@ -DGETTEXT_PACKAGE=\"$(PACKAGE)\" \
- at WITH_LIBVIRTD_TRUE@ $(am__append_8)
+ at WITH_LIBVIRTD_TRUE@ $(am__append_9)
@WITH_LIBVIRTD_TRUE at libvirtd_LDFLAGS = \
@WITH_LIBVIRTD_TRUE@ $(WARN_CFLAGS) \
@WITH_LIBVIRTD_TRUE@ $(COVERAGE_LDFLAGS)
@@ -834,8 +837,9 @@ EXTRA_DIST = \
@WITH_LIBVIRTD_TRUE@ $(am__append_1) $(am__append_2) \
@WITH_LIBVIRTD_TRUE@ $(am__append_3) $(am__append_4) \
@WITH_LIBVIRTD_TRUE@ $(am__append_5) $(am__append_6) \
- at WITH_LIBVIRTD_TRUE@ ../src/libvirt.la $(am__append_9) \
- at WITH_LIBVIRTD_TRUE@ ../gnulib/lib/libgnu.la $(LIBSOCKET)
+ at WITH_LIBVIRTD_TRUE@ $(am__append_7) ../src/libvirt.la \
+ at WITH_LIBVIRTD_TRUE@ $(am__append_10) ../gnulib/lib/libgnu.la \
+ at WITH_LIBVIRTD_TRUE@ $(LIBSOCKET)
@HAVE_POLKIT_TRUE@@WITH_LIBVIRTD_TRUE at policydir = $(datadir)/PolicyKit/policy
@WITH_LIBVIRTD_TRUE at default_xml_dest = libvirt/qemu/networks/default.xml
CLEANFILES = libvirtd.init *.cov *.gcov .libs/*.gcda .libs/*.gcno \
diff --git a/qemud/event.c b/qemud/event.c
index 6f0ef9c..c9ea563 100644
--- a/qemud/event.c
+++ b/qemud/event.c
@@ -68,6 +68,7 @@ struct virEventTimeout {
/* State for the main event loop */
struct virEventLoop {
pthread_mutex_t lock;
+ int running;
pthread_t leader;
int wakeupfd[2];
int handlesCount;
@@ -521,6 +522,7 @@ int virEventRunOnce(void) {
int ret, timeout, nfds;
virEventLock();
+ eventLoop.running = 1;
eventLoop.leader = pthread_self();
if ((nfds = virEventMakePollFDs(&fds)) < 0) {
virEventUnlock();
@@ -572,7 +574,7 @@ int virEventRunOnce(void) {
return -1;
}
- eventLoop.leader = 0;
+ eventLoop.running = 0;
virEventUnlock();
return 0;
}
@@ -611,7 +613,9 @@ int virEventInit(void)
static int virEventInterruptLocked(void)
{
char c = '\0';
- if (pthread_self() == eventLoop.leader)
+
+ if (!eventLoop.running ||
+ pthread_self() == eventLoop.leader)
return 0;
if (safewrite(eventLoop.wakeupfd[1], &c, sizeof(c)) != sizeof(c))
@@ -653,6 +657,8 @@ virPollEventToEventHandleType(int events)
ret |= VIR_EVENT_HANDLE_WRITABLE;
if(events & POLLERR)
ret |= VIR_EVENT_HANDLE_ERROR;
+ if(events & POLLNVAL) /* Treat NVAL as error, since libvirt doesn't distinguish */
+ ret |= VIR_EVENT_HANDLE_ERROR;
if(events & POLLHUP)
ret |= VIR_EVENT_HANDLE_HANGUP;
return ret;
diff --git a/qemud/libvirtd.aug b/qemud/libvirtd.aug
index 40acd93..7406d23 100644
--- a/qemud/libvirtd.aug
+++ b/qemud/libvirtd.aug
@@ -35,6 +35,7 @@ module Libvirtd =
let sock_acl_entry = str_entry "unix_sock_group"
| str_entry "unix_sock_ro_perms"
| str_entry "unix_sock_rw_perms"
+ | str_entry "unix_sock_dir"
let authentication_entry = str_entry "auth_unix_ro"
| str_entry "auth_unix_rw"
@@ -79,4 +80,3 @@ module Libvirtd =
. Util.stdexcl
let xfm = transform lns filter
-
diff --git a/qemud/libvirtd.conf b/qemud/libvirtd.conf
index 4932084..1fd5918 100644
--- a/qemud/libvirtd.conf
+++ b/qemud/libvirtd.conf
@@ -97,7 +97,8 @@
# control then you may want to relax this to:
#unix_sock_rw_perms = "0770"
-
+# Set the name of the directory in which sockets will be found/created.
+#unix_sock_dir = "/var/run/libvirt"
#################################################################
#
diff --git a/qemud/mdns.c b/qemud/mdns.c
index b13a6e5..ae6ff08 100644
--- a/qemud/mdns.c
+++ b/qemud/mdns.c
@@ -309,7 +309,7 @@ static AvahiTimeout *libvirtd_mdns_timeout_new(const AvahiPoll *api ATTRIBUTE_UN
AvahiTimeout *t;
struct timeval now;
long long nowms, thenms, timeout;
- AVAHI_DEBUG("Add timeout %p TV %p", t, tv);
+ AVAHI_DEBUG("Add timeout TV %p", tv);
if (VIR_ALLOC(t) < 0)
return NULL;
diff --git a/qemud/qemud.c b/qemud/qemud.c
index fa5e17d..fd315fc 100644
--- a/qemud/qemud.c
+++ b/qemud/qemud.c
@@ -49,6 +49,9 @@
#include <netdb.h>
#include "libvirt_internal.h"
+#include "virterror_internal.h"
+
+#define VIR_FROM_THIS VIR_FROM_QEMU
#include "qemud.h"
#include "util.h"
@@ -135,6 +138,8 @@ static char *listen_addr = (char *) LIBVIRTD_LISTEN_ADDR;
static char *tls_port = (char *) LIBVIRTD_TLS_PORT;
static char *tcp_port = (char *) LIBVIRTD_TCP_PORT;
+static char *unix_sock_dir = NULL;
+
#if HAVE_POLKIT
static int auth_unix_rw = REMOTE_AUTH_POLKIT;
static int auth_unix_ro = REMOTE_AUTH_POLKIT;
@@ -231,8 +236,9 @@ remoteCheckCertFile(const char *type, const char *file)
{
struct stat sb;
if (stat(file, &sb) < 0) {
- VIR_ERROR(_("Cannot access %s '%s': %s (%d)"),
- type, file, strerror(errno), errno);
+ char ebuf[1024];
+ VIR_ERROR(_("Cannot access %s '%s': %s"),
+ type, file, virStrerror(errno, ebuf, sizeof ebuf));
return -1;
}
return 0;
@@ -331,7 +337,9 @@ qemudDispatchSignalEvent(int watch ATTRIBUTE_UNUSED,
virMutexLock(&server->lock);
if (saferead(server->sigread, &siginfo, sizeof(siginfo)) != sizeof(siginfo)) {
- VIR_ERROR(_("Failed to read from signal pipe: %s"), strerror(errno));
+ char ebuf[1024];
+ VIR_ERROR(_("Failed to read from signal pipe: %s"),
+ virStrerror(errno, ebuf, sizeof ebuf));
virMutexUnlock(&server->lock);
return;
}
@@ -459,33 +467,34 @@ static int qemudGoDaemon(void) {
static int qemudWritePidFile(const char *pidFile) {
int fd;
FILE *fh;
+ char ebuf[1024];
if (pidFile[0] == '\0')
return 0;
if ((fd = open(pidFile, O_WRONLY|O_CREAT|O_EXCL, 0644)) < 0) {
VIR_ERROR(_("Failed to open pid file '%s' : %s"),
- pidFile, strerror(errno));
+ pidFile, virStrerror(errno, ebuf, sizeof ebuf));
return -1;
}
if (!(fh = fdopen(fd, "w"))) {
VIR_ERROR(_("Failed to fdopen pid file '%s' : %s"),
- pidFile, strerror(errno));
+ pidFile, virStrerror(errno, ebuf, sizeof ebuf));
close(fd);
return -1;
}
if (fprintf(fh, "%lu\n", (unsigned long)getpid()) < 0) {
VIR_ERROR(_("Failed to write to pid file '%s' : %s"),
- pidFile, strerror(errno));
+ pidFile, virStrerror(errno, ebuf, sizeof ebuf));
close(fd);
return -1;
}
if (fclose(fh) == EOF) {
VIR_ERROR(_("Failed to close pid file '%s' : %s"),
- pidFile, strerror(errno));
+ pidFile, virStrerror(errno, ebuf, sizeof ebuf));
return -1;
}
@@ -498,6 +507,7 @@ static int qemudListenUnix(struct qemud_server *server,
struct sockaddr_un addr;
mode_t oldmask;
gid_t oldgrp;
+ char ebuf[1024];
if (VIR_ALLOC(sock) < 0) {
VIR_ERROR("%s", _("Failed to allocate memory for struct qemud_socket"));
@@ -511,7 +521,7 @@ static int qemudListenUnix(struct qemud_server *server,
if ((sock->fd = socket(PF_UNIX, SOCK_STREAM, 0)) < 0) {
VIR_ERROR(_("Failed to create socket: %s"),
- strerror(errno));
+ virStrerror(errno, ebuf, sizeof ebuf));
goto cleanup;
}
@@ -533,7 +543,7 @@ static int qemudListenUnix(struct qemud_server *server,
if (bind(sock->fd, (struct sockaddr *)&addr, sizeof(addr)) < 0) {
VIR_ERROR(_("Failed to bind socket to '%s': %s"),
- path, strerror(errno));
+ path, virStrerror(errno, ebuf, sizeof ebuf));
goto cleanup;
}
umask(oldmask);
@@ -542,7 +552,7 @@ static int qemudListenUnix(struct qemud_server *server,
if (listen(sock->fd, 30) < 0) {
VIR_ERROR(_("Failed to listen for connections on '%s': %s"),
- path, strerror(errno));
+ path, virStrerror(errno, ebuf, sizeof ebuf));
goto cleanup;
}
@@ -587,10 +597,11 @@ remoteMakeSockets (int *fds, int max_fds, int *nfds_r, const char *node, const c
struct addrinfo *runp = ai;
while (runp && *nfds_r < max_fds) {
+ char ebuf[1024];
fds[*nfds_r] = socket (runp->ai_family, runp->ai_socktype,
runp->ai_protocol);
if (fds[*nfds_r] == -1) {
- VIR_ERROR(_("socket: %s"), strerror (errno));
+ VIR_ERROR(_("socket: %s"), virStrerror (errno, ebuf, sizeof ebuf));
return -1;
}
@@ -599,14 +610,15 @@ remoteMakeSockets (int *fds, int max_fds, int *nfds_r, const char *node, const c
if (bind (fds[*nfds_r], runp->ai_addr, runp->ai_addrlen) == -1) {
if (errno != EADDRINUSE) {
- VIR_ERROR(_("bind: %s"), strerror (errno));
+ VIR_ERROR(_("bind: %s"), virStrerror (errno, ebuf, sizeof ebuf));
return -1;
}
close (fds[*nfds_r]);
}
else {
if (listen (fds[*nfds_r], SOMAXCONN) == -1) {
- VIR_ERROR(_("listen: %s"), strerror (errno));
+ VIR_ERROR(_("listen: %s"),
+ virStrerror (errno, ebuf, sizeof ebuf));
return -1;
}
++*nfds_r;
@@ -637,11 +649,20 @@ remoteListenTCP (struct qemud_server *server,
return -1;
for (i = 0; i < nfds; ++i) {
- struct sockaddr_storage sa;
- socklen_t salen = sizeof(sa);
+ union {
+ struct sockaddr_storage sa_stor;
+ struct sockaddr sa;
+ struct sockaddr_in sa_in;
+#ifdef AF_INET6
+ struct sockaddr_in6 sa_in6;
+#endif
+ } s;
+ char ebuf[1024];
+ socklen_t salen = sizeof(s);
if (VIR_ALLOC(sock) < 0) {
- VIR_ERROR(_("remoteListenTCP: calloc: %s"), strerror (errno));
+ VIR_ERROR(_("remoteListenTCP: calloc: %s"),
+ virStrerror (errno, ebuf, sizeof ebuf));
goto cleanup;
}
@@ -654,14 +675,14 @@ remoteListenTCP (struct qemud_server *server,
sock->type = type;
sock->auth = auth;
- if (getsockname(sock->fd, (struct sockaddr *)(&sa), &salen) < 0)
+ if (getsockname(sock->fd, &s.sa, &salen) < 0)
goto cleanup;
- if (sa.ss_family == AF_INET)
- sock->port = htons(((struct sockaddr_in*)&sa)->sin_port);
+ if (s.sa.sa_family == AF_INET) {
+ sock->port = htons(s.sa_in.sin_port);
#ifdef AF_INET6
- else if (sa.ss_family == AF_INET6)
- sock->port = htons(((struct sockaddr_in6*)&sa)->sin6_port);
+ } else if (s.sa.sa_family == AF_INET6)
+ sock->port = htons(s.sa_in6.sin6_port);
#endif
else
sock->port = -1;
@@ -671,7 +692,8 @@ remoteListenTCP (struct qemud_server *server,
goto cleanup;
if (listen (sock->fd, 30) < 0) {
- VIR_ERROR(_("remoteListenTCP: listen: %s"), strerror (errno));
+ VIR_ERROR(_("remoteListenTCP: listen: %s"),
+ virStrerror (errno, ebuf, sizeof ebuf));
goto cleanup;
}
@@ -691,7 +713,7 @@ remoteListenTCP (struct qemud_server *server,
cleanup:
for (i = 0; i < nfds; ++i)
- close(fds[0]);
+ close(fds[i]);
return -1;
}
@@ -701,46 +723,75 @@ static int qemudInitPaths(struct qemud_server *server,
int maxlen)
{
uid_t uid = geteuid();
+ char *sock_dir;
+ char *dir_prefix = NULL;
+ int ret = -1;
+ char *sock_dir_prefix = NULL;
+
+ if (unix_sock_dir)
+ sock_dir = unix_sock_dir;
+ else {
+ sock_dir = sockname;
+ if (uid == SYSTEM_UID) {
+ dir_prefix = strdup (LOCAL_STATE_DIR);
+ if (dir_prefix == NULL) {
+ virReportOOMError(NULL);
+ goto cleanup;
+ }
+ if (snprintf (sock_dir, maxlen, "%s/run/libvirt",
+ dir_prefix) >= maxlen)
+ goto snprintf_error;
+ } else {
+ dir_prefix = virGetUserDirectory(NULL, uid);
+ if (dir_prefix == NULL) {
+ /* Do not diagnose here; virGetUserDirectory does that. */
+ goto snprintf_error;
+ }
- if (uid == SYSTEM_UID) {
- if (snprintf (sockname, maxlen, "%s/run/libvirt/libvirt-sock",
- LOCAL_STATE_DIR) >= maxlen)
- goto snprintf_error;
+ if (snprintf(sock_dir, maxlen, "%s/.libvirt", dir_prefix) >= maxlen)
+ goto snprintf_error;
+ }
+ }
- unlink(sockname);
+ sock_dir_prefix = strdup (sock_dir);
+ if (!sock_dir_prefix) {
+ virReportOOMError(NULL);
+ goto cleanup;
+ }
- if (snprintf (roSockname, maxlen, "%s/run/libvirt/libvirt-sock-ro",
- LOCAL_STATE_DIR) >= maxlen)
+ if (uid == SYSTEM_UID) {
+ if (snprintf (sockname, maxlen, "%s/libvirt-sock",
+ sock_dir_prefix) >= maxlen
+ || (snprintf (roSockname, maxlen, "%s/libvirt-sock-ro",
+ sock_dir_prefix) >= maxlen))
goto snprintf_error;
-
+ unlink(sockname);
unlink(roSockname);
-
- if (snprintf(server->logDir, PATH_MAX, "%s/log/libvirt/", LOCAL_STATE_DIR) >= PATH_MAX)
- goto snprintf_error;
} else {
- char *userdir = virGetUserDirectory(NULL, uid);
- if (userdir == NULL) {
- /* Do not diagnose here; virGetUserDirectory does that. */
- return -1;
- }
-
- if (snprintf(sockname, maxlen, "@%s/.libvirt/libvirt-sock", userdir) >= maxlen) {
- VIR_FREE(userdir);
+ if (snprintf(sockname, maxlen, "@%s/libvirt-sock",
+ sock_dir_prefix) >= maxlen)
goto snprintf_error;
- }
+ }
- if (snprintf(server->logDir, PATH_MAX, "%s/.libvirt/log", userdir) >= PATH_MAX) {
- VIR_FREE(userdir);
- goto snprintf_error;
- }
- VIR_FREE(userdir);
- } /* !remote */
+ if (uid == SYSTEM_UID)
+ server->logDir = strdup (LOCAL_STATE_DIR "/log/libvirt");
+ else
+ virAsprintf(&server->logDir, "%s/.libvirt/log", dir_prefix);
- return 0;
+ if (server->logDir == NULL)
+ virReportOOMError(NULL);
+
+ ret = 0;
snprintf_error:
- VIR_ERROR("%s", _("Resulting path too long for buffer in qemudInitPaths()"));
- return -1;
+ if (ret)
+ VIR_ERROR("%s",
+ _("Resulting path too long for buffer in qemudInitPaths()"));
+
+ cleanup:
+ free (dir_prefix);
+ free (sock_dir_prefix);
+ return ret;
}
static struct qemud_server *qemudInitialize(int sigread) {
@@ -860,6 +911,10 @@ static struct qemud_server *qemudNetworkInit(struct qemud_server *server) {
if (auth_unix_rw == REMOTE_AUTH_POLKIT ||
auth_unix_ro == REMOTE_AUTH_POLKIT) {
DBusError derr;
+
+ dbus_connection_set_change_sigpipe(FALSE);
+ dbus_threads_init_default();
+
dbus_error_init(&derr);
server->sysbus = dbus_bus_get(DBUS_BUS_SYSTEM, &derr);
if (!(server->sysbus)) {
@@ -868,6 +923,7 @@ static struct qemud_server *qemudNetworkInit(struct qemud_server *server) {
dbus_error_free(&derr);
goto cleanup;
}
+ dbus_connection_set_exit_on_disconnect(server->sysbus, FALSE);
}
#endif
@@ -1145,8 +1201,9 @@ int qemudGetSocketIdentity(int fd, uid_t *uid, pid_t *pid) {
unsigned int cr_len = sizeof (cr);
if (getsockopt (fd, SOL_SOCKET, SO_PEERCRED, &cr, &cr_len) < 0) {
+ char ebuf[1024];
VIR_ERROR(_("Failed to verify client credentials: %s"),
- strerror(errno));
+ virStrerror(errno, ebuf, sizeof ebuf));
return -1;
}
@@ -1169,9 +1226,11 @@ static int qemudDispatchServer(struct qemud_server *server, struct qemud_socket
int no_slow_start = 1;
if ((fd = accept(sock->fd, (struct sockaddr *)&addr, &addrlen)) < 0) {
+ char ebuf[1024];
if (errno == EAGAIN)
return 0;
- VIR_ERROR(_("Failed to accept connection: %s"), strerror(errno));
+ VIR_ERROR(_("Failed to accept connection: %s"),
+ virStrerror(errno, ebuf, sizeof ebuf));
return -1;
}
@@ -1280,6 +1339,8 @@ static int qemudDispatchServer(struct qemud_server *server, struct qemud_socket
/* Begin the TLS handshake. */
ret = gnutls_handshake (client->tlssession);
if (ret == 0) {
+ client->handshake = 0;
+
/* Unlikely, but ... Next step is to check the certificate. */
if (remoteCheckAccess (client) == -1)
goto cleanup;
@@ -1476,13 +1537,15 @@ static ssize_t qemudClientReadBuf(struct qemud_client *client,
/*qemudDebug ("qemudClientRead: len = %d", len);*/
if (!client->tlssession) {
+ char ebuf[1024];
ret = read (client->fd, data, len);
if (ret == -1 && (errno == EAGAIN ||
errno == EINTR))
return 0;
if (ret <= 0) {
if (ret != 0)
- VIR_ERROR(_("read: %s"), strerror (errno));
+ VIR_ERROR(_("read: %s"),
+ virStrerror (errno, ebuf, sizeof ebuf));
qemudDispatchClientFailure(client);
return -1;
}
@@ -1700,10 +1763,11 @@ static ssize_t qemudClientWriteBuf(struct qemud_client *client,
}
if (!client->tlssession) {
+ char ebuf[1024];
if ((ret = write(client->fd, data, len)) == -1) {
if (errno == EAGAIN || errno == EINTR)
return 0;
- VIR_ERROR(_("write: %s"), strerror (errno));
+ VIR_ERROR(_("write: %s"), virStrerror (errno, ebuf, sizeof ebuf));
qemudDispatchClientFailure(client);
return -1;
}
@@ -1868,6 +1932,8 @@ qemudDispatchClientHandshake(struct qemud_server *server,
/* Continue the handshake. */
ret = gnutls_handshake (client->tlssession);
if (ret == 0) {
+ client->handshake = 0;
+
/* Finished. Next step is to check the certificate. */
if (remoteCheckAccess (client) == -1)
qemudDispatchClientFailure(client);
@@ -2004,20 +2070,25 @@ static int qemudOneLoop(void) {
/* Check for any signal handling errors and log them. */
errors = sig_errors;
if (errors) {
+ char ebuf[1024];
sig_errors -= errors;
VIR_ERROR(_("Signal handler reported %d errors: last error: %s"),
- errors, strerror (sig_lasterrno));
+ errors, virStrerror (sig_lasterrno, ebuf, sizeof ebuf));
return -1;
}
return 0;
}
-static void qemudInactiveTimer(int timer ATTRIBUTE_UNUSED, void *data) {
+static void qemudInactiveTimer(int timerid, void *data) {
struct qemud_server *server = (struct qemud_server *)data;
- DEBUG0("Got inactive timer expiry");
- if (!virStateActive()) {
- DEBUG0("No state active, shutting down");
+
+ if (virStateActive() ||
+ server->clients) {
+ DEBUG0("Timer expired but still active, not shutting down");
+ virEventUpdateTimeoutImpl(timerid, -1);
+ } else {
+ DEBUG0("Timer expired and inactive, shutting down");
server->shutdown = 1;
}
}
@@ -2048,9 +2119,18 @@ static void qemudFreeClient(struct qemud_client *client) {
static int qemudRunLoop(struct qemud_server *server) {
int timerid = -1;
int ret = -1, i;
+ int timerActive = 0;
virMutexLock(&server->lock);
+ if (timeout > 0 &&
+ (timerid = virEventAddTimeoutImpl(-1,
+ qemudInactiveTimer,
+ server, NULL)) < 0) {
+ VIR_ERROR0(_("Failed to register shutdown timeout"));
+ return -1;
+ }
+
if (min_workers > max_workers)
max_workers = min_workers;
@@ -2071,11 +2151,21 @@ static int qemudRunLoop(struct qemud_server *server) {
* if any drivers have active state, if not
* shutdown after timeout seconds
*/
- if (timeout > 0 && !virStateActive() && !server->clients) {
- timerid = virEventAddTimeoutImpl(timeout*1000,
- qemudInactiveTimer,
- server, NULL);
- DEBUG("Scheduling shutdown timer %d", timerid);
+ if (timeout > 0) {
+ if (timerActive) {
+ if (server->clients) {
+ DEBUG("Deactivating shutdown timer %d", timerid);
+ virEventUpdateTimeoutImpl(timerid, -1);
+ timerActive = 0;
+ }
+ } else {
+ if (!virStateActive() &&
+ !server->clients) {
+ DEBUG("Activating shutdown timer %d", timerid);
+ virEventUpdateTimeoutImpl(timerid, timeout * 1000);
+ timerActive = 1;
+ }
+ }
}
virMutexUnlock(&server->lock);
@@ -2129,15 +2219,6 @@ static int qemudRunLoop(struct qemud_server *server) {
}
}
- /* Unregister any timeout that's active, since we
- * just had an event processed
- */
- if (timerid != -1) {
- DEBUG("Removing shutdown timer %d", timerid);
- virEventRemoveTimeoutImpl(timerid);
- timerid = -1;
- }
-
if (server->shutdown) {
ret = 0;
break;
@@ -2176,6 +2257,7 @@ static void qemudCleanup(struct qemud_server *server) {
free(sock);
sock = next;
}
+ free(server->logDir);
#ifdef HAVE_SASL
if (server->saslUsernameWhitelist) {
@@ -2299,7 +2381,9 @@ checkType (virConfValuePtr p, const char *filename,
goto free_and_fail; \
(var_name) = strdup (p->str); \
if ((var_name) == NULL) { \
- VIR_ERROR(_("remoteReadConfigFile: %s\n"),strerror (errno)); \
+ char ebuf[1024]; \
+ VIR_ERROR(_("remoteReadConfigFile: %s\n"), \
+ virStrerror(errno, ebuf, sizeof ebuf)); \
goto free_and_fail; \
} \
} \
@@ -2522,6 +2606,8 @@ remoteReadConfigFile (struct qemud_server *server, const char *filename)
unix_sock_rw_perms = NULL;
}
+ GET_CONF_STR (conf, filename, unix_sock_dir);
+
GET_CONF_INT (conf, filename, mdns_adv);
GET_CONF_STR (conf, filename, mdns_name);
@@ -2743,8 +2829,10 @@ int main(int argc, char **argv) {
}
if (godaemon) {
+ char ebuf[1024];
if (qemudGoDaemon() < 0) {
- VIR_ERROR(_("Failed to fork as daemon: %s"), strerror(errno));
+ VIR_ERROR(_("Failed to fork as daemon: %s"),
+ virStrerror(errno, ebuf, sizeof ebuf));
goto error1;
}
}
@@ -2765,7 +2853,9 @@ int main(int argc, char **argv) {
qemudSetNonBlock(sigpipe[1]) < 0 ||
qemudSetCloseExec(sigpipe[0]) < 0 ||
qemudSetCloseExec(sigpipe[1]) < 0) {
- VIR_ERROR(_("Failed to create pipe: %s"), strerror(errno));
+ char ebuf[1024];
+ VIR_ERROR(_("Failed to create pipe: %s"),
+ virStrerror(errno, ebuf, sizeof ebuf));
goto error2;
}
sigwrite = sigpipe[1];
@@ -2808,11 +2898,10 @@ int main(int argc, char **argv) {
goto error2;
/* Change the group ownership of /var/run/libvirt to unix_sock_gid */
- if (getuid() == 0) {
- const char *sockdirname = LOCAL_STATE_DIR "/run/libvirt";
-
- if (chown(sockdirname, -1, unix_sock_gid) < 0)
- VIR_ERROR(_("Failed to change group ownership of %s"), sockdirname);
+ if (unix_sock_dir && geteuid() == 0) {
+ if (chown(unix_sock_dir, -1, unix_sock_gid) < 0)
+ VIR_ERROR(_("Failed to change group ownership of %s"),
+ unix_sock_dir);
}
if (virEventAddHandleImpl(sigpipe[0],
diff --git a/qemud/qemud.h b/qemud/qemud.h
index 7938f89..4ddbc41 100644
--- a/qemud/qemud.h
+++ b/qemud/qemud.h
@@ -1,7 +1,7 @@
/*
* qemud.h: daemon data structure definitions
*
- * Copyright (C) 2006-2008 Red Hat, Inc.
+ * Copyright (C) 2006-2009 Red Hat, Inc.
* Copyright (C) 2006 Daniel P. Berrange
*
* This library is free software; you can redistribute it and/or
@@ -181,7 +181,7 @@ struct qemud_server {
struct qemud_client **clients;
int sigread;
- char logDir[PATH_MAX];
+ char *logDir;
unsigned int shutdown : 1;
#ifdef HAVE_AVAHI
struct libvirtd_mdns *mdns;
diff --git a/qemud/remote.c b/qemud/remote.c
index d064d61..8eaa7d6 100644
--- a/qemud/remote.c
+++ b/qemud/remote.c
@@ -1,7 +1,7 @@
/*
* remote.c: code handling remote requests (from remote_internal.c)
*
- * Copyright (C) 2007, 2008 Red Hat, Inc.
+ * Copyright (C) 2007, 2008, 2009 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -41,6 +41,7 @@
#include <string.h>
#include <errno.h>
#include <fnmatch.h>
+#include "virterror_internal.h"
#ifdef HAVE_POLKIT
#include <polkit/polkit.h>
@@ -990,9 +991,11 @@ remoteDispatchDomainBlockPeek (struct qemud_server *server ATTRIBUTE_UNUSED,
}
ret->buffer.buffer_len = size;
- if (VIR_ALLOC_N(ret->buffer.buffer_val, size) < 0) {
+ if (VIR_ALLOC_N (ret->buffer.buffer_val, size) < 0) {
+ char ebuf[1024];
virDomainFree (dom);
- remoteDispatchFormatError (rerr, "%s", strerror (errno));
+ remoteDispatchFormatError (rerr, "%s",
+ virStrerror(errno, ebuf, sizeof ebuf));
return -1;
}
@@ -1031,16 +1034,18 @@ remoteDispatchDomainMemoryPeek (struct qemud_server *server ATTRIBUTE_UNUSED,
flags = args->flags;
if (size > REMOTE_DOMAIN_MEMORY_PEEK_BUFFER_MAX) {
+ virDomainFree (dom);
remoteDispatchFormatError (rerr,
"%s", _("size > maximum buffer size"));
- virDomainFree (dom);
return -1;
}
ret->buffer.buffer_len = size;
if (VIR_ALLOC_N (ret->buffer.buffer_val, size) < 0) {
- remoteDispatchFormatError (rerr, "%s", strerror (errno));
+ char ebuf[1024];
virDomainFree (dom);
+ remoteDispatchFormatError (rerr, "%s",
+ virStrerror(errno, ebuf, sizeof ebuf));
return -1;
}
@@ -1340,6 +1345,76 @@ remoteDispatchDomainGetMaxVcpus (struct qemud_server *server ATTRIBUTE_UNUSED,
}
static int
+remoteDispatchDomainGetSecurityLabel(struct qemud_server *server ATTRIBUTE_UNUSED,
+ struct qemud_client *client ATTRIBUTE_UNUSED,
+ virConnectPtr conn,
+ remote_error *rerr,
+ remote_domain_get_security_label_args *args,
+ remote_domain_get_security_label_ret *ret)
+{
+ virDomainPtr dom;
+ virSecurityLabel seclabel;
+
+ dom = get_nonnull_domain(conn, args->dom);
+ if (dom == NULL) {
+ remoteDispatchConnError(rerr, conn);
+ return -1;
+ }
+
+ memset(&seclabel, 0, sizeof seclabel);
+ if (virDomainGetSecurityLabel(dom, &seclabel) == -1) {
+ virDomainFree(dom);
+ remoteDispatchFormatError(rerr, "%s", _("unable to get security label"));
+ return -1;
+ }
+
+ ret->label.label_len = strlen(seclabel.label) + 1;
+ if (VIR_ALLOC_N(ret->label.label_val, ret->label.label_len) < 0) {
+ virDomainFree(dom);
+ remoteDispatchOOMError(rerr);
+ return -1;
+ }
+ strcpy(ret->label.label_val, seclabel.label);
+ ret->enforcing = seclabel.enforcing;
+ virDomainFree(dom);
+
+ return 0;
+}
+
+static int
+remoteDispatchNodeGetSecurityModel(struct qemud_server *server ATTRIBUTE_UNUSED,
+ struct qemud_client *client ATTRIBUTE_UNUSED,
+ virConnectPtr conn,
+ remote_error *rerr,
+ void *args ATTRIBUTE_UNUSED,
+ remote_node_get_security_model_ret *ret)
+{
+ virSecurityModel secmodel;
+
+ memset(&secmodel, 0, sizeof secmodel);
+ if (virNodeGetSecurityModel(conn, &secmodel) == -1) {
+ remoteDispatchFormatError(rerr, "%s", _("unable to get security model"));
+ return -1;
+ }
+
+ ret->model.model_len = strlen(secmodel.model) + 1;
+ if (VIR_ALLOC_N(ret->model.model_val, ret->model.model_len) < 0) {
+ remoteDispatchOOMError(rerr);
+ return -1;
+ }
+ strcpy(ret->model.model_val, secmodel.model);
+
+ ret->doi.doi_len = strlen(secmodel.doi) + 1;
+ if (VIR_ALLOC_N(ret->doi.doi_val, ret->doi.doi_len) < 0) {
+ remoteDispatchOOMError(rerr);
+ return -1;
+ }
+ strcpy(ret->doi.doi_val, secmodel.doi);
+
+ return 0;
+}
+
+static int
remoteDispatchDomainGetOsType (struct qemud_server *server ATTRIBUTE_UNUSED,
struct qemud_client *client ATTRIBUTE_UNUSED,
virConnectPtr conn,
@@ -2571,9 +2646,10 @@ remoteDispatchAuthSaslInit (struct qemud_server *server,
/* Get local address in form IPADDR:PORT */
salen = sizeof(sa);
if (getsockname(client->fd, (struct sockaddr*)&sa, &salen) < 0) {
+ char ebuf[1024];
remoteDispatchFormatError(rerr,
- _("failed to get sock address %d (%s)"),
- errno, strerror(errno));
+ _("failed to get sock address: %s"),
+ virStrerror(errno, ebuf, sizeof ebuf));
goto error;
}
if ((localAddr = addrToString(rerr, &sa, salen)) == NULL) {
@@ -2583,8 +2659,9 @@ remoteDispatchAuthSaslInit (struct qemud_server *server,
/* Get remote address in form IPADDR:PORT */
salen = sizeof(sa);
if (getpeername(client->fd, (struct sockaddr*)&sa, &salen) < 0) {
- remoteDispatchFormatError(rerr, _("failed to get peer address %d (%s)"),
- errno, strerror(errno));
+ char ebuf[1024];
+ remoteDispatchFormatError(rerr, _("failed to get peer address: %s"),
+ virStrerror(errno, ebuf, sizeof ebuf));
VIR_FREE(localAddr);
goto error;
}
@@ -3062,7 +3139,9 @@ remoteDispatchAuthPolkit (struct qemud_server *server,
}
if (!(pkaction = polkit_action_new())) {
- VIR_ERROR(_("Failed to create polkit action %s\n"), strerror(errno));
+ char ebuf[1024];
+ VIR_ERROR(_("Failed to create polkit action %s\n"),
+ virStrerror(errno, ebuf, sizeof ebuf));
polkit_caller_unref(pkcaller);
goto authfail;
}
@@ -3070,9 +3149,10 @@ remoteDispatchAuthPolkit (struct qemud_server *server,
if (!(pkcontext = polkit_context_new()) ||
!polkit_context_init(pkcontext, &pkerr)) {
+ char ebuf[1024];
VIR_ERROR(_("Failed to create polkit context %s\n"),
(pkerr ? polkit_error_get_error_message(pkerr)
- : strerror(errno)));
+ : virStrerror(errno, ebuf, sizeof ebuf)));
if (pkerr)
polkit_error_free(pkerr);
polkit_caller_unref(pkcaller);
@@ -4162,6 +4242,84 @@ remoteDispatchNodeDeviceListCaps (struct qemud_server *server ATTRIBUTE_UNUSED,
}
+static int
+remoteDispatchNodeDeviceDettach (struct qemud_server *server ATTRIBUTE_UNUSED,
+ struct qemud_client *client ATTRIBUTE_UNUSED,
+ virConnectPtr conn,
+ remote_error *rerr,
+ remote_node_device_dettach_args *args,
+ void *ret ATTRIBUTE_UNUSED)
+{
+ virNodeDevicePtr dev;
+ CHECK_CONN(client);
+
+ dev = virNodeDeviceLookupByName(conn, args->name);
+ if (dev == NULL) {
+ remoteDispatchFormatError(rerr, "%s", _("node_device not found"));
+ return -1;
+ }
+
+ if (virNodeDeviceDettach(dev) == -1) {
+ remoteDispatchConnError(rerr, conn);
+ return -1;
+ }
+
+ return 0;
+}
+
+
+static int
+remoteDispatchNodeDeviceReAttach (struct qemud_server *server ATTRIBUTE_UNUSED,
+ struct qemud_client *client ATTRIBUTE_UNUSED,
+ virConnectPtr conn,
+ remote_error *rerr,
+ remote_node_device_re_attach_args *args,
+ void *ret ATTRIBUTE_UNUSED)
+{
+ virNodeDevicePtr dev;
+ CHECK_CONN(client);
+
+ dev = virNodeDeviceLookupByName(conn, args->name);
+ if (dev == NULL) {
+ remoteDispatchFormatError(rerr, "%s", _("node_device not found"));
+ return -1;
+ }
+
+ if (virNodeDeviceReAttach(dev) == -1) {
+ remoteDispatchConnError(rerr, conn);
+ return -1;
+ }
+
+ return 0;
+}
+
+
+static int
+remoteDispatchNodeDeviceReset (struct qemud_server *server ATTRIBUTE_UNUSED,
+ struct qemud_client *client ATTRIBUTE_UNUSED,
+ virConnectPtr conn,
+ remote_error *rerr,
+ remote_node_device_reset_args *args,
+ void *ret ATTRIBUTE_UNUSED)
+{
+ virNodeDevicePtr dev;
+ CHECK_CONN(client);
+
+ dev = virNodeDeviceLookupByName(conn, args->name);
+ if (dev == NULL) {
+ remoteDispatchFormatError(rerr, "%s", _("node_device not found"));
+ return -1;
+ }
+
+ if (virNodeDeviceReset(dev) == -1) {
+ remoteDispatchConnError(rerr, conn);
+ return -1;
+ }
+
+ return 0;
+}
+
+
/**************************
* Async Events
**************************/
diff --git a/qemud/remote_dispatch_args.h b/qemud/remote_dispatch_args.h
index a19ab79..6573729 100644
--- a/qemud/remote_dispatch_args.h
+++ b/qemud/remote_dispatch_args.h
@@ -99,3 +99,7 @@
remote_node_device_get_parent_args val_remote_node_device_get_parent_args;
remote_node_device_num_of_caps_args val_remote_node_device_num_of_caps_args;
remote_node_device_list_caps_args val_remote_node_device_list_caps_args;
+ remote_node_device_dettach_args val_remote_node_device_dettach_args;
+ remote_node_device_re_attach_args val_remote_node_device_re_attach_args;
+ remote_node_device_reset_args val_remote_node_device_reset_args;
+ remote_domain_get_security_label_args val_remote_domain_get_security_label_args;
diff --git a/qemud/remote_dispatch_prototypes.h b/qemud/remote_dispatch_prototypes.h
index 3ffb164..c44e5ce 100644
--- a/qemud/remote_dispatch_prototypes.h
+++ b/qemud/remote_dispatch_prototypes.h
@@ -184,6 +184,13 @@ static int remoteDispatchDomainGetSchedulerType(
remote_error *err,
remote_domain_get_scheduler_type_args *args,
remote_domain_get_scheduler_type_ret *ret);
+static int remoteDispatchDomainGetSecurityLabel(
+ struct qemud_server *server,
+ struct qemud_client *client,
+ virConnectPtr conn,
+ remote_error *err,
+ remote_domain_get_security_label_args *args,
+ remote_domain_get_security_label_ret *ret);
static int remoteDispatchDomainGetVcpus(
struct qemud_server *server,
struct qemud_client *client,
@@ -520,6 +527,13 @@ static int remoteDispatchNetworkUndefine(
remote_error *err,
remote_network_undefine_args *args,
void *ret);
+static int remoteDispatchNodeDeviceDettach(
+ struct qemud_server *server,
+ struct qemud_client *client,
+ virConnectPtr conn,
+ remote_error *err,
+ remote_node_device_dettach_args *args,
+ void *ret);
static int remoteDispatchNodeDeviceDumpXml(
struct qemud_server *server,
struct qemud_client *client,
@@ -555,6 +569,20 @@ static int remoteDispatchNodeDeviceNumOfCaps(
remote_error *err,
remote_node_device_num_of_caps_args *args,
remote_node_device_num_of_caps_ret *ret);
+static int remoteDispatchNodeDeviceReAttach(
+ struct qemud_server *server,
+ struct qemud_client *client,
+ virConnectPtr conn,
+ remote_error *err,
+ remote_node_device_re_attach_args *args,
+ void *ret);
+static int remoteDispatchNodeDeviceReset(
+ struct qemud_server *server,
+ struct qemud_client *client,
+ virConnectPtr conn,
+ remote_error *err,
+ remote_node_device_reset_args *args,
+ void *ret);
static int remoteDispatchNodeGetCellsFreeMemory(
struct qemud_server *server,
struct qemud_client *client,
@@ -576,6 +604,13 @@ static int remoteDispatchNodeGetInfo(
remote_error *err,
void *args,
remote_node_get_info_ret *ret);
+static int remoteDispatchNodeGetSecurityModel(
+ struct qemud_server *server,
+ struct qemud_client *client,
+ virConnectPtr conn,
+ remote_error *err,
+ void *args,
+ remote_node_get_security_model_ret *ret);
static int remoteDispatchNodeListDevices(
struct qemud_server *server,
struct qemud_client *client,
diff --git a/qemud/remote_dispatch_ret.h b/qemud/remote_dispatch_ret.h
index 563167f..136b1cc 100644
--- a/qemud/remote_dispatch_ret.h
+++ b/qemud/remote_dispatch_ret.h
@@ -86,3 +86,5 @@
remote_node_device_get_parent_ret val_remote_node_device_get_parent_ret;
remote_node_device_num_of_caps_ret val_remote_node_device_num_of_caps_ret;
remote_node_device_list_caps_ret val_remote_node_device_list_caps_ret;
+ remote_domain_get_security_label_ret val_remote_domain_get_security_label_ret;
+ remote_node_get_security_model_ret val_remote_node_get_security_model_ret;
diff --git a/qemud/remote_dispatch_table.h b/qemud/remote_dispatch_table.h
index 60f0e1c..75f184b 100644
--- a/qemud/remote_dispatch_table.h
+++ b/qemud/remote_dispatch_table.h
@@ -592,3 +592,28 @@
.args_filter = (xdrproc_t) xdr_remote_node_device_list_caps_args,
.ret_filter = (xdrproc_t) xdr_remote_node_device_list_caps_ret,
},
+{ /* NodeDeviceDettach => 118 */
+ .fn = (dispatch_fn) remoteDispatchNodeDeviceDettach,
+ .args_filter = (xdrproc_t) xdr_remote_node_device_dettach_args,
+ .ret_filter = (xdrproc_t) xdr_void,
+},
+{ /* NodeDeviceReAttach => 119 */
+ .fn = (dispatch_fn) remoteDispatchNodeDeviceReAttach,
+ .args_filter = (xdrproc_t) xdr_remote_node_device_re_attach_args,
+ .ret_filter = (xdrproc_t) xdr_void,
+},
+{ /* NodeDeviceReset => 120 */
+ .fn = (dispatch_fn) remoteDispatchNodeDeviceReset,
+ .args_filter = (xdrproc_t) xdr_remote_node_device_reset_args,
+ .ret_filter = (xdrproc_t) xdr_void,
+},
+{ /* DomainGetSecurityLabel => 118 */
+ .fn = (dispatch_fn) remoteDispatchDomainGetSecurityLabel,
+ .args_filter = (xdrproc_t) xdr_remote_domain_get_security_label_args,
+ .ret_filter = (xdrproc_t) xdr_remote_domain_get_security_label_ret,
+},
+{ /* NodeGetSecurityModel => 119 */
+ .fn = (dispatch_fn) remoteDispatchNodeGetSecurityModel,
+ .args_filter = (xdrproc_t) xdr_void,
+ .ret_filter = (xdrproc_t) xdr_remote_node_get_security_model_ret,
+},
diff --git a/qemud/remote_protocol.c b/qemud/remote_protocol.c
index 249614a..7f7c628 100644
--- a/qemud/remote_protocol.c
+++ b/qemud/remote_protocol.c
@@ -1166,6 +1166,43 @@ xdr_remote_domain_get_max_vcpus_ret (XDR *xdrs, remote_domain_get_max_vcpus_ret
}
bool_t
+xdr_remote_domain_get_security_label_args (XDR *xdrs, remote_domain_get_security_label_args *objp)
+{
+
+ if (!xdr_remote_nonnull_domain (xdrs, &objp->dom))
+ return FALSE;
+ return TRUE;
+}
+
+bool_t
+xdr_remote_domain_get_security_label_ret (XDR *xdrs, remote_domain_get_security_label_ret *objp)
+{
+ char **objp_cpp0 = (char **) (void *) &objp->label.label_val;
+
+ if (!xdr_array (xdrs, objp_cpp0, (u_int *) &objp->label.label_len, REMOTE_SECURITY_LABEL_MAX,
+ sizeof (char), (xdrproc_t) xdr_char))
+ return FALSE;
+ if (!xdr_int (xdrs, &objp->enforcing))
+ return FALSE;
+ return TRUE;
+}
+
+bool_t
+xdr_remote_node_get_security_model_ret (XDR *xdrs, remote_node_get_security_model_ret *objp)
+{
+ char **objp_cpp1 = (char **) (void *) &objp->doi.doi_val;
+ char **objp_cpp0 = (char **) (void *) &objp->model.model_val;
+
+ if (!xdr_array (xdrs, objp_cpp0, (u_int *) &objp->model.model_len, REMOTE_SECURITY_MODEL_MAX,
+ sizeof (char), (xdrproc_t) xdr_char))
+ return FALSE;
+ if (!xdr_array (xdrs, objp_cpp1, (u_int *) &objp->doi.doi_len, REMOTE_SECURITY_DOI_MAX,
+ sizeof (char), (xdrproc_t) xdr_char))
+ return FALSE;
+ return TRUE;
+}
+
+bool_t
xdr_remote_domain_attach_device_args (XDR *xdrs, remote_domain_attach_device_args *objp)
{
@@ -2166,6 +2203,33 @@ xdr_remote_node_device_list_caps_ret (XDR *xdrs, remote_node_device_list_caps_re
}
bool_t
+xdr_remote_node_device_dettach_args (XDR *xdrs, remote_node_device_dettach_args *objp)
+{
+
+ if (!xdr_remote_nonnull_string (xdrs, &objp->name))
+ return FALSE;
+ return TRUE;
+}
+
+bool_t
+xdr_remote_node_device_re_attach_args (XDR *xdrs, remote_node_device_re_attach_args *objp)
+{
+
+ if (!xdr_remote_nonnull_string (xdrs, &objp->name))
+ return FALSE;
+ return TRUE;
+}
+
+bool_t
+xdr_remote_node_device_reset_args (XDR *xdrs, remote_node_device_reset_args *objp)
+{
+
+ if (!xdr_remote_nonnull_string (xdrs, &objp->name))
+ return FALSE;
+ return TRUE;
+}
+
+bool_t
xdr_remote_domain_events_register_ret (XDR *xdrs, remote_domain_events_register_ret *objp)
{
diff --git a/qemud/remote_protocol.h b/qemud/remote_protocol.h
index 912d8e3..75def5e 100644
--- a/qemud/remote_protocol.h
+++ b/qemud/remote_protocol.h
@@ -38,6 +38,9 @@ typedef remote_nonnull_string *remote_string;
#define REMOTE_AUTH_TYPE_LIST_MAX 20
#define REMOTE_DOMAIN_BLOCK_PEEK_BUFFER_MAX 65536
#define REMOTE_DOMAIN_MEMORY_PEEK_BUFFER_MAX 65536
+#define REMOTE_SECURITY_MODEL_MAX VIR_SECURITY_MODEL_BUFLEN
+#define REMOTE_SECURITY_LABEL_MAX VIR_SECURITY_LABEL_BUFLEN
+#define REMOTE_SECURITY_DOI_MAX VIR_SECURITY_DOI_BUFLEN
typedef char remote_uuid[VIR_UUID_BUFLEN];
@@ -637,6 +640,32 @@ struct remote_domain_get_max_vcpus_ret {
};
typedef struct remote_domain_get_max_vcpus_ret remote_domain_get_max_vcpus_ret;
+struct remote_domain_get_security_label_args {
+ remote_nonnull_domain dom;
+};
+typedef struct remote_domain_get_security_label_args remote_domain_get_security_label_args;
+
+struct remote_domain_get_security_label_ret {
+ struct {
+ u_int label_len;
+ char *label_val;
+ } label;
+ int enforcing;
+};
+typedef struct remote_domain_get_security_label_ret remote_domain_get_security_label_ret;
+
+struct remote_node_get_security_model_ret {
+ struct {
+ u_int model_len;
+ char *model_val;
+ } model;
+ struct {
+ u_int doi_len;
+ char *doi_val;
+ } doi;
+};
+typedef struct remote_node_get_security_model_ret remote_node_get_security_model_ret;
+
struct remote_domain_attach_device_args {
remote_nonnull_domain dom;
remote_nonnull_string xml;
@@ -1211,6 +1240,21 @@ struct remote_node_device_list_caps_ret {
};
typedef struct remote_node_device_list_caps_ret remote_node_device_list_caps_ret;
+struct remote_node_device_dettach_args {
+ remote_nonnull_string name;
+};
+typedef struct remote_node_device_dettach_args remote_node_device_dettach_args;
+
+struct remote_node_device_re_attach_args {
+ remote_nonnull_string name;
+};
+typedef struct remote_node_device_re_attach_args remote_node_device_re_attach_args;
+
+struct remote_node_device_reset_args {
+ remote_nonnull_string name;
+};
+typedef struct remote_node_device_reset_args remote_node_device_reset_args;
+
struct remote_domain_events_register_ret {
int cb_registered;
};
@@ -1348,6 +1392,11 @@ enum remote_procedure {
REMOTE_PROC_NODE_DEVICE_GET_PARENT = 115,
REMOTE_PROC_NODE_DEVICE_NUM_OF_CAPS = 116,
REMOTE_PROC_NODE_DEVICE_LIST_CAPS = 117,
+ REMOTE_PROC_NODE_DEVICE_DETTACH = 118,
+ REMOTE_PROC_NODE_DEVICE_RE_ATTACH = 119,
+ REMOTE_PROC_NODE_DEVICE_RESET = 120,
+ REMOTE_PROC_DOMAIN_GET_SECURITY_LABEL = 121,
+ REMOTE_PROC_NODE_GET_SECURITY_MODEL = 122,
};
typedef enum remote_procedure remote_procedure;
@@ -1474,6 +1523,9 @@ extern bool_t xdr_remote_domain_get_vcpus_args (XDR *, remote_domain_get_vcpus_
extern bool_t xdr_remote_domain_get_vcpus_ret (XDR *, remote_domain_get_vcpus_ret*);
extern bool_t xdr_remote_domain_get_max_vcpus_args (XDR *, remote_domain_get_max_vcpus_args*);
extern bool_t xdr_remote_domain_get_max_vcpus_ret (XDR *, remote_domain_get_max_vcpus_ret*);
+extern bool_t xdr_remote_domain_get_security_label_args (XDR *, remote_domain_get_security_label_args*);
+extern bool_t xdr_remote_domain_get_security_label_ret (XDR *, remote_domain_get_security_label_ret*);
+extern bool_t xdr_remote_node_get_security_model_ret (XDR *, remote_node_get_security_model_ret*);
extern bool_t xdr_remote_domain_attach_device_args (XDR *, remote_domain_attach_device_args*);
extern bool_t xdr_remote_domain_detach_device_args (XDR *, remote_domain_detach_device_args*);
extern bool_t xdr_remote_domain_get_autostart_args (XDR *, remote_domain_get_autostart_args*);
@@ -1574,6 +1626,9 @@ extern bool_t xdr_remote_node_device_num_of_caps_args (XDR *, remote_node_devic
extern bool_t xdr_remote_node_device_num_of_caps_ret (XDR *, remote_node_device_num_of_caps_ret*);
extern bool_t xdr_remote_node_device_list_caps_args (XDR *, remote_node_device_list_caps_args*);
extern bool_t xdr_remote_node_device_list_caps_ret (XDR *, remote_node_device_list_caps_ret*);
+extern bool_t xdr_remote_node_device_dettach_args (XDR *, remote_node_device_dettach_args*);
+extern bool_t xdr_remote_node_device_re_attach_args (XDR *, remote_node_device_re_attach_args*);
+extern bool_t xdr_remote_node_device_reset_args (XDR *, remote_node_device_reset_args*);
extern bool_t xdr_remote_domain_events_register_ret (XDR *, remote_domain_events_register_ret*);
extern bool_t xdr_remote_domain_events_deregister_ret (XDR *, remote_domain_events_deregister_ret*);
extern bool_t xdr_remote_domain_event_ret (XDR *, remote_domain_event_ret*);
@@ -1679,6 +1734,9 @@ extern bool_t xdr_remote_domain_get_vcpus_args ();
extern bool_t xdr_remote_domain_get_vcpus_ret ();
extern bool_t xdr_remote_domain_get_max_vcpus_args ();
extern bool_t xdr_remote_domain_get_max_vcpus_ret ();
+extern bool_t xdr_remote_domain_get_security_label_args ();
+extern bool_t xdr_remote_domain_get_security_label_ret ();
+extern bool_t xdr_remote_node_get_security_model_ret ();
extern bool_t xdr_remote_domain_attach_device_args ();
extern bool_t xdr_remote_domain_detach_device_args ();
extern bool_t xdr_remote_domain_get_autostart_args ();
@@ -1779,6 +1837,9 @@ extern bool_t xdr_remote_node_device_num_of_caps_args ();
extern bool_t xdr_remote_node_device_num_of_caps_ret ();
extern bool_t xdr_remote_node_device_list_caps_args ();
extern bool_t xdr_remote_node_device_list_caps_ret ();
+extern bool_t xdr_remote_node_device_dettach_args ();
+extern bool_t xdr_remote_node_device_re_attach_args ();
+extern bool_t xdr_remote_node_device_reset_args ();
extern bool_t xdr_remote_domain_events_register_ret ();
extern bool_t xdr_remote_domain_events_deregister_ret ();
extern bool_t xdr_remote_domain_event_ret ();
diff --git a/qemud/remote_protocol.x b/qemud/remote_protocol.x
index 2a6035b..2d8e6a2 100644
--- a/qemud/remote_protocol.x
+++ b/qemud/remote_protocol.x
@@ -115,6 +115,21 @@ const REMOTE_DOMAIN_BLOCK_PEEK_BUFFER_MAX = 65536;
*/
const REMOTE_DOMAIN_MEMORY_PEEK_BUFFER_MAX = 65536;
+/*
+ * Maximum length of a security model field.
+ */
+const REMOTE_SECURITY_MODEL_MAX = VIR_SECURITY_MODEL_BUFLEN;
+
+/*
+ * Maximum length of a security label field.
+ */
+const REMOTE_SECURITY_LABEL_MAX = VIR_SECURITY_LABEL_BUFLEN;
+
+/*
+ * Maximum length of a security DOI field.
+ */
+const REMOTE_SECURITY_DOI_MAX = VIR_SECURITY_DOI_BUFLEN;
+
/* UUID. VIR_UUID_BUFLEN definition comes from libvirt.h */
typedef opaque remote_uuid[VIR_UUID_BUFLEN];
@@ -617,6 +632,20 @@ struct remote_domain_get_max_vcpus_ret {
int num;
};
+struct remote_domain_get_security_label_args {
+ remote_nonnull_domain dom;
+};
+
+struct remote_domain_get_security_label_ret {
+ char label<REMOTE_SECURITY_LABEL_MAX>;
+ int enforcing;
+};
+
+struct remote_node_get_security_model_ret {
+ char model<REMOTE_SECURITY_MODEL_MAX>;
+ char doi<REMOTE_SECURITY_DOI_MAX>;
+};
+
struct remote_domain_attach_device_args {
remote_nonnull_domain dom;
remote_nonnull_string xml;
@@ -1068,6 +1097,18 @@ struct remote_node_device_list_caps_ret {
remote_nonnull_string names<REMOTE_NODE_DEVICE_CAPS_LIST_MAX>;
};
+struct remote_node_device_dettach_args {
+ remote_nonnull_string name;
+};
+
+struct remote_node_device_re_attach_args {
+ remote_nonnull_string name;
+};
+
+struct remote_node_device_reset_args {
+ remote_nonnull_string name;
+};
+
/**
* Events Register/Deregister:
@@ -1223,7 +1264,13 @@ enum remote_procedure {
REMOTE_PROC_NODE_DEVICE_DUMP_XML = 114,
REMOTE_PROC_NODE_DEVICE_GET_PARENT = 115,
REMOTE_PROC_NODE_DEVICE_NUM_OF_CAPS = 116,
- REMOTE_PROC_NODE_DEVICE_LIST_CAPS = 117
+ REMOTE_PROC_NODE_DEVICE_LIST_CAPS = 117,
+ REMOTE_PROC_NODE_DEVICE_DETTACH = 118,
+ REMOTE_PROC_NODE_DEVICE_RE_ATTACH = 119,
+ REMOTE_PROC_NODE_DEVICE_RESET = 120,
+
+ REMOTE_PROC_DOMAIN_GET_SECURITY_LABEL = 121,
+ REMOTE_PROC_NODE_GET_SECURITY_MODEL = 122
};
/* Custom RPC structure. */
diff --git a/src/Makefile.am b/src/Makefile.am
index 9d934b4..d5aac11 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -48,6 +48,7 @@ UTIL_SOURCES = \
iptables.c iptables.h \
logging.c logging.h \
memory.c memory.h \
+ pci.c pci.h \
qparams.c qparams.h \
threads.c threads.h \
threads-pthread.h \
@@ -139,7 +140,7 @@ UML_DRIVER_SOURCES = \
NETWORK_DRIVER_SOURCES = \
network_driver.h network_driver.c
-# And finally storage backend specific impls
+# Storage backend specific impls
STORAGE_DRIVER_SOURCES = \
storage_driver.h storage_driver.c \
storage_backend.h storage_backend.c
@@ -165,6 +166,14 @@ STORAGE_HELPER_DISK_SOURCES = \
parthelper.c
+# Security framework and drivers for various models
+SECURITY_DRIVER_SOURCES = \
+ security.h security.c
+
+SECURITY_DRIVER_SELINUX_SOURCES = \
+ security_selinux.h security_selinux.c
+
+
NODE_DEVICE_DRIVER_SOURCES = \
node_device.c node_device.h
@@ -378,6 +387,13 @@ endif
endif
+libvirt_driver_security_la_SOURCES = $(SECURITY_DRIVER_SOURCES)
+noinst_LTLIBRARIES += libvirt_driver_security.la
+libvirt_la_LIBADD += libvirt_driver_security.la
+if WITH_SECDRIVER_SELINUX
+libvirt_driver_security_la_SOURCES += $(SECURITY_DRIVER_SELINUX_SOURCES)
+endif
+
# Add all conditional sources just in case...
EXTRA_DIST += \
$(TEST_DRIVER_SOURCES) \
@@ -510,6 +526,7 @@ virsh-net-edit.c: virsh.c Makefile.am
-e 's/Domain/Network/g' \
-e 's/cmdEdit/cmdNetworkEdit/g' \
-e 's/dom/network/g' \
+ -e 's/int flags.*/int flags = 0;/g' \
>> $@-tmp
chmod a-w $@-tmp
rm -f $@
@@ -528,6 +545,7 @@ virsh-pool-edit.c: virsh.c Makefile.am
-e 's/cmdEdit/cmdPoolEdit/g' \
-e 's/\(virStoragePoolDefineXML.*\));/\1, 0);/' \
-e 's/dom/pool/g' \
+ -e 's/int flags.*/int flags = 0;/g' \
>> $@-tmp
chmod a-w $@-tmp
rm -f $@
diff --git a/src/Makefile.in b/src/Makefile.in
index ed9cd71..5f3dfac 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -77,6 +77,7 @@ host_triplet = @host@
@HAVE_DEVKIT_TRUE@@WITH_NODE_DEVICES_TRUE at am__append_38 = $(DEVKIT_CFLAGS)
@HAVE_DEVKIT_TRUE@@WITH_NODE_DEVICES_TRUE at am__append_39 = $(DEVKIT_LIBS)
@WITH_DRIVER_MODULES_TRUE@@WITH_NODE_DEVICES_TRUE at am__append_40 = -module -avoid-version
+ at WITH_SECDRIVER_SELINUX_TRUE@am__append_41 = $(SECURITY_DRIVER_SELINUX_SOURCES)
#
# Build our version script. This is composed of three parts:
@@ -96,15 +97,15 @@ host_triplet = @host@
# except that build options (such as --enable-debug) can mean these
# symbols aren't present at all.
#
- at ENABLE_DEBUG_TRUE@am__append_41 = libvirt_debug.syms
- at WITH_DRIVER_MODULES_TRUE@am__append_42 = libvirt_driver_modules.syms
- at WITH_BRIDGE_TRUE@am__append_43 = libvirt_bridge.syms
- at WITH_LINUX_TRUE@am__append_44 = libvirt_linux.syms
+ at ENABLE_DEBUG_TRUE@am__append_42 = libvirt_debug.syms
+ at WITH_DRIVER_MODULES_TRUE@am__append_43 = libvirt_driver_modules.syms
+ at WITH_BRIDGE_TRUE@am__append_44 = libvirt_bridge.syms
+ at WITH_LINUX_TRUE@am__append_45 = libvirt_linux.syms
bin_PROGRAMS = virsh$(EXEEXT)
- at WITH_WIN_ICON_TRUE@am__append_45 = virsh_win_icon.$(OBJEXT)
+ at WITH_WIN_ICON_TRUE@am__append_46 = virsh_win_icon.$(OBJEXT)
libexec_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2)
- at WITH_LIBVIRTD_TRUE@@WITH_STORAGE_DISK_TRUE at am__append_46 = libvirt_parthelper
- at WITH_LIBVIRTD_TRUE@@WITH_LXC_TRUE at am__append_47 = libvirt_lxc
+ at WITH_LIBVIRTD_TRUE@@WITH_STORAGE_DISK_TRUE at am__append_47 = libvirt_parthelper
+ at WITH_LIBVIRTD_TRUE@@WITH_LXC_TRUE at am__append_48 = libvirt_lxc
subdir = src
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -321,6 +322,16 @@ libvirt_driver_remote_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
@WITH_DRIVER_MODULES_FALSE@@WITH_REMOTE_TRUE at am_libvirt_driver_remote_la_rpath =
@WITH_DRIVER_MODULES_TRUE@@WITH_REMOTE_TRUE at am_libvirt_driver_remote_la_rpath = \
@WITH_DRIVER_MODULES_TRUE@@WITH_REMOTE_TRUE@ -rpath $(moddir)
+libvirt_driver_security_la_LIBADD =
+am__libvirt_driver_security_la_SOURCES_DIST = security.h security.c \
+ security_selinux.h security_selinux.c
+am__objects_16 = security.lo
+am__objects_17 = security_selinux.lo
+ at WITH_SECDRIVER_SELINUX_TRUE@am__objects_18 = $(am__objects_17)
+am_libvirt_driver_security_la_OBJECTS = $(am__objects_16) \
+ $(am__objects_18)
+libvirt_driver_security_la_OBJECTS = \
+ $(am_libvirt_driver_security_la_OBJECTS)
libvirt_driver_storage_la_LIBADD =
am__libvirt_driver_storage_la_SOURCES_DIST = storage_driver.h \
storage_driver.c storage_backend.h storage_backend.c \
@@ -328,18 +339,18 @@ am__libvirt_driver_storage_la_SOURCES_DIST = storage_driver.h \
storage_backend_logical.h storage_backend_logical.c \
storage_backend_iscsi.h storage_backend_iscsi.c \
storage_backend_disk.h storage_backend_disk.c
-am__objects_16 = storage_driver.lo storage_backend.lo
-am__objects_17 = storage_backend_fs.lo
- at WITH_STORAGE_DIR_TRUE@am__objects_18 = $(am__objects_16) \
- at WITH_STORAGE_DIR_TRUE@ $(am__objects_17)
-am__objects_19 = storage_backend_logical.lo
- at WITH_STORAGE_LVM_TRUE@am__objects_20 = $(am__objects_19)
-am__objects_21 = storage_backend_iscsi.lo
- at WITH_STORAGE_ISCSI_TRUE@am__objects_22 = $(am__objects_21)
-am__objects_23 = storage_backend_disk.lo
- at WITH_STORAGE_DISK_TRUE@am__objects_24 = $(am__objects_23)
-am_libvirt_driver_storage_la_OBJECTS = $(am__objects_18) \
- $(am__objects_20) $(am__objects_22) $(am__objects_24)
+am__objects_19 = storage_driver.lo storage_backend.lo
+am__objects_20 = storage_backend_fs.lo
+ at WITH_STORAGE_DIR_TRUE@am__objects_21 = $(am__objects_19) \
+ at WITH_STORAGE_DIR_TRUE@ $(am__objects_20)
+am__objects_22 = storage_backend_logical.lo
+ at WITH_STORAGE_LVM_TRUE@am__objects_23 = $(am__objects_22)
+am__objects_24 = storage_backend_iscsi.lo
+ at WITH_STORAGE_ISCSI_TRUE@am__objects_25 = $(am__objects_24)
+am__objects_26 = storage_backend_disk.lo
+ at WITH_STORAGE_DISK_TRUE@am__objects_27 = $(am__objects_26)
+am_libvirt_driver_storage_la_OBJECTS = $(am__objects_21) \
+ $(am__objects_23) $(am__objects_25) $(am__objects_27)
libvirt_driver_storage_la_OBJECTS = \
$(am_libvirt_driver_storage_la_OBJECTS)
libvirt_driver_storage_la_LINK = $(LIBTOOL) --tag=CC \
@@ -352,8 +363,8 @@ libvirt_driver_storage_la_LINK = $(LIBTOOL) --tag=CC \
@WITH_DRIVER_MODULES_TRUE@@WITH_STORAGE_DIR_TRUE@ $(moddir)
libvirt_driver_test_la_LIBADD =
am__libvirt_driver_test_la_SOURCES_DIST = test.c test.h
-am__objects_25 = test.lo
- at WITH_TEST_TRUE@am_libvirt_driver_test_la_OBJECTS = $(am__objects_25)
+am__objects_28 = test.lo
+ at WITH_TEST_TRUE@am_libvirt_driver_test_la_OBJECTS = $(am__objects_28)
libvirt_driver_test_la_OBJECTS = $(am_libvirt_driver_test_la_OBJECTS)
libvirt_driver_test_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
@@ -364,9 +375,9 @@ libvirt_driver_test_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
libvirt_driver_uml_la_LIBADD =
am__libvirt_driver_uml_la_SOURCES_DIST = uml_conf.c uml_conf.h \
uml_driver.c uml_driver.h
-am__objects_26 = libvirt_driver_uml_la-uml_conf.lo \
+am__objects_29 = libvirt_driver_uml_la-uml_conf.lo \
libvirt_driver_uml_la-uml_driver.lo
- at WITH_UML_TRUE@am_libvirt_driver_uml_la_OBJECTS = $(am__objects_26)
+ at WITH_UML_TRUE@am_libvirt_driver_uml_la_OBJECTS = $(am__objects_29)
libvirt_driver_uml_la_OBJECTS = $(am_libvirt_driver_uml_la_OBJECTS)
libvirt_driver_uml_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) \
@@ -381,16 +392,16 @@ am__libvirt_driver_xen_la_SOURCES_DIST = proxy_internal.c \
xen_unified.c xen_unified.h xend_internal.c xend_internal.h \
xm_internal.c xm_internal.h xs_internal.c xs_internal.h \
xen_inotify.c xen_inotify.h
- at WITH_XEN_INOTIFY_TRUE@am__objects_27 = \
+ at WITH_XEN_INOTIFY_TRUE@am__objects_30 = \
@WITH_XEN_INOTIFY_TRUE@ libvirt_driver_xen_la-xen_inotify.lo
-am__objects_28 = libvirt_driver_xen_la-proxy_internal.lo \
+am__objects_31 = libvirt_driver_xen_la-proxy_internal.lo \
libvirt_driver_xen_la-sexpr.lo \
libvirt_driver_xen_la-xen_internal.lo \
libvirt_driver_xen_la-xen_unified.lo \
libvirt_driver_xen_la-xend_internal.lo \
libvirt_driver_xen_la-xm_internal.lo \
- libvirt_driver_xen_la-xs_internal.lo $(am__objects_27)
- at WITH_XEN_TRUE@am_libvirt_driver_xen_la_OBJECTS = $(am__objects_28)
+ libvirt_driver_xen_la-xs_internal.lo $(am__objects_30)
+ at WITH_XEN_TRUE@am_libvirt_driver_xen_la_OBJECTS = $(am__objects_31)
libvirt_driver_xen_la_OBJECTS = $(am_libvirt_driver_xen_la_OBJECTS)
libvirt_driver_xen_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) \
@@ -401,19 +412,19 @@ libvirt_driver_xen_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
@WITH_DRIVER_MODULES_TRUE@@WITH_XEN_TRUE@ -rpath $(moddir)
am__DEPENDENCIES_1 = libvirt_util.la libvirt_driver.la $(am__append_4) \
$(am__append_7) $(am__append_11) $(am__append_15) \
- ../gnulib/lib/libgnu.la
+ libvirt_driver_security.la ../gnulib/lib/libgnu.la
libvirt_test_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
-am__objects_29 =
-am_libvirt_test_la_OBJECTS = $(am__objects_29)
+am__objects_32 =
+am_libvirt_test_la_OBJECTS = $(am__objects_32)
libvirt_test_la_OBJECTS = $(am_libvirt_test_la_OBJECTS)
libvirt_test_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libvirt_test_la_CFLAGS) \
$(CFLAGS) $(libvirt_test_la_LDFLAGS) $(LDFLAGS) -o $@
libvirt_util_la_LIBADD =
-am__objects_30 = bridge.lo buf.lo conf.lo event.lo hash.lo iptables.lo \
- logging.lo memory.lo qparams.lo threads.lo uuid.lo util.lo \
- virterror.lo xml.lo
-am_libvirt_util_la_OBJECTS = $(am__objects_30)
+am__objects_33 = bridge.lo buf.lo conf.lo event.lo hash.lo iptables.lo \
+ logging.lo memory.lo pci.lo qparams.lo threads.lo uuid.lo \
+ util.lo virterror.lo xml.lo
+am_libvirt_util_la_OBJECTS = $(am__objects_33)
libvirt_util_la_OBJECTS = $(am_libvirt_util_la_OBJECTS)
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
@WITH_LIBVIRTD_TRUE@@WITH_STORAGE_DISK_TRUE at am__EXEEXT_1 = libvirt_parthelper$(EXEEXT)
@@ -425,30 +436,30 @@ am__libvirt_lxc_SOURCES_DIST = lxc_conf.c lxc_conf.h lxc_container.c \
lxc_container.h lxc_controller.c veth.c veth.h cgroup.c \
cgroup.h bridge.c bridge.h buf.c buf.h conf.c conf.h event.c \
event.h hash.c hash.h iptables.c iptables.h logging.c \
- logging.h memory.c memory.h qparams.c qparams.h threads.c \
- threads.h threads-pthread.h threads-win32.h uuid.c uuid.h \
- util.c util.h virterror.c virterror_internal.h xml.c xml.h \
- capabilities.c capabilities.h domain_conf.c domain_conf.h \
- nodeinfo.h nodeinfo.c
-am__objects_31 = libvirt_lxc-lxc_conf.$(OBJEXT) \
+ logging.h memory.c memory.h pci.c pci.h qparams.c qparams.h \
+ threads.c threads.h threads-pthread.h threads-win32.h uuid.c \
+ uuid.h util.c util.h virterror.c virterror_internal.h xml.c \
+ xml.h capabilities.c capabilities.h domain_conf.c \
+ domain_conf.h nodeinfo.h nodeinfo.c
+am__objects_34 = libvirt_lxc-lxc_conf.$(OBJEXT) \
libvirt_lxc-lxc_container.$(OBJEXT) \
libvirt_lxc-lxc_controller.$(OBJEXT) \
libvirt_lxc-veth.$(OBJEXT) libvirt_lxc-cgroup.$(OBJEXT)
-am__objects_32 = libvirt_lxc-bridge.$(OBJEXT) \
+am__objects_35 = libvirt_lxc-bridge.$(OBJEXT) \
libvirt_lxc-buf.$(OBJEXT) libvirt_lxc-conf.$(OBJEXT) \
libvirt_lxc-event.$(OBJEXT) libvirt_lxc-hash.$(OBJEXT) \
libvirt_lxc-iptables.$(OBJEXT) libvirt_lxc-logging.$(OBJEXT) \
- libvirt_lxc-memory.$(OBJEXT) libvirt_lxc-qparams.$(OBJEXT) \
- libvirt_lxc-threads.$(OBJEXT) libvirt_lxc-uuid.$(OBJEXT) \
- libvirt_lxc-util.$(OBJEXT) libvirt_lxc-virterror.$(OBJEXT) \
- libvirt_lxc-xml.$(OBJEXT)
-am__objects_33 = libvirt_lxc-capabilities.$(OBJEXT) \
+ libvirt_lxc-memory.$(OBJEXT) libvirt_lxc-pci.$(OBJEXT) \
+ libvirt_lxc-qparams.$(OBJEXT) libvirt_lxc-threads.$(OBJEXT) \
+ libvirt_lxc-uuid.$(OBJEXT) libvirt_lxc-util.$(OBJEXT) \
+ libvirt_lxc-virterror.$(OBJEXT) libvirt_lxc-xml.$(OBJEXT)
+am__objects_36 = libvirt_lxc-capabilities.$(OBJEXT) \
libvirt_lxc-domain_conf.$(OBJEXT) \
libvirt_lxc-nodeinfo.$(OBJEXT)
@WITH_LIBVIRTD_TRUE@@WITH_LXC_TRUE at am_libvirt_lxc_OBJECTS = \
- at WITH_LIBVIRTD_TRUE@@WITH_LXC_TRUE@ $(am__objects_31) \
- at WITH_LIBVIRTD_TRUE@@WITH_LXC_TRUE@ $(am__objects_32) \
- at WITH_LIBVIRTD_TRUE@@WITH_LXC_TRUE@ $(am__objects_33)
+ at WITH_LIBVIRTD_TRUE@@WITH_LXC_TRUE@ $(am__objects_34) \
+ at WITH_LIBVIRTD_TRUE@@WITH_LXC_TRUE@ $(am__objects_35) \
+ at WITH_LIBVIRTD_TRUE@@WITH_LXC_TRUE@ $(am__objects_36)
libvirt_lxc_OBJECTS = $(am_libvirt_lxc_OBJECTS)
am__DEPENDENCIES_2 =
@WITH_LIBVIRTD_TRUE@@WITH_LXC_TRUE at libvirt_lxc_DEPENDENCIES = \
@@ -459,9 +470,9 @@ libvirt_lxc_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libvirt_lxc_CFLAGS) \
$(CFLAGS) $(libvirt_lxc_LDFLAGS) $(LDFLAGS) -o $@
am__libvirt_parthelper_SOURCES_DIST = parthelper.c
-am__objects_34 = libvirt_parthelper-parthelper.$(OBJEXT)
+am__objects_37 = libvirt_parthelper-parthelper.$(OBJEXT)
@WITH_LIBVIRTD_TRUE@@WITH_STORAGE_DISK_TRUE at am_libvirt_parthelper_OBJECTS = \
- at WITH_LIBVIRTD_TRUE@@WITH_STORAGE_DISK_TRUE@ $(am__objects_34)
+ at WITH_LIBVIRTD_TRUE@@WITH_STORAGE_DISK_TRUE@ $(am__objects_37)
libvirt_parthelper_OBJECTS = $(am_libvirt_parthelper_OBJECTS)
@WITH_LIBVIRTD_TRUE@@WITH_STORAGE_DISK_TRUE at libvirt_parthelper_DEPENDENCIES = $(am__DEPENDENCIES_2)
libvirt_parthelper_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
@@ -472,7 +483,7 @@ am_virsh_OBJECTS = virsh-console.$(OBJEXT) virsh-virsh.$(OBJEXT)
virsh_OBJECTS = $(am_virsh_OBJECTS)
virsh_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_2) \
$(am__DEPENDENCIES_2) libvirt.la ../gnulib/lib/libgnu.la \
- $(am__DEPENDENCIES_2) $(am__append_45)
+ $(am__DEPENDENCIES_2) $(am__append_46)
virsh_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CCLD) $(virsh_CFLAGS) $(CFLAGS) $(virsh_LDFLAGS) \
$(LDFLAGS) -o $@
@@ -495,6 +506,7 @@ SOURCES = $(libvirt_la_SOURCES) $(libvirt_driver_la_SOURCES) \
$(libvirt_driver_openvz_la_SOURCES) \
$(libvirt_driver_qemu_la_SOURCES) \
$(libvirt_driver_remote_la_SOURCES) \
+ $(libvirt_driver_security_la_SOURCES) \
$(libvirt_driver_storage_la_SOURCES) \
$(libvirt_driver_test_la_SOURCES) \
$(libvirt_driver_uml_la_SOURCES) \
@@ -508,6 +520,7 @@ DIST_SOURCES = $(libvirt_la_SOURCES) $(libvirt_driver_la_SOURCES) \
$(am__libvirt_driver_openvz_la_SOURCES_DIST) \
$(am__libvirt_driver_qemu_la_SOURCES_DIST) \
$(am__libvirt_driver_remote_la_SOURCES_DIST) \
+ $(am__libvirt_driver_security_la_SOURCES_DIST) \
$(am__libvirt_driver_storage_la_SOURCES_DIST) \
$(am__libvirt_driver_test_la_SOURCES_DIST) \
$(am__libvirt_driver_uml_la_SOURCES_DIST) \
@@ -876,6 +889,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
@@ -1163,6 +1177,7 @@ UTIL_SOURCES = \
iptables.c iptables.h \
logging.c logging.h \
memory.c memory.h \
+ pci.c pci.h \
qparams.c qparams.h \
threads.c threads.h \
threads-pthread.h \
@@ -1248,7 +1263,7 @@ NETWORK_DRIVER_SOURCES = \
network_driver.h network_driver.c
-# And finally storage backend specific impls
+# Storage backend specific impls
STORAGE_DRIVER_SOURCES = \
storage_driver.h storage_driver.c \
storage_backend.h storage_backend.c
@@ -1274,6 +1289,14 @@ STORAGE_DRIVER_DISK_SOURCES = \
STORAGE_HELPER_DISK_SOURCES = \
parthelper.c
+
+# Security framework and drivers for various models
+SECURITY_DRIVER_SOURCES = \
+ security.h security.c
+
+SECURITY_DRIVER_SELINUX_SOURCES = \
+ security_selinux.h security_selinux.c
+
NODE_DEVICE_DRIVER_SOURCES = \
node_device.c node_device.h
@@ -1297,10 +1320,11 @@ noinst_LTLIBRARIES = libvirt_util.la libvirt_driver.la $(am__append_3) \
$(am__append_6) $(am__append_10) $(am__append_14) \
$(am__append_17) $(am__append_20) $(am__append_22) \
$(am__append_25) $(am__append_27) $(am__append_33) \
- libvirt_test.la
+ libvirt_driver_security.la libvirt_test.la
libvirt_la_LIBADD = libvirt_util.la libvirt_driver.la $(am__append_4) \
$(am__append_7) $(am__append_11) $(am__append_15) \
- @CYGWIN_EXTRA_LIBADD@ ../gnulib/lib/libgnu.la
+ libvirt_driver_security.la @CYGWIN_EXTRA_LIBADD@ \
+ ../gnulib/lib/libgnu.la
libvirt_util_la_SOURCES = \
$(UTIL_SOURCES)
@@ -1313,8 +1337,8 @@ libvirt_driver_la_SOURCES = \
libvirt_driver_la_CFLAGS = $(XEN_CFLAGS) $(NUMACTL_CFLAGS)
libvirt_driver_la_LDFLAGS = $(XEN_LIBS) $(NUMACTL_LIBS)
-USED_SYM_FILES = libvirt_private.syms $(am__append_41) \
- $(am__append_42) $(am__append_43) $(am__append_44)
+USED_SYM_FILES = libvirt_private.syms $(am__append_42) \
+ $(am__append_43) $(am__append_44) $(am__append_45)
@WITH_DRIVER_MODULES_TRUE@@WITH_TEST_TRUE at libvirt_driver_test_la_LDFLAGS = -module -avoid-version
@WITH_TEST_TRUE at libvirt_driver_test_la_SOURCES = $(TEST_DRIVER_SOURCES)
@WITH_REMOTE_TRUE at libvirt_driver_remote_la_CFLAGS = \
@@ -1367,6 +1391,8 @@ libvirt_driver_storage_la_SOURCES = $(am__append_28) $(am__append_29) \
@WITH_NODE_DEVICES_TRUE at libvirt_driver_nodedev_la_LDFLAGS = \
@WITH_NODE_DEVICES_TRUE@ $(am__append_36) $(am__append_39) \
@WITH_NODE_DEVICES_TRUE@ $(am__append_40)
+libvirt_driver_security_la_SOURCES = $(SECURITY_DRIVER_SOURCES) \
+ $(am__append_41)
# Empty source list - it merely links a bunch of convenience libs together
libvirt_la_SOURCES =
@@ -1399,7 +1425,7 @@ virsh_SOURCES = \
virsh_LDFLAGS = $(WARN_CFLAGS) $(COVERAGE_LDFLAGS)
virsh_LDADD = $(STATIC_BINARIES) $(WARN_CFLAGS) $(NUMACTL_LIBS) \
libvirt.la ../gnulib/lib/libgnu.la $(VIRSH_LIBS) \
- $(am__append_45)
+ $(am__append_46)
virsh_CFLAGS = $(COVERAGE_CFLAGS) $(READLINE_CFLAGS) $(NUMACTL_CFLAGS)
BUILT_SOURCES = virsh-net-edit.c virsh-pool-edit.c libvirt.syms
@WITH_LIBVIRTD_TRUE@@WITH_STORAGE_DISK_TRUE at libvirt_parthelper_SOURCES = $(STORAGE_HELPER_DISK_SOURCES)
@@ -1529,6 +1555,8 @@ libvirt_driver_qemu.la: $(libvirt_driver_qemu_la_OBJECTS) $(libvirt_driver_qemu_
$(libvirt_driver_qemu_la_LINK) $(am_libvirt_driver_qemu_la_rpath) $(libvirt_driver_qemu_la_OBJECTS) $(libvirt_driver_qemu_la_LIBADD) $(LIBS)
libvirt_driver_remote.la: $(libvirt_driver_remote_la_OBJECTS) $(libvirt_driver_remote_la_DEPENDENCIES)
$(libvirt_driver_remote_la_LINK) $(am_libvirt_driver_remote_la_rpath) $(libvirt_driver_remote_la_OBJECTS) $(libvirt_driver_remote_la_LIBADD) $(LIBS)
+libvirt_driver_security.la: $(libvirt_driver_security_la_OBJECTS) $(libvirt_driver_security_la_DEPENDENCIES)
+ $(LINK) $(libvirt_driver_security_la_OBJECTS) $(libvirt_driver_security_la_LIBADD) $(LIBS)
libvirt_driver_storage.la: $(libvirt_driver_storage_la_OBJECTS) $(libvirt_driver_storage_la_DEPENDENCIES)
$(libvirt_driver_storage_la_LINK) $(am_libvirt_driver_storage_la_rpath) $(libvirt_driver_storage_la_OBJECTS) $(libvirt_driver_storage_la_LIBADD) $(LIBS)
libvirt_driver_test.la: $(libvirt_driver_test_la_OBJECTS) $(libvirt_driver_test_la_DEPENDENCIES)
@@ -1663,6 +1691,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libvirt_lxc-lxc_controller.Po at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libvirt_lxc-memory.Po at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libvirt_lxc-nodeinfo.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libvirt_lxc-pci.Po at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libvirt_lxc-qparams.Po at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libvirt_lxc-threads.Po at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libvirt_lxc-util.Po at am__quote@
@@ -1679,7 +1708,10 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/network_driver.Plo at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/openvz_conf.Plo at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/openvz_driver.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pci.Plo at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/qparams.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/security.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/security_selinux.Plo at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/storage_backend.Plo at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/storage_backend_disk.Plo at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/storage_backend_fs.Plo at am__quote@
@@ -2095,6 +2127,20 @@ libvirt_lxc-memory.obj: memory.c
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_lxc_CFLAGS) $(CFLAGS) -c -o libvirt_lxc-memory.obj `if test -f 'memory.c'; then $(CYGPATH_W) 'memory.c'; else $(CYGPATH_W) '$(srcdir)/memory.c'; fi`
+libvirt_lxc-pci.o: pci.c
+ at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_lxc_CFLAGS) $(CFLAGS) -MT libvirt_lxc-pci.o -MD -MP -MF $(DEPDIR)/libvirt_lxc-pci.Tpo -c -o libvirt_lxc-pci.o `test -f 'pci.c' || echo '$(srcdir)/'`pci.c
+ at am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvirt_lxc-pci.Tpo $(DEPDIR)/libvirt_lxc-pci.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pci.c' object='libvirt_lxc-pci.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_lxc_CFLAGS) $(CFLAGS) -c -o libvirt_lxc-pci.o `test -f 'pci.c' || echo '$(srcdir)/'`pci.c
+
+libvirt_lxc-pci.obj: pci.c
+ at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_lxc_CFLAGS) $(CFLAGS) -MT libvirt_lxc-pci.obj -MD -MP -MF $(DEPDIR)/libvirt_lxc-pci.Tpo -c -o libvirt_lxc-pci.obj `if test -f 'pci.c'; then $(CYGPATH_W) 'pci.c'; else $(CYGPATH_W) '$(srcdir)/pci.c'; fi`
+ at am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvirt_lxc-pci.Tpo $(DEPDIR)/libvirt_lxc-pci.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pci.c' object='libvirt_lxc-pci.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_lxc_CFLAGS) $(CFLAGS) -c -o libvirt_lxc-pci.obj `if test -f 'pci.c'; then $(CYGPATH_W) 'pci.c'; else $(CYGPATH_W) '$(srcdir)/pci.c'; fi`
+
libvirt_lxc-qparams.o: qparams.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_lxc_CFLAGS) $(CFLAGS) -MT libvirt_lxc-qparams.o -MD -MP -MF $(DEPDIR)/libvirt_lxc-qparams.Tpo -c -o libvirt_lxc-qparams.o `test -f 'qparams.c' || echo '$(srcdir)/'`qparams.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libvirt_lxc-qparams.Tpo $(DEPDIR)/libvirt_lxc-qparams.Po
@@ -2505,6 +2551,7 @@ virsh-net-edit.c: virsh.c Makefile.am
-e 's/Domain/Network/g' \
-e 's/cmdEdit/cmdNetworkEdit/g' \
-e 's/dom/network/g' \
+ -e 's/int flags.*/int flags = 0;/g' \
>> $@-tmp
chmod a-w $@-tmp
rm -f $@
@@ -2523,6 +2570,7 @@ virsh-pool-edit.c: virsh.c Makefile.am
-e 's/cmdEdit/cmdPoolEdit/g' \
-e 's/\(virStoragePoolDefineXML.*\));/\1, 0);/' \
-e 's/dom/pool/g' \
+ -e 's/int flags.*/int flags = 0;/g' \
>> $@-tmp
chmod a-w $@-tmp
rm -f $@
diff --git a/src/bridge.c b/src/bridge.c
index 9c4ca74..46dc407 100644
--- a/src/bridge.c
+++ b/src/bridge.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007 Red Hat, Inc.
+ * Copyright (C) 2007, 2009 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -49,7 +49,7 @@
#include "util.h"
#include "logging.h"
-#define MAX_BRIDGE_ID 256
+#define MAX_TAP_ID 256
#define JIFFIES_TO_MS(j) (((j)*1000)/HZ)
#define MS_TO_JIFFIES(ms) (((ms)*HZ)/1000)
@@ -127,32 +127,13 @@ brShutdown(brControl *ctl)
#ifdef SIOCBRADDBR
int
brAddBridge(brControl *ctl,
- char **name)
+ const char *name)
{
if (!ctl || !ctl->fd || !name)
return EINVAL;
- if (*name) {
- if (ioctl(ctl->fd, SIOCBRADDBR, *name) == 0)
- return 0;
- } else {
- int id = 0;
- do {
- char try[50];
-
- snprintf(try, sizeof(try), "virbr%d", id);
-
- if (ioctl(ctl->fd, SIOCBRADDBR, try) == 0) {
- if (!(*name = strdup(try))) {
- ioctl(ctl->fd, SIOCBRDELBR, name);
- return ENOMEM;
- }
- return 0;
- }
-
- id++;
- } while (id < MAX_BRIDGE_ID);
- }
+ if (ioctl(ctl->fd, SIOCBRADDBR, name) == 0)
+ return 0;
return errno;
}
@@ -454,6 +435,7 @@ brProbeVnetHdr(int tapfd)
return 1;
#else
+ (void) tapfd;
VIR_INFO0(_("Not enabling IFF_VNET_HDR; disabled at build time"));
return 0;
#endif
@@ -539,16 +521,14 @@ brAddTap(brControl *ctl,
if ((errno = brSetInterfaceUp(ctl, try.ifr_name, 1)))
goto error;
VIR_FREE(*ifname);
- if (!(*ifname = strdup(try.ifr_name))) {
- errno = ENOMEM;
+ if (!(*ifname = strdup(try.ifr_name)))
goto error;
- }
*tapfd = fd;
return 0;
}
id++;
- } while (subst && id <= MAX_BRIDGE_ID);
+ } while (subst && id <= MAX_TAP_ID);
error:
close(fd);
@@ -644,6 +624,10 @@ brSetInetAddr(brControl *ctl,
int cmd,
const char *addr)
{
+ union {
+ struct sockaddr sa;
+ struct sockaddr_in sa_in;
+ } s;
struct ifreq ifr;
struct in_addr inaddr;
int len, ret;
@@ -664,8 +648,10 @@ brSetInetAddr(brControl *ctl,
else if (ret == 0)
return EINVAL;
- ((struct sockaddr_in *)&ifr.ifr_data)->sin_family = AF_INET;
- ((struct sockaddr_in *)&ifr.ifr_data)->sin_addr = inaddr;
+ s.sa_in.sin_family = AF_INET;
+ s.sa_in.sin_addr = inaddr;
+
+ ifr.ifr_addr = s.sa;
if (ioctl(ctl->fd, cmd, &ifr) < 0)
return errno;
diff --git a/src/bridge.h b/src/bridge.h
index 2491123..e06ff41 100644
--- a/src/bridge.h
+++ b/src/bridge.h
@@ -24,7 +24,7 @@
#include <config.h>
-#if defined(WITH_QEMU) || defined(WITH_LXC)
+#if defined(WITH_BRIDGE)
#include <net/if.h>
#include <netinet/in.h>
@@ -47,7 +47,7 @@ int brInit (brControl **ctl);
void brShutdown (brControl *ctl);
int brAddBridge (brControl *ctl,
- char **name);
+ const char *name);
int brDeleteBridge (brControl *ctl,
const char *name);
int brHasBridge (brControl *ctl,
@@ -101,6 +101,6 @@ int brGetEnableSTP (brControl *ctl,
const char *bridge,
int *enable);
-#endif /* WITH_QEMU || WITH_LXC */
+#endif /* WITH_BRIDGE */
#endif /* __QEMUD_BRIDGE_H__ */
diff --git a/src/capabilities.c b/src/capabilities.c
index 3a23332..fb21d87 100644
--- a/src/capabilities.c
+++ b/src/capabilities.c
@@ -150,6 +150,8 @@ virCapabilitiesFree(virCapsPtr caps) {
VIR_FREE(caps->host.migrateTrans);
VIR_FREE(caps->host.arch);
+ VIR_FREE(caps->host.secModel.model);
+ VIR_FREE(caps->host.secModel.doi);
VIR_FREE(caps);
}
@@ -599,6 +601,14 @@ virCapabilitiesFormatXML(virCapsPtr caps)
virBufferAddLit(&xml, " </cells>\n");
virBufferAddLit(&xml, " </topology>\n");
}
+
+ if (caps->host.secModel.model) {
+ virBufferAddLit(&xml, " <secmodel>\n");
+ virBufferVSprintf(&xml, " <model>%s</model>\n", caps->host.secModel.model);
+ virBufferVSprintf(&xml, " <doi>%s</doi>\n", caps->host.secModel.doi);
+ virBufferAddLit(&xml, " </secmodel>\n");
+ }
+
virBufferAddLit(&xml, " </host>\n\n");
diff --git a/src/capabilities.h b/src/capabilities.h
index be3296c..db32291 100644
--- a/src/capabilities.h
+++ b/src/capabilities.h
@@ -78,6 +78,12 @@ struct _virCapsHostNUMACell {
int *cpus;
};
+typedef struct _virCapsHostSecModel virCapsHostSecModel;
+struct _virCapsHostSecModel {
+ char *model;
+ char *doi;
+};
+
typedef struct _virCapsHost virCapsHost;
typedef virCapsHost *virCapsHostPtr;
struct _virCapsHost {
@@ -90,6 +96,7 @@ struct _virCapsHost {
char **migrateTrans;
int nnumaCell;
virCapsHostNUMACellPtr *numaCell;
+ virCapsHostSecModel secModel;
};
typedef struct _virCaps virCaps;
diff --git a/src/cgroup.c b/src/cgroup.c
index 1b4c27f..8bd6e87 100644
--- a/src/cgroup.c
+++ b/src/cgroup.c
@@ -51,7 +51,6 @@ void virCgroupFree(virCgroupPtr *group)
if (*group != NULL) {
VIR_FREE((*group)->path);
VIR_FREE(*group);
- *group = NULL;
}
}
diff --git a/src/domain_conf.c b/src/domain_conf.c
index c149af5..5bf3483 100644
--- a/src/domain_conf.c
+++ b/src/domain_conf.c
@@ -73,6 +73,14 @@ VIR_ENUM_IMPL(virDomainLifecycle, VIR_DOMAIN_LIFECYCLE_LAST,
"rename-restart",
"preserve")
+VIR_ENUM_IMPL(virDomainDevice, VIR_DOMAIN_DEVICE_LAST,
+ "disk",
+ "filesystem",
+ "interface",
+ "input",
+ "sound",
+ "hostdev")
+
VIR_ENUM_IMPL(virDomainDisk, VIR_DOMAIN_DISK_TYPE_LAST,
"block",
"file")
@@ -160,6 +168,10 @@ VIR_ENUM_IMPL(virDomainState, VIR_DOMAIN_CRASHED+1,
"shutoff",
"crashed")
+VIR_ENUM_IMPL(virDomainSeclabel, VIR_DOMAIN_SECLABEL_LAST,
+ "dynamic",
+ "static")
+
#define virDomainReportError(conn, code, fmt...) \
virReportErrorHelper(conn, VIR_FROM_DOMAIN, code, __FILE__, \
__FUNCTION__, __LINE__, fmt)
@@ -379,6 +391,15 @@ void virDomainDeviceDefFree(virDomainDeviceDefPtr def)
VIR_FREE(def);
}
+void virSecurityLabelDefFree(virDomainDefPtr def);
+
+void virSecurityLabelDefFree(virDomainDefPtr def)
+{
+ VIR_FREE(def->seclabel.model);
+ VIR_FREE(def->seclabel.label);
+ VIR_FREE(def->seclabel.imagelabel);
+}
+
void virDomainDefFree(virDomainDefPtr def)
{
unsigned int i;
@@ -437,6 +458,8 @@ void virDomainDefFree(virDomainDefPtr def)
VIR_FREE(def->cpumask);
VIR_FREE(def->emulator);
+ virSecurityLabelDefFree(def);
+
VIR_FREE(def);
}
@@ -503,7 +526,8 @@ virDomainObjPtr virDomainAssignDef(virConnectPtr conn,
virDomainObjLock(domain);
domain->state = VIR_DOMAIN_SHUTOFF;
domain->def = def;
- domain->monitor_watch = -1;
+ domain->monitorWatch = -1;
+ domain->monitor = -1;
if (VIR_REALLOC_N(doms->objs, doms->count + 1) < 0) {
virReportOOMError(conn);
@@ -1728,7 +1752,7 @@ virDomainHostdevDefParseXML(virConnectPtr conn,
xmlNodePtr cur;
virDomainHostdevDefPtr def;
- char *mode, *type = NULL;
+ char *mode, *type = NULL, *managed = NULL;
if (VIR_ALLOC(def) < 0) {
virReportOOMError(conn);
@@ -1760,6 +1784,13 @@ virDomainHostdevDefParseXML(virConnectPtr conn,
goto error;
}
+ managed = virXMLPropString(node, "managed");
+ if (managed != NULL) {
+ if (STREQ(managed, "yes"))
+ def->managed = 1;
+ VIR_FREE(managed);
+ }
+
cur = node->children;
while (cur != NULL) {
if (cur->type == XML_ELEMENT_NODE) {
@@ -1817,6 +1848,59 @@ static int virDomainLifecycleParseXML(virConnectPtr conn,
return 0;
}
+static int
+virSecurityLabelDefParseXML(virConnectPtr conn,
+ const virDomainDefPtr def,
+ xmlXPathContextPtr ctxt,
+ int flags)
+{
+ char *p;
+
+ if (virXPathNode(conn, "./seclabel", ctxt) == NULL)
+ return 0;
+
+ p = virXPathStringLimit(conn, "string(./seclabel/@type)",
+ VIR_SECURITY_LABEL_BUFLEN-1, ctxt);
+ if (p == NULL)
+ goto error;
+ if ((def->seclabel.type = virDomainSeclabelTypeFromString(p)) < 0)
+ goto error;
+ VIR_FREE(p);
+
+ /* Only parse details, if using static labels, or
+ * if the 'live' VM XML is requested
+ */
+ if (def->seclabel.type == VIR_DOMAIN_SECLABEL_STATIC ||
+ !(flags & VIR_DOMAIN_XML_INACTIVE)) {
+ p = virXPathStringLimit(conn, "string(./seclabel/@model)",
+ VIR_SECURITY_MODEL_BUFLEN-1, ctxt);
+ if (p == NULL)
+ goto error;
+ def->seclabel.model = p;
+
+ p = virXPathStringLimit(conn, "string(./seclabel/label[1])",
+ VIR_SECURITY_LABEL_BUFLEN-1, ctxt);
+ if (p == NULL)
+ goto error;
+ def->seclabel.label = p;
+ }
+
+ /* Only parse imagelabel, if requested live XML for dynamic label */
+ if (def->seclabel.type == VIR_DOMAIN_SECLABEL_DYNAMIC &&
+ !(flags & VIR_DOMAIN_XML_INACTIVE)) {
+ p = virXPathStringLimit(conn, "string(./seclabel/imagelabel[1])",
+ VIR_SECURITY_LABEL_BUFLEN-1, ctxt);
+ if (p == NULL)
+ goto error;
+ def->seclabel.imagelabel = p;
+ }
+
+ return 0;
+
+error:
+ virSecurityLabelDefFree(def);
+ return -1;
+}
virDomainDeviceDefPtr virDomainDeviceDefParse(virConnectPtr conn,
virCapsPtr caps,
@@ -2402,6 +2486,10 @@ static virDomainDefPtr virDomainDefParseXML(virConnectPtr conn,
}
VIR_FREE(nodes);
+ /* analysis of security label */
+ if (virSecurityLabelDefParseXML(conn, def, ctxt, flags) == -1)
+ goto error;
+
return def;
no_memory:
@@ -2424,8 +2512,7 @@ catchXMLError (void *ctx, const char *msg ATTRIBUTE_UNUSED, ...)
if (ctxt) {
virConnectPtr conn = ctxt->_private;
- if (conn &&
- conn->err.code == VIR_ERR_NONE &&
+ if (virGetLastError() == NULL &&
ctxt->lastError.level == XML_ERR_FATAL &&
ctxt->lastError.message != NULL) {
virDomainReportError (conn, VIR_ERR_XML_DETAIL,
@@ -2458,7 +2545,7 @@ virDomainDefPtr virDomainDefParseString(virConnectPtr conn,
XML_PARSE_NOENT | XML_PARSE_NONET |
XML_PARSE_NOWARNING);
if (!xml) {
- if (conn && conn->err.code == VIR_ERR_NONE)
+ if (virGetLastError() == NULL)
virDomainReportError(conn, VIR_ERR_XML_ERROR,
"%s", _("failed to parse xml document"));
goto cleanup;
@@ -2499,7 +2586,7 @@ virDomainDefPtr virDomainDefParseFile(virConnectPtr conn,
XML_PARSE_NOENT | XML_PARSE_NONET |
XML_PARSE_NOWARNING);
if (!xml) {
- if (conn && conn->err.code == VIR_ERR_NONE)
+ if (virGetLastError() == NULL)
virDomainReportError(conn, VIR_ERR_XML_ERROR,
"%s", _("failed to parse xml document"));
goto cleanup;
@@ -3185,7 +3272,8 @@ virDomainHostdevDefFormat(virConnectPtr conn,
return -1;
}
- virBufferVSprintf(buf, " <hostdev mode='%s' type='%s'>\n", mode, type);
+ virBufferVSprintf(buf, " <hostdev mode='%s' type='%s' managed='%s'>\n",
+ mode, type, def->managed ? "yes" : "no");
virBufferAddLit(buf, " <source>\n");
if (def->source.subsys.type == VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_USB) {
@@ -3419,6 +3507,29 @@ char *virDomainDefFormat(virConnectPtr conn,
goto cleanup;
virBufferAddLit(&buf, " </devices>\n");
+
+ if (def->seclabel.model) {
+ const char *sectype = virDomainSeclabelTypeToString(def->seclabel.type);
+ if (!sectype)
+ goto cleanup;
+ if (!def->seclabel.label ||
+ (def->seclabel.type == VIR_DOMAIN_SECLABEL_DYNAMIC &&
+ (flags & VIR_DOMAIN_XML_INACTIVE))) {
+ virBufferVSprintf(&buf, " <seclabel type='%s' model='%s'/>\n",
+ sectype, def->seclabel.model);
+ } else {
+ virBufferVSprintf(&buf, " <seclabel type='%s' model='%s'>\n",
+ sectype, def->seclabel.model);
+ virBufferEscapeString(&buf, " <label>%s</label>\n",
+ def->seclabel.label);
+ if (def->seclabel.imagelabel &&
+ def->seclabel.type == VIR_DOMAIN_SECLABEL_DYNAMIC)
+ virBufferEscapeString(&buf, " <imagelabel>%s</imagelabel>\n",
+ def->seclabel.imagelabel);
+ virBufferAddLit(&buf, " </seclabel>\n");
+ }
+ }
+
virBufferAddLit(&buf, "</domain>\n");
if (virBufferError(&buf))
diff --git a/src/domain_conf.h b/src/domain_conf.h
index b6f6b43..dd61467 100644
--- a/src/domain_conf.h
+++ b/src/domain_conf.h
@@ -305,6 +305,7 @@ typedef struct _virDomainHostdevDef virDomainHostdevDef;
typedef virDomainHostdevDef *virDomainHostdevDefPtr;
struct _virDomainHostdevDef {
int mode; /* enum virDomainHostdevMode */
+ unsigned int managed : 1;
union {
struct {
int type; /* enum virDomainHostdevBusType */
@@ -342,6 +343,8 @@ enum virDomainDeviceType {
VIR_DOMAIN_DEVICE_INPUT,
VIR_DOMAIN_DEVICE_SOUND,
VIR_DOMAIN_DEVICE_HOSTDEV,
+
+ VIR_DOMAIN_DEVICE_LAST,
};
typedef struct _virDomainDeviceDef virDomainDeviceDef;
@@ -407,6 +410,23 @@ struct _virDomainOSDef {
char *bootloaderArgs;
};
+enum virDomainSeclabelType {
+ VIR_DOMAIN_SECLABEL_DYNAMIC,
+ VIR_DOMAIN_SECLABEL_STATIC,
+
+ VIR_DOMAIN_SECLABEL_LAST,
+};
+
+/* Security configuration for domain */
+typedef struct _virSecurityLabelDef virSecurityLabelDef;
+typedef virSecurityLabelDef *virSecurityLabelDefPtr;
+struct _virSecurityLabelDef {
+ char *model; /* name of security model */
+ char *label; /* security label string */
+ char *imagelabel; /* security image label string */
+ int type;
+};
+
#define VIR_DOMAIN_CPUMASK_LEN 1024
/* Guest VM main configuration */
@@ -464,6 +484,7 @@ struct _virDomainDef {
/* Only 1 */
virDomainChrDefPtr console;
+ virSecurityLabelDef seclabel;
};
/* Guest VM runtime state */
@@ -473,7 +494,6 @@ struct _virDomainObj {
virMutex lock;
int monitor;
- int monitor_watch;
char *monitorpath;
int monitorWatch;
int logfile;
@@ -622,6 +642,7 @@ VIR_ENUM_DECL(virDomainVirt)
VIR_ENUM_DECL(virDomainBoot)
VIR_ENUM_DECL(virDomainFeature)
VIR_ENUM_DECL(virDomainLifecycle)
+VIR_ENUM_DECL(virDomainDevice)
VIR_ENUM_DECL(virDomainDisk)
VIR_ENUM_DECL(virDomainDiskDevice)
VIR_ENUM_DECL(virDomainDiskBus)
@@ -637,5 +658,6 @@ VIR_ENUM_DECL(virDomainInputBus)
VIR_ENUM_DECL(virDomainGraphics)
/* from libvirt.h */
VIR_ENUM_DECL(virDomainState)
+VIR_ENUM_DECL(virDomainSeclabel)
#endif /* __DOMAIN_CONF_H */
diff --git a/src/driver.c b/src/driver.c
index fda64dd..01d4a51 100644
--- a/src/driver.c
+++ b/src/driver.c
@@ -1,7 +1,7 @@
/*
* driver.c: Helpers for loading drivers
*
- * Copyright (C) 2006-2008 Red Hat, Inc.
+ * Copyright (C) 2006-2009 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -27,6 +27,7 @@
#include "driver.h"
#include "memory.h"
#include "logging.h"
+#include "util.h"
#define DEFAULT_DRIVER_DIR LIBDIR "/libvirt/drivers"
diff --git a/src/driver.h b/src/driver.h
index 32d4257..62d6fbc 100644
--- a/src/driver.h
+++ b/src/driver.h
@@ -180,6 +180,13 @@ typedef int
int maplen);
typedef int
(*virDrvDomainGetMaxVcpus) (virDomainPtr domain);
+
+typedef int
+ (*virDrvDomainGetSecurityLabel) (virDomainPtr domain,
+ virSecurityLabelPtr seclabel);
+typedef int
+ (*virDrvNodeGetSecurityModel) (virConnectPtr conn,
+ virSecurityModelPtr secmodel);
typedef int
(*virDrvDomainAttachDevice) (virDomainPtr domain,
const char *xml);
@@ -313,6 +320,16 @@ typedef virDomainPtr
unsigned long flags,
int retcode);
+typedef int
+ (*virDrvNodeDeviceDettach)
+ (virNodeDevicePtr dev);
+typedef int
+ (*virDrvNodeDeviceReAttach)
+ (virNodeDevicePtr dev);
+typedef int
+ (*virDrvNodeDeviceReset)
+ (virNodeDevicePtr dev);
+
/**
* _virDriver:
*
@@ -361,6 +378,8 @@ struct _virDriver {
virDrvDomainPinVcpu domainPinVcpu;
virDrvDomainGetVcpus domainGetVcpus;
virDrvDomainGetMaxVcpus domainGetMaxVcpus;
+ virDrvDomainGetSecurityLabel domainGetSecurityLabel;
+ virDrvNodeGetSecurityModel nodeGetSecurityModel;
virDrvDomainDumpXML domainDumpXML;
virDrvListDefinedDomains listDefinedDomains;
virDrvNumOfDefinedDomains numOfDefinedDomains;
@@ -387,6 +406,9 @@ struct _virDriver {
virDrvDomainEventDeregister domainEventDeregister;
virDrvDomainMigratePrepare2 domainMigratePrepare2;
virDrvDomainMigrateFinish2 domainMigrateFinish2;
+ virDrvNodeDeviceDettach nodeDeviceDettach;
+ virDrvNodeDeviceReAttach nodeDeviceReAttach;
+ virDrvNodeDeviceReset nodeDeviceReset;
};
typedef int
diff --git a/src/iptables.c b/src/iptables.c
index ad7fddf..73b39d1 100644
--- a/src/iptables.c
+++ b/src/iptables.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007, 2008 Red Hat, Inc.
+ * Copyright (C) 2007-2009 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -44,8 +44,8 @@
#include "iptables.h"
#include "util.h"
#include "memory.h"
-
-#define qemudLog(level, msg...) fprintf(stderr, msg)
+#include "virterror_internal.h"
+#include "logging.h"
enum {
ADD = 0,
@@ -98,9 +98,10 @@ notifyRulesUpdated(const char *table,
argv[2] = arg;
argv[3] = NULL;
+ char ebuf[1024];
if (virRun(NULL, argv, NULL) < 0)
- qemudLog(QEMUD_WARN, _("Failed to run '" LOKKIT_PATH
- " %s' : %s"), arg, strerror(errno));
+ VIR_WARN(_("Failed to run '%s %s': %s"),
+ LOKKIT_PATH, arg, virStrerror(errno, ebuf, sizeof ebuf));
}
static int
@@ -147,8 +148,8 @@ notifyRulesRemoved(const char *table,
len = virFileReadAll(SYSCONF_DIR "/sysconfig/system-config-firewall",
MAX_FILE_LEN, &content);
if (len < 0) {
- qemudLog(QEMUD_WARN, "%s", _("Failed to read " SYSCONF_DIR
- "/sysconfig/system-config-firewall"));
+ VIR_WARN("%s", _("Failed to read " SYSCONF_DIR
+ "/sysconfig/system-config-firewall"));
return;
}
@@ -174,10 +175,11 @@ notifyRulesRemoved(const char *table,
return;
- write_error:
- qemudLog(QEMUD_WARN, _("Failed to write to " SYSCONF_DIR
- "/sysconfig/system-config-firewall : %s"),
- strerror(errno));
+ write_error:;
+ char ebuf[1024];
+ VIR_WARN(_("Failed to write to " SYSCONF_DIR
+ "/sysconfig/system-config-firewall : %s"),
+ virStrerror(errno, ebuf, sizeof ebuf));
if (f)
fclose(f);
VIR_FREE(content);
@@ -239,15 +241,16 @@ iptRulesSave(iptRules *rules)
#ifdef ENABLE_IPTABLES_LOKKIT
int err;
+ char ebuf[1024];
if ((err = virFileMakePath(rules->dir))) {
- qemudLog(QEMUD_WARN, _("Failed to create directory %s : %s"),
- rules->dir, strerror(err));
+ VIR_WARN(_("Failed to create directory %s : %s"),
+ rules->dir, virStrerror(err, ebuf, sizeof ebuf));
return;
}
if ((err = writeRules(rules->path, rules->rules, rules->nrules))) {
- qemudLog(QEMUD_WARN, _("Failed to saves iptables rules to %s : %s"),
- rules->path, strerror(err));
+ VIR_WARN(_("Failed to saves iptables rules to %s : %s"),
+ rules->path, virStrerror(err, ebuf, sizeof ebuf));
return;
}
@@ -325,11 +328,8 @@ iptRulesFree(iptRules *rules)
{
int i;
- if (rules->table)
- VIR_FREE(rules->table);
-
- if (rules->chain)
- VIR_FREE(rules->chain);
+ VIR_FREE(rules->table);
+ VIR_FREE(rules->chain);
if (rules->rules) {
for (i = 0; i < rules->nrules; i++)
@@ -540,6 +540,7 @@ static void
iptRulesReload(iptRules *rules)
{
int i;
+ char ebuf[1024];
for (i = 0; i < rules->nrules; i++) {
iptRule *rule = &rules->rules[i];
@@ -549,19 +550,20 @@ iptRulesReload(iptRules *rules)
rule->argv[rule->command_idx] = (char *) "--delete";
if (virRun(NULL, rule->argv, NULL) < 0)
- qemudLog(QEMUD_WARN,
- _("Failed to remove iptables rule '%s'"
+ VIR_WARN(_("Failed to remove iptables rule '%s'"
" from chain '%s' in table '%s': %s"),
- rule->rule, rules->chain, rules->table, strerror(errno));
+ rule->rule, rules->chain, rules->table,
+ virStrerror(errno, ebuf, sizeof ebuf));
rule->argv[rule->command_idx] = orig;
}
for (i = 0; i < rules->nrules; i++)
if (virRun(NULL, rules->rules[i].argv, NULL) < 0)
- qemudLog(QEMUD_WARN, _("Failed to add iptables rule '%s'"
- " to chain '%s' in table '%s': %s"),
- rules->rules[i].rule, rules->chain, rules->table, strerror(errno));
+ VIR_WARN(_("Failed to add iptables rule '%s'"
+ " to chain '%s' in table '%s': %s"),
+ rules->rules[i].rule, rules->chain, rules->table,
+ virStrerror(errno, ebuf, sizeof ebuf));
}
/**
diff --git a/src/libvirt.c b/src/libvirt.c
index a956860..bf3453a 100644
--- a/src/libvirt.c
+++ b/src/libvirt.c
@@ -803,7 +803,13 @@ virGetVersion(unsigned long *libVer, const char *type,
if (typeVer != NULL) {
if (type == NULL)
type = "Xen";
+
+/* FIXME: Add _proper_ type version handling for loadable driver modules... */
+#ifdef WITH_DRIVER_MODULES
+ *typeVer = LIBVIR_VERSION_NUMBER;
+#else
*typeVer = 0;
+
#if WITH_XEN
if (STRCASEEQ(type, "Xen"))
*typeVer = xenUnifiedVersion();
@@ -836,6 +842,7 @@ virGetVersion(unsigned long *libVer, const char *type,
virLibConnError(NULL, VIR_ERR_NO_SUPPORT, type);
return (-1);
}
+#endif /* WITH_DRIVER_MODULES */
}
return (0);
}
@@ -2840,7 +2847,9 @@ virDomainMigratePrepare (virConnectPtr dconn,
const char *dname,
unsigned long bandwidth)
{
- DEBUG("dconn=%p, cookie=%p, cookielen=%p, uri_in=%s, uri_out=%p, flags=%lu, dname=%s, bandwidth=%lu", dconn, cookie, cookielen, uri_in, uri_out, flags, dname, bandwidth);
+ VIR_DEBUG("dconn=%p, cookie=%p, cookielen=%p, uri_in=%s, uri_out=%p, "
+ "flags=%lu, dname=%s, bandwidth=%lu", dconn, cookie, cookielen,
+ NULLSTR(uri_in), uri_out, flags, NULLSTR(dname), bandwidth);
virResetLastError();
@@ -2886,7 +2895,9 @@ virDomainMigratePerform (virDomainPtr domain,
unsigned long bandwidth)
{
virConnectPtr conn;
- DEBUG("domain=%p, cookie=%p, cookielen=%d, uri=%s, flags=%lu, dname=%s, bandwidth=%lu", domain, cookie, cookielen, uri, flags, dname, bandwidth);
+ VIR_DEBUG("domain=%p, cookie=%p, cookielen=%d, uri=%s, flags=%lu, "
+ "dname=%s, bandwidth=%lu", domain, cookie, cookielen, uri, flags,
+ NULLSTR(dname), bandwidth);
virResetLastError();
@@ -2931,7 +2942,9 @@ virDomainMigrateFinish (virConnectPtr dconn,
const char *uri,
unsigned long flags)
{
- DEBUG("dconn=%p, dname=%s, cookie=%p, cookielen=%d, uri=%s, flags=%lu", dconn, dname, cookie, cookielen, uri, flags);
+ VIR_DEBUG("dconn=%p, dname=%s, cookie=%p, cookielen=%d, uri=%s, "
+ "flags=%lu", dconn, NULLSTR(dname), cookie, cookielen,
+ uri, flags);
virResetLastError();
@@ -2979,7 +2992,10 @@ virDomainMigratePrepare2 (virConnectPtr dconn,
unsigned long bandwidth,
const char *dom_xml)
{
- DEBUG("dconn=%p, cookie=%p, cookielen=%p, uri_in=%s, uri_out=%p, flags=%lu, dname=%s, bandwidth=%lu, dom_xml=%s", dconn, cookie, cookielen, uri_in, uri_out, flags, dname, bandwidth, dom_xml);
+ VIR_DEBUG("dconn=%p, cookie=%p, cookielen=%p, uri_in=%s, uri_out=%p,"
+ "flags=%lu, dname=%s, bandwidth=%lu, dom_xml=%s", dconn,
+ cookie, cookielen, uri_in, uri_out, flags, NULLSTR(dname),
+ bandwidth, dom_xml);
virResetLastError();
@@ -3025,7 +3041,9 @@ virDomainMigrateFinish2 (virConnectPtr dconn,
unsigned long flags,
int retcode)
{
- DEBUG("dconn=%p, dname=%s, cookie=%p, cookielen=%d, uri=%s, flags=%lu, retcode=%d", dconn, dname, cookie, cookielen, uri, flags, retcode);
+ VIR_DEBUG("dconn=%p, dname=%s, cookie=%p, cookielen=%d, uri=%s, "
+ "flags=%lu, retcode=%d", dconn, NULLSTR(dname), cookie,
+ cookielen, uri, flags, retcode);
virResetLastError();
@@ -4156,6 +4174,70 @@ error:
return -1;
}
+/**
+ * virDomainGetSecurityLabel:
+ * @domain: a domain object
+ * @seclabel: pointer to a virSecurityLabel structure
+ *
+ * Extract security label of an active domain.
+ *
+ * Returns 0 in case of success, -1 in case of failure, and -2
+ * if the operation is not supported (caller decides if that's
+ * an error).
+ */
+int
+virDomainGetSecurityLabel(virDomainPtr domain, virSecurityLabelPtr seclabel)
+{
+ virConnectPtr conn;
+
+ if (!VIR_IS_CONNECTED_DOMAIN(domain)) {
+ virLibDomainError(NULL, VIR_ERR_INVALID_DOMAIN, __FUNCTION__);
+ return -1;
+ }
+
+ if (seclabel == NULL) {
+ virLibDomainError(domain, VIR_ERR_INVALID_ARG, __FUNCTION__);
+ return -1;
+ }
+
+ conn = domain->conn;
+
+ if (conn->driver->domainGetSecurityLabel)
+ return conn->driver->domainGetSecurityLabel(domain, seclabel);
+
+ virLibConnWarning(conn, VIR_ERR_NO_SUPPORT, __FUNCTION__);
+ return -1;
+}
+
+/**
+ * virNodeGetSecurityModel:
+ * @conn: a connection object
+ * @secmodel: pointer to a virSecurityModel structure
+ *
+ * Extract the security model of a hypervisor.
+ *
+ * Returns 0 in case of success, -1 in case of failure, and -2 if the
+ * operation is not supported (caller decides if that's an error).
+ */
+int
+virNodeGetSecurityModel(virConnectPtr conn, virSecurityModelPtr secmodel)
+{
+ if (!VIR_IS_CONNECT(conn)) {
+ virLibConnError(conn, VIR_ERR_INVALID_CONN, __FUNCTION__);
+ return -1;
+ }
+
+ if (secmodel == NULL) {
+ virLibConnError(conn, VIR_ERR_INVALID_ARG, __FUNCTION__);
+ return -1;
+ }
+
+ if (conn->driver->nodeGetSecurityModel)
+ return conn->driver->nodeGetSecurityModel(conn, secmodel);
+
+ virLibConnWarning(conn, VIR_ERR_NO_SUPPORT, __FUNCTION__);
+ return -1;
+}
/**
* virDomainAttachDevice:
@@ -7268,6 +7350,135 @@ virNodeDeviceRef(virNodeDevicePtr dev)
return 0;
}
+/**
+ * virNodeDeviceAttach:
+ * @dev: pointer to the node device
+ *
+ * Dettach the node device from the node itself so that it may be
+ * assigned to a guest domain.
+ *
+ * Depending on the hypervisor, this may involve operations such
+ * as unbinding any device drivers from the device, binding the
+ * device to a dummy device driver and resetting the device.
+ *
+ * If the device is currently in use by the node, this method may
+ * fail.
+ *
+ * Once the device is not assigned to any guest, it may be re-attached
+ * to the node using the virNodeDeviceReattach() method.
+ */
+int
+virNodeDeviceDettach(virNodeDevicePtr dev)
+{
+ DEBUG("dev=%p, conn=%p", dev, dev ? dev->conn : NULL);
+
+ virResetLastError();
+
+ if (!VIR_IS_CONNECTED_NODE_DEVICE(dev)) {
+ virLibNodeDeviceError(NULL, VIR_ERR_INVALID_NODE_DEVICE, __FUNCTION__);
+ return (-1);
+ }
+
+ if (dev->conn->driver->nodeDeviceDettach) {
+ int ret;
+ ret = dev->conn->driver->nodeDeviceDettach (dev);
+ if (ret < 0)
+ goto error;
+ return ret;
+ }
+
+ virLibConnError(dev->conn, VIR_ERR_NO_SUPPORT, __FUNCTION__);
+
+error:
+ /* Copy to connection error object for back compatability */
+ virSetConnError(dev->conn);
+ return (-1);
+}
+
+/**
+ * virNodeDeviceReAttach:
+ * @dev: pointer to the node device
+ *
+ * Re-attach a previously dettached node device to the node so that it
+ * may be used by the node again.
+ *
+ * Depending on the hypervisor, this may involve operations such
+ * as resetting the device, unbinding it from a dummy device driver
+ * and binding it to its appropriate driver.
+ *
+ * If the device is currently in use by a guest, this method may fail.
+ */
+int
+virNodeDeviceReAttach(virNodeDevicePtr dev)
+{
+ DEBUG("dev=%p, conn=%p", dev, dev ? dev->conn : NULL);
+
+ virResetLastError();
+
+ if (!VIR_IS_CONNECTED_NODE_DEVICE(dev)) {
+ virLibNodeDeviceError(NULL, VIR_ERR_INVALID_NODE_DEVICE, __FUNCTION__);
+ return (-1);
+ }
+
+ if (dev->conn->driver->nodeDeviceReAttach) {
+ int ret;
+ ret = dev->conn->driver->nodeDeviceReAttach (dev);
+ if (ret < 0)
+ goto error;
+ return ret;
+ }
+
+ virLibConnError(dev->conn, VIR_ERR_NO_SUPPORT, __FUNCTION__);
+
+error:
+ /* Copy to connection error object for back compatability */
+ virSetConnError(dev->conn);
+ return (-1);
+}
+
+/**
+ * virNodeDeviceReset:
+ * @dev: pointer to the node device
+ *
+ * Reset a previously dettached node device to the node before or
+ * after assigning it to a guest.
+ *
+ * The exact reset semantics depends on the hypervisor and device
+ * type but, for example, KVM will attempt to reset PCI devices with
+ * a Function Level Reset, Secondary Bus Reset or a Power Management
+ * D-State reset.
+ *
+ * If the reset will affect other devices which are currently in use,
+ * this function may fail.
+ */
+int
+virNodeDeviceReset(virNodeDevicePtr dev)
+{
+ DEBUG("dev=%p, conn=%p", dev, dev ? dev->conn : NULL);
+
+ virResetLastError();
+
+ if (!VIR_IS_CONNECTED_NODE_DEVICE(dev)) {
+ virLibNodeDeviceError(NULL, VIR_ERR_INVALID_NODE_DEVICE, __FUNCTION__);
+ return (-1);
+ }
+
+ if (dev->conn->driver->nodeDeviceReset) {
+ int ret;
+ ret = dev->conn->driver->nodeDeviceReset (dev);
+ if (ret < 0)
+ goto error;
+ return ret;
+ }
+
+ virLibConnError(dev->conn, VIR_ERR_NO_SUPPORT, __FUNCTION__);
+
+error:
+ /* Copy to connection error object for back compatability */
+ virSetConnError(dev->conn);
+ return (-1);
+}
+
/*
* Domain Event Notification
diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
index a6f4f3e..f0d8afa 100644
--- a/src/libvirt_private.syms
+++ b/src/libvirt_private.syms
@@ -26,6 +26,7 @@ virCapabilitiesFormatXML;
virCapabilitiesFree;
virCapabilitiesNew;
virCapabilitiesSetMacPrefix;
+virCapabilitiesGenerateMac;
# conf.h
@@ -47,6 +48,7 @@ virGetStoragePool;
virGetStorageVol;
virGetNodeDevice;
virUnrefDomain;
+virUnrefConnect;
# domain_conf.h
@@ -68,6 +70,7 @@ virDomainDefParseString;
virDomainDeleteConfig;
virDomainDeviceDefFree;
virDomainDeviceDefParse;
+virDomainDeviceTypeToString;
virDomainDiskBusTypeToString;
virDomainDiskDefFree;
virDomainDiskDeviceTypeToString;
@@ -206,6 +209,7 @@ virNetworkObjListFree;
virNetworkDefParseNode;
virNetworkRemoveInactive;
virNetworkSaveConfig;
+virNetworkSetBridgeName;
virNetworkObjLock;
virNetworkObjUnlock;
@@ -223,17 +227,34 @@ virNodeDeviceObjListFree;
virNodeDeviceDefFree;
virNodeDevCapsDefFree;
virNodeDeviceDefFormat;
+virNodeDeviceDefParseString;
virNodeDeviceObjLock;
virNodeDeviceObjUnlock;
virNodeDeviceAssignDef;
+# pci.h
+pciGetDevice;
+pciFreeDevice;
+pciDettachDevice;
+pciReAttachDevice;
+pciResetDevice;
+
+
# qparams.h
qparam_get_query;
qparam_query_parse;
free_qparam_set;
+# security.h
+virSecurityDriverStartup;
+virSecurityDriverInit;
+virSecurityDriverSetDOI;
+virSecurityDriverGetDOI;
+virSecurityDriverGetModel;
+
+
# storage_conf.h
virStoragePoolDefFormat;
virStoragePoolDefFree;
@@ -279,6 +300,7 @@ virCondBroadcast;
# util.h
virFileReadAll;
+virFileWriteStr;
virStrToLong_i;
virStrToLong_ll;
virStrToLong_ull;
@@ -292,6 +314,8 @@ virEnumToString;
virEventAddHandle;
virEventRemoveHandle;
virExec;
+virExecWithHook;
+virSetCloseExec;
virSetNonBlock;
virFormatMacAddr;
virGetHostname;
@@ -326,6 +350,7 @@ virErrorMsg;
virRaiseError;
virReportSystemErrorFull;
virReportOOMErrorFull;
+virStrerror;
# xml.h
@@ -334,3 +359,4 @@ virXPathNode;
virXPathNodeSet;
virXPathString;
virXMLPropString;
+virXPathStringLimit;
diff --git a/src/libvirt_public.syms b/src/libvirt_public.syms
index 0555c90..f7ebbc3 100644
--- a/src/libvirt_public.syms
+++ b/src/libvirt_public.syms
@@ -247,4 +247,15 @@ LIBVIRT_0.6.0 {
} LIBVIRT_0.5.0;
+LIBVIRT_0.6.1 {
+ global:
+ virFreeError;
+ virSaveLastError;
+ virNodeDeviceDettach;
+ virNodeDeviceReAttach;
+ virNodeDeviceReset;
+ virDomainGetSecurityLabel;
+ virNodeGetSecurityModel;
+} LIBVIRT_0.6.0;
+
# .... define new API here using predicted next version number ....
diff --git a/src/lxc_container.c b/src/lxc_container.c
index ea52eed..3f17b8d 100644
--- a/src/lxc_container.c
+++ b/src/lxc_container.c
@@ -284,20 +284,20 @@ static int lxcContainerPivotRoot(virDomainFSDefPtr root)
}
if ((rc = virFileMakePath(oldroot)) < 0) {
- VIR_FREE(oldroot);
virReportSystemError(NULL, rc,
_("failed to create %s"),
oldroot);
+ VIR_FREE(oldroot);
return -1;
}
/* The old root directory will live at /.oldroot after
* this and will soon be unmounted completely */
if (pivot_root(root->src, oldroot) < 0) {
- VIR_FREE(oldroot);
virReportSystemError(NULL, errno,
_("failed to pivot root %s to %s"),
oldroot, root->src);
+ VIR_FREE(oldroot);
return -1;
}
VIR_FREE(oldroot);
@@ -668,8 +668,9 @@ int lxcContainerAvailable(int features)
cpid = clone(lxcContainerDummyChild, childStack, flags, NULL);
VIR_FREE(stack);
if (cpid < 0) {
+ char ebuf[1024];
DEBUG("clone call returned %s, container support is not enabled",
- strerror(errno));
+ virStrerror(errno, ebuf, sizeof ebuf));
return -1;
} else {
waitpid(cpid, &childStatus, 0);
@@ -677,4 +678,3 @@ int lxcContainerAvailable(int features)
return 0;
}
-
diff --git a/src/lxc_controller.c b/src/lxc_controller.c
index e25fe76..58dfe02 100644
--- a/src/lxc_controller.c
+++ b/src/lxc_controller.c
@@ -507,7 +507,7 @@ int main(int argc, char *argv[])
virDomainDefPtr def = NULL;
char *configFile = NULL;
char *sockpath = NULL;
- const struct option const options[] = {
+ const struct option options[] = {
{ "background", 0, NULL, 'b' },
{ "name", 1, NULL, 'n' },
{ "veth", 1, NULL, 'v' },
@@ -662,4 +662,3 @@ cleanup:
return rc;
}
-
diff --git a/src/lxc_driver.c b/src/lxc_driver.c
index 8786505..dff05b6 100644
--- a/src/lxc_driver.c
+++ b/src/lxc_driver.c
@@ -1238,7 +1238,6 @@ static int lxcShutdown(void)
lxcDriverUnlock(lxc_driver);
virMutexDestroy(&lxc_driver->lock);
VIR_FREE(lxc_driver);
- lxc_driver = NULL;
return 0;
}
@@ -1430,6 +1429,8 @@ static virDriver lxcDriver = {
NULL, /* domainPinVcpu */
NULL, /* domainGetVcpus */
NULL, /* domainGetMaxVcpus */
+ NULL, /* domainGetSecurityLabel */
+ NULL, /* nodeGetSecurityModel */
lxcDomainDumpXML, /* domainDumpXML */
lxcListDefinedDomains, /* listDefinedDomains */
lxcNumDefinedDomains, /* numOfDefinedDomains */
@@ -1456,6 +1457,9 @@ static virDriver lxcDriver = {
NULL, /* domainEventDeregister */
NULL, /* domainMigratePrepare2 */
NULL, /* domainMigrateFinish2 */
+ NULL, /* nodeDeviceAttach */
+ NULL, /* nodeDeviceReAttach */
+ NULL, /* nodeDeviceReset */
};
static virStateDriver lxcStateDriver = {
diff --git a/src/network_conf.c b/src/network_conf.c
index e19f0fe..c6a598d 100644
--- a/src/network_conf.c
+++ b/src/network_conf.c
@@ -43,6 +43,7 @@
#include "buf.h"
#include "c-ctype.h"
+#define MAX_BRIDGE_ID 256
#define VIR_FROM_THIS VIR_FROM_NETWORK
VIR_ENUM_DECL(virNetworkForward)
@@ -743,10 +744,17 @@ virNetworkObjPtr virNetworkLoadConfig(virConnectPtr conn,
goto error;
}
+ /* Generate a bridge if none is found, but don't check for collisions
+ * if a bridge is hardcoded, so the network is at least defined
+ */
+ if (!def->bridge && !(def->bridge = virNetworkAllocateBridge(conn, nets)))
+ goto error;
+
if (!(net = virNetworkAssignDef(conn, nets, def)))
goto error;
net->autostart = autostart;
+ net->persistent = 1;
VIR_FREE(configFile);
VIR_FREE(autostartLink);
@@ -847,6 +855,77 @@ char *virNetworkConfigFile(virConnectPtr conn,
return ret;
}
+int virNetworkBridgeInUse(const virNetworkObjListPtr nets,
+ const char *bridge,
+ const char *skipname)
+{
+ unsigned int i;
+ unsigned int ret = 0;
+
+ for (i = 0 ; i < nets->count ; i++) {
+ virNetworkObjLock(nets->objs[i]);
+ if (nets->objs[i]->def->bridge &&
+ STREQ(nets->objs[i]->def->bridge, bridge) &&
+ !(skipname && STREQ(nets->objs[i]->def->name, skipname)))
+ ret = 1;
+ virNetworkObjUnlock(nets->objs[i]);
+ }
+
+ return ret;
+}
+
+char *virNetworkAllocateBridge(virConnectPtr conn,
+ const virNetworkObjListPtr nets)
+{
+
+ int id = 0;
+ char *newname;
+
+ do {
+ char try[50];
+
+ snprintf(try, sizeof(try), "virbr%d", id);
+
+ if (!virNetworkBridgeInUse(nets, try, NULL)) {
+ if (!(newname = strdup(try))) {
+ virReportOOMError(conn);
+ return NULL;
+ }
+ return newname;
+ }
+
+ id++;
+ } while (id <= MAX_BRIDGE_ID);
+
+ virNetworkReportError(conn, VIR_ERR_INTERNAL_ERROR,
+ _("Bridge generation exceeded max id %d"),
+ MAX_BRIDGE_ID);
+ return NULL;
+}
+
+int virNetworkSetBridgeName(virConnectPtr conn,
+ const virNetworkObjListPtr nets,
+ virNetworkDefPtr def) {
+
+ int ret = -1;
+
+ if (def->bridge) {
+ if (virNetworkBridgeInUse(nets, def->bridge, def->name)) {
+ networkReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
+ _("bridge name '%s' already in use."),
+ def->bridge);
+ goto error;
+ }
+ } else {
+ /* Allocate a bridge name */
+ if (!(def->bridge = virNetworkAllocateBridge(conn, nets)))
+ goto error;
+ }
+
+ ret = 0;
+error:
+ return ret;
+}
void virNetworkObjLock(virNetworkObjPtr obj)
{
diff --git a/src/network_conf.h b/src/network_conf.h
index 94a1748..7e36e68 100644
--- a/src/network_conf.h
+++ b/src/network_conf.h
@@ -107,6 +107,10 @@ virNetworkIsActive(const virNetworkObjPtr net)
return net->active;
}
+#define networkReportError(conn, dom, net, code, fmt...) \
+ virReportErrorHelper(conn, VIR_FROM_QEMU, code, __FILE__, \
+ __FUNCTION__, __LINE__, fmt)
+
virNetworkObjPtr virNetworkFindByUUID(const virNetworkObjListPtr nets,
const unsigned char *uuid);
@@ -165,6 +169,16 @@ char *virNetworkConfigFile(virConnectPtr conn,
const char *dir,
const char *name);
+int virNetworkBridgeInUse(const virNetworkObjListPtr nets,
+ const char *bridge,
+ const char *skipname);
+
+char *virNetworkAllocateBridge(virConnectPtr conn,
+ const virNetworkObjListPtr nets);
+
+int virNetworkSetBridgeName(virConnectPtr conn,
+ const virNetworkObjListPtr nets,
+ virNetworkDefPtr def);
void virNetworkObjLock(virNetworkObjPtr obj);
void virNetworkObjUnlock(virNetworkObjPtr obj);
diff --git a/src/network_driver.c b/src/network_driver.c
index dcc6ad9..a17a769 100644
--- a/src/network_driver.c
+++ b/src/network_driver.c
@@ -91,11 +91,6 @@ static int networkShutdown(void);
#define networkLog(level, msg...) fprintf(stderr, msg)
-#define networkReportError(conn, dom, net, code, fmt...) \
- virReportErrorHelper(conn, VIR_FROM_QEMU, code, __FILE__, \
- __FUNCTION__, __LINE__, fmt)
-
-
static int networkStartNetworkDaemon(virConnectPtr conn,
struct network_driver *driver,
virNetworkObjPtr network);
@@ -794,33 +789,11 @@ networkRemoveIptablesRules(struct network_driver *driver,
iptablesSaveRules(driver->iptables);
}
-/* Enable IP Forwarding.
- Return 0 for success, nonzero for failure.
- Be careful to preserve any errno value upon failure. */
+/* Enable IP Forwarding. Return 0 for success, -1 for failure. */
static int
networkEnableIpForwarding(void)
{
-#define PROC_IP_FORWARD "/proc/sys/net/ipv4/ip_forward"
-
- int fd;
-
- if ((fd = open(PROC_IP_FORWARD, O_WRONLY|O_TRUNC)) == -1)
- return 0;
-
- if (safewrite(fd, "1\n", 2) < 0) {
- int saved_errno = errno;
- close (fd);
- errno = saved_errno;
- return 0;
- }
-
- /* Use errno from failed close only if there was no write error. */
- if (close (fd) != 0)
- return 0;
-
- return 1;
-
-#undef PROC_IP_FORWARD
+ return virFileWriteStr("/proc/sys/net/ipv4/ip_forward", "1\n");
}
static int networkStartNetworkDaemon(virConnectPtr conn,
@@ -834,7 +807,7 @@ static int networkStartNetworkDaemon(virConnectPtr conn,
return -1;
}
- if ((err = brAddBridge(driver->brctl, &network->def->bridge))) {
+ if ((err = brAddBridge(driver->brctl, network->def->bridge))) {
virReportSystemError(conn, err,
_("cannot create bridge '%s'"),
network->def->bridge);
@@ -875,7 +848,7 @@ static int networkStartNetworkDaemon(virConnectPtr conn,
goto err_delbr1;
if (network->def->forwardType != VIR_NETWORK_FORWARD_NONE &&
- !networkEnableIpForwarding()) {
+ networkEnableIpForwarding() < 0) {
virReportSystemError(conn, errno, "%s",
_("failed to enable IP forwarding"));
goto err_delbr2;
@@ -907,14 +880,16 @@ static int networkStartNetworkDaemon(virConnectPtr conn,
err_delbr1:
if (network->def->ipAddress &&
(err = brSetInterfaceUp(driver->brctl, network->def->bridge, 0))) {
+ char ebuf[1024];
networkLog(NETWORK_WARN, _("Failed to bring down bridge '%s' : %s\n"),
- network->def->bridge, strerror(err));
+ network->def->bridge, virStrerror(err, ebuf, sizeof ebuf));
}
err_delbr:
if ((err = brDeleteBridge(driver->brctl, network->def->bridge))) {
+ char ebuf[1024];
networkLog(NETWORK_WARN, _("Failed to delete bridge '%s' : %s\n"),
- network->def->bridge, strerror(err));
+ network->def->bridge, virStrerror(err, ebuf, sizeof ebuf));
}
return -1;
@@ -944,15 +919,16 @@ static int networkShutdownNetworkDaemon(virConnectPtr conn,
networkRemoveIptablesRules(driver, network);
+ char ebuf[1024];
if (network->def->ipAddress &&
(err = brSetInterfaceUp(driver->brctl, network->def->bridge, 0))) {
networkLog(NETWORK_WARN, _("Failed to bring down bridge '%s' : %s\n"),
- network->def->bridge, strerror(err));
+ network->def->bridge, virStrerror(err, ebuf, sizeof ebuf));
}
if ((err = brDeleteBridge(driver->brctl, network->def->bridge))) {
networkLog(NETWORK_WARN, _("Failed to delete bridge '%s' : %s\n"),
- network->def->bridge, strerror(err));
+ network->def->bridge, virStrerror(err, ebuf, sizeof ebuf));
}
/* See if its still alive and really really kill it */
@@ -1132,6 +1108,9 @@ static virNetworkPtr networkCreate(virConnectPtr conn, const char *xml) {
if (!(def = virNetworkDefParseString(conn, xml)))
goto cleanup;
+ if (virNetworkSetBridgeName(conn, &driver->networks, def))
+ goto cleanup;
+
if (!(network = virNetworkAssignDef(conn,
&driver->networks,
def)))
@@ -1166,12 +1145,17 @@ static virNetworkPtr networkDefine(virConnectPtr conn, const char *xml) {
if (!(def = virNetworkDefParseString(conn, xml)))
goto cleanup;
+ if (virNetworkSetBridgeName(conn, &driver->networks, def))
+ goto cleanup;
+
if (!(network = virNetworkAssignDef(conn,
&driver->networks,
def)))
goto cleanup;
def = NULL;
+ network->persistent = 1;
+
if (virNetworkSaveConfig(conn,
driver->networkConfigDir,
network->newDef ? network->newDef : network->def) < 0) {
diff --git a/src/node_device_conf.c b/src/node_device_conf.c
index af2f9a3..6e04112 100644
--- a/src/node_device_conf.c
+++ b/src/node_device_conf.c
@@ -27,6 +27,7 @@
#include <errno.h>
#include "virterror_internal.h"
+#include "datatypes.h"
#include "memory.h"
#include "node_device_conf.h"
@@ -367,6 +368,692 @@ char *virNodeDeviceDefFormat(virConnectPtr conn,
return NULL;
}
+static int
+virNodeDevCapsDefParseULong(virConnectPtr conn,
+ const char *xpath,
+ xmlXPathContextPtr ctxt,
+ unsigned *value,
+ virNodeDeviceDefPtr def,
+ const char *missing_error_fmt,
+ const char *invalid_error_fmt)
+{
+ int ret;
+ unsigned long val;
+
+ ret = virXPathULong(conn, xpath, ctxt, &val);
+ if (ret < 0) {
+ virNodeDeviceReportError(conn, VIR_ERR_INTERNAL_ERROR,
+ ret == -1 ? missing_error_fmt : invalid_error_fmt,
+ def->name);
+ return -1;
+ }
+
+ *value = val;
+ return 0;
+}
+
+static int
+virNodeDevCapsDefParseULongLong(virConnectPtr conn,
+ const char *xpath,
+ xmlXPathContextPtr ctxt,
+ unsigned long long *value,
+ virNodeDeviceDefPtr def,
+ const char *missing_error_fmt,
+ const char *invalid_error_fmt)
+{
+ int ret;
+ unsigned long long val;
+
+ ret = virXPathULongLong(conn, xpath, ctxt, &val);
+ if (ret < 0) {
+ virNodeDeviceReportError(conn, VIR_ERR_INTERNAL_ERROR,
+ ret == -1 ? missing_error_fmt : invalid_error_fmt,
+ def->name);
+ return -1;
+ }
+
+ *value = val;
+ return 0;
+}
+
+static int
+virNodeDevCapStorageParseXML(virConnectPtr conn,
+ xmlXPathContextPtr ctxt,
+ virNodeDeviceDefPtr def,
+ xmlNodePtr node,
+ union _virNodeDevCapData *data)
+{
+ xmlNodePtr orignode, *nodes = NULL;
+ int i, n, ret = -1;
+ unsigned long long val;
+
+ orignode = ctxt->node;
+ ctxt->node = node;
+
+ data->storage.block = virXPathString(conn, "string(./block[1])", ctxt);
+ if (!data->storage.block) {
+ virNodeDeviceReportError(conn, VIR_ERR_INTERNAL_ERROR,
+ _("no block device path supplied for '%s'"),
+ def->name);
+ goto out;
+ }
+
+ data->storage.bus = virXPathString(conn, "string(./bus[1])", ctxt);
+ data->storage.drive_type = virXPathString(conn, "string(./drive_type[1])", ctxt);
+ data->storage.model = virXPathString(conn, "string(./model[1])", ctxt);
+ data->storage.vendor = virXPathString(conn, "string(./vendor[1])", ctxt);
+
+ if ((n = virXPathNodeSet(conn, "./capability", ctxt, &nodes)) < 0) {
+ virNodeDeviceReportError(conn, VIR_ERR_INTERNAL_ERROR,
+ _("error parsing storage capabilities for '%s'"),
+ def->name);
+ goto out;
+ }
+
+ for (i = 0 ; i < n ; i++) {
+ char *type = virXMLPropString(nodes[i], "type");
+
+ if (!type) {
+ virNodeDeviceReportError(conn, VIR_ERR_INTERNAL_ERROR,
+ _("missing storage capability type for '%s'"),
+ def->name);
+ goto out;
+ }
+
+ if (STREQ(type, "hotpluggable"))
+ data->storage.flags |= VIR_NODE_DEV_CAP_STORAGE_HOTPLUGGABLE;
+ else if (STREQ(type, "removable")) {
+ xmlNodePtr orignode2;
+
+ data->storage.flags |= VIR_NODE_DEV_CAP_STORAGE_REMOVABLE;
+
+ orignode2 = ctxt->node;
+ ctxt->node = nodes[i];
+
+ if (virXPathBoolean(conn, "count(./media_available[. = '1']) > 0", ctxt))
+ data->storage.flags |= VIR_NODE_DEV_CAP_STORAGE_REMOVABLE_MEDIA_AVAILABLE;
+
+ val = 0;
+ if (virNodeDevCapsDefParseULongLong(conn, "number(./media_size[1])", ctxt, &val, def,
+ _("no removable media size supplied for '%s'"),
+ _("invalid removable media size supplied for '%s'")) < 0) {
+ ctxt->node = orignode2;
+ VIR_FREE(type);
+ goto out;
+ }
+ data->storage.removable_media_size = val;
+
+ ctxt->node = orignode2;
+ } else {
+ virNodeDeviceReportError(conn, VIR_ERR_INTERNAL_ERROR,
+ _("unknown storage capability type '%s' for '%s'"),
+ type, def->name);
+ VIR_FREE(type);
+ goto out;
+ }
+
+ VIR_FREE(type);
+ }
+
+ if (!(data->storage.flags & VIR_NODE_DEV_CAP_STORAGE_REMOVABLE)) {
+ val = 0;
+ if (virNodeDevCapsDefParseULongLong(conn, "number(./size[1])", ctxt, &val, def,
+ _("no size supplied for '%s'"),
+ _("invalid size supplied for '%s'")) < 0)
+ goto out;
+ data->storage.size = val;
+ }
+
+ ret = 0;
+out:
+ VIR_FREE(nodes);
+ ctxt->node = orignode;
+ return ret;
+}
+
+static int
+virNodeDevCapScsiParseXML(virConnectPtr conn,
+ xmlXPathContextPtr ctxt,
+ virNodeDeviceDefPtr def,
+ xmlNodePtr node,
+ union _virNodeDevCapData *data)
+{
+ xmlNodePtr orignode;
+ int ret = -1;
+
+ orignode = ctxt->node;
+ ctxt->node = node;
+
+ if (virNodeDevCapsDefParseULong(conn, "number(./host[1])", ctxt,
+ &data->scsi.host, def,
+ _("no SCSI host ID supplied for '%s'"),
+ _("invalid SCSI host ID supplied for '%s'")) < 0)
+ goto out;
+
+ if (virNodeDevCapsDefParseULong(conn, "number(./bus[1])", ctxt,
+ &data->scsi.bus, def,
+ _("no SCSI bus ID supplied for '%s'"),
+ _("invalid SCSI bus ID supplied for '%s'")) < 0)
+ goto out;
+
+ if (virNodeDevCapsDefParseULong(conn, "number(./target[1])", ctxt,
+ &data->scsi.target, def,
+ _("no SCSI target ID supplied for '%s'"),
+ _("invalid SCSI target ID supplied for '%s'")) < 0)
+ goto out;
+
+ if (virNodeDevCapsDefParseULong(conn, "number(./lun[1])", ctxt,
+ &data->scsi.lun, def,
+ _("no SCSI LUN ID supplied for '%s'"),
+ _("invalid SCSI LUN ID supplied for '%s'")) < 0)
+ goto out;
+
+ data->scsi.type = virXPathString(conn, "string(./type[1])", ctxt);
+
+ ret = 0;
+out:
+ ctxt->node = orignode;
+ return ret;
+}
+
+static int
+virNodeDevCapScsiHostParseXML(virConnectPtr conn,
+ xmlXPathContextPtr ctxt,
+ virNodeDeviceDefPtr def,
+ xmlNodePtr node,
+ union _virNodeDevCapData *data)
+{
+ xmlNodePtr orignode;
+ int ret = -1;
+
+ orignode = ctxt->node;
+ ctxt->node = node;
+
+ if (virNodeDevCapsDefParseULong(conn, "number(./host[1])", ctxt,
+ &data->scsi_host.host, def,
+ _("no SCSI host ID supplied for '%s'"),
+ _("invalid SCSI host ID supplied for '%s'")) < 0)
+ goto out;
+
+ ret = 0;
+out:
+ ctxt->node = orignode;
+ return ret;
+}
+
+static int
+virNodeDevCapNetParseXML(virConnectPtr conn,
+ xmlXPathContextPtr ctxt,
+ virNodeDeviceDefPtr def,
+ xmlNodePtr node,
+ union _virNodeDevCapData *data)
+{
+ xmlNodePtr orignode;
+ int ret = -1;
+ char *tmp;
+
+ orignode = ctxt->node;
+ ctxt->node = node;
+
+ data->net.ifname = virXPathString(conn, "string(./interface[1])", ctxt);
+ if (!data->net.ifname) {
+ virNodeDeviceReportError(conn, VIR_ERR_INTERNAL_ERROR,
+ _("no network interface supplied for '%s'"),
+ def->name);
+ goto out;
+ }
+
+ data->net.address = virXPathString(conn, "string(./address[1])", ctxt);
+
+ data->net.subtype = VIR_NODE_DEV_CAP_NET_LAST;
+
+ tmp = virXPathString(conn, "string(./capability/@type)", ctxt);
+ if (tmp) {
+ int val = virNodeDevNetCapTypeFromString(tmp);
+ VIR_FREE(tmp);
+ if (val < 0) {
+ virNodeDeviceReportError(conn, VIR_ERR_INTERNAL_ERROR,
+ _("invalid network type supplied for '%s'"),
+ def->name);
+ goto out;
+ }
+ data->net.subtype = val;
+ }
+
+ ret = 0;
+out:
+ ctxt->node = orignode;
+ return ret;
+}
+
+static int
+virNodeDevCapUsbInterfaceParseXML(virConnectPtr conn,
+ xmlXPathContextPtr ctxt,
+ virNodeDeviceDefPtr def,
+ xmlNodePtr node,
+ union _virNodeDevCapData *data)
+{
+ xmlNodePtr orignode;
+ int ret = -1;
+
+ orignode = ctxt->node;
+ ctxt->node = node;
+
+ if (virNodeDevCapsDefParseULong(conn, "number(./number[1])", ctxt,
+ &data->usb_if.number, def,
+ _("no USB interface number supplied for '%s'"),
+ _("invalid USB interface number supplied for '%s'")) < 0)
+ goto out;
+
+ if (virNodeDevCapsDefParseULong(conn, "number(./class[1])", ctxt,
+ &data->usb_if._class, def,
+ _("no USB interface class supplied for '%s'"),
+ _("invalid USB interface class supplied for '%s'")) < 0)
+ goto out;
+
+ if (virNodeDevCapsDefParseULong(conn, "number(./subclass[1])", ctxt,
+ &data->usb_if.subclass, def,
+ _("no USB interface subclass supplied for '%s'"),
+ _("invalid USB interface subclass supplied for '%s'")) < 0)
+ goto out;
+
+ if (virNodeDevCapsDefParseULong(conn, "number(./protocol[1])", ctxt,
+ &data->usb_if.protocol, def,
+ _("no USB interface protocol supplied for '%s'"),
+ _("invalid USB interface protocol supplied for '%s'")) < 0)
+ goto out;
+
+ data->usb_if.description = virXPathString(conn, "string(./description[1])", ctxt);
+
+ ret = 0;
+out:
+ ctxt->node = orignode;
+ return ret;
+}
+
+static int
+virNodeDevCapsDefParseHexId(virConnectPtr conn,
+ const char *xpath,
+ xmlXPathContextPtr ctxt,
+ unsigned *value,
+ virNodeDeviceDefPtr def,
+ const char *missing_error_fmt,
+ const char *invalid_error_fmt)
+{
+ int ret;
+ unsigned long val;
+
+ ret = virXPathULongHex(conn, xpath, ctxt, &val);
+ if (ret < 0) {
+ virNodeDeviceReportError(conn, VIR_ERR_INTERNAL_ERROR,
+ ret == -1 ? missing_error_fmt : invalid_error_fmt,
+ def->name);
+ return -1;
+ }
+
+ *value = val;
+ return 0;
+}
+
+static int
+virNodeDevCapUsbDevParseXML(virConnectPtr conn,
+ xmlXPathContextPtr ctxt,
+ virNodeDeviceDefPtr def,
+ xmlNodePtr node,
+ union _virNodeDevCapData *data)
+{
+ xmlNodePtr orignode;
+ int ret = -1;
+
+ orignode = ctxt->node;
+ ctxt->node = node;
+
+ if (virNodeDevCapsDefParseULong(conn, "number(./bus[1])", ctxt,
+ &data->usb_dev.bus, def,
+ _("no USB bus number supplied for '%s'"),
+ _("invalid USB bus number supplied for '%s'")) < 0)
+ goto out;
+
+ if (virNodeDevCapsDefParseULong(conn, "number(./device[1])", ctxt,
+ &data->usb_dev.device, def,
+ _("no USB device number supplied for '%s'"),
+ _("invalid USB device number supplied for '%s'")) < 0)
+ goto out;
+
+ if (virNodeDevCapsDefParseHexId(conn, "string(./vendor[1]/@id)", ctxt,
+ &data->usb_dev.vendor, def,
+ _("no USB vendor ID supplied for '%s'"),
+ _("invalid USB vendor ID supplied for '%s'")) < 0)
+ goto out;
+
+ if (virNodeDevCapsDefParseHexId(conn, "string(./product[1]/@id)", ctxt,
+ &data->usb_dev.product, def,
+ _("no USB product ID supplied for '%s'"),
+ _("invalid USB product ID supplied for '%s'")) < 0)
+ goto out;
+
+ data->usb_dev.vendor_name = virXPathString(conn, "string(./vendor[1])", ctxt);
+ data->usb_dev.product_name = virXPathString(conn, "string(./product[1])", ctxt);
+
+ ret = 0;
+out:
+ ctxt->node = orignode;
+ return ret;
+}
+
+static int
+virNodeDevCapPciDevParseXML(virConnectPtr conn,
+ xmlXPathContextPtr ctxt,
+ virNodeDeviceDefPtr def,
+ xmlNodePtr node,
+ union _virNodeDevCapData *data)
+{
+ xmlNodePtr orignode;
+ int ret = -1;
+
+ orignode = ctxt->node;
+ ctxt->node = node;
+
+ if (virNodeDevCapsDefParseULong(conn, "number(./domain[1])", ctxt,
+ &data->pci_dev.domain, def,
+ _("no PCI domain ID supplied for '%s'"),
+ _("invalid PCI domain ID supplied for '%s'")) < 0)
+ goto out;
+
+ if (virNodeDevCapsDefParseULong(conn, "number(./bus[1])", ctxt,
+ &data->pci_dev.bus, def,
+ _("no PCI bus ID supplied for '%s'"),
+ _("invalid PCI bus ID supplied for '%s'")) < 0)
+ goto out;
+
+ if (virNodeDevCapsDefParseULong(conn, "number(./slot[1])", ctxt,
+ &data->pci_dev.slot, def,
+ _("no PCI slot ID supplied for '%s'"),
+ _("invalid PCI slot ID supplied for '%s'")) < 0)
+ goto out;
+
+ if (virNodeDevCapsDefParseULong(conn, "number(./function[1])", ctxt,
+ &data->pci_dev.function, def,
+ _("no PCI function ID supplied for '%s'"),
+ _("invalid PCI function ID supplied for '%s'")) < 0)
+ goto out;
+
+ if (virNodeDevCapsDefParseHexId(conn, "string(./vendor[1]/@id)", ctxt,
+ &data->pci_dev.vendor, def,
+ _("no PCI vendor ID supplied for '%s'"),
+ _("invalid PCI vendor ID supplied for '%s'")) < 0)
+ goto out;
+
+ if (virNodeDevCapsDefParseHexId(conn, "string(./product[1]/@id)", ctxt,
+ &data->pci_dev.product, def,
+ _("no PCI product ID supplied for '%s'"),
+ _("invalid PCI product ID supplied for '%s'")) < 0)
+ goto out;
+
+ data->pci_dev.vendor_name = virXPathString(conn, "string(./vendor[1])", ctxt);
+ data->pci_dev.product_name = virXPathString(conn, "string(./product[1])", ctxt);
+
+ ret = 0;
+out:
+ ctxt->node = orignode;
+ return ret;
+}
+
+static int
+virNodeDevCapSystemParseXML(virConnectPtr conn,
+ xmlXPathContextPtr ctxt,
+ virNodeDeviceDefPtr def,
+ xmlNodePtr node,
+ union _virNodeDevCapData *data)
+{
+ xmlNodePtr orignode;
+ int ret = -1;
+ char *tmp;
+
+ orignode = ctxt->node;
+ ctxt->node = node;
+
+ data->system.product_name = virXPathString(conn, "string(./product[1])", ctxt);
+
+ data->system.hardware.vendor_name = virXPathString(conn, "string(./hardware/vendor[1])", ctxt);
+ data->system.hardware.version = virXPathString(conn, "string(./hardware/version[1])", ctxt);
+ data->system.hardware.serial = virXPathString(conn, "string(./hardware/serial[1])", ctxt);
+
+ tmp = virXPathString(conn, "string(./hardware/uuid[1])", ctxt);
+ if (!tmp) {
+ virNodeDeviceReportError(conn, VIR_ERR_INTERNAL_ERROR,
+ _("no system UUID supplied for '%s'"), def->name);
+ goto out;
+ }
+
+ if (virUUIDParse(tmp, data->system.hardware.uuid) < 0) {
+ virNodeDeviceReportError(conn, VIR_ERR_INTERNAL_ERROR,
+ _("malformed uuid element for '%s'"), def->name);
+ VIR_FREE(tmp);
+ goto out;
+ }
+ VIR_FREE(tmp);
+
+ data->system.firmware.vendor_name = virXPathString(conn, "string(./firmware/vendor[1])", ctxt);
+ data->system.firmware.version = virXPathString(conn, "string(./firmware/version[1])", ctxt);
+ data->system.firmware.release_date = virXPathString(conn, "string(./firmware/release_date[1])", ctxt);
+
+ ret = 0;
+out:
+ ctxt->node = orignode;
+ return ret;
+}
+
+static virNodeDevCapsDefPtr
+virNodeDevCapsDefParseXML(virConnectPtr conn,
+ xmlXPathContextPtr ctxt,
+ virNodeDeviceDefPtr def,
+ xmlNodePtr node)
+{
+ virNodeDevCapsDefPtr caps;
+ char *tmp;
+ int val, ret;
+
+ if (VIR_ALLOC(caps) < 0) {
+ virReportOOMError(conn);
+ return NULL;
+ }
+
+ tmp = virXMLPropString(node, "type");
+ if (!tmp) {
+ virNodeDeviceReportError(conn, VIR_ERR_INTERNAL_ERROR,
+ "%s", _("missing capability type"));
+ goto error;
+ }
+
+ if ((val = virNodeDevCapTypeFromString(tmp)) < 0) {
+ virNodeDeviceReportError(conn, VIR_ERR_INTERNAL_ERROR,
+ _("unknown capability type '%s'"), tmp);
+ VIR_FREE(tmp);
+ goto error;
+ }
+ caps->type = val;
+ VIR_FREE(tmp);
+
+ switch (caps->type) {
+ case VIR_NODE_DEV_CAP_SYSTEM:
+ ret = virNodeDevCapSystemParseXML(conn, ctxt, def, node, &caps->data);
+ break;
+ case VIR_NODE_DEV_CAP_PCI_DEV:
+ ret = virNodeDevCapPciDevParseXML(conn, ctxt, def, node, &caps->data);
+ break;
+ case VIR_NODE_DEV_CAP_USB_DEV:
+ ret = virNodeDevCapUsbDevParseXML(conn, ctxt, def, node, &caps->data);
+ break;
+ case VIR_NODE_DEV_CAP_USB_INTERFACE:
+ ret = virNodeDevCapUsbInterfaceParseXML(conn, ctxt, def, node, &caps->data);
+ break;
+ case VIR_NODE_DEV_CAP_NET:
+ ret = virNodeDevCapNetParseXML(conn, ctxt, def, node, &caps->data);
+ break;
+ case VIR_NODE_DEV_CAP_SCSI_HOST:
+ ret = virNodeDevCapScsiHostParseXML(conn, ctxt, def, node, &caps->data);
+ break;
+ case VIR_NODE_DEV_CAP_SCSI:
+ ret = virNodeDevCapScsiParseXML(conn, ctxt, def, node, &caps->data);
+ break;
+ case VIR_NODE_DEV_CAP_STORAGE:
+ ret = virNodeDevCapStorageParseXML(conn, ctxt, def, node, &caps->data);
+ break;
+ default:
+ virNodeDeviceReportError(conn, VIR_ERR_INTERNAL_ERROR,
+ _("unknown capability type '%d' for '%s'"),
+ caps->type, def->name);
+ ret = -1;
+ break;
+ }
+
+ if (ret < 0)
+ goto error;
+ return caps;
+
+error:
+ virNodeDevCapsDefFree(caps);
+ return NULL;
+}
+
+static virNodeDeviceDefPtr
+virNodeDeviceDefParseXML(virConnectPtr conn, xmlXPathContextPtr ctxt)
+{
+ virNodeDeviceDefPtr def;
+ virNodeDevCapsDefPtr *next_cap;
+ xmlNodePtr *nodes;
+ int n, i;
+
+ if (VIR_ALLOC(def) < 0) {
+ virReportOOMError(conn);
+ return NULL;
+ }
+
+ /* Extract device name */
+ def->name = virXPathString(conn, "string(./name[1])", ctxt);
+ if (!def->name) {
+ virNodeDeviceReportError(conn, VIR_ERR_NO_NAME, NULL);
+ goto error;
+ }
+
+ /* Extract device parent, if any */
+ def->parent = virXPathString(conn, "string(./parent[1])", ctxt);
+
+ /* Parse device capabilities */
+ nodes = NULL;
+ if ((n = virXPathNodeSet(conn, "./capability", ctxt, &nodes)) <= 0) {
+ virNodeDeviceReportError(conn, VIR_ERR_INTERNAL_ERROR,
+ _("no device capabilities for '%s'"),
+ def->name);
+ goto error;
+ }
+
+ next_cap = &def->caps;
+ for (i = 0 ; i < n ; i++) {
+ *next_cap = virNodeDevCapsDefParseXML(conn, ctxt, def, nodes[i]);
+ if (!*next_cap) {
+ VIR_FREE(nodes);
+ goto error;
+ }
+
+ next_cap = &(*next_cap)->next;
+ }
+ VIR_FREE(nodes);
+
+ return def;
+
+ error:
+ virNodeDeviceDefFree(def);
+ return NULL;
+}
+
+static virNodeDeviceDefPtr
+virNodeDeviceDefParseNode(virConnectPtr conn, xmlDocPtr xml, xmlNodePtr root)
+{
+ xmlXPathContextPtr ctxt = NULL;
+ virNodeDeviceDefPtr def = NULL;
+
+ if (!xmlStrEqual(root->name, BAD_CAST "device")) {
+ virNodeDeviceReportError(conn, VIR_ERR_INTERNAL_ERROR,
+ "%s", _("incorrect root element"));
+ return NULL;
+ }
+
+ ctxt = xmlXPathNewContext(xml);
+ if (ctxt == NULL) {
+ virReportOOMError(conn);
+ goto cleanup;
+ }
+
+ ctxt->node = root;
+ def = virNodeDeviceDefParseXML(conn, ctxt);
+
+cleanup:
+ xmlXPathFreeContext(ctxt);
+ return def;
+}
+
+/* Called from SAX on parsing errors in the XML. */
+static void
+catchXMLError(void *ctx, const char *msg ATTRIBUTE_UNUSED, ...)
+{
+ xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx;
+
+ if (ctxt) {
+ virConnectPtr conn = ctxt->_private;
+
+ if (virGetLastError() == NULL &&
+ ctxt->lastError.level == XML_ERR_FATAL &&
+ ctxt->lastError.message != NULL) {
+ virNodeDeviceReportError(conn, VIR_ERR_XML_DETAIL,
+ _("at line %d: %s"),
+ ctxt->lastError.line,
+ ctxt->lastError.message);
+ }
+ }
+}
+
+virNodeDeviceDefPtr
+virNodeDeviceDefParseString(virConnectPtr conn, const char *str)
+{
+ xmlParserCtxtPtr pctxt;
+ xmlDocPtr xml = NULL;
+ xmlNodePtr root;
+ virNodeDeviceDefPtr def = NULL;
+
+ /* Set up a parser context so we can catch the details of XML errors. */
+ pctxt = xmlNewParserCtxt ();
+ if (!pctxt || !pctxt->sax)
+ goto cleanup;
+ pctxt->sax->error = catchXMLError;
+ pctxt->_private = conn;
+
+ if (conn) virResetError (&conn->err);
+ xml = xmlCtxtReadDoc(pctxt, BAD_CAST str, "device.xml", NULL,
+ XML_PARSE_NOENT | XML_PARSE_NONET |
+ XML_PARSE_NOWARNING);
+ if (!xml) {
+ if (conn && conn->err.code == VIR_ERR_NONE)
+ virNodeDeviceReportError(conn, VIR_ERR_XML_ERROR,
+ "%s", _("failed to parse xml document"));
+ goto cleanup;
+ }
+
+ if ((root = xmlDocGetRootElement(xml)) == NULL) {
+ virNodeDeviceReportError(conn, VIR_ERR_INTERNAL_ERROR,
+ "%s", _("missing root element"));
+ goto cleanup;
+ }
+
+ def = virNodeDeviceDefParseNode(conn, xml, root);
+
+cleanup:
+ xmlFreeParserCtxt(pctxt);
+ xmlFreeDoc(xml);
+ return def;
+}
+
void virNodeDevCapsDefFree(virNodeDevCapsDefPtr caps)
{
union _virNodeDevCapData *data = &caps->data;
diff --git a/src/node_device_conf.h b/src/node_device_conf.h
index 2024755..26e5558 100644
--- a/src/node_device_conf.h
+++ b/src/node_device_conf.h
@@ -184,7 +184,8 @@ void virNodeDeviceObjRemove(virNodeDeviceObjListPtr devs,
char *virNodeDeviceDefFormat(virConnectPtr conn,
const virNodeDeviceDefPtr def);
-// TODO: virNodeDeviceDefParseString/File/Node for virNodeDeviceCreate
+virNodeDeviceDefPtr virNodeDeviceDefParseString(virConnectPtr conn,
+ const char *str);
void virNodeDeviceDefFree(virNodeDeviceDefPtr def);
diff --git a/src/node_device_hal.c b/src/node_device_hal.c
index cb4f86b..a47c42a 100644
--- a/src/node_device_hal.c
+++ b/src/node_device_hal.c
@@ -242,8 +242,8 @@ static int gather_storage_cap(LibHalContext *ctx, const char *udi,
(void)get_str_prop(ctx, udi, "storage.vendor", &d->storage.vendor);
if (get_bool_prop(ctx, udi, "storage.removable", &val) == 0 && val) {
d->storage.flags |= VIR_NODE_DEV_CAP_STORAGE_REMOVABLE;
- if (get_bool_prop(ctx, udi,
- "storage.removable.media_available", &val) && val) {
+ if (get_bool_prop(ctx, udi, "storage.removable.media_available",
+ &val) == 0 && val) {
d->storage.flags |=
VIR_NODE_DEV_CAP_STORAGE_REMOVABLE_MEDIA_AVAILABLE;
(void)get_uint64_prop(ctx, udi, "storage.removable.media_size",
@@ -685,6 +685,9 @@ static int halDeviceMonitorStartup(void)
nodeDeviceLock(driverState);
/* Allocate and initialize a new HAL context */
+ dbus_connection_set_change_sigpipe(FALSE);
+ dbus_threads_init_default();
+
dbus_error_init(&err);
hal_ctx = libhal_ctx_new();
if (hal_ctx == NULL) {
@@ -696,6 +699,8 @@ static int halDeviceMonitorStartup(void)
fprintf(stderr, "%s: dbus_bus_get failed\n", __FUNCTION__);
goto failure;
}
+ dbus_connection_set_exit_on_disconnect(dbus_conn, FALSE);
+
if (!libhal_ctx_set_dbus_connection(hal_ctx, dbus_conn)) {
fprintf(stderr, "%s: libhal_ctx_set_dbus_connection failed\n",
__FUNCTION__);
diff --git a/src/openvz_driver.c b/src/openvz_driver.c
index e004819..d6c4362 100644
--- a/src/openvz_driver.c
+++ b/src/openvz_driver.c
@@ -1299,6 +1299,8 @@ static virDriver openvzDriver = {
NULL, /* domainPinVcpu */
NULL, /* domainGetVcpus */
openvzDomainGetMaxVcpus, /* domainGetMaxVcpus */
+ NULL, /* domainGetSecurityLabel */
+ NULL, /* nodeGetSecurityModel */
openvzDomainDumpXML, /* domainDumpXML */
openvzListDefinedDomains, /* listDomains */
openvzNumDefinedDomains, /* numOfDomains */
@@ -1325,6 +1327,9 @@ static virDriver openvzDriver = {
NULL, /* domainEventDeregister */
NULL, /* domainMigratePrepare2 */
NULL, /* domainMigrateFinish2 */
+ NULL, /* nodeDeviceAttach */
+ NULL, /* nodeDeviceReAttach */
+ NULL, /* nodeDeviceReset */
};
int openvzRegister(void) {
diff --git a/src/pci.c b/src/pci.c
new file mode 100644
index 0000000..b197b8e
--- /dev/null
+++ b/src/pci.c
@@ -0,0 +1,836 @@
+/*
+ * Copyright (C) 2009 Red Hat, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ * Authors:
+ * Mark McLoughlin <markmc at redhat.com>
+ */
+
+#include <config.h>
+
+#include "pci.h"
+
+#include <dirent.h>
+#include <fcntl.h>
+#include <inttypes.h>
+#include <limits.h>
+#include <stdio.h>
+#include <string.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <unistd.h>
+
+#include "logging.h"
+#include "memory.h"
+#include "util.h"
+#include "virterror_internal.h"
+
+#define PCI_SYSFS "/sys/bus/pci/"
+#define PCI_ID_LEN 10 /* "XXXX XXXX" */
+#define PCI_ADDR_LEN 13 /* "XXXX:XX:XX.X" */
+
+struct _pciDevice {
+ unsigned domain;
+ unsigned bus;
+ unsigned slot;
+ unsigned function;
+
+ char name[PCI_ADDR_LEN]; /* domain:bus:slot.function */
+ char id[PCI_ID_LEN]; /* product vendor */
+ char path[PATH_MAX];
+ int fd;
+
+ unsigned initted;
+ unsigned pcie_cap_pos;
+ unsigned pci_pm_cap_pos;
+ unsigned has_flr : 1;
+ unsigned has_pm_reset : 1;
+};
+
+/* For virReportOOMError() and virReportSystemError() */
+#define VIR_FROM_THIS VIR_FROM_NONE
+
+#define pciReportError(conn, code, fmt...) \
+ virReportErrorHelper(conn, VIR_FROM_NONE, code, __FILE__, \
+ __FUNCTION__, __LINE__, fmt)
+
+/* Specifications referenced in comments:
+ * PCI30 - PCI Local Bus Specification 3.0
+ * PCIe20 - PCI Express Base Specification 2.0
+ * BR12 - PCI-to-PCI Bridge Architecture Specification 1.2
+ * PM12 - PCI Bus Power Management Interface Specification 1.2
+ * ECN_AF - Advanced Capabilities for Conventional PCI ECN
+ */
+
+/* Type 0 config space header length; PCI30 Section 6.1 Configuration Space Organization */
+#define PCI_CONF_LEN 0x100
+#define PCI_CONF_HEADER_LEN 0x40
+
+/* PCI30 6.2.1 */
+#define PCI_HEADER_TYPE 0x0e /* Header type */
+#define PCI_HEADER_TYPE_BRIDGE 0x1
+#define PCI_HEADER_TYPE_MASK 0x7f
+#define PCI_HEADER_TYPE_MULTI 0x80
+
+/* PCI30 6.2.1 Device Identification */
+#define PCI_CLASS_DEVICE 0x0a /* Device class */
+
+/* Class Code for bridge; PCI30 D.7 Base Class 06h */
+#define PCI_CLASS_BRIDGE_PCI 0x0604
+
+/* PCI30 6.2.3 Device Status */
+#define PCI_STATUS 0x06 /* 16 bits */
+#define PCI_STATUS_CAP_LIST 0x10 /* Support Capability List */
+
+/* PCI30 6.7 Capabilities List */
+#define PCI_CAPABILITY_LIST 0x34 /* Offset of first capability list entry */
+
+/* PM12 3.2.1 Capability Identifier */
+#define PCI_CAP_ID_PM 0x01 /* Power Management */
+/* PCI30 H Capability IDs */
+#define PCI_CAP_ID_EXP 0x10 /* PCI Express */
+/* ECN_AF 6.x.1.1 Capability ID for AF */
+#define PCI_CAP_ID_AF 0x13 /* Advanced Features */
+
+/* PCIe20 7.8.3 Device Capabilities Register (Offset 04h) */
+#define PCI_EXP_DEVCAP 0x4 /* Device capabilities */
+#define PCI_EXP_DEVCAP_FLR (1<<28) /* Function Level Reset */
+
+/* Header type 1 BR12 3.2 PCI-to-PCI Bridge Configuration Space Header Format */
+#define PCI_PRIMARY_BUS 0x18 /* BR12 3.2.5.2 Primary bus number */
+#define PCI_SECONDARY_BUS 0x19 /* BR12 3.2.5.3 Secondary bus number */
+#define PCI_SUBORDINATE_BUS 0x1a /* BR12 3.2.5.4 Highest bus number behind the bridge */
+#define PCI_BRIDGE_CONTROL 0x3e
+/* BR12 3.2.5.18 Bridge Control Register */
+#define PCI_BRIDGE_CTL_RESET 0x40 /* Secondary bus reset */
+
+/* PM12 3.2.4 Power Management Control/Status (Offset = 4) */
+#define PCI_PM_CTRL 4 /* PM control and status register */
+#define PCI_PM_CTRL_STATE_MASK 0x3 /* Current power state (D0 to D3) */
+#define PCI_PM_CTRL_STATE_D0 0x0 /* D0 state */
+#define PCI_PM_CTRL_STATE_D3hot 0x3 /* D3 state */
+#define PCI_PM_CTRL_NO_SOFT_RESET 0x8 /* No reset for D3hot->D0 */
+
+/* ECN_AF 6.x.1 Advanced Features Capability Structure */
+#define PCI_AF_CAP 0x3 /* Advanced features capabilities */
+#define PCI_AF_CAP_FLR 0x2 /* Function Level Reset */
+
+static int
+pciOpenConfig(pciDevice *dev)
+{
+ int fd;
+
+ if (dev->fd > 0)
+ return 0;
+
+ fd = open(dev->path, O_RDWR);
+ if (fd < 0) {
+ char ebuf[1024];
+ VIR_WARN(_("Failed to open config space file '%s': %s"),
+ dev->path, virStrerror(errno, ebuf, sizeof(ebuf)));
+ return -1;
+ }
+ VIR_DEBUG("%s %s: opened %s", dev->id, dev->name, dev->path);
+ dev->fd = fd;
+ return 0;
+}
+
+static int
+pciRead(pciDevice *dev, unsigned pos, uint8_t *buf, unsigned buflen)
+{
+ memset(buf, 0, buflen);
+
+ if (pciOpenConfig(dev) < 0)
+ return -1;
+
+ if (lseek(dev->fd, pos, SEEK_SET) != pos ||
+ saferead(dev->fd, buf, buflen) != buflen) {
+ char ebuf[1024];
+ VIR_WARN(_("Failed to read from '%s' : %s"), dev->path,
+ virStrerror(errno, ebuf, sizeof(ebuf)));
+ return -1;
+ }
+ return 0;
+}
+
+static uint8_t
+pciRead8(pciDevice *dev, unsigned pos)
+{
+ uint8_t buf;
+ pciRead(dev, pos, &buf, sizeof(buf));
+ return buf;
+}
+
+static uint16_t
+pciRead16(pciDevice *dev, unsigned pos)
+{
+ uint8_t buf[2];
+ pciRead(dev, pos, &buf[0], sizeof(buf));
+ return (buf[0] << 0) | (buf[1] << 8);
+}
+
+static uint32_t
+pciRead32(pciDevice *dev, unsigned pos)
+{
+ uint8_t buf[4];
+ pciRead(dev, pos, &buf[0], sizeof(buf));
+ return (buf[0] << 0) | (buf[1] << 8) | (buf[2] << 16) | (buf[3] << 24);
+}
+
+static int
+pciWrite(pciDevice *dev, unsigned pos, uint8_t *buf, unsigned buflen)
+{
+ if (pciOpenConfig(dev) < 0)
+ return -1;
+
+ if (lseek(dev->fd, pos, SEEK_SET) != pos ||
+ safewrite(dev->fd, buf, buflen) != buflen) {
+ char ebuf[1024];
+ VIR_WARN(_("Failed to write to '%s' : %s"), dev->path,
+ virStrerror(errno, ebuf, sizeof(ebuf)));
+ return -1;
+ }
+ return 0;
+}
+
+static void
+pciWrite16(pciDevice *dev, unsigned pos, uint16_t val)
+{
+ uint8_t buf[2] = { (val >> 0), (val >> 8) };
+ pciWrite(dev, pos, &buf[0], sizeof(buf));
+}
+
+static void
+pciWrite32(pciDevice *dev, unsigned pos, uint32_t val)
+{
+ uint8_t buf[4] = { (val >> 0), (val >> 8), (val >> 16), (val >> 14) };
+ pciWrite(dev, pos, &buf[0], sizeof(buf));
+}
+
+typedef int (*pciIterPredicate)(pciDevice *, pciDevice *);
+
+/* Iterate over available PCI devices calling @predicate
+ * to compare each one to @dev.
+ * Return -1 on error since we don't want to assume it is
+ * safe to reset if there is an error.
+ */
+static int
+pciIterDevices(virConnectPtr conn,
+ pciIterPredicate predicate,
+ pciDevice *dev,
+ pciDevice **matched)
+{
+ DIR *dir;
+ struct dirent *entry;
+ int ret = 0;
+
+ *matched = NULL;
+
+ VIR_DEBUG("%s %s: iterating over " PCI_SYSFS "devices", dev->id, dev->name);
+
+ dir = opendir(PCI_SYSFS "devices");
+ if (!dir) {
+ VIR_WARN0("Failed to open " PCI_SYSFS "devices");
+ return -1;
+ }
+
+ while ((entry = readdir(dir))) {
+ unsigned domain, bus, slot, function;
+ pciDevice *try;
+
+ /* Ignore '.' and '..' */
+ if (entry->d_name[0] == '.')
+ continue;
+
+ if (sscanf(entry->d_name, "%x:%x:%x.%x",
+ &domain, &bus, &slot, &function) < 4) {
+ VIR_WARN("Unusual entry in " PCI_SYSFS "devices: %s", entry->d_name);
+ continue;
+ }
+
+ try = pciGetDevice(conn, domain, bus, slot, function);
+ if (!try) {
+ ret = -1;
+ break;
+ }
+
+ if (predicate(try, dev)) {
+ VIR_DEBUG("%s %s: iter matched on %s", dev->id, dev->name, try->name);
+ *matched = try;
+ break;
+ }
+ pciFreeDevice(conn, try);
+ }
+ closedir(dir);
+ return ret;
+}
+
+static uint8_t
+pciFindCapabilityOffset(pciDevice *dev, unsigned capability)
+{
+ uint16_t status;
+ uint8_t pos;
+
+ status = pciRead16(dev, PCI_STATUS);
+ if (!(status & PCI_STATUS_CAP_LIST))
+ return 0;
+
+ pos = pciRead8(dev, PCI_CAPABILITY_LIST);
+
+ /* Zero indicates last capability, capabilities can't
+ * be in the config space header and 0xff is returned
+ * by the kernel if we don't have access to this region
+ *
+ * Note: we're not handling loops or extended
+ * capabilities here.
+ */
+ while (pos >= PCI_CONF_HEADER_LEN && pos != 0xff) {
+ uint8_t capid = pciRead8(dev, pos);
+ if (capid == capability) {
+ VIR_DEBUG("%s %s: found cap 0x%.2x at 0x%.2x",
+ dev->id, dev->name, capability, pos);
+ return pos;
+ }
+
+ pos = pciRead8(dev, pos + 1);
+ }
+
+ VIR_DEBUG("%s %s: failed to find cap 0x%.2x", dev->id, dev->name, capability);
+
+ return 0;
+}
+
+static unsigned
+pciDetectFunctionLevelReset(pciDevice *dev)
+{
+ uint16_t caps;
+ uint8_t pos;
+
+ /* The PCIe Function Level Reset capability allows
+ * individual device functions to be reset without
+ * affecting any other functions on the device or
+ * any other devices on the bus. This is only common
+ * on SR-IOV NICs at the moment.
+ */
+ if (dev->pcie_cap_pos) {
+ caps = pciRead16(dev, dev->pcie_cap_pos + PCI_EXP_DEVCAP);
+ if (caps & PCI_EXP_DEVCAP_FLR) {
+ VIR_DEBUG("%s %s: detected PCIe FLR capability", dev->id, dev->name);
+ return 1;
+ }
+ }
+
+ /* The PCI AF Function Level Reset capability is
+ * the same thing, except for conventional PCI
+ * devices. This is not common yet.
+ */
+ pos = pciFindCapabilityOffset(dev, PCI_CAP_ID_AF);
+ if (pos) {
+ caps = pciRead16(dev, pos + PCI_AF_CAP);
+ if (caps & PCI_AF_CAP_FLR) {
+ VIR_DEBUG("%s %s: detected PCI FLR capability", dev->id, dev->name);
+ return 1;
+ }
+ }
+
+ VIR_DEBUG("%s %s: no FLR capability found", dev->id, dev->name);
+
+ return 0;
+}
+
+/* Require the device has the PCI Power Management capability
+ * and that a D3hot->D0 transition will results in a full
+ * internal reset, not just a soft reset.
+ */
+static unsigned
+pciDetectPowerManagementReset(pciDevice *dev)
+{
+ if (dev->pci_pm_cap_pos) {
+ uint32_t ctl;
+
+ /* require the NO_SOFT_RESET bit is clear */
+ ctl = pciRead32(dev, dev->pci_pm_cap_pos + PCI_PM_CTRL);
+ if (!(ctl & PCI_PM_CTRL_NO_SOFT_RESET)) {
+ VIR_DEBUG("%s %s: detected PM reset capability", dev->id, dev->name);
+ return 1;
+ }
+ }
+
+ VIR_DEBUG("%s %s: no PM reset capability found", dev->id, dev->name);
+
+ return 0;
+}
+
+/* Any devices other than the one supplied on the same domain/bus ? */
+static int
+pciSharesBus(pciDevice *a, pciDevice *b)
+{
+ return
+ a->domain == b->domain &&
+ a->bus == b->bus &&
+ (a->slot != b->slot ||
+ a->function != b->function);
+}
+
+static int
+pciBusContainsOtherDevices(virConnectPtr conn, pciDevice *dev)
+{
+ pciDevice *matched = NULL;
+ if (pciIterDevices(conn, pciSharesBus, dev, &matched) < 0)
+ return 1;
+ if (!matched)
+ return 0;
+ pciFreeDevice(conn, matched);
+ return 1;
+}
+
+/* Any other functions on this device ? */
+static int
+pciSharesDevice(pciDevice *a, pciDevice *b)
+{
+ return
+ a->domain == b->domain &&
+ a->bus == b->bus &&
+ a->slot == b->slot &&
+ a->function != b->function;
+}
+
+static int
+pciDeviceContainsOtherFunctions(virConnectPtr conn, pciDevice *dev)
+{
+ pciDevice *matched = NULL;
+ if (pciIterDevices(conn, pciSharesDevice, dev, &matched) < 0)
+ return 1;
+ if (!matched)
+ return 0;
+ pciFreeDevice(conn, matched);
+ return 1;
+}
+
+/* Is @a the parent of @b ? */
+static int
+pciIsParent(pciDevice *a, pciDevice *b)
+{
+ uint16_t device_class;
+ uint8_t header_type, secondary, subordinate;
+
+ if (a->domain != b->domain)
+ return 0;
+
+ /* Is it a bridge? */
+ device_class = pciRead16(a, PCI_CLASS_DEVICE);
+ if (device_class != PCI_CLASS_BRIDGE_PCI)
+ return 0;
+
+ /* Is it a plane? */
+ header_type = pciRead8(a, PCI_HEADER_TYPE);
+ if ((header_type & PCI_HEADER_TYPE_MASK) != PCI_HEADER_TYPE_BRIDGE)
+ return 0;
+
+ secondary = pciRead8(a, PCI_SECONDARY_BUS);
+ subordinate = pciRead8(a, PCI_SUBORDINATE_BUS);
+
+ VIR_DEBUG("%s %s: found parent device %s\n", b->id, b->name, a->name);
+
+ /* No, it's superman! */
+ return (b->bus >= secondary && b->bus <= subordinate);
+}
+
+static pciDevice *
+pciGetParentDevice(virConnectPtr conn, pciDevice *dev)
+{
+ pciDevice *parent = NULL;
+ pciIterDevices(conn, pciIsParent, dev, &parent);
+ return parent;
+}
+
+/* Secondary Bus Reset is our sledgehammer - it resets all
+ * devices behind a bus.
+ */
+static int
+pciTrySecondaryBusReset(virConnectPtr conn, pciDevice *dev)
+{
+ pciDevice *parent;
+ uint8_t config_space[PCI_CONF_LEN];
+ uint16_t ctl;
+ int ret = -1;
+
+ /* For now, we just refuse to do a secondary bus reset
+ * if there are other devices/functions behind the bus.
+ * In future, we could allow it so long as those devices
+ * are not in use by the host or other guests.
+ */
+ if (pciBusContainsOtherDevices(conn, dev)) {
+ VIR_WARN("Other devices on bus with %s, not doing bus reset",
+ dev->name);
+ return -1;
+ }
+
+ /* Find the parent bus */
+ parent = pciGetParentDevice(conn, dev);
+ if (!parent) {
+ VIR_WARN("Failed to find parent device for %s", dev->name);
+ return -1;
+ }
+
+ VIR_DEBUG("%s %s: doing a secondary bus reset", dev->id, dev->name);
+
+ /* Save and restore the device's config space; we only do this
+ * for the supplied device since we refuse to do a reset if there
+ * are multiple devices/functions
+ */
+ if (pciRead(dev, 0, config_space, PCI_CONF_LEN) < 0) {
+ VIR_WARN("Failed to save PCI config space for %s", dev->name);
+ goto out;
+ }
+
+ /* Read the control register, set the reset flag, wait 200ms,
+ * unset the reset flag and wait 200ms.
+ */
+ ctl = pciRead16(dev, PCI_BRIDGE_CONTROL);
+
+ pciWrite16(parent, PCI_BRIDGE_CONTROL, ctl | PCI_BRIDGE_CTL_RESET);
+
+ usleep(200 * 1000); /* sleep 200ms */
+
+ pciWrite16(parent, PCI_BRIDGE_CONTROL, ctl);
+
+ usleep(200 * 1000); /* sleep 200ms */
+
+ if (pciWrite(dev, 0, config_space, PCI_CONF_LEN) < 0)
+ VIR_WARN("Failed to restore PCI config space for %s", dev->name);
+
+ ret = 0;
+out:
+ pciFreeDevice(conn, parent);
+ return ret;
+}
+
+/* Power management reset attempts to reset a device using a
+ * D-state transition from D3hot to D0. Note, in detect_pm_reset()
+ * above we require the device supports a full internal reset.
+ */
+static int
+pciTryPowerManagementReset(virConnectPtr conn, pciDevice *dev)
+{
+ uint8_t config_space[PCI_CONF_LEN];
+ uint32_t ctl;
+
+ if (!dev->pci_pm_cap_pos)
+ return -1;
+
+ /* For now, we just refuse to do a power management reset
+ * if there are other functions on this device.
+ * In future, we could allow it so long as those functions
+ * are not in use by the host or other guests.
+ */
+ if (pciDeviceContainsOtherFunctions(conn, dev)) {
+ VIR_WARN("%s contains other functions, not resetting", dev->name);
+ return -1;
+ }
+
+ /* Save and restore the device's config space. */
+ if (pciRead(dev, 0, &config_space[0], PCI_CONF_LEN) < 0) {
+ VIR_WARN("Failed to save PCI config space for %s", dev->name);
+ return -1;
+ }
+
+ VIR_DEBUG("%s %s: doing a power management reset", dev->id, dev->name);
+
+ ctl = pciRead32(dev, dev->pci_pm_cap_pos + PCI_PM_CTRL);
+ ctl &= ~PCI_PM_CTRL_STATE_MASK;
+
+ pciWrite32(dev, dev->pci_pm_cap_pos + PCI_PM_CTRL, ctl|PCI_PM_CTRL_STATE_D3hot);
+
+ usleep(10 * 1000); /* sleep 10ms */
+
+ pciWrite32(dev, dev->pci_pm_cap_pos + PCI_PM_CTRL, ctl|PCI_PM_CTRL_STATE_D0);
+
+ usleep(10 * 1000); /* sleep 10ms */
+
+ if (pciWrite(dev, 0, &config_space[0], PCI_CONF_LEN) < 0)
+ VIR_WARN("Failed to restore PCI config space for %s", dev->name);
+
+ return 0;
+}
+
+static int
+pciInitDevice(virConnectPtr conn, pciDevice *dev)
+{
+ if (pciOpenConfig(dev) < 0) {
+ virReportSystemError(conn, errno,
+ _("Failed to open config space file '%s'"),
+ dev->path);
+ return -1;
+ }
+
+ dev->pcie_cap_pos = pciFindCapabilityOffset(dev, PCI_CAP_ID_EXP);
+ dev->pci_pm_cap_pos = pciFindCapabilityOffset(dev, PCI_CAP_ID_PM);
+ dev->has_flr = pciDetectFunctionLevelReset(dev);
+ dev->has_pm_reset = pciDetectPowerManagementReset(dev);
+ dev->initted = 1;
+ return 0;
+}
+
+int
+pciResetDevice(virConnectPtr conn, pciDevice *dev)
+{
+ int ret = -1;
+
+ if (!dev->initted && pciInitDevice(conn, dev) < 0)
+ return -1;
+
+ /* KVM will perform FLR when starting and stopping
+ * a guest, so there is no need for us to do it here.
+ */
+ if (dev->has_flr)
+ return 0;
+
+ /* Bus reset is not an option with the root bus */
+ if (dev->bus != 0)
+ ret = pciTrySecondaryBusReset(conn, dev);
+
+ /* Next best option is a PCI power management reset */
+ if (ret < 0 && dev->has_pm_reset)
+ ret = pciTryPowerManagementReset(conn, dev);
+
+ if (ret < 0)
+ pciReportError(conn, VIR_ERR_NO_SUPPORT,
+ _("No PCI reset capability available for %s"),
+ dev->name);
+ return ret;
+}
+
+static int
+pciBindDeviceToStub(virConnectPtr conn, pciDevice *dev, const char *stub_module)
+{
+ char stub_dir[PATH_MAX];
+ char path[PATH_MAX];
+
+ snprintf(stub_dir, sizeof(stub_dir), PCI_SYSFS "drivers/%s", stub_module);
+
+ /* Try loading the stub module if it isn't already loaded;
+ * Do not return an error if the stub module is not available.
+ */
+ if (!virFileExists(stub_dir)) {
+ const char *const modprobeargv[] = { MODPROBE, stub_module, NULL };
+
+ if (virRun(conn, modprobeargv, NULL) < 0) {
+ char ebuf[1024];
+ VIR_WARN(_("modprobe %s failed: %s"), stub_module,
+ virStrerror(errno, ebuf, sizeof ebuf));
+ }
+ }
+
+ if (!virFileExists(stub_dir)) {
+ VIR_WARN(_("%s module not available, cannot bind device %s to it"),
+ stub_module, dev->name);
+ } else {
+ /* Add the PCI device ID to the stub's dynamic ID table;
+ * this is needed to allow us to bind the device to the stub.
+ * Note: if the device is not currently bound to any driver,
+ * stub will immediately be bound to the device. Also, note
+ * that if a new device with this ID is hotplugged, or if a probe
+ * is triggered for such a device, it will also be immediately
+ * bound by the stub.
+ */
+ snprintf(path, sizeof(path), "%s/new_id", stub_dir);
+ if (virFileWriteStr(path, dev->id) < 0) {
+ virReportSystemError(conn, errno,
+ _("Failed to add PCI device ID '%s' to %s"),
+ dev->id, stub_module);
+ return -1;
+ }
+ }
+
+ /* If the device is already bound to a driver, unbind it.
+ * Note, this will have rather unpleasant side effects if this
+ * PCI device happens to be IDE controller for the disk hosting
+ * your root filesystem.
+ */
+ snprintf(path, sizeof(path),
+ PCI_SYSFS "devices/%s/driver/unbind", dev->name);
+ if (virFileExists(path) && virFileWriteStr(path, dev->name) < 0) {
+ virReportSystemError(conn, errno,
+ _("Failed to unbind PCI device '%s'"), dev->name);
+ return -1;
+ }
+
+ if (virFileExists(stub_dir)) {
+ /* If the device isn't already bound to pci-stub, try binding it now.
+ */
+ snprintf(path, sizeof(path), PCI_SYSFS "devices/%s/driver", dev->name);
+ if (!virFileLinkPointsTo(path, stub_dir)) {
+ snprintf(path, sizeof(path), "%s/bind", stub_dir);
+ if (virFileWriteStr(path, dev->name) < 0) {
+ virReportSystemError(conn, errno,
+ _("Failed to bind PCI device '%s' to %s"),
+ dev->name, stub_module);
+ return -1;
+ }
+ }
+
+ /* If 'remove_id' exists, remove the device id from pci-stub's dynamic
+ * ID table so that 'drivers_probe' works below.
+ */
+ snprintf(path, sizeof(path), "%s/remove_id", stub_dir);
+ if (virFileExists(path) && virFileWriteStr(path, dev->id) < 0) {
+ virReportSystemError(conn, errno,
+ _("Failed to remove PCI ID '%s' from %s"),
+ dev->id, stub_module);
+ return -1;
+ }
+ }
+
+ return 0;
+}
+
+int
+pciDettachDevice(virConnectPtr conn, pciDevice *dev)
+{
+ return pciBindDeviceToStub(conn, dev, "pci-stub");
+}
+
+static int
+pciUnBindDeviceFromStub(virConnectPtr conn, pciDevice *dev, const char *stub_module)
+{
+ char stub_dir[PATH_MAX];
+ char path[PATH_MAX];
+
+ snprintf(stub_dir, sizeof(stub_dir), PCI_SYSFS "drivers/%s", stub_module);
+
+ /* If the device is bound to stub, unbind it.
+ */
+ snprintf(path, sizeof(path), PCI_SYSFS "devices/%s/driver", dev->name);
+ if (virFileExists(stub_dir) && virFileLinkPointsTo(path, stub_dir)) {
+ snprintf(path, sizeof(path), "%s/unbind", stub_dir);
+ if (virFileWriteStr(path, dev->name) < 0) {
+ virReportSystemError(conn, errno,
+ _("Failed to bind PCI device '%s' to %s"),
+ dev->name, stub_module);
+ return -1;
+ }
+ }
+
+ /* Trigger a re-probe of the device is not in the stub's dynamic
+ * ID table. If the stub is available, but 'remove_id' isn't
+ * available, then re-probing would just cause the device to be
+ * re-bound to the stub.
+ */
+ snprintf(path, sizeof(path), "%s/remove_id", stub_dir);
+ if (!virFileExists(stub_dir) || virFileExists(path)) {
+ if (virFileWriteStr(PCI_SYSFS "drivers_probe", dev->name) < 0) {
+ virReportSystemError(conn, errno,
+ _("Failed to trigger a re-probe for PCI device '%s'"),
+ dev->name);
+ return -1;
+ }
+ }
+
+ return 0;
+}
+
+int
+pciReAttachDevice(virConnectPtr conn, pciDevice *dev)
+{
+ return pciUnBindDeviceFromStub(conn, dev, "pci-stub");
+}
+
+static char *
+pciReadDeviceID(pciDevice *dev, const char *id_name)
+{
+ char path[PATH_MAX];
+ char *id_str;
+
+ snprintf(path, sizeof(path), PCI_SYSFS "devices/%s/%s",
+ dev->name, id_name);
+
+ /* ID string is '0xNNNN\n' ... i.e. 7 bytes */
+ if (virFileReadAll(path, 7, &id_str) < 7) {
+ VIR_FREE(id_str);
+ return NULL;
+ }
+
+ /* Check for 0x suffix */
+ if (id_str[0] != '0' || id_str[1] != 'x') {
+ VIR_FREE(id_str);
+ return NULL;
+ }
+
+ /* Chop off the newline; we know the string is 7 bytes */
+ id_str[6] = '\0';
+
+ return id_str;
+}
+
+pciDevice *
+pciGetDevice(virConnectPtr conn,
+ unsigned domain,
+ unsigned bus,
+ unsigned slot,
+ unsigned function)
+{
+ pciDevice *dev;
+ char *vendor, *product;
+
+ if (VIR_ALLOC(dev) < 0) {
+ virReportOOMError(conn);
+ return NULL;
+ }
+
+ dev->fd = -1;
+ dev->domain = domain;
+ dev->bus = bus;
+ dev->slot = slot;
+ dev->function = function;
+
+ snprintf(dev->name, sizeof(dev->name), "%.4x:%.2x:%.2x.%.1x",
+ dev->domain, dev->bus, dev->slot, dev->function);
+ snprintf(dev->path, sizeof(dev->path),
+ PCI_SYSFS "devices/%s/config", dev->name);
+
+ vendor = pciReadDeviceID(dev, "vendor");
+ product = pciReadDeviceID(dev, "device");
+
+ if (!vendor || !product) {
+ pciReportError(conn, VIR_ERR_NO_SUPPORT,
+ _("Failed to read product/vendor ID for %s"),
+ dev->name);
+ VIR_FREE(product);
+ VIR_FREE(vendor);
+ pciFreeDevice(conn, dev);
+ return NULL;
+ }
+
+ /* strings contain '0x' prefix */
+ snprintf(dev->id, sizeof(dev->id), "%s %s", &vendor[2], &product[2]);
+
+ VIR_FREE(product);
+ VIR_FREE(vendor);
+
+ VIR_DEBUG("%s %s: initialized", dev->id, dev->name);
+
+ return dev;
+}
+
+void
+pciFreeDevice(virConnectPtr conn ATTRIBUTE_UNUSED, pciDevice *dev)
+{
+ VIR_DEBUG("%s %s: freeing", dev->id, dev->name);
+ if (dev->fd >= 0)
+ close(dev->fd);
+ VIR_FREE(dev);
+}
diff --git a/src/pci.h b/src/pci.h
new file mode 100644
index 0000000..47882ef
--- /dev/null
+++ b/src/pci.h
@@ -0,0 +1,44 @@
+/*
+ * Copyright (C) 2009 Red Hat, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ * Authors:
+ * Mark McLoughlin <markmc at redhat.com>
+ */
+
+#ifndef __VIR_PCI_H__
+#define __VIR_PCI_H__
+
+#include <config.h>
+#include "internal.h"
+
+typedef struct _pciDevice pciDevice;
+
+pciDevice *pciGetDevice (virConnectPtr conn,
+ unsigned domain,
+ unsigned bus,
+ unsigned slot,
+ unsigned function);
+void pciFreeDevice (virConnectPtr conn,
+ pciDevice *dev);
+int pciDettachDevice (virConnectPtr conn,
+ pciDevice *dev);
+int pciReAttachDevice (virConnectPtr conn,
+ pciDevice *dev);
+int pciResetDevice (virConnectPtr conn,
+ pciDevice *dev);
+
+#endif /* __VIR_PCI_H__ */
diff --git a/src/qemu.conf b/src/qemu.conf
index 4c289fd..d9c8067 100644
--- a/src/qemu.conf
+++ b/src/qemu.conf
@@ -58,3 +58,12 @@
# example here before you set this
#
# vnc_password = "XYZ12345"
+
+
+# The default security driver is SELinux. If SELinux is disabled
+# on the host, then the security driver will automatically disable
+# itself. If you wish to disable QEMU SELinux security driver while
+# leaving SELinux enabled for the host in general, then set this
+# to 'none' instead
+#
+# security_driver = "selinux"
diff --git a/src/qemu_conf.c b/src/qemu_conf.c
index ef45b12..03f710f 100644
--- a/src/qemu_conf.c
+++ b/src/qemu_conf.c
@@ -47,6 +47,7 @@
#include "datatypes.h"
#include "xml.h"
#include "nodeinfo.h"
+#include "logging.h"
#define VIR_FROM_THIS VIR_FROM_QEMU
@@ -77,8 +78,6 @@ VIR_ENUM_IMPL(qemuDiskCacheV2, VIR_DOMAIN_DISK_CACHE_LAST,
"writeback");
-#define qemudLog(level, msg...) fprintf(stderr, msg)
-
int qemudLoadDriverConfig(struct qemud_driver *driver,
const char *filename) {
virConfPtr conf;
@@ -152,6 +151,16 @@ int qemudLoadDriverConfig(struct qemud_driver *driver,
}
}
+ p = virConfGetValue (conf, "security_driver");
+ CHECK_TYPE ("security_driver", VIR_CONF_STRING);
+ if (p && p->str) {
+ if (!(driver->securityDriverName = strdup(p->str))) {
+ virReportOOMError(NULL);
+ virConfFree(conf);
+ return -1;
+ }
+ }
+
virConfFree (conf);
return 0;
}
@@ -469,17 +478,15 @@ rewait:
if (errno == EINTR)
goto rewait;
- qemudLog(QEMUD_ERR,
- _("Unexpected exit status from qemu %d pid %lu"),
- WEXITSTATUS(status), (unsigned long)child);
+ VIR_ERROR(_("Unexpected exit status from qemu %d pid %lu"),
+ WEXITSTATUS(status), (unsigned long)child);
ret = -1;
}
/* Check & log unexpected exit status, but don't fail,
* as there's really no need to throw an error if we did
* actually read a valid version number above */
if (WEXITSTATUS(status) != 0) {
- qemudLog(QEMUD_WARN,
- _("Unexpected exit status '%d', qemu probably failed"),
+ VIR_WARN(_("Unexpected exit status '%d', qemu probably failed"),
WEXITSTATUS(status));
}
@@ -517,9 +524,10 @@ int qemudExtractVersion(virConnectPtr conn,
return -1;
if (stat(binary, &sb) < 0) {
+ char ebuf[1024];
qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
_("Cannot find QEMU binary %s: %s"), binary,
- strerror(errno));
+ virStrerror(errno, ebuf, sizeof ebuf));
return -1;
}
@@ -580,10 +588,11 @@ qemudNetworkIfaceConnect(virConnectPtr conn,
}
}
+ char ebuf[1024];
if (!driver->brctl && (err = brInit(&driver->brctl))) {
qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
_("cannot initialize bridge support: %s"),
- strerror(err));
+ virStrerror(err, ebuf, sizeof ebuf));
goto error;
}
@@ -598,7 +607,7 @@ qemudNetworkIfaceConnect(virConnectPtr conn,
qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
_("Failed to add tap interface '%s' "
"to bridge '%s' : %s"),
- net->ifname, brname, strerror(err));
+ net->ifname, brname, virStrerror(err, ebuf, sizeof ebuf));
}
goto error;
}
@@ -1393,7 +1402,6 @@ int qemudBuildCommandLine(virConnectPtr conn,
ADD_ARG_LIT(pcidev);
VIR_FREE(pcidev);
}
-
}
if (migrateFrom) {
diff --git a/src/qemu_conf.h b/src/qemu_conf.h
index 8f0193d..00bac80 100644
--- a/src/qemu_conf.h
+++ b/src/qemu_conf.h
@@ -33,6 +33,7 @@
#include "domain_conf.h"
#include "domain_event.h"
#include "threads.h"
+#include "security.h"
#define qemudDebug(fmt, ...) do {} while(0)
@@ -83,6 +84,9 @@ struct qemud_driver {
virDomainEventQueuePtr domainEventQueue;
int domainEventTimer;
int domainEventDispatching;
+
+ char *securityDriverName;
+ virSecurityDriverPtr securityDriver;
};
/* Status needed to reconenct to running VMs */
diff --git a/src/qemu_driver.c b/src/qemu_driver.c
index 09f69bf..e73bd3a 100644
--- a/src/qemu_driver.c
+++ b/src/qemu_driver.c
@@ -68,6 +68,10 @@
#include "memory.h"
#include "uuid.h"
#include "domain_conf.h"
+#include "node_device_conf.h"
+#include "pci.h"
+#include "security.h"
+
#define VIR_FROM_THIS VIR_FROM_QEMU
@@ -80,8 +84,6 @@
static int qemudShutdown(void);
-#define qemudLog(level, msg...) fprintf(stderr, msg)
-
static void qemuDriverLock(struct qemud_driver *driver)
{
virMutexLock(&driver->lock);
@@ -91,37 +93,6 @@ static void qemuDriverUnlock(struct qemud_driver *driver)
virMutexUnlock(&driver->lock);
}
-static int qemudSetCloseExec(int fd) {
- int flags;
- if ((flags = fcntl(fd, F_GETFD)) < 0)
- goto error;
- flags |= FD_CLOEXEC;
- if ((fcntl(fd, F_SETFD, flags)) < 0)
- goto error;
- return 0;
- error:
- qemudLog(QEMUD_ERR,
- "%s", _("Failed to set close-on-exec file descriptor flag\n"));
- return -1;
-}
-
-
-static int qemudSetNonBlock(int fd) {
- int flags;
- if ((flags = fcntl(fd, F_GETFL)) < 0)
- goto error;
- flags |= O_NONBLOCK;
- if ((fcntl(fd, F_SETFL, flags)) < 0)
- goto error;
- return 0;
- error:
- qemudLog(QEMUD_ERR,
- "%s", _("Failed to set non-blocking file descriptor flag\n"));
- return -1;
-}
-
-
-
static void qemuDomainEventFlush(int timer, void *opaque);
static void qemuDomainEventQueue(struct qemud_driver *driver,
virDomainEventPtr event);
@@ -180,7 +151,7 @@ qemudLogFD(virConnectPtr conn, const char* logDir, const char* name)
logfile);
return -1;
}
- if (qemudSetCloseExec(fd) < 0) {
+ if (virSetCloseExec(fd) < 0) {
virReportSystemError(conn, errno, "%s",
_("Unable to set VM logfile close-on-exec flag"));
close(fd);
@@ -207,22 +178,21 @@ qemudLogReadFD(virConnectPtr conn, const char* logDir, const char* name, off_t p
if ((fd = open(logfile, logmode)) < 0) {
- qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
- _("failed to create logfile %s: %s"),
- logfile, strerror(errno));
+ virReportSystemError(conn, errno,
+ _("failed to create logfile %s"),
+ logfile);
return -1;
}
- if (qemudSetCloseExec(fd) < 0) {
- qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
- _("Unable to set VM logfile close-on-exec flag: %s"),
- strerror(errno));
+ if (virSetCloseExec(fd) < 0) {
+ virReportSystemError(conn, errno, "%s",
+ _("Unable to set VM logfile close-on-exec flag"));
close(fd);
return -1;
}
if (lseek(fd, pos, SEEK_SET) < 0) {
- qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
- _("Unable to seek to %lld in %s: %s"),
- (long long) pos, logfile, strerror(errno));
+ virReportSystemError(conn, errno,
+ _("Unable to seek to %lld in %s"),
+ (long long) pos, logfile);
close(fd);
}
return fd;
@@ -250,9 +220,9 @@ qemudAutostartConfigs(struct qemud_driver *driver) {
int ret = qemudStartVMDaemon(conn, driver, vm, NULL, -1);
if (ret < 0) {
virErrorPtr err = virGetLastError();
- qemudLog(QEMUD_ERR, _("Failed to autostart VM '%s': %s\n"),
- vm->def->name,
- err ? err->message : NULL);
+ VIR_ERROR(_("Failed to autostart VM '%s': %s\n"),
+ vm->def->name,
+ err ? err->message : NULL);
} else {
virDomainEventPtr event =
virDomainEventNewFromObj(vm,
@@ -336,8 +306,8 @@ qemudReconnectVMs(struct qemud_driver *driver)
if ((config = virDomainConfigFile(NULL,
driver->stateDir,
vm->def->name)) == NULL) {
- qemudLog(QEMUD_ERR, _("Failed to read domain status for %s\n"),
- vm->def->name);
+ VIR_ERROR(_("Failed to read domain status for %s\n"),
+ vm->def->name);
goto next_error;
}
@@ -346,14 +316,14 @@ qemudReconnectVMs(struct qemud_driver *driver)
vm->newDef = vm->def;
vm->def = status->def;
} else {
- qemudLog(QEMUD_ERR, _("Failed to parse domain status for %s\n"),
- vm->def->name);
+ VIR_ERROR(_("Failed to parse domain status for %s\n"),
+ vm->def->name);
goto next_error;
}
if ((rc = qemudOpenMonitor(NULL, driver, vm, status->monitorpath, 1)) != 0) {
- qemudLog(QEMUD_ERR, _("Failed to reconnect monitor for %s: %d\n"),
- vm->def->name, rc);
+ VIR_ERROR(_("Failed to reconnect monitor for %s: %d\n"),
+ vm->def->name, rc);
goto next_error;
}
@@ -383,6 +353,57 @@ next:
return 0;
}
+static int
+qemudSecurityInit(struct qemud_driver *qemud_drv)
+{
+ int ret;
+ const char *doi, *model;
+ virCapsPtr caps;
+ virSecurityDriverPtr security_drv;
+
+ ret = virSecurityDriverStartup(&security_drv,
+ qemud_drv->securityDriverName);
+ if (ret == -1) {
+ VIR_ERROR0(_("Failed to start security driver"));
+ return -1;
+ }
+ /* No security driver wanted to be enabled: just return */
+ if (ret == -2) {
+ VIR_INFO0(_("No security driver available"));
+ return 0;
+ }
+
+ qemud_drv->securityDriver = security_drv;
+ doi = virSecurityDriverGetDOI(security_drv);
+ model = virSecurityDriverGetModel(security_drv);
+
+ VIR_DEBUG("Initialized security driver \"%s\" with "
+ "DOI \"%s\"", model, doi);
+
+ /*
+ * Add security policy host caps now that the security driver is
+ * initialized.
+ */
+ caps = qemud_drv->caps;
+
+ caps->host.secModel.model = strdup(model);
+ if (!caps->host.secModel.model) {
+ char ebuf[1024];
+ VIR_ERROR(_("Failed to copy secModel model: %s"),
+ virStrerror(errno, ebuf, sizeof ebuf));
+ return -1;
+ }
+
+ caps->host.secModel.doi = strdup(doi);
+ if (!caps->host.secModel.doi) {
+ char ebuf[1024];
+ VIR_ERROR(_("Failed to copy secModel DOI: %s"),
+ virStrerror(errno, ebuf, sizeof ebuf));
+ return -1;
+ }
+
+ return 0;
+}
/**
* qemudStartup:
@@ -399,7 +420,7 @@ qemudStartup(void) {
return -1;
if (virMutexInit(&qemu_driver->lock) < 0) {
- qemudLog(QEMUD_ERROR, "%s", _("cannot initialize mutex"));
+ VIR_ERROR("%s", _("cannot initialize mutex"));
VIR_FREE(qemu_driver);
return -1;
}
@@ -451,8 +472,9 @@ qemudStartup(void) {
}
if (virFileMakePath(qemu_driver->stateDir) < 0) {
- qemudLog(QEMUD_ERR, _("Failed to create state dir '%s': %s\n"),
- qemu_driver->stateDir, strerror(errno));
+ char ebuf[1024];
+ VIR_ERROR(_("Failed to create state dir '%s': %s\n"),
+ qemu_driver->stateDir, virStrerror(errno, ebuf, sizeof ebuf));
goto error;
}
@@ -474,6 +496,10 @@ qemudStartup(void) {
if ((qemu_driver->caps = qemudCapsInit()) == NULL)
goto out_of_memory;
+ if (qemudSecurityInit(qemu_driver) < 0) {
+ goto error;
+ }
+
if (qemudLoadDriverConfig(qemu_driver, driverConf) < 0) {
goto error;
}
@@ -493,8 +519,7 @@ qemudStartup(void) {
return 0;
out_of_memory:
- qemudLog (QEMUD_ERR,
- "%s", _("qemudStartup: out of memory\n"));
+ virReportOOMError(NULL);
error:
if (qemu_driver)
qemuDriverUnlock(qemu_driver);
@@ -587,6 +612,7 @@ qemudShutdown(void) {
virDomainObjListFree(&qemu_driver->domains);
+ VIR_FREE(qemu_driver->securityDriverName);
VIR_FREE(qemu_driver->logDir);
VIR_FREE(qemu_driver->configDir);
VIR_FREE(qemu_driver->autostartDir);
@@ -626,17 +652,18 @@ qemudReadMonitorOutput(virConnectPtr conn,
virDomainObjPtr vm,
int fd,
char *buf,
- int buflen,
+ size_t buflen,
qemudHandlerMonitorOutput func,
const char *what,
int timeout)
{
- int got = 0;
+ size_t got = 0;
buf[0] = '\0';
+ timeout *= 1000; /* poll wants milli seconds */
/* Consume & discard the initial greeting */
while (got < (buflen-1)) {
- int ret;
+ ssize_t ret;
ret = read(fd, buf+got, buflen-got-1);
@@ -694,6 +721,57 @@ qemudReadMonitorOutput(virConnectPtr conn,
}
+
+/*
+ * Returns -1 for error, 0 on success
+ */
+static int
+qemudReadLogOutput(virConnectPtr conn,
+ virDomainObjPtr vm,
+ int fd,
+ char *buf,
+ size_t buflen,
+ qemudHandlerMonitorOutput func,
+ const char *what,
+ int timeout)
+{
+ int retries = timeout*10;
+ buf[0] = '\0';
+
+ while (retries) {
+ ssize_t ret;
+ size_t got = 0;
+
+ while((ret = read(fd, buf+got, buflen-got-1)) > 0) {
+ got += ret;
+ buf[got] = '\0';
+ if ((buflen-got-1) == 0) {
+ qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
+ _("Out of space while reading %s log output"), what);
+ return -1;
+ }
+ }
+
+ if (ret < 0 && errno != EINTR) {
+ virReportSystemError(conn, errno,
+ _("Failure while reading %s log output"),
+ what);
+ return -1;
+ }
+
+ ret = func(conn, vm, buf, fd);
+ if (ret <= 0)
+ return ret;
+
+ usleep(100*1000);
+ retries--;
+ }
+ if (retries == 0)
+ qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
+ _("Timed out while reading %s log output"), what);
+ return -1;
+}
+
static int
qemudCheckMonitorPrompt(virConnectPtr conn ATTRIBUTE_UNUSED,
virDomainObjPtr vm,
@@ -722,12 +800,12 @@ static int qemudOpenMonitor(virConnectPtr conn,
_("Unable to open monitor path %s"), monitor);
return -1;
}
- if (qemudSetCloseExec(monfd) < 0) {
+ if (virSetCloseExec(monfd) < 0) {
qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
"%s", _("Unable to set monitor close-on-exec flag"));
goto error;
}
- if (qemudSetNonBlock(monfd) < 0) {
+ if (virSetNonBlock(monfd) < 0) {
qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
"%s", _("Unable to put monitor into non-blocking mode"));
goto error;
@@ -738,7 +816,7 @@ static int qemudOpenMonitor(virConnectPtr conn,
vm, monfd,
buf, sizeof(buf),
qemudCheckMonitorPrompt,
- "monitor", 10000) <= 0)
+ "monitor", 10) <= 0)
ret = -1;
else
ret = 0;
@@ -755,9 +833,9 @@ static int qemudOpenMonitor(virConnectPtr conn,
goto error;
}
- if ((vm->monitor_watch = virEventAddHandle(vm->monitor, 0,
- qemudDispatchVMEvent,
- driver, NULL)) < 0)
+ if ((vm->monitorWatch = virEventAddHandle(vm->monitor, 0,
+ qemudDispatchVMEvent,
+ driver, NULL)) < 0)
goto error;
@@ -770,6 +848,7 @@ static int qemudOpenMonitor(virConnectPtr conn,
return ret;
}
+/* Returns -1 for error, 0 success, 1 continue reading */
static int qemudExtractMonitorPath(virConnectPtr conn,
const char *haystack,
size_t *offset,
@@ -873,19 +952,18 @@ static int qemudWaitForMonitor(virConnectPtr conn,
< 0)
return -1;
- ret = qemudReadMonitorOutput(conn, vm, logfd, buf, sizeof(buf),
- qemudFindCharDevicePTYs,
- "console", 3000);
- if (close(logfd) < 0)
- qemudLog(QEMUD_WARN, _("Unable to close logfile: %s\n"),
- strerror(errno));
+ ret = qemudReadLogOutput(conn, vm, logfd, buf, sizeof(buf),
+ qemudFindCharDevicePTYs,
+ "console", 3);
+ if (close(logfd) < 0) {
+ char ebuf[1024];
+ VIR_WARN(_("Unable to close logfile: %s\n"),
+ virStrerror(errno, ebuf, sizeof ebuf));
+ }
- if (ret == 1) /* Success */
+ if (ret == 0) /* success */
return 0;
- if (ret == -1)
- return -1;
-
/* Unexpected end of file - inform user of QEMU log data */
qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
_("unable to start guest: %s"), buf);
@@ -1111,9 +1189,108 @@ static int qemudNextFreeVNCPort(struct qemud_driver *driver ATTRIBUTE_UNUSED) {
return -1;
}
+static int qemuPrepareHostDevices(virConnectPtr conn,
+ virDomainDefPtr def) {
+ int i;
+
+ /* We have to use 2 loops here. *All* devices must
+ * be detached before we reset any of them, because
+ * in some cases you have to reset the whole PCI,
+ * which impacts all devices on it
+ */
+
+ for (i = 0 ; i < def->nhostdevs ; i++) {
+ virDomainHostdevDefPtr hostdev = def->hostdevs[i];
+
+ if (hostdev->mode != VIR_DOMAIN_HOSTDEV_MODE_SUBSYS)
+ continue;
+ if (hostdev->source.subsys.type != VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_PCI)
+ continue;
+
+ if (!hostdev->managed) {
+ pciDevice *dev = pciGetDevice(conn,
+ hostdev->source.subsys.u.pci.domain,
+ hostdev->source.subsys.u.pci.bus,
+ hostdev->source.subsys.u.pci.slot,
+ hostdev->source.subsys.u.pci.function);
+ if (!dev)
+ goto error;
+
+ if (pciDettachDevice(conn, dev) < 0) {
+ pciFreeDevice(conn, dev);
+ goto error;
+ }
+
+ pciFreeDevice(conn, dev);
+ } /* else {
+ XXX validate that non-managed device isn't in use, eg
+ by checking that device is either un-bound, or bound
+ to pci-stub.ko
+ } */
+ }
+
+ /* Now that all the PCI hostdevs have be dettached, we can safely
+ * reset them */
+ for (i = 0 ; i < def->nhostdevs ; i++) {
+ virDomainHostdevDefPtr hostdev = def->hostdevs[i];
+ pciDevice *dev;
+
+ if (hostdev->mode != VIR_DOMAIN_HOSTDEV_MODE_SUBSYS)
+ continue;
+ if (hostdev->source.subsys.type != VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_PCI)
+ continue;
+
+ dev = pciGetDevice(conn,
+ hostdev->source.subsys.u.pci.domain,
+ hostdev->source.subsys.u.pci.bus,
+ hostdev->source.subsys.u.pci.slot,
+ hostdev->source.subsys.u.pci.function);
+ if (!dev)
+ goto error;
+
+ if (pciResetDevice(conn, dev) < 0) {
+ pciFreeDevice(conn, dev);
+ goto error;
+ }
+
+ pciFreeDevice(conn, dev);
+ }
+
+ return 0;
+
+error:
+ return -1;
+}
+
+static int qemudDomainSetSecurityLabel(virConnectPtr conn, struct qemud_driver *driver, virDomainObjPtr vm)
+{
+ if (vm->def->seclabel.label != NULL)
+ if (driver->securityDriver && driver->securityDriver->domainSetSecurityLabel)
+ return driver->securityDriver->domainSetSecurityLabel(conn, driver->securityDriver,
+ vm);
+ return 0;
+}
+
static virDomainPtr qemudDomainLookupByName(virConnectPtr conn,
const char *name);
+struct gemudHookData {
+ virConnectPtr conn;
+ virDomainObjPtr vm;
+ struct qemud_driver *driver;
+};
+
+static int qemudSecurityHook(void *data) {
+ struct gemudHookData *h = (struct gemudHookData *) data;
+
+ if (qemudDomainSetSecurityLabel(h->conn, h->driver, h->vm) < 0) {
+ qemudReportError(h->conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
+ _("Failed to set security label"));
+ return -1;
+ }
+ return 0;
+}
+
static int qemudStartVMDaemon(virConnectPtr conn,
struct qemud_driver *driver,
virDomainObjPtr vm,
@@ -1130,6 +1307,20 @@ static int qemudStartVMDaemon(virConnectPtr conn,
const char *emulator;
pid_t child;
int pos = -1;
+ char ebuf[1024];
+
+ struct gemudHookData hookData;
+ hookData.conn = conn;
+ hookData.vm = vm;
+ hookData.driver = driver;
+
+ /* If you are using a SecurityDriver with dynamic labelling,
+ then generate a security label for isolation */
+ if (vm->def->seclabel.type == VIR_DOMAIN_SECLABEL_DYNAMIC &&
+ driver->securityDriver &&
+ driver->securityDriver->domainGenSecurityLabel &&
+ driver->securityDriver->domainGenSecurityLabel(conn, vm) < 0)
+ return -1;
FD_ZERO(&keepfd);
@@ -1187,6 +1378,9 @@ static int qemudStartVMDaemon(virConnectPtr conn,
return -1;
}
+ if (qemuPrepareHostDevices(conn, vm->def) < 0)
+ return -1;
+
vm->def->id = driver->nextvmid++;
if (qemudBuildCommandLine(conn, driver, vm,
qemuCmdFlags, &argv, &progenv,
@@ -1200,37 +1394,38 @@ static int qemudStartVMDaemon(virConnectPtr conn,
tmp = progenv;
while (*tmp) {
if (safewrite(vm->logfile, *tmp, strlen(*tmp)) < 0)
- qemudLog(QEMUD_WARN, _("Unable to write envv to logfile %d: %s\n"),
- errno, strerror(errno));
+ VIR_WARN(_("Unable to write envv to logfile: %s\n"),
+ virStrerror(errno, ebuf, sizeof ebuf));
if (safewrite(vm->logfile, " ", 1) < 0)
- qemudLog(QEMUD_WARN, _("Unable to write envv to logfile %d: %s\n"),
- errno, strerror(errno));
+ VIR_WARN(_("Unable to write envv to logfile: %s\n"),
+ virStrerror(errno, ebuf, sizeof ebuf));
tmp++;
}
tmp = argv;
while (*tmp) {
if (safewrite(vm->logfile, *tmp, strlen(*tmp)) < 0)
- qemudLog(QEMUD_WARN, _("Unable to write argv to logfile %d: %s\n"),
- errno, strerror(errno));
+ VIR_WARN(_("Unable to write argv to logfile: %s\n"),
+ virStrerror(errno, ebuf, sizeof ebuf));
if (safewrite(vm->logfile, " ", 1) < 0)
- qemudLog(QEMUD_WARN, _("Unable to write argv to logfile %d: %s\n"),
- errno, strerror(errno));
+ VIR_WARN(_("Unable to write argv to logfile: %s\n"),
+ virStrerror(errno, ebuf, sizeof ebuf));
tmp++;
}
if (safewrite(vm->logfile, "\n", 1) < 0)
- qemudLog(QEMUD_WARN, _("Unable to write argv to logfile %d: %s\n"),
- errno, strerror(errno));
+ VIR_WARN(_("Unable to write argv to logfile: %s\n"),
+ virStrerror(errno, ebuf, sizeof ebuf));
if ((pos = lseek(vm->logfile, 0, SEEK_END)) < 0)
- qemudLog(QEMUD_WARN, _("Unable to seek to end of logfile %d: %s\n"),
- errno, strerror(errno));
+ VIR_WARN(_("Unable to seek to end of logfile: %s\n"),
+ virStrerror(errno, ebuf, sizeof ebuf));
for (i = 0 ; i < ntapfds ; i++)
FD_SET(tapfds[i], &keepfd);
- ret = virExec(conn, argv, progenv, &keepfd, &child,
- stdin_fd, &vm->logfile, &vm->logfile,
- VIR_EXEC_NONBLOCK | VIR_EXEC_DAEMON);
+ ret = virExecWithHook(conn, argv, progenv, &keepfd, &child,
+ stdin_fd, &vm->logfile, &vm->logfile,
+ VIR_EXEC_NONBLOCK | VIR_EXEC_DAEMON,
+ qemudSecurityHook, &hookData);
/* wait for qemu process to to show up */
if (ret == 0) {
@@ -1247,11 +1442,14 @@ static int qemudStartVMDaemon(virConnectPtr conn,
usleep(100*1000);
retries--;
}
- if (ret)
- qemudLog(QEMUD_WARN, _("Domain %s didn't show up\n"), vm->def->name);
+ if (ret) {
+ qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
+ _("Domain %s didn't show up\n"), vm->def->name);
+ ret = -1;
+ }
} else {
qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
- _("Unable to daemonize QEMU process"));
+ "%s", _("Unable to daemonize QEMU process"));
ret = -1;
}
}
@@ -1280,37 +1478,41 @@ static int qemudStartVMDaemon(virConnectPtr conn,
if ((qemudWaitForMonitor(conn, driver, vm, pos) < 0) ||
(qemudDetectVcpuPIDs(conn, vm) < 0) ||
(qemudInitCpus(conn, vm, migrateFrom) < 0) ||
- (qemudInitPasswords(conn, driver, vm) < 0)) {
+ (qemudInitPasswords(conn, driver, vm) < 0) ||
+ (qemudSaveDomainStatus(conn, qemu_driver, vm) < 0)) {
qemudShutdownVMDaemon(conn, driver, vm);
return -1;
}
}
- qemudSaveDomainStatus(conn, qemu_driver, vm);
return ret;
}
static void qemudShutdownVMDaemon(virConnectPtr conn ATTRIBUTE_UNUSED,
- struct qemud_driver *driver, virDomainObjPtr vm) {
+ struct qemud_driver *driver,
+ virDomainObjPtr vm) {
if (!virDomainIsActive(vm))
return;
- qemudLog(QEMUD_DEBUG, _("Shutting down VM '%s'\n"), vm->def->name);
+ VIR_DEBUG(_("Shutting down VM '%s'\n"), vm->def->name);
if (virKillProcess(vm->pid, 0) == 0 &&
virKillProcess(vm->pid, SIGTERM) < 0)
- qemudLog(QEMUD_ERROR, _("Failed to send SIGTERM to %s (%d): %s\n"),
- vm->def->name, vm->pid, strerror(errno));
+ virReportSystemError(conn, errno,
+ _("Failed to send SIGTERM to %s (%d)"),
+ vm->def->name, vm->pid);
- if (vm->monitor_watch != -1) {
- virEventRemoveHandle(vm->monitor_watch);
- vm->monitor_watch = -1;
+ if (vm->monitorWatch != -1) {
+ virEventRemoveHandle(vm->monitorWatch);
+ vm->monitorWatch = -1;
}
- if (close(vm->logfile) < 0)
- qemudLog(QEMUD_WARN, _("Unable to close logfile %d: %s\n"),
- errno, strerror(errno));
+ if (close(vm->logfile) < 0) {
+ char ebuf[1024];
+ VIR_WARN(_("Unable to close logfile: %s\n"),
+ virStrerror(errno, ebuf, sizeof ebuf));
+ }
if (vm->monitor != -1)
close(vm->monitor);
vm->logfile = -1;
@@ -1319,7 +1521,21 @@ static void qemudShutdownVMDaemon(virConnectPtr conn ATTRIBUTE_UNUSED,
/* shut it off for sure */
virKillProcess(vm->pid, SIGKILL);
- qemudRemoveDomainStatus(conn, driver, vm);
+ /* Reset Security Labels */
+ if (driver->securityDriver)
+ driver->securityDriver->domainRestoreSecurityLabel(conn, vm);
+
+ /* Clear out dynamically assigned labels */
+ if (vm->def->seclabel.type == VIR_DOMAIN_SECLABEL_DYNAMIC) {
+ VIR_FREE(vm->def->seclabel.model);
+ VIR_FREE(vm->def->seclabel.label);
+ VIR_FREE(vm->def->seclabel.imagelabel);
+ }
+
+ if (qemudRemoveDomainStatus(conn, driver, vm) < 0) {
+ VIR_WARN(_("Failed to remove domain status for %s"),
+ vm->def->name);
+ }
vm->pid = -1;
vm->def->id = -1;
vm->state = VIR_DOMAIN_SHUTOFF;
@@ -1348,7 +1564,7 @@ qemudDispatchVMEvent(int watch, int fd, int events, void *opaque) {
virDomainObjPtr tmpvm = driver->domains.objs[i];
virDomainObjLock(tmpvm);
if (virDomainIsActive(tmpvm) &&
- tmpvm->monitor_watch == watch) {
+ tmpvm->monitorWatch == watch) {
vm = tmpvm;
break;
}
@@ -1364,8 +1580,8 @@ qemudDispatchVMEvent(int watch, int fd, int events, void *opaque) {
if (events & (VIR_EVENT_HANDLE_HANGUP | VIR_EVENT_HANDLE_ERROR))
quit = 1;
else {
- qemudLog(QEMUD_ERROR, _("unhandled fd event %d for %s"),
- events, vm->def->name);
+ VIR_ERROR(_("unhandled fd event %d for %s"),
+ events, vm->def->name);
failed = 1;
}
}
@@ -1476,9 +1692,11 @@ qemudMonitorCommandExtra(const virDomainObjPtr vm,
}
/* Log, but ignore failures to write logfile for VM */
- if (safewrite(vm->logfile, buf, strlen(buf)) < 0)
- qemudLog(QEMUD_WARN, _("Unable to log VM console data: %s\n"),
- strerror(errno));
+ if (safewrite(vm->logfile, buf, strlen(buf)) < 0) {
+ char ebuf[1024];
+ VIR_WARN(_("Unable to log VM console data: %s\n"),
+ virStrerror(errno, ebuf, sizeof ebuf));
+ }
*reply = buf;
return 0;
@@ -1486,9 +1704,11 @@ qemudMonitorCommandExtra(const virDomainObjPtr vm,
error:
if (buf) {
/* Log, but ignore failures to write logfile for VM */
- if (safewrite(vm->logfile, buf, strlen(buf)) < 0)
- qemudLog(QEMUD_WARN, _("Unable to log VM console data: %s\n"),
- strerror(errno));
+ if (safewrite(vm->logfile, buf, strlen(buf)) < 0) {
+ char ebuf[1024];
+ VIR_WARN(_("Unable to log VM console data: %s\n"),
+ virStrerror(errno, ebuf, sizeof ebuf));
+ }
VIR_FREE(buf);
}
return -1;
@@ -1593,8 +1813,8 @@ static int kvmGetMaxVCPUs(void) {
fd = open(KVM_DEVICE, O_RDONLY);
if (fd < 0) {
- qemudLog(QEMUD_WARN, _("Unable to open %s: %s\n"), KVM_DEVICE, strerror(errno));
- return maxvcpus;
+ virReportSystemError(NULL, errno, _("Unable to open %s"), KVM_DEVICE);
+ return -1;
}
r = ioctl(fd, KVM_CHECK_EXTENSION, KVM_CAP_NR_VCPUS);
@@ -1836,8 +2056,8 @@ qemudGetHostname (virConnectPtr conn)
result = virGetHostname();
if (result == NULL) {
- qemudReportError (conn, NULL, NULL, VIR_ERR_SYSTEM_ERROR,
- "%s", strerror (errno));
+ virReportSystemError (conn, errno,
+ "%s", _("failed to determine host name"));
return NULL;
}
/* Caller frees this string. */
@@ -1972,7 +2192,8 @@ static int qemudDomainSuspend(virDomainPtr dom) {
VIR_DOMAIN_EVENT_SUSPENDED_PAUSED);
VIR_FREE(info);
}
- qemudSaveDomainStatus(dom->conn, driver, vm);
+ if (qemudSaveDomainStatus(dom->conn, driver, vm) < 0)
+ goto cleanup;
ret = 0;
cleanup:
@@ -2022,7 +2243,8 @@ static int qemudDomainResume(virDomainPtr dom) {
VIR_DOMAIN_EVENT_RESUMED_UNPAUSED);
VIR_FREE(info);
}
- qemudSaveDomainStatus(dom->conn, driver, vm);
+ if (qemudSaveDomainStatus(dom->conn, driver, vm) < 0)
+ goto cleanup;
ret = 0;
cleanup:
@@ -2439,15 +2661,13 @@ static int qemudDomainSave(virDomainPtr dom,
/* Migrate to file */
safe_path = qemudEscapeShellArg(path);
if (!safe_path) {
- qemudReportError(dom->conn, dom, NULL, VIR_ERR_OPERATION_FAILED,
- "%s", _("out of memory"));
+ virReportOOMError(dom->conn);
goto cleanup;
}
if (virAsprintf(&command, "migrate \"exec:"
"dd of='%s' oflag=append conv=notrunc 2>/dev/null"
"\"", safe_path) == -1) {
- qemudReportError(dom->conn, dom, NULL, VIR_ERR_OPERATION_FAILED,
- "%s", _("out of memory"));
+ virReportOOMError(dom->conn);
command = NULL;
goto cleanup;
}
@@ -2721,7 +2941,94 @@ cleanup:
return ret;
}
+static int qemudDomainGetSecurityLabel(virDomainPtr dom, virSecurityLabelPtr seclabel)
+{
+ struct qemud_driver *driver = (struct qemud_driver *)dom->conn->privateData;
+ virDomainObjPtr vm;
+ const char *type;
+ int ret = -1;
+
+ qemuDriverLock(driver);
+ vm = virDomainFindByUUID(&driver->domains, dom->uuid);
+ qemuDriverUnlock(driver);
+
+ if (!vm) {
+ char uuidstr[VIR_UUID_STRING_BUFLEN];
+
+ virUUIDFormat(dom->uuid, uuidstr);
+ qemudReportError(dom->conn, dom, NULL, VIR_ERR_INVALID_DOMAIN,
+ _("no domain with matching uuid '%s'"), uuidstr);
+ goto cleanup;
+ }
+
+ if (!(type = virDomainVirtTypeToString(vm->def->virtType))) {
+ qemudReportError(dom->conn, dom, NULL, VIR_ERR_INTERNAL_ERROR,
+ _("unknown virt type in domain definition '%d'"),
+ vm->def->virtType);
+ goto cleanup;
+ }
+
+ /*
+ * Theoretically, the pid can be replaced during this operation and
+ * return the label of a different process. If atomicity is needed,
+ * further validation will be required.
+ *
+ * Comment from Dan Berrange:
+ *
+ * Well the PID as stored in the virDomainObjPtr can't be changed
+ * because you've got a locked object. The OS level PID could have
+ * exited, though and in extreme circumstances have cycled through all
+ * PIDs back to ours. We could sanity check that our PID still exists
+ * after reading the label, by checking that our FD connecting to the
+ * QEMU monitor hasn't seen SIGHUP/ERR on poll().
+ */
+ if (virDomainIsActive(vm)) {
+ if (driver->securityDriver && driver->securityDriver->domainGetSecurityLabel) {
+ if (driver->securityDriver->domainGetSecurityLabel(dom->conn, vm, seclabel) == -1) {
+ qemudReportError(dom->conn, dom, NULL, VIR_ERR_INTERNAL_ERROR,
+ _("Failed to get security label"));
+ goto cleanup;
+ }
+ }
+ }
+
+ ret = 0;
+
+cleanup:
+ if (vm)
+ virDomainObjUnlock(vm);
+ return ret;
+}
+
+static int qemudNodeGetSecurityModel(virConnectPtr conn, virSecurityModelPtr secmodel)
+{
+ struct qemud_driver *driver = (struct qemud_driver *)conn->privateData;
+ char *p;
+
+ if (!driver->securityDriver)
+ return -2;
+
+ p = driver->caps->host.secModel.model;
+ if (strlen(p) >= VIR_SECURITY_MODEL_BUFLEN-1) {
+ qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
+ _("security model string exceeds max %d bytes"),
+ VIR_SECURITY_MODEL_BUFLEN-1);
+ return -1;
+ }
+ strcpy(secmodel->model, p);
+
+ p = driver->caps->host.secModel.doi;
+ if (strlen(p) >= VIR_SECURITY_DOI_BUFLEN-1) {
+ qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
+ _("security DOI string exceeds max %d bytes"),
+ VIR_SECURITY_DOI_BUFLEN-1);
+ return -1;
+ }
+ strcpy(secmodel->doi, p);
+ return 0;
+}
+/* TODO: check seclabel restore */
static int qemudDomainRestore(virConnectPtr conn,
const char *path) {
struct qemud_driver *driver = conn->privateData;
@@ -2761,8 +3068,7 @@ static int qemudDomainRestore(virConnectPtr conn,
}
if (VIR_ALLOC_N(xml, header.xml_len) < 0) {
- qemudReportError(conn, NULL, NULL, VIR_ERR_OPERATION_FAILED,
- "%s", _("out of memory"));
+ virReportOOMError(conn);
goto cleanup;
}
@@ -2850,7 +3156,7 @@ cleanup:
static char *qemudDomainDumpXML(virDomainPtr dom,
- int flags ATTRIBUTE_UNUSED) {
+ int flags) {
struct qemud_driver *driver = dom->conn->privateData;
virDomainObjPtr vm;
char *ret = NULL;
@@ -3240,8 +3546,7 @@ static int qemudDomainAttachPciDiskDevice(virConnectPtr conn,
safe_path = qemudEscapeMonitorArg(dev->data.disk->src);
if (!safe_path) {
- qemudReportError(conn, dom, NULL, VIR_ERR_OPERATION_FAILED,
- "%s", _("out of memory"));
+ virReportOOMError(conn);
return -1;
}
@@ -3269,7 +3574,7 @@ static int qemudDomainAttachPciDiskDevice(virConnectPtr conn,
s += strlen(PCI_ATTACH_OK_MSG);
if (virStrToLong_i ((const char*)s, &dummy, 10, &dev->data.disk->slotnum) == -1)
- qemudLog(QEMUD_WARN, "%s", _("Unable to parse slot number\n"));
+ VIR_WARN("%s", _("Unable to parse slot number\n"));
} else {
qemudReportError (conn, dom, NULL, VIR_ERR_OPERATION_FAILED,
_("adding %s disk failed"), type);
@@ -3310,8 +3615,7 @@ static int qemudDomainAttachUsbMassstorageDevice(virConnectPtr conn,
safe_path = qemudEscapeMonitorArg(dev->data.disk->src);
if (!safe_path) {
- qemudReportError(conn, dom, NULL, VIR_ERR_OPERATION_FAILED,
- "%s", _("out of memory"));
+ virReportOOMError(conn);
return -1;
}
@@ -3438,17 +3742,27 @@ static int qemudDomainAttachDevice(virDomainPtr dom,
case VIR_DOMAIN_DISK_DEVICE_FLOPPY:
ret = qemudDomainChangeEjectableMedia(dom->conn, vm, dev);
break;
+
case VIR_DOMAIN_DISK_DEVICE_DISK:
if (dev->data.disk->bus == VIR_DOMAIN_DISK_BUS_USB) {
ret = qemudDomainAttachUsbMassstorageDevice(dom->conn, vm, dev);
} else if (dev->data.disk->bus == VIR_DOMAIN_DISK_BUS_SCSI ||
dev->data.disk->bus == VIR_DOMAIN_DISK_BUS_VIRTIO) {
ret = qemudDomainAttachPciDiskDevice(dom->conn, vm, dev);
+ } else {
+ qemudReportError(dom->conn, dom, NULL, VIR_ERR_NO_SUPPORT,
+ _("disk bus '%s' cannot be hotplugged."),
+ virDomainDiskBusTypeToString(dev->data.disk->bus));
+ goto cleanup;
}
+ if (driver->securityDriver)
+ driver->securityDriver->domainSetSecurityImageLabel(dom->conn, vm, dev);
break;
+
default:
qemudReportError(dom->conn, dom, NULL, VIR_ERR_NO_SUPPORT,
- "%s", _("this disk device type cannot be attached"));
+ _("disk device type '%s' cannot be hotplugged"),
+ virDomainDiskDeviceTypeToString(dev->data.disk->device));
goto cleanup;
}
} else if (dev->type == VIR_DOMAIN_DEVICE_HOSTDEV &&
@@ -3457,11 +3771,14 @@ static int qemudDomainAttachDevice(virDomainPtr dom,
ret = qemudDomainAttachHostDevice(dom->conn, vm, dev);
} else {
qemudReportError(dom->conn, dom, NULL, VIR_ERR_NO_SUPPORT,
- "%s", _("this device type cannot be attached"));
+ _("device type '%s' cannot be attached"),
+ virDomainDeviceTypeToString(dev->type));
goto cleanup;
}
- qemudSaveDomainStatus(dom->conn, driver, vm);
+ if (!ret && qemudSaveDomainStatus(dom->conn, driver, vm) < 0)
+ ret = -1;
+
cleanup:
if (ret < 0)
virDomainDeviceDefFree(dev);
@@ -3572,13 +3889,18 @@ static int qemudDomainDetachDevice(virDomainPtr dom,
if (dev->type == VIR_DOMAIN_DEVICE_DISK &&
dev->data.disk->device == VIR_DOMAIN_DISK_DEVICE_DISK &&
(dev->data.disk->bus == VIR_DOMAIN_DISK_BUS_SCSI ||
- dev->data.disk->bus == VIR_DOMAIN_DISK_BUS_VIRTIO))
+ dev->data.disk->bus == VIR_DOMAIN_DISK_BUS_VIRTIO)) {
ret = qemudDomainDetachPciDiskDevice(dom->conn, vm, dev);
+ if (driver->securityDriver)
+ driver->securityDriver->domainRestoreSecurityImageLabel(dom->conn, vm, dev);
+ }
else
qemudReportError(dom->conn, dom, NULL, VIR_ERR_NO_SUPPORT,
"%s", _("only SCSI or virtio disk device can be detached dynamically"));
- qemudSaveDomainStatus(dom->conn, driver, vm);
+ if (!ret && qemudSaveDomainStatus(dom->conn, driver, vm) < 0)
+ ret = -1;
+
cleanup:
virDomainDeviceDefFree(dev);
if (vm)
@@ -3922,8 +4244,8 @@ qemudDomainBlockPeek (virDomainPtr dom,
/* The path is correct, now try to open it and get its size. */
fd = open (path, O_RDONLY);
if (fd == -1) {
- qemudReportError (dom->conn, dom, NULL, VIR_ERR_SYSTEM_ERROR,
- "%s", strerror (errno));
+ virReportSystemError (dom->conn, errno,
+ _("%s: failed to open"), path);
goto cleanup;
}
@@ -3933,8 +4255,8 @@ qemudDomainBlockPeek (virDomainPtr dom,
*/
if (lseek (fd, offset, SEEK_SET) == (off_t) -1 ||
saferead (fd, buffer, size) == (ssize_t) -1) {
- qemudReportError (dom->conn, dom, NULL, VIR_ERR_SYSTEM_ERROR,
- "%s", strerror (errno));
+ virReportSystemError (dom->conn, errno,
+ _("%s: failed to seek or read"), path);
goto cleanup;
}
@@ -3988,8 +4310,8 @@ qemudDomainMemoryPeek (virDomainPtr dom,
/* Create a temporary filename. */
if ((fd = mkstemp (tmp)) == -1) {
- qemudReportError (dom->conn, dom, NULL, VIR_ERR_SYSTEM_ERROR,
- "%s", strerror (errno));
+ virReportSystemError (dom->conn, errno,
+ _("mkstemp(\"%s\") failed"), tmp);
goto cleanup;
}
@@ -4005,8 +4327,9 @@ qemudDomainMemoryPeek (virDomainPtr dom,
/* Read the memory file into buffer. */
if (saferead (fd, buffer, size) == (ssize_t) -1) {
- qemudReportError (dom->conn, dom, NULL, VIR_ERR_SYSTEM_ERROR,
- "%s", strerror (errno));
+ virReportSystemError (dom->conn, errno,
+ _("failed to read temporary file "
+ "created with template %s"), tmp);
goto cleanup;
}
@@ -4165,8 +4488,8 @@ qemudDomainMigratePrepare2 (virConnectPtr dconn,
/* Get hostname */
if (gethostname (hostname, HOST_NAME_MAX+1) == -1) {
- qemudReportError (dconn, NULL, NULL, VIR_ERR_SYSTEM_ERROR,
- "%s", strerror (errno));
+ virReportSystemError (dconn, errno,
+ "%s", _("failed to determine host name"));
goto cleanup;
}
@@ -4294,6 +4617,7 @@ qemudDomainMigratePerform (virDomainPtr dom,
char cmd[HOST_NAME_MAX+50];
char *info = NULL;
int ret = -1;
+ int paused = 0;
qemuDriverLock(driver);
vm = virDomainFindByID(&driver->domains, dom->id);
@@ -4311,10 +4635,14 @@ qemudDomainMigratePerform (virDomainPtr dom,
if (!(flags & VIR_MIGRATE_LIVE)) {
/* Pause domain for non-live migration */
- snprintf(cmd, sizeof cmd, "%s", "stop");
- qemudMonitorCommand (vm, cmd, &info);
+ if (qemudMonitorCommand (vm, "stop", &info) < 0) {
+ qemudReportError(dom->conn, dom, NULL, VIR_ERR_OPERATION_FAILED,
+ "%s", _("off-line migration specified, but suspend operation failed"));
+ goto cleanup;
+ }
DEBUG ("stop reply: %s", info);
VIR_FREE(info);
+ paused = 1;
event = virDomainEventNewFromObj(vm,
VIR_DOMAIN_EVENT_SUSPENDED,
@@ -4336,8 +4664,7 @@ qemudDomainMigratePerform (virDomainPtr dom,
/* Issue the migrate command. */
safe_uri = qemudEscapeMonitorArg (uri);
if (!safe_uri) {
- qemudReportError (dom->conn, dom, NULL, VIR_ERR_SYSTEM_ERROR,
- "%s", strerror (errno));
+ virReportOOMError (dom->conn);
goto cleanup;
}
snprintf (cmd, sizeof cmd, "migrate \"%s\"", safe_uri);
@@ -4360,6 +4687,7 @@ qemudDomainMigratePerform (virDomainPtr dom,
/* Clean up the source domain. */
qemudShutdownVMDaemon (dom->conn, driver, vm);
+ paused = 0;
event = virDomainEventNewFromObj(vm,
VIR_DOMAIN_EVENT_STOPPED,
@@ -4371,7 +4699,31 @@ qemudDomainMigratePerform (virDomainPtr dom,
ret = 0;
cleanup:
+ /* Note that we have to free info *first*, since we are re-using the
+ * variable below (and otherwise might cause a memory leak)
+ */
VIR_FREE(info);
+
+ if (paused) {
+ /* we got here through some sort of failure; start the domain again */
+ if (qemudMonitorCommand (vm, "cont", &info) < 0) {
+ /* Hm, we already know we are in error here. We don't want to
+ * overwrite the previous error, though, so we just throw something
+ * to the logs and hope for the best
+ */
+ VIR_ERROR(_("Failed to resume guest %s after failure\n"),
+ vm->def->name);
+ }
+ else {
+ DEBUG ("cont reply: %s", info);
+ VIR_FREE(info);
+ }
+
+ event = virDomainEventNewFromObj(vm,
+ VIR_DOMAIN_EVENT_RESUMED,
+ VIR_DOMAIN_EVENT_RESUMED_MIGRATED);
+ }
+
if (vm)
virDomainObjUnlock(vm);
if (event)
@@ -4434,6 +4786,121 @@ cleanup:
return dom;
}
+static int
+qemudNodeDeviceGetPciInfo (virNodeDevicePtr dev,
+ unsigned *domain,
+ unsigned *bus,
+ unsigned *slot,
+ unsigned *function)
+{
+ virNodeDeviceDefPtr def = NULL;
+ virNodeDevCapsDefPtr cap;
+ char *xml = NULL;
+ int ret = -1;
+
+ xml = virNodeDeviceGetXMLDesc(dev, 0);
+ if (!xml)
+ goto out;
+
+ def = virNodeDeviceDefParseString(dev->conn, xml);
+ if (!def)
+ goto out;
+
+ cap = def->caps;
+ while (cap) {
+ if (cap->type == VIR_NODE_DEV_CAP_PCI_DEV) {
+ *domain = cap->data.pci_dev.domain;
+ *bus = cap->data.pci_dev.bus;
+ *slot = cap->data.pci_dev.slot;
+ *function = cap->data.pci_dev.function;
+ break;
+ }
+
+ cap = cap->next;
+ }
+
+ if (!cap) {
+ qemudReportError(dev->conn, NULL, NULL, VIR_ERR_INVALID_ARG,
+ _("device %s is not a PCI device"), dev->name);
+ goto out;
+ }
+
+ ret = 0;
+out:
+ virNodeDeviceDefFree(def);
+ VIR_FREE(xml);
+ return ret;
+}
+
+static int
+qemudNodeDeviceDettach (virNodeDevicePtr dev)
+{
+ pciDevice *pci;
+ unsigned domain, bus, slot, function;
+ int ret = -1;
+
+ if (qemudNodeDeviceGetPciInfo(dev, &domain, &bus, &slot, &function) < 0)
+ return -1;
+
+ pci = pciGetDevice(dev->conn, domain, bus, slot, function);
+ if (!pci)
+ return -1;
+
+ if (pciDettachDevice(dev->conn, pci) < 0)
+ goto out;
+
+ ret = 0;
+out:
+ pciFreeDevice(dev->conn, pci);
+ return ret;
+}
+
+static int
+qemudNodeDeviceReAttach (virNodeDevicePtr dev)
+{
+ pciDevice *pci;
+ unsigned domain, bus, slot, function;
+ int ret = -1;
+
+ if (qemudNodeDeviceGetPciInfo(dev, &domain, &bus, &slot, &function) < 0)
+ return -1;
+
+ pci = pciGetDevice(dev->conn, domain, bus, slot, function);
+ if (!pci)
+ return -1;
+
+ if (pciReAttachDevice(dev->conn, pci) < 0)
+ goto out;
+
+ ret = 0;
+out:
+ pciFreeDevice(dev->conn, pci);
+ return ret;
+}
+
+static int
+qemudNodeDeviceReset (virNodeDevicePtr dev)
+{
+ pciDevice *pci;
+ unsigned domain, bus, slot, function;
+ int ret = -1;
+
+ if (qemudNodeDeviceGetPciInfo(dev, &domain, &bus, &slot, &function) < 0)
+ return -1;
+
+ pci = pciGetDevice(dev->conn, domain, bus, slot, function);
+ if (!pci)
+ return -1;
+
+ if (pciResetDevice(dev->conn, pci) < 0)
+ goto out;
+
+ ret = 0;
+out:
+ pciFreeDevice(dev->conn, pci);
+ return ret;
+}
+
static virDriver qemuDriver = {
VIR_DRV_QEMU,
"QEMU",
@@ -4475,6 +4942,8 @@ static virDriver qemuDriver = {
NULL, /* domainGetVcpus */
#endif
qemudDomainGetMaxVcpus, /* domainGetMaxVcpus */
+ qemudDomainGetSecurityLabel, /* domainGetSecurityLabel */
+ qemudNodeGetSecurityModel, /* nodeGetSecurityModel */
qemudDomainDumpXML, /* domainDumpXML */
qemudListDefinedDomains, /* listDomains */
qemudNumDefinedDomains, /* numOfDomains */
@@ -4506,6 +4975,9 @@ static virDriver qemuDriver = {
qemudDomainEventDeregister, /* domainEventDeregister */
qemudDomainMigratePrepare2, /* domainMigratePrepare2 */
qemudDomainMigrateFinish2, /* domainMigrateFinish2 */
+ qemudNodeDeviceDettach, /* nodeDeviceDettach */
+ qemudNodeDeviceReAttach, /* nodeDeviceReAttach */
+ qemudNodeDeviceReset, /* nodeDeviceReset */
};
diff --git a/src/remote_internal.c b/src/remote_internal.c
index f8740af..1a8b4e0 100644
--- a/src/remote_internal.c
+++ b/src/remote_internal.c
@@ -370,8 +370,8 @@ doRemoteOpen (virConnectPtr conn,
/* Local variables which we will initialise. These can
* get freed in the failed: path.
*/
- char *name = 0, *command = 0, *sockname = 0, *netcat = 0, *username = 0;
- char *port = 0, *authtype = 0;
+ char *name = NULL, *command = NULL, *sockname = NULL, *netcat = NULL;
+ char *port = NULL, *authtype = NULL, *username = NULL;
int no_verify = 0, no_tty = 0;
char **cmd_argv = NULL;
@@ -387,11 +387,8 @@ doRemoteOpen (virConnectPtr conn,
} else if (transport == trans_tcp) {
port = strdup (LIBVIRTD_TCP_PORT);
if (!port) goto out_of_memory;
- } else if (transport == trans_ssh) {
- port = strdup ("22");
- if (!port) goto out_of_memory;
} else
- port = NULL; /* Port not used for unix, ext. */
+ port = NULL; /* Port not used for unix, ext., default for ssh */
priv->hostname = strdup (conn->uri && conn->uri->server ?
@@ -654,12 +651,13 @@ doRemoteOpen (virConnectPtr conn,
*/
if (errno == ECONNREFUSED &&
flags & VIR_DRV_OPEN_REMOTE_AUTOSTART &&
- trials < 5) {
+ trials < 20) {
close(priv->sock);
priv->sock = -1;
- if (remoteForkDaemon(conn) == 0) {
+ if (trials > 0 ||
+ remoteForkDaemon(conn) == 0) {
trials++;
- usleep(5000 * trials * trials);
+ usleep(1000 * 100 * trials);
goto autostart_retry;
}
}
@@ -673,24 +671,27 @@ doRemoteOpen (virConnectPtr conn,
}
case trans_ssh: {
- int j, nr_args = 8;
+ int j, nr_args = 6;
if (username) nr_args += 2; /* For -l username */
if (no_tty) nr_args += 5; /* For -T -o BatchMode=yes -e none */
+ if (port) nr_args += 2; /* For -p port */
command = command ? command : strdup ("ssh");
if (command == NULL)
goto out_of_memory;
// Generate the final command argv[] array.
- // ssh -p $port [-l $username] $hostname $netcat -U $sockname [NULL]
+ // ssh [-p $port] [-l $username] $hostname $netcat -U $sockname [NULL]
if (VIR_ALLOC_N(cmd_argv, nr_args) < 0)
goto out_of_memory;
j = 0;
cmd_argv[j++] = strdup (command);
- cmd_argv[j++] = strdup ("-p");
- cmd_argv[j++] = strdup (port);
+ if (port) {
+ cmd_argv[j++] = strdup ("-p");
+ cmd_argv[j++] = strdup (port);
+ }
if (username) {
cmd_argv[j++] = strdup ("-l");
cmd_argv[j++] = strdup (username);
@@ -843,20 +844,20 @@ doRemoteOpen (virConnectPtr conn,
cleanup:
/* Free up the URL and strings. */
- free (name);
- free (command);
- free (sockname);
- free (authtype);
- free (netcat);
- free (username);
- free (port);
+ VIR_FREE(name);
+ VIR_FREE(command);
+ VIR_FREE(sockname);
+ VIR_FREE(authtype);
+ VIR_FREE(netcat);
+ VIR_FREE(username);
+ VIR_FREE(port);
if (cmd_argv) {
char **cmd_argv_ptr = cmd_argv;
while (*cmd_argv_ptr) {
- free (*cmd_argv_ptr);
+ VIR_FREE(*cmd_argv_ptr);
cmd_argv_ptr++;
}
- free (cmd_argv);
+ VIR_FREE(cmd_argv);
}
return retcode;
@@ -884,11 +885,7 @@ doRemoteOpen (virConnectPtr conn,
#endif
}
- if (priv->hostname) {
- free (priv->hostname);
- priv->hostname = NULL;
- }
-
+ VIR_FREE(priv->hostname);
goto cleanup;
}
@@ -2299,6 +2296,82 @@ done:
return rv;
}
+static int
+remoteDomainGetSecurityLabel (virDomainPtr domain, virSecurityLabelPtr seclabel)
+{
+ remote_domain_get_security_label_args args;
+ remote_domain_get_security_label_ret ret;
+ struct private_data *priv = domain->conn->privateData;
+ int rv = -1;
+
+ remoteDriverLock(priv);
+
+ make_nonnull_domain (&args.dom, domain);
+ memset (&ret, 0, sizeof ret);
+ if (call (domain->conn, priv, 0, REMOTE_PROC_DOMAIN_GET_SECURITY_LABEL,
+ (xdrproc_t) xdr_remote_domain_get_security_label_args, (char *)&args,
+ (xdrproc_t) xdr_remote_domain_get_security_label_ret, (char *)&ret) == -1) {
+ goto done;
+ }
+
+ if (ret.label.label_val != NULL) {
+ if (strlen (ret.label.label_val) >= sizeof seclabel->label) {
+ errorf (domain->conn, VIR_ERR_RPC, _("security label exceeds maximum: %zd"),
+ sizeof seclabel->label - 1);
+ goto done;
+ }
+ strcpy (seclabel->label, ret.label.label_val);
+ seclabel->enforcing = ret.enforcing;
+ }
+
+ rv = 0;
+
+done:
+ remoteDriverUnlock(priv);
+ return rv;
+}
+
+static int
+remoteNodeGetSecurityModel (virConnectPtr conn, virSecurityModelPtr secmodel)
+{
+ remote_node_get_security_model_ret ret;
+ struct private_data *priv = conn->privateData;
+ int rv = -1;
+
+ remoteDriverLock(priv);
+
+ memset (&ret, 0, sizeof ret);
+ if (call (conn, priv, 0, REMOTE_PROC_NODE_GET_SECURITY_MODEL,
+ (xdrproc_t) xdr_void, NULL,
+ (xdrproc_t) xdr_remote_node_get_security_model_ret, (char *)&ret) == -1) {
+ goto done;
+ }
+
+ if (ret.model.model_val != NULL) {
+ if (strlen (ret.model.model_val) >= sizeof secmodel->model) {
+ errorf (conn, VIR_ERR_RPC, _("security model exceeds maximum: %zd"),
+ sizeof secmodel->model - 1);
+ goto done;
+ }
+ strcpy (secmodel->model, ret.model.model_val);
+ }
+
+ if (ret.doi.doi_val != NULL) {
+ if (strlen (ret.doi.doi_val) >= sizeof secmodel->doi) {
+ errorf (conn, VIR_ERR_RPC, _("security doi exceeds maximum: %zd"),
+ sizeof secmodel->doi - 1);
+ goto done;
+ }
+ strcpy (secmodel->doi, ret.doi.doi_val);
+ }
+
+ rv = 0;
+
+done:
+ remoteDriverUnlock(priv);
+ return rv;
+}
+
static char *
remoteDomainDumpXML (virDomainPtr domain, int flags)
{
@@ -4816,6 +4889,75 @@ done:
return rv;
}
+static int
+remoteNodeDeviceDettach (virNodeDevicePtr dev)
+{
+ int rv = -1;
+ remote_node_device_dettach_args args;
+ struct private_data *priv = dev->conn->privateData;
+
+ remoteDriverLock(priv);
+
+ args.name = dev->name;
+
+ if (call (dev->conn, priv, 0, REMOTE_PROC_NODE_DEVICE_DETTACH,
+ (xdrproc_t) xdr_remote_node_device_dettach_args, (char *) &args,
+ (xdrproc_t) xdr_void, (char *) NULL) == -1)
+ goto done;
+
+ rv = 0;
+
+done:
+ remoteDriverUnlock(priv);
+ return rv;
+}
+
+static int
+remoteNodeDeviceReAttach (virNodeDevicePtr dev)
+{
+ int rv = -1;
+ remote_node_device_re_attach_args args;
+ struct private_data *priv = dev->conn->privateData;
+
+ remoteDriverLock(priv);
+
+ args.name = dev->name;
+
+ if (call (dev->conn, priv, 0, REMOTE_PROC_NODE_DEVICE_RE_ATTACH,
+ (xdrproc_t) xdr_remote_node_device_re_attach_args, (char *) &args,
+ (xdrproc_t) xdr_void, (char *) NULL) == -1)
+ goto done;
+
+ rv = 0;
+
+done:
+ remoteDriverUnlock(priv);
+ return rv;
+}
+
+static int
+remoteNodeDeviceReset (virNodeDevicePtr dev)
+{
+ int rv = -1;
+ remote_node_device_reset_args args;
+ struct private_data *priv = dev->conn->privateData;
+
+ remoteDriverLock(priv);
+
+ args.name = dev->name;
+
+ if (call (dev->conn, priv, 0, REMOTE_PROC_NODE_DEVICE_RESET,
+ (xdrproc_t) xdr_remote_node_device_reset_args, (char *) &args,
+ (xdrproc_t) xdr_void, (char *) NULL) == -1)
+ goto done;
+
+ rv = 0;
+
+done:
+ remoteDriverUnlock(priv);
+ return rv;
+}
+
/*----------------------------------------------------------------------*/
@@ -5392,9 +5534,7 @@ remoteAuthSASL (virConnectPtr conn, struct private_data *priv, int in_open,
goto cleanup;
}
- if (serverin) {
- VIR_FREE(serverin);
- }
+ VIR_FREE(serverin);
DEBUG("Client step result %d. Data %d bytes %p", err, clientoutlen, clientout);
/* Previous server call showed completion & we're now locally complete too */
@@ -6198,17 +6338,17 @@ processCalls(virConnectPtr conn,
continue;
virReportSystemError(in_open ? NULL : conn, errno,
"%s", _("poll on socket failed"));
- return -1;
+ goto error;
}
if (fds[0].revents & POLLOUT) {
if (processCallSend(conn, priv, in_open) < 0)
- return -1;
+ goto error;
}
if (fds[0].revents & POLLIN) {
if (processCallRecv(conn, priv, in_open) < 0)
- return -1;
+ goto error;
}
/* Iterate through waiting threads and if
@@ -6259,9 +6399,21 @@ processCalls(virConnectPtr conn,
if (fds[0].revents & (POLLHUP | POLLERR)) {
errorf(in_open ? NULL : conn, VIR_ERR_INTERNAL_ERROR,
"%s", _("received hangup / error event on socket"));
- return -1;
+ goto error;
}
}
+
+
+error:
+ priv->waitDispatch = thiscall->next;
+ DEBUG("Giving up the buck due to I/O error %d %p %p", thiscall->proc_nr, thiscall, priv->waitDispatch);
+ /* See if someone else is still waiting
+ * and if so, then pass the buck ! */
+ if (priv->waitDispatch) {
+ DEBUG("Passing the buck to %d %p", priv->waitDispatch->proc_nr, priv->waitDispatch);
+ virCondSignal(&priv->waitDispatch->cond);
+ }
+ return -1;
}
/*
@@ -6709,6 +6861,8 @@ static virDriver driver = {
.domainPinVcpu = remoteDomainPinVcpu,
.domainGetVcpus = remoteDomainGetVcpus,
.domainGetMaxVcpus = remoteDomainGetMaxVcpus,
+ .domainGetSecurityLabel = remoteDomainGetSecurityLabel,
+ .nodeGetSecurityModel = remoteNodeGetSecurityModel,
.domainDumpXML = remoteDomainDumpXML,
.listDefinedDomains = remoteListDefinedDomains,
.numOfDefinedDomains = remoteNumOfDefinedDomains,
@@ -6735,6 +6889,9 @@ static virDriver driver = {
.domainEventDeregister = remoteDomainEventDeregister,
.domainMigratePrepare2 = remoteDomainMigratePrepare2,
.domainMigrateFinish2 = remoteDomainMigrateFinish2,
+ .nodeDeviceDettach = remoteNodeDeviceDettach,
+ .nodeDeviceReAttach = remoteNodeDeviceReAttach,
+ .nodeDeviceReset = remoteNodeDeviceReset,
};
static virNetworkDriver network_driver = {
diff --git a/src/security.c b/src/security.c
new file mode 100644
index 0000000..e2bd20a
--- /dev/null
+++ b/src/security.c
@@ -0,0 +1,119 @@
+/*
+ * Copyright (C) 2008 Red Hat, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * Authors:
+ * James Morris <jmorris at namei.org>
+ *
+ */
+#include <config.h>
+#include <string.h>
+
+#include "virterror_internal.h"
+
+#include "security.h"
+#ifdef WITH_SECDRIVER_SELINUX
+#include "security_selinux.h"
+#endif
+
+static virSecurityDriverPtr security_drivers[] = {
+#ifdef WITH_SECDRIVER_SELINUX
+ &virSELinuxSecurityDriver,
+#endif
+ NULL
+};
+
+int
+virSecurityDriverStartup(virSecurityDriverPtr *drv,
+ const char *name)
+{
+ unsigned int i;
+
+ if (name && STREQ(name, "none"))
+ return -2;
+
+ for (i = 0; security_drivers[i] != NULL ; i++) {
+ virSecurityDriverPtr tmp = security_drivers[i];
+
+ if (name && STRNEQ(tmp->name, name))
+ continue;
+
+ switch (tmp->probe()) {
+ case SECURITY_DRIVER_ENABLE:
+ virSecurityDriverInit(tmp);
+ if (tmp->open(NULL, tmp) == -1) {
+ return -1;
+ } else {
+ *drv = tmp;
+ return 0;
+ }
+ break;
+
+ case SECURITY_DRIVER_DISABLE:
+ break;
+
+ default:
+ return -1;
+ }
+ }
+ return -2;
+}
+
+void
+virSecurityReportError(virConnectPtr conn, int code, const char *fmt, ...)
+{
+ va_list args;
+ char errorMessage[1024];
+
+ if (fmt) {
+ va_start(args, fmt);
+ vsnprintf(errorMessage, sizeof(errorMessage) - 1, fmt, args);
+ va_end(args);
+ } else
+ errorMessage[0] = '\0';
+
+ virRaiseError(conn, NULL, NULL, VIR_FROM_SECURITY, code,
+ VIR_ERR_ERROR, NULL, NULL, NULL, -1, -1, "%s",
+ errorMessage);
+}
+
+/*
+ * Helpers
+ */
+void
+virSecurityDriverInit(virSecurityDriverPtr drv)
+{
+ memset(&drv->_private, 0, sizeof drv->_private);
+}
+
+int
+virSecurityDriverSetDOI(virConnectPtr conn,
+ virSecurityDriverPtr drv,
+ const char *doi)
+{
+ if (strlen(doi) >= VIR_SECURITY_DOI_BUFLEN) {
+ virSecurityReportError(conn, VIR_ERR_ERROR,
+ _("%s: DOI \'%s\' is "
+ "longer than the maximum allowed length of %d"),
+ __func__, doi, VIR_SECURITY_DOI_BUFLEN - 1);
+ return -1;
+ }
+ strcpy(drv->_private.doi, doi);
+ return 0;
+}
+
+const char *
+virSecurityDriverGetDOI(virSecurityDriverPtr drv)
+{
+ return drv->_private.doi;
+}
+
+const char *
+virSecurityDriverGetModel(virSecurityDriverPtr drv)
+{
+ return drv->name;
+}
diff --git a/src/security.h b/src/security.h
new file mode 100644
index 0000000..ac8d690
--- /dev/null
+++ b/src/security.h
@@ -0,0 +1,87 @@
+/*
+ * Copyright (C) 2008 Red Hat, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * Authors:
+ * James Morris <jmorris at namei.org>
+ *
+ */
+#ifndef __VIR_SECURITY_H__
+#define __VIR_SECURITY_H__
+
+#include "internal.h"
+#include "domain_conf.h"
+
+/*
+ * Return values for security driver probing: the driver will determine
+ * whether it should be enabled or disabled.
+ */
+typedef enum {
+ SECURITY_DRIVER_ENABLE = 0,
+ SECURITY_DRIVER_ERROR = -1,
+ SECURITY_DRIVER_DISABLE = -2,
+} virSecurityDriverStatus;
+
+typedef struct _virSecurityDriver virSecurityDriver;
+typedef virSecurityDriver *virSecurityDriverPtr;
+typedef virSecurityDriverStatus (*virSecurityDriverProbe) (void);
+typedef int (*virSecurityDriverOpen) (virConnectPtr conn,
+ virSecurityDriverPtr drv);
+typedef int (*virSecurityDomainRestoreImageLabel) (virConnectPtr conn,
+ virDomainObjPtr vm,
+ virDomainDeviceDefPtr dev);
+typedef int (*virSecurityDomainSetImageLabel) (virConnectPtr conn,
+ virDomainObjPtr vm,
+ virDomainDeviceDefPtr dev);
+typedef int (*virSecurityDomainGenLabel) (virConnectPtr conn,
+ virDomainObjPtr sec);
+typedef int (*virSecurityDomainGetLabel) (virConnectPtr conn,
+ virDomainObjPtr vm,
+ virSecurityLabelPtr sec);
+typedef int (*virSecurityDomainRestoreLabel) (virConnectPtr conn,
+ virDomainObjPtr vm);
+typedef int (*virSecurityDomainSetLabel) (virConnectPtr conn,
+ virSecurityDriverPtr drv,
+ virDomainObjPtr vm);
+
+struct _virSecurityDriver {
+ const char *name;
+ virSecurityDriverProbe probe;
+ virSecurityDriverOpen open;
+ virSecurityDomainRestoreImageLabel domainRestoreSecurityImageLabel;
+ virSecurityDomainSetImageLabel domainSetSecurityImageLabel;
+ virSecurityDomainGenLabel domainGenSecurityLabel;
+ virSecurityDomainGetLabel domainGetSecurityLabel;
+ virSecurityDomainSetLabel domainSetSecurityLabel;
+ virSecurityDomainRestoreLabel domainRestoreSecurityLabel;
+
+ /*
+ * This is internally managed driver state and should only be accessed
+ * via helpers below.
+ */
+ struct {
+ char doi[VIR_SECURITY_DOI_BUFLEN];
+ } _private;
+};
+
+/* Global methods */
+int virSecurityDriverStartup(virSecurityDriverPtr *drv,
+ const char *name);
+
+void
+virSecurityReportError(virConnectPtr conn, int code, const char *fmt, ...)
+ ATTRIBUTE_FORMAT(printf, 3, 4);
+
+/* Helpers */
+void virSecurityDriverInit(virSecurityDriverPtr drv);
+int virSecurityDriverSetDOI(virConnectPtr conn,
+ virSecurityDriverPtr drv,
+ const char *doi);
+const char *virSecurityDriverGetDOI(virSecurityDriverPtr drv);
+const char *virSecurityDriverGetModel(virSecurityDriverPtr drv);
+
+#endif /* __VIR_SECURITY_H__ */
diff --git a/src/security_selinux.c b/src/security_selinux.c
new file mode 100644
index 0000000..9e6a442
--- /dev/null
+++ b/src/security_selinux.c
@@ -0,0 +1,397 @@
+/*
+ * Copyright (C) 2008 Red Hat, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * Authors:
+ * James Morris <jmorris at namei.org>
+ *
+ * SELinux security driver.
+ */
+#include <config.h>
+#include <selinux/selinux.h>
+#include <selinux/context.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
+
+#include "security.h"
+#include "security_selinux.h"
+#include "virterror_internal.h"
+#include "util.h"
+#include "memory.h"
+
+
+#define VIR_FROM_THIS VIR_FROM_SECURITY
+
+static char default_domain_context[1024];
+static char default_image_context[1024];
+#define SECURITY_SELINUX_VOID_DOI "0"
+#define SECURITY_SELINUX_NAME "selinux"
+
+/* TODO
+ The data struct of used mcs should be replaced with a better data structure in the future
+*/
+
+struct MCS {
+ char *mcs;
+ struct MCS *next;
+};
+static struct MCS *mcsList = NULL;
+
+static int
+mcsAdd(const char *mcs)
+{
+ struct MCS *ptr;
+
+ for (ptr = mcsList; ptr; ptr = ptr->next) {
+ if (STREQ(ptr->mcs, mcs))
+ return -1;
+ }
+ if (VIR_ALLOC(ptr) < 0)
+ return -1;
+ ptr->mcs = strdup(mcs);
+ ptr->next = mcsList;
+ mcsList = ptr;
+ return 0;
+}
+
+static int
+mcsRemove(const char *mcs)
+{
+ struct MCS *prevptr = NULL;
+ struct MCS *ptr = NULL;
+
+ for (ptr = mcsList; ptr; ptr = ptr->next) {
+ if (STREQ(ptr->mcs, mcs)) {
+ if (prevptr)
+ prevptr->next = ptr->next;
+ else {
+ mcsList = ptr->next;
+ }
+ free(ptr->mcs);
+ free(ptr);
+ return 0;
+ }
+ prevptr = ptr;
+ }
+ return -1;
+}
+
+static char *
+SELinuxGenNewContext(const char *oldcontext, const char *mcs)
+{
+ char *newcontext = NULL;
+ char *scontext = strdup(oldcontext);
+ if (!scontext) goto err;
+ context_t con = context_new(scontext);
+ if (!con) goto err;
+ context_range_set(con, mcs);
+ newcontext = strdup(context_str(con));
+ context_free(con);
+err:
+ freecon(scontext);
+ return (newcontext);
+}
+
+static int
+SELinuxInitialize(virConnectPtr conn)
+{
+ char *ptr = NULL;
+ int fd = 0;
+ char ebuf[1024];
+
+ virRandomInitialize(time(NULL) ^ getpid());
+
+ fd = open(selinux_virtual_domain_context_path(), O_RDONLY);
+ if (fd < 0) {
+ virSecurityReportError(conn, VIR_ERR_ERROR,
+ _("%s: cannot open SELinux virtual domain context file %s: %s"),
+ __func__,selinux_virtual_domain_context_path(),
+ virStrerror(errno, ebuf, sizeof ebuf));
+ return -1;
+ }
+
+ if (saferead(fd, default_domain_context, sizeof(default_domain_context)) < 0) {
+ virSecurityReportError(conn, VIR_ERR_ERROR,
+ _("%s: cannot read SELinux virtual domain context file %s: %s"),
+ __func__,selinux_virtual_domain_context_path(),
+ virStrerror(errno, ebuf, sizeof ebuf));
+ close(fd);
+ return -1;
+ }
+ close(fd);
+
+ ptr = strchrnul(default_domain_context, '\n');
+ *ptr = '\0';
+
+ if ((fd = open(selinux_virtual_image_context_path(), O_RDONLY)) < 0) {
+ virSecurityReportError(conn, VIR_ERR_ERROR,
+ _("%s: cannot open SELinux virtual image context file %s: %s"),
+ __func__,selinux_virtual_image_context_path(),
+ virStrerror(errno, ebuf, sizeof ebuf));
+ return -1;
+ }
+
+ if (saferead(fd, default_image_context, sizeof(default_image_context)) < 0) {
+ virSecurityReportError(conn, VIR_ERR_ERROR,
+ _("%s: cannot read SELinux virtual image context file %s: %s"),
+ __func__,selinux_virtual_image_context_path(),
+ virStrerror(errno, ebuf, sizeof ebuf));
+ close(fd);
+ return -1;
+ }
+ close(fd);
+
+ ptr = strchrnul(default_image_context, '\n');
+ *ptr = '\0';
+
+ return 0;
+}
+
+static int
+SELinuxGenSecurityLabel(virConnectPtr conn,
+ virDomainObjPtr vm)
+{
+ int rc = -1;
+ char mcs[1024];
+ char *scontext = NULL;
+ int c1 = 0;
+ int c2 = 0;
+ if ( ( vm->def->seclabel.label ) ||
+ ( vm->def->seclabel.model ) ||
+ ( vm->def->seclabel.imagelabel )) {
+ virSecurityReportError(conn, VIR_ERR_ERROR,
+ "%s", _("security labellin already defined for VM"));
+ return rc;
+ }
+
+ do {
+ c1 = virRandom(1024);
+ c2 = virRandom(1024);
+
+ if ( c1 == c2 ) {
+ sprintf(mcs, "s0:c%d", c1);
+ } else {
+ if ( c1 < c2 )
+ sprintf(mcs, "s0:c%d,c%d", c1, c2);
+ else
+ sprintf(mcs, "s0:c%d,c%d", c2, c1);
+ }
+ } while(mcsAdd(mcs) == -1);
+
+ vm->def->seclabel.label = SELinuxGenNewContext(default_domain_context, mcs);
+ if (! vm->def->seclabel.label) {
+ virSecurityReportError(conn, VIR_ERR_ERROR,
+ _("cannot generate selinux context for %s"), mcs);
+ goto err;
+ }
+ vm->def->seclabel.imagelabel = SELinuxGenNewContext(default_image_context, mcs);
+ if (! vm->def->seclabel.imagelabel) {
+ virSecurityReportError(conn, VIR_ERR_ERROR,
+ _("cannot generate selinux context for %s"), mcs);
+ goto err;
+ }
+ vm->def->seclabel.model = strdup(SECURITY_SELINUX_NAME);
+ if (! vm->def->seclabel.model) {
+ virReportOOMError(conn);
+ goto err;
+ }
+
+
+ rc = 0;
+ goto done;
+err:
+ VIR_FREE(vm->def->seclabel.label);
+ VIR_FREE(vm->def->seclabel.imagelabel);
+ VIR_FREE(vm->def->seclabel.model);
+done:
+ VIR_FREE(scontext);
+ return rc;
+}
+
+static int
+SELinuxSecurityDriverProbe(void)
+{
+ return is_selinux_enabled() ? SECURITY_DRIVER_ENABLE : SECURITY_DRIVER_DISABLE;
+}
+
+static int
+SELinuxSecurityDriverOpen(virConnectPtr conn, virSecurityDriverPtr drv)
+{
+ /*
+ * Where will the DOI come from? SELinux configuration, or qemu
+ * configuration? For the moment, we'll just set it to "0".
+ */
+ virSecurityDriverSetDOI(conn, drv, SECURITY_SELINUX_VOID_DOI);
+ return SELinuxInitialize(conn);
+}
+
+static int
+SELinuxGetSecurityLabel(virConnectPtr conn,
+ virDomainObjPtr vm,
+ virSecurityLabelPtr sec)
+{
+ security_context_t ctx;
+
+ if (getpidcon(vm->pid, &ctx) == -1) {
+ char ebuf[1024];
+ virSecurityReportError(conn, VIR_ERR_ERROR, _("%s: error calling "
+ "getpidcon(): %s"), __func__,
+ virStrerror(errno, ebuf, sizeof ebuf));
+ return -1;
+ }
+
+ if (strlen((char *) ctx) >= VIR_SECURITY_LABEL_BUFLEN) {
+ virSecurityReportError(conn, VIR_ERR_ERROR,
+ _("%s: security label exceeds "
+ "maximum lenth: %d"), __func__,
+ VIR_SECURITY_LABEL_BUFLEN - 1);
+ return -1;
+ }
+
+ strcpy(sec->label, (char *) ctx);
+ free(ctx);
+
+ sec->enforcing = security_getenforce();
+ if (sec->enforcing == -1) {
+ char ebuf[1024];
+ virSecurityReportError(conn, VIR_ERR_ERROR, _("%s: error calling "
+ "security_getenforce(): %s"), __func__,
+ virStrerror(errno, ebuf, sizeof ebuf));
+ return -1;
+ }
+
+ return 0;
+}
+
+static int
+SELinuxSetFilecon(virConnectPtr conn, char *path, char *tcon)
+{
+ char ebuf[1024];
+
+ if(setfilecon(path, tcon) < 0) {
+ virSecurityReportError(conn, VIR_ERR_ERROR,
+ _("%s: unable to set security context "
+ "'\%s\' on %s: %s."), __func__,
+ tcon,
+ path,
+ virStrerror(errno, ebuf, sizeof ebuf));
+ if (security_getenforce() == 1)
+ return -1;
+ }
+ return 0;
+}
+
+static int
+SELinuxRestoreSecurityImageLabel(virConnectPtr conn,
+ virDomainObjPtr vm,
+ virDomainDeviceDefPtr dev)
+{
+ const virSecurityLabelDefPtr secdef = &vm->def->seclabel;
+
+ if (secdef->imagelabel) {
+ return SELinuxSetFilecon(conn, dev->data.disk->src, default_image_context);
+ }
+ return 0;
+}
+
+static int
+SELinuxSetSecurityImageLabel(virConnectPtr conn,
+ virDomainObjPtr vm,
+ virDomainDeviceDefPtr dev)
+
+{
+ const virSecurityLabelDefPtr secdef = &vm->def->seclabel;
+
+ if (secdef->imagelabel) {
+ return SELinuxSetFilecon(conn, dev->data.disk->src, secdef->imagelabel);
+ }
+ return 0;
+}
+
+static int
+SELinuxRestoreSecurityLabel(virConnectPtr conn,
+ virDomainObjPtr vm)
+{
+ const virSecurityLabelDefPtr secdef = &vm->def->seclabel;
+ int i;
+ int rc = 0;
+ if (secdef->imagelabel) {
+ for (i = 0 ; i < vm->def->ndisks ; i++) {
+ if (SELinuxSetFilecon(conn, vm->def->disks[i]->src, default_image_context) < 0)
+ rc = -1;
+ }
+ VIR_FREE(secdef->model);
+ VIR_FREE(secdef->label);
+ context_t con = context_new(secdef->imagelabel);
+ if (con) {
+ mcsRemove(context_range_get(con));
+ context_free(con);
+ }
+ VIR_FREE(secdef->imagelabel);
+ }
+ return rc;
+}
+
+static int
+SELinuxSetSecurityLabel(virConnectPtr conn,
+ virSecurityDriverPtr drv,
+ virDomainObjPtr vm)
+{
+ /* TODO: verify DOI */
+ const virSecurityLabelDefPtr secdef = &vm->def->seclabel;
+ int i;
+ char ebuf[1024];
+
+ if (!STREQ(drv->name, secdef->model)) {
+ virSecurityReportError(conn, VIR_ERR_ERROR,
+ _("%s: security label driver mismatch: "
+ "\'%s\' model configured for domain, but "
+ "hypervisor driver is \'%s\'."),
+ __func__, secdef->model, drv->name);
+ if (security_getenforce() == 1)
+ return -1;
+ }
+
+ if (setexeccon(secdef->label) == -1) {
+ virSecurityReportError(conn, VIR_ERR_ERROR,
+ _("%s: unable to set security context "
+ "'\%s\': %s."), __func__, secdef->label,
+ virStrerror(errno, ebuf, sizeof ebuf));
+ if (security_getenforce() == 1)
+ return -1;
+ }
+
+ if (secdef->imagelabel) {
+ for (i = 0 ; i < vm->def->ndisks ; i++) {
+ if(setfilecon(vm->def->disks[i]->src, secdef->imagelabel) < 0) {
+ virSecurityReportError(conn, VIR_ERR_ERROR,
+ _("%s: unable to set security context "
+ "'\%s\' on %s: %s."), __func__,
+ secdef->imagelabel,
+ vm->def->disks[i]->src,
+ virStrerror(errno, ebuf, sizeof ebuf));
+ if (security_getenforce() == 1)
+ return -1;
+ }
+ }
+ }
+
+ return 0;
+}
+
+virSecurityDriver virSELinuxSecurityDriver = {
+ .name = SECURITY_SELINUX_NAME,
+ .probe = SELinuxSecurityDriverProbe,
+ .open = SELinuxSecurityDriverOpen,
+ .domainSetSecurityImageLabel = SELinuxSetSecurityImageLabel,
+ .domainRestoreSecurityImageLabel = SELinuxRestoreSecurityImageLabel,
+ .domainGenSecurityLabel = SELinuxGenSecurityLabel,
+ .domainGetSecurityLabel = SELinuxGetSecurityLabel,
+ .domainRestoreSecurityLabel = SELinuxRestoreSecurityLabel,
+ .domainSetSecurityLabel = SELinuxSetSecurityLabel,
+};
diff --git a/src/security_selinux.h b/src/security_selinux.h
new file mode 100644
index 0000000..1e32209
--- /dev/null
+++ b/src/security_selinux.h
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2008 Red Hat, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * Authors:
+ * James Morris <jmorris at namei.org>
+ *
+ */
+#ifndef __VIR_SECURITY_SELINUX_H__
+#define __VIR_SECURITY_SELINUX_H__
+
+extern virSecurityDriver virSELinuxSecurityDriver;
+
+#endif /* __VIR_SECURITY_SELINUX_H__ */
diff --git a/src/storage_backend.c b/src/storage_backend.c
index 8408f34..787630c 100644
--- a/src/storage_backend.c
+++ b/src/storage_backend.c
@@ -276,6 +276,7 @@ virStorageBackendUpdateVolTargetInfoFD(virConnectPtr conn,
VIR_FREE(target->perms.label);
#if HAVE_SELINUX
+ /* XXX: make this a security driver call */
if (fgetfilecon(fd, &filecon) == -1) {
if (errno != ENODATA && errno != ENOTSUP) {
virReportSystemError(conn, errno,
diff --git a/src/storage_backend_fs.c b/src/storage_backend_fs.c
index 345dc40..c0b130e 100644
--- a/src/storage_backend_fs.c
+++ b/src/storage_backend_fs.c
@@ -1,7 +1,7 @@
/*
* storage_backend_fs.c: storage backend for FS and directory handling
*
- * Copyright (C) 2007-2008 Red Hat, Inc.
+ * Copyright (C) 2007-2009 Red Hat, Inc.
* Copyright (C) 2007-2008 Daniel P. Berrange
*
* This library is free software; you can redistribute it and/or
@@ -84,7 +84,7 @@ struct FileTypeInfo {
int (*getBackingStore)(virConnectPtr conn, char **res,
const unsigned char *buf, size_t buf_size);
};
-const struct FileTypeInfo const fileTypeInfo[] = {
+struct FileTypeInfo const fileTypeInfo[] = {
/* Bochs */
/* XXX Untested
{ VIR_STORAGE_VOL_BOCHS, "Bochs Virtual HD Image", NULL,
@@ -1020,7 +1020,7 @@ virStorageBackendFileSystemVolCreate(virConnectPtr conn,
* Need to add in progress bars & bg thread somehow */
if (vol->allocation) {
unsigned long long remain = vol->allocation;
- static const char const zeros[4096];
+ static char const zeros[4096];
while (remain) {
int bytes = sizeof(zeros);
if (bytes > remain)
@@ -1130,7 +1130,7 @@ virStorageBackendFileSystemVolCreate(virConnectPtr conn,
vol->target.format);
return -1;
}
- if (vol->target.backingStore != NULL) {
+ if (vol->backingStore.path != NULL) {
virStorageReportError(conn, VIR_ERR_NO_SUPPORT,
_("copy-on-write image not supported with "
"qcow-create"));
diff --git a/src/storage_backend_logical.c b/src/storage_backend_logical.c
index 702a191..cbd2765 100644
--- a/src/storage_backend_logical.c
+++ b/src/storage_backend_logical.c
@@ -582,12 +582,6 @@ virStorageBackendLogicalCreateVol(virConnectPtr conn,
const char **cmdargv = cmdargvnew;
if (vol->backingStore.path) {
- if (vol->backingStore.format !=
- VIR_STORAGE_POOL_LOGICAL_LVM2) {
- virStorageReportError(conn, VIR_ERR_INTERNAL_ERROR, "%s",
- _("LVM snapshots must be backed by another LVM volume"));
- return -1;
- }
cmdargv = cmdargvsnap;
}
diff --git a/src/storage_conf.c b/src/storage_conf.c
index 7eb89e7..9c13e07 100644
--- a/src/storage_conf.c
+++ b/src/storage_conf.c
@@ -1,7 +1,7 @@
/*
* storage_conf.c: config handling for storage driver
*
- * Copyright (C) 2006-2008 Red Hat, Inc.
+ * Copyright (C) 2006-2009 Red Hat, Inc.
* Copyright (C) 2006-2008 Daniel P. Berrange
*
* This library is free software; you can redistribute it and/or
@@ -381,8 +381,9 @@ virStoragePoolDefParsePerms(virConnectPtr conn,
if (!mode) {
perms->mode = 0700;
} else {
- char *end;
+ char *end = NULL;
perms->mode = strtol(mode, &end, 8);
+ VIR_FREE(mode);
if (*end || perms->mode < 0 || perms->mode > 0777) {
virStorageReportError(conn, VIR_ERR_XML_ERROR,
"%s", _("malformed octal mode"));
@@ -812,6 +813,7 @@ virStorageVolDefParsePerms(virConnectPtr conn,
} else {
char *end = NULL;
perms->mode = strtol(mode, &end, 8);
+ VIR_FREE(mode);
if (*end || perms->mode < 0 || perms->mode > 0777) {
virStorageReportError(conn, VIR_ERR_XML_ERROR,
"%s", _("malformed octal mode"));
@@ -834,7 +836,7 @@ virStorageVolDefParsePerms(virConnectPtr conn,
} else {
if (virXPathLong(conn, "number(/volume/permissions/group)", ctxt, &v) < 0) {
virStorageReportError(conn, VIR_ERR_XML_ERROR,
- "%s", _("missing owner element"));
+ "%s", _("missing group element"));
return -1;
}
perms->gid = (int)v;
@@ -1384,10 +1386,11 @@ virStoragePoolLoadAllConfigs(virConnectPtr conn,
struct dirent *entry;
if (!(dir = opendir(configDir))) {
+ char ebuf[1024];
if (errno == ENOENT)
return 0;
virStorageLog("Failed to open dir '%s': %s",
- configDir, strerror(errno));
+ configDir, virStrerror(errno, ebuf, sizeof ebuf));
return -1;
}
diff --git a/src/storage_driver.c b/src/storage_driver.c
index a456061..f1320c5 100644
--- a/src/storage_driver.c
+++ b/src/storage_driver.c
@@ -1,7 +1,7 @@
/*
* storage_driver.c: core driver for storage APIs
*
- * Copyright (C) 2006-2008 Red Hat, Inc.
+ * Copyright (C) 2006-2009 Red Hat, Inc.
* Copyright (C) 2006-2008 Daniel P. Berrange
*
* This library is free software; you can redistribute it and/or
@@ -567,9 +567,11 @@ storagePoolUndefine(virStoragePoolPtr obj) {
if (virStoragePoolObjDeleteDef(obj->conn, pool) < 0)
goto cleanup;
- if (unlink(pool->autostartLink) < 0 && errno != ENOENT && errno != ENOTDIR)
+ if (unlink(pool->autostartLink) < 0 && errno != ENOENT && errno != ENOTDIR) {
+ char ebuf[1024];
storageLog("Failed to delete autostart link '%s': %s",
- pool->autostartLink, strerror(errno));
+ pool->autostartLink, virStrerror(errno, ebuf, sizeof ebuf));
+ }
VIR_FREE(pool->configFile);
VIR_FREE(pool->autostartLink);
diff --git a/src/test.c b/src/test.c
index 59b9370..b4d8486 100644
--- a/src/test.c
+++ b/src/test.c
@@ -1,7 +1,7 @@
/*
* test.c: A "mock" hypervisor for use by application unit tests
*
- * Copyright (C) 2006-2008 Red Hat, Inc.
+ * Copyright (C) 2006-2009 Red Hat, Inc.
* Copyright (C) 2006 Daniel P. Berrange
*
* This library is free software; you can redistribute it and/or
@@ -509,8 +509,7 @@ static int testOpenFromFile(virConnectPtr conn,
dom->persistent = 1;
virDomainObjUnlock(dom);
}
- if (domains != NULL)
- VIR_FREE(domains);
+ VIR_FREE(domains);
ret = virXPathNodeSet(conn, "/node/network", ctxt, &networks);
if (ret < 0) {
@@ -544,8 +543,7 @@ static int testOpenFromFile(virConnectPtr conn,
net->persistent = 1;
virNetworkObjUnlock(net);
}
- if (networks != NULL)
- VIR_FREE(networks);
+ VIR_FREE(networks);
/* Parse Storage Pool list */
ret = virXPathNodeSet(conn, "/node/pool", ctxt, &pools);
@@ -599,8 +597,7 @@ static int testOpenFromFile(virConnectPtr conn,
pool->active = 1;
virStoragePoolObjUnlock(pool);
}
- if (pools != NULL)
- VIR_FREE(pools);
+ VIR_FREE(pools);
xmlXPathFreeContext(ctxt);
xmlFreeDoc(xml);
@@ -2052,14 +2049,12 @@ static virNetworkPtr testNetworkCreate(virConnectPtr conn, const char *xml) {
if ((def = virNetworkDefParseString(conn, xml)) == NULL)
goto cleanup;
- if ((net = virNetworkAssignDef(conn, &privconn->networks,
- def)) == NULL) {
+ if ((net = virNetworkAssignDef(conn, &privconn->networks, def)) == NULL)
goto cleanup;
- }
- net->active = 1;
def = NULL;
+ net->active = 1;
- ret = virGetNetwork(conn, def->name, def->uuid);
+ ret = virGetNetwork(conn, net->def->name, net->def->uuid);
cleanup:
virNetworkDefFree(def);
@@ -2079,14 +2074,12 @@ static virNetworkPtr testNetworkDefine(virConnectPtr conn, const char *xml) {
if ((def = virNetworkDefParseString(conn, xml)) == NULL)
goto cleanup;
- if ((net = virNetworkAssignDef(conn, &privconn->networks,
- def)) == NULL) {
+ if ((net = virNetworkAssignDef(conn, &privconn->networks, def)) == NULL)
goto cleanup;
- }
- net->persistent = 1;
def = NULL;
+ net->persistent = 1;
- ret = virGetNetwork(conn, def->name, def->uuid);
+ ret = virGetNetwork(conn, net->def->name, net->def->uuid);
cleanup:
virNetworkDefFree(def);
@@ -2532,9 +2525,8 @@ testStoragePoolCreate(virConnectPtr conn,
goto cleanup;
}
- if (!(pool = virStoragePoolObjAssignDef(conn, &privconn->pools, def))) {
+ if (!(pool = virStoragePoolObjAssignDef(conn, &privconn->pools, def)))
goto cleanup;
- }
def = NULL;
if (testStoragePoolObjSetDefaults(conn, pool) == -1) {
@@ -2571,9 +2563,8 @@ testStoragePoolDefine(virConnectPtr conn,
def->allocation = defaultPoolAlloc;
def->available = defaultPoolCap - defaultPoolAlloc;
- if (!(pool = virStoragePoolObjAssignDef(conn, &privconn->pools, def))) {
+ if (!(pool = virStoragePoolObjAssignDef(conn, &privconn->pools, def)))
goto cleanup;
- }
def = NULL;
if (testStoragePoolObjSetDefaults(conn, pool) == -1) {
@@ -3510,6 +3501,8 @@ static virDriver testDriver = {
NULL, /* domainPinVcpu */
NULL, /* domainGetVcpus */
NULL, /* domainGetMaxVcpus */
+ NULL, /* domainGetSecurityLabel */
+ NULL, /* nodeGetSecurityModel */
testDomainDumpXML, /* domainDumpXML */
testListDefinedDomains, /* listDefinedDomains */
testNumOfDefinedDomains, /* numOfDefinedDomains */
@@ -3536,6 +3529,9 @@ static virDriver testDriver = {
testDomainEventDeregister, /* domainEventDeregister */
NULL, /* domainMigratePrepare2 */
NULL, /* domainMigrateFinish2 */
+ NULL, /* nodeDeviceAttach */
+ NULL, /* nodeDeviceReAttach */
+ NULL, /* nodeDeviceReset */
};
static virNetworkDriver testNetworkDriver = {
diff --git a/src/uml_driver.c b/src/uml_driver.c
index 1d12406..a1fbc77 100644
--- a/src/uml_driver.c
+++ b/src/uml_driver.c
@@ -1,7 +1,7 @@
/*
* uml_driver.c: core driver methods for managing UML guests
*
- * Copyright (C) 2006, 2007, 2008 Red Hat, Inc.
+ * Copyright (C) 2006, 2007, 2008, 2009 Red Hat, Inc.
* Copyright (C) 2006-2008 Daniel P. Berrange
*
* This library is free software; you can redistribute it and/or
@@ -376,8 +376,9 @@ umlStartup(void) {
}
if (virFileMakePath(uml_driver->monitorDir) < 0) {
+ char ebuf[1024];
umlLog(VIR_LOG_ERROR, _("Failed to create monitor directory %s: %s"),
- uml_driver->monitorDir, strerror(errno));
+ uml_driver->monitorDir, virStrerror(errno, ebuf, sizeof ebuf));
goto error;
}
@@ -726,6 +727,7 @@ static int umlStartVMDaemon(virConnectPtr conn,
int *tapfds = NULL;
int ntapfds = 0;
fd_set keepfd;
+ char ebuf[1024];
FD_ZERO(&keepfd);
@@ -791,26 +793,26 @@ static int umlStartVMDaemon(virConnectPtr conn,
tmp = progenv;
while (*tmp) {
if (safewrite(logfd, *tmp, strlen(*tmp)) < 0)
- umlLog(VIR_LOG_WARN, _("Unable to write envv to logfile %d: %s\n"),
- errno, strerror(errno));
+ umlLog(VIR_LOG_WARN, _("Unable to write envv to logfile: %s\n"),
+ virStrerror(errno, ebuf, sizeof ebuf));
if (safewrite(logfd, " ", 1) < 0)
- umlLog(VIR_LOG_WARN, _("Unable to write envv to logfile %d: %s\n"),
- errno, strerror(errno));
+ umlLog(VIR_LOG_WARN, _("Unable to write envv to logfile: %s\n"),
+ virStrerror(errno, ebuf, sizeof ebuf));
tmp++;
}
tmp = argv;
while (*tmp) {
if (safewrite(logfd, *tmp, strlen(*tmp)) < 0)
- umlLog(VIR_LOG_WARN, _("Unable to write argv to logfile %d: %s\n"),
- errno, strerror(errno));
+ umlLog(VIR_LOG_WARN, _("Unable to write argv to logfile: %s\n"),
+ virStrerror(errno, ebuf, sizeof ebuf));
if (safewrite(logfd, " ", 1) < 0)
- umlLog(VIR_LOG_WARN, _("Unable to write argv to logfile %d: %s\n"),
- errno, strerror(errno));
+ umlLog(VIR_LOG_WARN, _("Unable to write argv to logfile: %s\n"),
+ virStrerror(errno, ebuf, sizeof ebuf));
tmp++;
}
if (safewrite(logfd, "\n", 1) < 0)
- umlLog(VIR_LOG_WARN, _("Unable to write argv to logfile %d: %s\n"),
- errno, strerror(errno));
+ umlLog(VIR_LOG_WARN, _("Unable to write argv to logfile: %s\n"),
+ virStrerror(errno, ebuf, sizeof ebuf));
vm->monitor = -1;
@@ -825,7 +827,7 @@ static int umlStartVMDaemon(virConnectPtr conn,
/* Cleanup intermediate proces */
if (waitpid(pid, NULL, 0) != pid)
umlLog(VIR_LOG_WARN, _("failed to wait on process: %d: %s\n"),
- pid, strerror(errno));
+ pid, virStrerror(errno, ebuf, sizeof ebuf));
for (i = 0 ; argv[i] ; i++)
VIR_FREE(argv[i]);
@@ -1852,6 +1854,8 @@ static virDriver umlDriver = {
NULL, /* domainPinVcpu */
NULL, /* domainGetVcpus */
NULL, /* domainGetMaxVcpus */
+ NULL, /* domainGetSecurityLabel */
+ NULL, /* nodeGetSecurityModel */
umlDomainDumpXML, /* domainDumpXML */
umlListDefinedDomains, /* listDomains */
umlNumDefinedDomains, /* numOfDomains */
@@ -1883,6 +1887,9 @@ static virDriver umlDriver = {
NULL, /* domainEventUnregister */
NULL, /* domainMigratePrepare2 */
NULL, /* domainMigrateFinish2 */
+ NULL, /* nodeDeviceAttach */
+ NULL, /* nodeDeviceReAttach */
+ NULL, /* nodeDeviceReset */
};
diff --git a/src/util.c b/src/util.c
index 7c7fe31..9b74757 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,7 +1,7 @@
/*
* utils.c: common, generic utility functions
*
- * Copyright (C) 2006, 2007, 2008 Red Hat, Inc.
+ * Copyright (C) 2006, 2007, 2008, 2009 Red Hat, Inc.
* Copyright (C) 2006 Daniel P. Berrange
* Copyright (C) 2006, 2007 Binary Karma
* Copyright (C) 2006 Shuveb Hussain
@@ -185,7 +185,7 @@ int virSetNonBlock(int fd) {
#ifndef WIN32
-static int virSetCloseExec(int fd) {
+int virSetCloseExec(int fd) {
int flags;
if ((flags = fcntl(fd, F_GETFD)) < 0)
return -1;
@@ -202,7 +202,10 @@ __virExec(virConnectPtr conn,
const fd_set *keepfd,
pid_t *retpid,
int infd, int *outfd, int *errfd,
- int flags) {
+ int flags,
+ virExecHook hook,
+ void *data)
+{
pid_t pid;
int null, i, openmax;
int pipeout[2] = {-1,-1};
@@ -416,6 +419,9 @@ __virExec(virConnectPtr conn,
childerr != childout)
close(childerr);
+ if (hook)
+ if ((hook)(data) != 0)
+ _exit(1);
if (envp)
execve(argv[0], (char **) argv, (char**)envp);
else
@@ -450,13 +456,16 @@ __virExec(virConnectPtr conn,
}
int
-virExec(virConnectPtr conn,
- const char *const*argv,
- const char *const*envp,
- const fd_set *keepfd,
- pid_t *retpid,
- int infd, int *outfd, int *errfd,
- int flags) {
+virExecWithHook(virConnectPtr conn,
+ const char *const*argv,
+ const char *const*envp,
+ const fd_set *keepfd,
+ pid_t *retpid,
+ int infd, int *outfd, int *errfd,
+ int flags,
+ virExecHook hook,
+ void *data)
+{
char *argv_str;
if ((argv_str = virArgvToString(argv)) == NULL) {
@@ -467,7 +476,21 @@ virExec(virConnectPtr conn,
VIR_FREE(argv_str);
return __virExec(conn, argv, envp, keepfd, retpid, infd, outfd, errfd,
- flags);
+ flags, hook, data);
+}
+
+int
+virExec(virConnectPtr conn,
+ const char *const*argv,
+ const char *const*envp,
+ const fd_set *keepfd,
+ pid_t *retpid,
+ int infd, int *outfd, int *errfd,
+ int flags)
+{
+ return virExecWithHook(conn, argv, envp, keepfd, retpid,
+ infd, outfd, errfd,
+ flags, NULL, NULL);
}
static int
@@ -585,7 +608,7 @@ virRun(virConnectPtr conn,
if ((execret = __virExec(conn, argv, NULL, NULL,
&childpid, -1, &outfd, &errfd,
- VIR_EXEC_NONE)) < 0) {
+ VIR_EXEC_NONE, NULL, NULL)) < 0) {
ret = execret;
goto error;
}
@@ -755,23 +778,49 @@ int virFileReadLimFD(int fd_arg, int maxlen, char **buf)
int virFileReadAll(const char *path, int maxlen, char **buf)
{
+ char ebuf[1024];
FILE *fh = fopen(path, "r");
if (fh == NULL) {
virLog("Failed to open file '%s': %s\n",
- path, strerror(errno));
+ path, virStrerror(errno, ebuf, sizeof ebuf));
return -1;
}
int len = virFileReadLimFP (fh, maxlen, buf);
fclose(fh);
if (len < 0) {
- virLog("Failed to read '%s': %s\n", path, strerror (errno));
+ virLog("Failed to read '%s': %s\n", path,
+ virStrerror(errno, ebuf, sizeof ebuf));
return -1;
}
return len;
}
+/* Truncate @path and write @str to it.
+ Return 0 for success, nonzero for failure.
+ Be careful to preserve any errno value upon failure. */
+int virFileWriteStr(const char *path, const char *str)
+{
+ int fd;
+
+ if ((fd = open(path, O_WRONLY|O_TRUNC)) == -1)
+ return -1;
+
+ if (safewrite(fd, str, strlen(str)) < 0) {
+ int saved_errno = errno;
+ close (fd);
+ errno = saved_errno;
+ return -1;
+ }
+
+ /* Use errno from failed close only if there was no write error. */
+ if (close (fd) != 0)
+ return -1;
+
+ return 0;
+}
+
int virFileMatchesNameSuffix(const char *file,
const char *name,
const char *suffix)
diff --git a/src/util.h b/src/util.h
index e731ba4..87cbf67 100644
--- a/src/util.h
+++ b/src/util.h
@@ -39,7 +39,23 @@ enum {
};
int virSetNonBlock(int fd);
-
+int virSetCloseExec(int fd);
+
+/* This will execute in the context of the first child
+ * after fork() but before execve() */
+typedef int (*virExecHook)(void *data);
+
+int virExecWithHook(virConnectPtr conn,
+ const char *const*argv,
+ const char *const*envp,
+ const fd_set *keepfd,
+ int *retpid,
+ int infd,
+ int *outfd,
+ int *errfd,
+ int flags,
+ virExecHook hook,
+ void *data);
int virExec(virConnectPtr conn,
const char *const*argv,
const char *const*envp,
@@ -55,6 +71,8 @@ int virFileReadLimFD(int fd, int maxlen, char **buf);
int virFileReadAll(const char *path, int maxlen, char **buf);
+int virFileWriteStr(const char *path, const char *str);
+
int virFileMatchesNameSuffix(const char *file,
const char *name,
const char *suffix);
@@ -143,7 +161,7 @@ const char *virEnumToString(const char *const*types,
int type);
#define VIR_ENUM_IMPL(name, lastVal, ...) \
- static const char const *name ## TypeList[] = { __VA_ARGS__ }; \
+ static const char *const name ## TypeList[] = { __VA_ARGS__ }; \
extern int (* name ## Verify (void)) [verify_true (ARRAY_CARDINALITY(name ## TypeList) == lastVal)]; \
const char *name ## TypeToString(int type) { \
return virEnumToString(name ## TypeList, \
diff --git a/src/uuid.c b/src/uuid.c
index 9d263de..002a64d 100644
--- a/src/uuid.c
+++ b/src/uuid.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007, 2008 Red Hat, Inc.
+ * Copyright (C) 2007, 2008, 2009 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -36,8 +36,8 @@
#include "c-ctype.h"
#include "internal.h"
#include "util.h"
-
-#define qemudLog(level, msg...) fprintf(stderr, msg)
+#include "virterror_internal.h"
+#include "logging.h"
#ifndef ENODATA
#define ENODATA EIO
@@ -99,10 +99,12 @@ virUUIDGenerate(unsigned char *uuid)
if (uuid == NULL)
return(-1);
- if ((err = virUUIDGenerateRandomBytes(uuid, VIR_UUID_BUFLEN)))
- qemudLog(QEMUD_WARN,
- _("Falling back to pseudorandom UUID,"
- " failed to generate random bytes: %s"), strerror(err));
+ if ((err = virUUIDGenerateRandomBytes(uuid, VIR_UUID_BUFLEN))) {
+ char ebuf[1024];
+ VIR_WARN(_("Falling back to pseudorandom UUID,"
+ " failed to generate random bytes: %s"),
+ virStrerror(err, ebuf, sizeof ebuf));
+ }
return virUUIDGeneratePseudoRandomBytes(uuid, VIR_UUID_BUFLEN);
}
diff --git a/src/virsh.c b/src/virsh.c
index e6d434e..9a7b0ed 100644
--- a/src/virsh.c
+++ b/src/virsh.c
@@ -93,22 +93,6 @@ typedef enum {
} vshErrorLevel;
/*
- * The error handler for virsh
- */
-static void
-virshErrorHandler(void *unused, virErrorPtr error)
-{
- if ((unused != NULL) || (error == NULL))
- return;
-
- /* Suppress the VIR_ERR_NO_XEN error which fails as non-root */
- if ((error->code == VIR_ERR_NO_XEN) || (error->code == VIR_ERR_OK))
- return;
-
- virDefaultErrorFunc(error);
-}
-
-/*
* virsh command line grammar:
*
* command_line = <command>\n | <command>; <command>; ...
@@ -321,6 +305,46 @@ static int namesorter(const void *a, const void *b) {
return strcasecmp(*sa, *sb);
}
+static virErrorPtr last_error;
+
+/*
+ * Quieten libvirt until we're done with the command.
+ */
+static void
+virshErrorHandler(void *unused ATTRIBUTE_UNUSED, virErrorPtr error)
+{
+ virFreeError(last_error);
+ last_error = virSaveLastError();
+ if (getenv("VIRSH_DEBUG") != NULL)
+ virDefaultErrorFunc(error);
+}
+
+/*
+ * Report an error when a command finishes. This is better than before
+ * (when correct operation would report errors), but it has some
+ * problems: we lose the smarter formatting of virDefaultErrorFunc(),
+ * and it can become harder to debug problems, if errors get reported
+ * twice during one command. This case shouldn't really happen anyway,
+ * and it's IMHO a bug that libvirt does that sometimes.
+ */
+static void
+virshReportError(vshControl *ctl)
+{
+ if (last_error == NULL)
+ return;
+
+ if (last_error->code == VIR_ERR_OK) {
+ vshError(ctl, FALSE, "%s", _("unknown error"));
+ goto out;
+ }
+
+ vshError(ctl, FALSE, "%s", last_error->message);
+
+out:
+ virFreeError(last_error);
+ last_error = NULL;
+}
+
/* ---------------
* Commands
@@ -1515,6 +1539,8 @@ cmdDominfo(vshControl *ctl, const vshCmd *cmd)
{
virDomainInfo info;
virDomainPtr dom;
+ virSecurityModel secmodel;
+ virSecurityLabel seclabel;
int ret = TRUE, autostart;
unsigned int id;
char *str, uuid[VIR_UUID_STRING_BUFLEN];
@@ -1573,6 +1599,29 @@ cmdDominfo(vshControl *ctl, const vshCmd *cmd)
autostart ? _("enable") : _("disable") );
}
+ /* Security model and label information */
+ memset(&secmodel, 0, sizeof secmodel);
+ if (virNodeGetSecurityModel(ctl->conn, &secmodel) == -1) {
+ virDomainFree(dom);
+ return FALSE;
+ } else {
+ /* Only print something if a security model is active */
+ if (secmodel.model[0] != '\0') {
+ vshPrint(ctl, "%-15s %s\n", _("Security model:"), secmodel.model);
+ vshPrint(ctl, "%-15s %s\n", _("Security DOI:"), secmodel.doi);
+
+ /* Security labels are only valid for active domains */
+ memset(&seclabel, 0, sizeof seclabel);
+ if (virDomainGetSecurityLabel(dom, &seclabel) == -1) {
+ virDomainFree(dom);
+ return FALSE;
+ } else {
+ if (seclabel.label[0] != '\0')
+ vshPrint(ctl, "%-15s %s (%s)\n", _("Security label:"),
+ seclabel.label, seclabel.enforcing ? "enforcing" : "permissive");
+ }
+ }
+ }
virDomainFree(dom);
return ret;
}
@@ -2572,7 +2621,7 @@ cmdNetworkList(vshControl *ctl, const vshCmd *cmd ATTRIBUTE_UNUSED)
qsort(&inactiveNames[0], maxinactive, sizeof(char*), namesorter);
}
}
- vshPrintExtra(ctl, "%-20s %-10s %-10s\n", _("Name"), _("State"), _("Autostart"));
+ vshPrintExtra(ctl, "%-20s %-10s %s\n", _("Name"), _("State"), _("Autostart"));
vshPrintExtra(ctl, "-----------------------------------------\n");
for (i = 0; i < maxactive; i++) {
@@ -2874,6 +2923,7 @@ cmdPoolCreate(vshControl *ctl, const vshCmd *cmd)
*/
static const vshCmdOptDef opts_pool_X_as[] = {
{"name", VSH_OT_DATA, VSH_OFLAG_REQ, gettext_noop("name of the pool")},
+ {"print-xml", VSH_OT_BOOL, 0, gettext_noop("print XML document, but don't define/create")},
{"type", VSH_OT_DATA, VSH_OFLAG_REQ, gettext_noop("type of the pool")},
{"source-host", VSH_OT_DATA, 0, gettext_noop("source-host for underlying storage")},
{"source-path", VSH_OT_DATA, 0, gettext_noop("source path for underlying storage")},
@@ -2953,6 +3003,7 @@ cmdPoolCreateAs(vshControl *ctl, const vshCmd *cmd)
{
virStoragePoolPtr pool;
char *xml, *name;
+ int printXML = vshCommandOptBool(cmd, "print-xml");
if (!vshConnectionUsability(ctl, ctl->conn, TRUE))
return FALSE;
@@ -2960,18 +3011,22 @@ cmdPoolCreateAs(vshControl *ctl, const vshCmd *cmd)
if (!buildPoolXML(cmd, &name, &xml))
return FALSE;
- pool = virStoragePoolCreateXML(ctl->conn, xml, 0);
- free (xml);
-
- if (pool != NULL) {
- vshPrint(ctl, _("Pool %s created\n"), name);
- virStoragePoolFree(pool);
- return TRUE;
+ if (printXML) {
+ printf("%s", xml);
+ free (xml);
} else {
- vshError(ctl, FALSE, _("Failed to create pool %s"), name);
- }
+ pool = virStoragePoolCreateXML(ctl->conn, xml, 0);
+ free (xml);
- return FALSE;
+ if (pool != NULL) {
+ vshPrint(ctl, _("Pool %s created\n"), name);
+ virStoragePoolFree(pool);
+ } else {
+ vshError(ctl, FALSE, _("Failed to create pool %s"), name);
+ return FALSE;
+ }
+ }
+ return TRUE;
}
@@ -3036,6 +3091,7 @@ cmdPoolDefineAs(vshControl *ctl, const vshCmd *cmd)
{
virStoragePoolPtr pool;
char *xml, *name;
+ int printXML = vshCommandOptBool(cmd, "print-xml");
if (!vshConnectionUsability(ctl, ctl->conn, TRUE))
return FALSE;
@@ -3043,18 +3099,22 @@ cmdPoolDefineAs(vshControl *ctl, const vshCmd *cmd)
if (!buildPoolXML(cmd, &name, &xml))
return FALSE;
- pool = virStoragePoolDefineXML(ctl->conn, xml, 0);
- free (xml);
-
- if (pool != NULL) {
- vshPrint(ctl, _("Pool %s defined\n"), name);
- virStoragePoolFree(pool);
- return TRUE;
+ if (printXML) {
+ printf("%s", xml);
+ free (xml);
} else {
- vshError(ctl, FALSE, _("Failed to define pool %s"), name);
- }
+ pool = virStoragePoolDefineXML(ctl->conn, xml, 0);
+ free (xml);
- return FALSE;
+ if (pool != NULL) {
+ vshPrint(ctl, _("Pool %s defined\n"), name);
+ virStoragePoolFree(pool);
+ } else {
+ vshError(ctl, FALSE, _("Failed to define pool %s"), name);
+ return FALSE;
+ }
+ }
+ return TRUE;
}
@@ -4409,6 +4469,129 @@ cmdNodeDeviceDumpXML (vshControl *ctl, const vshCmd *cmd)
}
/*
+ * "nodedev-dettach" command
+ */
+static const vshCmdInfo info_node_device_dettach[] = {
+ {"help", gettext_noop("dettach node device its device driver")},
+ {"desc", gettext_noop("Dettach node device its device driver before assigning to a domain.")},
+ {NULL, NULL}
+};
+
+
+static const vshCmdOptDef opts_node_device_dettach[] = {
+ {"device", VSH_OT_DATA, VSH_OFLAG_REQ, gettext_noop("device key")},
+ {NULL, 0, 0, NULL}
+};
+
+static int
+cmdNodeDeviceDettach (vshControl *ctl, const vshCmd *cmd)
+{
+ const char *name;
+ virNodeDevicePtr device;
+ int ret = TRUE;
+
+ if (!vshConnectionUsability(ctl, ctl->conn, TRUE))
+ return FALSE;
+ if (!(name = vshCommandOptString(cmd, "device", NULL)))
+ return FALSE;
+ if (!(device = virNodeDeviceLookupByName(ctl->conn, name))) {
+ vshError(ctl, FALSE, "%s '%s'", _("Could not find matching device"), name);
+ return FALSE;
+ }
+
+ if (virNodeDeviceDettach(device) == 0) {
+ vshPrint(ctl, _("Device %s dettached\n"), name);
+ } else {
+ vshError(ctl, FALSE, _("Failed to dettach device %s"), name);
+ ret = FALSE;
+ }
+ virNodeDeviceFree(device);
+ return ret;
+}
+
+/*
+ * "nodedev-reattach" command
+ */
+static const vshCmdInfo info_node_device_reattach[] = {
+ {"help", gettext_noop("reattach node device its device driver")},
+ {"desc", gettext_noop("Dettach node device its device driver before assigning to a domain.")},
+ {NULL, NULL}
+};
+
+
+static const vshCmdOptDef opts_node_device_reattach[] = {
+ {"device", VSH_OT_DATA, VSH_OFLAG_REQ, gettext_noop("device key")},
+ {NULL, 0, 0, NULL}
+};
+
+static int
+cmdNodeDeviceReAttach (vshControl *ctl, const vshCmd *cmd)
+{
+ const char *name;
+ virNodeDevicePtr device;
+ int ret = TRUE;
+
+ if (!vshConnectionUsability(ctl, ctl->conn, TRUE))
+ return FALSE;
+ if (!(name = vshCommandOptString(cmd, "device", NULL)))
+ return FALSE;
+ if (!(device = virNodeDeviceLookupByName(ctl->conn, name))) {
+ vshError(ctl, FALSE, "%s '%s'", _("Could not find matching device"), name);
+ return FALSE;
+ }
+
+ if (virNodeDeviceReAttach(device) == 0) {
+ vshPrint(ctl, _("Device %s re-attached\n"), name);
+ } else {
+ vshError(ctl, FALSE, _("Failed to re-attach device %s"), name);
+ ret = FALSE;
+ }
+ virNodeDeviceFree(device);
+ return ret;
+}
+
+/*
+ * "nodedev-reset" command
+ */
+static const vshCmdInfo info_node_device_reset[] = {
+ {"help", gettext_noop("reset node device")},
+ {"desc", gettext_noop("Reset node device before or after assigning to a domain.")},
+ {NULL, NULL}
+};
+
+
+static const vshCmdOptDef opts_node_device_reset[] = {
+ {"device", VSH_OT_DATA, VSH_OFLAG_REQ, gettext_noop("device key")},
+ {NULL, 0, 0, NULL}
+};
+
+static int
+cmdNodeDeviceReset (vshControl *ctl, const vshCmd *cmd)
+{
+ const char *name;
+ virNodeDevicePtr device;
+ int ret = TRUE;
+
+ if (!vshConnectionUsability(ctl, ctl->conn, TRUE))
+ return FALSE;
+ if (!(name = vshCommandOptString(cmd, "device", NULL)))
+ return FALSE;
+ if (!(device = virNodeDeviceLookupByName(ctl->conn, name))) {
+ vshError(ctl, FALSE, "%s '%s'", _("Could not find matching device"), name);
+ return FALSE;
+ }
+
+ if (virNodeDeviceReset(device) == 0) {
+ vshPrint(ctl, _("Device %s reset\n"), name);
+ } else {
+ vshError(ctl, FALSE, _("Failed to reset device %s"), name);
+ ret = FALSE;
+ }
+ virNodeDeviceFree(device);
+ return ret;
+}
+
+/*
* "hostkey" command
*/
static const vshCmdInfo info_hostname[] = {
@@ -5373,6 +5556,7 @@ cmdEdit (vshControl *ctl, const vshCmd *cmd)
char *doc = NULL;
char *doc_edited = NULL;
char *doc_reread = NULL;
+ int flags = VIR_DOMAIN_XML_SECURE | VIR_DOMAIN_XML_INACTIVE;
if (!vshConnectionUsability(ctl, ctl->conn, TRUE))
goto cleanup;
@@ -5382,7 +5566,7 @@ cmdEdit (vshControl *ctl, const vshCmd *cmd)
goto cleanup;
/* Get the XML configuration of the domain. */
- doc = virDomainGetXMLDesc (dom, VIR_DOMAIN_XML_SECURE | VIR_DOMAIN_XML_INACTIVE);
+ doc = virDomainGetXMLDesc (dom, flags);
if (!doc)
goto cleanup;
@@ -5412,7 +5596,7 @@ cmdEdit (vshControl *ctl, const vshCmd *cmd)
* it was being edited? This also catches problems such as us
* losing a connection or the domain going away.
*/
- doc_reread = virDomainGetXMLDesc (dom, VIR_DOMAIN_XML_SECURE | VIR_DOMAIN_XML_INACTIVE);
+ doc_reread = virDomainGetXMLDesc (dom, flags);
if (!doc_reread)
goto cleanup;
@@ -5551,6 +5735,9 @@ static const vshCmdDef commands[] = {
{"nodedev-list", cmdNodeListDevices, opts_node_list_devices, info_node_list_devices},
{"nodedev-dumpxml", cmdNodeDeviceDumpXML, opts_node_device_dumpxml, info_node_device_dumpxml},
+ {"nodedev-dettach", cmdNodeDeviceDettach, opts_node_device_dettach, info_node_device_dettach},
+ {"nodedev-reattach", cmdNodeDeviceReAttach, opts_node_device_reattach, info_node_device_reattach},
+ {"nodedev-reset", cmdNodeDeviceReset, opts_node_device_reset, info_node_device_reset},
{"pool-autostart", cmdPoolAutostart, opts_pool_autostart, info_pool_autostart},
{"pool-build", cmdPoolBuild, opts_pool_build, info_pool_build},
@@ -6103,6 +6290,9 @@ vshCommandRun(vshControl *ctl, const vshCmd *cmd)
if (ctl->timing)
GETTIMEOFDAY(&after);
+ if (ret == FALSE)
+ virshReportError(ctl);
+
if (STREQ(cmd->def->name, "quit")) /* hack ... */
return ret;
@@ -6784,6 +6974,9 @@ vshReadlineInit(void)
/* Tell the completer that we want a crack first. */
rl_attempted_completion_function = vshReadlineCompletion;
+
+ /* Limit the total size of the history buffer */
+ stifle_history(500);
}
static char *
diff --git a/src/virterror.c b/src/virterror.c
index 160fea3..d2514db 100644
--- a/src/virterror.c
+++ b/src/virterror.c
@@ -151,6 +151,9 @@ static const char *virErrorDomainName(virErrorDomain domain) {
case VIR_FROM_UML:
dom = "UML ";
break;
+ case VIR_FROM_SECURITY:
+ dom = "Security Labeling ";
+ break;
}
return(dom);
}
@@ -286,6 +289,27 @@ virCopyLastError(virErrorPtr to)
}
/**
+ * virSaveLastError:
+ *
+ * Save the last error into a new error object.
+ *
+ * Returns a pointer to the copied error or NULL if allocation failed.
+ * It is the caller's responsibility to free the error with
+ * virFreeError().
+ */
+virErrorPtr
+virSaveLastError(void)
+{
+ virErrorPtr to;
+
+ if (VIR_ALLOC(to) < 0)
+ return NULL;
+
+ virCopyLastError(to);
+ return to;
+}
+
+/**
* virResetError:
* @err: pointer to the virError to clean up
*
@@ -303,6 +327,18 @@ virResetError(virErrorPtr err)
memset(err, 0, sizeof(virError));
}
+/**
+ * virFreeError:
+ * @err: error to free
+ *
+ * Resets and frees the given error.
+ */
+void
+virFreeError(virErrorPtr err)
+{
+ virResetError(err);
+ VIR_FREE(err);
+}
/**
* virResetLastError:
@@ -962,6 +998,12 @@ virErrorMsg(virErrorNumber error, const char *info)
else
errmsg = _("Node device not found: %s");
break;
+ case VIR_ERR_NO_SECURITY_MODEL:
+ if (info == NULL)
+ errmsg = _("Security model not found");
+ else
+ errmsg = _("Security model not found: %s");
+ break;
}
return (errmsg);
}
@@ -1005,7 +1047,7 @@ void virReportErrorHelper(virConnectPtr conn, int domcode, int errcode,
}
-static const char *virStrerror(int theerrno, char *errBuf, size_t errBufLen)
+const char *virStrerror(int theerrno, char *errBuf, size_t errBufLen)
{
#ifdef HAVE_STRERROR_R
# ifdef __USE_GNU
diff --git a/src/virterror_internal.h b/src/virterror_internal.h
index 3a11705..709c8ec 100644
--- a/src/virterror_internal.h
+++ b/src/virterror_internal.h
@@ -1,7 +1,7 @@
/*
* virterror.h: internal error handling
*
- * Copyright (C) 2006-2008 Red Hat, Inc.
+ * Copyright (C) 2006-2009 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -81,5 +81,6 @@ void virReportOOMErrorFull(virConnectPtr conn,
void virSetGlobalError(void);
void virSetConnError(virConnectPtr conn);
+const char *virStrerror(int theerrno, char *errBuf, size_t errBufLen);
#endif
diff --git a/src/xen_internal.c b/src/xen_internal.c
index 9a7272f..a866af1 100644
--- a/src/xen_internal.c
+++ b/src/xen_internal.c
@@ -1,7 +1,7 @@
/*
* xen_internal.c: direct access to Xen hypervisor level
*
- * Copyright (C) 2005, 2006, 2007, 2008 Red Hat, Inc.
+ * Copyright (C) 2005, 2006, 2007, 2008, 2009 Red Hat, Inc.
*
* See COPYING.LIB for the License of this software
*
@@ -2178,7 +2178,7 @@ xenHypervisorBuildCapabilities(virConnectPtr conn,
for (i = 0; i < nr_guest_archs; ++i) {
virCapsGuestPtr guest;
- const char const *machines[] = { guest_archs[i].hvm ? "xenfv" : "xenpv" };
+ char const *const machines[] = {guest_archs[i].hvm ? "xenfv" : "xenpv"};
if ((guest = virCapabilitiesAddGuest(caps,
guest_archs[i].hvm ? "hvm" : "xen",
@@ -2265,8 +2265,9 @@ get_cpu_flags(virConnectPtr conn, const char **hvm, int *pae, int *longmode)
if ((fd = open("/dev/cpu/self/cpuid", O_RDONLY)) == -1 ||
pread(fd, ®s, sizeof(regs), 0) != sizeof(regs)) {
+ char ebuf[1024];
virXenError(conn, VIR_ERR_SYSTEM_ERROR,
- "couldn't read CPU flags: %s", strerror(errno));
+ "couldn't read CPU flags: %s", virStrerror(errno, ebuf, sizeof ebuf));
goto out;
}
diff --git a/src/xen_unified.c b/src/xen_unified.c
index eefdb6c..8e64f51 100644
--- a/src/xen_unified.c
+++ b/src/xen_unified.c
@@ -399,7 +399,6 @@ xenUnifiedClose (virConnectPtr conn)
virMutexDestroy(&priv->lock);
VIR_FREE(conn->privateData);
- conn->privateData = NULL;
return 0;
}
diff --git a/src/xend_internal.c b/src/xend_internal.c
index aca22d2..f9f2cb3 100644
--- a/src/xend_internal.c
+++ b/src/xend_internal.c
@@ -1759,7 +1759,8 @@ xenDaemonParseSxprNets(virConnectPtr conn,
if (VIR_ALLOC(net) < 0)
goto no_memory;
- if (tmp != NULL || (STREQ(tmp2, DEFAULT_VIF_SCRIPT))) {
+ if (tmp != NULL ||
+ (tmp2 != NULL && STREQ(tmp2, DEFAULT_VIF_SCRIPT))) {
net->type = VIR_DOMAIN_NET_TYPE_BRIDGE;
/* XXX virtual network reverse resolve */
@@ -2827,8 +2828,13 @@ xenDaemonDomainSuspend(virDomainPtr domain)
__FUNCTION__);
return(-1);
}
- if (domain->id < 0)
+
+ if (domain->id < 0) {
+ virXendError(domain->conn, VIR_ERR_INVALID_ARG,
+ _("Domain %s isn't running."), domain->name);
return(-1);
+ }
+
return xend_op(domain->conn, domain->name, "op", "pause", NULL);
}
@@ -2849,8 +2855,13 @@ xenDaemonDomainResume(virDomainPtr domain)
__FUNCTION__);
return(-1);
}
- if (domain->id < 0)
+
+ if (domain->id < 0) {
+ virXendError(domain->conn, VIR_ERR_INVALID_ARG,
+ _("Domain %s isn't running."), domain->name);
return(-1);
+ }
+
return xend_op(domain->conn, domain->name, "op", "unpause", NULL);
}
@@ -2872,8 +2883,13 @@ xenDaemonDomainShutdown(virDomainPtr domain)
__FUNCTION__);
return(-1);
}
- if (domain->id < 0)
+
+ if (domain->id < 0) {
+ virXendError(domain->conn, VIR_ERR_INVALID_ARG,
+ _("Domain %s isn't running."), domain->name);
return(-1);
+ }
+
return xend_op(domain->conn, domain->name, "op", "shutdown", "reason", "poweroff", NULL);
}
@@ -2896,8 +2912,13 @@ xenDaemonDomainReboot(virDomainPtr domain, unsigned int flags ATTRIBUTE_UNUSED)
__FUNCTION__);
return(-1);
}
- if (domain->id < 0)
+
+ if (domain->id < 0) {
+ virXendError(domain->conn, VIR_ERR_INVALID_ARG,
+ _("Domain %s isn't running."), domain->name);
return(-1);
+ }
+
return xend_op(domain->conn, domain->name, "op", "shutdown", "reason", "reboot", NULL);
}
@@ -2922,8 +2943,13 @@ xenDaemonDomainDestroy(virDomainPtr domain)
__FUNCTION__);
return(-1);
}
- if (domain->id < 0)
+
+ if (domain->id < 0) {
+ virXendError(domain->conn, VIR_ERR_INVALID_ARG,
+ _("Domain %s isn't running."), domain->name);
return(-1);
+ }
+
return xend_op(domain->conn, domain->name, "op", "destroy", NULL);
}
@@ -2987,12 +3013,17 @@ int
xenDaemonDomainSave(virDomainPtr domain, const char *filename)
{
if ((domain == NULL) || (domain->conn == NULL) || (domain->name == NULL) ||
- (filename == NULL) || (domain->id < 0)) {
+ (filename == NULL)) {
virXendError((domain ? domain->conn : NULL), VIR_ERR_INVALID_ARG,
__FUNCTION__);
return(-1);
}
+ if (domain->id < 0) {
+ virXendError(domain->conn, VIR_ERR_INVALID_ARG,
+ _("Domain %s isn't running."), domain->name);
+ return(-1);
+ }
/* We can't save the state of Domain-0, that would mean stopping it too */
if (domain->id == 0) {
@@ -3024,8 +3055,13 @@ xenDaemonDomainCoreDump(virDomainPtr domain, const char *filename,
__FUNCTION__);
return(-1);
}
- if (domain->id < 0)
+
+ if (domain->id < 0) {
+ virXendError(domain->conn, VIR_ERR_INVALID_ARG,
+ _("Domain %s isn't running."), domain->name);
return(-1);
+ }
+
return xend_op(domain->conn, domain->name, "op", "dump", "file", filename,
"live", "0", "crash", "0", NULL);
}
@@ -3593,8 +3629,12 @@ xenDaemonDomainPinVcpu(virDomainPtr domain, unsigned int vcpu,
__FUNCTION__);
return (-1);
}
- if (domain->id < 0)
+
+ if (domain->id < 0) {
+ virXendError(domain->conn, VIR_ERR_INVALID_ARG,
+ _("Domain %s isn't running."), domain->name);
return(-1);
+ }
/* from bit map, build character string of mapped CPU numbers */
for (i = 0; i < maplen; i++) for (j = 0; j < 8; j++)
@@ -4252,6 +4292,8 @@ xenDaemonDomainMigratePerform (virDomainPtr domain,
"destination", hostname,
"live", live,
"port", port,
+ "node", "-1",
+ "ssl", "0",
"resource", "0", /* required, xend ignores it */
NULL);
VIR_FREE (hostname);
diff --git a/src/xm_internal.c b/src/xm_internal.c
index a03263c..3a96058 100644
--- a/src/xm_internal.c
+++ b/src/xm_internal.c
@@ -2233,14 +2233,13 @@ virConfPtr xenXMDomainConfigFormat(virConnectPtr conn,
hvm, priv->xendConfigVersion) < 0)
goto cleanup;
}
- if (diskVal->list == NULL)
- VIR_FREE(diskVal);
- else if (virConfSetValue(conf, "disk", diskVal) < 0) {
+ if (diskVal->list != NULL) {
+ int ret = virConfSetValue(conf, "disk", diskVal);
diskVal = NULL;
- goto no_memory;
+ if (ret < 0)
+ goto no_memory;
}
- diskVal = NULL;
-
+ VIR_FREE(diskVal);
if (VIR_ALLOC(netVal) < 0)
goto no_memory;
@@ -2253,13 +2252,13 @@ virConfPtr xenXMDomainConfigFormat(virConnectPtr conn,
hvm) < 0)
goto cleanup;
}
- if (netVal->list == NULL)
- VIR_FREE(netVal);
- else if (virConfSetValue(conf, "vif", netVal) < 0) {
+ if (netVal->list != NULL) {
+ int ret = virConfSetValue(conf, "vif", netVal);
netVal = NULL;
- goto no_memory;
+ if (ret < 0)
+ goto no_memory;
}
- netVal = NULL;
+ VIR_FREE(netVal);
if (hvm) {
if (def->nparallels) {
diff --git a/src/xml.c b/src/xml.c
index ad77eca..575d14e 100644
--- a/src/xml.c
+++ b/src/xml.c
@@ -77,6 +77,36 @@ virXPathString(virConnectPtr conn,
}
/**
+ * virXPathStringLimit:
+ * @xpath: the XPath string to evaluate
+ * @maxlen: maximum length permittred string
+ * @ctxt: an XPath context
+ *
+ * Wrapper for virXPathString, which validates the length of the returned
+ * string.
+ *
+ * Returns a new string which must be deallocated by the caller or NULL if
+ * the evaluation failed.
+ */
+char *
+virXPathStringLimit(virConnectPtr conn,
+ const char *xpath,
+ size_t maxlen,
+ xmlXPathContextPtr ctxt)
+{
+ char *tmp = virXPathString(conn, xpath, ctxt);
+
+ if (tmp != NULL && strlen(tmp) >= maxlen) {
+ virXMLError(conn, VIR_ERR_INTERNAL_ERROR,
+ _("\'%s\' value longer than %Zd bytes in virXPathStringLimit()"),
+ xpath, maxlen);
+ return NULL;
+ }
+
+ return tmp;
+}
+
+/**
* virXPathNumber:
* @xpath: the XPath string to evaluate
* @ctxt: an XPath context
@@ -116,6 +146,50 @@ virXPathNumber(virConnectPtr conn,
return (0);
}
+static int
+virXPathLongBase(virConnectPtr conn,
+ const char *xpath,
+ xmlXPathContextPtr ctxt,
+ int base,
+ long *value)
+{
+ xmlXPathObjectPtr obj;
+ xmlNodePtr relnode;
+ int ret = 0;
+
+ if ((ctxt == NULL) || (xpath == NULL) || (value == NULL)) {
+ virXMLError(conn, VIR_ERR_INTERNAL_ERROR,
+ "%s", _("Invalid parameter to virXPathLong()"));
+ return (-1);
+ }
+ relnode = ctxt->node;
+ obj = xmlXPathEval(BAD_CAST xpath, ctxt);
+ if ((obj != NULL) && (obj->type == XPATH_STRING) &&
+ (obj->stringval != NULL) && (obj->stringval[0] != 0)) {
+ char *conv = NULL;
+ long val;
+
+ val = strtol((const char *) obj->stringval, &conv, base);
+ if (conv == (const char *) obj->stringval) {
+ ret = -2;
+ } else {
+ *value = val;
+ }
+ } else if ((obj != NULL) && (obj->type == XPATH_NUMBER) &&
+ (!(isnan(obj->floatval)))) {
+ *value = (long) obj->floatval;
+ if (*value != obj->floatval) {
+ ret = -2;
+ }
+ } else {
+ ret = -1;
+ }
+
+ xmlXPathFreeObject(obj);
+ ctxt->node = relnode;
+ return (ret);
+}
+
/**
* virXPathLong:
* @xpath: the XPath string to evaluate
@@ -134,13 +208,45 @@ virXPathLong(virConnectPtr conn,
xmlXPathContextPtr ctxt,
long *value)
{
+ return virXPathLongBase(conn, xpath, ctxt, 10, value);
+}
+
+/**
+ * virXPathLongHex:
+ * @xpath: the XPath string to evaluate
+ * @ctxt: an XPath context
+ * @value: the returned long value
+ *
+ * Convenience function to evaluate an XPath number
+ * according to a base of 16
+ *
+ * Returns 0 in case of success in which case @value is set,
+ * or -1 if the XPath evaluation failed or -2 if the
+ * value doesn't have a long format.
+ */
+int
+virXPathLongHex(virConnectPtr conn,
+ const char *xpath,
+ xmlXPathContextPtr ctxt,
+ long *value)
+{
+ return virXPathLongBase(conn, xpath, ctxt, 16, value);
+}
+
+static int
+virXPathULongBase(virConnectPtr conn,
+ const char *xpath,
+ xmlXPathContextPtr ctxt,
+ int base,
+ unsigned long *value)
+{
xmlXPathObjectPtr obj;
xmlNodePtr relnode;
int ret = 0;
if ((ctxt == NULL) || (xpath == NULL) || (value == NULL)) {
virXMLError(conn, VIR_ERR_INTERNAL_ERROR,
- "%s", _("Invalid parameter to virXPathNumber()"));
+ "%s", _("Invalid parameter to virXPathULong()"));
return (-1);
}
relnode = ctxt->node;
@@ -150,7 +256,7 @@ virXPathLong(virConnectPtr conn,
char *conv = NULL;
long val;
- val = strtol((const char *) obj->stringval, &conv, 10);
+ val = strtoul((const char *) obj->stringval, &conv, base);
if (conv == (const char *) obj->stringval) {
ret = -2;
} else {
@@ -158,7 +264,7 @@ virXPathLong(virConnectPtr conn,
}
} else if ((obj != NULL) && (obj->type == XPATH_NUMBER) &&
(!(isnan(obj->floatval)))) {
- *value = (long) obj->floatval;
+ *value = (unsigned long) obj->floatval;
if (*value != obj->floatval) {
ret = -2;
}
@@ -189,13 +295,56 @@ virXPathULong(virConnectPtr conn,
xmlXPathContextPtr ctxt,
unsigned long *value)
{
+ return virXPathULongBase(conn, xpath, ctxt, 10, value);
+}
+
+/**
+ * virXPathUHex:
+ * @xpath: the XPath string to evaluate
+ * @ctxt: an XPath context
+ * @value: the returned long value
+ *
+ * Convenience function to evaluate an XPath number
+ * according to base of 16
+ *
+ * Returns 0 in case of success in which case @value is set,
+ * or -1 if the XPath evaluation failed or -2 if the
+ * value doesn't have a long format.
+ */
+int
+virXPathULongHex(virConnectPtr conn,
+ const char *xpath,
+ xmlXPathContextPtr ctxt,
+ unsigned long *value)
+{
+ return virXPathULongBase(conn, xpath, ctxt, 16, value);
+}
+
+/**
+ * virXPathULongLong:
+ * @xpath: the XPath string to evaluate
+ * @ctxt: an XPath context
+ * @value: the returned long long value
+ *
+ * Convenience function to evaluate an XPath number
+ *
+ * Returns 0 in case of success in which case @value is set,
+ * or -1 if the XPath evaluation failed or -2 if the
+ * value doesn't have a long format.
+ */
+int
+virXPathULongLong(virConnectPtr conn,
+ const char *xpath,
+ xmlXPathContextPtr ctxt,
+ unsigned long long *value)
+{
xmlXPathObjectPtr obj;
xmlNodePtr relnode;
int ret = 0;
if ((ctxt == NULL) || (xpath == NULL) || (value == NULL)) {
virXMLError(conn, VIR_ERR_INTERNAL_ERROR,
- "%s", _("Invalid parameter to virXPathNumber()"));
+ "%s", _("Invalid parameter to virXPathULong()"));
return (-1);
}
relnode = ctxt->node;
@@ -203,9 +352,9 @@ virXPathULong(virConnectPtr conn,
if ((obj != NULL) && (obj->type == XPATH_STRING) &&
(obj->stringval != NULL) && (obj->stringval[0] != 0)) {
char *conv = NULL;
- long val;
+ unsigned long long val;
- val = strtoul((const char *) obj->stringval, &conv, 10);
+ val = strtoull((const char *) obj->stringval, &conv, 10);
if (conv == (const char *) obj->stringval) {
ret = -2;
} else {
@@ -213,7 +362,7 @@ virXPathULong(virConnectPtr conn,
}
} else if ((obj != NULL) && (obj->type == XPATH_NUMBER) &&
(!(isnan(obj->floatval)))) {
- *value = (unsigned long) obj->floatval;
+ *value = (unsigned long long) obj->floatval;
if (*value != obj->floatval) {
ret = -2;
}
diff --git a/src/xml.h b/src/xml.h
index 0daa874..cddd42b 100644
--- a/src/xml.h
+++ b/src/xml.h
@@ -17,23 +17,31 @@ int virXPathBoolean (virConnectPtr conn,
char * virXPathString (virConnectPtr conn,
const char *xpath,
xmlXPathContextPtr ctxt);
+char * virXPathStringLimit(virConnectPtr conn,
+ const char *xpath,
+ size_t maxlen,
+ xmlXPathContextPtr ctxt);
int virXPathNumber (virConnectPtr conn,
const char *xpath,
xmlXPathContextPtr ctxt,
double *value);
-int virXPathInt (virConnectPtr conn,
+int virXPathLong (virConnectPtr conn,
const char *xpath,
xmlXPathContextPtr ctxt,
- int *value);
-int virXPathUInt (virConnectPtr conn,
+ long *value);
+int virXPathULong (virConnectPtr conn,
const char *xpath,
xmlXPathContextPtr ctxt,
- unsigned int *value);
-int virXPathLong (virConnectPtr conn,
+ unsigned long *value);
+int virXPathULongLong(virConnectPtr conn,
+ const char *xpath,
+ xmlXPathContextPtr ctxt,
+ unsigned long long *value);
+int virXPathLongHex (virConnectPtr conn,
const char *xpath,
xmlXPathContextPtr ctxt,
long *value);
-int virXPathULong (virConnectPtr conn,
+int virXPathULongHex(virConnectPtr conn,
const char *xpath,
xmlXPathContextPtr ctxt,
unsigned long *value);
diff --git a/src/xs_internal.c b/src/xs_internal.c
index 9e6b80f..298bee8 100644
--- a/src/xs_internal.c
+++ b/src/xs_internal.c
@@ -915,7 +915,7 @@ xenStoreDomainGetOSTypeID(virConnectPtr conn, int id) {
char *
xenStoreDomainGetNetworkID(virConnectPtr conn, int id, const char *mac) {
char dir[80], path[128], **list = NULL, *val = NULL;
- unsigned int maclen, len, i, num;
+ unsigned int len, i, num;
char *ret = NULL;
xenUnifiedPrivatePtr priv;
@@ -927,9 +927,6 @@ xenStoreDomainGetNetworkID(virConnectPtr conn, int id, const char *mac) {
return (NULL);
if (mac == NULL)
return (NULL);
- maclen = strlen(mac);
- if (maclen <= 0)
- return (NULL);
snprintf(dir, sizeof(dir), "/local/domain/0/backend/vif/%d", id);
list = xs_directory(priv->xshandle, 0, dir, &num);
@@ -937,18 +934,20 @@ xenStoreDomainGetNetworkID(virConnectPtr conn, int id, const char *mac) {
return(NULL);
for (i = 0; i < num; i++) {
snprintf(path, sizeof(path), "%s/%s/%s", dir, list[i], "mac");
- val = xs_read(priv->xshandle, 0, path, &len);
- if (val == NULL)
+ if ((val = xs_read(priv->xshandle, 0, path, &len)) == NULL)
break;
- if ((maclen != len) || memcmp(val, mac, len)) {
- free(val);
- } else {
+
+ bool match = (virMacAddrCompare(val, mac) == 0);
+
+ VIR_FREE(val);
+
+ if (match) {
ret = strdup(list[i]);
- free(val);
break;
}
}
- free(list);
+
+ VIR_FREE(list);
return(ret);
}
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e467a86..28b2737 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -64,6 +64,8 @@ if WITH_QEMU
noinst_PROGRAMS += qemuxml2argvtest qemuxml2xmltest
endif
+noinst_PROGRAMS += nodedevxml2xmltest
+
test_scripts = \
capabilityschematest \
networkschematest \
@@ -79,6 +81,8 @@ test_scripts += \
daemon-conf \
define-dev-segfault \
int-overflow \
+ libvirtd-fail \
+ libvirtd-pool \
read-bufsiz \
read-non-seekable \
start \
@@ -110,6 +114,8 @@ if WITH_QEMU
TESTS += qemuxml2argvtest qemuxml2xmltest
endif
+TESTS += nodedevxml2xmltest
+
path_add = $$abs_top_builddir/src$(PATH_SEPARATOR)$$abs_top_builddir/qemud
# NB, automake < 1.10 does not provide the real
@@ -120,6 +126,7 @@ TESTS_ENVIRONMENT = \
abs_top_srcdir=`cd '$(top_srcdir)'; pwd` \
abs_builddir=`cd '$(builddir)'; pwd` \
abs_srcdir=`cd '$(srcdir)'; pwd` \
+ CONFIG_HEADER="`cd '$(top_builddir)'; pwd`/config.h" \
PATH="$(path_add)$(PATH_SEPARATOR)$$PATH" \
SHELL="$(SHELL)" \
LIBVIRT_DRIVER_DIR="$(abs_top_builddir)/src/.libs" \
@@ -174,6 +181,11 @@ else
EXTRA_DIST += qemuxml2argvtest.c qemuxml2xmltest.c testutilsqemu.c testutilsqemu.h
endif
+nodedevxml2xmltest_SOURCES = \
+ nodedevxml2xmltest.c \
+ testutils.c testutils.h
+nodedevxml2xmltest_LDADD = $(LDADDS)
+
virshtest_SOURCES = \
virshtest.c \
testutils.c testutils.h
diff --git a/tests/Makefile.in b/tests/Makefile.in
index a78e55b..2c2ae74 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -37,7 +37,7 @@ host_triplet = @host@
noinst_PROGRAMS = virshtest$(EXEEXT) conftest$(EXEEXT) \
nodeinfotest$(EXEEXT) statstest$(EXEEXT) qparamtest$(EXEEXT) \
- $(am__EXEEXT_1) $(am__EXEEXT_2)
+ $(am__EXEEXT_1) $(am__EXEEXT_2) nodedevxml2xmltest$(EXEEXT)
@WITH_XEN_TRUE at am__append_2 = xml2sexprtest sexpr2xmltest \
@WITH_XEN_TRUE@ reconnect xmconfigtest xencapstest
@@ -48,6 +48,8 @@ noinst_PROGRAMS = virshtest$(EXEEXT) conftest$(EXEEXT) \
@WITH_LIBVIRTD_TRUE@ daemon-conf \
@WITH_LIBVIRTD_TRUE@ define-dev-segfault \
@WITH_LIBVIRTD_TRUE@ int-overflow \
+ at WITH_LIBVIRTD_TRUE@ libvirtd-fail \
+ at WITH_LIBVIRTD_TRUE@ libvirtd-pool \
@WITH_LIBVIRTD_TRUE@ read-bufsiz \
@WITH_LIBVIRTD_TRUE@ read-non-seekable \
@WITH_LIBVIRTD_TRUE@ start \
@@ -58,7 +60,7 @@ noinst_PROGRAMS = virshtest$(EXEEXT) conftest$(EXEEXT) \
TESTS = virshtest$(EXEEXT) nodeinfotest$(EXEEXT) statstest$(EXEEXT) \
qparamtest$(EXEEXT) $(test_scripts) $(am__EXEEXT_3) \
- $(am__EXEEXT_4) $(am__EXEEXT_2)
+ $(am__EXEEXT_4) $(am__EXEEXT_2) nodedevxml2xmltest$(EXEEXT)
@WITH_XEN_TRUE at am__append_5 = xml2sexprtest \
@WITH_XEN_TRUE@ sexpr2xmltest \
@WITH_XEN_TRUE@ xmconfigtest \
@@ -170,6 +172,10 @@ am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
../gnulib/lib/libgnu.la $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1)
conftest_DEPENDENCIES = $(am__DEPENDENCIES_2)
+am_nodedevxml2xmltest_OBJECTS = nodedevxml2xmltest.$(OBJEXT) \
+ testutils.$(OBJEXT)
+nodedevxml2xmltest_OBJECTS = $(am_nodedevxml2xmltest_OBJECTS)
+nodedevxml2xmltest_DEPENDENCIES = $(am__DEPENDENCIES_2)
am_nodeinfotest_OBJECTS = nodeinfotest.$(OBJEXT) testutils.$(OBJEXT)
nodeinfotest_OBJECTS = $(am_nodeinfotest_OBJECTS)
nodeinfotest_DEPENDENCIES = $(am__DEPENDENCIES_2)
@@ -247,14 +253,15 @@ CCLD = $(CC)
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
-SOURCES = $(conftest_SOURCES) $(nodeinfotest_SOURCES) \
- $(qemuxml2argvtest_SOURCES) $(qemuxml2xmltest_SOURCES) \
- $(qparamtest_SOURCES) $(reconnect_SOURCES) \
- $(sexpr2xmltest_SOURCES) $(statstest_SOURCES) \
- $(virshtest_SOURCES) $(xencapstest_SOURCES) \
- $(xmconfigtest_SOURCES) $(xml2sexprtest_SOURCES)
-DIST_SOURCES = $(conftest_SOURCES) $(nodeinfotest_SOURCES) \
- $(am__qemuxml2argvtest_SOURCES_DIST) \
+SOURCES = $(conftest_SOURCES) $(nodedevxml2xmltest_SOURCES) \
+ $(nodeinfotest_SOURCES) $(qemuxml2argvtest_SOURCES) \
+ $(qemuxml2xmltest_SOURCES) $(qparamtest_SOURCES) \
+ $(reconnect_SOURCES) $(sexpr2xmltest_SOURCES) \
+ $(statstest_SOURCES) $(virshtest_SOURCES) \
+ $(xencapstest_SOURCES) $(xmconfigtest_SOURCES) \
+ $(xml2sexprtest_SOURCES)
+DIST_SOURCES = $(conftest_SOURCES) $(nodedevxml2xmltest_SOURCES) \
+ $(nodeinfotest_SOURCES) $(am__qemuxml2argvtest_SOURCES_DIST) \
$(am__qemuxml2xmltest_SOURCES_DIST) $(qparamtest_SOURCES) \
$(am__reconnect_SOURCES_DIST) \
$(am__sexpr2xmltest_SOURCES_DIST) $(statstest_SOURCES) \
@@ -635,6 +642,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
@@ -900,6 +908,7 @@ TESTS_ENVIRONMENT = \
abs_top_srcdir=`cd '$(top_srcdir)'; pwd` \
abs_builddir=`cd '$(builddir)'; pwd` \
abs_srcdir=`cd '$(srcdir)'; pwd` \
+ CONFIG_HEADER="`cd '$(top_builddir)'; pwd`/config.h" \
PATH="$(path_add)$(PATH_SEPARATOR)$$PATH" \
SHELL="$(SHELL)" \
LIBVIRT_DRIVER_DIR="$(abs_top_builddir)/src/.libs" \
@@ -940,6 +949,11 @@ TESTS_ENVIRONMENT = \
@WITH_QEMU_TRUE@ testutils.c testutils.h
@WITH_QEMU_TRUE at qemuxml2xmltest_LDADD = ../src/libvirt_driver_qemu.la $(LDADDS)
+nodedevxml2xmltest_SOURCES = \
+ nodedevxml2xmltest.c \
+ testutils.c testutils.h
+
+nodedevxml2xmltest_LDADD = $(LDADDS)
virshtest_SOURCES = \
virshtest.c \
testutils.c testutils.h
@@ -1005,6 +1019,9 @@ clean-noinstPROGRAMS:
conftest$(EXEEXT): $(conftest_OBJECTS) $(conftest_DEPENDENCIES)
@rm -f conftest$(EXEEXT)
$(LINK) $(conftest_OBJECTS) $(conftest_LDADD) $(LIBS)
+nodedevxml2xmltest$(EXEEXT): $(nodedevxml2xmltest_OBJECTS) $(nodedevxml2xmltest_DEPENDENCIES)
+ @rm -f nodedevxml2xmltest$(EXEEXT)
+ $(LINK) $(nodedevxml2xmltest_OBJECTS) $(nodedevxml2xmltest_LDADD) $(LIBS)
nodeinfotest$(EXEEXT): $(nodeinfotest_OBJECTS) $(nodeinfotest_DEPENDENCIES)
@rm -f nodeinfotest$(EXEEXT)
$(LINK) $(nodeinfotest_OBJECTS) $(nodeinfotest_LDADD) $(LIBS)
@@ -1046,6 +1063,7 @@ distclean-compile:
-rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/conftest.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/nodedevxml2xmltest.Po at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/nodeinfotest.Po at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/qemuxml2argvtest.Po at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/qemuxml2xmltest.Po at am__quote@
diff --git a/tests/confdata/Makefile.in b/tests/confdata/Makefile.in
index cb4771f..12bd32e 100644
--- a/tests/confdata/Makefile.in
+++ b/tests/confdata/Makefile.in
@@ -474,6 +474,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
diff --git a/tests/cpuset b/tests/cpuset
index 75303e3..eeb0ee2 100755
--- a/tests/cpuset
+++ b/tests/cpuset
@@ -1,7 +1,7 @@
#!/bin/sh
# ensure that defining with an invalid vCPU cpuset elicits a diagnostic
-# Copyright (C) 2008 Free Software Foundation, Inc.
+# Copyright (C) 2008-2009 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -36,8 +36,8 @@ sed "s/vcpu>/vcpu cpuset='aaa'>/" xml > xml-invalid || fail=1
# Require failure and a diagnostic.
virsh --connect test:///default define xml-invalid > out 2>&1 && fail=1
cat <<\EOF > exp || fail=1
-libvir: Domain Config error : failed Xen syscall topology cpuset syntax error
error: Failed to define domain from xml-invalid
+error: failed Xen syscall topology cpuset syntax error
EOF
compare exp out || fail=1
diff --git a/tests/daemon-conf b/tests/daemon-conf
index b357c39..4fa82a4 100755
--- a/tests/daemon-conf
+++ b/tests/daemon-conf
@@ -6,16 +6,12 @@ if test "$VERBOSE" = yes; then
libvirtd --version
fi
-# Boilerplate code to set up a test directory, cd into it,
-# and to ensure we remove it upon completion.
-this_test_() { echo "./$0" | sed 's,.*/,,'; }
-t_=$(this_test_)-$$
-init_cwd_=$(pwd)
-trap 'st=$?; d='"$t_"';
- cd '"$init_cwd_"' && chmod -R u+rwx "$d" && rm -rf "$d" && exit $st' 0
-trap '(exit $?); exit $?' 1 2 13 15
-mkdir "$t_" || fail=1
-cd "$t_" || fail=1
+test -z "$srcdir" && srcdir=$(pwd)
+test -z "$abs_top_srcdir" && abs_top_srcdir=$(pwd)/..
+. $srcdir/test-lib.sh
+
+grep '^#define WITH_QEMU 1' $CONFIG_HEADER > /dev/null ||
+ skip_test_ "configured without QEMU support"
conf="$abs_top_srcdir/qemud/libvirtd.conf"
@@ -56,23 +52,28 @@ while :; do
test $i = $n && break
- # Filter out some ignorable diagnostics and drop timestamps
- sed \
- -e 's/.*: error : //' \
- -e '/^Cannot set group when not running as root$/d' \
- -e '/^libnuma: Warning: .sys not mounted or no numa system/d' \
- err > k && mv k err
-
- printf '%s\n\n' "remoteReadConfigFile: $f: $param_name: $msg" > expected-err
- diff -u expected-err err || fail=1
+ # Check that the diagnostic we want appears
+ grep "$msg" err 1>/dev/null 2>&1
+ RET=$?
+ test "$RET" = "0" || fail=1
i=$(expr $i + 1)
done
# Run with the unmodified config file.
sleep_secs=2
+
+# Be careful to specify a non-default socket directory:
+sed 's,^unix_sock_dir.*,unix_sock_dir="'"$(pwd)"'",' tmp.conf > k || fail=1
+mv k tmp.conf || fail=1
+
+# Also, specify a test-specific log directory:
+sed 's,^log_outputs.*,log_outputs="3:file:'"$(pwd)/log"'",' tmp.conf > k \
+ || fail=1
+mv k tmp.conf || fail=1
+
printf "running libvirtd with a valid config file ($sleep_secs seconds)\n" 1>&2
-libvirtd --config=tmp.conf > log 2>&1 & pid=$!
+libvirtd --pid-file=pid-file --config=tmp.conf > log 2>&1 & pid=$!
sleep $sleep_secs
kill $pid
diff --git a/tests/libvirtd-fail b/tests/libvirtd-fail
new file mode 100755
index 0000000..eeb1ee6
--- /dev/null
+++ b/tests/libvirtd-fail
@@ -0,0 +1,18 @@
+#!/bin/sh
+# Ensure that libvirt fails when given nonexistent --config=FILE
+
+if test "$VERBOSE" = yes; then
+ set -x
+ libvirtd --version
+fi
+
+test -z "$srcdir" && srcdir=$(pwd)
+test -z "$abs_top_srcdir" && abs_top_srcdir=$(pwd)/..
+. "$srcdir/test-lib.sh"
+
+fail=0
+
+libvirtd --config=no-such-conf --timeout=5 2> log
+RET=$?
+
+test "$RET" != "0" && exit 0 || exit 1
diff --git a/tests/libvirtd-pool b/tests/libvirtd-pool
new file mode 100755
index 0000000..59da5a6
--- /dev/null
+++ b/tests/libvirtd-pool
@@ -0,0 +1,40 @@
+#!/bin/sh
+# Get coverage of virsh pool-define-as XML formatting
+
+if test "$VERBOSE" = yes; then
+ set -x
+ virsh --version
+fi
+
+test -z "$srcdir" && srcdir=$(pwd)
+test -z "$abs_top_srcdir" && abs_top_srcdir=$(pwd)/..
+. "$srcdir/test-lib.sh"
+
+fail=0
+
+pwd=$(pwd) || fail=1
+
+virsh --connect test:///default \
+ pool-define-as --print-xml \
+ P dir src-host /src/path /src/dev S /target-path \
+ 1>out 2>&1
+
+cat <<EOF > pool-list-exp
+<pool type='dir'>
+ <name>P</name>
+ <source>
+ <host name='src-host'/>
+ <dir path='/src/path'/>
+ <device path='/src/dev'/>
+ <name>S</name>
+ </source>
+ <target>
+ <path>/target-path</path>
+ </target>
+</pool>
+
+EOF
+
+compare pool-list-exp out || fail=1
+
+exit $fail
diff --git a/tests/nodedevschemadata/CVS/Entries b/tests/nodedevschemadata/CVS/Entries
index 18c569e..41780f9 100644
--- a/tests/nodedevschemadata/CVS/Entries
+++ b/tests/nodedevschemadata/CVS/Entries
@@ -1,13 +1,13 @@
-/DVD_GCC_4247N.xml/1.1/Tue Jan 27 15:29:53 2009//
-/computer.xml/1.1/Tue Jan 27 15:29:53 2009//
-/net_00_13_02_b9_f9_d3.xml/1.1/Tue Jan 27 15:29:53 2009//
-/net_00_15_58_2f_e9_55.xml/1.1/Tue Jan 27 15:29:53 2009//
-/pci_1002_71c4.xml/1.1/Tue Jan 27 15:29:53 2009//
-/pci_8086_27c5_scsi_host.xml/1.1/Tue Jan 27 15:29:53 2009//
-/pci_8086_27c5_scsi_host_0.xml/1.1/Tue Jan 27 15:29:53 2009//
-/pci_8086_27c5_scsi_host_scsi_device_lun0.xml/1.1/Tue Jan 27 15:29:53 2009//
-/pci_8086_27c5_scsi_host_scsi_host.xml/1.1/Tue Jan 27 15:29:53 2009//
-/storage_serial_SATA_HTS721010G9SA00_MPCZ12Y0GNGWSE.xml/1.1/Tue Jan 27 15:29:53 2009//
-/usb_device_1d6b_1_0000_00_1d_0.xml/1.1/Tue Jan 27 15:29:53 2009//
-/usb_device_1d6b_1_0000_00_1d_0_if0.xml/1.1/Tue Jan 27 15:29:53 2009//
+/DVD_GCC_4247N.xml/1.2/Wed Feb 25 12:46:25 2009//
+/computer.xml/1.2/Wed Feb 25 12:46:25 2009//
+/net_00_13_02_b9_f9_d3.xml/1.2/Wed Feb 25 12:46:25 2009//
+/net_00_15_58_2f_e9_55.xml/1.2/Wed Feb 25 12:46:25 2009//
+/pci_1002_71c4.xml/1.2/Wed Feb 25 12:46:25 2009//
+/pci_8086_27c5_scsi_host.xml/1.2/Wed Feb 25 12:46:25 2009//
+/pci_8086_27c5_scsi_host_0.xml/1.2/Wed Feb 25 12:46:25 2009//
+/pci_8086_27c5_scsi_host_scsi_device_lun0.xml/1.2/Wed Feb 25 12:46:25 2009//
+/pci_8086_27c5_scsi_host_scsi_host.xml/1.2/Wed Feb 25 12:46:25 2009//
+/storage_serial_SATA_HTS721010G9SA00_MPCZ12Y0GNGWSE.xml/1.2/Wed Feb 25 12:46:25 2009//
+/usb_device_1d6b_1_0000_00_1d_0.xml/1.2/Wed Feb 25 12:46:25 2009//
+/usb_device_1d6b_1_0000_00_1d_0_if0.xml/1.2/Wed Feb 25 12:46:25 2009//
D
diff --git a/tests/nodedevschemadata/DVD_GCC_4247N.xml b/tests/nodedevschemadata/DVD_GCC_4247N.xml
index d81e983..aed787a 100644
--- a/tests/nodedevschemadata/DVD_GCC_4247N.xml
+++ b/tests/nodedevschemadata/DVD_GCC_4247N.xml
@@ -13,5 +13,3 @@
</capability>
</capability>
</device>
-
-
diff --git a/tests/nodedevschemadata/computer.xml b/tests/nodedevschemadata/computer.xml
index 4172c0c..4e4b918 100644
--- a/tests/nodedevschemadata/computer.xml
+++ b/tests/nodedevschemadata/computer.xml
@@ -14,5 +14,3 @@
</firmware>
</capability>
</device>
-
-
diff --git a/tests/nodedevschemadata/net_00_13_02_b9_f9_d3.xml b/tests/nodedevschemadata/net_00_13_02_b9_f9_d3.xml
index 9a09246..970ccca 100644
--- a/tests/nodedevschemadata/net_00_13_02_b9_f9_d3.xml
+++ b/tests/nodedevschemadata/net_00_13_02_b9_f9_d3.xml
@@ -7,5 +7,3 @@
<capability type='80211'/>
</capability>
</device>
-
-
diff --git a/tests/nodedevschemadata/net_00_15_58_2f_e9_55.xml b/tests/nodedevschemadata/net_00_15_58_2f_e9_55.xml
index b13215c..741c959 100644
--- a/tests/nodedevschemadata/net_00_15_58_2f_e9_55.xml
+++ b/tests/nodedevschemadata/net_00_15_58_2f_e9_55.xml
@@ -7,5 +7,3 @@
<capability type='80203'/>
</capability>
</device>
-
-
diff --git a/tests/nodedevschemadata/pci_1002_71c4.xml b/tests/nodedevschemadata/pci_1002_71c4.xml
index 305ca32..6de09c1 100644
--- a/tests/nodedevschemadata/pci_1002_71c4.xml
+++ b/tests/nodedevschemadata/pci_1002_71c4.xml
@@ -10,5 +10,3 @@
<vendor id='0x1002'>ATI Technologies Inc</vendor>
</capability>
</device>
-
-
diff --git a/tests/nodedevschemadata/pci_8086_27c5_scsi_host.xml b/tests/nodedevschemadata/pci_8086_27c5_scsi_host.xml
index 47937f1..3b377a3 100644
--- a/tests/nodedevschemadata/pci_8086_27c5_scsi_host.xml
+++ b/tests/nodedevschemadata/pci_8086_27c5_scsi_host.xml
@@ -5,5 +5,3 @@
<host>0</host>
</capability>
</device>
-
-
diff --git a/tests/nodedevschemadata/pci_8086_27c5_scsi_host_0.xml b/tests/nodedevschemadata/pci_8086_27c5_scsi_host_0.xml
index b58ee73..a160167 100644
--- a/tests/nodedevschemadata/pci_8086_27c5_scsi_host_0.xml
+++ b/tests/nodedevschemadata/pci_8086_27c5_scsi_host_0.xml
@@ -5,5 +5,3 @@
<host>1</host>
</capability>
</device>
-
-
diff --git a/tests/nodedevschemadata/pci_8086_27c5_scsi_host_scsi_device_lun0.xml b/tests/nodedevschemadata/pci_8086_27c5_scsi_host_scsi_device_lun0.xml
index 09887a8..5c2dff7 100644
--- a/tests/nodedevschemadata/pci_8086_27c5_scsi_host_scsi_device_lun0.xml
+++ b/tests/nodedevschemadata/pci_8086_27c5_scsi_host_scsi_device_lun0.xml
@@ -9,5 +9,3 @@
<type>disk</type>
</capability>
</device>
-
-
diff --git a/tests/nodedevschemadata/pci_8086_27c5_scsi_host_scsi_host.xml b/tests/nodedevschemadata/pci_8086_27c5_scsi_host_scsi_host.xml
index 18f9500..8ffb0a5 100644
--- a/tests/nodedevschemadata/pci_8086_27c5_scsi_host_scsi_host.xml
+++ b/tests/nodedevschemadata/pci_8086_27c5_scsi_host_scsi_host.xml
@@ -5,5 +5,3 @@
<host>0</host>
</capability>
</device>
-
-
diff --git a/tests/nodedevschemadata/storage_serial_SATA_HTS721010G9SA00_MPCZ12Y0GNGWSE.xml b/tests/nodedevschemadata/storage_serial_SATA_HTS721010G9SA00_MPCZ12Y0GNGWSE.xml
index 43294ac..3595a0b 100644
--- a/tests/nodedevschemadata/storage_serial_SATA_HTS721010G9SA00_MPCZ12Y0GNGWSE.xml
+++ b/tests/nodedevschemadata/storage_serial_SATA_HTS721010G9SA00_MPCZ12Y0GNGWSE.xml
@@ -10,5 +10,3 @@
<size>100030242816</size>
</capability>
</device>
-
-
diff --git a/tests/nodedevschemadata/usb_device_1d6b_1_0000_00_1d_0.xml b/tests/nodedevschemadata/usb_device_1d6b_1_0000_00_1d_0.xml
index 05999e8..29533e7 100644
--- a/tests/nodedevschemadata/usb_device_1d6b_1_0000_00_1d_0.xml
+++ b/tests/nodedevschemadata/usb_device_1d6b_1_0000_00_1d_0.xml
@@ -8,5 +8,3 @@
<vendor id='0x1d6b'>Linux Foundation</vendor>
</capability>
</device>
-
-
diff --git a/tests/nodedevschemadata/usb_device_1d6b_1_0000_00_1d_0_if0.xml b/tests/nodedevschemadata/usb_device_1d6b_1_0000_00_1d_0_if0.xml
index bc951ff..9de35c7 100644
--- a/tests/nodedevschemadata/usb_device_1d6b_1_0000_00_1d_0_if0.xml
+++ b/tests/nodedevschemadata/usb_device_1d6b_1_0000_00_1d_0_if0.xml
@@ -8,5 +8,3 @@
<protocol>0</protocol>
</capability>
</device>
-
-
diff --git a/tests/nodedevxml2xmltest.c b/tests/nodedevxml2xmltest.c
new file mode 100644
index 0000000..29cdb9e
--- /dev/null
+++ b/tests/nodedevxml2xmltest.c
@@ -0,0 +1,97 @@
+#include <config.h>
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <string.h>
+
+#include <sys/types.h>
+#include <fcntl.h>
+
+#include "internal.h"
+#include "testutils.h"
+#include "node_device_conf.h"
+#include "testutilsqemu.h"
+
+static char *progname;
+static char *abs_srcdir;
+
+#define MAX_FILE 4096
+
+
+static int testCompareXMLToXMLFiles(const char *xml) {
+ char xmlData[MAX_FILE];
+ char *xmlPtr = &(xmlData[0]);
+ char *actual = NULL;
+ int ret = -1;
+ virNodeDeviceDefPtr dev = NULL;
+
+ if (virtTestLoadFile(xml, &xmlPtr, MAX_FILE) < 0)
+ goto fail;
+
+ if (!(dev = virNodeDeviceDefParseString(NULL, xmlData)))
+ goto fail;
+
+ if (!(actual = virNodeDeviceDefFormat(NULL, dev)))
+ goto fail;
+
+ if (STRNEQ(xmlData, actual)) {
+ virtTestDifference(stderr, xmlData, actual);
+ goto fail;
+ }
+
+ ret = 0;
+
+ fail:
+ free(actual);
+ virNodeDeviceDefFree(dev);
+ return ret;
+}
+
+static int testCompareXMLToXMLHelper(const void *data) {
+ char xml[PATH_MAX];
+ snprintf(xml, PATH_MAX, "%s/nodedevschemadata/%s.xml",
+ abs_srcdir, (const char*)data);
+ return testCompareXMLToXMLFiles(xml);
+}
+
+
+static int
+mymain(int argc, char **argv)
+{
+ int ret = 0;
+ char cwd[PATH_MAX];
+
+ progname = argv[0];
+
+ if (argc > 1) {
+ fprintf(stderr, "Usage: %s\n", progname);
+ return (EXIT_FAILURE);
+ }
+
+ abs_srcdir = getenv("abs_srcdir");
+ if (!abs_srcdir)
+ abs_srcdir = getcwd(cwd, sizeof(cwd));
+
+#define DO_TEST(name) \
+ if (virtTestRun("Node device XML-2-XML " name, \
+ 1, testCompareXMLToXMLHelper, (name)) < 0) \
+ ret = -1
+
+ DO_TEST("computer");
+ DO_TEST("DVD_GCC_4247N");
+ DO_TEST("net_00_13_02_b9_f9_d3");
+ DO_TEST("net_00_15_58_2f_e9_55");
+ DO_TEST("pci_1002_71c4");
+ DO_TEST("pci_8086_27c5_scsi_host_0");
+ DO_TEST("pci_8086_27c5_scsi_host_scsi_device_lun0");
+ DO_TEST("pci_8086_27c5_scsi_host_scsi_host");
+ DO_TEST("pci_8086_27c5_scsi_host");
+ DO_TEST("storage_serial_SATA_HTS721010G9SA00_MPCZ12Y0GNGWSE");
+ DO_TEST("usb_device_1d6b_1_0000_00_1d_0_if0");
+ DO_TEST("usb_device_1d6b_1_0000_00_1d_0");
+
+ return (ret==0 ? EXIT_SUCCESS : EXIT_FAILURE);
+}
+
+VIRT_TEST_MAIN(mymain)
diff --git a/tests/qemuxml2argvdata/CVS/Entries b/tests/qemuxml2argvdata/CVS/Entries
index b6aad84..aa23e6b 100644
--- a/tests/qemuxml2argvdata/CVS/Entries
+++ b/tests/qemuxml2argvdata/CVS/Entries
@@ -32,8 +32,6 @@
/qemuxml2argv-disk-drive-boot-disk.xml/1.1/Fri Jul 11 09:56:23 2008//
/qemuxml2argv-disk-usb.xml/1.1/Fri Aug 8 15:03:00 2008//
/qemuxml2argv-graphics-vnc.xml/1.3/Tue Aug 12 07:13:00 2008//
-/qemuxml2argv-hostdev-usb-address.xml/1.1/Fri Aug 8 14:27:05 2008//
-/qemuxml2argv-hostdev-usb-product.xml/1.1/Fri Aug 8 14:27:05 2008//
/qemuxml2argv-input-xen.xml/1.3/Tue Aug 12 07:13:00 2008//
/qemuxml2argv-sound.xml/1.2/Tue Aug 12 07:13:01 2008//
/qemuxml2argv-graphics-sdl.xml/1.3/Fri Oct 17 09:01:40 2008//
@@ -81,7 +79,6 @@
/qemuxml2argv-serial-vc.args/1.5/Fri Dec 19 12:51:13 2008//
/qemuxml2argv-sound.args/1.5/Fri Dec 19 12:51:13 2008//
/qemuxml2argv-hostdev-pci-address.args/1.1/Mon Jan 12 10:03:30 2009//
-/qemuxml2argv-hostdev-pci-address.xml/1.1/Mon Jan 12 14:55:26 2009//
/qemuxml2argv-disk-drive-cache-v1-none.args/1.1/Fri Jan 30 17:15:39 2009//
/qemuxml2argv-disk-drive-cache-v1-none.xml/1.1/Fri Jan 30 17:15:39 2009//
/qemuxml2argv-disk-drive-cache-v1-wb.args/1.1/Fri Jan 30 17:15:39 2009//
@@ -108,4 +105,7 @@
/qemuxml2argv-restore-v1.xml/1.1/Thu Jan 29 17:27:54 2009//
/qemuxml2argv-restore-v2.args/1.1/Thu Jan 29 17:27:54 2009//
/qemuxml2argv-restore-v2.xml/1.1/Thu Jan 29 17:27:54 2009//
+/qemuxml2argv-hostdev-pci-address.xml/1.2/Mon Mar 2 16:34:52 2009//
+/qemuxml2argv-hostdev-usb-address.xml/1.2/Mon Mar 2 16:34:52 2009//
+/qemuxml2argv-hostdev-usb-product.xml/1.2/Mon Mar 2 16:34:52 2009//
D
diff --git a/tests/qemuxml2argvdata/qemuxml2argv-hostdev-pci-address.xml b/tests/qemuxml2argvdata/qemuxml2argv-hostdev-pci-address.xml
index af2f400..9a6207e 100644
--- a/tests/qemuxml2argvdata/qemuxml2argv-hostdev-pci-address.xml
+++ b/tests/qemuxml2argvdata/qemuxml2argv-hostdev-pci-address.xml
@@ -18,7 +18,7 @@
<source dev='/dev/HostVG/QEMUGuest2'/>
<target dev='hda' bus='ide'/>
</disk>
- <hostdev mode='subsystem' type='pci'>
+ <hostdev mode='subsystem' type='pci' managed='no'>
<source>
<address domain='0x0000' bus='0x06' slot='0x12' function='0x5'/>
</source>
diff --git a/tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-address.xml b/tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-address.xml
index 0c044e1..61bb2a2 100644
--- a/tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-address.xml
+++ b/tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-address.xml
@@ -18,7 +18,7 @@
<source dev='/dev/HostVG/QEMUGuest1'/>
<target dev='hda' bus='ide'/>
</disk>
- <hostdev mode='subsystem' type='usb'>
+ <hostdev mode='subsystem' type='usb' managed='no'>
<source>
<address bus='14' device='6'/>
</source>
diff --git a/tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-product.xml b/tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-product.xml
index aecad4c..b861665 100644
--- a/tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-product.xml
+++ b/tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-product.xml
@@ -18,7 +18,7 @@
<source dev='/dev/HostVG/QEMUGuest1'/>
<target dev='hda' bus='ide'/>
</disk>
- <hostdev mode='subsystem' type='usb'>
+ <hostdev mode='subsystem' type='usb' managed='no'>
<source>
<vendor id='0x0204'/>
<product id='0x6025'/>
diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c
index 1d7aeb9..90b4740 100644
--- a/tests/qemuxml2argvtest.c
+++ b/tests/qemuxml2argvtest.c
@@ -36,10 +36,8 @@ static int testCompareXMLToArgvFiles(const char *xml,
virDomainDefPtr vmdef = NULL;
virDomainObj vm;
- if (virtTestLoadFile(cmd, &expectargv, MAX_FILE) < 0) {
- fprintf(stderr, "failed to open %s: %s\n", cmd, strerror (errno));
+ if (virtTestLoadFile(cmd, &expectargv, MAX_FILE) < 0)
goto fail;
- }
if (!(vmdef = virDomainDefParseFile(NULL, driver.caps, xml,
VIR_DOMAIN_XML_INACTIVE)))
diff --git a/tests/qparamtest.c b/tests/qparamtest.c
index f8f2d29..a4ed1fb 100644
--- a/tests/qparamtest.c
+++ b/tests/qparamtest.c
@@ -175,12 +175,12 @@ fail:
return ret;
}
-static const struct qparamParseDataEntry const params1[] = { { "foo", "one" }, { "bar", "two" } };
-static const struct qparamParseDataEntry const params2[] = { { "foo", "one" }, { "foo", "two" } };
-static const struct qparamParseDataEntry const params3[] = { { "foo", "&one" }, { "bar", "&two" } };
-static const struct qparamParseDataEntry const params4[] = { { "foo", "" } };
-static const struct qparamParseDataEntry const params5[] = { { "foo", "one two" } };
-static const struct qparamParseDataEntry const params6[] = { { "foo", "one" } };
+static const struct qparamParseDataEntry params1[] = { { "foo", "one" }, { "bar", "two" } };
+static const struct qparamParseDataEntry params2[] = { { "foo", "one" }, { "foo", "two" } };
+static const struct qparamParseDataEntry params3[] = { { "foo", "&one" }, { "bar", "&two" } };
+static const struct qparamParseDataEntry params4[] = { { "foo", "" } };
+static const struct qparamParseDataEntry params5[] = { { "foo", "one two" } };
+static const struct qparamParseDataEntry params6[] = { { "foo", "one" } };
static int
mymain(int argc ATTRIBUTE_UNUSED,
diff --git a/tests/sexpr2xmldata/Makefile.in b/tests/sexpr2xmldata/Makefile.in
index 25daae1..67d461b 100644
--- a/tests/sexpr2xmldata/Makefile.in
+++ b/tests/sexpr2xmldata/Makefile.in
@@ -474,6 +474,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
diff --git a/tests/testutils.c b/tests/testutils.c
index e8b07fc..8d8f82d 100644
--- a/tests/testutils.c
+++ b/tests/testutils.c
@@ -1,7 +1,7 @@
/*
* testutils.c: basic test utils
*
- * Copyright (C) 2005-2008 Red Hat, Inc.
+ * Copyright (C) 2005-2009 Red Hat, Inc.
*
* See COPYING.LIB for the License of this software
*
@@ -106,27 +106,36 @@ virtTestRun(const char *title, int nloops, int (*body)(const void *data), const
return ret;
}
-int virtTestLoadFile(const char *name,
+/* Read FILE into buffer BUF of length BUFLEN.
+ Upon any failure, or if FILE appears to contain more than BUFLEN bytes,
+ diagnose it and return -1, but don't bother trying to preserve errno.
+ Otherwise, return the number of bytes read (and copied into BUF). */
+int virtTestLoadFile(const char *file,
char **buf,
int buflen) {
- FILE *fp = fopen(name, "r");
+ FILE *fp = fopen(file, "r");
struct stat st;
- if (!fp)
+ if (!fp) {
+ fprintf (stderr, "%s: failed to open: %s\n", file, strerror(errno));
return -1;
+ }
if (fstat(fileno(fp), &st) < 0) {
+ fprintf (stderr, "%s: failed to fstat: %s\n", file, strerror(errno));
fclose(fp);
return -1;
}
if (st.st_size > (buflen-1)) {
+ fprintf (stderr, "%s: larger than buffer (> %d)\n", file, buflen-1);
fclose(fp);
return -1;
}
if (st.st_size) {
if (fread(*buf, st.st_size, 1, fp) != 1) {
+ fprintf (stderr, "%s: read failed: %s\n", file, strerror(errno));
fclose(fp);
return -1;
}
diff --git a/tests/undefine b/tests/undefine
index 48e8356..fafdae7 100755
--- a/tests/undefine
+++ b/tests/undefine
@@ -1,7 +1,7 @@
#!/bin/sh
# exercise virsh's "undefine" command
-# Copyright (C) 2008 Free Software Foundation, Inc.
+# Copyright (C) 2008-2009 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -29,8 +29,8 @@ fail=0
virsh -q -c test:///default undefine test > out 2>&1
test $? = 1 || fail=1
cat <<\EOF > exp || fail=1
-libvir: Test error : internal error Domain 'test' is still running
error: Failed to undefine domain test
+error: internal error Domain 'test' is still running
EOF
compare exp out || fail=1
diff --git a/tests/xencapsdata/Makefile.in b/tests/xencapsdata/Makefile.in
index 4aa0622..77fe83e 100644
--- a/tests/xencapsdata/Makefile.in
+++ b/tests/xencapsdata/Makefile.in
@@ -474,6 +474,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
diff --git a/tests/xmconfigdata/Makefile.in b/tests/xmconfigdata/Makefile.in
index a9d7a0e..6525f35 100644
--- a/tests/xmconfigdata/Makefile.in
+++ b/tests/xmconfigdata/Makefile.in
@@ -474,6 +474,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
diff --git a/tests/xml2sexprdata/Makefile.in b/tests/xml2sexprdata/Makefile.in
index 0c10917..6ed0fa4 100644
--- a/tests/xml2sexprdata/Makefile.in
+++ b/tests/xml2sexprdata/Makefile.in
@@ -474,6 +474,7 @@ MAKEINFO = @MAKEINFO@
MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
+MODPROBE = @MODPROBE@
MOUNT = @MOUNT@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
--
Libvirt debian packaging
More information about the Pkg-libvirt-commits
mailing list